/* Header Default */
/* Slider */
/*--------------------------------------------------------------
RTL
----------------------------------------------------------------
# Header
# Blog
# WordPress Widget
# Elementor Widget
# Extra
# Important
--------------------------------------------------------------*/
/* Header Default */
/* Loading */
/*--------------------------------------------------------------
POST GRID
----------------------------------------------------------------
# Grid Reset
# Grid Loadmore Style
# Grid Filter Style
# Blog
# Portfolio
# Service
--------------------------------------------------------------*/
/* Container chính */
@keyframes scale-up {
  to {
    transform: scale(600);
  }
}
@keyframes scale-down {
  from {
    transform: scale(600);
  }
  to {
    transform: scale(0);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
    display: none !important;
  }
}
@-webkit-keyframes slide-zoom-in {
  /* Set Font Default */
  0% {
    opacity: 0;
    scale: 0.3;
    filter: blur(2px);
  }
  70% {
    scale: 0.6;
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0.5px);
  }
}
@-moz-keyframes slide-zoom-in {
  /* Set Font Default */
  0% {
    opacity: 0;
    scale: 0.3;
    filter: blur(2px);
  }
  70% {
    scale: 0.6;
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0.5px);
  }
}
@-ms-keyframes slide-zoom-in {
  /* Set Font Default */
  0% {
    opacity: 0;
    scale: 0.3;
    filter: blur(2px);
  }
  70% {
    scale: 0.6;
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0.5px);
  }
}
@-o-keyframes slide-zoom-in {
  /* Set Font Default */
  0% {
    opacity: 0;
    scale: 0.3;
    filter: blur(2px);
  }
  70% {
    scale: 0.6;
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0.5px);
  }
}
@keyframes slide-zoom-in {
  /* Set Font Default */
  0% {
    opacity: 0;
    scale: 0.3;
    filter: blur(2px);
  }
  70% {
    scale: 0.6;
  }
  100% {
    opacity: 1;
    scale: 1;
    filter: blur(0.5px);
  }
}
@keyframes l6 {
  0% {
    background-size: 0 200%;
    background-position: 0 0, 100% 0;
  }
  50% {
    background-size: calc(60% + 0.5lh) 200%;
    background-position: 0 0, 100% 0;
  }
  50.01% {
    background-size: calc(60% + 0.5lh) 200%;
    background-position: 0 100%, 100% 100%;
  }
  100% {
    background-size: 0 200%;
    background-position: 0 100%, 100% 100%;
  }
}
@keyframes pxl_scale {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes pxl_scale1 {
  0% {
    transform: scale(1);
    opacity: 0.67;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes wave {
  0%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-3px);
  }
}
@-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);
  }
}
.pxl-image-spin-normal {
  animation: pxl_spin 14s linear infinite;
}
@keyframes pxl_spin_child {
  0% {
    -webkit-transform: rotate(-160deg);
    -moz-transform: rotate(-160deg);
    -o-transform: rotate(-160deg);
    transform: rotate(-160deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.pxl-image-spin {
  animation: pxl_spin_reverse 12s linear infinite;
  top: 0%;
  left: 0%;
  position: relative;
}
.pxl-image-zoom {
  animation: pxl_zoom_pulse 2s linear infinite;
}
@keyframes pxl_zoom_pulse {
  0% {
    transform: translate(0%, 0%) scale(1);
  }
  100% {
    transform: translate(0%, 0%) scale(1);
  }
  50% {
    transform: translate(0%, 0%) scale(0.8);
  }
}
@-ms-keyframes pxl_spin_reverse {
  from {
    -ms-transform: translate(0%, 0%) rotate(0deg);
  }
  to {
    -ms-transform: translate(0%, 0%) rotate(-360deg);
  }
}
@-moz-keyframes pxl_spin_reverse {
  from {
    -moz-transform: translate(0%, 0%) rotate(0deg);
  }
  to {
    -moz-transform: translate(0%, 0%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_spin_reverse {
  from {
    -webkit-transform: translate(0%, 0%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(0%, 0%) rotate(-360deg);
  }
}
@keyframes pxl_spin_reverse {
  from {
    transform: translate(0%, 0%) rotate(0deg);
  }
  to {
    transform: translate(0%, 0%) rotate(-360deg);
  }
}
@-webkit-keyframes pxl_right_from_left {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_right_from_left {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_right_from_left {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_left_from_right {
  49% {
    -webkit-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes pxl_left_from_right {
  49% {
    -moz-transform: translate(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes pxl_left_from_right {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@keyframes pxl_ani1 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes pxl_ani2 {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@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);
  }
}
.pxl-image-bounce {
  animation: pxl_bounce 1s ease-out infinite;
  -webkit-animation: pxl_bounce 1s ease-out infinite;
}
@keyframes pxl_zigzag {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes pxl_right_left {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-right-to-left {
  animation: pxl_right_left 12s ease-out infinite;
  -webkit-animation: pxl_right_left 12s ease-out infinite;
}
@keyframes pxl_left_right {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(-40px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(0px);
  }
}
.slide-left-to-right {
  animation: pxl_left_right 12s ease-out infinite;
  -webkit-animation: pxl_left_right 12s ease-out infinite;
}
@keyframes pxl_bottom_top_small {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes pxl_float_one {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes pxl_float_two {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes pxl_float_toptop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes pxl_float_three {
  50% {
    transform: translateX(-30px);
  }
}
@keyframes pxl_float_for {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-20px);
  }
}
.slide-up-down {
  animation: pxl_float_two 1.2s ease infinite alternate;
}
.slide-down-up {
  animation: pxl_float_toptop 1.2s ease infinite alternate;
}
@keyframes pxl_bottom_top {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-bottom-to-top {
  animation: pxl_bottom_top 12s ease-out infinite;
  -webkit-animation: pxl_bottom_top 12s ease-out infinite;
}
@keyframes pxl_effect1 {
  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);
  }
}
.slide-effect1 {
  animation: pxl_effect1 12s ease-out infinite;
  -webkit-animation: pxl_effect1 12s ease-out infinite;
}
@keyframes pxl_effect2 {
  0% {
    transform: translate(0px, 0px);
  }
  20% {
    transform: translate(-30px, 40px);
  }
  40% {
    transform: translate(60px, 60px);
  }
  60% {
    transform: translate(70px, 40px);
  }
  80% {
    transform: translate(40px, -70px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect2 {
  animation: pxl_effect2 12s ease-out infinite;
  -webkit-animation: pxl_effect2 12s ease-out infinite;
}
@keyframes pxl_effect3 {
  0% {
    transform: translate(0px, 0px);
  }
  30% {
    transform: translate(40px, 60px);
  }
  45% {
    transform: translate(80px, 90px);
  }
  65% {
    transform: translate(40px, 110px);
  }
  75% {
    transform: translate(20px, 800px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.slide-effect3 {
  animation: pxl_effect3 12s ease-out infinite;
  -webkit-animation: pxl_effect3 12s ease-out infinite;
}
@keyframes pxl_top_bottom {
  0% {
    transform: translateX(0px);
  }
  25% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0px);
  }
  75% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0px);
  }
}
.slide-top-to-bottom {
  animation: pxl_top_bottom 12s ease-out infinite;
  -webkit-animation: pxl_top_bottom 12s ease-out infinite;
}
@-webkit-keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes img_circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@-webkit-keyframes pxl_loader_bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_loader_bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes pxl_keyword_slideIn {
  from {
    transform: translateY(65%) rotateX(-95deg);
    opacity: 0;
  }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}
@keyframes pxl_keyword_slideOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
  to {
    transform: translateY(-65%) rotateX(95deg);
    opacity: 0;
  }
}
@keyframes pxl_path_animation1 {
  0% {
    d: path("M216.0721,0.4833 C322.9537,-2.5322 717.2049,68.7775 615.7587,325.1304 C514.3126,581.4834 253.6633,623.1795 113.8722,568.3405 C-25.9188,513.5016 -11.254,228.6905 24.3807,136.5252 C60.0154,44.36 109.1906,3.4987 216.0721,0.4833 Z");
  }
  15% {
    d: path("M242.5805,0.8723 C352.6677,-1.5945 701.5915,48.4815 618.6036,302.8597 C535.6157,557.2379 307.7729,624.1337 152.4263,570.7438 C-2.9204,517.354 -15.5995,237.2326 20.2686,141.7992 C56.1366,46.3658 132.4932,3.3391 242.5805,0.8723 Z");
  }
  25% {
    d: path("M353.759,3.772 C477.2084,3.5922 636.1455,-37.2589 630.0964,208.8882 C624.0473,455.0353 521.2185,623.5462 298.9779,580.716 C76.7372,537.8858 -28.8734,264.4844 7.9672,155.4284 C44.8077,46.3725 230.3095,3.9518 353.759,3.772 Z");
  }
  35% {
    d: path("M236.134,2.7663 C345.3119,0.1438 705.4482,52.4497 617.2239,307.3881 C528.9995,562.3266 273.4527,616.7046 119.2977,569.9905 C-34.8572,523.2763 -6.7788,221.7094 29.0231,127.2031 C64.8249,32.6969 126.9562,5.3887 236.134,2.7663 Z");
  }
  50% {
    d: path("M348.0078,15.4973 C469.9906,15.0665 639.8879,-38.6012 625.3939,208.4494 C610.9,455.5 383.8066,580.5979 149.5525,579.1913 C-84.7016,577.7847 18.1772,182.7798 54.911,75.219 C91.6447,-32.3417 226.025,15.9282 348.0078,15.4973 Z");
  }
  75% {
    d: path("M369.8056,17.6371 C494.3056,17.6371 627.1037,-56.176 627.1037,189.324 C627.1037,434.824 408.9345,574.7961 159.5178,581.013 C-89.899,587.2299 21.7092,177.4988 58.6262,67.3718 C95.5432,-42.7552 245.3056,17.6371 369.8056,17.6371 Z");
  }
  100% {
    d: path("M346.228,3.5756 C468.7724,3.2409 640.5786,-31.4511 629.3179,215.2536 C618.0572,461.9583 506.7603,623.586 289.0509,580.0405 C71.3414,536.495 -27.9742,262.6385 8.8004,154.5052 C45.5751,46.372 223.6837,3.9103 346.228,3.5756 Z");
  }
}
@-webkit-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-moz-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@-o-keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes pxl_animation_round {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
.pxl-animation-round {
  animation: pxl_animation_round 4s infinite linear;
  -webkit-animation: pxl_animation_round 4s infinite linear;
}
@keyframes pxl_kenburns {
  0% {
    opacity: 1;
    transform: scale(1.2);
  }
  1.5625% {
    opacity: 1;
  }
  23.4375% {
    opacity: 1;
  }
  26.5625% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
  98.4375% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes pxl_squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-moz-keyframes pxl_squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-o-keyframes pxl_squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes pxl_squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@-webkit-keyframes pxl_in_top {
  from {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes pxl_in_top {
  from {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes pxl_out_top {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_top {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(-90deg);
    opacity: 1;
  }
}
@-webkit-keyframes pxl_in_bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(0deg);
  }
}
@keyframes pxl_in_bottom {
  from {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(0deg);
  }
}
@-webkit-keyframes pxl_out_bottom {
  from {
    -webkit-transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_bottom {
  from {
    transform: perspective(500px) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateX(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes pxl_in_left {
  from {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes pxl_in_left {
  from {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes pxl_out_left {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_left {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(90deg);
    opacity: 1;
  }
}
@-webkit-keyframes pxl_in_right {
  from {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(0deg);
  }
}
@keyframes pxl_in_right {
  from {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(0deg);
  }
}
@-webkit-keyframes pxl_out_right {
  from {
    -webkit-transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes pxl_out_right {
  from {
    transform: perspective(500px) rotateY(0deg);
    opacity: 1;
  }
  to {
    transform: perspective(500px) rotateY(-90deg);
    opacity: 1;
  }
}
@keyframes pxl_pulse_border {
  0% {
    transform: translate(-50%, -50%) scale(0.75);
    opacity: 0;
  }
  15% {
    opacity: 0.75;
  }
  70% {
    opacity: 0.18;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
@keyframes pressdown {
  0%, 100% {
    transform: translateY(-10px);
    opacity: 0.3;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes loading1 {
  0%, 100% {
    top: 6px;
    left: 0;
    width: 28px;
    height: 28px;
    z-index: 0;
  }
  25% {
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
    left: 20px;
  }
  50% {
    top: 6px;
    width: 28px;
    height: 28px;
    left: 48px;
  }
  75% {
    top: 8px;
    height: 28px;
    width: 28px;
    left: 26px;
  }
}
@-webkit-keyframes loading1 {
  0%, 100% {
    top: 6px;
    left: 0;
    width: 28px;
    height: 28px;
    z-index: 0;
  }
  25% {
    top: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
    left: 20px;
  }
  50% {
    top: 6px;
    width: 28px;
    height: 28px;
    left: 48px;
  }
  75% {
    top: 8px;
    height: 28px;
    width: 28px;
    left: 26px;
  }
}
@keyframes girl2 {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-45%);
  }
}
@keyframes girl3 {
  0% {
    transform: translate(0);
  }
  40% {
    transform: translate(-7%);
  }
}
@keyframes left-to-right {
  100% {
    left: 125%;
  }
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@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 shine {
  100% {
    left: 125%;
  }
}
@keyframes shine1 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 130%;
    height: 150%;
    opacity: 0;
  }
}
@-webkit-keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-img {
  0%, 40%, 100% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
}
@keyframes pillerPushUp {
  0%, 40%, 100% {
    background-position: 0px 90px, 15px 78px, 30px 66px, 45px 58px, 60px 50px;
  }
  50%, 90% {
    background-position: 0px 50px, 15px 58px, 30px 66px, 45px 78px, 60px 90px;
  }
}
@keyframes ballStepUp {
  0% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(8px, -14px);
  }
  10% {
    transform: translate(15px, -10px);
  }
  17% {
    transform: translate(23px, -24px);
  }
  20% {
    transform: translate(30px, -20px);
  }
  27% {
    transform: translate(38px, -34px);
  }
  30% {
    transform: translate(45px, -30px);
  }
  37% {
    transform: translate(53px, -44px);
  }
  40% {
    transform: translate(60px, -40px);
  }
  50% {
    transform: translate(60px, 0);
  }
  57% {
    transform: translate(53px, -14px);
  }
  60% {
    transform: translate(45px, -10px);
  }
  67% {
    transform: translate(37px, -24px);
  }
  70% {
    transform: translate(30px, -20px);
  }
  77% {
    transform: translate(22px, -34px);
  }
  80% {
    transform: translate(15px, -30px);
  }
  87% {
    transform: translate(7px, -44px);
  }
  90% {
    transform: translate(0, -40px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes linearGradientMove {
  100% {
    background-position: 4px 0, -4px 100%, 0 -4px, 100% 4px;
  }
}
@keyframes borderrotate {
  100% {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes pxl_text_slide_l {
  0% {
    -webkit-transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
  }
}
@keyframes pxl_text_slide_l {
  0% {
    transform: translate(-40%, 0%);
  }
  100% {
    transform: translate(-60%, 0%);
  }
}
@keyframes pxl_text_slide_t {
  0% {
    transform: translate(0%, -40%);
  }
  100% {
    transform: translate(0%, -60%);
  }
}
@keyframes pxl_text_slide_b {
  0% {
    transform: translate(0%, 40%);
  }
  100% {
    transform: translate(0%, 60%);
  }
}
@-webkit-keyframes pxl_text_slide_r {
  0% {
    -webkit-transform: translate(40%, 0%);
  }
  100% {
    -webkit-transform: translate(60%, 0%);
  }
}
@keyframes pxl_text_slide_r {
  0% {
    transform: translate(40%, 0%);
  }
  100% {
    transform: translate(60%, 0%);
  }
}
.text-slide-to-left {
  -webkit-animation: pxl_text_slide_l 10s linear infinite;
  animation: pxl_text_slide_l 10s linear infinite;
}
.text-slide-to-right {
  -webkit-animation: pxl_text_slide_r 10s linear infinite;
  animation: pxl_text_slide_r 10s linear infinite;
}
.text-slide-to-top {
  -webkit-animation: pxl_text_slide_t 10s linear infinite;
  animation: pxl_text_slide_t 10s linear infinite;
}
.text-slide-to-bottom {
  -webkit-animation: pxl_text_slide_b 10s linear infinite;
  animation: pxl_text_slide_b 10s linear infinite;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pxl_line_anim {
  0% {
    left: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    left: 99%;
  }
}
@keyframes textAnimate {
  0% {
    stroke-dasharray: 0 50%;
    stroke-dashoffset: 20%;
  }
  100% {
    stroke-dasharray: 50% 0;
    stroke-dashoffset: -20%;
  }
}
@keyframes pxl_grid_fall {
  0% {
    top: -5%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(7px);
  }
}
@keyframes blur-text {
  0% {
    filter: blur(0px);
  }
  100% {
    filter: blur(7px);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
    bottom: -5px;
  }
  100% {
    opacity: 0;
    bottom: 20px;
  }
}
@keyframes finger {
  0% {
    opacity: 1;
    bottom: -5px;
  }
  100% {
    opacity: 0;
    bottom: 20px;
  }
}
@keyframes pxl-wide-menu-underline2 {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
}
@keyframes pxl-wide-menu-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes pxl-wide-menu-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-10deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(15deg) scale(1) skew(1deg);
  }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
  }
}
@keyframes pxl_spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes clip-path-circle {
  0% {
    clip-path: circle(0% at center);
  }
  100% {
    clip-path: circle(100% at center);
  }
}
@keyframes sea {
  0% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@keyframes Lefttoright {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes Righttoleft {
  49% {
    transform: translate(-100%);
  }
  50% {
    opacity: 0;
    transform: translate(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-10px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translatex(100px);
    -moz-transform: translatex(100px);
    -o-transform: translatex(100px);
    transform: translatex(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-moz-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-webkit-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@-o-keyframes loading {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes rotateloading {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes percent {
  0% {
    content: "0%";
  }
  25% {
    content: "25%";
  }
  33% {
    content: "33%";
  }
  42% {
    content: "42%";
  }
  51% {
    content: "51%";
  }
  67% {
    content: "67%";
  }
  74% {
    content: "74%";
  }
  75% {
    content: "75%";
  }
  86% {
    content: "86%";
  }
  95% {
    content: "95%";
  }
  98% {
    content: "98%";
  }
  99% {
    content: "99%";
  }
}
@-webkit-keyframes pxl_text_move {
  0%, 100% {
    left: 0;
  }
  50% {
    left: calc(100% - 100px);
  }
}
@keyframes pxl_text_move {
  0%, 100% {
    left: 0;
  }
  50% {
    left: calc(100% - 100px);
  }
}
@keyframes move {
  0%, 100% {
    left: 0;
  }
  50% {
    left: calc(100% - 100px);
  }
}
@keyframes gradient-efect {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 0%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes rotate3d-in-top {
  from {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-bottom {
  from {
    transform: rotate3d(1, 0, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-in-left {
  from {
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    transform: rotate3d(0, 0, 0, 0deg);
  }
}
@keyframes rotate3d-out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(-1, 0, 0, 180deg);
  }
}
@keyframes rotate3d-out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, -1, 0, 180deg);
  }
}
@keyframes rotate3d-out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(1, 0, 0, 180deg);
  }
}
@keyframes rotate3d-out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 180deg);
  }
}
.rotate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-in-top 0.3s ease 0ms 1 forwards;
}
.rotate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: rotate3d-in-right 0.3s ease 0ms 1 forwards;
}
.rotate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-in-bottom 0.3s ease 0ms 1 forwards;
}
.rotate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-in-left 0.3s ease 0ms 1 forwards;
}
.rotate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: rotate3d-out-top 0.3s ease 0ms 1 forwards;
}
.rotate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: rotate3d-out-right 0.3s ease 0ms 1 forwards;
}
.rotate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: rotate3d-out-bottom 0.3s ease 0ms 1 forwards;
}
.rotate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: rotate3d-out-left 0.3s ease 0ms 1 forwards;
}
@keyframes translate3d-in-top {
  from {
    transform: translate3d(0, -101%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-right {
  from {
    transform: translate3d(101%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-bottom {
  from {
    transform: translate3d(0, 101%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-in-left {
  from {
    transform: translate3d(-101%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes translate3d-out-top {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -101%, 0);
  }
}
@keyframes translate3d-out-right {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(101%, 0, 0);
  }
}
@keyframes translate3d-out-bottom {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 101%, 0);
  }
}
@keyframes translate3d-out-left {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-101%, 0, 0);
  }
}
.translate3d-in-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-in-top 0.3s ease 0ms 1 forwards;
}
.translate3d-in-right .direction-item {
  transform-origin: 100% 0%;
  animation: translate3d-in-right 0.3s ease 0ms 1 forwards;
}
.translate3d-in-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-in-bottom 0.3s ease 0ms 1 forwards;
}
.translate3d-in-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-in-left 0.3s ease 0ms 1 forwards;
}
.translate3d-out-top .direction-item {
  transform-origin: 50% 0%;
  animation: translate3d-out-top 0.3s ease 0ms 1 forwards;
}
.translate3d-out-right .direction-item {
  transform-origin: 100% 50%;
  animation: translate3d-out-right 0.3s ease 0ms 1 forwards;
}
.translate3d-out-bottom .direction-item {
  transform-origin: 50% 100%;
  animation: translate3d-out-bottom 0.3s ease 0ms 1 forwards;
}
.translate3d-out-left .direction-item {
  transform-origin: 0% 0%;
  animation: translate3d-out-left 0.3s ease 0ms 1 forwards;
}
@keyframes rotation_line {
  0% {
    transform: rotateZ(0deg);
  }
  0% {
    transform: rotateZ(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes pxl_btn_shine {
  100% {
    left: 200%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 40%;
  }
  50% {
    background-position: 100% 60%;
  }
  100% {
    background-position: 0% 40%;
  }
}
@keyframes fadeIcon {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
.pxl-cloud-left {
  animation: pxl_float_left 3s ease infinite alternate;
}
.pxl-cloud-center {
  animation: pxl_float_center 4s ease infinite alternate;
}
.pxl-cloud-right {
  animation: pxl_float_right 3.3s ease infinite alternate;
}
.pxl-skewLeft {
  animation: skewLeft 1s ease;
}
.pxl-skewTop {
  animation: skewTop 1s ease;
}
.pxl-skewRight {
  animation: skewRight 1s ease;
}
.pxl-skewBottom {
  animation: skewBottom 1s ease;
}
.pxl-skewZoom {
  animation: skewZoom 2s ease;
}
@keyframes skewZoom {
  0% {
    -webkit-clip-path: inset(50% 50% 50% 50%);
    clip-path: inset(50% 50% 50% 50%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes skewTop {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes skewLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes skewRight {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes skewBottom {
  0% {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes pxl_float_left {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-2deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(2deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-2deg);
  }
}
@keyframes pxl_float_center {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-2deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(5deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-2deg);
  }
}
@keyframes pxl_float_right {
  0% {
    transform-origin: 50% 100%;
    transform: skewX(-3deg);
  }
  50% {
    transform-origin: 50% 100%;
    transform: skewX(3deg);
  }
  100% {
    transform-origin: 50% 100%;
    transform: skewX(-3deg);
  }
}
@keyframes animate-stoke {
  from {
    stroke-dashoffset: 3000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawLine {
  0% {
    stroke-dashoffset: 600;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes slide-ltr {
  to {
    transform: translateX(calc(var(--width)));
  }
}
@keyframes slide-rtl {
  to {
    transform: translateX(calc(-1 * (var(--width))));
  }
}
.pxl-slide-ltr, .pxl-marquee.pxl-marquee1 .pxl-item--inner.ltr .pxl-item--list {
  animation: slide-ltr 50s linear infinite;
}
.pxl-slide-rtl, .pxl-marquee.pxl-marquee1 .pxl-item--inner.rtl .pxl-item--list {
  animation: slide-rtl 50s linear infinite;
}
@keyframes rotate1 {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(var(--orbit-radius, 300px)) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(var(--orbit-radius, 300px)) rotate(-360deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translate(-50%, -50%) rotate(0deg) translateX(var(--orbit-radius, 210px)) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg) translateX(var(--orbit-radius, 210px)) rotate(-360deg);
  }
}
@keyframes smokeMove1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(20px, -15px) scale(1.05);
  }
  50% {
    transform: translate(10px, 20px) scale(0.95);
  }
  75% {
    transform: translate(-20px, -10px) scale(1.02);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes smokeMove2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-15px, 20px) scale(0.98);
  }
  50% {
    transform: translate(-25px, -15px) scale(1.03);
  }
  75% {
    transform: translate(15px, 15px) scale(0.97);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes smokeMove3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(25px, 10px) scale(1.01);
  }
  50% {
    transform: translate(-20px, 25px) scale(0.96);
  }
  75% {
    transform: translate(10px, -25px) scale(1.04);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes smokeMove4 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(-20px, -20px) scale(1.03);
  }
  50% {
    transform: translate(20px, 15px) scale(0.99);
  }
  75% {
    transform: translate(-15px, 20px) scale(1.02);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes smokeMove5 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(15px, 25px) scale(0.97);
  }
  50% {
    transform: translate(-25px, -20px) scale(1.04);
  }
  75% {
    transform: translate(20px, -15px) scale(1.01);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
@keyframes drawStroke {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  from {
    fill: transparent;
  }
  to {
    fill: var(--fill-color);
  }
}
.pxl-grid .pxl-grid-masonry {
  position: relative;
}
.pxl-grid .grid-sizer {
  z-index: -1;
}
.pxl-grid .pxl-load-more {
  text-align: center;
  padding: 0 15px;
}
.pxl-grid .pxl-load-more.style-1 {
  padding-top: 47px;
}
@media screen and (min-width: 992px) {
  .pxl-grid .col-lg-20-pxl {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-lg-40-pxl {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .pxl-grid .col-xl-20-pxl {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .pxl-grid .col-xl-40-pxl {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .pxl-grid .col-xl-pxl5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.elementor-editor-active .grid-sizer {
  display: none;
}
.pxl-col-align-start > .elementor-widget-wrap {
  justify-content: flex-start;
}
.pxl-col-align-start .elementor-inner-section > .elementor-container {
  margin-left: 0;
}
.pxl-col-align-center > .elementor-widget-wrap {
  justify-content: center;
}
.pxl-col-align-end > .elementor-widget-wrap {
  justify-content: flex-end;
}
.pxl-col-align-end .elementor-inner-section > .elementor-container {
  margin-right: 0;
}
.pxl-carousel-inner {
  overflow: hidden;
}
.pxl-swiper-container {
  margin: 0 -15px;
  position: relative;
  overflow: hidden;
}
.pxl-swiper-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-row-particles {
  position: absolute;
  inset: 0;
}
.pxl-swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: auto;
  height: 100%;
  position: relative;
  padding: 0 15px;
}
.pxl-swiper-arrow {
  font-size: 18px;
  width: 40px;
  height: 40px;
  z-index: 2;
  text-align: center;
  color: var(--third-color);
  -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 150ms linear 0ms;
  -khtml-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
  cursor: pointer;
  line-height: 1;
  align-items: center;
  align-content: center;
  display: flex;
  justify-content: center;
}
.pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: -120px;
}
@media screen and (max-width: 1600px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: 15px;
  }
}
.pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-right: -120px;
}
@media screen and (max-width: 1600px) {
  .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: 15px;
  }
}
.pxl-swiper-arrow.swiper-button-disabled {
  cursor: not-allowed;
}
.pxl-swiper-arrow.pxl-mouse-effect {
  height: 100%;
  width: 140px;
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
}
.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-next {
  right: -120px;
}
.pxl-swiper-arrow.pxl-mouse-effect.pxl-swiper-arrow-prev {
  left: -120px;
}
.pxl-swiper-arrow-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1800px) {
  .pxl-swiper-arrow-wrap {
    gap: 800px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-swiper-arrow-wrap {
    position: inherit;
    margin-top: 50px;
    gap: 30px;
    justify-content: center;
  }
}
.pxl-swiper-arrow-wrap.style-2 {
  justify-content: end;
  top: -200px;
  transform: translateY(0);
  gap: 20px;
  padding-right: 550px;
}
@media screen and (max-width: 1280px) {
  .pxl-swiper-arrow-wrap.style-2 {
    padding-right: 200px;
    top: -150px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-swiper-arrow-wrap.style-2 {
    justify-content: center;
    top: 100%;
    padding-right: 0;
  }
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(70, 70, 42, 0.3);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover {
  border-color: var(--third-color);
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-prev {
  margin-left: 0;
}
.pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow-next {
  margin-right: 0;
}
.pxl-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides {
  font-size: 18px;
  font-weight: 700;
  color: #cccabf;
  margin: 0 14px;
}
.pxl-swiper-pagination .pxl-swiper-current-slide:before, .pxl-swiper-pagination .pxl-swiper-total-slides:before {
  content: "0";
}
.pxl-swiper-pagination .pxl-swiper-current-slide {
  color: #0a1316;
}
.pxl-swiper-pagination .swiper-pagination-bullet-active {
  background: unset;
}
.pxl-swiper-dots.style-1 {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: absolute;
  bottom: -100px;
  padding-left: 109px;
}
@media screen and (max-width: 881px) {
  .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
    display: none;
  }
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
  cursor: pointer;
  width: 75px;
  height: 8px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
  z-index: 3;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:last-child {
  margin-right: 0px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active, .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span:hover {
  background-color: var(--third-color);
  background-color: var(--third-color);
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets .swiper-pagination-bullet-active span {
  background: var(--third-color);
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
  height: 1px;
  width: 100%;
  background-color: #c1b9b9;
  max-width: 1170px;
  margin-bottom: 4px;
  position: relative;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 8px;
  transform: scale(0);
  transform-origin: left top;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction {
  font-size: 24px;
  color: var(--link-color);
  font-weight: 700;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span {
  color: #0a1316;
  display: inline-flex;
  margin: 0 6px;
}
.pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction span:before {
  content: "0";
}
.pxl-swiper-dots.style-2 {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: absolute;
  top: -72px;
  justify-content: start;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
  line-height: 0;
}
@media screen and (max-width: 881px) {
  .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets {
    display: none;
  }
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span {
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  background: rgba(152, 152, 91, 0.5);
  z-index: 3;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:last-child {
  margin-right: 0px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active, .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:hover {
  background-color: transparent;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active::before, .pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets span:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  background-image: url("../img/ic-dot-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0.3s;
  transition: all 0.2s ease-in-out;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .swiper-pagination-bullet-active span {
  width: 15px;
  height: 15px;
  background: transparent;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-bullets .swiper-pagination-bullet-active span::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../img/ic-dot-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0.3s;
  transition: all 0.2s ease-in-out;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-progressbar {
  height: 1px;
  width: 100%;
  background-color: #c1b9b9;
  max-width: 1170px;
  margin-bottom: 4px;
  position: relative;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 8px;
  transform: scale(0);
  transform-origin: left top;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-fraction {
  font-size: 24px;
  color: var(--link-color);
  font-weight: 700;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-fraction span {
  color: #0a1316;
  display: inline-flex;
  margin: 0 6px;
}
.pxl-swiper-dots.style-2.pxl-swiper-pagination-fraction span:before {
  content: "0";
}
.pxl-swiper-dots.style-3 {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  position: absolute;
  top: 100%;
  justify-content: center;
  padding-top: 60px;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets {
  line-height: 0;
}
@media screen and (max-width: 881px) {
  .pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets {
    display: none;
  }
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets .pxl-swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span {
  cursor: pointer;
  width: 6px;
  height: 6px;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  background: rgba(255, 237, 205, 0.30);
  z-index: 3;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span:last-child {
  margin-right: 0px;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active, .pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span:hover {
  background-color: transparent;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span.swiper-pagination-bullet-active::before, .pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets span:hover::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  background-image: url("../img/ic-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0.3s;
  transition: all 0.2s ease-in-out;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets .swiper-pagination-bullet-active span {
  width: 15px;
  height: 15px;
  background: transparent;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-bullets .swiper-pagination-bullet-active span::before {
  position: absolute;
  top: 0;
  left: 0px;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("../img/ic-active.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0.3s;
  transition: all 0.2s ease-in-out;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-progressbar {
  height: 1px;
  width: 100%;
  background-color: #c1b9b9;
  max-width: 1170px;
  margin-bottom: 4px;
  position: relative;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--secondary-color);
  position: absolute;
  left: 0;
  top: -3px;
  width: 100%;
  height: 8px;
  transform: scale(0);
  transform-origin: left top;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-fraction {
  font-size: 24px;
  color: var(--link-color);
  font-weight: 700;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-fraction span {
  color: #0a1316;
  display: inline-flex;
  margin: 0 6px;
}
.pxl-swiper-dots.style-3.pxl-swiper-pagination-fraction span:before {
  content: "0";
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  margin: 0 -30px;
}
.pxl-swiper-boxshadow .pxl-carousel-inner .pxl-swiper-container {
  padding: 0 30px;
}
.pxl-swiper-boxshadow .pxl-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-swiper-boxshadow .pxl-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-swiper-boxshadow .pxl-swiper-dots.style-1.pxl-swiper-pagination-progressbar {
    margin-left: 45px;
    margin-right: 45px;
  }
}
.pxl-swiper-boxshadow .pxl-carousel-inner {
  overflow: visible;
}
.pxl-swiper-sliders {
  position: relative;
}
.pxl-swiper-sliders.pxl-swiper-arrow-show .pxl-swiper-arrow {
  opacity: 1;
  visibility: visible;
}
.pxl-swiper-nogap .pxl-swiper-container {
  margin: 0;
}
.pxl-swiper-nogap .pxl-swiper-container .pxl-swiper-slide {
  padding: 0;
}
.pxl-swiper-thumbs {
  overflow: hidden;
  padding: 0 15px;
}
.pxl-swiper-thumbs .swiper-slide {
  cursor: pointer;
  padding: 0 15px;
}
.swiper-container-vertical {
  height: 300px;
}
.swiper-container-vertical .pxl-swiper-wrapper {
  flex-direction: column;
}
.swiper-container-vertical .pxl-swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-slider-mode="fade"] .swiper-slide-active {
  z-index: 9;
}
.armanello-e-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.armanello-e-background::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.is-sticky-elementer {
  transition: none !important;
}
html {
  box-sizing: border-box;
}
html.html-smooth-scroll {
  scroll-behavior: auto;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: inherit;
  }
}
body {
  height: fit-content !important;
  scroll-behavior: auto;
  background-color: ;
  font-size: 17px;
  line-height: 1.58;
  color: var(--secondary-color);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-optical-sizing: auto;
  /* Custom Wordpress Container */
}
body.body-overflow {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.body-visible-sm {
    overflow: visible;
  }
}
body ul {
  margin-bottom: 0;
}
.elementor-editor-preview, .elementor-editor-active {
  /* End Custom Wordpress Container */
}
.elementor-editor-preview .pxl-section-bg-parallax, .elementor-editor-active .pxl-section-bg-parallax {
  z-index: -1;
}
.elementor-editor-preview .elementor-shape, .elementor-editor-active .elementor-shape {
  direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.elementor-editor-preview .elementor-shape.elementor-shape-top, .elementor-editor-active .elementor-shape.elementor-shape-top {
  top: 0;
}
.elementor-editor-preview .elementor-shape.elementor-shape-bottom, .elementor-editor-active .elementor-shape.elementor-shape-bottom {
  bottom: 0;
  transform: rotate(180deg);
}
a {
  -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);
  color: var(--link-color);
}
a:before, a:after {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
a:hover, a:focus {
  color: var(--link-color-hover);
}
a:active {
  color: var(--link-color-active);
}
#pxl-stroke .pxl-text-editor p {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(152, 152, 91, 0.3);
  color: transparent;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
.ft-heading, .pxl-content-blog .pxl-item--archive .pxl-post-format.style-1 .pxl-excerpt, .widget_rss .rsswidget, .widget_block.widget_search .wp-block-search__label, .comment-list .comments-title, .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit {
  font-family: "Baskervville", serif;
}
.ft-body, body, .pxl-content-blog .pxl-item--archive .pxl-item--image .post-date .month, .widget_pxl_elementor_box .pxl--item .pxl-date, .widget_categories .pxl--item .pxl-date, .widget_pxl_recent_posts .pxl--item .pxl-date, .widget_tag_cloud .pxl--item .pxl-date, .widget_pxl_elementor_box .pxl--item .pxl-category, .widget_categories .pxl--item .pxl-category, .widget_pxl_recent_posts .pxl--item .pxl-category, .widget_tag_cloud .pxl--item .pxl-category, .comment-list .comment-inner .comment-title .pxl-date--time, .woocommerce #pxl-sidebar-area .widget .widget-title, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title, .single-product section.related h2, body.woocommerce-cart .cart-collaterals .cart_totals > h2, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review_heading, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields h3, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order #place_order, #pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3, .woocommerce #pxl-content-area div.product .woocommerce-sg-product-title .product_title, .woocommerce > div.product .woocommerce-sg-product-title .product_title, .woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button, .woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit {
  font-family: "Jost", sans-serif;
}
.ft-body2, .pxl-heading .pxl-item--subtitle, .pxl-list-box1 .pxl-sub--title, .history-section .eyebrow, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-link, .pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-author, .error404 .pxl-oops, .wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .share-text, .comment-list .comment-inner .comment-title, .comment-list .comment-inner .comment-reply-link, .pxl-contact1 input[type="email"], .pxl-contact3 .pxl-flex .btn-box input, .pxl-contact4 .btn-box input, .pxl-contact5 .btn-box input, .pxl-contact6 .btn-box input, .pxl-contact7 .btn-box input, .pxl-contact8 .btn-box input, .pxl-portfolio-carousel1 .pxl-category, .pxl-portfolio-grid-layout2 .pxl-category, .pxl-grid-filter1 .filter-item, .btn, .pxl-testimonial-carousel4 .pxl-subtitle, .pxl-testimonial-carousel6 .pxl-title, .pxl-testimonial-carousel8 .pxl-heading {
  font-family: "Urbanist", sans-serif;
}
h1, h2, h3, h4, h5, h6, .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text, .woocommerce > div.product .woosc-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text, .woocommerce > div.product .woosw-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text, .woocommerce > div.product .woosc-btn .woosw-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text, .woocommerce > div.product .woosw-btn .woosw-btn-text {
  font-family: "Baskervville", serif;
  color: var(--primary-color);
  margin: 0;
  clear: both;
}
#dashboard-section {
  position: relative;
}
:root {
  --pxl-duration: 5s;
  --pxl-transition-duration: 0.5s;
  --cluster-x: 0px;
  --cluster-y: 0px;
  --cluster-scale: 0.22;
  --cluster-rotation: -8deg;
  --cluster-opacity: 0.6;
  --card-width: 240px;
  --card-height: 300px;
  --scrub-speed: 0.5;
  --start-offset-x: 1300px;
  --start-offset-y: 100px;
}
h1, .h1 {
  font-size: 70px;
  line-height: 1.14;
  font-weight: 400;
}
h2, .h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}
h3, .h3 {
  font-size: 45px;
  font-weight: 400;
  line-height: 1.222;
}
h4, .h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.388;
}
h5, .h5 {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.434;
}
h6, .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text, .woocommerce > div.product .woosc-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text, .woocommerce > div.product .woosw-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text, .woocommerce > div.product .woosc-btn .woosw-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text, .woocommerce > div.product .woosw-btn .woosw-btn-text, .h6, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a .title, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a .title, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields label {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
p {
  margin: 0px;
}
cite {
  color: var(--link-color);
  font-style: inherit;
}
iframe {
  width: 100%;
}
table {
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 32px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 600;
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
td {
  border-top: 1px solid #ededed;
  padding: 10px;
  border-right: 1px solid #ededed;
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: var(--link-color);
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: var(--link-color);
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
  margin-bottom: 32px;
}
ul {
  padding: 0;
  margin: 0 0 32px;
}
ul li {
  list-style-position: inside;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  padding: 0.8075em 0;
  font-size: 0.875em;
  font-style: italic;
}
.gallery-caption {
  opacity: 1;
  margin-top: 10px;
}
.wp-block-group.has-background {
  padding: 40px;
  margin-bottom: 30px;
}
.wp-caption-text {
  text-align: center;
}
.alignleft, .alignright, .aligncenter {
  margin-top: 15px;
  margin-bottom: 32px;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 35px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sticky {
  display: block;
}
.screen-reader-text {
  display: none;
}
.bypostauthor {
  display: block;
}
blockquote {
  font-size: 24px;
  font-style: normal;
  position: relative;
  margin: 0;
  color: #475355;
  line-height: 1.5;
}
@media (max-width: 575px) {
  blockquote {
    font-size: 20px;
  }
}
blockquote p {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  color: #475355;
}
@media (max-width: 575px) {
  blockquote p {
    font-size: 20px;
  }
}
blockquote p br {
  display: none;
}
blockquote cite {
  font-size: 18px;
  color: #1c3f39;
  font-style: normal;
  margin-top: 16px;
  display: block;
}
blockquote cite span {
  display: block;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-top: -2px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote.wp-block-quote p {
  margin-bottom: 16px !important;
}
blockquote.wp-block-quote cite br {
  display: none;
}
blockquote.wp-block-quote.has-text-align-right:before {
  left: auto;
  right: 0;
}
.wp-block-button {
  margin-bottom: 20px;
}
.wp-block-button .wp-block-button__link {
  padding-left: 40px;
  padding-right: 40px;
  background-color: var(--third-color);
  font-size: 18px;
  font-weight: 500;
  border-color: var(--link-color);
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: var(--third-color);
  color: var(--primary-color);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: ;
  color: #fff;
}
.wp-block-button.is-style-squared .wp-block-button__link {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.wp-block-button.aligncenter {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.has-background-dim {
  color: #fff;
  margin-bottom: 30px;
}
.wp-block-gallery .blocks-gallery-item {
  float: left;
}
.wp-block-gallery .blocks-gallery-caption {
  margin-bottom: 22px;
}
.wp-block-gallery.alignleft {
  margin-right: 30px;
}
.wp-block-gallery.alignright {
  margin-left: 30px;
}
#tslOverlay {
  background-color: transparent !important;
  z-index: 999999 !important;
}
.header-blur {
  backdrop-filter: blur(40px);
}
.title-hover-line {
  background-repeat: no-repeat;
  background-position-y: -4px;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline forwards;
}
.title-hover-line:hover {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.title-hover-line:focus {
  color: var(--primary-color);
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
#pxl-wapper {
  overflow: clip;
}
@media screen and (min-width: 1201px) {
  #pxl-wapper .container {
    max-width: 1425px;
  }
}
#pxl-wapper .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 991px) {
  #pxl-wapper #pxl-sidebar-area {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  #pxl-wapper .pxl-has-sidebar.pxl-sidebar-left {
    flex-direction: row-reverse;
  }
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section > .elementor-container.elementor-column-gap-extended {
  margin: 0 -15px;
  max-width: inherit !important;
}
@media screen and (max-width: 1200px) {
}
#pxl-wapper .elementor-top-section:not(.elementor-section-full_width) .elementor-section.elementor-inner-section.pxl-inner-section-maxwidth > .elementor-container {
  max-width: 1400px !important;
  margin: auto;
}
#pxl-main {
  padding: 150px 0 150px 0;
}
@media screen and (max-width: 1200px) {
  #pxl-main {
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  #pxl-main {
    padding: 120px 0px;
  }
  #pxl-main > .elementor-container {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  #pxl-main {
    padding: 80px 0;
  }
}
@media (max-width: 1200px) {
  #pxl-wapper {
    overflow: hidden;
  }
}
.elementor-page #pxl-main {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed > .elementor-container {
    align-items: flex-start;
    justify-content: space-between;
  }
  body:not(.elementor-editor-active) .pxl-row-scroll-fixed .pxl-column-sticky {
    position: sticky;
    top: 30px;
  }
}
.elementor-page #pxl-content-area.col-12, .elementor-page #pxl-footer-elementor .row > .col-12 {
  padding: 0;
}
#pxl-footer-elementor .pxl-fade-scroll {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -25px;
}
@media (max-width: 768px) {
  #pxl-footer-elementor .pxl-fade-scroll {
    margin-left: -15px;
  }
}
#pxl-footer-elementor .pxl-fade-scroll a {
  display: inline-flex;
  width: 55px;
  height: 55px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  #pxl-footer-elementor .pxl-fade-scroll a {
    width: 45px;
    height: 45px;
  }
}
#pxl-footer-elementor .pxl-fade-scroll a.show2 {
  background: #b4674d;
}
#pxl-footer-elementor .pxl-fade-scroll a.show {
  background: #de968d;
}
#pxl-footer-elementor .pxl-fade-scroll a i {
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
#pxl-footer-elementor .container {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  #pxl-footer-elementor .container {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  #pxl-footer-elementor .container {
    padding: 0 15px;
  }
}
#pxl-footer-elementor .container .col-12 {
  padding: 0;
}
.single-post .pxl-item--excerpt > .elementor {
  margin: 0 -15px;
}
.pxl-section-divider {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .pxl-section-divider {
    display: none;
  }
}
.pxl-section-divider.pxl-section-divider--column1 {
  top: 0;
  left: 25.4%;
  right: 0;
}
.pxl-section-divider.pxl-section-divider--column2 {
  top: 0;
  left: 74.7%;
  right: 0;
}
.pxl-section-divider.pxl-section-divider--column3 {
  top: 0;
  left: 33.5%;
  bottom: 0;
}
.pxl-section-divider.pxl-section-divider--column4 {
  top: 0;
  left: 66.5%;
}
.pxl-section-divider.pxl-section-divider--column5 {
  top: 0%;
  left: 50%;
}
.pxl-section-divider.pxl-section-divider--column6 {
  top: 0;
  left: 36%;
}
.pxl-section-divider.pxl-section-divider--column7 {
  top: 0;
  left: 64%;
}
#pxl-page-title-elementor {
  background-color: #fff;
}
#pxl-page-title-default {
  background: #111;
  padding: 100px 0px;
}
#pxl-page-title-default .container {
  position: relative;
  z-index: 2;
}
#pxl-page-title-default .pxl-page-title {
  width: 100%;
  color: #fff;
  text-align: center;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  #pxl-page-title-default .pxl-page-title {
    font-size: 40px;
  }
}
.pxl-breadcrumb {
  list-style: none;
  display: flex;
  margin: 0;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .pxl-breadcrumb {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-breadcrumb {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 40px;
    background: none;
  }
}
.pxl-breadcrumb .breadcrumb-separator {
  color: rgba(255, 255, 255, 0.3);
}
.pxl-breadcrumb li {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pxl-breadcrumb li {
    padding: 0;
    margin: 0;
  }
}
.pxl-breadcrumb li a.breadcrumb-entry {
  color: #fff;
}
.pxl-breadcrumb li span.breadcrumb-entry {
  color: rgba(255, 255, 255, 0.75);
}
#pxl-footer-default {
  padding: 30px 0;
  text-align: center;
  color: var(--link-color);
  background-color: #121a1d;
  color: #868f91;
  font-size: 15px;
  word-spacing: 2px;
}
#pxl-footer-default a {
  color: inherit;
}
#pxl-footer-default a:hover {
  color: #fff;
}
.pxl-scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 30px;
  right: 0px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 9999;
  color: #ffedcd;
  text-align: center;
  font-size: 22px;
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  animation: pxl_float_one 1s ease infinite alternate;
  border: 1px solid #ffedcd;
}
@media screen and (max-width: 1200px) {
  .pxl-scroll-top {
    bottom: 40px;
  }
}
.pxl-scroll-top.pxl-on {
  right: 20px;
  opacity: 1;
  visibility: visible;
}
.pxl-scroll-top span {
  text-transform: uppercase;
  font-weight: 700;
  background-image: linear-gradient(-45deg, #fff 0%, #ffd40d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pxl-scroll-top:focus {
  color: #fff;
}
.pxl-scroll-top:hover {
  color: #fff;
}
@keyframes pxl_scroll_top_effect {
  0% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(-3px);
  }
}
.pxl-footer-fixed #pxl-footer-elementor {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .pxl-footer-fixed #pxl-footer-elementor {
    position: static;
    overflow: hidden;
  }
}
.pxl-footer-fixed #pxl-header-elementor, .pxl-footer-fixed #pxl-page-title-elementor {
  background-color: #fff;
}
.pxl-footer-fixed #pxl-main {
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .pxl-footer-fixed #pxl-main {
    margin-bottom: 0 !important;
  }
}
.elementor-editor-active #pxl-header-default, .elementor-editor-active #pxl-header-elementor, .elementor-editor-active #pxl-page-title-default, .elementor-editor-active #pxl-footer-elementor, .elementor-editor-active .pxl-menu-primary .sub-menu, .elementor-editor-active .pxl-menu-primary .children, .elementor-editor-active #pxl-page-title-elementor {
  display: none;
}
.elementor-editor-active.single-footer #pxl-main, .elementor-editor-active.single-header #pxl-main {
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
}
.elementor-editor-active.single-pxl-template {
  background-color: rgba(0, 0, 0, 0.1);
}
.elementor-editor-active .elementor-inner-section > .elementor-element-overlay > .elementor-editor-element-settings {
  margin-left: 84px;
}
.elementor-editor-active .elementor-inner-section .elementor-column .elementor-editor-element-settings {
  margin-left: 12px;
}
body img.mfp-img {
  padding: 0 !important;
}
body .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.85;
}
body .mfp-bottom-bar {
  margin-top: 0;
}
body .mfp-wrap .mfp-container .mfp-content {
  max-width: 1320px;
  position: static;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  opacity: 1;
  font-size: 0px;
  border: 9px solid transparent;
  position: absolute;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222;
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
body .mfp-wrap .mfp-container .mfp-iframe-scaler {
  position: relative;
  overflow: visible;
}
body .mfp-wrap .mfp-container .mfp-arrow {
  background-color: var(--link-color);
  width: 60px;
  height: 120px;
  opacity: 1;
}
body .mfp-wrap .mfp-container .mfp-arrow:before, body .mfp-wrap .mfp-container .mfp-arrow:after {
  border: none;
}
body .mfp-wrap .mfp-container .mfp-arrow:before {
  font-family: "Caseicon";
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: normal;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
  left: 50%;
  width: auto;
  height: auto;
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "\f136";
  rotate: 180deg;
  left: 0;
  top: 45%;
  transform: translateX(-50%);
}
body .mfp-wrap .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "\f136";
}
@media screen and (min-width: 1200px) {
  body .mfp-wrap .mfp-container {
    padding: 0 120px;
  }
}
@media screen and (min-width: 992px) {
  body.blog .pxl-content-wrap.no-sidebar .pxl-content-area, body.archive:not(.post-type-archive) .pxl-content-wrap.no-sidebar .pxl-content-area, body.single-post .pxl-content-wrap.no-sidebar .pxl-content-area {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px;
  }
}
.pxl-row-divider-active {
  z-index: 1;
}
.pxl-row-divider-active > .elementor-container {
  z-index: 2;
}
.pxl-row-divider-active .pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
}
.pxl-row-divider-wave-animation-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  height: 150px;
}
.pxl-row-divider-wave-animation-bottom .pxl-row-angle {
  bottom: -1px;
  height: 150px;
}
.pxl-row-divider-angle-top .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-right .pxl-row-angle {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-bottom .pxl-row-angle {
  bottom: -1px;
}
.pxl-row-divider-angle-bottom-left .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(-1) scaleY(-1);
  -khtml-transform: scaleX(-1) scaleY(-1);
  -moz-transform: scaleX(-1) scaleY(-1);
  -ms-transform: scaleX(-1) scaleY(-1);
  -o-transform: scaleX(-1) scaleY(-1);
  transform: scaleX(-1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom .pxl-row-angle-bottom {
  bottom: -1px;
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-top {
  top: -1px;
  -webkit-transform: scaleX(1) scaleY(-1);
  -khtml-transform: scaleX(1) scaleY(-1);
  -moz-transform: scaleX(1) scaleY(-1);
  -ms-transform: scaleX(1) scaleY(-1);
  -o-transform: scaleX(1) scaleY(-1);
  transform: scaleX(1) scaleY(-1);
}
.pxl-row-divider-angle-top-bottom-left .pxl-row-angle-bottom {
  bottom: -1px;
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-row-divider-curved-top .pxl-row-angle {
  top: -1px;
}
.pxl-row-divider-curved-top .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-curved-bottom .pxl-row-angle {
  bottom: -1px;
  -webkit-transform: scaleY(-1);
  -khtml-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}
.pxl-row-divider-curved-bottom .pxl-row-angle path {
  fill-rule: evenodd;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical > div {
  background-color: #303233;
  position: relative;
  display: inline-block;
  width: 1px;
  height: 100%;
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-line:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.00000009)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.00000009) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.00000009) 100%);
  -webkit-animation: pxl_grid_fall 15s linear infinite;
  -khtml-animation: pxl_grid_fall 15s linear infinite;
  -moz-animation: pxl_grid_fall 15s linear infinite;
  -ms-animation: pxl_grid_fall 15s linear infinite;
  -o-animation: pxl_grid_fall 15s linear infinite;
  animation: pxl_grid_fall 15s linear infinite;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-line:nth-child(2):before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.pxl-row-divider-vertical1 .pxl-divider-vertical .pxl-line:nth-child(3):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@keyframes pxl_loader_digital1 {
  0% {
    left: 20%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 20%;
  }
}
@keyframes pxl_loader_digital2 {
  0% {
    left: 80%;
  }
  50% {
    left: 50%;
  }
  100% {
    left: 80%;
  }
}
@keyframes pxl_folding {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes pxl_loader_prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
@keyframes pxl_loader_anim {
  0% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
  25% {
    box-shadow: 20px 0px, 40px 0px, 60px 10px;
  }
  50% {
    box-shadow: 20px 10px, 40px -10px, 60px 0px;
  }
  75% {
    box-shadow: 20px 0px, 40px 0px, 60px -10px;
  }
  100% {
    box-shadow: 20px -10px, 40px 10px, 60px 0px;
  }
}
@keyframes pxl_loaderFlash {
  0% {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 32px 0 rgba(0, 0, 0, 0), -32px 0 var(--link-color);
  }
  50% {
    background-color: var(--link-color);
    box-shadow: 32px 0 rgba(0, 0, 0, 0), -32px 0 rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: 32px 0 var(--link-color), -32px 0 rgba(0, 0, 0, 0);
  }
}
@keyframes pxl_animloader {
  50% {
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes pxl_loader_photography {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}
@-webkit-keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@keyframes pxl_site_loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0);
  }
  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1);
  }
  100%, 80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0);
  }
}
@-webkit-keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_reveal {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes pxl_loader_rotate1 {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate2 {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes pxl_loader_rotate3 {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.pxl-loader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.pxl-loader:has(.loader-line-auto) {
  background-color: transparent;
}
.pxl-loader.loading:has(.loader-line-auto) .loader-line-auto .line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 99;
  transition: all 0.3s;
}
.pxl-loader.loading:has(.loader-line-auto) .loader-line-auto .split {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background-color: #000;
  transition: all 1.5s ease 1.5s;
  z-index: 1;
}
.pxl-loader.loading:has(.loader-line-auto) .loader-line-auto .split.top {
  top: 0;
  transform: scaleY(100%);
  transform-origin: top center;
}
.pxl-loader.loading:has(.loader-line-auto) .loader-line-auto .split.bottom {
  bottom: 0;
  transform: scaleY(100%);
  transform-origin: bottom center;
}
.pxl-loader.is-loaded:has(.loader-line-auto) {
  transition-delay: 1000ms;
}
.pxl-loader.is-loaded:has(.loader-line-auto) .loader-line-auto .split {
  transition: all 1s;
  transition-delay: 0.6s;
}
.pxl-loader.is-loaded:has(.loader-line-auto) .loader-line-auto .split.top {
  transform: scaleY(0);
}
.pxl-loader.is-loaded:has(.loader-line-auto) .loader-line-auto .split.bottom {
  transform: scaleY(0);
}
.pxl-loader.is-loaded:has(.loader-line-auto) .line {
  transform: scaleX(1);
  opacity: 0;
  transition: transform 0.3s ease 0.3s, opacity 0.3s ease 0.6s;
}
.pxl-loader .preloader.loader-line-auto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  overflow: hidden;
}
.pxl-loader .loader-line-auto .line {
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 99;
  transition: all 0.3s;
}
.pxl-loader .loader-line-auto .split {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(50% + 1px);
  background-color: #000;
  transition: all 1.5s ease 1.5s;
  z-index: 1;
}
.pxl-loader .loader-line-auto .split.top {
  top: 0;
  transform: scaleY(100%);
  transform-origin: top center;
}
.pxl-loader .loader-line-auto .split.bottom {
  bottom: 0;
  transform: scaleY(100%);
  transform-origin: bottom center;
}
.pxl-loader.is-loaded {
  opacity: 0;
  visibility: hidden;
  transition: 300ms all linear 0ms;
}
.pxl-loader .preloader.loader-line-auto {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  overflow: hidden;
}
.pxl-loader .pxl-loader-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pxl-loader.style-default .pxl-loader-effect {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: var(--link-color);
  box-shadow: 32px 0 var(--link-color), -32px 0 var(--link-color);
  animation: pxl_loaderFlash 0.5s ease-out infinite alternate;
}
.pxl-loader.style-text {
  -webkit-transition: all 1s ease-in-out;
  -khtml-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.pxl-loader.style-text .pxl-loader-inner {
  width: 100%;
}
.pxl-loader.style-text .preloader-inner .spinner {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--primary-color);
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pxl_load_spinner 1s infinite linear;
  -khtml-animation: pxl_load_spinner 1s infinite linear;
  -moz-animation: pxl_load_spinner 1s infinite linear;
  -ms-animation: pxl_load_spinner 1s infinite linear;
  -o-animation: pxl_load_spinner 1s infinite linear;
  animation: pxl_load_spinner 1s infinite linear;
}
.pxl-loader.style-text .preloader-inner .spinner + .loading-text {
  margin-top: 3%;
}
@media screen and (max-width: 575px) {
  .pxl-loader.style-text .preloader-inner .spinner {
    width: 50px;
    height: 50px;
  }
}
.pxl-loader.style-text .preloader-inner .loading-text {
  font-size: calc(26px + 1.8vw);
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  user-select: none;
  -webkit-transition: all 0.5s ease-in-out;
  -khtml-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.pxl-loader.style-text .preloader-inner .loading-text span {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.2);
  margin: 0 8px;
}
@media screen and (max-width: 575px) {
  .pxl-loader.style-text .preloader-inner .loading-text span {
    margin: 0 5px;
  }
}
.pxl-loader.style-text .preloader-inner .loading-text span:before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  top: 0px;
  opacity: 0;
  color: #000;
  -webkit-transform: rotateY(-90deg);
  -khtml-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-animation: pxl_load_characters 4s infinite;
  -khtml-animation: pxl_load_characters 4s infinite;
  -moz-animation: pxl_load_characters 4s infinite;
  -ms-animation: pxl_load_characters 4s infinite;
  -o-animation: pxl_load_characters 4s infinite;
  animation: pxl_load_characters 4s infinite;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(2):before {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(3):before {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(4):before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(5):before {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(7):before {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(8):before {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(9):before {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(10):before {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(11):before {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(12):before {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(13):before {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(14):before {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(15):before {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(16):before {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(17):before {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(18):before {
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(19):before {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(20):before {
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(21):before {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(22):before {
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(23):before {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(24):before {
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(25):before {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(26):before {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(27):before {
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(28):before {
  -webkit-animation-delay: 5.4s;
  animation-delay: 5.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(29):before {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(30):before {
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(31):before {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(32):before {
  -webkit-animation-delay: 6.2s;
  animation-delay: 6.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(33):before {
  -webkit-animation-delay: 6.4s;
  animation-delay: 6.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(34):before {
  -webkit-animation-delay: 6.6s;
  animation-delay: 6.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(35):before {
  -webkit-animation-delay: 6.8s;
  animation-delay: 6.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(36):before {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(37):before {
  -webkit-animation-delay: 7.2s;
  animation-delay: 7.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(38):before {
  -webkit-animation-delay: 7.4s;
  animation-delay: 7.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(39):before {
  -webkit-animation-delay: 7.6s;
  animation-delay: 7.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(40):before {
  -webkit-animation-delay: 7.8s;
  animation-delay: 7.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(41):before {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(42):before {
  -webkit-animation-delay: 8.2s;
  animation-delay: 8.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(43):before {
  -webkit-animation-delay: 8.4s;
  animation-delay: 8.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(44):before {
  -webkit-animation-delay: 8.6s;
  animation-delay: 8.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(45):before {
  -webkit-animation-delay: 8.8s;
  animation-delay: 8.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(46):before {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(47):before {
  -webkit-animation-delay: 9.2s;
  animation-delay: 9.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(48):before {
  -webkit-animation-delay: 9.4s;
  animation-delay: 9.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(49):before {
  -webkit-animation-delay: 9.6s;
  animation-delay: 9.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(50):before {
  -webkit-animation-delay: 9.8s;
  animation-delay: 9.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(51):before {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(52):before {
  -webkit-animation-delay: 10.2s;
  animation-delay: 10.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(53):before {
  -webkit-animation-delay: 10.4s;
  animation-delay: 10.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(54):before {
  -webkit-animation-delay: 10.6s;
  animation-delay: 10.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(55):before {
  -webkit-animation-delay: 10.8s;
  animation-delay: 10.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(56):before {
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(57):before {
  -webkit-animation-delay: 11.2s;
  animation-delay: 11.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(58):before {
  -webkit-animation-delay: 11.4s;
  animation-delay: 11.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(59):before {
  -webkit-animation-delay: 11.6s;
  animation-delay: 11.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(60):before {
  -webkit-animation-delay: 11.8s;
  animation-delay: 11.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(61):before {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(62):before {
  -webkit-animation-delay: 12.2s;
  animation-delay: 12.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(63):before {
  -webkit-animation-delay: 12.4s;
  animation-delay: 12.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(64):before {
  -webkit-animation-delay: 12.6s;
  animation-delay: 12.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(65):before {
  -webkit-animation-delay: 12.8s;
  animation-delay: 12.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(66):before {
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(67):before {
  -webkit-animation-delay: 13.2s;
  animation-delay: 13.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(68):before {
  -webkit-animation-delay: 13.4s;
  animation-delay: 13.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(69):before {
  -webkit-animation-delay: 13.6s;
  animation-delay: 13.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(70):before {
  -webkit-animation-delay: 13.8s;
  animation-delay: 13.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(71):before {
  -webkit-animation-delay: 14s;
  animation-delay: 14s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(72):before {
  -webkit-animation-delay: 14.2s;
  animation-delay: 14.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(73):before {
  -webkit-animation-delay: 14.4s;
  animation-delay: 14.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(74):before {
  -webkit-animation-delay: 14.6s;
  animation-delay: 14.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(75):before {
  -webkit-animation-delay: 14.8s;
  animation-delay: 14.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(76):before {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(77):before {
  -webkit-animation-delay: 15.2s;
  animation-delay: 15.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(78):before {
  -webkit-animation-delay: 15.4s;
  animation-delay: 15.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(79):before {
  -webkit-animation-delay: 15.6s;
  animation-delay: 15.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(80):before {
  -webkit-animation-delay: 15.8s;
  animation-delay: 15.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(81):before {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(82):before {
  -webkit-animation-delay: 16.2s;
  animation-delay: 16.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(83):before {
  -webkit-animation-delay: 16.4s;
  animation-delay: 16.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(84):before {
  -webkit-animation-delay: 16.6s;
  animation-delay: 16.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(85):before {
  -webkit-animation-delay: 16.8s;
  animation-delay: 16.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(86):before {
  -webkit-animation-delay: 17s;
  animation-delay: 17s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(87):before {
  -webkit-animation-delay: 17.2s;
  animation-delay: 17.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(88):before {
  -webkit-animation-delay: 17.4s;
  animation-delay: 17.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(89):before {
  -webkit-animation-delay: 17.6s;
  animation-delay: 17.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(90):before {
  -webkit-animation-delay: 17.8s;
  animation-delay: 17.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(91):before {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(92):before {
  -webkit-animation-delay: 18.2s;
  animation-delay: 18.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(93):before {
  -webkit-animation-delay: 18.4s;
  animation-delay: 18.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(94):before {
  -webkit-animation-delay: 18.6s;
  animation-delay: 18.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(95):before {
  -webkit-animation-delay: 18.8s;
  animation-delay: 18.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(96):before {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(97):before {
  -webkit-animation-delay: 19.2s;
  animation-delay: 19.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(98):before {
  -webkit-animation-delay: 19.4s;
  animation-delay: 19.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(99):before {
  -webkit-animation-delay: 19.6s;
  animation-delay: 19.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(100):before {
  -webkit-animation-delay: 19.8s;
  animation-delay: 19.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(101):before {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(102):before {
  -webkit-animation-delay: 20.2s;
  animation-delay: 20.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(103):before {
  -webkit-animation-delay: 20.4s;
  animation-delay: 20.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(104):before {
  -webkit-animation-delay: 20.6s;
  animation-delay: 20.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(105):before {
  -webkit-animation-delay: 20.8s;
  animation-delay: 20.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(106):before {
  -webkit-animation-delay: 21s;
  animation-delay: 21s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(107):before {
  -webkit-animation-delay: 21.2s;
  animation-delay: 21.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(108):before {
  -webkit-animation-delay: 21.4s;
  animation-delay: 21.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(109):before {
  -webkit-animation-delay: 21.6s;
  animation-delay: 21.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(110):before {
  -webkit-animation-delay: 21.8s;
  animation-delay: 21.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(111):before {
  -webkit-animation-delay: 22s;
  animation-delay: 22s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(112):before {
  -webkit-animation-delay: 22.2s;
  animation-delay: 22.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(113):before {
  -webkit-animation-delay: 22.4s;
  animation-delay: 22.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(114):before {
  -webkit-animation-delay: 22.6s;
  animation-delay: 22.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(115):before {
  -webkit-animation-delay: 22.8s;
  animation-delay: 22.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(116):before {
  -webkit-animation-delay: 23s;
  animation-delay: 23s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(117):before {
  -webkit-animation-delay: 23.2s;
  animation-delay: 23.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(118):before {
  -webkit-animation-delay: 23.4s;
  animation-delay: 23.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(119):before {
  -webkit-animation-delay: 23.6s;
  animation-delay: 23.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(120):before {
  -webkit-animation-delay: 23.8s;
  animation-delay: 23.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(121):before {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(122):before {
  -webkit-animation-delay: 24.2s;
  animation-delay: 24.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(123):before {
  -webkit-animation-delay: 24.4s;
  animation-delay: 24.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(124):before {
  -webkit-animation-delay: 24.6s;
  animation-delay: 24.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(125):before {
  -webkit-animation-delay: 24.8s;
  animation-delay: 24.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(126):before {
  -webkit-animation-delay: 25s;
  animation-delay: 25s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(127):before {
  -webkit-animation-delay: 25.2s;
  animation-delay: 25.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(128):before {
  -webkit-animation-delay: 25.4s;
  animation-delay: 25.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(129):before {
  -webkit-animation-delay: 25.6s;
  animation-delay: 25.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(130):before {
  -webkit-animation-delay: 25.8s;
  animation-delay: 25.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(131):before {
  -webkit-animation-delay: 26s;
  animation-delay: 26s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(132):before {
  -webkit-animation-delay: 26.2s;
  animation-delay: 26.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(133):before {
  -webkit-animation-delay: 26.4s;
  animation-delay: 26.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(134):before {
  -webkit-animation-delay: 26.6s;
  animation-delay: 26.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(135):before {
  -webkit-animation-delay: 26.8s;
  animation-delay: 26.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(136):before {
  -webkit-animation-delay: 27s;
  animation-delay: 27s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(137):before {
  -webkit-animation-delay: 27.2s;
  animation-delay: 27.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(138):before {
  -webkit-animation-delay: 27.4s;
  animation-delay: 27.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(139):before {
  -webkit-animation-delay: 27.6s;
  animation-delay: 27.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(140):before {
  -webkit-animation-delay: 27.8s;
  animation-delay: 27.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(141):before {
  -webkit-animation-delay: 28s;
  animation-delay: 28s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(142):before {
  -webkit-animation-delay: 28.2s;
  animation-delay: 28.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(143):before {
  -webkit-animation-delay: 28.4s;
  animation-delay: 28.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(144):before {
  -webkit-animation-delay: 28.6s;
  animation-delay: 28.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(145):before {
  -webkit-animation-delay: 28.8s;
  animation-delay: 28.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(146):before {
  -webkit-animation-delay: 29s;
  animation-delay: 29s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(147):before {
  -webkit-animation-delay: 29.2s;
  animation-delay: 29.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(148):before {
  -webkit-animation-delay: 29.4s;
  animation-delay: 29.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(149):before {
  -webkit-animation-delay: 29.6s;
  animation-delay: 29.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(150):before {
  -webkit-animation-delay: 29.8s;
  animation-delay: 29.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(151):before {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(152):before {
  -webkit-animation-delay: 30.2s;
  animation-delay: 30.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(153):before {
  -webkit-animation-delay: 30.4s;
  animation-delay: 30.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(154):before {
  -webkit-animation-delay: 30.6s;
  animation-delay: 30.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(155):before {
  -webkit-animation-delay: 30.8s;
  animation-delay: 30.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(156):before {
  -webkit-animation-delay: 31s;
  animation-delay: 31s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(157):before {
  -webkit-animation-delay: 31.2s;
  animation-delay: 31.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(158):before {
  -webkit-animation-delay: 31.4s;
  animation-delay: 31.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(159):before {
  -webkit-animation-delay: 31.6s;
  animation-delay: 31.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(160):before {
  -webkit-animation-delay: 31.8s;
  animation-delay: 31.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(161):before {
  -webkit-animation-delay: 32s;
  animation-delay: 32s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(162):before {
  -webkit-animation-delay: 32.2s;
  animation-delay: 32.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(163):before {
  -webkit-animation-delay: 32.4s;
  animation-delay: 32.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(164):before {
  -webkit-animation-delay: 32.6s;
  animation-delay: 32.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(165):before {
  -webkit-animation-delay: 32.8s;
  animation-delay: 32.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(166):before {
  -webkit-animation-delay: 33s;
  animation-delay: 33s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(167):before {
  -webkit-animation-delay: 33.2s;
  animation-delay: 33.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(168):before {
  -webkit-animation-delay: 33.4s;
  animation-delay: 33.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(169):before {
  -webkit-animation-delay: 33.6s;
  animation-delay: 33.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(170):before {
  -webkit-animation-delay: 33.8s;
  animation-delay: 33.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(171):before {
  -webkit-animation-delay: 34s;
  animation-delay: 34s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(172):before {
  -webkit-animation-delay: 34.2s;
  animation-delay: 34.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(173):before {
  -webkit-animation-delay: 34.4s;
  animation-delay: 34.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(174):before {
  -webkit-animation-delay: 34.6s;
  animation-delay: 34.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(175):before {
  -webkit-animation-delay: 34.8s;
  animation-delay: 34.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(176):before {
  -webkit-animation-delay: 35s;
  animation-delay: 35s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(177):before {
  -webkit-animation-delay: 35.2s;
  animation-delay: 35.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(178):before {
  -webkit-animation-delay: 35.4s;
  animation-delay: 35.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(179):before {
  -webkit-animation-delay: 35.6s;
  animation-delay: 35.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(180):before {
  -webkit-animation-delay: 35.8s;
  animation-delay: 35.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(181):before {
  -webkit-animation-delay: 36s;
  animation-delay: 36s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(182):before {
  -webkit-animation-delay: 36.2s;
  animation-delay: 36.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(183):before {
  -webkit-animation-delay: 36.4s;
  animation-delay: 36.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(184):before {
  -webkit-animation-delay: 36.6s;
  animation-delay: 36.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(185):before {
  -webkit-animation-delay: 36.8s;
  animation-delay: 36.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(186):before {
  -webkit-animation-delay: 37s;
  animation-delay: 37s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(187):before {
  -webkit-animation-delay: 37.2s;
  animation-delay: 37.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(188):before {
  -webkit-animation-delay: 37.4s;
  animation-delay: 37.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(189):before {
  -webkit-animation-delay: 37.6s;
  animation-delay: 37.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(190):before {
  -webkit-animation-delay: 37.8s;
  animation-delay: 37.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(191):before {
  -webkit-animation-delay: 38s;
  animation-delay: 38s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(192):before {
  -webkit-animation-delay: 38.2s;
  animation-delay: 38.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(193):before {
  -webkit-animation-delay: 38.4s;
  animation-delay: 38.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(194):before {
  -webkit-animation-delay: 38.6s;
  animation-delay: 38.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(195):before {
  -webkit-animation-delay: 38.8s;
  animation-delay: 38.8s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(196):before {
  -webkit-animation-delay: 39s;
  animation-delay: 39s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(197):before {
  -webkit-animation-delay: 39.2s;
  animation-delay: 39.2s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(198):before {
  -webkit-animation-delay: 39.4s;
  animation-delay: 39.4s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(199):before {
  -webkit-animation-delay: 39.6s;
  animation-delay: 39.6s;
}
.pxl-loader.style-text .preloader-inner .loading-text span:nth-child(200):before {
  -webkit-animation-delay: 39.8s;
  animation-delay: 39.8s;
}
.pxl-loader.style-text.hide {
  opacity: 0;
  visibility: hidden;
  width: 0%;
}
.pxl-loader.style-text.hide .preloader-inner .loading-text {
  opacity: 0;
  visibility: hidden;
}
.pxl-loader .pxl-loader-effect {
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
}
.pxl-loader .pxl-loader-effect .loader-base {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 5px solid;
  border-color: #f1663e #f1663e transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.pxl-loader .pxl-loader-effect .loader-base::after, .pxl-loader .pxl-loader-effect .loader-base::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 5px solid;
  border-color: transparent transparent #0055fe #0055fe;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.pxl-loader .pxl-loader-effect .loader-base::before {
  width: 40px;
  height: 40px;
  border-color: #ef2553 #ef2553 transparent transparent;
  animation: rotation 1.5s linear infinite;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil {
  display: block;
  width: 10em;
  height: 10em;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__body1, .pxl-loader .pxl-loader-effect .loader-pen .pencil__body2, .pxl-loader .pxl-loader-effect .loader-pen .pencil__body3, .pxl-loader .pxl-loader-effect .loader-pen .pencil__eraser, .pxl-loader .pxl-loader-effect .loader-pen .pencil__eraser-skew, .pxl-loader .pxl-loader-effect .loader-pen .pencil__point, .pxl-loader .pxl-loader-effect .loader-pen .pencil__rotate, .pxl-loader .pxl-loader-effect .loader-pen .pencil__stroke {
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__body1, .pxl-loader .pxl-loader-effect .loader-pen .pencil__body2, .pxl-loader .pxl-loader-effect .loader-pen .pencil__body3 {
  transform: rotate(-90deg);
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__body1 {
  animation-name: pencilBody1;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__body2 {
  animation-name: pencilBody2;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__body3 {
  animation-name: pencilBody3;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__eraser {
  animation-name: pencilEraser;
  transform: rotate(-90deg) translate(49px, 0);
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__eraser-skew {
  animation-name: pencilEraserSkew;
  animation-timing-function: ease-in-out;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__point {
  animation-name: pencilPoint;
  transform: rotate(-90deg) translate(49px, -30px);
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__rotate {
  animation-name: pencilRotate;
}
.pxl-loader .pxl-loader-effect .loader-pen .pencil__stroke {
  animation-name: pencilStroke;
  transform: translate(100px, 100px) rotate(-113deg);
}
.pxl-loader.style-image .bg-image {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-loader.style-image .bg-image::before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, #3ff9dc 100%);
  animation: spin 0.8s linear infinite;
}
.pxl-loader.style-image .loading-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 194px;
  width: 194px;
  background: #000;
  position: relative;
  border-radius: 50%;
}
.pxl-loader.style-image .loading-image img {
  max-width: 80px;
  animation: pulse 0.8s ease infinite alternate;
}
.elementor-editor-active #pxl-loadding {
  display: none !important;
  /*  Mouse Move Animation */
}
.pxl-cursor, .pxl-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0;
}
.pxl-cursor .pxl-cursor-wrapper, .pxl-cursor-section .pxl-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--follower, .pxl-cursor-section .pxl-cursor--follower {
  position: absolute;
  background-color: var(--link-color);
  opacity: 0.25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--label, .pxl-cursor-section .pxl-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 15px;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor .pxl-cursor--drap, .pxl-cursor-section .pxl-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: var(--secondary-color);
  font-size: 0px;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform, opacity;
  color: var(--primary-color);
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor-section .pxl-cursor--drap:before, .pxl-cursor .pxl-cursor--drap:after, .pxl-cursor-section .pxl-cursor--drap:after {
  font-size: 15px;
  display: inline-flex;
}
.pxl-cursor .pxl-cursor--drap:before, .pxl-cursor-section .pxl-cursor--drap:before {
  content: "\f117";
  font-family: Caseicon;
}
.pxl-cursor .pxl-cursor--drap:after, .pxl-cursor-section .pxl-cursor--drap:after {
  content: "\f110";
  font-family: Caseicon;
  margin-left: 13px;
}
.pxl-cursor .pxl-cursor--icon, .pxl-cursor-section .pxl-cursor--icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transform: scale(0);
  will-change: transform, opacity;
  -webkit-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 500ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.pxl-cursor.is-enabled, .pxl-cursor-section.is-enabled {
  visibility: visible;
}
.pxl-cursor.is-hidden .pxl-cursor-wrapper, .pxl-cursor-section.is-hidden .pxl-cursor-wrapper {
  transform: scale(0) !important;
}
.pxl-cursor.is-mouse-down .pxl-cursor-wrapper, .pxl-cursor-section.is-mouse-down .pxl-cursor-wrapper {
  transform: scale(0.8);
}
.pxl-cursor.is-active .pxl-cursor--follower, .pxl-cursor-section.is-active .pxl-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(4);
  -khtml-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0;
}
.pxl-cursor.is-active.has-label .pxl-cursor--follower, .pxl-cursor-section.is-active.has-label .pxl-cursor--follower {
  background-color: var(--secondary-color);
  opacity: 1;
}
.pxl-cursor.is-active.has-drap .pxl-cursor--drap, .pxl-cursor-section.is-active.has-drap .pxl-cursor--drap {
  transform: scale(1);
}
.pxl-cursor.is-active.has-label .pxl-cursor--label, .pxl-cursor-section.is-active.has-label .pxl-cursor--label {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--follower, .pxl-cursor-section.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor-section.is-active.has-icon-left .pxl-cursor--follower, .pxl-cursor.is-active.has-icon-right .pxl-cursor--follower, .pxl-cursor-section.is-active.has-icon-right .pxl-cursor--follower {
  background-color: black;
  opacity: 0.8;
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon, .pxl-cursor-section.is-active.has-icon .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor-section.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f10e";
  font-family: "Caseicon";
  font-size: 24px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon, .pxl-cursor-section.is-active.has-icon-right .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before, .pxl-cursor-section.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon, .pxl-cursor-section.is-active.has-icon-left .pxl-cursor--icon {
  transform: scale(1);
}
.pxl-cursor.is-active.has-icon-left .pxl-cursor--icon:before, .pxl-cursor-section.is-active.has-icon-left .pxl-cursor--icon:before {
  content: "\f142";
  font-family: "Caseicon";
  font-size: 22px;
  color: #fff;
  transform: scaleX(-1);
}
.pxl-cursor.is-active.has-remove, .pxl-cursor-section.is-active.has-remove {
  opacity: 0;
}
.pxl-cursor.is-active-section .pxl-cursor--follower, .pxl-cursor-section.is-active-section .pxl-cursor--follower {
  opacity: 0;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  background-color: var(--link-color);
  opacity: 1;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--follower, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--follower, .pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--follower {
  -webkit-transform: scale(7.6);
  -khtml-transform: scale(7.6);
  -moz-transform: scale(7.6);
  -ms-transform: scale(7.6);
  -o-transform: scale(7.6);
  transform: scale(7.6);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.pxl-cursor.style-morden.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor-section.style-morden.is-active.has-icon .pxl-cursor--icon:before, .pxl-cursor.style-morden.is-active.has-icon-right .pxl-cursor--icon:before, .pxl-cursor-section.style-morden.is-active.has-icon-right .pxl-cursor--icon:before {
  font-size: 42px;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap, .pxl-cursor-section.drap-style1 .pxl-cursor--drap {
  background-color: #fff;
  height: 135px;
  width: 135px;
  line-height: 135px;
  color: #000;
}
.pxl-cursor.drap-style1 .pxl-cursor--drap:before, .pxl-cursor-section.drap-style1 .pxl-cursor--drap:before, .pxl-cursor.drap-style1 .pxl-cursor--drap:after, .pxl-cursor-section.drap-style1 .pxl-cursor--drap:after {
  font-size: 12px;
}
.elementor-editor-active.page-template-default {
  /* Cookie Policy */
}
.elementor-editor-active.page-template-default #pxl-content-area {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.elementor-editor-active.page-template-default #pxl-sidebar-area {
  display: none;
}
.pxl-cookie-policy {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 570px;
  background-color: #fff;
  -webkit-border-radius: 57px;
  -khtml-border-radius: 57px;
  -moz-border-radius: 57px;
  -ms-border-radius: 57px;
  -o-border-radius: 57px;
  border-radius: 57px;
  padding: 17px 58px 17px 24px;
  -webkit-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -khtml-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -moz-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -ms-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  -o-box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  box-shadow: 0 8px 8px rgba(29, 27, 76, 0.08);
  font-size: 15px;
  color: #111013;
  z-index: 9999;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  /* PXL Popup */
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy {
    max-width: 290px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    display: none;
  }
}
.pxl-cookie-policy a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
  text-underline-offset: 2px;
  margin: 0 4px;
  white-space: nowrap;
}
.pxl-cookie-policy a:hover {
  text-decoration: none;
  color: var(--link-color);
}
.pxl-cookie-policy .pxl-item--icon {
  min-width: 20px;
}
.pxl-cookie-policy .pxl-item--icon img {
  max-height: 20px;
}
.pxl-cookie-policy .pxl-item--close {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-width: 12px;
}
.pxl-cookie-policy .pxl-item--close:before, .pxl-cookie-policy .pxl-item--close:after {
  height: 1px;
}
@media screen and (max-width: 767px) {
  .pxl-cookie-policy .pxl-item--close {
    top: 10px;
    -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%);
  }
}
.pxl-cookie-policy.pxl-active {
  opacity: 1;
  visibility: visible;
  bottom: 60px;
}
.pxl-cookie-policy.pxl-hidden {
  opacity: 0;
  visibility: hidden;
  bottom: 30px;
}
.pxl-popup--close.style2 {
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
}
.pxl-popup--close.style2:before, .pxl-popup--close.style2:after {
  background-color: #878787;
}
.pxl-popup {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.43);
  z-index: 99991;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* Section Overlay Image */
}
.pxl-popup .pxl-popup--content {
  width: 100%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup .pxl-popup--close {
  border-width: 8px;
}
.pxl-popup .pxl-popup--close:before, .pxl-popup .pxl-popup--close:after {
  background-color: #a7a7a7;
}
.pxl-popup .pxl-popup--close:hover:before, .pxl-popup .pxl-popup--close:hover:after {
  background-color: var(--primary-color);
}
.pxl-popup.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.pxl-popup.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -khtml-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(14deg);
  transform: translateY(-20px) perspective(600px) rotateX(14deg);
}
.pxl-popup.pxl-active {
  opacity: 1;
  visibility: visible;
}
.pxl-popup.pxl-active.pxl-effect-zoom .pxl-popup--content {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pxl-popup.pxl-active.pxl-effect-fade-slide .pxl-popup--content {
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -khtml-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}
.pxl-section-overlay-image {
  /* End Section Overlay Image */
}
.pxl-section-overlay-image .pxl-overlay--image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
  right: 140px;
  left: 46%;
}
@media screen and (max-width: 1024px) {
  .pxl-section-overlay-image.pxl-custom--bgposition .pxl-overlay--image {
    display: none;
  }
}
body.rtl {
  /* Start Page Popup */
}
body.rtl .pxl-cursor.is-active.has-icon .pxl-cursor--icon:before {
  content: "\f111";
}
body.rtl .pxl-cursor.is-active.has-icon-right .pxl-cursor--icon:before {
  content: "\f110";
}
body.rtl .pxl-cookie-policy {
  padding-left: 58px;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  body.rtl .pxl-cookie-policy {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.rtl .pxl-cookie-policy .pxl-item--close {
  right: auto;
  left: 10px;
}
#pxl-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
}
#pxl-page-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
}
#pxl-page-popup .pxl-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  cursor: pointer;
}
#pxl-page-popup .pxl-page-popup-content {
  max-width: 1170px;
  margin: 190px auto 0 auto;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  #pxl-page-popup .pxl-page-popup-content {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1200px) {
  #pxl-page-popup .pxl-page-popup-content {
    margin-top: 80px;
  }
}
#pxl-page-popup .pxl-page-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -khtml-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -moz-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -ms-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -o-transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  transition: all 0.25s cubic-bezier(0.3, 0.3, 0, 0.8);
  -webkit-transform: translateY(40px);
  -khtml-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
#pxl-page-popup .pxl-page-item.active {
  -webkit-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
body.elementor-editor-active #pxl-page-popup {
  display: none;
}
.admin-bar #pxl-page-popup {
  top: 32px;
  /* End Page Popup */
  /* Waves Animation */
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-page-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-page-popup {
    top: 0;
  }
}
.pxl-section-waves1 {
  position: absolute;
  width: 100%;
  height: 140px;
  bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pxl-section-waves1 {
    height: 80px;
  }
}
.pxl-wave-parallax > use {
  animation: pxl-move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  fill: #ebeef6;
}
.pxl-wave-parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  opacity: 0.5;
}
.pxl-wave-parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  opacity: 0.4;
}
.pxl-wave-parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  opacity: 0.3;
}
.pxl-wave-parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes pxl-move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.pxl-column--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1230px) {
  .pxl-column--bg {
    width: 100% !important;
  }
}
.pxl-column--bg.pxl-column-stretch-left {
  right: 0;
  left: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body:not(.elementor-editor-active) .elementor .elementor-hidden-tablet {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
@media screen and (max-width: 767px) {
  body:not(.elementor-editor-active) .elementor .elementor-hidden-mobile {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    text-indent: -99999px;
  }
}
body.elementor-editor-active .elementor.elementor-edit-mode .elementor-element.elementor-section.elementor-inner-section {
  overflow: hidden !important;
}
body.rtl {
  /* Section Parallax */
}
body.rtl .pxl-breadcrumb li {
  display: inline-flex;
  align-items: center;
}
body.rtl .pxl-breadcrumb li:after {
  transform: scaleX(-1);
}
body.rtl .pxl-scroll-top {
  right: auto;
  left: 40px;
}
@media screen and (max-width: 1200px) {
  body.rtl .pxl-scroll-top {
    right: auto;
    left: 30px;
  }
}
.pxl-section-bg-parallax, .pxl-column-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay {
  z-index: 2;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay + .pxl-section-bg-parallax, body:not(.elementor-editor-active) .pxl-section-parallax-overflow > .elementor-background-overlay .pxl-column-bg-parallax {
  z-index: 1;
}
body:not(.elementor-editor-active) .pxl-section-parallax-overflow.elementor-top-section > .elementor-container {
  z-index: 3;
}
.pxl-section-parallax-overflow, .pxl-section-overflow-hidden {
  overflow: hidden !important;
}
.elementor-column.pxl-column-overflow-hidden-yes {
  overflow: hidden !important;
  /* width */
}
::-webkit-scrollbar {
  width: 6px;
  /* Track */
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
  /* Handle */
}
::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}
.pxl-flipbox {
  position: relative;
  perspective: 1200px;
}
.pxl-flipbox .pxl-flipbox--front, .pxl-flipbox .pxl-flipbox--back {
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pxl-flipbox .pxl-flipbox--back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg) translateZ(1px);
  z-index: 99;
}
.pxl-flipbox .pxl-flipbox--wrap {
  position: relative;
  transition-property: box-shadow, transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
}
.pxl-flipbox:hover .pxl-flipbox--wrap {
  transform: rotateY(180deg);
  transform-origin: 50% 50%;
}
.pxl-effect--3d .pxl-effect--content {
  opacity: 0;
  height: 100%;
}
.pxl-effect--3d .pxl-item--inner:hover .pxl-effect--content {
  opacity: 1;
}
.pxl-effect--3d .pxl-in--top .pxl-effect--content {
  -webkit-animation: pxl_in_top 0.3s ease 0ms 1 forwards;
  animation: pxl_in_top 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-out--top .pxl-effect--content {
  -webkit-animation: pxl_out_top 0.3s ease 0ms 1 forwards;
  animation: pxl_out_top 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--top .pxl-effect--content, .pxl-effect--3d .pxl-out--top .pxl-effect--content {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.pxl-effect--3d .pxl-out--bottom .pxl-effect--content {
  -webkit-animation: pxl_out_bottom 0.3s ease 0ms 1 forwards;
  animation: pxl_out_bottom 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--bottom .pxl-effect--content {
  -webkit-animation: pxl_in_bottom 0.3s ease 0ms 1 forwards;
  animation: pxl_in_bottom 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--bottom .pxl-effect--content, .pxl-effect--3d .pxl-out--bottom .pxl-effect--content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.pxl-effect--3d .pxl-out--left .pxl-effect--content {
  -webkit-animation: pxl_out_left 0.3s ease 0ms 1 forwards;
  animation: pxl_out_left 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--left .pxl-effect--content {
  -webkit-animation: pxl_in_left 0.3s ease 0ms 1 forwards;
  animation: pxl_in_left 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--left .pxl-effect--content, .pxl-effect--3d .pxl-out--left .pxl-effect--content {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.pxl-effect--3d .pxl-out--right .pxl-effect--content {
  -webkit-animation: pxl_out_right 0.3s ease 0ms 1 forwards;
  animation: pxl_out_right 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--right .pxl-effect--content {
  -webkit-animation: pxl_in_right 0.3s ease 0ms 1 forwards;
  animation: pxl_in_right 0.3s ease 0ms 1 forwards;
}
.pxl-effect--3d .pxl-in--right .pxl-effect--content, .pxl-effect--3d .pxl-out--right .pxl-effect--content {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.pxl-triangular {
  position: relative;
  overflow: hidden;
}
.pxl-triangular:hover::before {
  opacity: 1;
  -webkit-transform: translate(0px, -190px);
  transform: translate(-50%, -190px);
}
.pxl-triangular:hover::after {
  opacity: 1;
  -webkit-transform: translate(0px, -150px);
  transform: translate(-50%, -150px);
  transition-delay: 0.2s !important;
}
.pxl-triangular::before {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 190px solid rgba(255, 255, 255, 0.25);
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pxl-triangular::after {
  content: '';
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-bottom: 190px solid rgba(255, 255, 255, 0.25);
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0s;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:before {
  transform-origin: left center;
  -webkit-transform-origin: left center;
}
body.rtl .pxl-box-hover1 .pxl-item--inner:hover:before {
  transform-origin: right center;
  -webkit-transform-origin: right center;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .pxl-swiper-slide, .swiper-container-3d .pxl-swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pxl-image-custom .pxl-image-magic {
  position: relative;
}
.pxl-image-custom .pxl-image-magic .item-bg {
  position: absolute;
  width: 102%;
  height: 102%;
  top: 0;
  right: 0;
  border-radius: 12px;
  background: #f1663e;
  display: block;
}
.pxl-image-magic {
  position: relative;
}
.pxl-image-magic .item-bg {
  display: none;
}
.pxl-image-magic .pxl-item--inner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-image-magic .pxl-item--inner {
    width: auto !important;
    height: auto !important;
  }
}
.pxl-image-magic .pxl-item--inner:hover .image--reveal {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -khtml-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.pxl-image-magic .pxl-item--button {
  position: absolute;
  bottom: 90px;
  left: -54px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pxl-image-magic .pxl-item--button {
    left: 0;
  }
}
.pxl-image-magic .pxl-item--button .text {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 21px;
  text-transform: capitalize;
  margin-right: 10px;
}
.pxl-image-magic .pxl-item--button > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  animation: icon_bounce infinite linear 5s;
  min-width: auto;
  padding: 0;
  border-radius: 100%;
  background-color: var(--secondary-color);
}
.pxl-image-magic .pxl-item--button > a:hover {
  background-color: #fff;
}
.pxl-image-magic .pxl-item--button > a:hover .text {
  color: var(--secondary-color);
}
.pxl-image-magic .pxl-item--button > a:hover .text-arrow i:nth-child(1) {
  transform: translate(30px, -30px);
}
.pxl-image-magic .pxl-item--button > a:hover .text-arrow i:nth-child(2) {
  transform: translate(0px, 0px);
}
.pxl-image-magic .pxl-item--button .item--image {
  overflow: hidden;
}
.pxl-image-magic .pxl-item--button .item--image img {
  object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .pxl-image-magic .pxl-item--button .item--image img {
    width: 100% !important;
    height: 100% !important;
  }
}
.pxl-image-magic .pxl-item--button .item--image .map {
  height: 100% !important;
}
.pxl-image-magic .pxl-item--button .text-arrow {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.pxl-image-magic .pxl-item--button .text-arrow i {
  color: inherit;
  font-size: 14px;
}
.pxl-image-magic .pxl-item--button .text-arrow i:nth-child(1) {
  color: #fff;
  display: inline-block;
  transition: transform 0.5s linear;
}
.pxl-image-magic .pxl-item--button .text-arrow i:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-30px, 30px);
  transition: transform 0.5s linear;
}
.pxl-image-magic .image--reveal {
  position: absolute;
  left: 20px;
  bottom: 17px;
  line-height: 1;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media screen and (max-width: 575px) {
  .pxl-image-magic .image--reveal {
    display: none;
  }
}
.pxl-image-magic .canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.pxl-image-magic .item--image img {
  opacity: 0;
}
.pxl-image-magic .item--image img.image-front {
  opacity: 1;
}
.hover-translate3d-direction {
  position: relative;
  perspective: 400px;
  overflow: hidden;
}
.hover-translate3d-direction .direction-item {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  background-color: red !important;
  z-index: 9026;
}
.hover-rotate3d-direction {
  perspective: 400px;
  overflow: hidden;
}
.hover-rotate3d-direction:not(:hover) .direction-item {
  opacity: 0;
  transition-delay: 0s;
}
.hover-rotate3d-direction .direction-item {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: rotate3d(1, 0, 0, 90deg);
  pointer-events: none;
  border-radius: 12px;
  transition: opacity 0.25s linear;
  background: #1e6ee7;
  z-index: -1;
}
.hover-rotate3d-direction:hover .direction-item {
  opacity: 1;
}
.z-index-1 {
  z-index: 1;
}
.pxl-icon-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.pxl-icon-middle {
  position: relative;
}
.pxl-icon-middle > * {
  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%);
}
.pxl-hidden {
  display: none;
}
.btn-flex {
  display: inline-flex;
  align-items: center;
}
.btn-flex i {
  display: inline-flex;
}
.field-dflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-text-nowrap {
  white-space: nowrap;
}
.pxl--hover-slideup {
  -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -khtml-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
.pxl--hover-slideup:hover {
  -webkit-transform: translateY(-5px);
  -khtml-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.d-inline-block {
  display: inline-block;
}
.pxl-d-flex {
  display: inline-flex;
}
.pxl-inline-flex {
  display: inline-flex;
  flex-wrap: wrap;
}
.pxl-mw-1200 {
  max-width: 1200px;
}
.pxl-text-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pxl-text-center .pxl-link-page1 .pxl-item--inner {
    justify-content: center;
  }
}
.pxl-img--mask {
  width: 100px;
  height: 100px;
  position: relative;
}
.pxl-img--mask .pxl--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-repeat: no-repeat;
  -ms-mask-repeat: no-repeat;
  -o-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -ms-mask-position: center center;
  -o-mask-position: center center;
  mask-position: center center;
  mask-size: cover;
  -webkit-mask-size: cover;
}
.text-secondary {
  color: var(--secondary-color);
}
.pxl-flex-grow {
  flex-grow: 1;
}
.pxl-icon--plus {
  height: 14px;
  width: 14px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus {
  height: 9px;
  width: 9px;
  position: relative;
  cursor: pointer;
}
.pxl-icon--minus:before::before {
  content: "<";
  position: absolute;
  left: -15px;
  width: 47px;
  height: 47px;
  top: 0;
  display: flex;
  text-align: center;
  font-size: 30px;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(93, 50, 34, 0.1);
}
.pxl-inline-flex {
  display: inline-flex;
  align-items: center;
}
.pxl-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-widget-flex > .elementor-widget-container > div {
  display: flex;
}
.el-empty:empty {
  display: none !important;
}
.pxl-spill, .pxl-image-magic .image-back, .pxl-image-magic .map, .pxl-gallery .pxl--item-inner.video-active:before, .pxl-progressbar-1 .pxl--item .pxl--background {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pxl-skew {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--link-color);
  transform: skew(-9deg);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-middle {
  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%);
}
.pxl-icon--middle {
  position: relative;
}
.pxl-icon--middle * {
  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%);
}
.pxl-item--flex, #pxl-search-popup .pxl-item--conent, .pxl-countdown-layout1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pxl-item--flexnw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.color-inherit {
  color: inherit;
}
.color-inherit:hover {
  color: inherit;
}
.color-primary {
  color: var(--link-color);
}
.text-gradient {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.text-gradient-bg {
  background-color: transparent;
  background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}
.rm-text-gradient {
  text-fill-color: inherit;
  -webkit-text-fill-color: inherit;
  background-image: none;
}
.bg-gradient {
  background-color: var(--gradient-color-from);
  background-image: -webkit-gradient(linear, right top, left top, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to right, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)', gradientType='1');
}
.bg-gradient-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--gradient-color-from)), to(var(--gradient-color-to)));
  background-image: -webkit-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -moz-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -ms-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: -o-linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  background-image: linear-gradient(to bottom, var(--gradient-color-from), var(--gradient-color-to));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='var(--gradient-color-from)', endColorStr='var(--gradient-color-to)');
}
.ft-theme-default, .pxl-swiper-pagination .pxl-swiper-current-slide, .pxl-swiper-pagination .pxl-swiper-total-slides, .pxl-swiper-dots.style-1.pxl-swiper-pagination-fraction, .pxl-swiper-dots.style-2.pxl-swiper-pagination-fraction, .pxl-swiper-dots.style-3.pxl-swiper-pagination-fraction, blockquote, .pxl-search-popup-button .pxl_cart_counter, .pxl-cart-sidebar-button .pxl_cart_counter, #pxl-search-popup .pxl-item--conent form .search-field, #pxl-search-popup .pxl-item--conent form .search-field, .page-links .post-page-numbers, .widget_recent_comments ul, .widget_recent_comments ol, .widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments, .btn {
  font-family: , sans-serif;
}
.bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-close {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-close:before, .pxl-close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0%;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}
.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-left {
  float: left;
}
.pxl-right {
  float: right;
}
.pxl-hide {
  display: none;
}
@media screen and (min-width: 1201px) {
  .pxl-hide-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-hide-lg {
    display: none !important;
  }
}
@media screen and (max-width: 1260px) {
  .pxl-hide-lg2 {
    display: none !important;
  }
}
.pxl-tsn, .pxl-anchor-button .pxl-text {
  transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.pxl-row-scroll-fixed {
  position: sticky;
  top: 120px;
}
#pxl-text--slider .pxl-text-editor {
  font-family: "Science Gothic", sans-serif;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .pxl-reset-padding-xl {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.pxl-heading .pxl-item--subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.pxl-heading .pxl-item--subtitle .pxl-item--icon {
  line-height: 0;
}
.pxl-heading .pxl-item--subtitle .pxl-item--icon svg {
  animation: 1s infinite blink;
}
.pxl-heading .pxl-item--title {
  margin-top: 15px;
  color: var(--primary-color);
}
.pxl-search-popup-button {
  cursor: pointer;
  line-height: 1;
  position: relative;
}
.pxl-search-popup-button input {
  height: 44px;
}
.pxl-search-popup-button svg {
  position: absolute;
  right: -40px;
  top: -10px;
  cursor: auto;
}
.pxl-search-popup-button .search-submit {
  position: relative;
  z-index: 3;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.pxl-search-popup-button .search-submit svg {
  position: unset;
}
.pxl-widget-searchform .searchform-wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: relative;
}
.pxl-widget-searchform .searchform-wrap .search-field {
  font-size: 16px;
  color: var(--link-color);
  width: 140px;
  padding-left: 55px;
  padding-right: 15px;
  background-color: rgba(var(--primary-color-rgb),0.08);
  border: none;
  height: 50px;
  border-radius: 50px;
  -webkit-transition: all 220ms linear 0ms;
  -khtml-transition: all 220ms linear 0ms;
  -moz-transition: all 220ms linear 0ms;
  -ms-transition: all 220ms linear 0ms;
  -o-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.pxl-widget-searchform .searchform-wrap .search-field:focus {
  width: 165px;
}
.pxl-widget-searchform .searchform-wrap .search-submit {
  width: 36px;
  min-width: 36px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--link-color);
  font-weight: normal;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 20px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .pxl-fullheight--md .elementor-widget-container, .pxl-fullheight--md .elementor-widget-wrap {
    height: 100%;
  }
  .pxl-fullheight--md .elementor-widget-container > div, .pxl-fullheight--md .elementor-widget-wrap > div {
    height: 100%;
  }
  .pxl-fullheight--md .elementor-widget-container > div .pxl-video--inner, .pxl-fullheight--md .elementor-widget-wrap > div .pxl-video--inner, .pxl-fullheight--md .elementor-widget-container > div .pxl-video--holder, .pxl-fullheight--md .elementor-widget-wrap > div .pxl-video--holder, .pxl-fullheight--md .elementor-widget-container > div .pxl-video--imagebg, .pxl-fullheight--md .elementor-widget-wrap > div .pxl-video--imagebg {
    height: 100% !important;
  }
}
body.rtl .pxl-language-switcher1 .current--item img {
  margin-right: 0;
  margin-left: 9px;
}
body.rtl .pxl-language-switcher1 .current--item label::after {
  margin-right: 8px;
  margin-left: 0;
}
body.rtl .pxl-link.style-box i {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl-link.style-box a::after {
  right: auto;
  left: 27px;
  transform: scaleX(-1);
}
@media screen and (max-width: 1200px) {
  body.rtl .pxl-link.style-box a::after {
    right: auto;
    left: 20px;
  }
}
body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  right: auto;
  left: 0;
}
body.rtl .pxl-contact-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip:before {
  right: auto;
  left: 10px;
}
body.rtl .pxl-widget-searchform .searchform-wrap .search-field {
  padding-right: 55px;
  padding-left: 15px;
}
body.rtl .pxl-widget-searchform .searchform-wrap .search-submit {
  left: auto;
  right: 20px;
}
body.rtl .pxl-process2 .pxl-item--step {
  left: auto;
  right: -5px;
}
.e-page-transition--entered {
  display: none !important;
}
.e-page-transition--exiting {
  display: none !important;
}
.elementor-kit-6 e-page-transition {
  display: none !important;
}
body:not(.elementor-editor-active) .pxl-link-scroll1 {
  position: fixed;
  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%);
  z-index: 99;
}
.pxl-icon-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.pxl-icon-list .pxl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.revslider-initialised {
  overflow: visible !important;
}
.pxl-logo a {
  display: inline-block;
}
.pxl-logo img {
  width: auto;
  vertical-align: middle;
}
.armanello-e-background {
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .armanello-e-background {
    mask-size: 200% 200% !important;
  }
}
.pxl-image-single {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
  visibility: visible !important;
}
.pxl-image-single *, .pxl-image-single img {
  -webkit-border-radius: inherit;
  -khtml-border-radius: inherit;
  -moz-border-radius: inherit;
  -ms-border-radius: inherit;
  -o-border-radius: inherit;
  border-radius: inherit;
}
.pxl-image-single img {
  width: auto;
}
.pxl-image-single.pxl-image-parallax .pxl-item--image {
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
}
.pxl-image-single .pxl-item--bg {
  background-repeat: no-repeat;
  background-size: auto;
}
.pxl-image-single.mix-blend-mode .pxl-item--image img {
  filter: grayscale(100%);
}
.pxl-image-single.mix-blend-mode .pxl-item--bg {
  filter: grayscale(100%);
}
.pxl-image-single.mix-blend-mode-rotate .pxl-item--image img {
  filter: grayscale(100%);
}
.pxl-image-single.pxl-scroll-transform .pxl-item--inner {
  transition: all 0.3s ease-in-out;
}
.pxl-image-single.pxl-scroll-transform .pxl-item--inner:hover {
  position: relative;
  transform: rotate(0deg) !important;
  z-index: 99 !important;
}
.pxl-image-single.pxl-scroll-transform .pxl-item--inner:hover .pxl-wrapper {
  scale: 1;
}
.pxl-image-single.pxl-scroll-transform .pxl-wrapper {
  margin-top: 20px;
  scale: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  .pxl-image-single.pxl-scroll-transform .pxl-wrapper {
    width: 100%;
    text-align: center;
    scale: 1;
  }
}
@media screen and (max-width: 575px) {
  .pxl-image-single.pxl-scroll-transform .pxl-wrapper {
    text-align: left;
  }
}
.pxl-image-single.pxl-scroll-transform .pxl-wrapper .pxl-subtitle, .pxl-image-single.pxl-scroll-transform .pxl-wrapper .pxl-year {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
.pxl-image-single.pxl-scroll-transform .pxl-wrapper .pxl-year {
  margin-left: 24px;
}
.pxl-image-single.pxl-scroll-transform .pxl-wrapper .pxl-title {
  margin-top: 12px;
}
@media screen and (max-width: 575px) {
  .pxl-image-single.pxl-scroll-transform .pxl-wrapper .pxl-title {
    font-size: 16px;
  }
}
.pxl-image-single.pxl-scroll-transform .pxl-wrapper .pxl-title a {
  color: #fff;
}
.pxl-image-single.zoomer-img {
  position: relative;
}
.pxl-image-single.zoomer-img .pxl-item--inner {
  height: 100vh;
  display: flex;
  align-items: top;
  justify-content: center;
}
.pxl-image-single.zoomer-img .pxl-item--image {
  width: 400px;
  height: 714px;
  border-radius: 0px 0px 200px 200px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .pxl-image-single.zoomer-img .pxl-item--image {
    width: 350px;
  }
}
.pxl-image-single.zoomer-img .pxl-item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  display: block;
}
.pxl-image-single.zoomer-img2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-image-single.zoomer-img2 {
    min-height: 100%;
    align-items: start;
  }
}
.pxl-image-single.zoomer-img2 .pxl-item--inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.pxl-image-single.zoomer-img2 .pxl-item--vd {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 440px;
  height: 500px;
  border-radius: 500px 500px 0px 0px;
  overflow: hidden;
  will-change: width, height, transform;
  transform-origin: top center;
}
@media screen and (max-width: 1200px) {
  .pxl-image-single.zoomer-img2 .pxl-item--vd {
    top: 0;
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-image-single.zoomer-img2 .pxl-item--vd {
    width: 350px;
    height: 400px;
  }
}
.pxl-full-content-with-space-transtion-y {
  --pxl-ty: 50px;
  will-change: transform;
}
.pxl-mega-menu .pxl-showcase1 .pxl-grid-inner {
  height: auto !important;
}
.pxl-mega-menu .pxl-showcase1 .pxl-grid-inner .pxl-grid-item {
  position: static !important;
}
@media (max-width: 1199px) {
  .pxl-mega-menu .pxl-showcase1 .pxl-grid-inner .pxl-grid-item {
    max-width: 100% !important;
    flex: 100% !important;
  }
}
.pxl-mega-menu .pxl-showcase1 .pxl-grid-inner .grid-sizer {
  display: none;
}
.pxl-countdown .countdown-item-inner, .pxl-countdown .countdown-item-holder, .pxl-countdown .countdown-item:after {
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.pxl-countdown .countdown-item-inner svg, .pxl-countdown .countdown-item-holder svg, .pxl-countdown .countdown-item:after svg, .pxl-countdown .countdown-item-inner .countdown-amount, .pxl-countdown .countdown-item-holder .countdown-amount, .pxl-countdown .countdown-item:after .countdown-amount, .pxl-countdown .countdown-item-inner .countdown-period, .pxl-countdown .countdown-item-holder .countdown-period, .pxl-countdown .countdown-item:after .countdown-period {
  -webkit-transition: inherit;
  -khtml-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.pxl-item--star {
  display: flex;
}
.pxl-item--star i {
  display: none;
  color: #fff;
}
.pxl-item--star.pxl-item--1-star i {
  color: #fff;
}
.pxl-item--star.pxl-item--1-star i:first-child {
  display: block;
}
.pxl-item--star.pxl-item--2-star i {
  color: #fff;
}
.pxl-item--star.pxl-item--2-star i:first-child, .pxl-item--star.pxl-item--2-star i:nth-child(2) {
  display: block;
}
.pxl-item--star.pxl-item--3-star i {
  color: #fff;
}
.pxl-item--star.pxl-item--3-star i:first-child, .pxl-item--star.pxl-item--3-star i:nth-child(2), .pxl-item--star.pxl-item--3-star i:nth-child(3) {
  display: block;
}
.pxl-item--star.pxl-item--4-star i {
  color: #fff;
}
.pxl-item--star.pxl-item--4-star i:first-child, .pxl-item--star.pxl-item--4-star i:nth-child(2), .pxl-item--star.pxl-item--4-star i:nth-child(3), .pxl-item--star.pxl-item--4-star i:nth-child(4) {
  display: block;
}
.pxl-item--star.pxl-item--5-star i {
  color: #fff;
  display: block;
}
.pxl-section-bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.pxl-full-content-with-space-hover {
  transition: width 0.8s cubic-bezier(0.36, 0.33, 0, 1), transform 0.8s cubic-bezier(0.36, 0.33, 0, 1);
}
@media screen and (max-width: 1440px) {
  .pxl-full-content-with-space-start {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-full-content-with-space-start {
    padding-left: 0px !important;
  }
}
.pxl-search {
  /* Icon Search */
}
.pxl-search .searchform-wrap {
  display: flex;
  align-items: center;
}
.pxl-search button:not(.btn) {
  display: inline-flex;
  align-items: center;
  background: unset;
  padding: 0;
  line-height: normal;
}
.pxl-search button:not(.btn):hover {
  background: unset;
}
.pxl-search i {
  margin-right: 6px;
  color: #fe6462;
}
.pxl-search input[type="text"] {
  background-color: unset;
  border: none;
  padding: 0;
  color: rgba(32, 32, 32, 0.48);
  font-size: 16px;
  font-weight: 400;
}
.pxl-search-popup-button, .pxl-cart-sidebar-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
  text-align: center;
  -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);
  cursor: pointer;
  font-size: 21px;
  position: relative;
}
.pxl-search-popup-button i, .pxl-cart-sidebar-button i {
  color: #8a8a8a;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-search-popup-button.style-box .pxl_cart_counter, .pxl-cart-sidebar-button.style-box .pxl_cart_counter {
  top: -13px;
  right: -13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}
.pxl-search-popup-button .pxl_cart_counter, .pxl-cart-sidebar-button .pxl_cart_counter {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  bottom: 0;
  right: -14px;
}
.pxl-search-popup-button {
  /* End Icon Search */
  /* Search Popup */
  /* search popup */
}
.pxl-search-popup-button.style-box, .pxl-search-popup-button.style-box-bd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: var(--color-primary);
  line-height: 34px;
  color: var(--color-secondary);
  font-size: 20px;
}
.pxl-search-popup-button.style-box-bd {
  border: 1px solid #000;
}
#pxl-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s linear;
  -khtml-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#pxl-search-popup .pxl-item--logo {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
}
#pxl-search-popup .pxl-item--logo img {
  max-height: 41px;
}
#pxl-search-popup .pxl-item--close {
  position: absolute;
  top: 0;
  right: 60px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-width: 11px;
  z-index: 99;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 45px;
  -khtml-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  -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);
}
@media (max-width: 767px) {
  #pxl-search-popup .pxl-item--close {
    top: 20px !important;
    right: auto;
    left: 50%;
    transform: translatex(-50%);
  }
}
#pxl-search-popup .pxl-item--close:before, #pxl-search-popup .pxl-item--close:after {
  background-color: #fff;
}
#pxl-search-popup .pxl-item--conent {
  position: absolute;
  padding: 0 15px;
  top: -400px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 250px;
  will-change: top, box-shadow;
  background-color: rgba(13, 73, 53, 0.8);
  -webkit-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -khtml-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -moz-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -ms-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -o-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#pxl-search-popup .pxl-item--conent form {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  width: 100%;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1366px) {
  #pxl-search-popup .pxl-item--conent form {
    max-width: 1000px;
  }
}
#pxl-search-popup .pxl-item--conent form .search-field {
  height: 95px;
  padding: 0 40px 0 0;
  font-size: 25px;
  font-weight: 400;
  border: none;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 575px) {
  #pxl-search-popup .pxl-item--conent form .search-field {
    font-size: 20px;
    height: 70px;
  }
}
#pxl-search-popup .pxl-item--conent form .search-field:focus {
  background: none;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  text-align: right;
  border: none;
  background: none;
  font-size: 25px;
  line-height: 92px;
  color: #fff;
  opacity: 0.9;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  -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-search-popup .pxl--search-divider {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
  visibility: hidden;
  -webkit-transform: scale3d(0, 1, 1);
  -khtml-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  transform-origin: left center;
}
#pxl-search-popup .pxl-item--overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pxl-search-popup.active {
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--logo, #pxl-search-popup.active .pxl-item--close {
  top: 15px;
  -webkit-animation-name: pxl_fadein;
  animation-name: pxl_fadein;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
  top: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -khtml-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
  -webkit-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -khtml-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -moz-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -ms-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  -o-transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
  transition: top 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96), box-shadow 0.3s ease-out;
}
#pxl-search-popup.active .pxl-item--conent form {
  -webkit-animation-name: pxl_fadein;
  animation-name: pxl_fadein;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  visibility: visible;
}
#pxl-search-popup.active .pxl--search-divider {
  -webkit-animation-name: pxl_fade_in_move;
  animation-name: pxl_fade_in_move;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.pxl-search-out-anim #pxl-search-popup {
  /* Search Popup */
  /* Search Form */
}
.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form {
  -webkit-animation-name: pxl_fadeout;
  animation-name: pxl_fadeout;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.pxl-search-out-anim #pxl-search-popup .pxl-item--conent form .pxl--search-divider {
  -webkit-animation-name: pxl_fade_out_move;
  animation-name: pxl_fade_out_move;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.pxl-search-out-anim #pxl-search-popup .pxl-item--logo, .pxl-search-out-anim #pxl-search-popup .pxl-item--close {
  -webkit-animation-name: pxl_fadeout;
  animation-name: pxl_fadeout;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  visibility: visible;
}
.pxl-work-box {
  position: relative;
  width: ;
  height: ;
  transform-style: preserve-3d;
  will-change: transform;
}
.pxl-work-box .pxl-testimonial-text-marquee-item {
  border-radius: 10px;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  padding: 50px;
  backface-visibility: hidden;
  display: flex;
}
@media screen and (max-width: 575px) {
  .pxl-work-box .pxl-testimonial-text-marquee-item {
    padding: 40px 15px;
  }
}
.pxl-work-box .pxl-testimonial-text-marquee-item .pxl-testimonial-text-marquee-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--description {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0px;
}
@media screen and (max-width: 575px) {
  .pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--description {
    font-size: 16px;
  }
}
.pxl-work-box .pxl-testimonial-text-marquee-item-inner .content-inner {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 575px) {
  .pxl-work-box .pxl-testimonial-text-marquee-item-inner .content-inner {
    margin-top: 30px;
  }
}
.pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--title {
  color: #c8c8c8;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--title {
    font-size: 14px;
  }
}
.pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--position {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--position {
    font-size: 14px;
  }
}
.pxl-work-box .pxl-testimonial-text-marquee-item-inner .pxl-item--avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.pxl-work-box .pxl-testimonial-text-marquee-item.face-1 {
  transform: rotateX(0deg) translateZ();
}
.pxl-work-box .pxl-testimonial-text-marquee-item.face-2 {
  transform: rotateX(90deg) translateZ() rotate(0deg);
}
.pxl-work-box .pxl-testimonial-text-marquee-item.face-3 {
  transform: rotateY(90deg) translateZ();
}
.pxl-work-box .pxl-testimonial-text-marquee-item.face-4 {
  transform: rotateY(-90deg) translateZ() rotate(-90deg);
}
.pxl-work-box .pxl-testimonial-text-marquee-item.face-5 {
  transform: rotateX(-90deg) translateZ() rotate(180deg);
}
.pxl-work-box .pxl-testimonial-text-marquee-item.face-6 {
  transform: rotateY(180deg) translateZ();
}
@media (max-width: 1024px) {
  .pxl-work-box {
    width: 90%;
    height: auto;
    min-height: 400px;
    transform: none !important;
    display: block;
  }
  .pxl-work-box .pxl-testimonial-text-marquee-item {
    position: relative;
    transform: none !important;
    margin-bottom: 20px;
    backface-visibility: visible;
  }
  .pxl-testimonial-text-marquee-inner {
    height: auto;
    padding: 50px 0;
  }
}
@media screen and (max-width: 575px) {
  .pxl-work-box {
    width: 100%;
  }
  .pxl-testimonial-text-marquee-inner {
    height: auto;
    padding: 0;
  }
}
.pxl-hidden-panel-popup {
  position: fixed;
  top: -100%;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
.pxl-hidden-panel-popup.active {
  top: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-hidden-panel-popup {
    display: none;
  }
}
.pxl-hidden-panel-popup .pxl-popup--overlay {
  opacity: 0;
  background-color: var(--secondary-color);
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  cursor: pointer;
}
.pxl-hidden-panel-popup .pxl-popup--conent {
  display: flex;
  height: 100%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  background-color: rgba(12, 18, 26, 0.001);
}
.pxl-hidden-panel-popup.pxl-pos-blinds {
  opacity: 0;
  visibility: hidden;
}
.pxl-hidden-panel-popup.pxl-pos-blinds .pxl-conent-elementor {
  width: 100%;
}
.pxl-hidden-panel-popup.pxl-pos-blinds.active {
  opacity: 1;
  visibility: visible;
}
.pxl-hidden-panel-popup.pxl-pos-blinds.active .pxl-item--flip::before {
  transform: scaleX(1);
  transition: all 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
}
.pxl-hidden-panel-popup.pxl-pos-blinds.active .pxl-popup--conent {
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.pxl-pos-blinds.deactive {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.35s;
}
.pxl-hidden-panel-popup.pxl-pos-blinds.deactive .pxl-item--flip::before {
  transform: scaleX(0);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s;
}
.pxl-hidden-panel-popup.pxl-pos-blinds.deactive .pxl-popup--conent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.pxl-pos-blinds .pxl-popup--overlay {
  display: flex;
  flex-wrap: nowrap;
  background-color: unset;
  opacity: 1;
}
.pxl-hidden-panel-popup.pxl-pos-blinds .pxl-popup--conent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.125s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-hidden-panel-popup.pxl-pos-blinds .pxl-item--flip {
  width: 20%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pxl-hidden-panel-popup.pxl-pos-blinds .pxl-item--flip::before {
  position: absolute;
  inset: 0;
  content: "";
  background-color: #000;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-hidden-panel-popup.pxl-pos-top .pxl-popup--conent {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -khtml-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -moz-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -ms-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -o-transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transition: all 0.5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-hidden-panel-popup.pxl-pos-right .pxl-popup--conent {
  position: absolute;
  top: 0px;
  right: 0;
  min-height: 100vh;
  width: 473px;
  -webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: scroll;
  overflow-x: hidden;
}
.pxl-hidden-panel-popup.active {
  visibility: visible;
}
.pxl-hidden-panel-popup.active .pxl-popup--conent {
  -webkit-transform: translatex(0);
  -khtml-transform: translatex(0);
  -moz-transform: translatex(0);
  -ms-transform: translatex(0);
  -o-transform: translatex(0);
  transform: translatex(0);
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-popup--overlay {
  opacity: 0.8;
  visibility: visible;
  transition-delay: 0s !important;
}
.pxl-hidden-panel-popup.active .pxl-search-form .pxl-searchform-divider {
  webkit-animation-name: PXLfadeInMove;
  animation-name: PXLfadeInMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.pxl-hidden-panel-popup:not(.active) .pxl-search-form .pxl-searchform-divider {
  webkit-animation-name: PXLfadeOutMove;
  animation-name: PXLfadeOutMove;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
.pxl-line-effect {
  display: inline-block;
  background: linear-gradient(white, white) padding-box, linear-gradient(to bottom, rgba(20, 20, 20, 0.15) 0%, rgba(20, 20, 20, 0.07) 50%, rgba(20, 20, 20, 0) 100%) border-box;
}
.pxl-showcase-1 {
  text-align: left;
  border-radius: 10px;
  background: #fff;
  padding: 14px;
}
.pxl-showcase-1 .pxl-item--meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 17px 18px;
}
@media screen and (max-width: 991px) {
  .pxl-showcase-1 .pxl-item--meta {
    display: block;
    padding: 40px 0 0;
  }
}
.pxl-showcase-1 .pxl-item--buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .pxl-showcase-1 .pxl-item--buttons {
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.pxl-showcase-1 .pxl-item--buttons .pxl-item--button {
  transition: all 0.3s ease-in;
}
.pxl-showcase-1 .pxl-item--buttons .pxl-item--button:hover a {
  background: var(--primary-color);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
}
.pxl-showcase-1 .pxl-item--buttons .pxl-item--button a {
  color: var(--primary-color);
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s ease-in;
}
.pxl-showcase-1 .pxl-item--buttons .pxl-item--button a:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .pxl-showcase-1 .pxl-item--buttons .pxl-item--button a {
    color: var(--primary-color);
    font-size: 15px;
  }
  .pxl-showcase-1 .pxl-item--buttons .pxl-item--button a:hover {
    color: var(--primary-color);
  }
}
.pxl-showcase-1 .pxl-item--buttons .pxl-item-button--1 a, .pxl-showcase-1 .pxl-item--buttons .pxl-item-button--2 a {
  padding: 6px 20px;
  border-radius: 8px;
  border: 1px solid #cdcdcd;
}
.pxl-showcase-1 .pxl-sub--title {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pxl-showcase-1 .pxl-item--title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.72px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media screen and (max-width: 991px) {
  .pxl-showcase-1 .pxl-item--title {
    color: var(--primary-color);
    font-size: 15px;
  }
}
.pxl-showcase-1 .pxl-item--image {
  width: 100%;
  overflow: auto;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: hidden;
  border-radius: 7px;
}
.pxl-showcase-1 .pxl-item--image img {
  width: auto;
  height: auto;
  border-radius: 7px;
  transition: all 0.3s ease-in-out;
}
.pxl-showcase-1 .pxl-item--image .pxl-link--item {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  scale: 0;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1200px) {
  .pxl-showcase-1 .pxl-item--image .pxl-link--item {
    width: 200px;
    height: 150px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    scale: 1;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pxl-showcase-1 .pxl-item--inner {
  position: relative;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .pxl-showcase-1 .pxl-item--inner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-showcase-1 .pxl-item--inner {
    margin-bottom: 0;
  }
}
.pxl-showcase-1 .pxl-item--inner:hover img {
  filter: blur(2px);
}
.pxl-showcase-1 .pxl-item--inner:hover .pxl-item--buttons .pxl-item--button {
  transform: translateY(0px);
  opacity: 1;
}
.pxl-pagination1 {
  display: flex;
  justify-content: space-between;
}
.pxl-pagination1 .pxl-previous, .pxl-pagination1 .pxl-next {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 18px 21px 18px 41px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .pxl-pagination1 .pxl-previous, .pxl-pagination1 .pxl-next {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-pagination1 .pxl-previous, .pxl-pagination1 .pxl-next {
    font-size: 0;
    justify-content: center;
  }
}
.pxl-pagination1 .pxl-previous:hover .pxl-icon--next, .pxl-pagination1 .pxl-next:hover .pxl-icon--next {
  transform: translateX(-10px);
  color: var(--third-color);
}
.pxl-pagination1 .pxl-previous:hover .pxl-icon--prev, .pxl-pagination1 .pxl-next:hover .pxl-icon--prev {
  transform: translateX(10px);
  color: var(--third-color);
}
.pxl-pagination1 .pxl-previous {
  padding: 18px 41px 18px 21px;
}
@media screen and (max-width: 1024px) {
  .pxl-pagination1 .pxl-previous {
    padding: 15px 20px;
  }
}
.pxl-pagination1 .pxl-icon--next {
  padding-left: 21px;
  margin-left: 41px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .pxl-pagination1 .pxl-icon--next {
    margin-left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-pagination1 .pxl-icon--next {
    padding-left: 0;
    margin-left: 0;
    border-color: transparent;
    transform: translateX(-5px);
  }
}
.pxl-pagination1 .pxl-icon--prev {
  padding-right: 21px;
  margin-right: 41px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .pxl-pagination1 .pxl-icon--prev {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-pagination1 .pxl-icon--prev {
    padding-right: 0;
    margin-right: 0;
    border-color: transparent;
    transform: translateX(5px);
  }
}
.pxl-countdown-layout1 {
  line-height: 1;
}
.pxl-countdown-layout1.svg-on .countdown-amount {
  font-size: 45px;
  font-weight: bold;
  color: var(--link-color);
  margin-top: 2px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1.svg-on .countdown-amount {
    font-size: 30px;
  }
}
.pxl-countdown-layout1.svg-on .countdown-period {
  font-size: 16px;
}
.pxl-countdown-layout1.svg-on .countdown-item-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 170px;
  height: 170px;
  min-width: 170px;
  -webkit-border-radius: 14px;
  -khtml-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  z-index: 1;
}
.pxl-countdown-layout1.svg-on .countdown-item-inner svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: #7d7d7d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .pxl-countdown-layout1.svg-on .countdown-item-inner {
    min-width: 105px;
    width: 105px;
    height: 105px;
  }
  .pxl-countdown-layout1.svg-on .countdown-item-inner svg {
    height: 105px;
    width: 105px;
  }
}
.pxl-countdown-layout1.svg-on .countdown-item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pxl-countdown-layout1.svg-off {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pxl-countdown-layout1.svg-off .countdown-amount {
  position: relative;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0px;
  font-size: 100px;
}
.pxl-countdown-layout1.svg-off .countdown-period {
  font-size: 13px;
  color: var(--link-color);
}
.pxl-countdown-layout1.svg-off .pxl-dot {
  padding: 0 20px;
  width: 20px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 580px) {
  .pxl-countdown-layout1.svg-off .pxl-dot {
    display: none;
  }
}
.pxl-countdown-layout1.svg-off .pxl-dot::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--third-color);
  transform: translate(-50%, 0%);
}
.pxl-countdown-layout1.svg-off .pxl-dot::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--third-color);
  transform: translate(-50%, -100%);
}
.pxl-countdown-layout1.svg-off .countdown-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 90px;
  display: inline-flex;
}
.pxl-countdown-layout1.svg-off .countdown-item svg {
  display: none;
}
@media screen and (max-width: 580px) {
  .pxl-countdown-layout1.svg-off .countdown-item {
    margin: 20px;
  }
}
.pxl-video-player1 {
  overflow: hidden;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap {
  position: absolute;
  z-index: 99;
  text-align: center;
}
.pxl-video-player1 .pxl-video--holder + .btn-video-wrap.p-center {
  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%);
}
.pxl-video-player1 .pxl-icon-svg {
  line-height: 0;
}
.pxl-video-player1 .btn-video {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 134px;
  height: 134px;
  border-radius: 50%;
  background: linear-gradient(90deg, #10b981 2.37%, #4be1a4 100%);
}
#pxl-height--line {
  height: 1px;
}
.pxl-hidden-panel-button:hover .pxl-button-sidebar .pxl-line.line-2 {
  width: 100%;
}
.pxl-hidden-panel-button.pxl-anchor-button1 .pxl-line {
  transition: all 0.3s ease-in-out;
  width: 100%;
  display: inline-block;
  background: #ffedcd;
  height: 2px;
}
.pxl-hidden-panel-button.pxl-anchor-button1 .pxl-line.line-2 {
  display: inline-block;
  width: 40%;
  height: 2px;
  margin-top: 6px;
}
.pxl-hidden-panel-button .pxl-button-sidebar {
  line-height: 0;
  cursor: pointer;
}
#pxl-inset::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(152, 152, 91, 0.15);
  inset: 6px;
  border-radius: 100%;
}
.pxl-list .pxl-list-item:last-child {
  margin-bottom: 0 !important;
}
.pxl-list.style-2 .pxl-list-item {
  display: flex;
  align-items: center;
}
.pxl-list.style-2 .pxl-item--icon {
  line-height: 0;
}
.pxl-list.pxl-list2.style-2 .pxl-list-item {
  display: flex;
  justify-content: space-between;
}
.pxl-list.pxl-list2 .pxl-list-item {
  display: flex;
  align-items: center;
}
.pxl-list.pxl-list2 .pxl-text2, .pxl-list.pxl-list2 body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .pxl-list.pxl-list2 td.product-price {
  margin-left: 5px;
  color: rgba(20, 20, 20, 0.75);
}
.pxl-list.pxl-list3 .pxl-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pxl-list.pxl-list3 .pxl-price {
  color: var(--primary-color);
  font-size: 18px;
}
.pxl-list.pxl-list3 .pxl-description {
  color: rgba(20, 20, 20, 0.6);
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.66;
}
.pxl-list.pxl-list3.style-3 .pxl-wrap {
  justify-content: end;
}
.pxl-list.pxl-list3.style-3 .pxl-description {
  text-align: end;
}
.pxl-list.pxl-list4 .pxl-list-item {
  display: flex;
  align-items: center;
  gap: 10px 30px;
}
@media screen and (max-width: 360px) {
  .pxl-list.pxl-list4 .pxl-list-item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 360px) {
  .pxl-list.pxl-list4 .pxl-item--right {
    margin-top: 10px;
  }
}
.pxl-list.pxl-list4 .pxl-image img {
  max-width: 101px;
  max-height: 101px;
  border-radius: 50%;
}
.pxl-list.pxl-list4 .pxl-wrap {
  display: flex;
  align-items: baseline;
}
.pxl-list.pxl-list4 .pxl-wrap .pxl-dot {
  flex: 1;
  border-bottom: 2px dotted rgba(152, 152, 91, 0.3);
}
.pxl-list.pxl-list4 .pxl-price {
  color: var(--primary-color);
  font-size: 18px;
}
.pxl-list.pxl-list4 .pxl-description {
  color: rgba(20, 20, 20, 0.6);
  font-size: 15px;
  margin-top: 5px;
  line-height: 1.66;
}
.pxl-list.pxl-list4.style-3 .pxl-list-item {
  gap: 10px 55px;
  flex-direction: row-reverse;
  align-items: start;
}
.pxl-list.pxl-list4.style-3 .pxl-item--right {
  text-align: end;
}
.pxl-list.pxl-list4.style-3 .pxl-wrap {
  justify-content: end;
  flex-direction: row-reverse;
}
.pxl-list.pxl-list4.style-3 .pxl-description {
  margin-top: 18px;
}
.pxl-list.pxl-list4.style-3 .pxl-image {
  margin-top: 10px;
}
.pxl-list.pxl-list4.style-2 .pxl-list-item {
  gap: 10px 55px;
  align-items: start;
}
.pxl-list.pxl-list4.style-2 .pxl-description {
  margin-top: 18px;
}
.pxl-list.pxl-list4.style-2 .pxl-image {
  margin-top: 10px;
}
.pxl-list.pxl-list5 .pxl-list-item {
  text-align: center;
}
.pxl-list.pxl-list5 .pxl-description {
  margin-top: 5px;
  margin-bottom: 14px;
}
.pxl-list-box1 {
  /* ========== HISTORY SECTION ========== */
}
.pxl-list-box1 .pxl-item--content {
  list-style: none;
  margin: 0;
}
.pxl-list-box1 .list--item {
  position: relative;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding: 40px 0px;
  display: flex;
  align-items: center;
  gap: 10px 43px;
  transition: border-color 300ms linear 0ms;
}
.pxl-list-box1 .list--item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  content: "";
  background: var(--primary-color);
  height: 1px;
  transition: width 300ms linear 0ms;
  will-change: width;
}
.pxl-list-box1 .list--item.active .pxl-sub--title, .pxl-list-box1 .list--item.active .pxl-item--title {
  transform: skewX(-18deg);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .pxl-list-box1 .list--item {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-list-box1 .list--item {
    padding: 15px;
  }
}
.pxl-list-box1 .list--item.pxl-hover-transition {
  transition: transform 0.4s ease-in-out;
}
.pxl-list-box1 .list--item:hover::after {
  width: 100%;
}
.pxl-list-box1 .list--item:hover .pxl-item--title .no-hover {
  opacity: 1;
}
.pxl-list-box1 .list--item:hover .pxl-item--title .hover {
  opacity: 1;
  z-index: 6;
}
.pxl-list-box1 .list--item:hover .pxl-item--title:before {
  opacity: 0;
}
.pxl-list-box1 .pxl-sub--title {
  color: rgba(20, 20, 20, 0.6);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  width: 77px;
  display: inline-block;
  transform: skewX(0deg);
  transition: transform 0.3s ease;
  will-change: transform;
}
.pxl-list-box1 .pxl-item--title {
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  transform: skewX(0deg);
  transition: transform 0.3s ease;
  will-change: transform;
}
@media screen and (max-width: 480px) {
  .pxl-list-box1 .pxl-item--title {
    padding-top: 13px;
  }
}
.pxl-list-box1 .pxl-item--image {
  position: absolute;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
  z-index: 10;
  will-change: transform, opacity;
}
@media screen and (min-width: 768px) {
  .pxl-list-box1 .pxl-item--image {
    left: 0;
    transform: translate3d(calc(var(--pxl-mouse-x, 50%) - 50%), calc(var(--pxl-mouse-y, 50%) - 50%), 0);
  }
}
@media screen and (max-width: 767px) {
  .pxl-list-box1 .pxl-item--image {
    right: 0;
    transform: translate3d(0, calc(var(--pxl-mouse-y, 50%) - 50%), 0);
  }
}
@media (max-width: 575px) {
  .pxl-list-box1 .pxl-item--image {
    display: none;
  }
}
.pxl-list-box1 .pxl-list-item1 {
  width: 100%;
  position: absolute;
  top: -25%;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 999;
  will-change: transform;
  transform: translate3d(calc(var(--pxl-mouse-x, 50%) - 25%), calc(var(--pxl-mouse-y, 0%) - 20%), 0);
  transition: opacity 0.15s linear;
}
@media screen and (max-width: 1200px) {
  .pxl-list-box1 .pxl-list-item1 {
    display: none;
  }
}
.pxl-list-box1 .pxl-list-item1.active {
  opacity: 1;
  z-index: 20;
}
.pxl-list-box1 .pxl-list-item1.active .pxl-list-item1__inner {
  animation: pxlInnerIn 0.55s ease-in-out both;
}
.pxl-list-box1 .pxl-list-item1.deactive .pxl-list-item1__inner {
  animation: pxlInnerOut 0.55s ease-in-out both;
}
.pxl-list-box1 .pxl-list-item1__inner {
  will-change: transform, opacity;
  pointer-events: none;
}
.pxl-list-box1 .image--item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.15s linear;
}
.pxl-list-box1 .image--item.active {
  opacity: 1;
  z-index: 2;
}
.pxl-list-box1 .image--item.deactive {
  opacity: 0;
  z-index: 1;
}
.pxl-list-box1 .image--inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  border-radius: 300px 300px 0 0;
}
.pxl-list-box1 .image--inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pxl-list-box1 .pxl-item--inner {
  position: relative;
  --pxl-mouse-x: 50%;
  --pxl-mouse-y: 50%;
}
.pxl-list-box1 .pxl-item--inner:hover .list--item:before {
  z-index: 5;
}
.pxl-list-box1 .pxl-item--inner:hover .list--item a {
  z-index: 5;
}
.pxl-list-box1 .pxl-item--inner:hover .pxl-item--image {
  opacity: 1;
  z-index: 3;
}
.history-section {
  overflow: hidden;
}
.history-section .history-pin {
  height: 100vh !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 !important;
  padding-top: 150px !important;
}
@media screen and (max-width: 1440px) {
  .history-section .history-pin {
    height: 820px !important;
  }
}
@media screen and (max-width: 1200px) {
  .history-section .history-pin {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 1024px) {
  .history-section .history-pin {
    height: 800px !important;
  }
}
.history-section .history-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
  /* ========== LEFT COLUMN ========== */
}
.history-section .history-left {
  width: 42%;
}
.history-section .history-left .intro {
  margin-top: 32px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .history-section .history-left .intro {
    margin-bottom: 20px;
  }
}
.history-section .eyebrow {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
}
.history-section .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #a2793f;
  transform: rotate(45deg);
  flex-shrink: 0;
}
.history-section .intro h2 {
  margin: 0 0 20px;
}
@media screen and (max-width: 1440px) {
  .history-section .intro h2 {
    font-size: 40px;
  }
}
.history-section .milestone-stage {
  position: relative;
}
.history-section .pxl-title-year {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 14px;
}
.history-section .pxl-excerpt-year {
  max-width: 480px;
}
.history-section .milestone {
  position: absolute;
  opacity: 0;
  transform: translateX(60px);
  inset: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, transform 0.5s ease, border-color 0.5s ease;
}
.history-section .milestone.is-active {
  opacity: 1;
  transform: translateX(0);
}
.history-section .milestone .milestone-year {
  font-size: 148px;
  line-height: 1.06;
  font-weight: 400;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: -3px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px rgba(152, 152, 91, 0.5);
  margin: 0 0 2px;
  /* ========== RIGHT COLUMN (IMAGE) ========== */
}
@media screen and (max-width: 1440px) {
  .history-section .milestone .milestone-year {
    font-size: clamp(4rem, 5.464rem, 7.5rem);
  }
}
.history-section .history-right {
  min-height: 0;
  width: 43%;
}
.history-section .image-stage {
  position: relative;
  height: 100%;
}
.history-section .img-back {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 440px;
  max-height: 669px;
  overflow: hidden;
}
@media screen and (max-width: 899px) {
  .history-section .img-back {
    max-width: 50%;
    max-height: 300px;
  }
}
@media screen and (max-width: 479px) {
  .history-section .img-back {
    max-width: 100%;
  }
}
.history-section .img-front {
  position: absolute;
  left: 0;
  top: 68%;
  max-width: 248px;
  max-height: 377px;
  border-radius: 124px 124px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .history-section .img-front {
    left: -50px;
  }
}
@media screen and (max-width: 881px) {
  .history-section .img-front {
    left: 0;
    top: 20%;
  }
}
@media screen and (max-width: 899px) {
  .history-section .img-front {
    max-width: 50%;
    max-height: 300px;
    border-radius: 0;
  }
}
@media screen and (max-width: 479px) {
  .history-section .img-front {
    max-width: 100%;
    margin-top: 15px;
  }
}
.history-section .img-front img {
  height: 100%;
  border-radius: 124px 124px 0 0;
  object-fit: cover;
  display: block;
  transform: scale(1);
  height: 377px;
  transition: transform 0.6s ease;
}
@media screen and (max-width: 899px) {
  .history-section .img-front img {
    border-radius: 0;
  }
}
.history-section .image-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 899px) {
  .history-section .image-frame {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
  }
}
@media screen and (max-width: 479px) {
  .history-section .image-frame {
    display: block;
  }
}
.history-section .img-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.1);
  transition: transform 0.6s ease;
}
.history-section .image-frame.is-active .img-back img {
  transform: scale(1);
  /* ========== TIMELINE ========== */
}
.history-section .timeline {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.history-section .timeline-track {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 36px;
}
.history-section .timeline-line {
  position: absolute;
  inset: 0 0 auto;
  height: 1px;
  background: var(--primary-color);
  top: -5px;
  opacity: 0.2;
}
.history-section .timeline-progress {
  position: absolute;
  left: 0;
  top: -5px;
  background: var(--primary-color);
  height: 1px;
  opacity: 1;
  width: 0%;
}
.history-section .timeline-dot {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  cursor: pointer;
}
.history-section .image-frame.is-active .img-front img {
  transform: scale(1);
}
.history-section .timeline-dot .dot {
  margin-top: -3px;
  opacity: 0.2;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  transition: background 0.35s ease, transform 0.35s ease;
}
.history-section .timeline-dot .label {
  color: rgba(20, 20, 20, 0.5);
  font-family: Garamond;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.43;
  transition: color 0.35s ease, font-weight 0.35s ease;
}
.history-section .timeline-dot.is-active .dot {
  opacity: 1;
}
.history-section .timeline-dot.is-active .label {
  color: var(--primary-color);
}
@media (max-width: 899px) {
  .history-section {
    /* ========== ACCESSIBILITY ========== */
  }
  .history-section .history-pin {
    height: auto !important;
    display: block;
    padding-top: 80px !important;
  }
  .history-section .history-grid {
    display: block;
  }
  .history-section .history-right {
    margin-bottom: 0px;
    width: 100%;
    margin-top: 50px;
  }
  .history-section .image-stage {
    height: auto;
  }
  .history-section .img-front, .history-section .img-back, .history-section .image-frame {
    position: unset;
    opacity: 1 !important;
  }
  .history-section .history-left {
    display: block;
    width: 100%;
  }
  .history-section .history-left .intro {
    margin-bottom: 28px;
    margin-top: 0;
  }
  .history-section .milestone-stage {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .history-section .milestone {
    position: static;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateX(0px);
  }
  .history-section .timeline {
    margin-top: 0px;
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .history-section .timeline-dot .dot, .history-section .timeline-dot .label {
    transition: none !important;
  }
}
.pxl-accordion1 .pxl-item--title {
  cursor: pointer;
  padding: 30px 0;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.pxl-accordion1 .pxl-item--title::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.pxl-accordion1 .pxl-item--title::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background: rgba(255, 255, 255, 0.3);
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.pxl-accordion1 .pxl--item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pxl-accordion1 .pxl--item.active .pxl-item--title {
  cursor: pointer;
  padding-bottom: 15px;
}
.pxl-accordion1 .pxl--item.active .pxl-item--title::before, .pxl-accordion1 .pxl--item.active .pxl-item--title::after {
  opacity: 0;
}
.pxl-accordion1 .pxl-number {
  color: #fff;
  font-family: Garamond;
  font-weight: 400;
}
.pxl-accordion1 .pxl-accordion--content {
  padding-bottom: 29px;
}
.show-case-box .pxl-thumbnail {
  position: relative;
}
.show-case-box .pxl-thumbnail:hover::before {
  opacity: 1;
}
.show-case-box .pxl-thumbnail::before {
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: inherit;
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.3s linear;
  z-index: 1;
}
.show-case-box:hover .show-case-button-group .button {
  opacity: 1;
  transform: translateY(0);
}
.show-case-box:hover .show-case-button-group .btn1 {
  transition-delay: 0.15s;
}
.show-case-box:hover .show-case-button-group .btn2 {
  transition-delay: 0.3s;
}
.show-case-box .show-case-button-group {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.show-case-box img {
  object-fit: cover;
}
.show-case-box .button {
  background-color: var(--third-color);
  border-radius: 8px;
  box-shadow: 0 10px 60px 20px rgba(0, 0, 0, 0.08);
  color: #000;
  font-size: 15px;
  font-weight: 500;
  height: 40px;
  line-height: 1.38667;
  min-width: 115px;
  opacity: 0;
  padding: 0;
  transform: translateY(30px);
  transition-delay: -0.15s;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}
.show-case-box .button.btn2 {
  background-color: #fff;
}
.show-case-box .button.btn2 .button-text {
  color: #000;
}
.show-case-box .button.btn1 .button-text {
  color: #fff;
}
.show-case-box .pxl-title {
  font-size: 30px;
}
.show-case-box .pxl-wrap-title {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 25px;
}
.show-case-box .pxl-space {
  display: flex;
  align-items: center;
  width: 20px;
  height: 1px;
  background: rgba(20, 20, 20, 0.9);
}
.pxl-circle-run .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-circle-run .inner .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid;
}
.pxl-circle-run .inner .dot {
  position: absolute;
  width: 7px;
  height: 7px;
  background: #d4ff00;
  border-radius: 50%;
  top: 50%;
  left: 50%;
}
.pxl-circle-run .inner .dot-1 {
  animation: rotate1 8s linear infinite;
  --orbit-radius: 300px;
}
.show-case-box2 {
  position: relative;
}
.show-case-box2 .circle-type {
  position: absolute;
  inset: -36px;
  font-size: 17px;
  color: #46462a;
  display: block;
}
.show-case-box2 .circle-type div {
  animation: pxl_spin 20s linear infinite;
  line-height: 0;
  width: fit-content;
  letter-spacing: 0;
}
.show-case-box2 .circle-type div span {
  color: #46462a;
  letter-spacing: 0;
}
.show-case-box2 .link {
  position: absolute;
  inset: 0;
}
.show-case-box3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 184px;
  border-radius: 50%;
  background: #98985b;
  position: relative;
  opacity: 0;
  scale: 0.01;
  transition: opacity 0.3s ease, scale 0.3s ease;
}
.show-case-box3.is-visible {
  opacity: 1;
  scale: 1;
}
.show-case-box3::before {
  position: absolute;
  content: "";
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.show-case-box3 .pxl-item--icon {
  line-height: 0;
}
.show-case-box3 .pxl-icon-top {
  line-height: 0;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.show-case-box3 .pxl-icon-bottom {
  line-height: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.pxl-language {
  transition: all 0.3s;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  align-items: center;
  display: flex;
}
.pxl-language .pxl-language-on {
  display: inline-flex;
  align-items: center;
}
.pxl-language .pxl-language-on .pxl-item--icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-language .pxl-language-on .pxl-item--icon svg {
  height: 26px;
}
.pxl-language .pxl-language-on .pxl-item--icon i {
  font-size: 26px;
  color: var(--primary-color);
}
.pxl-language .pxl-language-on .pxl-language-title {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 10px 0 4px;
}
.pxl-language .pxl-language-on .pxl-arrow {
  line-height: 0;
}
.pxl-language .pxl-language-list {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 100px;
  transition: all 0.3s ease-in-out;
  text-align: left;
  padding: 0;
  z-index: 99;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  background: #ffedcd;
}
.pxl-language .pxl-language-list .pxl-item {
  display: flex;
  align-items: center;
  position: relative;
  -webkit-transition: all 200ms linear 0ms;
  -khtml-transition: all 200ms linear 0ms;
  -moz-transition: all 200ms linear 0ms;
  -ms-transition: all 200ms linear 0ms;
  -o-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  color: var(--primary-color);
  padding: 10px;
  padding-left: 10px;
  border-bottom: 1px solid var(--primary-color);
}
.pxl-language .pxl-language-list .pxl-item:last-child {
  border-bottom: unset;
}
.pxl-language .pxl-language-list .pxl-item:hover {
  padding-left: 20px;
}
.pxl-language:hover .pxl-language-list {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
#pxl-header-default .row {
  align-items: center;
  height: 80px;
}
@media screen and (min-width: 1200px) {
  #pxl-header-default .row > div {
    padding: 0 15px;
  }
}
#pxl-header-default .container {
  max-width: 1780px;
}
#pxl-header-default .pxl-header-branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#pxl-header-default .pxl-header-branding a {
  display: inline-flex;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
.is-sticky {
  /* Header Elementor */
}
.is-sticky .pxl-sticky-stb .elementor-section-stretched {
  left: 0 !important;
}
.is-sticky .pxl-sticky-stb .container {
  max-width: 100%;
}
#pxl-header-elementor {
  /* Header Menu */
}
@media screen and (min-width: 1200px) {
  #pxl-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
}
#pxl-header-elementor.pxl-header--rmindex-action {
  z-index: inherit;
}
#pxl-header-elementor.pxl-header--rmindex-action .pxl-header-elementor-main {
  z-index: inherit;
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 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: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
#pxl-header-elementor .pxl-header-elementor-sticky .container {
  max-width: 100%;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -khtml-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -ms-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -o-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container, #pxl-header-elementor .elementor-inner-section, #pxl-header-elementor .elementor-widget:not(.elementor-absolute), #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap {
  position: static;
}
@media screen and (min-width: 1200px) {
  /* Header Tablet/Mobile */  .fr-style-default .pxl-menu-primary, .fr-style-text-random .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-default .pxl-menu-primary ul, .fr-style-text-random .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-default .pxl-menu-primary li, .fr-style-text-random .pxl-menu-primary li {
    position: relative;
    color: var(--primary-color);
  }
  .fr-style-default .pxl-menu-primary li a, .fr-style-text-random .pxl-menu-primary li a {
    font-size: 14px;
    font-style: normal;
    position: relative;
    color: #fff;
  }
  .fr-style-default .pxl-menu-primary > li, .fr-style-text-random .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .fr-style-default .pxl-menu-primary > li:last-child, .fr-style-text-random .pxl-menu-primary > li:last-child {
    margin: 0 !important;
  }
  .fr-style-default .pxl-menu-primary > li > a, .fr-style-text-random .pxl-menu-primary > li > a {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
  }
  .fr-style-default .pxl-menu-primary > li > a:hover, .fr-style-text-random .pxl-menu-primary > li > a:hover, .fr-style-default .pxl-menu-primary > li.current_page_item > a, .fr-style-text-random .pxl-menu-primary > li.current_page_item > a, .fr-style-default .pxl-menu-primary > li.current-menu-item > a, .fr-style-text-random .pxl-menu-primary > li.current-menu-item > a, .fr-style-default .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-text-random .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-default .pxl-menu-primary > li.current-menu-ancestor > a, .fr-style-text-random .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--third-color);
  }
  .fr-style-default .pxl-menu-primary > li > a:hover span, .fr-style-text-random .pxl-menu-primary > li > a:hover span, .fr-style-default .pxl-menu-primary > li.current_page_item > a span, .fr-style-text-random .pxl-menu-primary > li.current_page_item > a span, .fr-style-default .pxl-menu-primary > li.current-menu-item > a span, .fr-style-text-random .pxl-menu-primary > li.current-menu-item > a span, .fr-style-default .pxl-menu-primary > li.current_page_ancestor > a span, .fr-style-text-random .pxl-menu-primary > li.current_page_ancestor > a span, .fr-style-default .pxl-menu-primary > li.current-menu-ancestor > a span, .fr-style-text-random .pxl-menu-primary > li.current-menu-ancestor > a span {
    white-space: nowrap;
    overflow: hidden;
  }
  .fr-style-default .pxl-menu-primary .sub-menu, .fr-style-text-random .pxl-menu-primary .sub-menu, .fr-style-default .pxl-menu-primary .children, .fr-style-text-random .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: -25px;
    background-color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 230px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 10px 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li, .fr-style-text-random .pxl-menu-primary .sub-menu li, .fr-style-default .pxl-menu-primary .children li, .fr-style-text-random .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child a:before, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child a:before, .fr-style-default .pxl-menu-primary .children li:last-child a:before, .fr-style-text-random .pxl-menu-primary .children li:last-child a:before {
    display: none;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li a:before, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li a:before, .fr-style-default .pxl-menu-primary .children li:last-child ul li a:before, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li a:before {
    display: block;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:last-child a:before, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:last-child a:before, .fr-style-default .pxl-menu-primary .children li:last-child ul li:last-child a:before, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:last-child a:before {
    display: none;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(2) a span:after, .fr-style-default .pxl-menu-primary .children li:last-child ul li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(3) a span:after, .fr-style-default .pxl-menu-primary .children li:last-child ul li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(4) a span:after, .fr-style-default .pxl-menu-primary .children li:last-child ul li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:nth-child(2) a span:after, .fr-style-default .pxl-menu-primary .children li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .children li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:nth-child(3) a span:after, .fr-style-default .pxl-menu-primary .children li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .children li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:nth-child(4) a span:after, .fr-style-default .pxl-menu-primary .children li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .children li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a, .fr-style-text-random .pxl-menu-primary .sub-menu li a, .fr-style-default .pxl-menu-primary .children li a, .fr-style-text-random .pxl-menu-primary .children li a {
    padding: 8px 25px;
    display: block;
    color: var(--link-color);
    font-size: 13px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: relative;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li > a:hover span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li > a:hover span:before, .fr-style-default .pxl-menu-primary .children li > a:hover span:before, .fr-style-text-random .pxl-menu-primary .children li > a:hover span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .fr-style-default .pxl-menu-primary .children li.current_page_item > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current_page_item > a span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .fr-style-default .pxl-menu-primary .children li.current-menu-item > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current-menu-item > a span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .fr-style-default .pxl-menu-primary .children li.current_page_ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current_page_ancestor > a span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .fr-style-default .pxl-menu-primary .children li.current-menu-ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current-menu-ancestor > a span:before {
    opacity: 1;
    transform: scaleX(1);
  }
  .fr-style-default .pxl-menu-primary .sub-menu li > a:hover span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li > a:hover span:after, .fr-style-default .pxl-menu-primary .children li > a:hover span:after, .fr-style-text-random .pxl-menu-primary .children li > a:hover span:after, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_item > a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li.current_page_item > a span:after, .fr-style-default .pxl-menu-primary .children li.current_page_item > a span:after, .fr-style-text-random .pxl-menu-primary .children li.current_page_item > a span:after, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-item > a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li.current-menu-item > a span:after, .fr-style-default .pxl-menu-primary .children li.current-menu-item > a span:after, .fr-style-text-random .pxl-menu-primary .children li.current-menu-item > a span:after, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:after, .fr-style-default .pxl-menu-primary .children li.current_page_ancestor > a span:after, .fr-style-text-random .pxl-menu-primary .children li.current_page_ancestor > a span:after, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:after, .fr-style-default .pxl-menu-primary .children li.current-menu-ancestor > a span:after, .fr-style-text-random .pxl-menu-primary .children li.current-menu-ancestor > a span:after {
    opacity: 1;
  }
  .fr-style-default .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-text-random .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-default .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-text-random .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .sub-menu, .fr-style-text-random .pxl-menu-primary .sub-menu .sub-menu, .fr-style-default .pxl-menu-primary .children .sub-menu, .fr-style-text-random .pxl-menu-primary .children .sub-menu, .fr-style-default .pxl-menu-primary .sub-menu .children, .fr-style-text-random .pxl-menu-primary .sub-menu .children, .fr-style-default .pxl-menu-primary .children .children, .fr-style-text-random .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children .children.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .fr-style-default .pxl-menu-primary li:hover > .sub-menu, .fr-style-text-random .pxl-menu-primary li:hover > .sub-menu, .fr-style-default .pxl-menu-primary li.focus > .sub-menu, .fr-style-text-random .pxl-menu-primary li.focus > .sub-menu, .fr-style-default .pxl-menu-primary li:hover > .children, .fr-style-text-random .pxl-menu-primary li:hover > .children, .fr-style-default .pxl-menu-primary li.focus > .children, .fr-style-text-random .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu, .fr-style-text-random .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu, .fr-style-text-random .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .pxl-link li, .fr-style-text-random .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-default .pxl-menu-toggle, .fr-style-text-random .pxl-menu-toggle {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-header-menu .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-header-menu .pxl-menu-primary li {
    position: relative;
    color: var(--primary-color);
  }
  .pxl-header-menu .pxl-menu-primary li a {
    font-size: 14px;
    font-style: normal;
    position: relative;
  }
  .pxl-header-menu .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .pxl-header-menu .pxl-menu-primary > li:last-child {
    margin-right: 0;
  }
  .pxl-header-menu .pxl-menu-primary > li > a {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 400;
  }
  .pxl-header-menu .pxl-menu-primary > li > a:hover, .pxl-header-menu .pxl-menu-primary > li.current_page_item > a, .pxl-header-menu .pxl-menu-primary > li.current-menu-item > a, .pxl-header-menu .pxl-menu-primary > li.current_page_ancestor > a, .pxl-header-menu .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--third-color);
  }
  .pxl-header-menu .pxl-menu-primary > li > a:hover span:before, .pxl-header-menu .pxl-menu-primary > li.current_page_item > a span:before, .pxl-header-menu .pxl-menu-primary > li.current-menu-item > a span:before, .pxl-header-menu .pxl-menu-primary > li.current_page_ancestor > a span:before, .pxl-header-menu .pxl-menu-primary > li.current-menu-ancestor > a span:before {
    opacity: 1;
    transform: scaleX(1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu, .pxl-header-menu .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: -25px;
    background-color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 230px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 20px 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li, .pxl-header-menu .pxl-menu-primary .children li {
    white-space: nowrap;
    line-height: initial !important;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child a:before, .pxl-header-menu .pxl-menu-primary .children li:last-child a:before {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li a:before, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li a:before {
    display: block;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:last-child a:before, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:last-child a:before {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(2) a span:after, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(3) a span:after, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(4) a span:after, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:nth-child(2) a span:after, .pxl-header-menu .pxl-menu-primary .children li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:nth-child(3) a span:after, .pxl-header-menu .pxl-menu-primary .children li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:nth-child(4) a span:after, .pxl-header-menu .pxl-menu-primary .children li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f107";
    position: absolute;
    font-family: Caseicon;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 15px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li a, .pxl-header-menu .pxl-menu-primary .children li a {
    padding: 10px 25px;
    display: block !important;
    color: var(--link-color) !important;
    font-size: 13px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: relative !important;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover:after, .pxl-header-menu .pxl-menu-primary .children li > a:hover:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover span:before, .pxl-header-menu .pxl-menu-primary .children li > a:hover span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a span:before {
    opacity: 1;
    transform: scaleX(1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover span:after, .pxl-header-menu .pxl-menu-primary .children li > a:hover span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a span:after {
    opacity: 1;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .pxl-header-menu .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .sub-menu, .pxl-header-menu .pxl-menu-primary .children .sub-menu, .pxl-header-menu .pxl-menu-primary .sub-menu .children, .pxl-header-menu .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-header-menu .pxl-menu-primary li:hover > .sub-menu, .pxl-header-menu .pxl-menu-primary li.focus > .sub-menu, .pxl-header-menu .pxl-menu-primary li:hover > .children, .pxl-header-menu .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-header-menu .pxl-menu-toggle {
    display: none;
  }
  .fr-style-box1 .search-form .search-field {
    color: #fff;
  }
  .fr-style-box1 .menu-item-has-children a {
    position: relative;
  }
  .fr-style-box1 .menu-item-has-children a:after {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item-has-children a:focus {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item {
    position: relative;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
    line-height: 1.2;
    list-style: none;
  }
  .fr-style-box1 .menu-item:hover .ct-menu-sidebar {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
  }
  .fr-style-box1 .menu-item:hover a {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item:focus .ct-menu-sidebar {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
  }
  .fr-style-box1 .menu-item:focus a {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    border: 3px solid #fff;
    padding: 5px;
    padding-bottom: 0;
    border-radius: 12px;
    line-height: 1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar:hover {
    border: 3px solid var(--primary-color);
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar.active {
    -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;
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar.active:before {
    content: "\f106";
  }
  .fr-style-box1 .menu-item a {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-right: 6px;
    position: relative;
    -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;
  }
  .fr-style-box1 .menu-item a > a:hover, .fr-style-box1 .menu-item a.current_page_item > a, .fr-style-box1 .menu-item a.current-menu-item > a, .fr-style-box1 .menu-item a.current_page_ancestor > a, .fr-style-box1 .menu-item a.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item a:active {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item a:focus {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item a:hover {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item .sub-menu {
    top: 10px;
    left: 0%;
    position: relative;
    padding: 30px 20px 5px;
    z-index: 99999;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    display: none;
    margin-bottom: 0;
  }
  .fr-style-box1 .menu-item .sub-menu .menu-item a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fr-style-box1 .menu-item .sub-menu .menu-item a:hover {
    color: var(--primary-color);
  }
  .fr-style-box1 .pxl-menu-toggle {
    display: none;
  }
  .fr-style-box1 #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f107";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -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);
    display: inline-flex;
  }
  .fr-style-box1 #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    transform: scaleY(-1);
  }
  .fr-style-box1 #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f107";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -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);
    display: inline-flex;
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    transform: scaleY(-1);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .fr-style-default .pxl-menu-primary > li, .fr-style-text-random .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu, .fr-style-text-random .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 15px 36px 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .pxl-header-menu .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
@media screen and (max-width: 1199px) {
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    height: 34px;
  }
  #pxl-header-default #pxl-nav-mobile, #pxl-header-elementor #pxl-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item, #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
    margin-left: 10px;
  }
  .pxl-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .pxl-nav-mobile-button:before, .pxl-nav-mobile-button:after, .pxl-nav-mobile-button span {
    content: "";
    background-color: var(--link-color);
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-nav-mobile-button:before {
    top: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button:after {
    bottom: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button span {
    top: 9px;
    width: 100%;
  }
  .pxl-nav-mobile-button:hover:before, .pxl-nav-mobile-button:hover:after {
    width: 100%;
  }
  #pxl-header-default {
    background-color: #030706;
  }
  #pxl-header-default .pxl-nav-mobile-button:before, #pxl-header-default .pxl-nav-mobile-button:after, #pxl-header-default .pxl-nav-mobile-button span {
    background-color: var(--primary-color);
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 350px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    background-color: #253136;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    visibility: visible;
  }
  .pxl-header-menu .pxl-heading-mobile {
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
  }
  .pxl-header-menu .pxl-heading-mobile .pxl-heading-mobile-color {
    color: #828c8f;
  }
  .pxl-header-menu .pxl-item-contact-mobile .pxl-title-contact {
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .pxl-header-menu .pxl-item-contact-mobile .pxl-item-mobile-list {
    margin-bottom: 28px;
  }
  .pxl-header-menu .pxl-item-contact-mobile .pxl-item-mobile-list li {
    list-style: none;
    font-size: 14px;
    color: #828c8f;
    margin-bottom: 2px;
  }
  .pxl-header-menu .pxl-item-contact-mobile .pxl-item-mobile-list li:last-child {
    margin-bottom: 0;
  }
  .pxl-header-menu .pxl-item-contact-mobile .pxl-item-mobile-list li a {
    color: #828c8f;
  }
  .pxl-header-menu .pxl-item-contact-mobile .pxl-item-mobile-list li a:hover {
    color: #fff;
  }
  .pxl-header-menu .pxl-icon-mobile a {
    font-size: 20px;
    color: var(--primary-color);
    margin-right: 20px;
  }
  .pxl-header-menu .pxl-icon-mobile a:last-child {
    margin-right: 0;
  }
  .pxl-header-menu .pxl-icon-mobile a:hover {
    color: var(--primary-color);
  }
  .pxl-menu-toggle {
    position: absolute;
    top: 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    right: 0px;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #828c8f;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  .pxl-menu-toggle.active:before {
    background-color: #fff;
  }
  .pxl-menu-toggle.active:after {
    background-color: #fff;
    transform: scaleY(-1);
    opacity: 0;
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li.menu-item {
    position: relative;
  }
  .pxl-menu-primary li.menu-item > a {
    display: block;
    line-height: 50px;
    color: #828c8f;
    font-size: 14px;
    border-bottom: 1px solid #3b464a;
  }
  .pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a {
    color: #fff;
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    margin-left: 14px;
    border-bottom: none;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    margin-left: 28px;
    border-bottom: none;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
    margin-top: 40px;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-header-mobile-search {
    margin-top: 18px;
    margin-bottom: 25px;
  }
  .pxl-header-mobile-search form {
    position: relative;
  }
  .pxl-header-mobile-search .search-field {
    font-size: 15px;
    color: #00194c;
    height: 50px;
    border: none;
    padding: 0px 20px;
    background-color: unset;
    margin-bottom: 0;
    width: 87%;
    border: none;
  }
  .pxl-header-mobile-search .search-field:focus {
    color: var(--primary-color);
  }
  .pxl-header-mobile-search .search-submit {
    position: absolute;
    top: 0;
    right: 5px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    background: none;
    color: #828c8f;
    border: none;
    font-size: 20px;
  }
  .pxl-header-mobile-search .search-submit:hover, .pxl-header-mobile-search .search-submit:focus {
    color: #fff;
  }
  .pxl-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    -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);
    position: relative;
    z-index: 999;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark {
    background-color: #1c2539;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::after, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button span {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
    background-color: #1c2539;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.67);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a:hover, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a.current, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor > a {
    color: var(--link-color);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
  }
  #pxl-header-elementor #pxl-header-mobile.style-light .pxl-menu-primary li.menu-item > a {
    color: #000;
  }
  #pxl-header-elementor #pxl-header-mobile.style-light .search-form .searchform-wrap {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
  #pxl-header-elementor #pxl-header-mobile.style-light .search-form .searchform-wrap .search-submit svg path {
    fill: black;
  }
  #pxl-header-elementor #pxl-header-mobile.style-light .pxl-menu-close::before, #pxl-header-elementor #pxl-header-mobile.style-light .pxl-menu-close::after {
    background-color: #000;
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 767px) {
  /* Search Popup */  .pxl-header-menu {
    width: 100%;
  }
}
.pxl-popup-wrap .pxl-item--overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 37, 57, 0.67);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-popup-wrap.active .pxl-item--overlay {
  opacity: 1;
  visibility: visible;
}
.pxl-anchor-button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}
.pxl-anchor-button .pxl-text {
  line-height: 34px;
  color: #fff;
  font-weight: 600;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line1:before, .pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line1:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 460ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line1:after, .pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line1:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line2:before, .pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line2:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 620ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line2:after, .pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line2:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 160ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line3:before, .pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line3:before {
  -webkit-transform: translate3d(0, 0, 0);
  -khtml-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -khtml-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -moz-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -ms-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  -o-transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms, opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 780ms;
}
.pxl-anchor-divider:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-anchor-button.style-2:hover .pxl-icon-line.pxl-icon-line3:after, .pxl-anchor-button.style-box:hover .pxl-icon-line.pxl-icon-line3:after {
  -webkit-transform: translate3d(-36px, 0, 0);
  -khtml-transform: translate3d(-36px, 0, 0);
  -moz-transform: translate3d(-36px, 0, 0);
  -ms-transform: translate3d(-36px, 0, 0);
  -o-transform: translate3d(-36px, 0, 0);
  transform: translate3d(-36px, 0, 0);
  opacity: 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -khtml-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -moz-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -ms-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms, opacity 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 320ms;
}
#pxl-search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  /* Hidden Panel */
}
#pxl-search-popup .pxl-item--close {
  width: 45px;
  height: 45px;
  position: absolute;
  background-color: var(--primary-color);
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  border-radius: 45px;
  border-width: 11px;
}
#pxl-search-popup .pxl-item--close::before, #pxl-search-popup .pxl-item--close::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 25px;
  top: 50%;
  left: 24%;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #fff;
}
#pxl-search-popup .pxl-item--conent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 320px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 0 15px 80px 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
#pxl-search-popup .pxl-item--conent form {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#pxl-search-popup .pxl-item--conent form .search-field {
  height: 60px;
  padding: 16px 0;
  color: #1c2539;
  font-size: 30px;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
  width: 93.7%;
}
#pxl-search-popup .pxl-item--conent form .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 50px;
  line-height: 50px;
  text-align: right;
  border: none;
  background: none;
  font-size: 25px;
  padding: 0;
  z-index: 99;
  cursor: pointer;
  color: var(--link-color);
}
#pxl-search-popup .pxl--search-divider {
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
#pxl-search-popup.active {
  visibility: visible;
}
#pxl-search-popup.active .pxl-item--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#pxl-search-popup.active .searchform-wrap {
  border-bottom: 1px solid var(--primary-color);
}
#pxl-hidden-panel-popup {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
}
@media screen and (max-width: 1200px) {
  #pxl-hidden-panel-popup {
    display: none;
  }
}
#pxl-hidden-panel-popup .pxl-item--overlay {
  background-color: rgba(28, 37, 57, 0.5);
}
#pxl-hidden-panel-popup .pxl-close {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 99;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
}
#pxl-hidden-panel-popup .pxl-close:hover:after, #pxl-hidden-panel-popup .pxl-close:hover:before {
  transform: rotate(0deg);
}
#pxl-hidden-panel-popup .pxl-close:after {
  width: 25px;
  background-color: #fff;
  top: 50%;
  left: 20px;
  transform: rotate(-45deg);
}
#pxl-hidden-panel-popup .pxl-close:before {
  width: 25px;
  background-color: #fff;
  top: 50%;
  transform: rotate(45deg);
  left: 20px;
}
#pxl-hidden-panel-popup.pxl-popup-center-screen .pxl-item--conent {
  opacity: 0;
  top: 50%;
  left: 50%;
  height: 594px;
  width: 920px;
  transform: translate(-50%, -50%) scale(0.6);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
#pxl-hidden-panel-popup.pxl-popup-center-screen.active .pxl-item--conent {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}
#pxl-hidden-panel-popup.pxl-popup-center-screen .pxl-item--overlay {
  background-color: rgba(70, 70, 42, 0.30);
}
#pxl-hidden-panel-popup.pxl-popup-center-screen .pxl-close {
  background: #46462a;
}
#pxl-hidden-panel-popup .pxl-item--conent {
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 500px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -30px;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #46462a;
}
#pxl-hidden-panel-popup.active {
  visibility: visible;
}
#pxl-hidden-panel-popup.active .pxl-item--conent {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
#pxl-hidden-panel-popup .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.admin-bar {
  /* Elementor Popup */
}
.admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed, .admin-bar .pxl-header-menu, .admin-bar #pxl-header-elementor .px-header--transparent, .admin-bar #pxl-search-popup {
    top: 0;
  }
}
.admin-bar #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .admin-bar #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
    top: 0;
  }
}
.admin-bar .pxl-header-menu {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .pxl-header-menu {
    top: 0px;
  }
}
#pxl-popup-elementor {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #pxl-popup-elementor {
    display: none;
  }
}
#pxl-popup-elementor .pxl-item--overlay {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pxl-popup-elementor .pxl-close {
  width: 54px;
  height: 54px;
  background: #222;
  border-width: 20px;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  transform: scale(0) rotate(360deg);
}
#pxl-popup-elementor .pxl-close:before, #pxl-popup-elementor .pxl-close:after {
  background-color: #fff;
}
#pxl-popup-elementor .pxl-item--conent {
  -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);
  transform: translateY(40px);
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#pxl-popup-elementor.active {
  visibility: visible;
  opacity: 1;
}
#pxl-popup-elementor.active .pxl-item--conent {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor.active .pxl-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor.deactivation {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#pxl-popup-elementor .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
.pxl-header-blur {
  backdrop-filter: blur(25px);
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.pxl-has-sidebar {
  /* Blog Layout */
}
.pxl-has-sidebar #comments input[type="submit"] {
  border-radius: 0;
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 700;
  line-height: 56px !important;
  background: var(--third-color);
  border-radius: 16px;
  text-transform: capitalize;
  position: relative;
}
.pxl-has-sidebar #comments input[type="submit"]:hover {
  background: var(--primary-color);
  color: #fff;
}
.blog .pxl-sidebar-right .pxl-sidebar-blog {
  padding-left: 65px;
  padding-right: 10px;
}
@media screen and (max-width: 1366px) {
  .blog .pxl-sidebar-right .pxl-sidebar-blog {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog .pxl-sidebar-left .pxl-sidebar-blog {
  padding-right: 65px;
  padding-left: 10px;
}
@media screen and (max-width: 1366px) {
  .blog .pxl-sidebar-left .pxl-sidebar-blog {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.pxl-content-blog .pxl-item--archive {
  margin-bottom: 0px;
  display: flex;
  gap: 50px;
  align-items: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-content-blog .pxl-item--archive + .pxl-item--archive {
  margin-top: 41px;
}
@media (max-width: 1200px) {
  .pxl-content-blog .pxl-item--archive + .pxl-item--archive {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive + .pxl-item--archive {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .pxl-content-blog .pxl-item--archive {
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-content-blog .pxl-item--archive {
    display: block;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-content {
  width: 100%;
  padding: 40px 40px 23px;
  border: 1px solid rgba(20, 20, 20, 0.1);
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive .pxl-content {
    padding: 25px;
  }
}
@media screen and (max-width: 881px) {
  .pxl-content-blog .pxl-item--archive .pxl-content {
    padding: 15px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-footer-post {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .pxl-content-blog .pxl-item--archive .pxl-content .pxl-footer-post {
    flex-wrap: wrap;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-footer-post .pxl-author-category {
  display: flex;
  gap: 10px 60px;
}
@media screen and (max-width: 575px) {
  .pxl-content-blog .pxl-item--archive .pxl-content .pxl-footer-post .pxl-author-category {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-author, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-category {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-author .pxl-icon--author, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-category .pxl-icon--author, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-author .pxl-icon--category, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-category .pxl-icon--category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(70, 70, 42, 0.1);
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-author a, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-category a {
  display: flex;
  gap: 15px;
  align-items: center;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-author .pxl-name--author, .pxl-content-blog .pxl-item--archive .pxl-content .pxl-category .pxl-name--author {
  color: rgba(20, 20, 20, 0.75);
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-link {
  border-bottom: 1px solid var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
}
.pxl-content-blog .pxl-item--archive .pxl-item-list {
  display: flex;
  align-items: center;
}
.pxl-content-blog .pxl-item--archive .pxl-item-list li {
  list-style: none;
}
.pxl-content-blog .pxl-item--archive .pxl-item-list .pxl-item--date {
  margin-right: 10px;
}
.pxl-content-blog .pxl-item--archive .pxl-item--image {
  position: relative;
  max-width: 100%;
  max-height: 500px;
  flex-shrink: 0;
  overflow: hidden;
}
.pxl-content-blog .pxl-item--archive .pxl-item--image:hover img {
  scale: 1.03;
}
.pxl-content-blog .pxl-item--archive .pxl-item--image img {
  transition: all 0.15s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pxl-content-blog .pxl-item--archive .pxl-item--image .post-date {
  width: 109px;
  height: 148px;
  border-radius: 100px 100px 0 0;
  position: absolute;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fbf9f3;
  flex-direction: column;
}
@media screen and (max-width: 575px) {
  .pxl-content-blog .pxl-item--archive .pxl-item--image .post-date {
    right: 15px;
    top: 15px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-item--image .post-date .day {
  font-family: "EB Garamond", serif;
  line-height: 1;
  margin-top: 12px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.pxl-content-blog .pxl-item--archive .pxl-item--image .post-date .month {
  font-size: 14px;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.75);
  margin-top: 10px;
}
.pxl-content-blog .pxl-item--archive:hover .pxl-content-thumbnail 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-content-blog .pxl-item--archive .pxl-content .pxl-information {
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 20px;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-information a {
  color: var(--secondary-color);
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-information a:hover {
  color: var(--third-color);
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-information .pxl-horizontal {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 5px;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-information .pxl-item--author {
  display: flex;
  font-size: 16px;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-information .pxl-item--author .pxl-by {
  margin-right: 4px;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-info--content .btn-default {
  margin-top: 41px;
  border: none;
  padding: 15px 38px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 6px;
}
@media screen and (max-width: 767px) {
  .pxl-content-blog .pxl-item--archive .pxl-content .pxl-info--content .btn-default {
    padding: 8px 15px;
    letter-spacing: 0.2px;
    font-size: 14px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-info--content .btn-default .pxl-icon {
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-info--content .btn-default .pxl-text-btn {
  position: relative;
  z-index: 2;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-item--title {
  margin: 40px 0 20px;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-item--title:hover {
  color: var(--primary-color);
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-item--title:focus {
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .pxl-content-blog .pxl-item--archive .pxl-content .pxl-item--title {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-content-blog .pxl-item--archive .pxl-content .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-item--title a {
  overflow-wrap: break-word;
  word-break: break-word;
}
.pxl-content-blog .pxl-item--archive .pxl-content .pxl-excerpt {
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive .pxl-content .pxl-excerpt {
    padding-bottom: 25px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-post-format {
  padding: 40px;
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.1);
  display: flex;
  gap: 10px 40px;
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive .pxl-post-format {
    padding: 25px;
  }
}
@media screen and (max-width: 881px) {
  .pxl-content-blog .pxl-item--archive .pxl-post-format {
    padding: 15px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-thumbnail {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--third-color);
  border-radius: 50%;
}
.pxl-content-blog .pxl-item--archive .pxl-post-format span {
  color: rgba(20, 20, 20, 0.1);
}
.pxl-content-blog .pxl-item--archive .pxl-post-format .post-date, .pxl-content-blog .pxl-item--archive .pxl-post-format .post-category {
  color: rgba(20, 20, 20, 0.75);
  font-size: 17px;
}
.pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-author {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  color: var(--primary-color);
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-author {
    font-size: 15px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-tags {
  color: rgba(20, 20, 20, 0.75);
  letter-spacing: 0.8px;
}
.pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-top--post {
  margin-top: -10px;
  display: flex;
  align-items: center;
  gap: 10px 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive .pxl-post-format .pxl-top--post {
    padding-top: 25px;
    margin-bottom: 25px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-post-format.style-1 .pxl-thumbnail img {
  max-height: 26px;
  max-width: 36px;
}
.pxl-content-blog .pxl-item--archive .pxl-post-format.style-1 .pxl-excerpt {
  font-style: italic;
  font-size: 23px;
  line-height: 1.43;
}
.pxl-content-blog .pxl-item--archive .pxl-post-format.style-1 .pxl-bottom--post {
  display: flex;
  gap: 10px 30px;
  padding-top: 60px;
}
@media screen and (max-width: 1024px) {
  .pxl-content-blog .pxl-item--archive .pxl-post-format.style-1 .pxl-bottom--post {
    padding-top: 20px;
  }
}
.pxl-content-blog .pxl-item--archive .pxl-post-format.style-2 .pxl-item--title {
  font-size: 26px;
  font-weight: 500;
}
.pxl-content-blog .pxl-item--archive .pxl-post-format.style-2 .pxl-excerpt {
  padding-top: 28px;
  display: inline-block;
  font-style: italic;
}
.pxl-author--box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  /* End Blog Layout */
}
.pxl-author--box .pxl-auhtor--img {
  width: 46px;
  min-width: 46px;
}
.pxl-author--box .pxl-auhtor--img img {
  border: 2px solid #e1e9f4;
  border-radius: 46px;
}
.pxl-author--box .pxl-auhtor--meta h6, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosc-btn .woosc-btn-text, .woocommerce > div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosw-btn .woosc-btn-text, .woocommerce > div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text, .woocommerce #pxl-content-area div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosc-btn .woosw-btn-text, .woocommerce > div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosw-btn .woosw-btn-text, .woocommerce > div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text {
  margin-bottom: 2px;
  font-size: 16px;
}
.pxl-author--box .pxl-auhtor--meta h6 a, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text a, .woocommerce #pxl-content-area div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosc-btn .woosc-btn-text a, .woocommerce > div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text a, .woocommerce #pxl-content-area div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosw-btn .woosc-btn-text a, .woocommerce > div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text a, .woocommerce #pxl-content-area div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosc-btn .woosw-btn-text a, .woocommerce > div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text a, .woocommerce #pxl-content-area div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosw-btn .woosw-btn-text a, .woocommerce > div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a {
  color: inherit;
}
.pxl-author--box .pxl-auhtor--meta h6 a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text a:hover, .woocommerce #pxl-content-area div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosc-btn .woosc-btn-text a:hover, .woocommerce > div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text a:hover, .woocommerce #pxl-content-area div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosw-btn .woosc-btn-text a:hover, .woocommerce > div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosc-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text a:hover, .woocommerce #pxl-content-area div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosc-btn .woosw-btn-text a:hover, .woocommerce > div.product .woosc-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text a:hover, .woocommerce #pxl-content-area div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a:hover, .pxl-author--box .pxl-auhtor--meta .woocommerce > div.product .woosw-btn .woosw-btn-text a:hover, .woocommerce > div.product .woosw-btn .pxl-author--box .pxl-auhtor--meta .woosw-btn-text a:hover {
  color: inherit;
}
.pxl-author--box .pxl-auhtor--meta .pxl-auhtor--position {
  font-size: 12px;
}
.single-post #pxl-main {
  padding-top: 150px;
  padding-bottom: 110px;
}
@media screen and (max-width: 1440px) {
  .single-post #pxl-main {
    padding: 120px 0;
  }
}
@media screen and (min-width: 1025px) {
  .single-post #pxl-page-title-elementor .pxl-page--title .pxl-item--title {
    font-size: 48px;
  }
}
@media (max-width: 1500px) {
  .single-post .pxl-has-sidebar {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.single-post .pxl-post-image {
  position: relative;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 21px;
}
@media (max-width: 575px) {
  .single-post .pxl-post-image {
    margin-bottom: 15px;
  }
}
.single-post .pxl-item--holder .pxl-post-cutom .pxl-post-text {
  padding-right: 35px;
}
@media (max-width: 480px) {
  .single-post .pxl-item--holder .pxl-post-cutom .pxl-post-text {
    padding-right: 0;
  }
}
.single-post .pxl-item--holder .pxl-post-cutom .pxl-post-text.text2 {
  margin-top: 20px;
}
@media (max-width: 480px) {
  .single-post .pxl-item--holder .pxl-post-cutom .pxl-post-text.text2 {
    padding-right: 0;
  }
}
.single-post .pxl-item--holder .pxl-post-cutom .pxl-blockquote {
  margin-top: 31px;
  margin-bottom: 99px;
}
@media (max-width: 1024px) {
  .single-post .pxl-item--holder .pxl-post-cutom .pxl-blockquote {
    margin-bottom: 50px;
  }
}
.single-post .pxl-item--holder .pxl-post-cutom .pxl-item-heading {
  margin-top: 56px;
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .single-post .pxl-item--holder .pxl-post-cutom .pxl-item-heading {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .single-post .pxl-item--holder .pxl-post-cutom .pxl-item-heading h3 {
    line-height: 1.3;
  }
}
.single-post .entry-title {
  color: var(--link-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .single-post .entry-title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .single-post .entry-title {
    font-size: 30px;
  }
}
.single-post .entry-title p {
  margin-bottom: 0;
}
.single-post .pxl-item--meta .pxl-item-list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .single-post .pxl-item--meta .pxl-item-list {
    margin-bottom: 15px;
  }
}
.single-post .pxl-item--meta .pxl-item-list li {
  list-style: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--link-color);
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .single-post .pxl-item--meta .pxl-item-list li {
    font-size: 14px;
  }
}
.single-post .pxl-item--meta .pxl-item-list li:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: var(--link-color);
  right: -2px;
  bottom: 4px;
}
.single-post .pxl-item--meta .pxl-item-list li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.single-post .pxl-item--meta .pxl-item-list li:last-child:after {
  display: none;
}
.single-post .pxl-item--meta .pxl-item-list li a {
  color: var(--link-color);
}
.single-post .pxl-item--meta .pxl-item-list li a:hover {
  color: var(--link-color-hover);
}
.single-post .pxl-content-footer {
  display: inline-flex;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 676px) {
  .single-post .pxl-content-footer {
    display: block;
  }
}
.single-post .pxl-content-footer .pxl--post-tag {
  width: 50%;
}
@media (max-width: 676px) {
  .single-post .pxl-content-footer .pxl--post-tag {
    width: 100%;
  }
}
.single-post .pxl-content-footer .pxl--post-tag a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--secondary-color);
  position: relative;
  padding-right: 9px;
  margin-right: 9px;
}
@media (max-width: 575px) {
  .single-post .pxl-content-footer .pxl--post-tag a {
    font-size: 14px;
  }
}
.single-post .pxl-content-footer .pxl--post-tag a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}
.single-post .pxl-content-footer .pxl--post-tag a:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.single-post .pxl-content-footer .pxl--post-tag a:last-child:after {
  display: none;
}
.single-post .pxl-content-footer .pxl--post-tag a:after {
  content: "/";
  position: absolute;
  color: var(--secondary-color);
  right: -6px;
  top: 50%;
  transform: translate(0, -50%);
}
.single-post .pxl-content-footer .pxl-map-text {
  font-size: 16px;
  color: var(--link-color);
  font-style: normal;
  font-weight: 400;
  width: 50%;
  display: inline-flex;
  align-items: center;
  padding-left: 123px;
  justify-content: end;
}
@media (max-width: 1200px) {
  .single-post .pxl-content-footer .pxl-map-text {
    padding-left: 70px;
  }
}
@media (max-width: 1100px) {
  .single-post .pxl-content-footer .pxl-map-text {
    padding-left: 0;
  }
}
@media (max-width: 676px) {
  .single-post .pxl-content-footer .pxl-map-text {
    width: 100%;
    justify-content: left;
  }
}
.single-post .pxl-content-footer .pxl-map-text i {
  color: var(--link-color-hover);
  font-size: 40px;
  margin-right: 15px;
}
.pxl-post--author-info {
  margin-top: 75px;
  padding-bottom: 102px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: nowrap;
  -webkit-transition: all 0.15s;
  -khtml-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
@media (max-width: 1024px) {
  .pxl-post--author-info {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post--author-info {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .pxl-post--author-info .pxl-post--author-description {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .pxl-post--author-info .pxl-item-top {
    flex-wrap: wrap;
  }
}
.pxl-post--author-info .pxl--social {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pxl-post--author-info .pxl--social a {
  font-size: 17px;
  line-height: 0;
}
.pxl-post--author-info .pxl--social a:hover {
  color: #fff;
}
.pxl-post--author-info .pxl--social i {
  line-height: 1;
}
.pxl-post--author-info .pxl-post--author-image {
  max-width: 133px;
  min-width: 133px;
  overflow: hidden;
  margin-right: 28px;
}
@media screen and (max-width: 991px) {
  .pxl-post--author-info .pxl-post--author-image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-post--author-info .pxl-post--author-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.pxl-post--author-info .pxl-post--author-image img {
  border-radius: 50%;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .pxl-post--author-info .pxl-post--author-image img {
    width: auto;
    height: 100px;
  }
}
.pxl-post--author-info .pxl-item-name .pxl-post--author-title a {
  color: var(--primary-color);
  font-size: 24px;
  text-transform: capitalize;
  line-height: 1.41;
  font-weight: 500;
}
.pxl-post--author-info .pxl-item-name .pxl-item-position {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.pxl-post--author-info .pxl-item-name .author-description {
  font-size: 14px;
  line-height: 1.71;
  color: var(--secondary-color);
  padding: 15px 0;
  max-width: 620px;
}
.pxl-post--author-info .pxl-item-name .pxl-share--author .pxl--social {
  gap: 32px;
}
.pxl-post--author-info .pxl-item-name .pxl-share--author a i {
  font-size: 14px;
  color: var(--third-color);
}
.pxl-pagination-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  padding-top: 60px;
}
@media (max-width: 676px) {
  .pxl-pagination-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .pxl-pagination-wrap {
    justify-content: left;
    padding-top: 20px;
  }
}
.pxl-pagination-wrap .pxl-pagination-links {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers {
  width: 68px;
  height: 68px;
  font-size: 17px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 3px;
  border: 1px solid rgba(20, 20, 20, 0.15);
  -webkit-transition: all 0.15s;
  -khtml-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  border-radius: 50%;
  background: transparent;
}
@media (max-width: 480px) {
  .pxl-pagination-wrap .pxl-pagination-links .page-numbers {
    width: 35px;
    height: 35px;
  }
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s;
  -khtml-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  opacity: 0;
  z-index: -1;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers.current {
  color: #fff;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers.current::before {
  opacity: 1;
  background: #46462a;
  color: #fff;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers:focus {
  background: #46462a;
  color: #fff;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers:hover {
  color: #fff;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers:hover::before {
  opacity: 1;
  background: #46462a;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers i {
  font-size: 14px;
  line-height: 1;
}
.pxl-pagination-wrap .pxl-pagination-links .page-numbers:last-child {
  margin-right: 0;
}
.pxl-pagination-wrap .pxl-pagination-links .next .pxl-icon, .pxl-pagination-wrap .pxl-pagination-links .prev .pxl-icon {
  display: flex;
  align-items: center;
}
.pxl-post--navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 31px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #cdcdcd;
}
.pxl-post--navigation .pxl--item {
  max-width: 403px;
}
.pxl-post--navigation .pxl-item-heading {
  line-height: 1.5;
  letter-spacing: -0.6px;
  font-weight: 600;
  padding-top: 5px;
}
.pxl-post--navigation .pxl-item-heading a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pxl-post--navigation .pxl--label {
  text-transform: uppercase;
}
.pxl-post--navigation .pxl--item-next {
  text-align: end;
}
.pxl-post--navigation .pxl--item-prev {
  display: inline-flex;
  gap: 20px;
}
.pxl-post--navigation .pxl--item-prev .pxl--icon {
  width: 50px;
  height: 50px;
  border: 1px solid #cdcdcd;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-post--navigation .pxl--item-prev .pxl--icon i {
  transform: rotate(180deg);
}
.pxl-post--navigation .pxl--item-prev .pxl-item-heading a {
  color: var(--primary-color);
}
.pxl-post--navigation .pxl--item-next {
  display: inline-flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.pxl-post--navigation .pxl--item-next .pxl--icon {
  width: 50px;
  height: 50px;
  border: 1px solid #cdcdcd;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pxl-post--navigation .pxl--item-next .pxl-item-heading a {
  color: var(--primary-color);
}
.pxl-custom-swiper {
  overflow: hidden;
  position: relative;
}
.pxl-post-gallery-slider .pxl-custom-swiper {
  border-radius: 8px 8px 0 0;
}
.pxl-post-gallery-slider .pxl-custom-swiper img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-next {
  right: 26px;
}
.pxl-post-gallery-slider .pxl-custom-swiper .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  left: 26px;
}
.error404 #pxl-page-title-default {
  display: none;
}
.error404 #pxl-main .container {
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  align-items: center;
}
.error404 .pxl-header-elementor-main {
  display: none;
}
.error404 .pxl-oops {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--primary-color);
}
.error404 .pxl-description {
  display: flex;
  justify-content: center;
  margin-top: 110px;
}
.error404 .pxl-description p {
  max-width: 520px;
}
@media screen and (max-width: 1440px) {
  .error404 .pxl-description {
    margin-top: 50px;
  }
}
.error404 .pxl-wrap-error {
  margin: 0 auto;
  max-width: 1725px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.error404 .pxl-tite {
  padding-top: 16px;
  padding-bottom: 130px;
}
@media screen and (max-width: 1440px) {
  .error404 .pxl-tite {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 575px) {
  .error404 .pxl-tite {
    font-size: 35px;
    padding-bottom: 30px;
  }
}
.error404 #pxl-footer-elementor {
  display: none;
}
.error404 .pxl-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 881px) {
  .error404 .pxl-wrap {
    display: block;
  }
}
.error404 .pxl-button {
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .error404 .pxl-button {
    margin-bottom: 0;
  }
}
.error404 .pxl-button::before {
  border-color: rgba(70, 70, 42, 0.3);
}
.error404 .pxl-button:hover .pxl-text2, .error404 .pxl-button:hover body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .error404 .pxl-button:hover td.product-price {
  transform: translate3d(0px, -100%, 0px);
}
.error404 .pxl-button .pxl-text2, .error404 .pxl-button body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .error404 .pxl-button td.product-price {
  display: block !important;
  inset: 100% 0% auto;
}
.error404 .pxl-button .btn {
  border: 1px solid var(--third-color);
  padding: 24px 66px 18px 72px;
}
@media screen and (max-width: 1200px) {
  .error404 .pxl-button .btn {
    padding: 18px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .error404 .pxl-img-center img {
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .error404 .pxl-img-center {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .error404 .pxl-img-center img {
    max-width: 100%;
  }
}
.error404 .pxl-text2, .error404 body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .error404 td.product-price, .error404 .pxl-text1 {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-weight: 600;
}
.error404 .search-form {
  position: relative;
  z-index: 2;
  justify-content: center;
  display: flex;
}
.error404 #pxl-main {
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-links {
  margin-top: 24px;
  clear: left;
  margin-bottom: 15px;
}
.page-links .post-page-numbers {
  width: 36px;
  height: 36px;
  background-color: #fff;
  line-height: 36px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
  margin: 15px 15px 0 0;
  color: #080808;
  position: relative;
  z-index: 1;
  padding: 0;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.page-links .post-page-numbers.current, .page-links .post-page-numbers:hover {
  color: #fff;
  border-color: var(--link-color);
  background-color: var(--link-color);
}
.pxl-list--check {
  margin: 40px 0;
  list-style: none;
}
.pxl-list--check i {
  color: var(--link-color);
  margin-right: 8px;
}
.pxl-list--check li {
  display: flex;
}
.pxl-list--check li + li {
  margin-top: 8px;
}
body.rtl .pxl-list--check i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .pxl-date--box {
  border-radius: 0 5px 5px 0;
}
body.rtl.single-list {
  margin-left: 0;
  margin-right: 36px;
}
@media screen and (max-width: 1200px) {
  body.rtl.single-list {
    margin-left: 0;
  }
}
body.rtl.single-post .single-list li::before {
  margin-right: 0;
  margin-left: 10px;
}
body.rtl.single-post .single-heading::before {
  left: auto;
  right: 0;
}
.comment-form-cookies-consent label {
  font-size: 16px;
  color: var(--secondary-color);
  letter-spacing: -0.18px;
}
.pxl-related-post {
  padding-top: 126px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .pxl-related-post {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-related-post {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}
.pxl-related-post .pxl-swiper-slide .pxl-post--inner:hover .pxl-post--title::before {
  width: 100%;
}
.pxl-related-post .pxl-swiper-container {
  margin: 0;
}
.pxl-related-post .widget-title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .pxl-related-post .widget-title {
    margin-bottom: 50px;
    font-size: 45px;
  }
}
.pxl-related-post .pxl-swiper-slide {
  margin-right: 0 !important;
}
.pxl-related-post .pxl-related-post-inner {
  margin-left: -15px;
}
.pxl-related-post .pxl-post--featured {
  max-height: 280px;
  overflow: hidden;
  border-radius: 10px;
}
.pxl-related-post .pxl-post--featured img {
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.pxl-related-post .pxl-post--title {
  line-height: 1.2;
  padding-bottom: 40px;
  position: relative;
}
.pxl-related-post .pxl-post--title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  transition: all 0.3s ease-in;
}
.pxl-related-post .pxl-post--title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--primary-color);
}
.pxl-related-post .pxl-item--category {
  line-height: 1;
  text-transform: uppercase;
  padding-top: 28px;
  padding-bottom: 13px;
}
.pxl-related-post .pxl--info-author {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pxl-related-post .pxl--info-author .pxl-post--name-author {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.pxl-related-portfolio {
  margin-top: 130px;
  background-color: #d9e1e2;
  padding-top: 145px;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .pxl-related-portfolio {
    margin-top: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.pxl-related-portfolio .pxl-grid-item-inner {
  position: relative;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-related-portfolio .pxl-grid-item-inner:hover .pxl-item-featured img {
  transform: scale(1.05);
  opacity: 0.7;
}
.pxl-related-portfolio .pxl-grid-item-inner:hover .pxl-item-title a {
  text-decoration: underline var(--link-color-hover);
}
.pxl-related-portfolio .pxl-item-featured {
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #000;
}
.pxl-related-portfolio .pxl-item-featured img {
  -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);
}
@media (max-width: 360px) {
  .pxl-related-portfolio .pxl-item-featured {
    margin-bottom: 20px;
  }
}
.pxl-related-portfolio .pxl-item-title {
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .pxl-related-portfolio .pxl-item-title {
    font-size: 20px;
  }
}
.pxl-related-portfolio .pxl-item-title a {
  text-decoration: underline transparent;
}
.pxl-related-portfolio .pxl-item-content, .pxl-related-portfolio .pxl-related-front, .pxl-related-portfolio .pxl-related-back {
  cursor: pointer;
}
.pxl-related-portfolio .pxl-swiper-title {
  font-size: 45px;
  text-align: center;
  margin-bottom: 43px;
  width: 100%;
}
@media (max-width: 1024px) {
  .pxl-related-portfolio .pxl-swiper-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .pxl-related-portfolio .pxl-swiper-title {
    font-size: 25px;
  }
}
.pxl-related-portfolio .pxl-swiper-slide {
  padding: 0px;
  padding-top: 15px;
}
.pxl-related-portfolio .slick-list {
  overflow: visible;
}
.pxl-related-portfolio .slick-dots {
  margin: 60px 0 0;
}
.pxl-related-portfolio .pxl-swiper-container {
  margin: 0 -5px;
}
.pxl-related-service {
  padding: 0 15px;
  margin-top: 153px;
  margin-bottom: 125px;
}
@media (max-width: 1200px) {
  .pxl-related-service {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .pxl-related-service {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.pxl-related-service .pxl-swiper-container {
  margin: 0 -20px;
}
@media (max-width: 1280px) {
  .pxl-related-service .pxl-swiper-container {
    margin: 0 -15px;
  }
}
.pxl-related-service .pxl-swiper-slide {
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .pxl-related-service .pxl-swiper-slide {
    padding: 0 15px;
  }
}
.pxl-related-service .pxl-swiper-title {
  text-align: center;
  font-size: 45px;
  margin-bottom: 44px;
}
@media (max-width: 1200px) {
  .pxl-related-service .pxl-swiper-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .pxl-related-service .pxl-swiper-title {
    font-size: 25px;
  }
}
.pxl-related-service .pxl-grid-item-inner {
  border: 1px solid #cbcbcb;
  padding: 60px 50px 50px 50px;
  margin: 15px 0;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  .pxl-related-service .pxl-grid-item-inner {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .pxl-related-service .pxl-grid-item-inner {
    padding: 30px;
  }
}
@media (max-width: 676px) {
  .pxl-related-service .pxl-grid-item-inner {
    padding: 30px 20px;
  }
}
.pxl-related-service .pxl-grid-item-inner:hover .pxl-item--icon {
  animation: pxl_zigzag 1s ease-out infinite;
}
.pxl-related-service .pxl-grid-item-inner .pxl-item--icon {
  height: 85px;
  width: 95px;
  min-width: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-related-service .pxl-grid-item-inner .pxl-item--icon svg {
  fill: var(--link-color);
  height: 85px;
}
.pxl-related-service .pxl-grid-item-inner .pxl-item--icon i {
  color: var(--link-color);
  font-size: 85px;
}
.pxl-related-service .pxl-grid-item-inner .pxl-item-title {
  font-size: 26px;
  margin-top: 38px;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .pxl-related-service .pxl-grid-item-inner .pxl-item-title {
    font-size: 22px;
  }
}
@media (max-width: 676px) {
  .pxl-related-service .pxl-grid-item-inner .pxl-item-title {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .pxl-related-service .pxl-grid-item-inner .pxl-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.pxl-related-service .pxl-grid-item-inner .pxl-item--content {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.pxl-sidebar-sticky {
  position: sticky;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .pxl-sidebar-sticky {
    top: 0;
  }
}
@media screen and (max-width: 991px) {
  .pxl-sidebar-sticky {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-singular.single-post #pxl-main .container {
  max-width: 1425px;
}
.wp-singular.single-post #pxl-main .container .row .pxl-sidebar-sticky {
  padding-left: 45px;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .wp-singular.single-post #pxl-main .container .row .pxl-sidebar-sticky {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991px) {
  .wp-singular.single-post #pxl-main .container .row .pxl-sidebar-sticky {
    padding-left: 0;
  }
}
.wp-singular.single-post #pxl-main .container .row.pxl-sidebar-left .pxl-sidebar-post {
  padding-left: 0;
  padding-right: 45px;
}
@media screen and (max-width: 1024px) {
  .wp-singular.single-post #pxl-footer-elementor {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.wp-singular.single-portfolio #pxl-main .container {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.wp-singular.woocommerce-cart #pxl-main {
  padding: 162px 0 140px;
}
@media screen and (max-width: 1200px) {
  .wp-singular.woocommerce-cart #pxl-main {
    padding: 120px 0;
  }
}
.wp-singular.woocommerce-cart #pxl-main .container {
  padding: 0px;
}
.wp-singular.woocommerce-cart #pxl-main .container .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1200px) {
  .wp-singular.woocommerce-cart #pxl-main .container .row {
    margin: 0;
  }
}
.wp-singular.woocommerce-checkout #pxl-main {
  padding: 160px 0 140px;
}
@media screen and (max-width: 991px) {
  .wp-singular.woocommerce-checkout #pxl-main {
    padding: 80px 0;
  }
}
.wp-singular.woocommerce-checkout #pxl-main .container {
  max-width: 1320px;
}
.wp-singular #pxl-page-title-default .container {
  max-width: 1300px;
}
.wp-singular #pxl-main .container {
  max-width: 1300px;
}
@media screen and (max-width: 1200px) {
  .wp-singular #pxl-main .container {
    padding: 0px 15px;
  }
}
.wp-singular #pxl-main .container .row {
  margin-left: 0;
  margin-right: 0;
}
.wp-singular #pxl-main .container .row .pxl-sidebar-post {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .wp-singular #pxl-main .container .row .pxl-sidebar-post {
    max-width: 100%;
  }
}
.wp-singular #pxl-main .container .row .pxl-sidebar-sticky {
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  .wp-singular #pxl-main .container .row .pxl-sidebar-sticky {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .wp-singular #pxl-main .container .row .pxl-sidebar-sticky {
    padding-left: 0;
    padding-top: 80px;
  }
}
@media screen and (max-width: 991px) {
  .wp-singular #pxl-main .container .row .pxl-sidebar-sticky {
    padding-top: 0;
  }
}
.wp-singular #pxl-main .container .row .pxl---post .pxl-item-image img {
  max-height: 500px;
  object-fit: cover;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer {
  padding-top: 80px;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
@media screen and (max-width: 575px) {
  .wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social {
    display: block;
  }
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share {
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share {
    flex-direction: row-reverse;
    justify-content: left;
    margin-top: 20px;
  }
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share:hover .pxl--social {
  opacity: 1;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share:hover .pxl--social a {
  animation: fadeIcon 0.3s backwards;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share:hover .pxl--social a:nth-child(1) {
  animation-delay: 0.5s;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share:hover .pxl--social a:nth-child(2) {
  animation-delay: 0.4s;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share:hover .pxl--social a:nth-child(3) {
  animation-delay: 0.3s;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-share:hover .pxl--social a:nth-child(4) {
  animation-delay: 0.2s;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-icon--share {
  width: 51px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(70, 70, 42, 0.1);
  border-radius: 50%;
  margin-left: 9px;
}
@media screen and (max-width: 767px) {
  .wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl-icon--share {
    margin-right: 9px;
  }
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .share-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .share-text {
    margin-left: 0;
  }
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl--social {
  display: flex;
  align-items: center;
  gap: 9px;
  transition: all 0.3s ease;
  opacity: 0;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl--social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: rgba(70, 70, 42, 0.1);
  color: var(--primary-color);
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl--social a:hover {
  background: var(--third-color);
  color: #fff;
  transform: translateY(-10px);
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl-content-social .pxl--social i {
  font-size: 14px;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl--tags a {
  padding: 14px 30px;
  line-height: 1;
  background: rgba(70, 70, 42, 0.1);
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl--tags a:hover {
  background: var(--third-color);
  color: #fff;
}
.wp-singular #pxl-main .container .row .pxl---post .pxl--post-footer .pxl--tags a:last-child {
  margin: 0;
}
.wp-singular .pxl-title--post {
  padding-bottom: 60px;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .wp-singular .pxl-title--post {
    padding-bottom: 30px;
    font-size: 35px;
  }
}
.wp-singular .pxl-info--content-single {
  display: flex;
  gap: 10px 40px;
  align-items: center;
  padding-bottom: 30px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wp-singular .pxl-info--content-single {
    margin-bottom: 0;
  }
}
.wp-singular .pxl-info--content-single .pxl-icon--single {
  display: inline-flex;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: rgba(70, 70, 42, 0.1);
  justify-content: center;
  align-items: center;
}
.wp-singular .pxl-info--content-single .pxl-authoor--post, .wp-singular .pxl-info--content-single .pxl-date--post, .wp-singular .pxl-info--content-single .pxl-category--post, .wp-singular .pxl-info--content-single .pxl-comment--post {
  display: flex;
  gap: 15px;
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.58;
  color: rgba(20, 20, 20, 0.75);
  text-transform: capitalize;
}
.search-results #pxl-main .container {
  width: 1300px;
}
.search-results #pxl-main .container .pxl-content-blog .pxl-item--archive {
  display: block;
}
.search-results #pxl-main .container .pxl-content-blog .pxl-item--archive .pxl-item--holder {
  padding-top: 30px;
}
.search-results #pxl-main .container .pxl-content-blog .pxl-item--archive .pxl-item--holder .pxl-date--category {
  color: #999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.search-results #pxl-main .container .pxl-content-blog .pxl-item--archive .pxl-item--holder .pxl-item--title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.41;
  letter-spacing: -0.72px;
  text-transform: uppercase;
  padding-bottom: 26px;
}
.search-results #pxl-main .container .pxl-content-blog .pxl-item--archive .pxl-item--holder .pxl-item--title a {
  color: var(--primary-color);
}
.search-results #pxl-main .container .pxl-content-blog .pxl-item--archive .pxl-item--holder .pxl-item--excerpt {
  padding-bottom: 30px;
}
.widget_armanello_popular_keywords .widget-title {
  margin-bottom: 27px;
  padding-bottom: 29px;
  border-bottom: 1px solid #cdcdcd;
}
.widget_armanello_popular_keywords .pxl-keyword-list .pxl-keyword-item {
  list-style-type: none;
  padding-bottom: 9.3px;
}
.widget_armanello_popular_keywords .pxl-keyword-list .pxl-keyword-item label input {
  margin: 0;
}
.widget_armanello_popular_keywords .pxl-keyword-list .pxl-keyword-item label .pxl-keyword-name, .widget_armanello_popular_keywords .pxl-keyword-list .pxl-keyword-item label .pxl-count {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-left: 10px;
}
.widget_armanello_popular_keywords .pxl-keyword-list .pxl-keyword-item label .pxl-keyword-name:hover, .widget_armanello_popular_keywords .pxl-keyword-list .pxl-keyword-item label .pxl-count:hover {
  cursor: pointer;
}
.pxl-sidebar-area .widget {
  margin-bottom: 18px;
  background-color: unset;
}
.pxl-sidebar-area .widget:last-child {
  margin-bottom: 0;
}
.pxl-sidebar-area .widget.widget_price_filter {
  margin-bottom: 45px;
}
.comment-reply-title {
  margin-bottom: 8px;
}
.comments-title {
  margin-bottom: 21px;
}
.comment-reply-title, .comments-title {
  color: var(--link-color);
  font-size: 24px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .comment-reply-title, .comments-title {
    font-size: 20px;
  }
}
.widget_pxl_elementor_box .widget-content, .widget_categories .widget-content, .widget_pxl_recent_posts .widget-content, .widget_tag_cloud .widget-content {
  border: 1px solid rgba(20, 20, 20, 0.1);
  transition: all 0.3s ease-in-out;
}
.widget_pxl_elementor_box .widget-title, .widget_categories .widget-title, .widget_pxl_recent_posts .widget-title, .widget_tag_cloud .widget-title {
  padding: 21.5px 30px;
  background: #46462a;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.36;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .widget_pxl_elementor_box .widget-title, .widget_categories .widget-title, .widget_pxl_recent_posts .widget-title, .widget_tag_cloud .widget-title {
    padding: 20px 15px;
  }
}
.widget_pxl_elementor_box ul, .widget_categories ul, .widget_pxl_recent_posts ul, .widget_tag_cloud ul {
  margin-bottom: 0;
}
.widget_pxl_elementor_box ul .cat-item, .widget_categories ul .cat-item, .widget_pxl_recent_posts ul .cat-item, .widget_tag_cloud ul .cat-item {
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  list-style-type: none;
}
.widget_pxl_elementor_box ul .cat-item:first-child a, .widget_categories ul .cat-item:first-child a, .widget_pxl_recent_posts ul .cat-item:first-child a, .widget_tag_cloud ul .cat-item:first-child a {
  padding-top: 33px;
}
.widget_pxl_elementor_box ul .cat-item:first-child a::before, .widget_categories ul .cat-item:first-child a::before, .widget_pxl_recent_posts ul .cat-item:first-child a::before, .widget_tag_cloud ul .cat-item:first-child a::before {
  top: 41px;
}
.widget_pxl_elementor_box ul .cat-item:last-child a, .widget_categories ul .cat-item:last-child a, .widget_pxl_recent_posts ul .cat-item:last-child a, .widget_tag_cloud ul .cat-item:last-child a {
  padding-bottom: 33px;
}
.widget_pxl_elementor_box ul .cat-item:last-child a::before, .widget_categories ul .cat-item:last-child a::before, .widget_pxl_recent_posts ul .cat-item:last-child a::before, .widget_tag_cloud ul .cat-item:last-child a::before {
  top: 29px;
}
@media screen and (max-width: 1024px) {
  .widget_pxl_elementor_box ul .cat-item:last-child a::before, .widget_categories ul .cat-item:last-child a::before, .widget_pxl_recent_posts ul .cat-item:last-child a::before, .widget_tag_cloud ul .cat-item:last-child a::before {
    top: 30px;
  }
}
.widget_pxl_elementor_box ul .cat-item:last-child, .widget_categories ul .cat-item:last-child, .widget_pxl_recent_posts ul .cat-item:last-child, .widget_tag_cloud ul .cat-item:last-child {
  border-bottom: none;
}
.widget_pxl_elementor_box ul .cat-item a, .widget_categories ul .cat-item a, .widget_pxl_recent_posts ul .cat-item a, .widget_tag_cloud ul .cat-item a {
  font-family: "Jost";
  font-size: 18px;
  color: rgba(20, 20, 20, 0.75);
  width: 100%;
  padding: 20px 30px;
  line-height: 1;
  display: block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .widget_pxl_elementor_box ul .cat-item a, .widget_categories ul .cat-item a, .widget_pxl_recent_posts ul .cat-item a, .widget_tag_cloud ul .cat-item a {
    padding: 20px 15px;
  }
}
.widget_pxl_elementor_box ul .cat-item a:hover, .widget_categories ul .cat-item a:hover, .widget_pxl_recent_posts ul .cat-item a:hover, .widget_tag_cloud ul .cat-item a:hover {
  background: rgba(152, 152, 91, 0.1);
  color: var(--primary-color);
  padding-left: 50px;
}
.widget_pxl_elementor_box ul .cat-item a:hover::before, .widget_categories ul .cat-item a:hover::before, .widget_pxl_recent_posts ul .cat-item a:hover::before, .widget_tag_cloud ul .cat-item a:hover::before {
  scale: 1;
  width: 10px;
  height: 10px;
  animation: blink 1s infinite;
  transform-origin: center center;
}
.widget_pxl_elementor_box ul .cat-item a::before, .widget_categories ul .cat-item a::before, .widget_pxl_recent_posts ul .cat-item a::before, .widget_tag_cloud ul .cat-item a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  content: "";
  width: 0;
  height: 0;
  background-image: url("../img/ic-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition-delay: 0.3s;
  transition: all 0.2s ease-in-out;
}
.widget_pxl_elementor_box .pxl--item, .widget_categories .pxl--item, .widget_pxl_recent_posts .pxl--item, .widget_tag_cloud .pxl--item {
  display: flex;
  padding: 30px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
.widget_pxl_elementor_box .pxl--item:last-child, .widget_categories .pxl--item:last-child, .widget_pxl_recent_posts .pxl--item:last-child, .widget_tag_cloud .pxl--item:last-child {
  border-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .widget_pxl_elementor_box .pxl--item, .widget_categories .pxl--item, .widget_pxl_recent_posts .pxl--item, .widget_tag_cloud .pxl--item {
    padding: 30px 15px;
  }
}
.widget_pxl_elementor_box .pxl--item .pxl-item--img, .widget_categories .pxl--item .pxl-item--img, .widget_pxl_recent_posts .pxl--item .pxl-item--img, .widget_tag_cloud .pxl--item .pxl-item--img {
  max-width: 70px;
  height: 81px;
  flex-shrink: 0;
}
.widget_pxl_elementor_box .pxl--item .pxl-item--img img, .widget_categories .pxl--item .pxl-item--img img, .widget_pxl_recent_posts .pxl--item .pxl-item--img img, .widget_tag_cloud .pxl--item .pxl-item--img img {
  height: 100%;
  object-fit: cover;
}
.widget_pxl_elementor_box .pxl--item .pxl-date, .widget_categories .pxl--item .pxl-date, .widget_pxl_recent_posts .pxl--item .pxl-date, .widget_tag_cloud .pxl--item .pxl-date, .widget_pxl_elementor_box .pxl--item .pxl-category, .widget_categories .pxl--item .pxl-category, .widget_pxl_recent_posts .pxl--item .pxl-category, .widget_tag_cloud .pxl--item .pxl-category {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: rgba(20, 20, 20, 0.5);
}
.widget_pxl_elementor_box .pxl--item .pxl-item--title, .widget_categories .pxl--item .pxl-item--title, .widget_pxl_recent_posts .pxl--item .pxl-item--title, .widget_tag_cloud .pxl--item .pxl-item--title {
  margin-top: 5px;
}
.widget_pxl_elementor_box .pxl--item .pxl-space, .widget_categories .pxl--item .pxl-space, .widget_pxl_recent_posts .pxl--item .pxl-space, .widget_tag_cloud .pxl--item .pxl-space {
  color: rgba(20, 20, 20, 0.1);
}
.widget_pxl_elementor_box .tagcloud, .widget_categories .tagcloud, .widget_pxl_recent_posts .tagcloud, .widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 13.5px 30px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .widget_pxl_elementor_box .tagcloud, .widget_categories .tagcloud, .widget_pxl_recent_posts .tagcloud, .widget_tag_cloud .tagcloud {
    padding: 30px 15px;
  }
}
.widget_pxl_elementor_box .tagcloud a, .widget_categories .tagcloud a, .widget_pxl_recent_posts .tagcloud a, .widget_tag_cloud .tagcloud a {
  font-size: 18px !important;
  line-height: 1.555;
  color: rgba(20, 20, 20, 0.75);
  position: relative;
}
.widget_pxl_elementor_box .tagcloud a:hover, .widget_categories .tagcloud a:hover, .widget_pxl_recent_posts .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
  color: var(--primary-color);
}
.widget_pxl_elementor_box .tagcloud a::before, .widget_categories .tagcloud a::before, .widget_pxl_recent_posts .tagcloud a::before, .widget_tag_cloud .tagcloud a::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  content: "/";
  color: rgba(20, 20, 20, 0.3);
}
.widget_pxl_elementor_box .tagcloud a:last-child::before, .widget_categories .tagcloud a:last-child::before, .widget_pxl_recent_posts .tagcloud a:last-child::before, .widget_tag_cloud .tagcloud a:last-child::before {
  display: none;
}
.widget_search.widget {
  box-shadow: none;
}
.widget_search .widget-title {
  padding-bottom: 30px;
}
.widget_search .widget-content .searchform-wrap {
  padding: 6px;
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  background: transparent;
}
.widget_search .widget-content .searchform-wrap .search-field {
  margin: 0;
  padding: 0 20px;
  border: unset !important;
}
.widget_search .widget-content .searchform-wrap .search-submit {
  position: relative;
  display: flex;
  justify-content: center;
  height: 53px;
  width: 53px;
  border-radius: 5px;
  flex-shrink: 0;
  align-items: center;
  background: var(--third-color) !important;
  color: #fff;
}
.widget_search .widget-content .searchform-wrap input[type="text"] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  height: 54px;
  color: var(--secondary-color);
}
.widget_search .widget-content .searchform-wrap .pxl-icon svg path {
  fill: #f15f25;
}
.widget_text .textwidget {
  font-size: 14px;
}
.comments-area .comments-title {
  padding: 0;
}
.comments-area .comments-title:before {
  display: none;
}
.comments-area .comment-reply-title {
  padding: 0;
}
.comments-area .comment-reply-title:before {
  display: none;
}
.gallery {
  margin: -10px -5px 0 -5px !important;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding: 0 5px !important;
  margin: 24px 0 0 !important;
}
.gallery .gallery-item img {
  border: none !important;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 20% !important;
}
#pxl-content-main .gallery {
  margin: -5px -12px 38px -12px !important;
}
#pxl-content-main .gallery .gallery-item {
  padding: 0 12px !important;
  margin: 24px 0 0 !important;
}
.widget_media_gallery .gallery, .elementor-widget-wp-widget-media_gallery .gallery, .elementor-widget-image-gallery .gallery {
  margin: -10px -5px 0 -5px;
}
.widget_media_gallery .gallery .gallery-item, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item, .elementor-widget-image-gallery .gallery .gallery-item {
  padding: 0 5px;
  margin-top: 10px !important;
  margin-bottom: 0;
}
.widget_media_gallery .gallery .gallery-item img, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item img, .elementor-widget-image-gallery .gallery .gallery-item img {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  width: 100%;
  border: none !important;
}
.widget_media_gallery .gallery .gallery-item a, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a, .elementor-widget-image-gallery .gallery .gallery-item a {
  display: block;
  position: relative;
}
.widget_media_gallery .gallery .gallery-item a:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:before, .elementor-widget-image-gallery .gallery .gallery-item a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
  z-index: 1;
}
.widget_media_gallery .gallery .gallery-item a:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:after, .elementor-widget-image-gallery .gallery .gallery-item a:after {
  content: "\f138";
  font-size: 14px;
  font-family: "Caseicon";
  color: #fff;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 0;
}
.widget_media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:before, .elementor-widget-image-gallery .gallery .gallery-item a:hover:before, .widget_media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-wp-widget-media_gallery .gallery .gallery-item a:hover:after, .elementor-widget-image-gallery .gallery .gallery-item a:hover:after {
  opacity: 1;
}
.elementor-lightbox .swiper-container .elementor-lightbox-image {
  width: auto;
  height: auto;
}
.elementor-lightbox .swiper-container .swiper-slide {
  background-color: transparent;
}
.elementor-lightbox .elementor-swiper-button {
  top: 0%;
  position: absolute;
  z-index: 5;
}
.pxl-gallery {
  margin: -8px -15px 42px -15px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-gallery img {
  width: 100%;
}
.pxl-gallery .pxl--item {
  padding: 30px 15px 0 15px;
}
.pxl-gallery .pxl--item-inner {
  overflow: hidden;
  position: relative;
}
.pxl-gallery .pxl--item-inner.video-active:before {
  background-color: rgba(27, 27, 27, 0.5);
}
.pxl-gallery .pxl--item-inner .btn-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
}
.pxl-gallery.gallery-2-columns .pxl--item {
  width: 50%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-2-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-3-columns .pxl--item {
  width: 33.33%;
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-3-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-4-columns .pxl--item {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-4-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.gallery-5-columns .pxl--item {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .pxl-gallery.gallery-5-columns .pxl--item {
    width: 100%;
  }
}
.pxl-gallery.masonry-style1 .pxl--item-inner {
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.calendar_wrap caption {
  margin-bottom: 10px;
}
.widget_recent_comments ul, .widget_recent_comments ol {
  list-style: none;
  font-size: 18px;
  color: #8e969a;
  margin-bottom: 0;
  line-height: 1.4;
}
.widget_recent_comments ul .comment-author-link a, .widget_recent_comments ol .comment-author-link a {
  font-size: 18px;
  color: #8e969a;
  display: inline !important;
  margin-top: 0 !important;
}
.widget_recent_comments ul .comment-author-link a:hover, .widget_recent_comments ol .comment-author-link a:hover {
  color: var(--link-color-hover);
}
.widget_recent_comments ul a, .widget_recent_comments ol a {
  font-size: 16px;
  color: var(--link-color);
  width: 100%;
  position: relative;
  display: block !important;
  margin-top: 5px !important;
}
.widget_recent_comments ul a:hover, .widget_recent_comments ol a:hover {
  color: var(--link-color-hover);
}
.widget_recent_comments ul li + li, .widget_recent_comments ol li + li {
  margin-top: 19px;
}
.widget_rss .rss-widget-feed {
  font-size: 35px !important;
}
.widget_rss .rss-widget-title {
  color: var(--link-color) !important;
  font-size: 24px !important;
  position: relative;
}
.widget_rss ul, .widget_rss ol {
  margin: 0;
  list-style: none;
}
.widget_rss .rsswidget {
  font-size: 22px;
  line-height: 1.2;
  color: var(--link-color);
}
.widget_rss .rss-date {
  font-size: 14px;
  display: block;
  margin-top: 4px;
  margin-bottom: 10px;
}
.widget_rss li + li {
  margin-top: 34px;
}
.widget_rss cite {
  display: block;
  margin-top: 4px;
  color: var(--link-color);
}
.widget_block ul, .widget_block ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.widget_block .wp-block-latest-posts__list, .widget_block .wp-block-latest-comments {
  color: var(--link-color);
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.widget_block .wp-block-latest-posts__list a, .widget_block .wp-block-latest-comments a {
  color: inherit;
  text-decoration: underline transparent;
}
.widget_block .wp-block-latest-posts__list a:hover, .widget_block .wp-block-latest-comments a:hover {
  color: var(--link-color);
  text-decoration: underline var(--link-color);
}
.widget_block .wp-block-latest-posts__list li + li, .widget_block .wp-block-latest-comments li + li {
  margin-top: 18px;
}
.widget_block .wp-block-latest-comments {
  color: #666;
  line-height: 1.4;
  margin-top: 0;
}
.widget_block .wp-block-latest-comments li {
  margin-bottom: 19px;
}
.widget_block .wp-block-latest-comments li:last-child {
  margin-bottom: 0;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-author {
  font-size: 18px;
  color: #8e969a;
  display: inline !important;
  margin-top: 0 !important;
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-author:hover {
  color: var(--link-color-hover);
}
.widget_block .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  font-size: 16px;
  color: var(--link-color);
  width: 100%;
  position: relative;
  display: block !important;
  margin-top: 5px !important;
}
.widget_block .wp-block-latest-comments a {
  color: var(--link-color);
  text-decoration: unset;
}
.widget_block .wp-block-latest-comments a:hover {
  color: var(--link-color-hover);
  text-decoration: unset;
}
.widget_block.widget_search .wp-block-search__label {
  font-size: 20px;
  color: var(--primary-color);
  letter-spacing: -1.44px;
  line-height: 1.208;
  font-weight: 600;
  text-transform: uppercase;
}
.widget_block.widget_search .wp-block-search__inside-wrapper {
  position: relative;
  padding-top: 20px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
  background: transparent;
  top: 50%;
  right: 20px;
  position: absolute;
  z-index: 1;
  font-size: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-left: 23px;
  color: var(--secondary-color);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:before {
  content: "\f104";
  font-family: "Caseicon";
  font-size: 17px;
  position: absolute;
  color: #fff;
  left: 0;
  top: -3px;
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
  color: var(--link-color-hover);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
  font-size: 16px;
  color: #8f8f8f;
  font-style: normal;
  height: 60px;
  padding: 0 20px 0 110px;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 10px 4px 60px 0 rgba(153, 153, 153, 0.25);
}
.widget_block.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: 0;
  color: var(--link-color);
}
.widget_text strong {
  color: var(--link-color);
}
.wp-calendar-table {
  background-color: #fff;
}
.pxl-author-info.widget {
  padding-bottom: 36px;
}
.pxl-author-info .author-image {
  margin-bottom: 16px;
}
.pxl-author-info .author-image img {
  width: 100%;
}
.pxl-author-info .author-desc {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 15px;
}
.pxl-author-info .author-social {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.pxl-author-info .author-social a {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 100%;
  color: #1c2539;
  margin: 6px;
  font-size: 15px;
}
.pxl-author-info .author-social a span {
  display: inline-flex;
}
.pxl-author-info .author-social a:hover {
  background-color: #fff;
  color: var(--link-color);
  -webkit-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -khtml-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -moz-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -ms-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  -o-box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
  box-shadow: 0 10px 20px rgba(137, 151, 186, 0.25);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before, body.rtl .pxl-author-info .author-name::before {
  right: 0;
  left: auto;
}
.widget_nav_menu {
  padding-bottom: 25px;
}
.widget_nav_menu .widget-title {
  margin-bottom: 15px;
}
.widget_nav_menu .menu li a {
  position: relative;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-o-placeholder, textarea::-o-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input::-ms-placeholder, textarea::-ms-placeholder {
  color: inherit;
  opacity: 1;
  text-overflow: ellipsis;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wpcf7-not-valid-tip {
  position: absolute;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .pxl-select-higthlight {
  background-color: unset;
  border: none;
  padding: 0px 25px;
  font-size: 14px;
  font-weight: 400;
  height: 66px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
  outline: none;
  font-family: inherit;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, .pxl-select-higthlight:focus {
  outline: 0;
  color: var(--link-color);
}
.comment-form {
  display: grid;
}
.comment-form .comment-title-name {
  margin-bottom: 10px;
  font-size: 16px;
}
.comment-form .row {
  margin: 0;
}
.comment-form .comment-form-author {
  order: 1;
  padding-left: 0;
  padding-right: 5px;
}
@media (max-width: 575px) {
  .comment-form .comment-form-author {
    padding: 0;
    margin-bottom: 20px;
  }
}
.comment-form .comment-form-author input {
  border: 1px solid rgba(20, 20, 20, 0.1);
}
.comment-form .comment-form-email {
  order: 1;
  padding-left: 15px;
  padding-right: 0px;
}
.comment-form .comment-form-email input {
  border: 1px solid rgba(20, 20, 20, 0.1);
}
@media (max-width: 575px) {
  .comment-form .comment-form-email {
    padding: 0;
  }
}
.comments-area .comment-reply-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.comments-area .comment-respond .comment-form-comment {
  margin-top: 20px;
  margin-bottom: 20px;
  order: -1;
  width: 100%;
}
.comments-area .comment-respond .comment-form-comment textarea {
  height: 262px;
  padding: 21px 30px;
  color: var(--secondary-color);
  font-size: 17px;
  border: 1px solid rgba(20, 20, 20, 0.1);
  width: 100%;
}
.comments-area .comment-respond .comment-form-comment textarea:focus {
  color: var(--primary-color);
}
.comments-area .comment-notes {
  margin-bottom: 40px;
  order: -3;
}
.comments-area .comments-title {
  font-size: 35px;
  font-weight: 500;
  line-height: 1.33;
  margin-top: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 575px) {
  .comments-area .comments-title {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.comments-area .comment-respond .logged-in-as {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.comments-area .comment-respond .logged-in-as a {
  color: inherit;
}
.comments-area .comment-respond .logged-in-as a:hover {
  color: var(--link-color-hover);
}
.comments-area .comment-respond .logged-in-as a:nth-child(2) {
  text-decoration: underline;
}
.comments-area .comment-respond input[type="checkbox"] {
  background: #fff;
  box-shadow: 0px 15px 10px 0px rgba(242, 242, 242, 0.18);
}
@media (max-width: 475px) {
  .comments-area .comment-respond .comment-reply-title {
    font-size: 25px;
  }
}
.comments-area .author-email-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  order: -1;
}
@media (max-width: 475px) {
  .comments-area .author-email-wrapper {
    display: inline-block;
  }
}
.comments-area .author-email-wrapper .comment-form-author, .comments-area .author-email-wrapper .comment-form-email {
  width: 100%;
}
.comments-area .no-comments {
  display: none;
}
.comment-title {
  color: var(--link-color);
  font-size: 18px;
  margin-bottom: 0px;
}
.comment-title a {
  color: inherit;
}
.comment-title a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}
.comment-list {
  padding: 0;
  list-style: none;
}
.comment-list .comments-title {
  margin-bottom: 53px;
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.28;
}
@media screen and (max-width: 1200px) {
  .comment-list {
    padding-right: 0;
  }
}
.comment-list .comment-rating {
  display: none;
}
.comment-list .comment-reply-title {
  display: inline-flex;
  align-items: center;
  padding-bottom: 0;
  line-height: 1;
  flex-wrap: wrap;
  font-size: 22px;
}
.comment-list .comment-reply-title:before {
  display: none;
}
.comment-list li .children {
  padding-left: 80px;
  margin: 0;
}
@media (max-width: 991px) {
  .comment-list li .children {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .comment-list li .children {
    padding-left: 0px;
  }
}
.comment-list li .children li {
  list-style: none;
  margin-top: 60px;
  border-bottom: none;
}
@media screen and (max-width: 575px) {
  .comment-list li .children li {
    margin-top: 30px;
  }
}
.comment-list li .comment-respond {
  margin-top: 35px;
  margin-bottom: 50px;
  margin-left: 92px;
}
@media screen and (max-width: 767px) {
  .comment-list li .comment-respond {
    margin-left: 78px;
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .comment-list li .comment-respond {
    margin-left: 0;
    margin-top: 20px;
  }
}
.comment-list > li {
  padding-bottom: 58px;
}
.comment-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.1);
}
@media screen and (max-width: 575px) {
  .comment-list > li:last-child {
    padding-bottom: 20px;
  }
}
.comment-list > li > .children > li > .children > li > .children > li > .children {
  padding-left: 0;
}
.comment-list > li > .children > li > .children > li > .children > li > .children .children {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .comment-list .comment-form .comment-form-author, .comment-list .comment-form .comment-form-email {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .comment-list .comment-form .comment-form-website {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.comment-list .comment-inner {
  display: flex;
  margin-bottom: 31px;
}
@media (max-width: 480px) {
  .comment-list .comment-inner {
    display: block;
    margin-bottom: 20px;
  }
}
.comment-list .comment-inner .comment-image {
  width: 86px;
  min-width: 86px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 575px) {
  .comment-list .comment-inner .comment-image {
    margin-bottom: 20px;
  }
}
.comment-list .comment-inner .comment-image img {
  width: 100%;
  border-radius: 50%;
}
.comment-list .comment-inner .comment-content {
  display: flex;
  justify-content: space-between;
}
.comment-list .comment-inner .comment-title {
  color: var(--primary-color);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.58;
  padding-top: 15px;
  letter-spacing: 0.85px;
  text-transform: uppercase;
}
.comment-list .comment-inner .comment-title .pxl-date--time {
  font-size: 15px;
  line-height: 1.66;
  color: rgba(20, 20, 20, 0.75);
  margin-top: 7px;
  text-transform: none;
  font-weight: 400;
}
.comment-list .comment-inner .comment-reply-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 36px;
  background: var(--third-color);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  letter-spacing: 1.4px;
}
.comment-list .comment-inner .comment-reply-link .pxl-icon--reply {
  margin-right: 20px;
}
.comment-list .comment-inner .comment-date {
  color: #687799;
  font-size: 15px;
  font-weight: 400;
}
.comment-list .comment-text {
  line-height: 1.58;
  color: rgba(20, 20, 20, 0.75);
}
.comment-list #respond {
  padding: 0;
}
.comment-content {
  position: relative;
  flex-grow: 1;
}
.comment-content a {
  word-wrap: break-word;
}
.comment-content .comment-text {
  color: var(--secondary-color);
  font-size: 18px;
}
.comment-content .comment-text p br {
  display: none;
}
@media screen and (max-width: 767px) {
  .comment-content .comment-text {
    font-size: 14px;
  }
}
.comment-content .comment-text p:last-child {
  margin-bottom: 0;
}
.comment-content .comment-text ol, .comment-content .comment-text ul {
  margin-bottom: 32px;
}
.comment-content .comment-text ol ul, .comment-content .comment-text ul ul, .comment-content .comment-text ol ol, .comment-content .comment-text ul ol {
  margin-bottom: 0;
}
.comment-content .comment-text ul li {
  list-style: outside;
}
.comment-content .comment-text img {
  margin: 6px 0;
}
.comment-form .row {
  order: -2;
}
.comment-form .form-submit {
  position: relative;
  order: 3;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 0;
  align-items: center;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid var(--third-color);
  height: 66px;
  padding: 0 60px;
}
.comment-form .form-submit:hover::before {
  top: 0;
  left: 0;
}
.comment-form .form-submit:hover .text-btn, .comment-form .form-submit:hover .text-btn2 {
  transform: translate3d(0px, -100%, 0px);
}
.comment-form .form-submit .btn {
  background: transparent;
  font-weight: 600;
  display: inline-block;
}
.comment-form .form-submit .btn .text-btn, .comment-form .form-submit .btn .text-btn2 {
  transition: all 0.3s ease-in-out;
}
.comment-form .form-submit .btn .text-btn2 {
  position: absolute;
  inset: 100% 0% auto;
}
.comment-form .form-submit::before {
  position: absolute;
  content: "";
  border: 1px solid rgba(70, 70, 42, 0.3);
  width: 100%;
  height: 100%;
  top: 6px;
  left: 6px;
  transition: all 0.3s ease-in-out;
}
.comment-form .subtitle-comment {
  order: -2;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 27px;
}
.comment-form-cookies-consent {
  position: relative;
  color: #4f545a;
  margin-top: 55px;
  margin-bottom: 20px;
}
.comment-form-cookies-consent input, .comment-form-cookies-consent label:before {
  position: absolute;
  width: 21px;
  height: 21px;
  left: 0;
  top: 0px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
}
.comment-form-cookies-consent label {
  cursor: pointer;
  margin-left: 35px;
}
.comment-form-cookies-consent label:before {
  content: "";
  z-index: 1;
  background-color: #fff;
}
.comment-form-cookies-consent label:after {
  content: "\f135";
  font-family: "Caseicon";
  font-weight: 400;
  z-index: 2;
  font-size: 10px;
  color: #000;
  opacity: 0;
  line-height: 12px;
  text-align: center;
  top: 6px;
  left: 7px;
  cursor: pointer;
  position: absolute;
}
.comment-form-cookies-consent input {
  z-index: 99;
  opacity: 0;
}
.comment-form-cookies-consent input:checked + label:after {
  opacity: 1;
}
.pxl-select {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pxl-select .pxl-select-hidden {
  display: none !important;
}
.pxl-select .pxl-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  list-style: none;
  margin: 8px 0 0;
  padding: 8px 0;
  background-color: #fff;
  z-index: 9999;
  font-size: 14px;
  color: #333;
  font-family: inherit;
  border-radius: 8px;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  max-height: 280px;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.pxl-select .pxl-select-options:not(.pxl-select-lists-hide) {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pxl-select .pxl-select-options.pxl-select-lists-hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
}
.pxl-select .pxl-select-options::-webkit-scrollbar {
  width: 6px;
}
.pxl-select .pxl-select-options::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.pxl-select .pxl-select-options li {
  padding: 12px 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  line-height: 1.4 !important;
}
.pxl-select .pxl-select-options li:hover {
  background-color: rgba(var, 0, 0, 0);
  color: var(--link-color);
}
.pxl-select .pxl-select-higthlight {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  color: #fff;
  padding: 14px 45px 14px 18px;
  border-radius: 8px;
  min-height: 52px;
  transition: all 0.3s ease;
  z-index: 2;
}
.pxl-select .pxl-select-higthlight:before {
  content: "\f107";
  font-family: Caseicon;
  height: 28px;
  color: #fff;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.pxl-select .pxl-select-higthlight.active {
  z-index: 10000;
}
.pxl-select .pxl-select-higthlight.active:before {
  transform: translateY(-50%) rotate(180deg);
}
.pxl-select .pxl-select-higthlight.active + .pxl-select-options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.comments-area .comment-respond {
  margin-top: 83px;
}
@media screen and (max-width: 767px) {
  .comments-area .comment-respond {
    margin-top: 30px;
  }
}
.pxl-select.dropdown-active {
  z-index: 10000;
}
.comment-reply-title small {
  display: none;
  vertical-align: top;
}
.comment-reply-title small a {
  line-height: 25px;
  font-size: 12px;
  padding: 0 12px;
  background-color: var(--link-color-hover);
  color: #fff;
  font-weight: 700;
  display: inline-flex !important;
  letter-spacing: 0;
}
.comment-reply-title small a i {
  display: none;
}
.post-password-form {
  /* Select 2 */
}
.post-password-form input[type="password"] {
  margin-top: 6px;
}
.select2 .select2-selection--single {
  border: 1px solid #2d2d2d;
  height: 51px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 51px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 38px;
  padding-left: 22px;
  font-size: 15px;
  color: #888;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  width: 20px;
  color: #5d5d60;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: #5d5d60;
}
.select2-container.select2-container--open {
  /* Date Time */
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
  background-color: #030706;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results .select2-results__option {
  font-size: 15px;
  color: #fff;
}
.select2-container.select2-container--open .select2-results .select2-results__option[data-selected="true"] {
  background-color: var(--third-color);
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: var(--third-color);
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover, body .xdsoft_datetimepicker .xdsoft_calendar td:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: var(--secondary-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current, body .xdsoft_timepicker .xdsoft_time_variant .xdsoft_current {
  background-color: var(--link-color) !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  color: var(--primary-color) !important;
}
body .xdsoft_datetimepicker {
  font-family: inherit;
  border: none;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.12);
}
body .xdsoft_datetimepicker .xdsoft_calendar th {
  background-color: #f3f3f3;
  color: #444;
}
body .xdsoft_datetimepicker .xdsoft_calendar td {
  border-color: #ebebeb;
  height: 30px;
  background-color: #f7f7f7;
}
body .xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding: 0;
  text-align: center;
}
body .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 230px;
}
body .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background-color: var(--link-color);
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-form .searchform-wrap {
  display: flex;
  align-items: center;
}
.search-no-results #pxl-main {
  min-height: calc(100vh - 308px);
}
.search-no-results #pxl-main .container {
  width: 1300px;
}
.search-no-results .pxl-content-wrap.no-sidebar .no-results.not-found {
  max-width: 780px;
  margin: auto;
}
.search-no-results .page-title {
  font-size: 50px;
  margin-bottom: 15px;
}
.search-no-results .page-content .searchform-wrap .search-field {
  margin-bottom: 0;
  padding: 0 20px;
  height: 62px;
  color: var(--secondary-color);
}
.search-no-results .page-content p {
  font-size: 16px;
}
.search-no-results .search-form .searchform-wrap {
  position: relative;
  border: 1px solid rgba(31, 31, 31, 0.1);
}
.search-no-results .search-form .searchform-wrap .search-submit {
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 14px;
  background-color: unset;
}
.search-no-results .search-form .searchform-wrap .search-submit:hover {
  color: var(--link-color);
}
body.rtl .comment-list {
  padding-right: 0;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  body.rtl .comment-list {
    padding-left: 0;
  }
}
body.rtl .comment-list .comment-list li .children {
  padding-left: 0;
  padding-right: 92px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list .comment-list li .children {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.rtl .comment-image.pxl-mr-28 {
    margin-right: 0;
    margin-left: 18px;
  }
}
body.rtl form input, body.rtl form textarea, body.rtl form select {
  text-align: right;
}
body.rtl .pxl-contact-form .pxl--form-icon {
  right: auto;
  left: 0;
}
.wpcf7-spinner {
  display: none;
}
.pxl-contact1 {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--third-color);
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .pxl-contact1 {
    padding: 30px 15px;
  }
}
.pxl-contact1 input[type="email"] {
  height: 66px;
  border: 1px solid rgba(255, 237, 205, 0.3);
  font-size: 17px;
  color: #fff;
}
.pxl-contact1 .btn-box {
  background: transparent;
  width: 100%;
  position: relative;
  justify-content: start;
  height: 72px;
  align-items: start;
  margin-top: 15px;
}
.pxl-contact1 .btn-box:hover::before {
  left: 0;
  top: 0;
}
.pxl-contact1 .btn-box input[type="submit"] {
  width: 98%;
  height: 66px;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #ffedcd;
  transition: all 0.3s ease-in-out;
}
.pxl-contact1 .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(255, 237, 205, 0.3);
  width: 98%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.pxl-contact2 {
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  position: relative;
}
.pxl-contact2:hover .pxl-icon {
  right: 35px;
}
.pxl-contact2 br {
  display: none;
}
.pxl-contact2 input[type="email"] {
  font-size: 18px;
  color: #fff;
}
.pxl-contact2 .btn-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 66px;
  background: unset;
  z-index: 2;
}
.pxl-contact2 .btn-box input[type="submit"] {
  background: unset;
  border: 0;
  font-size: 0;
}
.pxl-contact2 .pxl-icon {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
.pxl-contact3 .pxl-flex {
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .pxl-contact3 .pxl-flex {
    display: block;
  }
}
.pxl-contact3 .pxl-flex > div {
  width: 33.33%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .pxl-contact3 .pxl-flex > div {
    width: 100%;
  }
}
.pxl-contact3 .pxl-flex > div select {
  color: rgba(255, 255, 255, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
}
.pxl-contact3 .pxl-flex > div input {
  color: rgba(0, 0, 0, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  filter: invert(1);
}
.pxl-contact3 .pxl-flex .btn-box {
  width: 215px;
  flex-shrink: 0;
  background: transparent;
  position: relative;
  overflow: inherit;
  height: 66px;
  border: 1px solid #ffedcd;
}
@media screen and (max-width: 767px) {
  .pxl-contact3 .pxl-flex .btn-box {
    margin-top: 30px;
  }
}
.pxl-contact3 .pxl-flex .btn-box:hover::before {
  top: 0;
  left: 0;
}
.pxl-contact3 .pxl-flex .btn-box input {
  background: transparent;
  border-color: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 3px;
}
.pxl-contact3 .pxl-flex .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(255, 237, 205, 0.3);
  width: 100%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.pxl-contact4 br {
  display: none;
}
.pxl-contact4 .pxl-flex2 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
  margin-top: 19px;
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-flex2 {
    display: block;
    margin-top: 0;
  }
}
.pxl-contact4 .pxl-flex2 .pxl-time, .pxl-contact4 .pxl-flex2 .pxl-date, .pxl-contact4 .pxl-flex2 .pxl-person {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-flex2 .pxl-time, .pxl-contact4 .pxl-flex2 .pxl-date, .pxl-contact4 .pxl-flex2 .pxl-person {
    width: 100%;
  }
}
.pxl-contact4 .pxl-flex2 .pxl-time select, .pxl-contact4 .pxl-flex2 .pxl-date select, .pxl-contact4 .pxl-flex2 .pxl-person select {
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding: 0;
  color: var(--third-color);
  font-size: 17px;
}
.pxl-contact4 .pxl-flex {
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-flex {
    display: block;
  }
}
.pxl-contact4 .pxl-flex > div {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-flex > div {
    width: 100%;
  }
}
.pxl-contact4 .pxl-flex > div select {
  color: var(--third-color);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact4 .pxl-flex .pxl-name, .pxl-contact4 .pxl-flex .pxl-phone {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-flex .pxl-name, .pxl-contact4 .pxl-flex .pxl-phone {
    width: 100%;
  }
}
.pxl-contact4 input {
  color: var(--third-color);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact4 input:focus {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.pxl-contact4 .pxl-private-event select {
  margin-top: 18px;
  color: var(--third-color);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-private-event select {
    margin-top: 0;
  }
}
.pxl-contact4 .pxl-email {
  margin-top: 17px;
}
@media screen and (max-width: 991px) {
  .pxl-contact4 .pxl-email {
    margin-top: 0;
  }
}
.pxl-contact4 .btn-box {
  margin-top: 60px;
  width: 209px;
  flex-shrink: 0;
  background: transparent;
  position: relative;
  overflow: inherit;
  height: 66px;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-contact4 .btn-box {
    margin-top: 30px;
  }
}
.pxl-contact4 .btn-box:hover::before {
  top: 0;
  left: 0;
}
.pxl-contact4 .btn-box input {
  background: transparent;
  border-color: transparent;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 3px;
}
.pxl-contact4 .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(70, 70, 42, 0.3);
  width: 100%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.pxl-contact5 .pxl-flex2 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
  margin-top: 19px;
}
@media screen and (max-width: 991px) {
  .pxl-contact5 .pxl-flex2 {
    display: block;
    margin-top: 0;
  }
}
.pxl-contact5 .pxl-flex2 .pxl-time, .pxl-contact5 .pxl-flex2 .pxl-date, .pxl-contact5 .pxl-flex2 .pxl-person {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .pxl-contact5 .pxl-flex2 .pxl-time, .pxl-contact5 .pxl-flex2 .pxl-date, .pxl-contact5 .pxl-flex2 .pxl-person {
    width: 100%;
  }
}
.pxl-contact5 .pxl-flex2 .pxl-time select, .pxl-contact5 .pxl-flex2 .pxl-date select, .pxl-contact5 .pxl-flex2 .pxl-person select {
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding: 0;
  color: var(--third-color);
  font-size: 17px;
}
.pxl-contact5 .pxl-flex3 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 17px;
}
.pxl-contact5 .pxl-flex3 .pxl-private-event {
  width: 50%;
}
.pxl-contact5 .pxl-flex3 .pxl-private-event select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact5 .pxl-flex3 .pxl-email {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact5 .pxl-flex3 .pxl-email {
    margin-top: 0;
  }
}
.pxl-contact5 .pxl-flex {
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-contact5 .pxl-flex {
    display: block;
  }
}
.pxl-contact5 .pxl-flex > div {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .pxl-contact5 .pxl-flex > div {
    width: 100%;
  }
}
.pxl-contact5 .pxl-flex > div select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact5 .pxl-flex .pxl-name, .pxl-contact5 .pxl-flex .pxl-phone {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact5 .pxl-flex .pxl-name, .pxl-contact5 .pxl-flex .pxl-phone {
    width: 100%;
  }
}
.pxl-contact5 input {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact5 input:focus {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.pxl-contact5 .pxl-message {
  margin-top: 30px;
}
.pxl-contact5 .pxl-message textarea {
  height: 177px;
  padding: 0px;
  color: rgba(20, 20, 20, 0.75);
  font-size: 17px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact5 .btn-box {
  margin-top: 52px;
  width: 209px;
  flex-shrink: 0;
  background: transparent;
  position: relative;
  overflow: inherit;
  height: 66px;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-contact5 .btn-box {
    margin-top: 30px;
  }
}
.pxl-contact5 .btn-box:hover::before {
  top: 0;
  left: 0;
}
.pxl-contact5 .btn-box input {
  background: transparent;
  border-color: transparent;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 3px;
}
.pxl-contact5 .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(70, 70, 42, 0.3);
  width: 100%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.pxl-contact6 input {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact6 input:focus {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.pxl-contact6 .pxl-message {
  margin-top: 30px;
}
.pxl-contact6 .pxl-message textarea {
  height: 150px;
  padding: 0px;
  color: rgba(20, 20, 20, 0.75);
  font-size: 17px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact6 .pxl-email {
  margin-top: 17px;
}
.pxl-contact6 .btn-box {
  margin-top: 57px;
  width: 100%;
  background: transparent;
  position: relative;
  overflow: inherit;
  height: 66px;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-contact6 .btn-box {
    margin-top: 30px;
  }
}
.pxl-contact6 .btn-box:hover::before {
  top: 0;
  left: 0;
}
.pxl-contact6 .btn-box input {
  background: transparent;
  border-color: transparent;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 3px;
}
.pxl-contact6 .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(70, 70, 42, 0.3);
  width: 100%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.pxl-contact7 br {
  display: none;
}
.pxl-contact7 .pxl-flex2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
  margin-top: 19px;
}
@media screen and (max-width: 991px) {
  .pxl-contact7 .pxl-flex2 {
    display: block;
    margin-top: 0;
  }
}
.pxl-contact7 .pxl-flex2 .pxl-time, .pxl-contact7 .pxl-flex2 .pxl-date {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact7 .pxl-flex2 .pxl-time, .pxl-contact7 .pxl-flex2 .pxl-date {
    width: 100%;
  }
}
.pxl-contact7 .pxl-flex2 .pxl-time select, .pxl-contact7 .pxl-flex2 .pxl-date select {
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding: 0;
  color: var(--third-color);
  font-size: 17px;
}
.pxl-contact7 .pxl-flex3 {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 18px;
}
.pxl-contact7 .pxl-flex3 .pxl-private-event, .pxl-contact7 .pxl-flex3 .pxl-person {
  width: 50%;
}
.pxl-contact7 .pxl-flex3 .pxl-private-event select, .pxl-contact7 .pxl-flex3 .pxl-person select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact7 .pxl-flex3 .pxl-email {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact7 .pxl-flex3 .pxl-email {
    margin-top: 0;
  }
}
.pxl-contact7 .pxl-private-event {
  width: 100%;
  margin-top: 17px;
}
.pxl-contact7 .pxl-private-event select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact7 .pxl-flex {
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-contact7 .pxl-flex {
    display: block;
  }
}
.pxl-contact7 .pxl-flex > div {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .pxl-contact7 .pxl-flex > div {
    width: 100%;
  }
}
.pxl-contact7 .pxl-flex > div select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact7 .pxl-flex .pxl-name, .pxl-contact7 .pxl-flex .pxl-phone {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact7 .pxl-flex .pxl-name, .pxl-contact7 .pxl-flex .pxl-phone {
    width: 100%;
  }
}
.pxl-contact7 input {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact7 input:focus {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.pxl-contact7 .btn-box {
  margin-top: 60px;
  width: 100%;
  flex-shrink: 0;
  background: transparent;
  position: relative;
  overflow: inherit;
  height: 66px;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-contact7 .btn-box {
    margin-top: 30px;
  }
}
.pxl-contact7 .btn-box:hover::before {
  top: 0;
  left: 0;
}
.pxl-contact7 .btn-box input {
  background: transparent;
  border-color: transparent;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 3px;
}
.pxl-contact7 .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(70, 70, 42, 0.3);
  width: 100%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.pxl-contact8 {
  text-align: center;
}
.pxl-contact8 .pxl-flex2 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
  margin-top: 19px;
}
@media screen and (max-width: 991px) {
  .pxl-contact8 .pxl-flex2 {
    display: block;
    margin-top: 0;
  }
}
.pxl-contact8 .pxl-flex2 .pxl-time, .pxl-contact8 .pxl-flex2 .pxl-date {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact8 .pxl-flex2 .pxl-time, .pxl-contact8 .pxl-flex2 .pxl-date {
    width: 100%;
  }
}
.pxl-contact8 .pxl-flex2 .pxl-time select, .pxl-contact8 .pxl-flex2 .pxl-date select {
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
  padding: 0;
  color: var(--third-color);
  font-size: 17px;
}
.pxl-contact8 .pxl-person, .pxl-contact8 .pxl-private-event {
  width: 100%;
  margin-top: 17px;
}
.pxl-contact8 .pxl-person select, .pxl-contact8 .pxl-private-event select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact8 .pxl-flex {
  justify-content: space-between;
  gap: 40px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 991px) {
  .pxl-contact8 .pxl-flex {
    display: block;
  }
}
.pxl-contact8 .pxl-flex > div {
  width: 33.33%;
}
@media screen and (max-width: 991px) {
  .pxl-contact8 .pxl-flex > div {
    width: 100%;
  }
}
.pxl-contact8 .pxl-flex > div select {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact8 .pxl-flex .pxl-name, .pxl-contact8 .pxl-flex .pxl-phone {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .pxl-contact8 .pxl-flex .pxl-name, .pxl-contact8 .pxl-flex .pxl-phone {
    width: 100%;
  }
}
.pxl-contact8 input {
  color: rgba(20, 20, 20, 0.75);
  padding: 0;
  font-size: 17px;
  cursor: pointer;
  height: 53px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.15);
}
.pxl-contact8 input:focus {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.pxl-contact8 .btn-box {
  margin-top: 60px;
  width: 209px;
  flex-shrink: 0;
  background: transparent;
  position: relative;
  overflow: inherit;
  height: 66px;
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .pxl-contact8 .btn-box {
    margin-top: 30px;
  }
}
.pxl-contact8 .btn-box:hover::before {
  top: 0;
  left: 0;
}
.pxl-contact8 .btn-box input {
  background: transparent;
  border-color: transparent;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding: 0;
  padding-top: 3px;
}
.pxl-contact8 .btn-box::before {
  position: absolute;
  top: 6px;
  left: 6px;
  content: "";
  border: 1px solid rgba(70, 70, 42, 0.3);
  width: 100%;
  height: 66px;
  transition: all 0.3s ease-in-out;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-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);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
body.rtl {
  direction: rtl;
  unicode-bidi: embed;
  text-align: right;
}
body.rtl .rtl-icon {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  display: inline-block;
}
body.rtl .rtl-reverse {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .pxl-icon-reverse {
  -webkit-transform: scaleX(1);
  -khtml-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
body.rtl .pxl-text-left {
  text-align: right;
}
body.rtl .pxl-text-right {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  body.rtl .pxl-nav-menu .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
    margin-left: 0;
    margin-right: 8px;
  }
  body.rtl .pxl-menu-primary .sub-menu, body.rtl .pxl-menu-primary .children {
    text-align: right;
  }
  body.rtl .pxl-menu-primary li a span:before {
    left: auto;
    right: 0;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu), body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) {
    left: auto;
    right: 0;
    text-align: right;
  }
  body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .sub-menu, body.rtl .pxl-menu-primary > li > .sub-menu:not(.pxl-mega-menu) li > .children, body.rtl .pxl-menu-primary > li > .children:not(.pxl-mega-menu) li > .children {
    left: auto;
    right: 100%;
    text-align: right;
  }
  body.rtl .pxl-menu-primary .sub-menu li.menu-item-has-children > a::after {
    content: "\f117";
    right: auto;
    left: 0;
  }
  body.rtl .pxl-nav-menu.hv-style1 .pxl-menu-primary > li > a::before {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.rtl #pxl-header-default #pxl-nav-mobile, body.rtl #pxl-header-elementor #pxl-nav-mobile {
    right: auto;
    left: 15px;
  }
  body.rtl .pxl-header-menu {
    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%);
  }
  body.rtl .pxl-header-menu.active {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  body.rtl .pxl-menu-toggle, body.rtl .pxl-menu-close, body.rtl .pxl-header-mobile-search .search-submit {
    right: auto;
    left: 0;
  }
  body.rtl .pxl-menu-primary .sub-menu li a, body.rtl .pxl-menu-primary .children li a {
    padding-left: 0;
    padding-right: 14px;
  }
  body.rtl .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 0;
    padding-right: 14px;
  }
}
body.rtl #pxl-search-popup .pxl-item--conent form .search-submit {
  right: auto;
  left: 0;
  text-align: left;
}
body.rtl .pxl---post .pxl-item--meta li {
  margin-right: 0;
  margin-left: 20px;
}
body.rtl .pxl---post .pxl-item--meta li i {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl blockquote {
  padding-left: 40px;
  padding-right: 40px;
  margin-left: 0;
  margin-right: 0;
}
body.rtl blockquote:before {
  left: auto;
  right: 0;
}
body.rtl .pxl--post-footer label {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .pxl--post-footer .pxl--tags {
  margin-right: 0;
  margin-left: 30px;
}
body.rtl .pxl---post .pxl-item--meta::before {
  right: 0;
  left: auto;
}
body.rtl .comment-inner img.avatar {
  margin-right: 0;
  margin-left: 18px;
}
body.rtl .comment-reply {
  right: auto;
  left: 23px;
}
body.rtl .comment-reply a i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  margin-left: 0;
  margin-right: 5px;
}
body.rtl .comment-form-cookies-consent {
  padding-left: 0;
  padding-right: 32px;
}
body.rtl .comment-form-cookies-consent input, body.rtl .comment-form-cookies-consent label::before, body.rtl .comment-form-cookies-consent label::after {
  left: auto;
  right: 0;
}
body.rtl .comment-list li .comment-respond {
  margin-left: 0;
  margin-right: 130px;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .comment-respond {
    margin-left: 0px;
    margin-right: 78px;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .comment-respond {
    margin-right: 0;
  }
}
body.rtl .comment-list li .children {
  padding-right: 108px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body.rtl .comment-list li .children {
    padding-right: 78px;
    padding-left: 0;
  }
}
@media screen and (max-width: 575px) {
  body.rtl .comment-list li .children {
    padding-right: 0;
  }
}
body.rtl .comment-reply-title small {
  margin-left: 0;
  margin-right: 10px;
}
body.rtl .pxl-pagination-wrap .page-numbers i {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.rtl .widget-title::before, body.rtl .comment-reply-title::before, body.rtl .comments-title::before {
  left: auto;
  right: 0;
}
body.rtl .pxl-split-text {
  direction: ltr;
}
body.rtl .split-line {
  overflow: hidden;
}
body.rtl .widget_categories ul li a:after, body.rtl .widget_nav_menu ul li a:after, body.rtl .widget_pages ul li a:after, body.rtl .widget_archive ul li a:after, body.rtl .widget_meta ul li a:after, body.rtl .widget_recent_entries ul li a:after {
  right: auto;
  left: 24px;
  transform: translate(0, -50%) scaleX(-1);
}
body.rtl .widget_search .search-submit {
  right: auto;
  left: 0;
}
body.rtl .widget_pxl_recent_posts .pxl-item--img {
  margin-right: 0;
  margin-left: 12px;
}
body.rtl .widget_pxl_recent_posts .pxl-item--date i, body.rtl .widget_tag_cloud a {
  margin-right: 0;
  margin-left: 6px;
}
.pxl-mr-3 {
  margin-right: 3px;
}
.pxl-mr-4 {
  margin-right: 4px;
}
.pxl-mr-5 {
  margin-right: 5px;
}
.pxl-mr-6 {
  margin-right: 6px;
}
.pxl-mr-7 {
  margin-right: 7px;
}
.pxl-mr-8 {
  margin-right: 8px;
}
.pxl-mr-9 {
  margin-right: 9px;
}
.pxl-mr-10 {
  margin-right: 10px;
}
.pxl-mr-11 {
  margin-right: 11px;
}
.pxl-mr-12 {
  margin-right: 12px;
}
.pxl-mr-13 {
  margin-right: 13px;
}
.pxl-mr-14 {
  margin-right: 14px;
}
.pxl-mr-15 {
  margin-right: 15px;
}
.pxl-mr-16 {
  margin-right: 16px;
}
.pxl-mr-17 {
  margin-right: 17px;
}
.pxl-mr-18 {
  margin-right: 18px;
}
.pxl-mr-19 {
  margin-right: 19px;
}
.pxl-mr-20 {
  margin-right: 20px;
}
.pxl-mr-21 {
  margin-right: 21px;
}
.pxl-mr-22 {
  margin-right: 22px;
}
.pxl-mr-23 {
  margin-right: 23px;
}
.pxl-mr-24 {
  margin-right: 24px;
}
.pxl-mr-25 {
  margin-right: 25px;
}
.pxl-mr-26 {
  margin-right: 26px;
}
.pxl-mr-27 {
  margin-right: 27px;
}
.pxl-mr-28 {
  margin-right: 28px;
}
.pxl-mr-29 {
  margin-right: 29px;
}
.pxl-mr-30 {
  margin-right: 30px;
}
.pxl-mr-31 {
  margin-right: 31px;
}
.pxl-mr-32 {
  margin-right: 32px;
}
.pxl-mr-33 {
  margin-right: 33px;
}
.pxl-mr-34 {
  margin-right: 34px;
}
.pxl-mr-35 {
  margin-right: 35px;
}
.pxl-mr-36 {
  margin-right: 36px;
}
.pxl-mr-37 {
  margin-right: 37px;
}
.pxl-mr-38 {
  margin-right: 38px;
}
.pxl-mr-39 {
  margin-right: 39px;
}
.pxl-mr-40 {
  margin-right: 40px;
}
.pxl-ml-3 {
  margin-left: 3px;
}
.pxl-ml-4 {
  margin-left: 4px;
}
.pxl-ml-5 {
  margin-left: 5px;
}
.pxl-ml-6 {
  margin-left: 6px;
}
.pxl-ml-7 {
  margin-left: 7px;
}
.pxl-ml-8 {
  margin-left: 8px;
}
.pxl-ml-9 {
  margin-left: 9px;
}
.pxl-ml-10 {
  margin-left: 10px;
}
.pxl-ml-11 {
  margin-left: 11px;
}
.pxl-ml-12 {
  margin-left: 12px;
}
.pxl-ml-13 {
  margin-left: 13px;
}
.pxl-ml-14 {
  margin-left: 14px;
}
.pxl-ml-15 {
  margin-left: 15px;
}
.pxl-ml-16 {
  margin-left: 16px;
}
.pxl-ml-17 {
  margin-left: 17px;
}
.pxl-ml-18 {
  margin-left: 18px;
}
.pxl-ml-19 {
  margin-left: 19px;
}
.pxl-ml-20 {
  margin-left: 20px;
}
.pxl-ml-21 {
  margin-left: 21px;
}
.pxl-ml-22 {
  margin-left: 22px;
}
.pxl-ml-23 {
  margin-left: 23px;
}
.pxl-ml-24 {
  margin-left: 24px;
}
.pxl-ml-25 {
  margin-left: 25px;
}
.pxl-ml-26 {
  margin-left: 26px;
}
.pxl-ml-27 {
  margin-left: 27px;
}
.pxl-ml-28 {
  margin-left: 28px;
}
.pxl-ml-29 {
  margin-left: 29px;
}
.pxl-ml-30 {
  margin-left: 30px;
}
.pxl-ml-31 {
  margin-left: 31px;
}
.pxl-ml-32 {
  margin-left: 32px;
}
.pxl-ml-33 {
  margin-left: 33px;
}
.pxl-ml-34 {
  margin-left: 34px;
}
.pxl-ml-35 {
  margin-left: 35px;
}
.pxl-ml-36 {
  margin-left: 36px;
}
.pxl-ml-37 {
  margin-left: 37px;
}
.pxl-ml-38 {
  margin-left: 38px;
}
.pxl-ml-39 {
  margin-left: 39px;
}
.pxl-ml-40 {
  margin-left: 40px;
}
.pxl-pr-3 {
  padding-right: 3px;
}
.pxl-pr-4 {
  padding-right: 4px;
}
.pxl-pr-5 {
  padding-right: 5px;
}
.pxl-pr-6 {
  padding-right: 6px;
}
.pxl-pr-7 {
  padding-right: 7px;
}
.pxl-pr-8 {
  padding-right: 8px;
}
.pxl-pr-9 {
  padding-right: 9px;
}
.pxl-pr-10 {
  padding-right: 10px;
}
.pxl-pr-11 {
  padding-right: 11px;
}
.pxl-pr-12 {
  padding-right: 12px;
}
.pxl-pr-13 {
  padding-right: 13px;
}
.pxl-pr-14 {
  padding-right: 14px;
}
.pxl-pr-15 {
  padding-right: 15px;
}
.pxl-pr-16 {
  padding-right: 16px;
}
.pxl-pr-17 {
  padding-right: 17px;
}
.pxl-pr-18 {
  padding-right: 18px;
}
.pxl-pr-19 {
  padding-right: 19px;
}
.pxl-pr-20 {
  padding-right: 20px;
}
.pxl-pr-21 {
  padding-right: 21px;
}
.pxl-pr-22 {
  padding-right: 22px;
}
.pxl-pr-23 {
  padding-right: 23px;
}
.pxl-pr-24 {
  padding-right: 24px;
}
.pxl-pr-25 {
  padding-right: 25px;
}
.pxl-pr-26 {
  padding-right: 26px;
}
.pxl-pr-27 {
  padding-right: 27px;
}
.pxl-pr-28 {
  padding-right: 28px;
}
.pxl-pr-29 {
  padding-right: 29px;
}
.pxl-pr-30 {
  padding-right: 30px;
}
.pxl-pr-31 {
  padding-right: 31px;
}
.pxl-pr-32 {
  padding-right: 32px;
}
.pxl-pr-33 {
  padding-right: 33px;
}
.pxl-pr-34 {
  padding-right: 34px;
}
.pxl-pr-35 {
  padding-right: 35px;
}
.pxl-pr-36 {
  padding-right: 36px;
}
.pxl-pr-37 {
  padding-right: 37px;
}
.pxl-pr-38 {
  padding-right: 38px;
}
.pxl-pr-39 {
  padding-right: 39px;
}
.pxl-pr-40 {
  padding-right: 40px;
}
.pxl-pr-50 {
  padding-right: 50px;
}
.pxl-pr-60 {
  padding-right: 60px;
}
.pxl-pr-70 {
  padding-right: 70px;
}
.pxl-pl-3 {
  padding-left: 3px;
}
.pxl-pl-4 {
  padding-left: 4px;
}
.pxl-pl-5 {
  padding-left: 5px;
}
.pxl-pl-6 {
  padding-left: 6px;
}
.pxl-pl-7 {
  padding-left: 7px;
}
.pxl-pl-8 {
  padding-left: 8px;
}
.pxl-pl-9 {
  padding-left: 9px;
}
.pxl-pl-10 {
  padding-left: 10px;
}
.pxl-pl-11 {
  padding-left: 11px;
}
.pxl-pl-12 {
  padding-left: 12px;
}
.pxl-pl-13 {
  padding-left: 13px;
}
.pxl-pl-14 {
  padding-left: 14px;
}
.pxl-pl-15 {
  padding-left: 15px;
}
.pxl-pl-16 {
  padding-left: 16px;
}
.pxl-pl-17 {
  padding-left: 17px;
}
.pxl-pl-18 {
  padding-left: 18px;
}
.pxl-pl-19 {
  padding-left: 19px;
}
.pxl-pl-20 {
  padding-left: 20px;
}
.pxl-pl-21 {
  padding-left: 21px;
}
.pxl-pl-22 {
  padding-left: 22px;
}
.pxl-pl-23 {
  padding-left: 23px;
}
.pxl-pl-24 {
  padding-left: 24px;
}
.pxl-pl-25 {
  padding-left: 25px;
}
.pxl-pl-26 {
  padding-left: 26px;
}
.pxl-pl-27 {
  padding-left: 27px;
}
.pxl-pl-28 {
  padding-left: 28px;
}
.pxl-pl-29 {
  padding-left: 29px;
}
.pxl-pl-30 {
  padding-left: 30px;
}
.pxl-pl-31 {
  padding-left: 31px;
}
.pxl-pl-32 {
  padding-left: 32px;
}
.pxl-pl-33 {
  padding-left: 33px;
}
.pxl-pl-34 {
  padding-left: 34px;
}
.pxl-pl-35 {
  padding-left: 35px;
}
.pxl-pl-36 {
  padding-left: 36px;
}
.pxl-pl-37 {
  padding-left: 37px;
}
.pxl-pl-38 {
  padding-left: 38px;
}
.pxl-pl-39 {
  padding-left: 39px;
}
.pxl-pl-40 {
  padding-left: 40px;
}
.pxl-l-0 {
  left: 0;
}
.pxl-l-1 {
  left: 1px;
}
.pxl-l-2 {
  left: 2px;
}
.pxl-l-3 {
  left: 3px;
}
.pxl-l-4 {
  left: 4px;
}
.pxl-l-5 {
  left: 5px;
}
.pxl-l-6 {
  left: 6px;
}
.pxl-l-7 {
  left: 7px;
}
.pxl-l-8 {
  left: 8px;
}
.pxl-l-9 {
  left: 9px;
}
.pxl-l-10 {
  left: 10px;
}
.pxl-l-11 {
  left: 11px;
}
.pxl-l-12 {
  left: 12px;
}
.pxl-l-13 {
  left: 13px;
}
.pxl-l-14 {
  left: 14px;
}
.pxl-l-15 {
  left: 15px;
}
.pxl-l-16 {
  left: 16px;
}
.pxl-l-17 {
  left: 17px;
}
.pxl-l-18 {
  left: 18px;
}
.pxl-l-19 {
  left: 19px;
}
.pxl-l-20 {
  left: 20px;
}
.pxl-l-21 {
  left: 21px;
}
.pxl-l-22 {
  left: 22px;
}
.pxl-l-23 {
  left: 23px;
}
.pxl-l-24 {
  left: 24px;
}
.pxl-l-25 {
  left: 25px;
}
.pxl-l-26 {
  left: 26px;
}
.pxl-l-27 {
  left: 27px;
}
.pxl-l-28 {
  left: 28px;
}
.pxl-l-29 {
  left: 29px;
}
.pxl-l-30 {
  left: 30px;
}
.pxl-l-31 {
  left: 31px;
}
.pxl-l-32 {
  left: 32px;
}
.pxl-l-33 {
  left: 33px;
}
.pxl-l-34 {
  left: 34px;
}
.pxl-l-35 {
  left: 35px;
}
.pxl-l-36 {
  left: 36px;
}
.pxl-l-37 {
  left: 37px;
}
.pxl-l-38 {
  left: 38px;
}
.pxl-l-39 {
  left: 39px;
}
.pxl-l-40 {
  left: 40px;
}
.pxl-r-0 {
  right: 0;
}
.pxl-r-1 {
  right: 1px;
}
.pxl-r-2 {
  right: 2px;
}
.pxl-r-3 {
  right: 3px;
}
.pxl-r-4 {
  right: 4px;
}
.pxl-r-5 {
  right: 5px;
}
.pxl-r-6 {
  right: 6px;
}
.pxl-r-7 {
  right: 7px;
}
.pxl-r-8 {
  right: 8px;
}
.pxl-r-9 {
  right: 9px;
}
.pxl-r-10 {
  right: 10px;
}
.pxl-r-11 {
  right: 11px;
}
.pxl-r-12 {
  right: 12px;
}
.pxl-r-13 {
  right: 13px;
}
.pxl-r-14 {
  right: 14px;
}
.pxl-r-15 {
  right: 15px;
}
.pxl-r-16 {
  right: 16px;
}
.pxl-r-17 {
  right: 17px;
}
.pxl-r-18 {
  right: 18px;
}
.pxl-r-19 {
  right: 19px;
}
.pxl-r-20 {
  right: 20px;
}
.pxl-r-21 {
  right: 21px;
}
.pxl-r-22 {
  right: 22px;
}
.pxl-r-23 {
  right: 23px;
}
.pxl-r-24 {
  right: 24px;
}
.pxl-r-25 {
  right: 25px;
}
.pxl-r-26 {
  right: 26px;
}
.pxl-r-27 {
  right: 27px;
}
.pxl-r-28 {
  right: 28px;
}
.pxl-r-29 {
  right: 29px;
}
.pxl-r-30 {
  right: 30px;
}
.pxl-r-31 {
  right: 31px;
}
.pxl-r-32 {
  right: 32px;
}
.pxl-r-33 {
  right: 33px;
}
.pxl-r-34 {
  right: 34px;
}
.pxl-r-35 {
  right: 35px;
}
.pxl-r-36 {
  right: 36px;
}
.pxl-r-37 {
  right: 37px;
}
.pxl-r-38 {
  right: 38px;
}
.pxl-r-39 {
  right: 39px;
}
.pxl-r-40 {
  right: 40px;
}
[dir="rtl"] .pxl-mr-3 {
  margin-right: 0px;
  margin-left: 3px;
}
[dir="rtl"] .pxl-mr-4 {
  margin-right: 0px;
  margin-left: 4px;
}
[dir="rtl"] .pxl-mr-5 {
  margin-right: 0px;
  margin-left: 5px;
}
[dir="rtl"] .pxl-mr-6 {
  margin-right: 0px;
  margin-left: 6px;
}
[dir="rtl"] .pxl-mr-7 {
  margin-right: 0px;
  margin-left: 7px;
}
[dir="rtl"] .pxl-mr-8 {
  margin-right: 0px;
  margin-left: 8px;
}
[dir="rtl"] .pxl-mr-9 {
  margin-right: 0px;
  margin-left: 9px;
}
[dir="rtl"] .pxl-mr-10 {
  margin-right: 0px;
  margin-left: 10px;
}
[dir="rtl"] .pxl-mr-11 {
  margin-right: 0px;
  margin-left: 11px;
}
[dir="rtl"] .pxl-mr-12 {
  margin-right: 0px;
  margin-left: 12px;
}
[dir="rtl"] .pxl-mr-13 {
  margin-right: 0px;
  margin-left: 13px;
}
[dir="rtl"] .pxl-mr-14 {
  margin-right: 0px;
  margin-left: 14px;
}
[dir="rtl"] .pxl-mr-15 {
  margin-right: 0px;
  margin-left: 15px;
}
[dir="rtl"] .pxl-mr-16 {
  margin-right: 0px;
  margin-left: 16px;
}
[dir="rtl"] .pxl-mr-17 {
  margin-right: 0px;
  margin-left: 17px;
}
[dir="rtl"] .pxl-mr-18 {
  margin-right: 0px;
  margin-left: 18px;
}
[dir="rtl"] .pxl-mr-19 {
  margin-right: 0px;
  margin-left: 19px;
}
[dir="rtl"] .pxl-mr-20 {
  margin-right: 0px;
  margin-left: 20px;
}
[dir="rtl"] .pxl-mr-21 {
  margin-right: 0px;
  margin-left: 21px;
}
[dir="rtl"] .pxl-mr-22 {
  margin-right: 0px;
  margin-left: 22px;
}
[dir="rtl"] .pxl-mr-23 {
  margin-right: 0px;
  margin-left: 23px;
}
[dir="rtl"] .pxl-mr-24 {
  margin-right: 0px;
  margin-left: 24px;
}
[dir="rtl"] .pxl-mr-25 {
  margin-right: 0px;
  margin-left: 25px;
}
[dir="rtl"] .pxl-mr-26 {
  margin-right: 0px;
  margin-left: 26px;
}
[dir="rtl"] .pxl-mr-27 {
  margin-right: 0px;
  margin-left: 27px;
}
[dir="rtl"] .pxl-mr-28 {
  margin-right: 0px;
  margin-left: 28px;
}
[dir="rtl"] .pxl-mr-29 {
  margin-right: 0px;
  margin-left: 29px;
}
[dir="rtl"] .pxl-mr-30 {
  margin-right: 0px;
  margin-left: 30px;
}
[dir="rtl"] .pxl-mr-31 {
  margin-right: 0px;
  margin-left: 31px;
}
[dir="rtl"] .pxl-mr-32 {
  margin-right: 0px;
  margin-left: 32px;
}
[dir="rtl"] .pxl-mr-33 {
  margin-right: 0px;
  margin-left: 33px;
}
[dir="rtl"] .pxl-mr-34 {
  margin-right: 0px;
  margin-left: 34px;
}
[dir="rtl"] .pxl-mr-35 {
  margin-right: 0px;
  margin-left: 35px;
}
[dir="rtl"] .pxl-mr-36 {
  margin-right: 0px;
  margin-left: 36px;
}
[dir="rtl"] .pxl-mr-37 {
  margin-right: 0px;
  margin-left: 37px;
}
[dir="rtl"] .pxl-mr-38 {
  margin-right: 0px;
  margin-left: 38px;
}
[dir="rtl"] .pxl-mr-39 {
  margin-right: 0px;
  margin-left: 39px;
}
[dir="rtl"] .pxl-mr-40 {
  margin-right: 0px;
  margin-left: 40px;
}
[dir="rtl"] .pxl-ml-3 {
  margin-left: 0px;
  margin-right: 3px;
}
[dir="rtl"] .pxl-ml-4 {
  margin-left: 0px;
  margin-right: 4px;
}
[dir="rtl"] .pxl-ml-5 {
  margin-left: 0px;
  margin-right: 5px;
}
[dir="rtl"] .pxl-ml-6 {
  margin-left: 0px;
  margin-right: 6px;
}
[dir="rtl"] .pxl-ml-7 {
  margin-left: 0px;
  margin-right: 7px;
}
[dir="rtl"] .pxl-ml-8 {
  margin-left: 0px;
  margin-right: 8px;
}
[dir="rtl"] .pxl-ml-9 {
  margin-left: 0px;
  margin-right: 9px;
}
[dir="rtl"] .pxl-ml-10 {
  margin-left: 0px;
  margin-right: 10px;
}
[dir="rtl"] .pxl-ml-11 {
  margin-left: 0px;
  margin-right: 11px;
}
[dir="rtl"] .pxl-ml-12 {
  margin-left: 0px;
  margin-right: 12px;
}
[dir="rtl"] .pxl-ml-13 {
  margin-left: 0px;
  margin-right: 13px;
}
[dir="rtl"] .pxl-ml-14 {
  margin-left: 0px;
  margin-right: 14px;
}
[dir="rtl"] .pxl-ml-15 {
  margin-left: 0px;
  margin-right: 15px;
}
[dir="rtl"] .pxl-ml-16 {
  margin-left: 0px;
  margin-right: 16px;
}
[dir="rtl"] .pxl-ml-17 {
  margin-left: 0px;
  margin-right: 17px;
}
[dir="rtl"] .pxl-ml-18 {
  margin-left: 0px;
  margin-right: 18px;
}
[dir="rtl"] .pxl-ml-19 {
  margin-left: 0px;
  margin-right: 19px;
}
[dir="rtl"] .pxl-ml-20 {
  margin-left: 0px;
  margin-right: 20px;
}
[dir="rtl"] .pxl-ml-21 {
  margin-left: 0px;
  margin-right: 21px;
}
[dir="rtl"] .pxl-ml-22 {
  margin-left: 0px;
  margin-right: 22px;
}
[dir="rtl"] .pxl-ml-23 {
  margin-left: 0px;
  margin-right: 23px;
}
[dir="rtl"] .pxl-ml-24 {
  margin-left: 0px;
  margin-right: 24px;
}
[dir="rtl"] .pxl-ml-25 {
  margin-left: 0px;
  margin-right: 25px;
}
[dir="rtl"] .pxl-ml-26 {
  margin-left: 0px;
  margin-right: 26px;
}
[dir="rtl"] .pxl-ml-27 {
  margin-left: 0px;
  margin-right: 27px;
}
[dir="rtl"] .pxl-ml-28 {
  margin-left: 0px;
  margin-right: 28px;
}
[dir="rtl"] .pxl-ml-29 {
  margin-left: 0px;
  margin-right: 29px;
}
[dir="rtl"] .pxl-ml-30 {
  margin-left: 0px;
  margin-right: 30px;
}
[dir="rtl"] .pxl-ml-31 {
  margin-left: 0px;
  margin-right: 31px;
}
[dir="rtl"] .pxl-ml-32 {
  margin-left: 0px;
  margin-right: 32px;
}
[dir="rtl"] .pxl-ml-33 {
  margin-left: 0px;
  margin-right: 33px;
}
[dir="rtl"] .pxl-ml-34 {
  margin-left: 0px;
  margin-right: 34px;
}
[dir="rtl"] .pxl-ml-35 {
  margin-left: 0px;
  margin-right: 35px;
}
[dir="rtl"] .pxl-ml-36 {
  margin-left: 0px;
  margin-right: 36px;
}
[dir="rtl"] .pxl-ml-37 {
  margin-left: 0px;
  margin-right: 37px;
}
[dir="rtl"] .pxl-ml-38 {
  margin-left: 0px;
  margin-right: 38px;
}
[dir="rtl"] .pxl-ml-39 {
  margin-left: 0px;
  margin-right: 39px;
}
[dir="rtl"] .pxl-ml-40 {
  margin-left: 0px;
  margin-right: 40px;
}
[dir="rtl"] .pxl-pr-3 {
  padding-right: 0px;
  padding-left: 3px;
}
[dir="rtl"] .pxl-pr-4 {
  padding-right: 0px;
  padding-left: 4px;
}
[dir="rtl"] .pxl-pr-5 {
  padding-right: 0px;
  padding-left: 5px;
}
[dir="rtl"] .pxl-pr-6 {
  padding-right: 0px;
  padding-left: 6px;
}
[dir="rtl"] .pxl-pr-7 {
  padding-right: 0px;
  padding-left: 7px;
}
[dir="rtl"] .pxl-pr-8 {
  padding-right: 0px;
  padding-left: 8px;
}
[dir="rtl"] .pxl-pr-9 {
  padding-right: 0px;
  padding-left: 9px;
}
[dir="rtl"] .pxl-pr-10 {
  padding-right: 0px;
  padding-left: 10px;
}
[dir="rtl"] .pxl-pr-11 {
  padding-right: 0px;
  padding-left: 11px;
}
[dir="rtl"] .pxl-pr-12 {
  padding-right: 0px;
  padding-left: 12px;
}
[dir="rtl"] .pxl-pr-13 {
  padding-right: 0px;
  padding-left: 13px;
}
[dir="rtl"] .pxl-pr-14 {
  padding-right: 0px;
  padding-left: 14px;
}
[dir="rtl"] .pxl-pr-15 {
  padding-right: 0px;
  padding-left: 15px;
}
[dir="rtl"] .pxl-pr-16 {
  padding-right: 0px;
  padding-left: 16px;
}
[dir="rtl"] .pxl-pr-17 {
  padding-right: 0px;
  padding-left: 17px;
}
[dir="rtl"] .pxl-pr-18 {
  padding-right: 0px;
  padding-left: 18px;
}
[dir="rtl"] .pxl-pr-19 {
  padding-right: 0px;
  padding-left: 19px;
}
[dir="rtl"] .pxl-pr-20 {
  padding-right: 0px;
  padding-left: 20px;
}
[dir="rtl"] .pxl-pr-21 {
  padding-right: 0px;
  padding-left: 21px;
}
[dir="rtl"] .pxl-pr-22 {
  padding-right: 0px;
  padding-left: 22px;
}
[dir="rtl"] .pxl-pr-23 {
  padding-right: 0px;
  padding-left: 23px;
}
[dir="rtl"] .pxl-pr-24 {
  padding-right: 0px;
  padding-left: 24px;
}
[dir="rtl"] .pxl-pr-25 {
  padding-right: 0px;
  padding-left: 25px;
}
[dir="rtl"] .pxl-pr-26 {
  padding-right: 0px;
  padding-left: 26px;
}
[dir="rtl"] .pxl-pr-27 {
  padding-right: 0px;
  padding-left: 27px;
}
[dir="rtl"] .pxl-pr-28 {
  padding-right: 0px;
  padding-left: 28px;
}
[dir="rtl"] .pxl-pr-29 {
  padding-right: 0px;
  padding-left: 29px;
}
[dir="rtl"] .pxl-pr-30 {
  padding-right: 0px;
  padding-left: 30px;
}
[dir="rtl"] .pxl-pr-31 {
  padding-right: 0px;
  padding-left: 31px;
}
[dir="rtl"] .pxl-pr-32 {
  padding-right: 0px;
  padding-left: 32px;
}
[dir="rtl"] .pxl-pr-33 {
  padding-right: 0px;
  padding-left: 33px;
}
[dir="rtl"] .pxl-pr-34 {
  padding-right: 0px;
  padding-left: 34px;
}
[dir="rtl"] .pxl-pr-35 {
  padding-right: 0px;
  padding-left: 35px;
}
[dir="rtl"] .pxl-pr-36 {
  padding-right: 0px;
  padding-left: 36px;
}
[dir="rtl"] .pxl-pr-37 {
  padding-right: 0px;
  padding-left: 37px;
}
[dir="rtl"] .pxl-pr-38 {
  padding-right: 0px;
  padding-left: 38px;
}
[dir="rtl"] .pxl-pr-39 {
  padding-right: 0px;
  padding-left: 39px;
}
[dir="rtl"] .pxl-pr-40 {
  padding-right: 0px;
  padding-left: 40px;
}
[dir="rtl"] .pxl-pr-50 {
  padding-right: 0px;
  padding-left: 50px;
}
[dir="rtl"] .pxl-pr-60 {
  padding-right: 0px;
  padding-left: 60px;
}
[dir="rtl"] .pxl-pr-70 {
  padding-right: 0px;
  padding-left: 70px;
}
[dir="rtl"] .pxl-pl-3 {
  padding-left: 0px;
  padding-right: 3px;
}
[dir="rtl"] .pxl-pl-4 {
  padding-left: 0px;
  padding-right: 4px;
}
[dir="rtl"] .pxl-pl-5 {
  padding-left: 0px;
  padding-right: 5px;
}
[dir="rtl"] .pxl-pl-6 {
  padding-left: 0px;
  padding-right: 6px;
}
[dir="rtl"] .pxl-pl-7 {
  padding-left: 0px;
  padding-right: 7px;
}
[dir="rtl"] .pxl-pl-8 {
  padding-left: 0px;
  padding-right: 8px;
}
[dir="rtl"] .pxl-pl-9 {
  padding-left: 0px;
  padding-right: 9px;
}
[dir="rtl"] .pxl-pl-10 {
  padding-left: 0px;
  padding-right: 10px;
}
[dir="rtl"] .pxl-pl-11 {
  padding-left: 0px;
  padding-right: 11px;
}
[dir="rtl"] .pxl-pl-12 {
  padding-left: 0px;
  padding-right: 12px;
}
[dir="rtl"] .pxl-pl-13 {
  padding-left: 0px;
  padding-right: 13px;
}
[dir="rtl"] .pxl-pl-14 {
  padding-left: 0px;
  padding-right: 14px;
}
[dir="rtl"] .pxl-pl-15 {
  padding-left: 0px;
  padding-right: 15px;
}
[dir="rtl"] .pxl-pl-16 {
  padding-left: 0px;
  padding-right: 16px;
}
[dir="rtl"] .pxl-pl-17 {
  padding-left: 0px;
  padding-right: 17px;
}
[dir="rtl"] .pxl-pl-18 {
  padding-left: 0px;
  padding-right: 18px;
}
[dir="rtl"] .pxl-pl-19 {
  padding-left: 0px;
  padding-right: 19px;
}
[dir="rtl"] .pxl-pl-20 {
  padding-left: 0px;
  padding-right: 20px;
}
[dir="rtl"] .pxl-pl-21 {
  padding-left: 0px;
  padding-right: 21px;
}
[dir="rtl"] .pxl-pl-22 {
  padding-left: 0px;
  padding-right: 22px;
}
[dir="rtl"] .pxl-pl-23 {
  padding-left: 0px;
  padding-right: 23px;
}
[dir="rtl"] .pxl-pl-24 {
  padding-left: 0px;
  padding-right: 24px;
}
[dir="rtl"] .pxl-pl-25 {
  padding-left: 0px;
  padding-right: 25px;
}
[dir="rtl"] .pxl-pl-26 {
  padding-left: 0px;
  padding-right: 26px;
}
[dir="rtl"] .pxl-pl-27 {
  padding-left: 0px;
  padding-right: 27px;
}
[dir="rtl"] .pxl-pl-28 {
  padding-left: 0px;
  padding-right: 28px;
}
[dir="rtl"] .pxl-pl-29 {
  padding-left: 0px;
  padding-right: 29px;
}
[dir="rtl"] .pxl-pl-30 {
  padding-left: 0px;
  padding-right: 30px;
}
[dir="rtl"] .pxl-pl-31 {
  padding-left: 0px;
  padding-right: 31px;
}
[dir="rtl"] .pxl-pl-32 {
  padding-left: 0px;
  padding-right: 32px;
}
[dir="rtl"] .pxl-pl-33 {
  padding-left: 0px;
  padding-right: 33px;
}
[dir="rtl"] .pxl-pl-34 {
  padding-left: 0px;
  padding-right: 34px;
}
[dir="rtl"] .pxl-pl-35 {
  padding-left: 0px;
  padding-right: 35px;
}
[dir="rtl"] .pxl-pl-36 {
  padding-left: 0px;
  padding-right: 36px;
}
[dir="rtl"] .pxl-pl-37 {
  padding-left: 0px;
  padding-right: 37px;
}
[dir="rtl"] .pxl-pl-38 {
  padding-left: 0px;
  padding-right: 38px;
}
[dir="rtl"] .pxl-pl-39 {
  padding-left: 0px;
  padding-right: 39px;
}
[dir="rtl"] .pxl-pl-40 {
  padding-left: 0px;
  padding-right: 40px;
}
[dir="rtl"] .pxl-l-0 {
  right: 0;
  left: auto;
}
[dir="rtl"] .pxl-l-1 {
  right: 1px;
  left: auto;
}
[dir="rtl"] .pxl-l-2 {
  right: 2px;
  left: auto;
}
[dir="rtl"] .pxl-l-3 {
  right: 3px;
  left: auto;
}
[dir="rtl"] .pxl-l-4 {
  right: 4px;
  left: auto;
}
[dir="rtl"] .pxl-l-5 {
  right: 5px;
  left: auto;
}
[dir="rtl"] .pxl-l-6 {
  right: 6px;
  left: auto;
}
[dir="rtl"] .pxl-l-7 {
  right: 7px;
  left: auto;
}
[dir="rtl"] .pxl-l-8 {
  right: 8px;
  left: auto;
}
[dir="rtl"] .pxl-l-9 {
  right: 9px;
  left: auto;
}
[dir="rtl"] .pxl-l-10 {
  right: 10px;
  left: auto;
}
[dir="rtl"] .pxl-l-11 {
  right: 11px;
  left: auto;
}
[dir="rtl"] .pxl-l-12 {
  right: 12px;
  left: auto;
}
[dir="rtl"] .pxl-l-13 {
  right: 13px;
  left: auto;
}
[dir="rtl"] .pxl-l-14 {
  right: 14px;
  left: auto;
}
[dir="rtl"] .pxl-l-15 {
  right: 15px;
  left: auto;
}
[dir="rtl"] .pxl-l-16 {
  right: 16px;
  left: auto;
}
[dir="rtl"] .pxl-l-17 {
  right: 17px;
  left: auto;
}
[dir="rtl"] .pxl-l-18 {
  right: 18px;
  left: auto;
}
[dir="rtl"] .pxl-l-19 {
  right: 19px;
  left: auto;
}
[dir="rtl"] .pxl-l-20 {
  right: 20px;
  left: auto;
}
[dir="rtl"] .pxl-l-21 {
  right: 21px;
  left: auto;
}
[dir="rtl"] .pxl-l-22 {
  right: 22px;
  left: auto;
}
[dir="rtl"] .pxl-l-23 {
  right: 23px;
  left: auto;
}
[dir="rtl"] .pxl-l-24 {
  right: 24px;
  left: auto;
}
[dir="rtl"] .pxl-l-25 {
  right: 25px;
  left: auto;
}
[dir="rtl"] .pxl-l-26 {
  right: 26px;
  left: auto;
}
[dir="rtl"] .pxl-l-27 {
  right: 27px;
  left: auto;
}
[dir="rtl"] .pxl-l-28 {
  right: 28px;
  left: auto;
}
[dir="rtl"] .pxl-l-29 {
  right: 29px;
  left: auto;
}
[dir="rtl"] .pxl-l-30 {
  right: 30px;
  left: auto;
}
[dir="rtl"] .pxl-l-31 {
  right: 31px;
  left: auto;
}
[dir="rtl"] .pxl-l-32 {
  right: 32px;
  left: auto;
}
[dir="rtl"] .pxl-l-33 {
  right: 33px;
  left: auto;
}
[dir="rtl"] .pxl-l-34 {
  right: 34px;
  left: auto;
}
[dir="rtl"] .pxl-l-35 {
  right: 35px;
  left: auto;
}
[dir="rtl"] .pxl-l-36 {
  right: 36px;
  left: auto;
}
[dir="rtl"] .pxl-l-37 {
  right: 37px;
  left: auto;
}
[dir="rtl"] .pxl-l-38 {
  right: 38px;
  left: auto;
}
[dir="rtl"] .pxl-l-39 {
  right: 39px;
  left: auto;
}
[dir="rtl"] .pxl-l-40 {
  right: 40px;
  left: auto;
}
[dir="rtl"] .pxl-r-0 {
  left: 0;
  right: auto;
}
[dir="rtl"] .pxl-r-1 {
  left: 1px;
  right: auto;
}
[dir="rtl"] .pxl-r-2 {
  left: 2px;
  right: auto;
}
[dir="rtl"] .pxl-r-3 {
  left: 3px;
  right: auto;
}
[dir="rtl"] .pxl-r-4 {
  left: 4px;
  right: auto;
}
[dir="rtl"] .pxl-r-5 {
  left: 5px;
  right: auto;
}
[dir="rtl"] .pxl-r-6 {
  left: 6px;
  right: auto;
}
[dir="rtl"] .pxl-r-7 {
  left: 7px;
  right: auto;
}
[dir="rtl"] .pxl-r-8 {
  left: 8px;
  right: auto;
}
[dir="rtl"] .pxl-r-9 {
  left: 9px;
  right: auto;
}
[dir="rtl"] .pxl-r-10 {
  left: 10px;
  right: auto;
}
[dir="rtl"] .pxl-r-11 {
  left: 11px;
  right: auto;
}
[dir="rtl"] .pxl-r-12 {
  left: 12px;
  right: auto;
}
[dir="rtl"] .pxl-r-13 {
  left: 13px;
  right: auto;
}
[dir="rtl"] .pxl-r-14 {
  left: 14px;
  right: auto;
}
[dir="rtl"] .pxl-r-15 {
  left: 15px;
  right: auto;
}
[dir="rtl"] .pxl-r-16 {
  left: 16px;
  right: auto;
}
[dir="rtl"] .pxl-r-17 {
  left: 17px;
  right: auto;
}
[dir="rtl"] .pxl-r-18 {
  left: 18px;
  right: auto;
}
[dir="rtl"] .pxl-r-19 {
  left: 19px;
  right: auto;
}
[dir="rtl"] .pxl-r-20 {
  left: 20px;
  right: auto;
}
[dir="rtl"] .pxl-r-21 {
  left: 21px;
  right: auto;
}
[dir="rtl"] .pxl-r-22 {
  left: 22px;
  right: auto;
}
[dir="rtl"] .pxl-r-23 {
  left: 23px;
  right: auto;
}
[dir="rtl"] .pxl-r-24 {
  left: 24px;
  right: auto;
}
[dir="rtl"] .pxl-r-25 {
  left: 25px;
  right: auto;
}
[dir="rtl"] .pxl-r-26 {
  left: 26px;
  right: auto;
}
[dir="rtl"] .pxl-r-27 {
  left: 27px;
  right: auto;
}
[dir="rtl"] .pxl-r-28 {
  left: 28px;
  right: auto;
}
[dir="rtl"] .pxl-r-29 {
  left: 29px;
  right: auto;
}
[dir="rtl"] .pxl-r-30 {
  left: 30px;
  right: auto;
}
[dir="rtl"] .pxl-r-31 {
  left: 31px;
  right: auto;
}
[dir="rtl"] .pxl-r-32 {
  left: 32px;
  right: auto;
}
[dir="rtl"] .pxl-r-33 {
  left: 33px;
  right: auto;
}
[dir="rtl"] .pxl-r-34 {
  left: 34px;
  right: auto;
}
[dir="rtl"] .pxl-r-35 {
  left: 35px;
  right: auto;
}
[dir="rtl"] .pxl-r-36 {
  left: 36px;
  right: auto;
}
[dir="rtl"] .pxl-r-37 {
  left: 37px;
  right: auto;
}
[dir="rtl"] .pxl-r-38 {
  left: 38px;
  right: auto;
}
[dir="rtl"] .pxl-r-39 {
  left: 39px;
  right: auto;
}
[dir="rtl"] .pxl-r-40 {
  left: 40px;
  right: auto;
}
#pxl-header-default {
  position: relative;
  z-index: 999;
  background-color: #fff;
  /* Header Elementor */
}
#pxl-header-default .row {
  align-items: center;
}
@media screen and (min-width: 1200px) {
  #pxl-header-default .row > div {
    padding: 0 15px;
  }
}
#pxl-header-default .container {
  max-width: 1780px;
}
#pxl-header-default .pxl-header-branding {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
#pxl-header-default .pxl-header-branding a {
  display: inline-flex;
}
#pxl-header-default .pxl-header-branding img {
  height: 40px;
  max-width: inherit;
}
#pxl-header-default #pxl-nav-mobile {
  display: none;
}
#pxl-header-elementor {
  /* Header Menu */
}
@media screen and (min-width: 1200px) {
  #pxl-header-elementor {
    min-height: 0px !important;
    position: relative;
    z-index: 1001;
  }
}
#pxl-header-elementor.pxl-header--rmindex-action {
  z-index: inherit;
}
#pxl-header-elementor.pxl-header--rmindex-action .pxl-header-elementor-main {
  z-index: inherit;
}
#pxl-header-elementor #pxl-header-mobile {
  display: none;
}
#pxl-header-elementor .pxl-header-elementor-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 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: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
}
#pxl-header-elementor .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#pxl-header-elementor.pxl-header-rmboxshadow .pxl-header-elementor-sticky.pxl-header-fixed .pxl-logo-nav {
  -webkit-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -khtml-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -ms-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  -o-box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
  box-shadow: 0 3px 18px rgba(255, 255, 255, 0.05);
}
#pxl-header-elementor .px-header--transparent {
  position: absolute;
  top: 0 !important;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}
#pxl-header-elementor .elementor-section .elementor-container, #pxl-header-elementor .elementor-inner-section, #pxl-header-elementor .elementor-widget:not(.elementor-absolute), #pxl-header-elementor .elementor-widget-wrap, #pxl-header-elementor .elementor-column, #pxl-header-elementor .elementor-column-wrap {
  position: static;
}
@media screen and (min-width: 1200px) {
  .fr-style-default .pxl-menu-primary, .fr-style-text-random .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .fr-style-default .pxl-menu-primary ul, .fr-style-text-random .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .fr-style-default .pxl-menu-primary li, .fr-style-text-random .pxl-menu-primary li {
    position: relative;
    color: var(--primary-color);
  }
  .fr-style-default .pxl-menu-primary li a, .fr-style-text-random .pxl-menu-primary li a {
    font-size: 14px;
    font-style: normal;
    position: relative;
  }
  .fr-style-default .pxl-menu-primary > li, .fr-style-text-random .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .fr-style-default .pxl-menu-primary > li > a, .fr-style-text-random .pxl-menu-primary > li > a {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    font-weight: 400;
    position: relative;
  }
  .fr-style-default .pxl-menu-primary > li > a::before, .fr-style-text-random .pxl-menu-primary > li > a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 0%;
    background: #ffedcd;
    transition: all 0.3s ease-in-out;
    z-index: 999;
  }
  .fr-style-default .pxl-menu-primary > li > a:hover::before, .fr-style-text-random .pxl-menu-primary > li > a:hover::before {
    width: 100%;
  }
  .fr-style-default .pxl-menu-primary > li > a:hover, .fr-style-text-random .pxl-menu-primary > li > a:hover, .fr-style-default .pxl-menu-primary > li.current_page_item > a, .fr-style-text-random .pxl-menu-primary > li.current_page_item > a, .fr-style-default .pxl-menu-primary > li.current-menu-item > a, .fr-style-text-random .pxl-menu-primary > li.current-menu-item > a, .fr-style-default .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-text-random .pxl-menu-primary > li.current_page_ancestor > a, .fr-style-default .pxl-menu-primary > li.current-menu-ancestor > a, .fr-style-text-random .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--third-color);
  }
  .fr-style-default .pxl-menu-primary > li > a:hover::before, .fr-style-text-random .pxl-menu-primary > li > a:hover::before, .fr-style-default .pxl-menu-primary > li.current_page_item > a::before, .fr-style-text-random .pxl-menu-primary > li.current_page_item > a::before, .fr-style-default .pxl-menu-primary > li.current-menu-item > a::before, .fr-style-text-random .pxl-menu-primary > li.current-menu-item > a::before, .fr-style-default .pxl-menu-primary > li.current_page_ancestor > a::before, .fr-style-text-random .pxl-menu-primary > li.current_page_ancestor > a::before, .fr-style-default .pxl-menu-primary > li.current-menu-ancestor > a::before, .fr-style-text-random .pxl-menu-primary > li.current-menu-ancestor > a::before {
    width: 100%;
  }
  .fr-style-default .pxl-menu-primary .sub-menu, .fr-style-text-random .pxl-menu-primary .sub-menu, .fr-style-default .pxl-menu-primary .children, .fr-style-text-random .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: -25px;
    background-color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 230px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 25px 0;
    border-radius: 2px;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .current-menu-parent a span::before, .fr-style-text-random .pxl-menu-primary .sub-menu .current-menu-parent a span::before, .fr-style-default .pxl-menu-primary .children .current-menu-parent a span::before, .fr-style-text-random .pxl-menu-primary .children .current-menu-parent a span::before {
    width: 5px;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li, .fr-style-text-random .pxl-menu-primary .sub-menu li, .fr-style-default .pxl-menu-primary .children li, .fr-style-text-random .pxl-menu-primary .children li {
    white-space: nowrap;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child, .fr-style-default .pxl-menu-primary .children li:last-child, .fr-style-text-random .pxl-menu-primary .children li:last-child {
    border-bottom: unset;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child a:before, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child a:before, .fr-style-default .pxl-menu-primary .children li:last-child a:before, .fr-style-text-random .pxl-menu-primary .children li:last-child a:before {
    display: none;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li a:before, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li a:before, .fr-style-default .pxl-menu-primary .children li:last-child ul li a:before, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li a:before {
    display: block;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:last-child a:before, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:last-child a:before, .fr-style-default .pxl-menu-primary .children li:last-child ul li:last-child a:before, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:last-child a:before {
    display: none;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(2) a span:after, .fr-style-default .pxl-menu-primary .children li:last-child ul li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(3) a span:after, .fr-style-default .pxl-menu-primary .children li:last-child ul li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(4) a span:after, .fr-style-default .pxl-menu-primary .children li:last-child ul li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .children li:last-child ul li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:nth-child(2) a span:after, .fr-style-default .pxl-menu-primary .children li:nth-child(2) a span:after, .fr-style-text-random .pxl-menu-primary .children li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:nth-child(3) a span:after, .fr-style-default .pxl-menu-primary .children li:nth-child(3) a span:after, .fr-style-text-random .pxl-menu-primary .children li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .sub-menu li:nth-child(4) a span:after, .fr-style-default .pxl-menu-primary .children li:nth-child(4) a span:after, .fr-style-text-random .pxl-menu-primary .children li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a, .fr-style-text-random .pxl-menu-primary .sub-menu li a, .fr-style-default .pxl-menu-primary .children li a, .fr-style-text-random .pxl-menu-primary .children li a {
    padding: 8px 25px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: relative;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a:hover, .fr-style-text-random .pxl-menu-primary .sub-menu li a:hover, .fr-style-default .pxl-menu-primary .children li a:hover, .fr-style-text-random .pxl-menu-primary .children li a:hover {
    color: #fff;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a:hover span::before, .fr-style-text-random .pxl-menu-primary .sub-menu li a:hover span::before, .fr-style-default .pxl-menu-primary .children li a:hover span::before, .fr-style-text-random .pxl-menu-primary .children li a:hover span::before {
    width: 100%;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a span, .fr-style-text-random .pxl-menu-primary .sub-menu li a span, .fr-style-default .pxl-menu-primary .children li a span, .fr-style-text-random .pxl-menu-primary .children li a span {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: relative;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li a span::before, .fr-style-text-random .pxl-menu-primary .sub-menu li a span::before, .fr-style-default .pxl-menu-primary .children li a span::before, .fr-style-text-random .pxl-menu-primary .children li a span::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 0%;
    background: #ffedcd;
    transition: all 0.3s ease-in-out;
  }
  .fr-style-default .pxl-menu-primary .sub-menu li > a:hover span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li > a:hover span:before, .fr-style-default .pxl-menu-primary .children li > a:hover span:before, .fr-style-text-random .pxl-menu-primary .children li > a:hover span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .fr-style-default .pxl-menu-primary .children li.current_page_item > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current_page_item > a span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .fr-style-default .pxl-menu-primary .children li.current-menu-item > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current-menu-item > a span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .fr-style-default .pxl-menu-primary .children li.current_page_ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current_page_ancestor > a span:before, .fr-style-default .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .fr-style-default .pxl-menu-primary .children li.current-menu-ancestor > a span:before, .fr-style-text-random .pxl-menu-primary .children li.current-menu-ancestor > a span:before {
    width: 100%;
  }
  .fr-style-default .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-text-random .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-default .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after, .fr-style-text-random .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .sub-menu, .fr-style-text-random .pxl-menu-primary .sub-menu .sub-menu, .fr-style-default .pxl-menu-primary .children .sub-menu, .fr-style-text-random .pxl-menu-primary .children .sub-menu, .fr-style-default .pxl-menu-primary .sub-menu .children, .fr-style-text-random .pxl-menu-primary .sub-menu .children, .fr-style-default .pxl-menu-primary .children .children, .fr-style-text-random .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .fr-style-default .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .fr-style-default .pxl-menu-primary .children .children.pxl-sub-reverse, .fr-style-text-random .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: -100%;
  }
  .fr-style-default .pxl-menu-primary li:hover > .sub-menu, .fr-style-text-random .pxl-menu-primary li:hover > .sub-menu, .fr-style-default .pxl-menu-primary li.focus > .sub-menu, .fr-style-text-random .pxl-menu-primary li.focus > .sub-menu, .fr-style-default .pxl-menu-primary li:hover > .children, .fr-style-text-random .pxl-menu-primary li:hover > .children, .fr-style-default .pxl-menu-primary li.focus > .children, .fr-style-text-random .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu, .fr-style-text-random .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu, .fr-style-text-random .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .fr-style-default .pxl-menu-primary .pxl-megamenu .pxl-link li, .fr-style-text-random .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .fr-style-default .pxl-menu-toggle, .fr-style-text-random .pxl-menu-toggle {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-header-menu .pxl-menu-primary ul {
    list-style: none;
    margin: 0;
  }
  .pxl-header-menu .pxl-menu-primary li {
    position: relative;
    color: var(--primary-color);
  }
  .pxl-header-menu .pxl-menu-primary li a {
    font-size: 14px;
    font-style: normal;
    position: relative;
  }
  .pxl-header-menu .pxl-menu-primary > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
  }
  .pxl-header-menu .pxl-menu-primary > li:last-child {
    margin-right: 0;
  }
  .pxl-header-menu .pxl-menu-primary > li > a {
    line-height: 1;
    font-size: 14px;
    display: inline-block;
    color: var(--primary-color);
    font-weight: 400;
  }
  .pxl-header-menu .pxl-menu-primary > li > a:hover, .pxl-header-menu .pxl-menu-primary > li.current_page_item > a, .pxl-header-menu .pxl-menu-primary > li.current-menu-item > a, .pxl-header-menu .pxl-menu-primary > li.current_page_ancestor > a, .pxl-header-menu .pxl-menu-primary > li.current-menu-ancestor > a {
    color: var(--third-color);
  }
  .pxl-header-menu .pxl-menu-primary > li > a:hover span:before, .pxl-header-menu .pxl-menu-primary > li.current_page_item > a span:before, .pxl-header-menu .pxl-menu-primary > li.current-menu-item > a span:before, .pxl-header-menu .pxl-menu-primary > li.current_page_ancestor > a span:before, .pxl-header-menu .pxl-menu-primary > li.current-menu-ancestor > a span:before {
    opacity: 1;
    transform: scaleX(1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu, .pxl-header-menu .pxl-menu-primary .children {
    position: absolute;
    top: 100%;
    left: -25px;
    background-color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 230px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -khtml-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
    padding: 10px 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li, .pxl-header-menu .pxl-menu-primary .children li {
    white-space: nowrap;
    line-height: initial !important;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child a:before, .pxl-header-menu .pxl-menu-primary .children li:last-child a:before {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li a:before, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li a:before {
    display: block;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:last-child a:before, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:last-child a:before {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(2) a span:after, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(3) a span:after, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:last-child ul li:nth-child(4) a span:after, .pxl-header-menu .pxl-menu-primary .children li:last-child ul li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:nth-child(2) a span:after, .pxl-header-menu .pxl-menu-primary .children li:nth-child(2) a span:after {
    -webkit-animation: pxl_line_anim 4s linear infinite;
    -khtml-animation: pxl_line_anim 4s linear infinite;
    -moz-animation: pxl_line_anim 4s linear infinite;
    -ms-animation: pxl_line_anim 4s linear infinite;
    -o-animation: pxl_line_anim 4s linear infinite;
    animation: pxl_line_anim 4s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:nth-child(3) a span:after, .pxl-header-menu .pxl-menu-primary .children li:nth-child(3) a span:after {
    -webkit-animation: pxl_line_anim 3s linear infinite;
    -khtml-animation: pxl_line_anim 3s linear infinite;
    -moz-animation: pxl_line_anim 3s linear infinite;
    -ms-animation: pxl_line_anim 3s linear infinite;
    -o-animation: pxl_line_anim 3s linear infinite;
    animation: pxl_line_anim 3s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li:nth-child(4) a span:after, .pxl-header-menu .pxl-menu-primary .children li:nth-child(4) a span:after {
    -webkit-animation: pxl_line_anim 5s linear infinite;
    -khtml-animation: pxl_line_anim 5s linear infinite;
    -moz-animation: pxl_line_anim 5s linear infinite;
    -ms-animation: pxl_line_anim 5s linear infinite;
    -o-animation: pxl_line_anim 5s linear infinite;
    animation: pxl_line_anim 5s linear infinite;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children a:after {
    content: "\f107";
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    font-size: 15px;
    font-family: Flaticon;
    font-weight: 400;
    line-height: 1;
    transform: rotate(-50deg);
    -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li.menu-item-has-children .menu-item-object-page a:after, .pxl-header-menu .pxl-menu-primary .children li.menu-item-has-children .menu-item-object-page a:after {
    display: none;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li a, .pxl-header-menu .pxl-menu-primary .children li a {
    padding: 10px 25px;
    display: block !important;
    color: #000 !important;
    font-size: 13px;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    position: relative !important;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li a span, .pxl-header-menu .pxl-menu-primary .children li a span {
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover:after, .pxl-header-menu .pxl-menu-primary .children li > a:hover:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a:after {
    transform: rotate(0deg);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover span:before, .pxl-header-menu .pxl-menu-primary .children li > a:hover span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a span:before, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:before, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a span:before {
    opacity: 1;
    transform: scaleX(1);
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu li > a:hover span:after, .pxl-header-menu .pxl-menu-primary .children li > a:hover span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_item > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_item > a span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-item > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-item > a span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current_page_ancestor > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current_page_ancestor > a span:after, .pxl-header-menu .pxl-menu-primary .sub-menu li.current-menu-ancestor > a span:after, .pxl-header-menu .pxl-menu-primary .children li.current-menu-ancestor > a span:after {
    opacity: 1;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children.pxl-sub-reverse {
    left: auto;
    right: 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu.pxl-sub-reverse li.menu-item-has-children > a::after, .pxl-header-menu .pxl-menu-primary .children.pxl-sub-reverse li.menu-item-has-children > a::after {
    transform: translate(0, -50%) scaleX(-1);
    right: auto;
    left: 0;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .sub-menu, .pxl-header-menu .pxl-menu-primary .children .sub-menu, .pxl-header-menu .pxl-menu-primary .sub-menu .children, .pxl-header-menu .pxl-menu-primary .children .children {
    top: 0;
    left: 100%;
  }
  .pxl-header-menu .pxl-menu-primary .sub-menu .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children .sub-menu.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .sub-menu .children.pxl-sub-reverse, .pxl-header-menu .pxl-menu-primary .children .children.pxl-sub-reverse {
    left: auto;
    right: 100%;
  }
  .pxl-header-menu .pxl-menu-primary li:hover > .sub-menu, .pxl-header-menu .pxl-menu-primary li.focus > .sub-menu, .pxl-header-menu .pxl-menu-primary li:hover > .children, .pxl-header-menu .pxl-menu-primary li.focus > .children {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu {
    position: static;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 33px 36px 36px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu .pxl-link li {
    padding: 0;
    margin-bottom: 0;
  }
  .pxl-header-menu .pxl-menu-toggle {
    display: none;
  }
  .fr-style-box1 .search-form .search-field {
    color: #fff;
  }
  .fr-style-box1 .menu-item-has-children a {
    position: relative;
  }
  .fr-style-box1 .menu-item-has-children a:after {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item-has-children a:focus {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item {
    position: relative;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 30px;
    line-height: 1.2;
    list-style: none;
  }
  .fr-style-box1 .menu-item:hover .ct-menu-sidebar {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
  }
  .fr-style-box1 .menu-item:hover a {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item:focus .ct-menu-sidebar {
    color: var(--primary-color);
    border: 3px solid var(--primary-color);
  }
  .fr-style-box1 .menu-item:focus a {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    border: 3px solid #fff;
    padding: 5px;
    padding-bottom: 0;
    border-radius: 12px;
    line-height: 1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar:hover {
    border: 3px solid var(--primary-color);
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar.active {
    -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;
  }
  .fr-style-box1 .menu-item .ct-menu-sidebar.active:before {
    content: "\f106";
  }
  .fr-style-box1 .menu-item a {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-right: 6px;
    position: relative;
    -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;
  }
  .fr-style-box1 .menu-item a > a:hover, .fr-style-box1 .menu-item a.current_page_item > a, .fr-style-box1 .menu-item a.current-menu-item > a, .fr-style-box1 .menu-item a.current_page_ancestor > a, .fr-style-box1 .menu-item a.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item a:active {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item a:focus {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item a:hover {
    color: var(--primary-color);
  }
  .fr-style-box1 .menu-item .sub-menu {
    top: 10px;
    left: 0%;
    position: relative;
    padding: 30px 20px 5px;
    z-index: 99999;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    display: none;
    margin-bottom: 0;
  }
  .fr-style-box1 .menu-item .sub-menu .menu-item a {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fr-style-box1 .menu-item .sub-menu .menu-item a:hover {
    color: var(--primary-color);
  }
  .fr-style-box1 .pxl-menu-toggle {
    display: none;
  }
  .fr-style-box1 #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f107";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -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);
    display: inline-flex;
  }
  .fr-style-box1 #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    transform: scaleY(-1);
  }
  .fr-style-box1 #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children > a span:after {
    content: "\f107";
    font-family: Caseicon;
    font-size: 10px;
    margin-left: 6px;
    font-weight: 400;
    -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);
    display: inline-flex;
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    transform: scaleY(-1);
  }
  #pxl-header-default .pxl-menu-primary > li.menu-item-has-children:hover > a span:after {
    -webkit-transform: rotateX(-180deg);
    -khtml-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .fr-style-default .pxl-menu-primary > li, .fr-style-text-random .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fr-style-default .pxl-menu-primary .pxl-megamenu > .sub-menu, .fr-style-text-random .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 15px 36px 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .pxl-header-menu .pxl-menu-primary > li {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 10px 36px 10px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .pxl-header-menu .pxl-menu-primary .pxl-megamenu > .sub-menu {
    padding: 40px 0px 36px 0px;
  }
}
.pxl-header-menu-backdrop {
  display: none;
  /* Header Tablet/Mobile */
}
@media screen and (max-width: 1199px) {
  #pxl-header-default, #pxl-header-elementor {
    position: relative;
    -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -khtml-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  #pxl-header-default .pxl-header-main, #pxl-header-elementor .pxl-header-main {
    position: relative;
  }
  #pxl-header-default .pxl-header-branding, #pxl-header-elementor .pxl-header-branding {
    margin: 15px;
    min-height: 50px;
    align-items: center;
    display: flex;
  }
  #pxl-header-default .pxl-header-branding img, #pxl-header-elementor .pxl-header-branding img {
    height: 34px;
  }
  #pxl-header-default #pxl-nav-mobile, #pxl-header-elementor #pxl-nav-mobile {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #pxl-header-default #pxl-nav-mobile .pxl-mobile-meta-item, #pxl-header-elementor #pxl-nav-mobile .pxl-mobile-meta-item {
    margin-left: 10px;
  }
  .pxl-nav-mobile-button {
    width: 34px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .pxl-nav-mobile-button:before, .pxl-nav-mobile-button:after, .pxl-nav-mobile-button span {
    content: "";
    background-color: var(--link-color);
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .pxl-nav-mobile-button:before {
    top: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button:after {
    bottom: 0;
    width: 24px;
  }
  .pxl-nav-mobile-button span {
    top: 9px;
    width: 100%;
  }
  .pxl-nav-mobile-button:hover:before, .pxl-nav-mobile-button:hover:after {
    width: 100%;
  }
  #pxl-header-default {
    background-color: #030706;
  }
  #pxl-header-default .pxl-nav-mobile-button:before, #pxl-header-default .pxl-nav-mobile-button:after, #pxl-header-default .pxl-nav-mobile-button span {
    background-color: var(--primary-color);
  }
  .pxl-header-menu-backdrop {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    -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);
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .pxl-header-menu {
    position: fixed;
    height: 100vh;
    width: 350px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 999;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateX(-100%);
    -khtml-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -khtml-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    background-color: #fff;
    overflow-y: scroll;
  }
  .pxl-header-menu.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .pxl-header-menu.active + .pxl-header-menu-backdrop {
    opacity: 1;
    display: block;
    visibility: visible;
  }
  .pxl-header-menu-scroll {
    padding: 22px 25px 90px;
  }
  .pxl-menu-toggle {
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 28px;
    cursor: pointer;
    font-size: 10px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #828c8f;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.04);
  }
  .pxl-menu-toggle:before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #828c8f;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pxl-menu-toggle:after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #828c8f;
    -webkit-transition: all 250ms linear 0ms;
    -khtml-transition: all 250ms linear 0ms;
    -moz-transition: all 250ms linear 0ms;
    -ms-transition: all 250ms linear 0ms;
    -o-transition: all 250ms linear 0ms;
    transition: all 250ms linear 0ms;
    display: inline-flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .pxl-menu-toggle.active:before {
    background-color: #00194c;
  }
  .pxl-menu-toggle.active:after {
    background-color: #fff;
    opacity: 0;
    transform: scaleY(-1);
  }
  .pxl-menu-primary {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary li.menu-item {
    position: relative;
  }
  .pxl-menu-primary li.menu-item > a {
    display: block;
    line-height: 50px;
    color: var(--primary-color);
    font-size: 16px;
    border-bottom: 1px solid rgba(93, 50, 34, 0.04);
    font-weight: 600;
  }
  .pxl-menu-primary li.menu-item > a:hover, .pxl-menu-primary li.menu-item > a.current, .pxl-menu-primary li.menu-item.current_page_item > a, .pxl-menu-primary li.menu-item.current-menu-item > a, .pxl-menu-primary li.menu-item.current_page_ancestor > a, .pxl-menu-primary li.menu-item.current-menu-ancestor > a {
    color: var(--primary-color);
  }
  .pxl-menu-primary .sub-menu, .pxl-menu-primary .children {
    position: relative;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pxl-menu-primary .sub-menu li a, .pxl-menu-primary .children li a {
    margin-left: 14px;
    border-bottom: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
  }
  .pxl-menu-primary > li > .sub-menu > li > .sub-menu > li a {
    margin-left: 28px;
    border-bottom: none;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-mega-menu-elementor {
    margin-top: 40px;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container > .elementor-column {
    width: 100%;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-container .elementor-widget-wrap {
    padding: 0 !important;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-link li {
    margin: 0;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading {
    padding-left: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .pxl-menu-primary .pxl-megamenu .pxl-heading .pxl-item--title {
    margin-bottom: 0 !important;
    font-size: 14px !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
    margin-bottom: 0 !important;
    border-bottom: none !important;
  }
  .pxl-menu-primary .pxl-megamenu .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
  .pxl-logo-mobile {
    margin-bottom: 30px;
  }
  .pxl-logo-mobile img {
    height: 34px;
  }
  .pxl-menu-close {
    position: absolute;
    top: 10px;
    right: 10px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #pxl-header-elementor .pxl-header-elementor-main, #pxl-header-elementor .pxl-header-elementor-sticky {
    display: none;
  }
  #pxl-header-elementor #pxl-header-mobile {
    display: block;
    -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);
    position: relative;
    z-index: 999;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark {
    background-color: #000;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button::after, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-nav-mobile-button span {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-menu {
    background-color: #000;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0);
    color: rgba(255, 255, 255, 0.67);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-field:focus {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-header-mobile-search .search-submit {
    color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a:hover, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li > a.current, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-item > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current_page_ancestor > a, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li.current-menu-ancestor > a {
    color: var(--link-color);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-primary li a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.08);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close {
    background-color: rgba(255, 255, 255, 0.12);
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:before, #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-close:after {
    background-color: #fff;
  }
  #pxl-header-elementor #pxl-header-mobile.style-dark .pxl-menu-toggle {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.8);
  }
  #pxl-header-elementor #pxl-header-mobile.pxl-header-mobile-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    animation: 0.95s ease 0s normal forwards 1 running PXL_Header_SlideDown;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  }
}
@media screen and (max-width: 767px) {
  /* Search Popup */
  /* Hidden Panel */
  /* Elementor Popup */  .pxl-header-menu {
    width: 100%;
  }
}
#pxl-popup-elementor {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #pxl-popup-elementor {
    display: none;
  }
}
#pxl-popup-elementor .pxl-item--overlay {
  display: flex;
  flex-wrap: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#pxl-popup-elementor .pxl-close {
  width: 54px;
  height: 54px;
  background: #222;
  border-width: 20px;
  position: absolute;
  top: 35px;
  right: 35px;
  z-index: 99;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  transform: scale(0) rotate(360deg);
}
#pxl-popup-elementor .pxl-close:before, #pxl-popup-elementor .pxl-close:after {
  background-color: #5d3222;
}
#pxl-popup-elementor .pxl-item--conent {
  -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);
  transform: translateY(40px);
  opacity: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
#pxl-popup-elementor.active {
  visibility: visible;
  opacity: 1;
}
#pxl-popup-elementor.active .pxl-item--conent {
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor.active .pxl-close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  -webkit-transition-delay: 0.325s;
  transition-delay: 0.325s;
}
#pxl-popup-elementor .elementor > .elementor-section {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}
@-moz-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes PXL_Header_SlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
blockquote a {
  color: var(--link-color);
}
blockquote a:hover {
  color: var(--gradient-color-to);
}
.wp-block-quote {
  padding: 40px !important;
  padding-left: 135px !important;
}
.has-very-light-gray-color {
  background-color: var(--link-color) !important;
}
.single-post .entry-title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.widget_block .widget-content .wp-block-group__inner-container .wp-block-heading {
  font-size: 23px;
}
.is-layout-flow blockquote {
  padding: 20px !important;
}
.tag-password-2 input[type="submit"]:hover, .tag-password-2 input[type="submit"]:active, .tag-password-2 input[type="submit"]:focus {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
:root {
  --radial-gradient: circle at center;
  --color-start-pos: 0%;
  --color-end-pos: 100%;
  --rotate: 180deg;
  --white: #fff;
  --light-blue-grey-1: #f5f7fa;
  --dark-blue-1: #003973;
  --dark-2: #072032;
  --text-1: #bbc7c0;
  --text-2: #9b9b9b;
  --text-3: #b0b6bc;
  --light-green-1: #e4f3e2;
  --light-green-2: #e7f8f0;
  --text-3: #b0b6bc;
  --dark-1: #1e2227;
  --red: #fe6462;
  --yellow: #fec51b;
  --bg-color: var(--color-primary);
  --hover-bg-color: var(--color-secondary);
  --border-color: #d7d7d7;
  --border-size: 0;
  --size: 10px;
  --spacing: 15px;
  --color: var(--color-primary);
  --hover-color: #fff;
  --gap: 15px;
  --width: 100%;
  --heigh: 100%;
  --x: 15px;
  --y: 15px;
  --right: 0px;
  --left: 0px;
  --top: 0px;
  --bottom: 0px;
  --s: 5s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
  animation: none !important;
  bottom: 0 !important;
  left: 0 !important;
  top: unset !important;
}
.post-type-archive-product #pxl-wapper .container {
  width: 1300px;
}
@media only screen and (max-width: 1300px) {
  .post-type-archive-product #pxl-wapper .container {
    width: auto;
  }
}
@media only screen and (max-width: 1200px) {
  .post-type-archive-product #pxl-wapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.blockUI {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: block !important;
  opacity: 1 !important;
}
.blockUI:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #222 transparent #222;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.blockUI:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
}
.blockUI.blockOverlay, .blockUI.blockMsg {
  display: none !important;
}
button {
  cursor: pointer;
}
.woocommerce ul.products li.product .onsale {
  display: none;
}
.product-remove {
  position: relative;
}
.product-remove a.remove {
  font-size: 0px;
  --size: 36px;
  min-width: var(--size);
  min-height: var(--size);
  width: var(--size);
  border-radius: var(--size);
  background-color: var(--color-primary);
  position: relative;
}
.product-remove a.remove:before, .product-remove a.remove:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 15px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--primary-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;
}
.product-remove a.remove:before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-remove a.remove:after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-remove a.remove:hover {
  background-color: var(--color-primary);
}
.product-remove a.remove:hover:before, .product-remove a.remove:hover:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.woosw-item--add .add_to_cart_button.loading {
  opacity: 1 !important;
}
.woosw-item--add .add_to_cart_button.loading:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosw-item--add .add_to_cart_button.loading:after {
  display: none;
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.pxl-entry-content > .woocommerce .cart-empty, .pxl-entry-content > .woocommerce .return-to-shop {
  text-align: center;
}
.pxl-entry-content > .woocommerce .cart-empty a, .pxl-entry-content > .woocommerce .return-to-shop a {
  line-height: 50px;
}
@media screen and (min-width: 1350px) {
  .tax-product_cat #pxl-wapper .container {
    width: 1300px;
  }
}
.woocommerce.widget {
  border-radius: 0;
}
.woocommerce .woocommerce-message {
  background-color: var(--third-color) !important;
  color: #fff !important;
}
.woocommerce input[type="text"] {
  border-radius: 6px;
  height: 50px;
  padding-inline: 18px;
  color: var(--text-1);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #fff;
}
.woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
  padding: 0;
  border: none;
  position: sticky;
}
@media screen and (max-width: 1024px) {
  .woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce .pxl-sidebar-area .pxl-sidebar-sticky {
    padding-top: 0;
  }
}
.woocommerce .woocommerce-notices-wrapper, .woocommerce .woocommerce-NoticeGroup {
  width: 100%;
  flex: 0 0 100%;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  width: 100%;
  background-color: rgba(215, 215, 215, 0.75);
  color: var(--color-secondary);
  border-radius: 10px;
}
.woocommerce #pxl-sidebar-area {
  margin: 0;
}
.woocommerce #pxl-sidebar-area .widget {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.woocommerce #pxl-sidebar-area .widget + .widget {
  margin-top: 49px;
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget .widget-content {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 43px 33px;
}
@media screen and (max-width: 480px) {
  .woocommerce #pxl-sidebar-area .widget .widget-content {
    padding: 30px 15px;
  }
}
.woocommerce #pxl-sidebar-area .widget .widget-title {
  padding-bottom: 25px;
  margin-bottom: 20px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 22px;
  position: relative;
}
.woocommerce #pxl-sidebar-area .widget .widget-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
  height: 3px;
  border-radius: 5px;
  background: var(--third-color);
}
.woocommerce #pxl-sidebar-area .widget_product_search {
  padding: 0;
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_product_search .widget-content {
  border-radius: 0px;
  border: unset;
  padding: 0;
}
.woocommerce #pxl-sidebar-area .widget_product_search .widget-title {
  margin-bottom: 20px;
}
.woocommerce #pxl-sidebar-area .widget_product_search .widget-title:before {
  display: none;
}
.woocommerce #pxl-sidebar-area .widget_product_search .woocommerce-product-search {
  --size: 53px;
  height: 65px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce #pxl-sidebar-area .widget_product_search button {
  outline: none;
  border: none;
  border-radius: 6px;
  font-size: 0;
  min-width: var(--size);
  height: var(--size);
  background-color: var(--third-color);
  position: relative;
  color: #fff;
  margin-right: 7px;
}
.woocommerce #pxl-sidebar-area .widget_product_search button::before {
  content: "\f002";
  font-weight: 900;
  position: absolute;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  width: 100%;
  left: 0;
  top: 17px;
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field {
  height: 53px;
  padding: 0 20px;
  color: var(--text-1);
}
.woocommerce #pxl-sidebar-area .widget_product_search .search-field:focus {
  border-color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_product_categories .widget-content {
  padding: 43px 33px 38px;
}
@media screen and (max-width: 480px) {
  .woocommerce #pxl-sidebar-area .widget_product_categories .widget-content {
    padding: 30px 15px;
  }
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  border-bottom: 1px dotted var(--secondary-color);
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item:first-child a {
  padding-top: 0px;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item:last-child {
  border-bottom: unset;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item:last-child a {
  padding-bottom: 0px;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item a {
  width: 100%;
  font-size: 17px;
  line-height: 1.64;
  font-weight: 400;
  color: #fff;
  padding: 10px 0;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item .count {
  font-size: 17px;
  line-height: 1.64;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item:hover .count, .woocommerce #pxl-sidebar-area .widget_product_categories .product-categories .cat-item:hover a {
  color: var(--third-color);
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item {
  margin-top: 10px;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e0e8f4;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a .title {
  padding: 0;
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item a .pxl-count {
  color: var(--text-1);
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item.current-cat a .title, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item:hover a .title, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item.current-cat a .pxl-count, .woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item:hover a .pxl-count {
  color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_product_categories .pxl-list-item:last-child a {
  border: 0;
  padding: 0;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .widget-title {
  padding-bottom: 17px;
  margin-bottom: 31px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .clear {
  display: none;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider-horizontal {
  height: 2px;
  background-color: #e4f3e2;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #cde4ce;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .ui-slider .ui-slider-handle {
  --size: 11px;
  background-color: var(--third-color);
  top: 50%;
  width: var(--size);
  height: var(--size);
  transform: translateY(-50%);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  padding-top: 22px;
  gap: 15px;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button {
  line-height: 27.4px;
  padding: 0 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 0;
  background: var(--third-color);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider_amount .button:hover {
  filter: drop-shadow(rgba(14, 174, 121, 0.52) 0px 4px 20px);
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
}
.woocommerce #pxl-sidebar-area .widget_price_filter .price_slider {
  margin-bottom: 8px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav {
  margin-block: 0;
  position: relative;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-brand-list-layered-nav-product_brand {
  margin-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .widget-title {
  padding-bottom: 18px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 10.5px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:first-child {
  padding-top: 0px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:last-child a {
  padding-bottom: 0;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen a::before, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover a::before {
  content: "";
  opacity: 1;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen a .title, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover a .title, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen a .pxl-count, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover a .pxl-count {
  color: var(--color-primary);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term.chosen .count, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term:hover .count {
  color: var(--third-color);
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 15px;
  padding-left: 22.5px;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a .title {
  padding: 0;
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a .pxl-count {
  color: var(--text-1);
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a::after, .woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a::before {
  content: "";
  --size: 14px;
  min-width: var(--size);
  width: var(--size);
  height: var(--size);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2.5px;
  border: 1px solid rgba(121, 131, 147, 0.2);
  background-color: transparent;
  transition: inherit;
}
.woocommerce #pxl-sidebar-area .widget_layered_nav .wc-layered-nav-term a::before {
  background-color: var(--primary-color);
  opacity: 0;
  border: 2px solid var(--third-color);
}
.woocommerce #pxl-sidebar-area .widget_product_tag_cloud .widget-content {
  padding: 43px 33px 47px;
}
@media screen and (max-width: 480px) {
  .woocommerce #pxl-sidebar-area .widget_product_tag_cloud .widget-content {
    padding: 30px 15px;
  }
}
.woocommerce #pxl-sidebar-area .widget_product_tag_cloud .widget-title {
  margin-bottom: 30px;
  padding-bottom: 18px;
}
.woocommerce #pxl-sidebar-area .widget_product_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce #pxl-sidebar-area .widget_product_tag_cloud .tagcloud a {
  padding: 11px 22px;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 1.666;
  letter-spacing: 0.72px;
  text-transform: uppercase;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce #pxl-sidebar-area .widget_top_rated_products .widget-title {
  padding-bottom: 18px;
}
.woocommerce #pxl-sidebar-area .widget_top_rated_products .star-rating {
  left: 115px;
  top: 25px;
}
.woocommerce #pxl-sidebar-area .widget_top_rated_products .star-rating span::before {
  color: var(--third-color);
  font-size: 12px;
}
.woocommerce #pxl-sidebar-area .widget_top_rated_products .star-rating:before {
  font-size: 12px;
  color: #d4d4d4;
}
.woocommerce #pxl-sidebar-area .widget_top_rated_products .product_list_widget li {
  padding: 6px 0;
}
.woocommerce #pxl-sidebar-area .widget_top_rated_products .product_list_widget li:last-child {
  padding-bottom: 13px;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text {
  margin-right: 15px;
}
.woocommerce textarea, .woocommerce-page textarea {
  padding-top: 24px;
  padding-bottom: 24px;
  min-height: 140px;
}
.woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce a.button, .woocommerce-page a.button, .woocommerce a.wc-forward, .woocommerce-page a.wc-forward, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .cart button.button, .woocommerce-page .cart button.button, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled], .woocommerce button.button.alt, .woocommerce-page button.button.alt {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 0 30px;
  line-height: 45px;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -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);
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce a.wc-forward:hover, .woocommerce-page a.wc-forward:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce .cart button.button:hover, .woocommerce-page .cart button.button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce #respond input#submit:focus, .woocommerce-page #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce-page a.button:focus, .woocommerce a.wc-forward:focus, .woocommerce-page a.wc-forward:focus, .woocommerce button.button:focus, .woocommerce-page button.button:focus, .woocommerce input.button:focus, .woocommerce-page input.button:focus, .woocommerce .cart button.button:focus, .woocommerce-page .cart button.button:focus, .woocommerce a.button.alt:focus, .woocommerce-page a.button.alt:focus, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus, .woocommerce button.button.alt:focus, .woocommerce-page button.button.alt:focus, .woocommerce #respond input#submit:active, .woocommerce-page #respond input#submit:active, .woocommerce a.button:active, .woocommerce-page a.button:active, .woocommerce a.wc-forward:active, .woocommerce-page a.wc-forward:active, .woocommerce button.button:active, .woocommerce-page button.button:active, .woocommerce input.button:active, .woocommerce-page input.button:active, .woocommerce .cart button.button:active, .woocommerce-page .cart button.button:active, .woocommerce a.button.alt:active, .woocommerce-page a.button.alt:active, .woocommerce button.button:disabled:active, .woocommerce-page button.button:disabled:active, .woocommerce a.button:disabled:active, .woocommerce-page a.button:disabled:active, .woocommerce button.button:disabled[disabled]:active, .woocommerce-page button.button:disabled[disabled]:active, .woocommerce button.button.alt:active, .woocommerce-page button.button.alt:active, .woocommerce #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled).active, .woocommerce a.button:not([disabled]):not(.disabled).active, .woocommerce-page a.button:not([disabled]):not(.disabled).active, .woocommerce a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled).active, .woocommerce button.button:not([disabled]):not(.disabled).active, .woocommerce-page button.button:not([disabled]):not(.disabled).active, .woocommerce input.button:not([disabled]):not(.disabled).active, .woocommerce-page input.button:not([disabled]):not(.disabled).active, .woocommerce .cart button.button:not([disabled]):not(.disabled).active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled).active, .woocommerce a.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled).active, .woocommerce a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled).active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled).active, .woocommerce button.button.alt:not([disabled]):not(.disabled).active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled).active, .woocommerce #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce-page #respond input#submit:not([disabled]):not(.disabled):active, .woocommerce a.button:not([disabled]):not(.disabled):active, .woocommerce-page a.button:not([disabled]):not(.disabled):active, .woocommerce a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce-page a.wc-forward:not([disabled]):not(.disabled):active, .woocommerce button.button:not([disabled]):not(.disabled):active, .woocommerce-page button.button:not([disabled]):not(.disabled):active, .woocommerce input.button:not([disabled]):not(.disabled):active, .woocommerce-page input.button:not([disabled]):not(.disabled):active, .woocommerce .cart button.button:not([disabled]):not(.disabled):active, .woocommerce-page .cart button.button:not([disabled]):not(.disabled):active, .woocommerce a.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page a.button.alt:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled:not([disabled]):not(.disabled):active, .woocommerce a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce-page a.button:disabled:not([disabled]):not(.disabled):active, .woocommerce button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce-page button.button:disabled[disabled]:not([disabled]):not(.disabled):active, .woocommerce button.button.alt:not([disabled]):not(.disabled):active, .woocommerce-page button.button.alt:not([disabled]):not(.disabled):active {
  outline: medium none;
  text-decoration: none;
  color: var(--color-primary);
  background-color: var(--color-secondary);
}
.woocommerce button.button:disabled, .woocommerce-page button.button:disabled, .woocommerce a.button:disabled, .woocommerce-page a.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce-page button.button:disabled[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.woocommerce button.button:disabled:hover, .woocommerce-page button.button:disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce-page a.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce-page button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:focus, .woocommerce-page button.button:disabled:focus, .woocommerce a.button:disabled:focus, .woocommerce-page a.button:disabled:focus, .woocommerce button.button:disabled[disabled]:focus, .woocommerce-page button.button:disabled[disabled]:focus {
  background-color: var(--color-primary);
}
.woocommerce .comment-form, .woocommerce-page .comment-form {
  max-width: 100%;
}
.woocommerce .comment-form .comment-form-author label, .woocommerce-page .comment-form .comment-form-author label, .woocommerce .comment-form .comment-form-email label, .woocommerce-page .comment-form .comment-form-email label, .woocommerce .comment-form .comment-form-comment label, .woocommerce-page .comment-form .comment-form-comment label {
  display: none;
}
.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
  color: inherit;
  border: none;
}
.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
  color: var(--color-primary);
}
.woocommerce #pxl-wrapper .quantity, .woocommerce-page #pxl-wrapper .quantity {
  position: relative;
  display: inline-flex;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.woocommerce #pxl-wrapper .quantity .qty, .woocommerce-page #pxl-wrapper .quantity .qty {
  padding: 0 16px;
  border: 1px solid #e2e2e2;
  color: #767677;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  -moz-appearance: textfield;
  height: 50px;
  width: 100px;
}
.woocommerce #pxl-wrapper .quantity .qty::-webkit-outer-spin-button, .woocommerce-page #pxl-wrapper .quantity .qty::-webkit-outer-spin-button, .woocommerce #pxl-wrapper .quantity .qty::-webkit-inner-spin-button, .woocommerce-page #pxl-wrapper .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.widget_products ul.product_list_widget li {
  display: flex;
  gap: 15px;
}
.widget_products ul.product_list_widget li::before, .widget_products ul.product_list_widget li::after {
  display: none;
}
.widget_products ul.product_list_widget li + li {
  margin-top: 11.5px;
}
.widget_products ul.product_list_widget li .product-single {
  position: relative;
  display: flex;
  gap: 15px;
}
.widget_products ul.product_list_widget li .product-single .product-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.widget_products ul.product_list_widget li .product-single:hover .product-title {
  color: var(--color-primary);
}
.widget_products ul.product_list_widget li .pxl-item--img {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38%;
  max-width: 80px;
  border-radius: 10px;
}
.widget_products ul.product_list_widget li .pxl-item--img img {
  width: 100%;
  max-width: 80px;
  margin: 0;
}
.widget_products ul.product_list_widget li .pxl-item--holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget_products ul.product_list_widget li .pxl-item--holder .star-rating {
  display: none;
}
.widget_products ul.product_list_widget li .product-info {
  padding-block: 14px 0;
  flex: 0 0 55%;
  max-width: 200px;
}
.widget_products ul.product_list_widget li .product-title {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transition: all 0.25s linear 0s;
  -khtml-transition: all 0.25s linear 0s;
  -moz-transition: all 0.25s linear 0s;
  -ms-transition: all 0.25s linear 0s;
  -o-transition: all 0.25s linear 0s;
  transition: all 0.25s linear 0s;
}
.widget_products ul.product_list_widget li .product-title:hover {
  color: var(--color-primary);
}
.widget_products ul.product_list_widget li bdi, .widget_products ul.product_list_widget li .amount {
  color: var(--color-primary);
}
.widget_products ul.product_list_widget li ins {
  background-color: transparent;
  padding-inline: 2px;
}
.widget_products ul.product_list_widget li ins bdi {
  color: var(--text-1);
}
#shop-topbar {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f7f7f7;
}
#shop-topbar .shop-topbar-item {
  margin: 11px 0;
  position: relative;
  padding-left: 76px;
  color: #000;
  font-size: 16px;
  min-height: 56px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#shop-topbar .shop-topbar-item i {
  height: 56px;
  width: 56px;
  -webkit-border-radius: 56px;
  -khtml-border-radius: 56px;
  -moz-border-radius: 56px;
  -ms-border-radius: 56px;
  -o-border-radius: 56px;
  border-radius: 56px;
  border: 1px solid #e5e5e5;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
#shop-topbar .shop-topbar-item span {
  font-weight: 500;
}
#shop-breadcrumb {
  padding: 23px 0;
}
#shop-breadcrumb ul {
  list-style: none;
  margin: 0;
}
#shop-breadcrumb ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-primary);
  margin: 10px 0;
  padding: 0 12px;
  position: relative;
}
#shop-breadcrumb ul li::after {
  content: "/";
  color: #e9e9e9;
  position: absolute;
  top: 0;
  right: -4px;
}
#shop-breadcrumb ul li:first-child {
  padding-left: 0;
}
#shop-breadcrumb ul li:last-child:after {
  display: none;
}
#shop-breadcrumb ul li a {
  color: #1c2539;
}
#shop-breadcrumb ul li a:hover {
  color: var(--color-primary);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.woocommerce ul.product_list_widget li {
  position: relative;
}
.woocommerce ul.product_list_widget li img {
  width: 97px;
  height: 120px;
  object-fit: cover;
  float: none;
  margin-left: 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px;
}
.woocommerce ul.product_list_widget li .product-title {
  font-size: 20px;
  color: var(--third-color);
  font-weight: 500;
  line-height: 1.4;
  margin-left: 11px;
  margin-bottom: 10px;
  float: none;
  display: inline-block;
}
.woocommerce ul.product_list_widget li .star-rating {
  position: absolute;
  left: 120px;
  top: 10px;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount {
  position: absolute;
  bottom: 28px;
  left: 112px;
  font-weight: 400;
  font-size: 16px;
}
.woocommerce ul.product_list_widget li .woocommerce-Price-amount bdi {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--primary-color);
}
.woocommerce .star-rating-wrap {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.woocommerce .star-rating-wrap .star-rating {
  margin: 0;
}
.woocommerce .star-rating-wrap .count-rating {
  font-size: 16px;
  margin-left: 8px;
  color: #223543;
  font-weight: 600;
}
.woocommerce .star-rating span::before {
  color: var(--third-color);
  font-size: 12px;
}
.woocommerce .star-rating:before {
  font-size: 12px;
  color: #d4d4d4;
}
@media screen and (min-width: 992px) {
  .woocommerce #pxl-content-area.content-has-sidebar ul.products.columns-4 li.product {
    width: calc(33.33%);
    width: -webkit-calc(33.33%);
    width: -ms-calc(33.33%);
    width: -o-calc(33.33%);
  }
}
.woocommerce .woocommerce-product-category {
  font-size: 14px;
  color: inherit;
  margin-bottom: 3px;
}
.woocommerce .woocommerce-product-category a {
  color: inherit;
}
.woocommerce .woocommerce-product-category a:hover {
  color: var(--color-primary);
}
.woocommerce .woocommerce-topbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 101;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 33px;
}
@media screen and (max-width: 480px) {
  .woocommerce .woocommerce-topbar {
    gap: 20px;
  }
}
.woocommerce .woocommerce-topbar .woocommerce-wrap-topbar {
  display: flex;
  align-items: center;
  gap: 34px;
}
.woocommerce .woocommerce-topbar .woocommerce-wrap-topbar .menu-layout-column.active path {
  fill: var(--third-color);
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types {
  gap: 10px;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types button {
  display: inline-flex;
  align-items: center;
  height: 25.5px;
  padding-block: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types button svg {
  fill: #c6c6c6;
}
.woocommerce .woocommerce-topbar .woocommerce-layout-types button.active svg {
  fill: var(--color-primary);
}
.woocommerce .woocommerce-topbar .woocommerce-result-count {
  color: #fff;
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering {
  margin: 0;
}
.woocommerce .woocommerce-topbar .woocommerce-ordering .orderby {
  color: #fff;
  height: 53px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
}
.woocommerce li.product > a {
  display: none;
}
.woocommerce .btn-change-layout {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
}
.woocommerce .btn-change-layout.active svg path, .woocommerce .btn-change-layout:hover svg path {
  fill: var(--third-color);
}
.woocommerce ul.products {
  --x: 10px;
  --y: 27px;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products li.product {
    margin: 0 !important;
  }
}
.woocommerce ul.products.list {
  --x: 15px;
  --y: 15px;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.list li.product {
    width: calc(100%) !important;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner {
  display: inline-flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner {
    flex-direction: column;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  height: 100%;
  margin: 0;
  width: 100%;
  min-height: 320px;
  max-width: 300px;
  padding: 90.5px 54px 73px 51px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header img {
  width: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header {
    padding: 20px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header {
    max-width: none;
  }
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-header img {
    max-width: 200px;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content {
  text-align: left;
  flex-basis: 50%;
  flex-grow: 1;
  padding: 7px 15px 20px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 15px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .pxl-content-top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content {
    padding: 5px 0px 10px 25px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content {
    flex-basis: 100%;
    padding: 20px 0;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-main {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-group {
  flex-direction: column;
  align-items: start;
  justify-content: start;
  margin-bottom: 10px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-bottom: 18px;
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating {
    margin-bottom: 10px;
  }
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .star-rating {
  margin: 0;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .rating-star {
  display: inline-flex;
  align-items: center;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .rating-count {
  color: var(--text-1);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.3px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-categories {
  margin-bottom: 9px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-content-group {
  margin-bottom: 5px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-short-description {
  display: block;
  padding-top: 17px;
  color: var(--text-1);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .woocommerce-short-description .short-descripion-text {
  display: block;
  max-width: 550px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline {
  display: block;
  padding: 0 !important;
  border: none !important;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline .add_to_cart_button {
  padding-inline: 46px;
  line-height: 47px;
  color: var(--white, #fff);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.woocommerce ul.products.list .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline .added_to_cart.wc-forward {
  display: none;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
  max-height: 330px;
  min-height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background: var(--third-color);
  -webkit-mask-image: url("../img/mask-product.png");
  mask-image: url("../img/mask-product.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header {
    padding: 10px;
  }
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header::before {
  position: absolute;
  inset: 1px;
  content: "";
  -webkit-mask-image: url("../img/mask-product.png");
  mask-image: url("../img/mask-product.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #000;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header::after {
  position: absolute;
  inset: 1px;
  content: "";
  -webkit-mask-image: url("../img/mask-product.png");
  mask-image: url("../img/mask-product.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header img {
  width: 100%;
  margin: 0 !important;
  transition: inherit;
  position: relative;
  z-index: 3;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header:hover img {
  scale: 1.15;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header:hover .product-action {
  bottom: 20px;
  z-index: 4;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header:hover .product-action a {
  opacity: 1;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges {
  position: absolute;
  left: 15px;
  top: 11px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges .new, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .woocommerce-badges .onsale {
  display: block !important;
  position: static;
  padding: 4px 11px;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  margin: 0;
  font-weight: 500;
  line-height: 1.16;
  text-transform: uppercase;
  background-color: var(--third-color);
  letter-spacing: 3px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .product-action {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-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;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .product-action .button {
  margin: 0;
  opacity: 0;
  display: inline-flex;
  justify-content: center;
  position: relative;
  align-items: center;
  border-radius: 0px;
  padding: 0 20px;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1024px) {
  .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .product-action .button {
    padding: 0 10px;
  }
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .product-action .button .pxl-text-btn {
  line-height: 44px;
  position: relative;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 4;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .product-action .button.added svg {
  display: none;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-header .product-action .added_to_cart {
  display: none;
  opacity: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content {
  padding-top: 26px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating {
  display: none;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-rating .rating-count {
  display: none;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product-title a {
  color: inherit;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price {
  padding-top: 6px;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: end;
  gap: 5px;
  margin: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price bdi {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-size: 18px;
  color: var(--secondary-color);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del {
  opacity: 1;
  text-decoration: none;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del bdi {
  font-size: 16px;
  color: #999;
  --currrent-color: currentcolor;
  position: relative;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price del bdi::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: var(--currrent-color);
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-product--price .price ins {
  padding: 0;
}
.woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content del, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content ins, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .woocommerce-short-description, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline, .woocommerce ul.products .woocommerce-product-inner .woocommerce-product-content .add_to_cart_inline > .amount {
  display: none;
}
.woocommerce .product-type-grouped .woocommerce-product-header .woocommerce-product-meta {
  display: none !important;
}
.woocommerce .woocommerce-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 70px;
}
@media screen and (max-width: 575px) {
  .woocommerce .woocommerce-pagination {
    margin-top: 40px;
  }
}
.woocommerce .woocommerce-pagination .page-numbers {
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: var(--primary-color);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.woocommerce .woocommerce-pagination .page-numbers svg path {
  fill: #141515;
}
.woocommerce .woocommerce-pagination .page-numbers:hover {
  background: var(--primary-color);
  color: #fff;
}
.woocommerce .woocommerce-pagination .page-numbers:hover svg path {
  fill: #fff;
}
.single-product section.related {
  margin-top: 140px;
}
@media screen and (max-width: 1200px) {
  .single-product section.related {
    margin-top: 80px;
  }
}
.single-product section.related h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -1px;
}
.single-product section.related ul.products {
  margin-top: 5px;
}
.single-product section.related ul.products li.product {
  margin: 0 !important;
}
.single-product section.related ul.products .woocommerce-product-header {
  min-height: 360px;
  max-height: 360px;
}
.single-product #pxl-content-area div.product .entry-summary {
  width: 100% !important;
}
.single-product .up-sells.upsells {
  margin-top: 52px;
}
.single-product .up-sells.upsells > h2 {
  font-size: 32px;
  margin-bottom: 23px;
}
.single-product .product-type-grouped form.cart .button {
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .single-product .product-type-grouped .quantity .qty {
    width: 80px !important;
  }
}
@media screen and (max-width: 1366px) {
  .single-product #pxl-main .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .single-product.header-sticky #pxl-content-area div.product .entry-summary {
    top: 120px;
  }
  .single-product.header-sticky.admin-bar #pxl-content-area div.product .entry-summary {
    top: 150px;
  }
}
.pswp {
  z-index: 999999;
}
.pswp .pswp__caption {
  display: none;
}
.pswp .pswp__bg {
  background-color: rgba(0, 0, 0, 0.76);
}
.pswp .pswp__top-bar {
  opacity: 1;
  background-color: transparent;
}
.pswp .pswp__ui .pswp__button {
  opacity: 1 !important;
}
.pswp .pswp__ui .pswp__button:before {
  font-family: "Caseicon";
  background: none;
  color: #fff;
  display: inline-flex;
  line-height: 30px;
  justify-content: center;
}
.pswp .pswp__ui .pswp__button--arrow--left:before {
  content: "\f136";
}
.pswp .pswp__ui .pswp__button--arrow--right:before {
  content: "\f14d";
}
#wpcas-area .wpcas-area-top {
  --height: 60px;
  background-color: var(--color-primary);
  color: #fff;
  height: var(--height);
  line-height: var(--height);
  text-transform: capitalize;
}
#wpcas-area .wpcas-area-top > span {
  font-size: 20px;
}
#wpcas-area .wpcas-area-top .wpcas-close {
  color: #fff;
  height: var(--height);
  line-height: var(--height);
  width: var(--height);
}
#wpcas-area .wpcas-area-top .wpcas-close::before {
  height: inherit;
  line-height: inherit;
  width: inherit;
}
#wpcas-area .wpcas-search .wpcas-search-input .wpcas-search-input-inner {
  border-radius: 6px;
  height: 50px;
  padding-inline: 18px;
  color: var(--text-1);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #fff;
  padding: 0;
}
#wpcas-area .wpcas-search .wpcas-search-input .wpcas-search-input-inner:focus {
  border-color: var(--color-primary);
}
#wpcas-area .wpcas-search .wpcas-search-input #wpcas_search_keyword {
  font-size: 15px;
}
#wpcas-area .wpcas-search .wpcas-search-input #wpcas_search_cats {
  font-size: 15px;
}
#wpcas-area .wpcas-search .wpcas-search-result .wpcas-product-info .wpcas-product-name {
  color: var(--text-1);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  font-weight: 700;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-main {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart .wc-block-components-sidebar {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart__submit-button {
  color: #fff;
  background-color: var(--color-secondary);
  width: 100%;
  border-radius: 200px;
  margin-top: 25px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart__submit-button:hover {
  background-color: var(--color-primary);
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-components-product-price__value {
  border-radius: 50px;
  padding-inline: 10px;
}
@media screen and (max-width: 480px) {
  body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-cart-items__row {
    grid-template-rows: 1fr;
  }
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-heading {
  margin-bottom: 70px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-heading.wc-block-cart__empty-cart__title {
  margin-bottom: 10px;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-button a {
  color: #fff;
  background-color: var(--color-secondary);
  width: 100%;
  border-radius: 200px;
  line-height: 50px;
  font-size: 16px;
  width: fit-content;
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wp-block-button a:hover {
  background-color: var(--color-primary);
}
body.woocommerce-cart .pxl-entry-content .wp-block-woocommerce-cart .wc-block-grid__product-title {
  font-size: 18px;
}
body.woocommerce-cart .cart-empty.woocommerce-info {
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
body.woocommerce-cart .cart-empty.woocommerce-info:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table {
  border: none;
  margin-bottom: 140px;
}
@media screen and (max-width: 1200px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table {
    margin-bottom: 80px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead {
  width: 100%;
  padding-bottom: 21px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead tr {
  background: var(--third-color);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
  padding: 10px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
  letter-spacing: 6px;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table thead th.product-quantity, body.woocommerce-cart .woocommerce-cart-form .shop_table thead th.product-subtotal {
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
  position: relative;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px;
  }
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody tr + tr {
    margin-top: 15px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: none;
  border-right: none;
  border-top: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
    width: 100% !important;
    border: none;
    display: inline-flex;
    align-items: center;
    text-align: left !important;
    padding-block: 10px;
    padding-inline: 0;
    gap: 20px;
    justify-content: space-between;
    background-color: transparent;
    flex-wrap: wrap;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td::before {
  color: var(--dark-blue-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.32px;
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
  padding: 16px 10px 16px 0;
  width: 16%;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail::after {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail a {
  width: 100%;
  max-width: 98px;
  min-height: 121px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail a img {
  width: 100%;
  max-width: 70px;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-thumbnail {
    display: inline-block;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  width: 22.5%;
  padding: 5px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-name::after {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price {
  font-size: 18px;
  color: #fff;
  width: 17%;
  padding: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity {
  width: 13.1%;
  padding: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity-label {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity {
  position: relative;
  width: fit-content;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .qty-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  font-size: 20px;
  background: transparent;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  height: 30px;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .qty-btn.qty-minus {
  left: 15px;
  color: #fff;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity .quantity .qty-btn.qty-plus {
  right: 15px;
  color: #fff;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-quantity input {
  width: 146px;
  line-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: var(--color-primary);
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal {
  text-align: center;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal ::after {
  display: inline-block;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-subtotal bdi {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.36;
  color: #fff;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove {
  padding-right: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove::after {
  display: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove a {
  float: right;
  background: var(--third-color);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-remove {
    position: absolute;
    top: 0;
    right: 0;
    justify-content: end;
    padding-right: 10px;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
  padding: 0;
  padding-top: 17px;
  width: 100%;
  border-bottom: none;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-right: 25px;
  padding: 0;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon::before, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon::after {
  display: none;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
    width: 100%;
    flex-basis: 100%;
    margin: 0;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code {
  background-color: transparent;
  height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  margin: 0;
  text-transform: capitalize;
  min-width: 253px;
  border: none;
  position: relative;
  z-index: 4;
  font-size: 14px;
  color: #fff;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code:focus, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code:hover {
  border-color: var(--color-primary);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon #coupon_code {
    flex-grow: 1;
  }
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .btn-table {
  float: right;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .btn-table .button {
  width: fit-content;
  line-height: 44px;
  text-transform: uppercase;
  border-radius: 4px;
  background: linear-gradient(90deg, #10b981 2.37%, #4be1a4 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding-inline: 29px;
  position: relative;
  z-index: 3;
}
body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .btn-table .button:hover {
  background-color: #fff;
  color: var(--primary-color);
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  padding: 58px 47px;
  width: 100%;
  max-width: 628px;
  float: none;
  background: linear-gradient(180deg, rgba(16, 185, 129, 0.33) 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 50px 30px;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -1px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr {
  display: inline-flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.order-total td bdi {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td {
  padding: 15px 13px 23px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td strong {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping {
    flex-direction: column;
    align-items: start;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td {
    padding: 0;
    padding-bottom: 20px;
    text-align: left !important;
    width: 100%;
  }
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.shipping td .selection {
    text-align: left;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr th {
  flex: 0 0 37.5%;
  padding-left: 0;
  padding-bottom: 15px;
  border: none;
  color: var(--color-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr th {
    display: inherit;
  }
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td {
  flex: 0 0 62.5%;
  border: none;
  padding-left: 35px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td::before, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td::after {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td bdi {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.44px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td #shipping_method {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-destination {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td .woocommerce-shipping-destination strong {
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-button {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  font-weight: 400;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-button::after {
  display: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-button:hover {
  color: var(--color-primary);
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p {
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_country_field, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_state_field, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_postcode_field {
  border: none;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_country_field label, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_state_field label, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field label, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_postcode_field label {
  margin: 0;
  padding: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_country_field input, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_state_field input, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field input, body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_postcode_field input {
  margin: 0;
  padding: 0 18px;
  border: none;
  color: var(--color-secondary);
  border-radius: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p#calc_shipping_city_field {
  padding: 0;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p .button {
  float: right;
  line-height: 45px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: var(--color-primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding-inline: 29px;
}
body.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr td form.woocommerce-shipping-calculator .shipping-calculator-form p .button:hover {
  background-color: #fff;
  color: var(--color-secondary);
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding: 0;
  margin-top: 40px;
  text-align: start;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
  margin: 0;
  padding: 0 22px;
  height: 45px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(90deg, #10b981 2.37%, #4be1a4 100%);
  font-size: 15px;
  letter-spacing: 6px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-mask-image: url(../img/product-list.webp);
  mask-image: url(../img/product-list.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  color: var(--primary-color);
  background-color: #fff;
}
body.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.select2-container .select2-search {
  padding-block: 15px;
}
.select2-container .select2-dropdown {
  padding-inline: 18px;
}
.select2-container .select2-search__field {
  border-radius: 7px;
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: rgba(255, 255, 255, 0.2);
}
.wp-block-woocommerce-checkout .wc-block-components-main {
  width: 100% !important;
  padding: 0;
}
.wp-block-woocommerce-checkout .wc-block-components-sidebar {
  display: none;
}
.woocommerce .woocommerce-form-coupon-toggle, .woocommerce .clear {
  display: none;
}
.woocommerce form.checkout_coupon {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin: 0;
  column-gap: 25.5px;
  row-gap: 10px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(270deg, #07674a 1.12%, #2fffb3 42%, #07674a 100%);
  padding: 24.5px 30px;
  margin-bottom: 35px;
  overflow: hidden;
}
.woocommerce form.checkout_coupon::before, .woocommerce form.checkout_coupon::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background-color: var(--third-color);
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .woocommerce form.checkout_coupon {
    justify-content: start;
  }
}
.woocommerce form.checkout_coupon::after {
  left: auto;
  right: 0;
}
.woocommerce form.checkout_coupon p.form-row {
  width: fit-content;
  margin: 0;
}
.woocommerce form.checkout_coupon p:not(.form-row) {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.44px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .woocommerce form.checkout_coupon p:not(.form-row) {
    width: 100%;
  }
}
.woocommerce form.checkout_coupon p #coupon_code {
  width: 100%;
  max-width: 253px;
  height: 45px;
  flex-shrink: 0;
  padding-inline: 20px 20px;
  color: var(--secondary-color);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: #030706;
  border: none;
  border-radius: 4px;
}
.woocommerce form.checkout_coupon p .button {
  display: none;
  border-radius: 7px;
  font-size: 14px;
  opacity: 1;
  color: var(--link-color);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .woocommerce form.checkout_coupon p .button {
    opacity: 1;
  }
}
.woocommerce-checkout .container {
  padding: 15px;
}
.woocommerce-checkout .container .pxl-content-wrap {
  padding: 0;
}
.woocommerce-checkout .container .pxl-content-wrap .pxl-content-area {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout .container .pxl-content-wrap .pxl-content-area {
    padding: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout {
  --x: 15px;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error li {
  color: var(--color-secondary);
}
.woocommerce-checkout form.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error li strong {
  font-weight: 600;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review_heading, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields h3, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3 {
  padding-bottom: 31px;
  position: relative;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41;
  text-transform: capitalize;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review_heading::before, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields h3::before, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 59.72px;
  height: 1.991px;
  background-color: var(--color-primary);
}
.woocommerce-checkout form.woocommerce-checkout #customer_details {
  margin: 0;
  flex: 0 0 55%;
  max-width: 637px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout #customer_details {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
  margin-bottom: 54px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
  display: none;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
  width: 100%;
  flex: inherit;
  max-width: 100%;
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
  width: 100%;
  display: block;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row {
  display: block;
  margin: 0;
  padding: 0;
  padding-top: 19px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-first {
  width: 50%;
  padding-right: 10px;
  padding-top: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-last, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-last {
  width: 50%;
  padding-left: 10px;
  padding-top: 0;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-first, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-first {
    width: 100%;
    padding: 0;
  }
  .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .form-row.form-row-last, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .form-row.form-row-last {
    width: 100%;
    padding: 0;
    padding-top: 20px;
  }
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields label, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields label {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  color: #fff;
  margin-bottom: 9px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields label .required, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields label .required {
  color: inherit;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-input-wrapper {
  position: relative;
  -webkit-mask-image: url("../img/product-list.webp");
  mask-image: url("../img/product-list.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .woocommerce-input-wrapper::before, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .woocommerce-input-wrapper::before {
  content: "";
  position: absolute;
  inset: 2px;
  -webkit-mask-image: url("../img/product-list.webp");
  mask-image: url("../img/product-list.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background: #030706;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .input-text, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .country_to_state, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .country_to_state {
  border-radius: 3px;
  height: 50px;
  padding-inline: 18px;
  color: var(--text-1);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.3px;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .input-text:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .country_to_state:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .country_to_state:focus, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .input-text:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .input-text:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields textarea:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields textarea:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .country_to_state:hover, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .country_to_state:hover {
  color: #fff;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection {
  height: 50px;
  width: 100%;
  background: transparent;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-billing-fields .select2-selection .select2-selection__rendered, .woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-shipping-fields .select2-selection .select2-selection__rendered {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details #billing_address_2_field {
  display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments_field {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields label {
  line-height: 1.5;
  color: var(--color-secondary);
  margin-bottom: 10px;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .woocommerce-additional-fields #order_comments {
  width: 100%;
  height: 126px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 18px;
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1.625;
  background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
  width: 100%;
  flex: 0 0 45%;
  max-width: 500px;
  padding-left: 23px;
}
@media screen and (max-width: 991px) {
  .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right .pxl-order-review-inner {
  width: 100%;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review {
  padding-top: 12px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"] {
  position: relative;
  margin: 0;
  appearance: none;
  min-width: 11px;
  min-height: 11px;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  cursor: pointer;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]::before {
  content: "";
  min-width: 5px;
  min-height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: translate(-50%, -50%);
  background-color: var(--third-color);
  border-radius: inherit;
  opacity: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover {
  border-color: var(--third-color);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked::before, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover::before {
  opacity: 1;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:checked ~ label, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review input[type="radio"]:hover ~ label {
  color: var(--third-color) !important;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table {
  border: none;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table thead th {
  border: none;
  color: var(--secondary-color);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: -0.48px;
  padding: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table thead th.product-total {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td {
  border: none;
  padding: 0;
  padding-block: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td.product-name {
  width: calc(100% - 10px);
  min-width: 250px;
  line-height: 1.4;
  letter-spacing: -0.34px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td.product-name strong {
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tbody td.product-total {
  width: 110px;
  text-align: right;
  line-height: 1.4;
  letter-spacing: -0.36px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr th {
  border: none;
  padding: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  border: none;
  height: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr td {
  text-align: right;
  border: none;
  padding: 0;
  height: 50px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.cart-subtotal th, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.cart-subtotal bdi {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.order-total th, .woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.order-total bdi {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping th {
  width: auto;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping td {
  width: 100%;
  max-width: 320px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  column-gap: 10px;
  flex-wrap: wrap;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method li bdi {
  font-weight: 400;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review .shop_table tfoot tr.shipping #shipping_method label {
  cursor: pointer;
  color: var(--secondary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.84615;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment {
  background-color: transparent;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods {
  margin: 0;
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li {
  position: relative;
  margin-block: 9px;
  padding: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li label {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box {
  background-color: transparent;
  padding: 2px 0 0 15px;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box::before {
  border: none;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods li .payment_box p {
  font-size: 16px;
  line-height: 1.625;
  color: var(--primary-color);
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .wc_payment_methods .payment_method_cheque {
  margin-top: 20px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order {
  padding: 0;
  margin: 0;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order .woocommerce-privacy-policy-text p {
  color: var(--secondary-color);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.34px;
  padding-block: 27px;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order #place_order {
  float: none;
  border-radius: 0;
  min-width: 262px;
  text-transform: uppercase;
  height: 58px;
  letter-spacing: 1.04px;
  color: var(--white, #fff);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.04;
}
.woocommerce-checkout form.woocommerce-checkout .pxl-order-review-right #order_review #payment .place-order #place_order:hover {
  background-color: #fff;
  color: var(--primary-color);
}
.woocommerce-checkout .wc-block-checkout__actions_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.woocommerce-checkout .wc-block-checkout__actions_row button {
  border: 1px solid var(--color-primary);
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce-checkout .wc-block-checkout__actions_row button:hover {
  color: var(--color-primary);
  background: #fff;
}
.woocommerce-account .woocommerce {
  position: relative;
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  display: none;
}
.woocommerce-account .woocommerce #customer_login {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 50px;
}
.woocommerce-account .woocommerce #customer_login::before, .woocommerce-account .woocommerce #customer_login::after {
  display: none;
}
.woocommerce-account .woocommerce #customer_login .col-1, .woocommerce-account .woocommerce #customer_login .col-2 {
  flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  padding: 0;
}
.woocommerce-account .woocommerce #customer_login .col-1 > h2, .woocommerce-account .woocommerce #customer_login .col-2 > h2 {
  color: #072032;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.44px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce #customer_login .col-1, .woocommerce-account .woocommerce #customer_login .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form {
  margin: 0;
  border: none;
  background-color: var(--color-secondary);
  padding: 30px 50px;
  border-radius: 10px;
}
@media  {
  .woocommerce-account .woocommerce #customer_login .woocommerce-form {
    padding: 30px;
  }
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p {
  margin: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p::before, .woocommerce-account .woocommerce #customer_login .woocommerce-form p::after {
  display: none;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p + p {
  margin-top: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.form-row:not(.form-row-wide) {
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.lost_password {
  font-size: 16px;
  color: #fff;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.lost_password a {
  color: inherit;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p.lost_password a:hover {
  color: var(--color-primary);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input {
  color: var(--color-secondary);
  transition-duration: 0.25s;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input::after {
  color: inherit;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input.display-password, .woocommerce-account .woocommerce #customer_login .woocommerce-form p .show-password-input:hover {
  color: var(--color-primary);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label {
  color: var(--white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label.woocommerce-form-login__rememberme {
  margin: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label .required {
  color: var(--color-primary);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form label.woocommerce-form-login__rememberme {
  font-weight: 400;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form input[type="text"], .woocommerce-account .woocommerce #customer_login .woocommerce-form input[type="email"], .woocommerce-account .woocommerce #customer_login .woocommerce-form input[type="password"] {
  width: 100%;
  border-radius: 6px;
  background-color: var(--white, #fff);
  height: 50px;
  padding-inline: 20px;
  border: none;
  border-radius: 10px;
  color: var(--Text-1, #5c6972);
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button {
  height: 48px;
  padding-inline: 32px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  border-radius: 10px;
  margin: 0;
  white-space: nowrap;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button:hover, .woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button:active, .woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-button:focus {
  background-color: #fff;
  color: var(--color-primary);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text {
  margin-top: 20px;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text p {
  font-size: 16px;
  color: #fff;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text a {
  color: var(--color-primary);
  position: relative;
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text a::before {
  content: "";
  position: absolute;
  width: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: var(--color-primary);
}
.woocommerce-account .woocommerce #customer_login .woocommerce-form .woocommerce-privacy-policy-text a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  flex-basis: 30%;
  max-width: 30%;
  position: sticky;
  top: 50px;
  left: 0;
  height: fit-content;
  background-color: var(--color-secondary);
  padding: 30px 50px;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    flex-basis: 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 35px;
    padding: 30px;
    top: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li a {
  display: block;
  width: 100%;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  border-radius: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li:hover a {
  background-color: var(--color-primary);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation li + li {
  margin-top: 1px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  flex-basis: 70%;
  max-width: 70%;
  width: 100%;
  height: 100%;
  padding: 0;
  padding-left: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content > p {
  color: var(--text-1);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.34px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  color: var(--color-secondary);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address {
  max-width: none;
  width: 100%;
  padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address + .woocommerce-Address {
  margin-top: 50px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title {
  margin-bottom: 5px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title > h2 {
  color: var(--color-secondary);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.44px;
  margin-bottom: 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title > a {
  display: block;
  padding-inline: 32px;
  line-height: 48px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: var(--color-primary);
  float: none;
  width: fit-content;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses .woocommerce-Address-title > a:hover {
  background-color: var(--color-secondary);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses.addresses address {
  display: block;
  font-size: 17px;
  color: var(--text-1);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form > h2 {
  color: var(--color-secondary);
  font-size: 22px !important;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.44px !important;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row {
  margin: 0;
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  padding-inline: 15px;
  margin-bottom: 13px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row::before, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row::after {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-last {
  max-width: 50%;
  flex: 0 0 50%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row > span {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-first, .woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row.form-row-last {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label {
  display: block;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form label .required {
  color: inherit;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection.select2-selection--single {
  border-radius: 6px;
  color: var(--text-1);
  font-size: 15px;
  letter-spacing: -0.3px;
  border-radius: 0;
  background-color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 48px;
  border: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input {
  line-height: 50px;
  border-radius: 6px;
  padding-inline: 18px;
  color: var(--text-1);
  font-size: 15px;
  letter-spacing: -0.3px;
  border-radius: 0;
  background-color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form input:focus {
  border-color: var(--color-primary);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset {
  padding: 30px 0 10px;
  width: 100%;
  margin: 20px 15px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form fieldset .show-password-input {
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .button {
  float: right;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 600;
}
body #yith-wcwl-popup-message {
  margin-left: -108px;
  display: none;
  bottom: 30px;
  top: auto;
  right: 30px;
  left: auto;
  background-color: var(--color-primary);
  border-radius: 3px;
  border: none;
  color: #fff;
  padding: 0 20px;
}
body #yith-quick-view-modal .yith-quick-view-overlay {
  background-color: rgba(0, 0, 0, 0.85);
}
body #yith-quick-view-modal .yith-wcqv-main {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close {
  color: rgba(0, 0, 0, 0.2);
  opacity: 1;
  border: none;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:before {
  content: "\f410";
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
}
body #yith-quick-view-modal .yith-wcqv-head #yith-quick-view-close:hover {
  color: var(--color-primary);
}
body #yith-quick-view-modal #yith-quick-view-content div.images {
  padding: 15px;
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content div.images {
    width: 100%;
    margin-bottom: 30px;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
  padding: 30px 30px 15px 15px;
  width: 50%;
}
@media screen and (max-width: 575px) {
  body #yith-quick-view-modal #yith-quick-view-content .entry-summary {
    width: 100%;
  }
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary h1.product_title {
  font-size: 30px;
  margin-bottom: 5px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart {
  border-top: 1px solid #f7f9fb;
  border-bottom: 1px solid #f7f9fb;
  padding: 18px 0;
  margin-bottom: 30px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item {
  background-color: #f3f3f3;
  border: none;
  line-height: 40px;
  color: #6f6f6f;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -khtml-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
  font-size: 14px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
  background-color: var(--color-primary);
  color: #fff;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item {
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin: 0 5px 5px 0;
  opacity: 0.5;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
  border: 2px solid rgba(0, 0, 0, 0.2);
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
  opacity: 1;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .woocommerce-product-details__short-description p {
  margin-bottom: 24px;
}
body #yith-quick-view-modal #yith-quick-view-content .entry-summary .quantity .qty {
  padding: 0 12px;
  width: 70px;
  height: 50px;
}
.wishlist-title {
  width: 100%;
  text-align: center;
  margin: 0 0 45px;
}
.wishlist-title .button .fa {
  font-family: FontAwesome;
}
.hidden-title-form input + input {
  margin-top: 15px;
}
.hidden-title-form .btn {
  line-height: 51px !important;
}
.shop_table.cart.wishlist_table {
  margin-bottom: 0 !important;
}
#yith-wcwl-form tfoot td {
  display: none;
}
#yith-wcwl-form .product-stock-status {
  font-size: 16px;
  font-weight: 600;
}
#yith-wcwl-form .product-stock-status .wishlist-in-stock {
  color: var(--color-secondary) !important;
}
#yith-wcwl-form .wishlist-empty {
  text-align: center !important;
}
#yith-wcwl-form .product-add-to-cart {
  text-align: right !important;
}
#yith-wcwl-form .product-add-to-cart a.button {
  padding: 0 34px;
  display: inline-block !important;
}
#yith-wcwl-form .product-add-to-cart a.button.loading {
  padding-right: 30px;
}
#yith-wcwl-form .product-add-to-cart a.button.loading:after {
  top: 0 !important;
  right: 0px !important;
  text-indent: 0px;
  height: 50px !important;
  width: 50px !important;
  line-height: 50px !important;
  text-align: center !important;
}
#yith-wcwl-form .yith-wcwl-share {
  display: none;
}
@media screen and (max-width: 767px) {
  #yith-wcwl-form {
    overflow-x: scroll;
  }
  #yith-wcwl-form .cart.wishlist_table {
    min-width: 767px;
  }
}
#stripe-payment-data .form-row > label + div {
  width: 100%;
}
.woocommerce-lost-password {
  /* Product Wishlist Popup */
}
.woocommerce-lost-password .woocommerce-error {
  max-width: 440px;
  margin: auto;
}
.woocommerce-lost-password .woocommerce-ResetPassword {
  background-color: var(--color-secondary);
  padding: 30px 50px;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 0px;
}
.woocommerce-lost-password .woocommerce-ResetPassword p {
  width: 100% !important;
  float: none !important;
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login {
  border-radius: 6px;
  line-height: 48px;
  padding-inline: 18px;
  color: var(--text-1);
  font-size: 15px;
  letter-spacing: -0.3px;
  color: #fff;
}
.woocommerce-lost-password .woocommerce-ResetPassword #user_login:focus {
  border-color: var(--color-primary);
}
.woocommerce-lost-password .woocommerce-ResetPassword label {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.woocommerce-lost-password .woocommerce-ResetPassword label .required {
  color: inherit;
}
.woocommerce-lost-password .woocommerce-ResetPassword .woocommerce-Button {
  padding-inline: 32px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.woosw-popup {
  /* Wishlist */
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div {
  width: 150px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item--name a {
  font-weight: 500;
}
.woosw-popup .woosw-item--time {
  display: none;
}
.woosw-popup .woosw-item--actions a.button {
  line-height: 40px;
  padding: 0px;
  position: relative;
  padding-left: 0px;
  background: var(--third-color);
  border-radius: 0;
}
.woosw-popup .woosw-item--actions a.button .pxl-text-btn {
  color: var(--primary-color);
  position: relative;
  height: 40px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 13px;
  background: var(--third-color);
}
.woosw-popup .woosw-popup-content-bot {
  background-color: #000;
}
.woosw-popup .woosw-popup-content-bot a {
  color: #000;
  text-transform: capitalize;
}
.woosw-popup .woosw-popup-content-bot a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.woosw-popup .woosw-popup-content .woosw-popup-content-mid {
  background-color: #030706 !important;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot {
  background-color: #000;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-page, .woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-continue {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top {
  background-color: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-top .woosw-popup-close {
  color: #fff;
}
.woosw-popup .woosw-popup-inner .woosw-item--atc {
  position: relative;
}
.woosw-popup .woosw-popup-inner .woosw-item--atc .add_to_cart_inline {
  width: 100%;
  border-radius: 0;
}
.woosw-popup .woosw-popup-inner .woosw-item--atc .added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  background: var(--third-color);
  width: 100%;
  border-radius: 0px;
  text-align: center;
  padding: 0;
}
.woosw-list {
  max-width: 860px;
  margin: auto;
  /* Product Quick View Popup */
}
.woosw-list .woosw-popup-content-mid-message {
  margin: 0 auto;
  max-width: fit-content;
}
.woosw-list .woosw-actions {
  display: none;
}
.woosw-list .woosw-popup-content-mid-massage {
  padding: 112px 0 0;
  background-color: transparent;
  border: none;
  text-align: center !important;
}
.woosw-list .woosw-popup-content-mid-massage:before {
  content: "\f145";
  font-family: "Caseicon";
  width: 100px;
  height: 100px;
  border-radius: 100px;
  line-height: 100px;
  font-size: 100px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  color: rgba(0, 0, 0, 0.14);
  position: absolute;
}
.woosw-list table.woosw-items {
  border: none;
  overflow-y: auto;
}
.woosw-list table.woosw-items .woosw-item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.woosw-list table.woosw-items .woosw-item:last-child {
  border: unset;
}
.woosw-list table.woosw-items .woosw-item td {
  border: none;
  background-color: transparent !important;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--remove {
  flex: 0 0 40px;
  max-width: 40px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--remove span:before {
  color: var(--color-secondary);
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--image {
  flex: 0 0 200px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--image a {
  min-height: 120px;
  height: 100%;
  padding: 10px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--image a img {
  max-width: 100px;
}
@media screen and (max-width: 575px) {
  .woosw-list table.woosw-items .woosw-item td.woosw-item--image {
    flex: 0 0 150px;
  }
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info {
  flex: 0 0 calc(100% - (163px + 200px + 40px));
}
@media screen and (max-width: 575px) {
  .woosw-list table.woosw-items .woosw-item td.woosw-item--info {
    flex: 0 0 calc(100% - (150px + 40px));
  }
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--price {
  font-size: 15px;
  color: var(--color-primary);
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--price ins {
  background-color: transparent;
  color: inherit;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--price del {
  color: var(--text-1);
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--info .woosw-item--time {
  font-size: 14px;
  font-weight: 500;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions {
  flex: 0 0 163px;
  max-width: 163px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline {
  position: relative;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline .added_to_cart.wc-forward {
  position: absolute;
  inset: 0;
  height: 46px;
  background: var(--third-color);
  color: var(--primary-color);
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline .add_to_cart_button {
  width: fit-content;
  padding: 0;
  position: relative;
  padding-left: 15px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline .add_to_cart_button.added::after {
  display: none;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline .add_to_cart_button .pxl-icon {
  line-height: 0;
  margin-right: 10px;
}
.woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline .add_to_cart_button .pxl-text-btn {
  padding: 0px 15px;
  position: relative;
  height: 46px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--third-color);
}
@media screen and (max-width: 575px) {
  .woosw-list table.woosw-items .woosw-item td.woosw-item--actions {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woosw-list table.woosw-items .woosw-item td.woosw-item--actions .add_to_cart_inline {
    padding-left: 40px;
    padding-bottom: 15px;
  }
}
.woosw-list table.woosw-items .woosw-item .woosw-item--name a {
  font-size: 22px;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
}
.woosw-list table.woosw-items .woosw-item .woosw-item--price span {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
}
.woosq-popup .quantity .qty {
  width: auto;
}
.woosq-popup .woocommerce-product-details__short-description {
  margin-bottom: 22px;
}
.woosq-popup div.product .entry-summary {
  padding: 0;
}
.woosq-popup div.product .entry-summary .summary-content {
  padding-left: 30px;
  padding-right: 30px;
}
.woosq-popup div.product .entry-summary .entry-title {
  font-size: 32px;
}
.woosq-popup div.product .entry-summary .product_type_external {
  width: 100%;
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button {
  width: 100%;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart {
  line-height: 50px;
  text-align: center;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading {
  opacity: 1;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border-color: transparent #fff transparent #fff;
  border-width: 1px;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  animation: pxl_spin 0.6s infinite linear;
  -webkit-animation: pxl_spin 0.6s infinite linear;
  box-sizing: border-box;
  z-index: 2;
}
.woosq-popup div.product .entry-summary .add_to_cart_button.ajax_add_to_cart.loading:after {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner {
  border-radius: 0px;
  margin-bottom: 30px;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner > svg {
  display: none;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content {
    justify-content: center;
    padding-bottom: 40px;
    position: relative;
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  background-color: transparent !important;
  line-height: normal;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  .woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner .wc-block-components-notice-banner__content a.button:hover {
  text-decoration: underline;
  color: var(--color-primary) !important;
}
.woocommerce-notices-wrapper .wc-block-components-notice-banner.is-success {
  background-color: rgba(var(--primary-color-rgb),0.1);
  border-color: var(--color-primary);
}
.wc-empty-cart-message {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.pxl-woocommerce-page .container {
  max-width: 1200px;
}
.wc-block-components-checkout-place-order-button {
  color: #fff;
  background-color: var(--color-secondary);
  border-radius: 200px;
  border: none;
  font-size: 15px;
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: var(--color-primary);
}
.add_to_cart_button {
  border-radius: 200px;
}
#calc_shipping_city_field, #calc_shipping_postcode {
  border: 1px solid #e2e2e2;
  line-height: 48px;
  padding: 0;
  padding-inline: 15px;
}
#calc_shipping_postcode {
  margin-top: 12px;
}
#pxl-cart-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
}
#pxl-cart-sidebar .pxl-popup--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 32, 34, 0.8);
  cursor: pointer;
}
#pxl-cart-sidebar .pxl-close {
  width: 34px;
  height: 34px;
  position: relative;
  border-radius: 34px;
  background-color: var(--color-primary);
  position: relative;
  cursor: pointer;
}
#pxl-cart-sidebar .pxl-close.remove_from_cart_button {
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#pxl-cart-sidebar .pxl-close.remove_from_cart_button::after, #pxl-cart-sidebar .pxl-close.remove_from_cart_button::before {
  width: 15px;
}
#pxl-cart-sidebar .pxl-close::after, #pxl-cart-sidebar .pxl-close::before {
  content: "";
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 2px;
  background-color: var(--primary-color);
  transition: inherit;
}
#pxl-cart-sidebar .pxl-close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#pxl-cart-sidebar .pxl-close:hover::after, #pxl-cart-sidebar .pxl-close:hover::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar {
  padding-bottom: 137px;
  background: #030706;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9999;
  width: 450px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
  flex-grow: 1;
  text-transform: uppercase;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head {
  position: sticky;
  top: 0;
  left: 0;
  padding-block: 20px;
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #030706;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 9999;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_head .ct-close {
  height: 36px;
  width: 36px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart {
  padding: 0 30px 0 30px;
  height: 100%;
  overflow-y: scroll;
  width: 100%;
  max-width: 450px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding: 20px 0px 15px 0;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:last-child {
  border: none;
  padding-bottom: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty {
  font-size: 16px;
  margin-top: 40px;
  padding: 0 !important;
  text-align: center;
  display: block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty span {
  text-align: center;
  margin-bottom: 20px;
  display: block;
  margin-top: 20px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty i {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.2);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn {
  line-height: 50px;
  width: 100%;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li.empty .btn:hover {
  color: #fff;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image {
  width: 55px;
  min-width: 55px;
  margin-right: 15px;
  height: 55px;
  flex-shrink: 0;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image a {
  display: inline-block;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-image img {
  height: 55px;
  object-fit: cover;
  margin: 0;
  width: inherit;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta {
  width: 100%;
  gap: 7px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 {
  display: block;
  font-size: 18px;
  letter-spacing: 0;
  line-height: normal;
  font-weight: 500;
  margin-bottom: 3px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a {
  color: inherit;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta h3 a:hover {
  color: var(--color-primary);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .quantity-icon {
  display: none;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list .cart-product-meta .quantity .woocommerce-Price-amount {
  position: unset;
  margin-left: 5px;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li:hover a.remove_from_cart_button {
  opacity: 1;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 30px;
  background-color: #030706;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total {
  border: none;
  border-top: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--primary-color);
  font-weight: 600;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.total strong {
  font-weight: inherit;
  color: var(--primary-color);
  text-transform: uppercase;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons {
  margin: 0 0 30px;
  display: flex;
  flex-wrap: wrap;
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--primary-color);
}
#pxl-cart-sidebar .pxl-widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer p.buttons .btn:hover {
  background-color: var(--third-color);
  color: #fff;
}
#pxl-cart-sidebar.active {
  visibility: visible;
}
#pxl-cart-sidebar.active .pxl-widget-cart-sidebar {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.admin-bar #pxl-cart-sidebar .pxl-widget-cart-sidebar {
  top: 32px;
}
@media screen and (min-width: 992px) {
  .admin-bar .widget-cart-sidebar {
    top: 32px;
    padding-bottom: 167px;
  }
  .admin-bar .widget-cart-sidebar .widget_shopping_cart .widget_shopping_cart_footer {
    bottom: 32px;
  }
}
.add_to_cart_inline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}
.add_to_cart_inline .product_type_variable {
  white-space: nowrap;
}
.woocommerce input::-webkit-outer-spin-button, .woocommerce input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce .quantity-icon.quantity-icon:before, .woocommerce .quantity-icon.quantity-icon:after {
  background: var(--color-primary);
}
.woocommerce .quantity-icon.pxl-icon--minus {
  left: 29px;
}
.woocommerce .quantity-icon.pxl-icon--plus {
  right: 29px;
}
.woocommerce.single-product #pxl-main {
  padding: 160px 0px 137px;
}
@media screen and (max-width: 1200px) {
  .woocommerce.single-product #pxl-main {
    padding: 80px 0px;
  }
}
.woocommerce.post-type-archive-product #pxl-main {
  padding: 163px 0px;
}
@media screen and (max-width: 1200px) {
  .woocommerce.post-type-archive-product #pxl-main {
    padding: 80px 0px;
  }
}
.woocommerce.post-type-archive-product #pxl-main .row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1320px) {
  .woocommerce.post-type-archive-product #pxl-main .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1300px) {
  .woocommerce.post-type-archive-product #pxl-main .row .pxl-content-area {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .woocommerce.post-type-archive-product #pxl-main .row .pxl-sidebar-area {
    max-width: 30%;
    flex: 0 0 30%;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .woocommerce.post-type-archive-product #pxl-main .row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce.post-type-archive-product #pxl-main .row .pxl-content-area {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .woocommerce.post-type-archive-product #pxl-main .row .pxl-sidebar-area {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0px;
  }
}
.woocommerce #pxl-main .pxl-content-wrap {
  --x: 40px;
}
@media screen and (max-width: 1366px) {
  .woocommerce #pxl-main .pxl-content-wrap {
    --x: 25px;
  }
}
.woocommerce #pxl-main .pxl-content-wrap .pxl-content-area {
  padding: 0;
}
.woocommerce #pxl-main .pxl-content-wrap .pxl-sidebar-area {
  padding: 0 0 0 40px;
}
.woocommerce #pxl-main .col-lg-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.woocommerce #pxl-main .col-lg-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.woocommerce #pxl-main .woocommerce-message {
  display: inline-flex;
  align-items: center;
  width: 100%;
  gap: 8px;
  padding-right: 140px;
  color: #fff;
  background-color: var(--third-color);
}
.woocommerce #pxl-main .woocommerce-message::before {
  position: relative;
  top: 0;
  left: 0;
}
.woocommerce #pxl-main .woocommerce-message::after {
  display: none;
}
.woocommerce #pxl-main .woocommerce-message .button {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid var(--color-primary);
}
.woocommerce #pxl-main .woocommerce-message .button:hover {
  color: var(--color-primary);
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-main .col-lg-9 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .woocommerce #pxl-main .col-lg-3 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-main .col-lg-9 {
    margin-bottom: 85px;
  }
  .woocommerce #pxl-main .col-lg-9, .woocommerce #pxl-main .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce #pxl-main .col-lg-9 {
    margin-bottom: 0px;
  }
  .woocommerce #pxl-main .col-lg-9, .woocommerce #pxl-main .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce ul.products {
  --x: 12.5px;
  --y: 24.5px;
  display: flex;
  flex-wrap: wrap;
  margin-inline: calc(-1 * var(--x));
  margin-block: calc(-1 * var(--y));
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products {
    --x: 15px;
    --y: 20px;
  }
}
.woocommerce ul.products .btn-list {
  display: none;
}
.woocommerce ul.products.products-list {
  display: block;
}
.woocommerce ul.products.products-list li.product {
  width: 100% !important;
  padding: 25px 12px 13px 15px;
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.products.products-list li.product {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products.products-list li.product {
    padding: 25px 10px;
  }
}
.woocommerce ul.products.products-list .product-action {
  display: none;
}
.woocommerce ul.products.products-list .product-action.btn-list {
  display: block;
  position: relative;
}
.woocommerce ul.products.products-list .product-action.btn-list a {
  -webkit-mask-image: url("../img/product-list.webp");
  mask-image: url("../img/product-list.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  margin-top: 0;
  border-radius: 0;
  background: var(--third-color);
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}
.woocommerce ul.products.products-list .product-action.btn-list a.added_to_cart {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.woocommerce ul.products.products-list .woocommerce-product-inner {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.products.products-list .woocommerce-product-inner {
    align-items: center;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products.products-list .woocommerce-product-inner {
    display: block;
  }
}
.woocommerce ul.products.products-list .woocommerce-product-header {
  max-width: 300px;
  min-height: 360px;
  max-height: 360px;
  mask-image: none;
  background: transparent;
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products.products-list .woocommerce-product-header {
    max-width: 100%;
    max-height: 300px;
    min-height: 300px;
  }
}
.woocommerce ul.products.products-list .woocommerce-product-header::after {
  mask-image: none;
  inset: 0;
}
.woocommerce ul.products.products-list .woocommerce-product-header::before {
  mask-image: none;
}
.woocommerce ul.products.products-list .woocommerce-product-content {
  padding: 54px 72px 54px 52px;
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.products.products-list .woocommerce-product-content {
    padding: 25px;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce ul.products.products-list .woocommerce-product-content {
    padding: 30px 15px 15px;
  }
}
.woocommerce ul.products.products-list .woocommerce-product-content .woocommerce-short-description {
  display: block;
  font-size: 14px;
  line-height: 1.71;
  padding: 16px 0 20px;
}
.woocommerce ul.products.products-list .woocommerce-product-content .woocommerce-product-title {
  padding-top: 15px;
}
.woocommerce ul.products.products-list .woocommerce-product-content .woocommerce-rating {
  display: block;
}
.woocommerce ul.products li.product {
  margin: 0;
  padding-inline: var(--x);
  padding-block: var(--y);
}
.woocommerce ul.products li.product > .woosw-btn, .woocommerce ul.products li.product > .woosq-btn, .woocommerce ul.products li.product > .woosc-btn {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .woocommerce ul.products {
    --x: 10px;
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-5 li.product {
    width: calc(20%);
    width: -webkit-calc(20%);
    width: -ms-calc(20%);
    width: -o-calc(20%);
  }
}
@media screen and (min-width: 992px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(25%);
    width: -webkit-calc(25%);
    width: -ms-calc(25%);
    width: -o-calc(25%);
  }
}
@media screen and (max-width: 991px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(33.33%);
    width: -webkit-calc(33.33%);
    width: -ms-calc(33.33%);
    width: -o-calc(33.33%);
  }
}
@media screen and (min-width: 768px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(33.33%);
    width: -webkit-calc(33.33%);
    width: -ms-calc(33.33%);
    width: -o-calc(33.33%);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .woocommerce ul.products li.product {
    width: 50% !important;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-wrap, .woocommerce > div.product .woocommerce-summary-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 23px;
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-gallery, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-gallery {
  flex: 0 0 53%;
  max-width: 53%;
  position: sticky;
  top: 50px;
  padding-left: 180px;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-gallery, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-gallery {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-gallery, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-gallery {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    top: 0;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-summary-inner, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-summary-inner {
  flex: 0 0 47%;
  max-width: 47%;
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-summary-inner, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-summary-inner {
    position: relative;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-summary-inner .entry-summary, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-summary-inner .entry-summary {
  padding-left: 63px;
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .woocommerce #pxl-content-area div.product .woocommerce-summary-wrap .woocommerce-summary-inner .entry-summary, .woocommerce > div.product .woocommerce-summary-wrap .woocommerce-summary-inner .entry-summary {
    padding-left: 15px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-product-details__short-description p:last-child, .woocommerce > div.product .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery, .woocommerce > div.product .woocommerce-gallery {
  position: relative;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery, .woocommerce > div.product .woocommerce-gallery {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery, .woocommerce > div.product .woocommerce-gallery {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .onsale, .woocommerce > div.product .woocommerce-gallery .onsale {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature {
  margin-bottom: 71px;
  list-style: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li {
  display: flex;
  flex-wrap: nowrap;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li i, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li i {
  margin-right: 8px;
  margin-top: 6px;
  color: var(--color-primary);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li p:last-child, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li p:last-child {
  margin-bottom: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-sg-product-feature li + li, .woocommerce > div.product .woocommerce-gallery .woocommerce-sg-product-feature li + li {
  margin-top: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery {
  margin-bottom: 0;
  position: static;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  position: relative;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .zoomImg {
  background: #030706;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-viewport, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-viewport {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 158px;
  flex-wrap: wrap;
  height: 100%;
  gap: 15px;
  display: flex;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover {
  overflow-x: hidden;
  overflow-y: auto;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar-thumb, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
  border: 2px solid transparent;
  background-clip: padding-box;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar-thumb:hover, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar-thumb:hover {
  border: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar-track, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav:hover::-webkit-scrollbar-track {
  background: #fafbfa;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li {
  width: 100%;
  height: 31%;
  border-radius: 10px;
  background: transparent;
  -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);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li:hover, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li:hover {
  background: #030706;
  border-color: var(--third-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav img, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav img.flex-active, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav img.flex-active {
  border: 1px solid var(--third-color);
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav {
    position: static;
    margin: 10px 0 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-control-nav li {
    width: calc(33% - 11px);
    margin-bottom: 10px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a {
  font-size: 0px;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
  text-align: center;
  line-height: 35px;
  color: #000;
  background-color: rgba(0, 0, 0, 0.12);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:before, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:before {
  content: "\f136";
  font-family: "Bravisicon";
  font-size: 12px;
  display: inline-flex;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:hover, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav a:hover {
  color: var(--primary-color);
  background-color: var(--secondary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next {
  right: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .flex-direction-nav .flex-nav-next a:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 605px;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a img, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__image a {
    min-height: auto;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  top: 15px;
  right: 30px;
  background: transparent;
}
.woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before, .woocommerce #pxl-content-area div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after, .woocommerce > div.product .woocommerce-gallery .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
  border: 2px solid #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-title .product_title, .woocommerce > div.product .woocommerce-sg-product-title .product_title {
  font-size: 47px;
  line-height: 1.21;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product .woocommerce-sg-product-title .product_title, .woocommerce > div.product .woocommerce-sg-product-title .product_title {
    font-size: 32px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-rating .woocommerce-rating, .woocommerce > div.product .woocommerce-sg-product-rating .woocommerce-rating {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-rating .woocommerce-rating .rating-star, .woocommerce > div.product .woocommerce-sg-product-rating .woocommerce-rating .rating-star {
  display: flex;
  gap: 4px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-rating .woocommerce-review-link, .woocommerce > div.product .woocommerce-sg-product-rating .woocommerce-review-link {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #646464;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price, .woocommerce > div.product .woocommerce-sg-product-price {
  margin-top: 26px;
  height: auto;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price ins, .woocommerce > div.product .woocommerce-sg-product-price .price ins {
  padding: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price bdi, .woocommerce > div.product .woocommerce-sg-product-price .price bdi {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -1px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price del, .woocommerce > div.product .woocommerce-sg-product-price .price del {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -1px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price del .amount bdi, .woocommerce > div.product .woocommerce-sg-product-price .price del .amount bdi {
  --current-color: currentcolor;
  position: relative;
  font-size: 22px;
  text-decoration: none;
  color: var(--text-1);
  line-height: 45px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-price .price del .amount bdi::after, .woocommerce > div.product .woocommerce-sg-product-price .price del .amount bdi::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--current-color);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt, .woocommerce > div.product .woocommerce-sg-product-excerpt {
  margin-top: 17px;
  margin-bottom: 27px;
}
@media screen and (max-width: 1280px) {
  .woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt, .woocommerce > div.product .woocommerce-sg-product-excerpt {
    margin-top: 30px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description, .woocommerce > div.product .woocommerce-sg-product-excerpt .woocommerce-product-details__short-description {
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt p, .woocommerce > div.product .woocommerce-sg-product-excerpt p {
  font-size: 18px;
  line-height: 1.44;
  text-align: justify;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt p + p, .woocommerce > div.product .woocommerce-sg-product-excerpt p + p {
  margin-top: 32px;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt ul, .woocommerce > div.product .woocommerce-sg-product-excerpt ul {
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-sg-product-excerpt ul li, .woocommerce > div.product .woocommerce-sg-product-excerpt ul li {
  list-style-type: none;
  font-size: 16px;
}
.woocommerce #pxl-content-area div.product form.cart, .woocommerce > div.product form.cart {
  display: inline-flex;
  align-items: center;
  margin-top: 0px;
  margin-bottom: 0;
  width: 100%;
  flex-wrap: wrap;
}
.woocommerce #pxl-content-area div.product form.cart::before, .woocommerce > div.product form.cart::before, .woocommerce #pxl-content-area div.product form.cart::after, .woocommerce > div.product form.cart::after, .woocommerce #pxl-content-area div.product form.cart .added_to_cart.wc-forward, .woocommerce > div.product form.cart .added_to_cart.wc-forward {
  display: none;
}
.woocommerce #pxl-content-area div.product form.cart .woocomerce-wrap--details, .woocommerce > div.product form.cart .woocomerce-wrap--details {
  display: flex;
  align-items: center;
}
.woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.52;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-right: 13px;
}
@media screen and (max-width: 991px) {
  .woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
    width: auto;
    flex-basis: auto;
    margin-right: 13px;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce #pxl-content-area div.product form.cart .woocomerce-label--quantity, .woocommerce > div.product form.cart .woocomerce-label--quantity {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.woocommerce #pxl-content-area div.product form.cart .quantity, .woocommerce > div.product form.cart .quantity {
  position: relative;
  float: none;
  margin: 0;
  width: 157px;
  border-radius: 10px;
  margin-right: 17px;
  color: var(--color-primary);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce #pxl-content-area div.product form.cart .quantity .input-text, .woocommerce > div.product form.cart .quantity .input-text {
  font-size: 18px;
  font-weight: 400;
  color: inherit;
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgba(0, 0, 0, 0);
  height: 47px;
  padding: 0;
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product form.cart .quantity .input-text, .woocommerce > div.product form.cart .quantity .input-text {
    height: 42px;
  }
}
.woocommerce #pxl-content-area div.product form.cart .quantity .qty-btn, .woocommerce > div.product form.cart .quantity .qty-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  font-size: 20px;
  color: #fff;
  align-items: center;
  background: transparent;
  justify-content: center;
  display: inline-flex;
  height: 30px;
}
.woocommerce #pxl-content-area div.product form.cart .quantity .qty-btn.qty-minus, .woocommerce > div.product form.cart .quantity .qty-btn.qty-minus {
  left: 13px;
}
.woocommerce #pxl-content-area div.product form.cart .quantity .qty-btn.qty-plus, .woocommerce > div.product form.cart .quantity .qty-btn.qty-plus {
  right: 13px;
}
.woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
  margin: 16px 0 27px;
  max-width: 445px;
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.53;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  background-color: var(--third-color);
  border-radius: 0;
  -webkit-mask-image: url(../img/product-list.webp);
  mask-image: url(../img/product-list.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
    line-height: 49px;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
    line-height: 49px;
  }
}
@media only screen and (max-width: 335px) {
  .woocommerce #pxl-content-area div.product form.cart .single_add_to_cart_button, .woocommerce > div.product form.cart .single_add_to_cart_button {
    margin-top: 20px;
  }
}
.woocommerce #pxl-content-area div.product .woosw-btn, .woocommerce > div.product .woosw-btn {
  margin-right: 17px;
}
.woocommerce #pxl-content-area div.product .woosc-btn, .woocommerce > div.product .woosc-btn, .woocommerce #pxl-content-area div.product .woosw-btn, .woocommerce > div.product .woosw-btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding-left: 0;
  color: var(--primary-color);
  background: var(--third-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.woocommerce #pxl-content-area div.product .woosc-btn:after, .woocommerce > div.product .woosc-btn:after, .woocommerce #pxl-content-area div.product .woosw-btn:after, .woocommerce > div.product .woosw-btn:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 51px;
  height: 51px;
  border-radius: inherit;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woosc-btn:after, .woocommerce > div.product .woosc-btn:after, .woocommerce #pxl-content-area div.product .woosw-btn:after, .woocommerce > div.product .woosw-btn:after {
    width: 42px;
    height: 42px;
  }
}
.woocommerce #pxl-content-area div.product .woosc-btn:hover::after, .woocommerce > div.product .woosc-btn:hover::after, .woocommerce #pxl-content-area div.product .woosw-btn:hover::after, .woocommerce > div.product .woosw-btn:hover::after {
  width: 100%;
}
.woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-icon, .woocommerce > div.product .woosc-btn .woosc-btn-icon, .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-icon, .woocommerce > div.product .woosw-btn .woosc-btn-icon, .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-icon, .woocommerce > div.product .woosc-btn .woosw-btn-icon, .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-icon, .woocommerce > div.product .woosw-btn .woosw-btn-icon {
  width: 49px;
  height: 49px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-icon, .woocommerce > div.product .woosc-btn .woosc-btn-icon, .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-icon, .woocommerce > div.product .woosw-btn .woosc-btn-icon, .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-icon, .woocommerce > div.product .woosc-btn .woosw-btn-icon, .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-icon, .woocommerce > div.product .woosw-btn .woosw-btn-icon {
    width: 42px;
    height: 42px;
  }
}
.woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text, .woocommerce > div.product .woosc-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text, .woocommerce > div.product .woosw-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text, .woocommerce > div.product .woosc-btn .woosw-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text, .woocommerce > div.product .woosw-btn .woosw-btn-text {
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .woocommerce #pxl-content-area div.product .woosc-btn .woosc-btn-text, .woocommerce > div.product .woosc-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosc-btn-text, .woocommerce > div.product .woosw-btn .woosc-btn-text, .woocommerce #pxl-content-area div.product .woosc-btn .woosw-btn-text, .woocommerce > div.product .woosc-btn .woosw-btn-text, .woocommerce #pxl-content-area div.product .woosw-btn .woosw-btn-text, .woocommerce > div.product .woosw-btn .woosw-btn-text {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.woocommerce #pxl-content-area div.product .woosc-btn:hover:not(.woosc-btn-added, .woosw-btn-added), .woocommerce > div.product .woosc-btn:hover:not(.woosc-btn-added, .woosw-btn-added), .woocommerce #pxl-content-area div.product .woosw-btn:hover:not(.woosc-btn-added, .woosw-btn-added), .woocommerce > div.product .woosw-btn:hover:not(.woosc-btn-added, .woosw-btn-added) {
  color: var(--primary-color);
}
.woocommerce #pxl-content-area div.product .product_meta > span, .woocommerce > div.product .product_meta > span {
  display: block;
  width: 100%;
  color: var(--link-color);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.625;
  text-transform: capitalize;
}
.woocommerce #pxl-content-area div.product .product_meta > span .sku, .woocommerce > div.product .product_meta > span .sku, .woocommerce #pxl-content-area div.product .product_meta > span a, .woocommerce > div.product .product_meta > span a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.woocommerce #pxl-content-area div.product .product_meta > span .sku:hover, .woocommerce > div.product .product_meta > span .sku:hover, .woocommerce #pxl-content-area div.product .product_meta > span a:hover, .woocommerce > div.product .product_meta > span a:hover {
  color: var(--color-primary);
}
.woocommerce #pxl-content-area div.product .product_meta > span + span, .woocommerce > div.product .product_meta > span + span {
  margin-top: 8px;
}
.woocommerce #pxl-content-area div.product .woocommerce-product-info-meta .tagged_as, .woocommerce > div.product .woocommerce-product-info-meta .tagged_as {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-product-info-meta .tagged_as a, .woocommerce > div.product .woocommerce-product-info-meta .tagged_as a {
  text-decoration: underline;
}
.woocommerce #pxl-content-area div.product .woocommerce-product-info-meta .tagged_as a:hover, .woocommerce > div.product .woocommerce-product-info-meta .tagged_as a:hover {
  color: #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-product-info-meta span, .woocommerce > div.product .woocommerce-product-info-meta span, .woocommerce #pxl-content-area div.product .woocommerce-product-info-meta a, .woocommerce > div.product .woocommerce-product-info-meta a {
  color: var(--secondary-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-product-info-meta span.title, .woocommerce > div.product .woocommerce-product-info-meta span.title, .woocommerce #pxl-content-area div.product .woocommerce-product-info-meta a.title, .woocommerce > div.product .woocommerce-product-info-meta a.title {
  color: #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-product-info-meta .sku_wrapper, .woocommerce > div.product .woocommerce-product-info-meta .sku_wrapper {
  margin: 8px 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share, .woocommerce > div.product .woocommerce-social-share {
  margin-top: 27px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share > span, .woocommerce > div.product .woocommerce-social-share > span {
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.32px;
  text-transform: capitalize;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a, .woocommerce > div.product .woocommerce-social-share a {
  --size: 32.2px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--link-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover, .woocommerce > div.product .woocommerce-social-share a:hover {
  color: #fff;
  background: var(--third-color);
  transform: translateY(-10px);
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover svg path, .woocommerce > div.product .woocommerce-social-share a:hover svg path, .woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover svg rect, .woocommerce > div.product .woocommerce-social-share a:hover svg rect {
  fill: #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a:hover i, .woocommerce > div.product .woocommerce-social-share a:hover i {
  color: #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-social-share a i, .woocommerce > div.product .woocommerce-social-share a i {
  color: var(--primary-color);
  transition: color 0.3s linear;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs, .woocommerce > div.product .woocommerce-tabs {
    padding-left: 0;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs, .woocommerce > div.product .woocommerce-tabs .wc-tabs {
  display: flex;
  align-items: center;
  gap: 82px;
  margin: 0;
  padding: 115px 0 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs::before, .woocommerce > div.product .woocommerce-tabs .wc-tabs::before {
  border-bottom: none;
}
@media screen and (max-width: 1200px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs, .woocommerce > div.product .woocommerce-tabs .wc-tabs {
    padding: 80px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs, .woocommerce > div.product .woocommerce-tabs .wc-tabs {
    padding: 50px 0 30px;
  }
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs li, .woocommerce > div.product .woocommerce-tabs .wc-tabs li {
  border-radius: 0;
  background: transparent;
  border: unset;
  padding: 0;
  margin: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs li::before, .woocommerce > div.product .woocommerce-tabs .wc-tabs li::before, .woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs li::after, .woocommerce > div.product .woocommerce-tabs .wc-tabs li::after {
  position: unset;
  box-shadow: none;
  border-width: 0;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs li.active a, .woocommerce > div.product .woocommerce-tabs .wc-tabs li.active a {
  color: var(--third-color);
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .wc-tabs li a, .woocommerce > div.product .woocommerce-tabs .wc-tabs li a {
  padding: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.41;
  color: #fff;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none;
}
.woocommerce #pxl-content-area div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p, .woocommerce > div.product .woocommerce-tabs .woocommerce-Tabs-panel--description p {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
  max-width: 1086px;
  text-align: justify;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner {
  background-color: #000;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .add_to_cart_inline {
  background-color: var(--third-color);
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 thead tr th {
  background-color: transparent;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr td {
  background-color: transparent;
  color: #fff;
}
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table.has-1 tbody tr.tr-image img {
  max-height: 300px;
  object-fit: contain;
}
.woosc-popup .woosc-popup-inner .woosc-popup-content {
  background-color: #000;
  color: #fff;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews {
  padding-top: 24px;
}
.woocommerce-Tabs-panel--reviews.panel {
  padding-top: 36px;
}
.woocommerce-Tabs-panel--reviews .comment-form-comment label {
  margin-bottom: 8px;
}
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce-Tabs-panel--reviews .comment-reply-title, .woocommerce-Tabs-panel--reviews .nice-select {
  display: none;
}
.woocommerce-Tabs-panel--reviews .comment-form #comment {
  height: 140px;
  min-height: 140px;
}
.woocommerce-Tabs-panel--reviews .comment-form .comment-form-author label, .woocommerce-Tabs-panel--reviews .comment-form .comment-form-email label, .woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment label {
  display: none;
}
.woocommerce-Tabs-panel--reviews #comment-form-rating-label {
  line-height: 20px !important;
}
.woocommerce-Tabs-panel--reviews .comment-form-author input, .woocommerce-Tabs-panel--reviews .comment-form-email input {
  border: 1px solid rgba(93, 50, 34, 0.1);
  margin-bottom: 0;
}
.woocommerce-Tabs-panel--reviews #review_form {
  margin: 0 -15px;
  line-height: 20px;
}
.woocommerce-Tabs-panel--reviews #review_form .comment-notes {
  font-size: 16px;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform {
  display: inline-flex;
  flex-wrap: wrap;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform > * {
  width: 100%;
  margin: 15px;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform > * input[type="submit"] {
  height: 57px;
  background-color: var(--third-color);
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .comment-notes {
  order: 1;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-rating {
  order: 2;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-rating .stars a {
  font-size: 16px;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author, .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email {
  width: calc(50% - 30px);
  order: 3;
}
@media screen and (max-width: 767px) {
  .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-author, .woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-email {
    width: 100%;
  }
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-comment {
  order: 4;
  border-radius: 5px;
  border: 1px solid rgba(93, 50, 34, 0.1);
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .comment-form-cookies-consent {
  order: 5;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit {
  order: 6;
  padding-left: 15px;
  margin: 0;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit button {
  display: none;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit {
  padding: 0 50px;
  background-color: linear-gradient(90deg, #10b981 2.37%, #4be1a4 100%);
  color: #fff;
  border-radius: 0px;
  margin: 0;
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-Tabs-panel--reviews #review_form #commentform .form-submit .submit:hover {
  background-color: var(--third-color);
  color: var(--primary-color);
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating {
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating label {
  font-size: 16px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 50px;
  text-transform: uppercase;
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars {
  display: inline-flex;
  font-size: 15px;
  transition: all 0.3s;
  margin: 0;
  line-height: 20px;
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars span {
  display: inline-flex;
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars a {
  margin: 0 2px;
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating a {
  color: #999;
}
.woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars:hover a, .woocommerce-Tabs-panel--reviews #review_form #respond .comment-form-rating .stars.selected a {
  color: var(--primary-color);
}
.woocommerce-Tabs-panel--reviews #review_form #respond textarea {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 15px;
}
.woocommerce-Tabs-panel--reviews #review_form #respond textarea:hover, .woocommerce-Tabs-panel--reviews #review_form #respond textarea:focus {
  color: #fff;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist {
  padding: 0;
  max-width: 590px;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review {
  position: relative;
  margin-bottom: 25px;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
  position: absolute;
  right: 0;
  top: 0;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap .count-rating {
  display: none;
}
@media screen and (max-width: 991px) {
  .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .star-rating-wrap {
    position: static;
    margin-bottom: 8px;
  }
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment_container {
  position: relative;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
  padding: 0;
  width: 90px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.04);
  border: none;
}
@media screen and (max-width: 575px) {
  .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review img.avatar {
    width: 40px;
    border: none;
  }
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
  border: none;
  margin: 0;
  padding: 0 0 0 162px;
}
@media screen and (max-width: 767px) {
  .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text .star-rating {
    float: none;
  }
}
@media screen and (max-width: 575px) {
  .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .comment-text {
    padding-left: 60px;
  }
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
  margin: 7px 0 14px;
  font-size: 16px;
  display: flex;
  gap: 18px;
  align-items: baseline;
}
@media screen and (max-width: 575px) {
  .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta {
    margin-top: 10px;
  }
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__published-date {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.42px;
  color: var(--primary-color);
  text-transform: capitalize;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__author {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.42px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review .meta .woocommerce-review__dash {
  display: none;
}
.woocommerce-Tabs-panel--reviews #reviews ol.commentlist li.review:last-child {
  margin-bottom: 0;
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide {
    align-items: start;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide:is(:nth-child(2), :nth-child(4), :nth-child(6), :nth-child(8)) .pxl-item--inner img {
  height: 400px;
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide:is(:nth-child(2), :nth-child(4), :nth-child(6), :nth-child(8)) .pxl-item--inner img {
    height: inherit;
  }
}
.pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide:is(:nth-child(3), :nth-child(7)) .pxl-item--inner, .pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide:is(:nth-child(3), :nth-child(7)) .pxl-wrap {
  border-radius: 200px;
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide:is(:nth-child(3), :nth-child(7)) .pxl-item--inner, .pxl-portfolio-carousel1 .pxl-swiper-wrapper .pxl-swiper-slide:is(:nth-child(3), :nth-child(7)) .pxl-wrap {
    border-radius: 0;
  }
}
.pxl-portfolio-carousel1 .pxl-item--inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover .pxl-wrap {
  opacity: 1;
  scale: 1;
}
.pxl-portfolio-carousel1 .pxl-item--inner:hover img {
  scale: 1.1;
}
.pxl-portfolio-carousel1 .pxl-item--inner img {
  max-height: 507px;
  transition: 0.4s ease-in-out;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .pxl-portfolio-carousel1 .pxl-item--inner img {
    max-width: 100%;
  }
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-item--inner img {
    max-height: inherit;
    max-height: 300px;
  }
}
.pxl-portfolio-carousel1 .pxl-item--inner .pxl-wrap {
  position: absolute;
  inset: 20px;
  background: var(--third-color);
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  scale: 0.75;
}
@media screen and (max-width: 1600px) {
  .pxl-portfolio-carousel1 .pxl-item--inner .pxl-wrap {
    inset: 15px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-item--inner .pxl-wrap {
    position: unset;
    opacity: 1;
    scale: 1;
    padding: 40px 15px;
  }
}
.pxl-portfolio-carousel1 .pxl-item--inner .pxl-line {
  position: relative;
  height: 50px;
  margin-top: 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-item--inner .pxl-line {
    height: 30px;
  }
}
.pxl-portfolio-carousel1 .pxl-item--inner .pxl-line::before {
  position: absolute;
  content: "";
  transform: translateX(-50%);
  left: 50%;
  top: 0px;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-item--inner .pxl-line::before {
    height: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    top: -15px;
  }
}
.pxl-portfolio-carousel1 .pxl-category {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.pxl-portfolio-carousel1 .pxl-item--title {
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-item--title {
    font-size: 20px;
  }
}
.pxl-portfolio-carousel1 .pxl-category, .pxl-portfolio-carousel1 .pxl-item--excerpt {
  color: rgba(255, 255, 255, 0.75);
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 {
  padding-bottom: 67px;
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .pxl--filter-inner {
  gap: 10px 100px;
}
@media screen and (max-width: 881px) {
  .pxl-portfolio-carousel1 .pxl-grid-filter1 .pxl--filter-inner {
    gap: 10px 50px;
  }
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .filter-item {
  position: relative;
  color: rgba(20, 20, 20, 0.75);
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .filter-item::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  top: 30px;
  left: 0%;
  transform: translateX(0%);
  background: #98985b;
  transition: all 0.3s ease-in-out;
  background-image: none;
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .filter-item.active {
  color: var(--primary-color);
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .filter-item.active::before {
  width: 100%;
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .filter-item:hover {
  color: var(--primary-color);
}
.pxl-portfolio-carousel1 .pxl-grid-filter1 .filter-item:hover::before {
  width: 100%;
  opacity: 1;
}
.pxl-portfolio-carousel1 .pxl-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.pxl-service-carousel1 .pxl-item-inner {
  overflow: hidden;
  position: relative;
}
.pxl-service-carousel1 .pxl-item-inner:hover .pxl-wrap {
  opacity: 1;
  transform: translateY(0%);
}
.pxl-service-carousel1 .pxl-item-inner:hover .pxl-item--featured img {
  scale: 1.1;
}
.pxl-service-carousel1 .pxl-item-inner .pxl-item--featured {
  overflow: hidden;
  max-height: 636px;
}
.pxl-service-carousel1 .pxl-item-inner .pxl-item--featured img {
  transition: 0.3s ease-in-out;
  max-height: 636px;
  height: 636px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .pxl-service-carousel1 .pxl-item-inner .pxl-item--featured img {
    max-height: 400px;
    min-height: 400px;
  }
}
.pxl-service-carousel1 .pxl-item-inner .pxl-item--title {
  color: #fff;
  font-size: 30px;
  line-height: 1.33;
}
@media screen and (max-width: 360px) {
  .pxl-service-carousel1 .pxl-item-inner .pxl-item--title {
    font-size: 21px;
  }
}
.pxl-service-carousel1 .pxl-item-inner .pxl-excerpt {
  color: rgba(255, 255, 255, 0.75);
  margin-top: 20px;
}
.pxl-service-carousel1 .pxl-item-inner .pxl-wrap {
  position: absolute;
  inset: 0;
  background: var(--third-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
}
@media screen and (max-width: 360px) {
  .pxl-service-carousel1 .pxl-item-inner .pxl-wrap {
    padding: 30px 15px;
  }
}
.pxl-service-carousel1 .pxl-item-inner .pxl-item-link {
  inset: 0;
  position: absolute;
  z-index: 2;
}
.pxl-service-carousel2 .pxl-item--featured a img {
  max-height: 304px;
  max-width: 440px;
  object-fit: cover;
  border-radius: 300px 300px 0 0;
}
@media screen and (max-width: 1024px) {
  .pxl-service-carousel2 .pxl-item--featured a img {
    max-width: 100%;
  }
}
.pxl-service-carousel2 .pxl-item--title {
  font-size: 30px;
  margin-top: 34px;
  margin-bottom: 17px;
}
.pxl-service-carousel2 .pxl-item-inner {
  text-align: center;
}
.pxl-service-carousel2 .pxl-swiper-arrow-wrap {
  z-index: 0;
  top: 36%;
}
@media screen and (max-width: 1800px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap {
    gap: 0;
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap {
    top: 110%;
    justify-content: center;
    gap: 50px;
  }
}
.pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: -210px;
  color: var(--third-color);
  opacity: 0.3;
}
.pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev:hover {
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: -150px;
  }
}
@media screen and (max-width: 1440px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: 0px;
  }
}
.pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-right: -210px;
  color: var(--third-color);
  opacity: 0.3;
}
.pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next:hover {
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: -150px;
  }
}
@media screen and (max-width: 1440px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: -100px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: -70px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-service-carousel2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: 0px;
  }
}
.pxl-service-carousel3 .pxl-swiper-container .pxl-swiper-slide {
  padding: 0px 140px 0px 140px;
}
@media screen and (max-width: 1600px) {
  .pxl-service-carousel3 .pxl-swiper-container .pxl-swiper-slide {
    padding: 0px 40px 0px 40px;
  }
}
.pxl-service-carousel3 .pxl-image-center {
  position: absolute;
  top: 32%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 144px;
  height: 144px;
  background: #98985b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.pxl-service-carousel3 .pxl-image-center::before {
  position: absolute;
  inset: 10px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
}
.pxl-service-carousel3 .pxl-image-center img {
  display: block;
  width: 54px !important;
  height: 54px;
}
.pxl-service-carousel3 .pxl-item--featured a img {
  max-height: 685px;
  height: 685px;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel3 .pxl-item--featured a img {
    height: 500px;
  }
}
.pxl-service-carousel3 .pxl-item--title {
  font-size: 30px;
  line-height: 1.33;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel3 .pxl-item--title {
    font-size: 25px;
  }
}
.pxl-service-carousel3 .pxl-excerpt {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  justify-content: center;
  transition: grid-template-rows 0.3s ease-in-out, opacity 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.pxl-service-carousel3 .pxl-excerpt p {
  min-height: 0;
  overflow: hidden;
  max-width: 320px;
}
.pxl-service-carousel3 .pxl-item-inner {
  position: relative;
  text-align: center;
}
.pxl-service-carousel3 .pxl-item-inner .pxl-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #fff;
  padding-top: 60px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel3 .pxl-item-inner .pxl-wrap {
    padding-top: 30px;
  }
}
.pxl-service-carousel3 .pxl-item-inner .pxl-item-link {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.pxl-service-carousel3 .pxl-item-inner:hover .pxl-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 1200px) {
  .pxl-service-carousel3 .pxl-item-inner:hover .pxl-wrap {
    padding-top: 30px;
  }
}
.pxl-service-carousel3 .pxl-item-inner:hover .pxl-excerpt {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-bottom: 2px;
  margin-top: 21px;
}
.pxl-service-carousel3 .pxl-item-inner:hover .pxl-image-center {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-item--featured img {
  height: 362px;
  max-height: 362px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .pxl-post-carousel1 .pxl-swiper-slide:nth-child(odd) .pxl-item--featured img {
    height: 300px;
  }
}
.pxl-post-carousel1 .pxl-swiper-slide:nth-child(even) .pxl-item--featured img {
  height: 439px;
  object-fit: cover;
  max-height: 439px;
  border-radius: 300px 300px 0 0;
}
@media screen and (max-width: 1200px) {
  .pxl-post-carousel1 .pxl-swiper-slide:nth-child(even) .pxl-item--featured img {
    border-radius: 0;
    height: 300px;
  }
}
.pxl-post-carousel1 .pxl-item--title {
  font-size: 26px;
}
.pxl-post-carousel1 .pxl-date {
  padding-top: 30px;
  padding-bottom: 13px;
  display: flex;
  gap: 10px 30px;
  align-items: center;
}
.pxl-post-carousel1 .pxl-wrap-date, .pxl-post-carousel1 .pxl-category {
  font-size: 15px;
}
.pxl-post-carousel2 .pxl-date {
  padding-top: 34px;
  padding-bottom: 13px;
  display: flex;
  gap: 10px 30px;
  align-items: center;
}
.pxl-post-carousel2 .pxl-date span {
  font-size: 15px;
  color: rgba(20, 20, 20, 0.75);
  font-weight: 400;
}
.pxl-post-carousel2 .pxl-item--title {
  font-size: 26px;
}
.pxl-post-carousel2 .pxl-item--excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.pxl-post-carousel2 .pxl-item--featured {
  overflow: hidden;
}
.pxl-post-carousel2 .pxl-item--featured:hover img {
  scale: 1.1;
}
.pxl-post-carousel2 .pxl-item--featured img {
  object-fit: cover;
  scale: 1;
  transition: 0.8s cubic-bezier(0.5, 0.3, 0, 1);
}
.pxl-grid .pxl-item--featured, .pxl-portfolio-carousel .pxl-item--featured, .pxl-service-carousel .pxl-item--featured {
  position: relative;
}
.pxl-grid .pxl-item--image img, .pxl-portfolio-carousel .pxl-item--image img, .pxl-service-carousel .pxl-item--image img, .pxl-grid .pxl-item--featured img, .pxl-portfolio-carousel .pxl-item--featured img, .pxl-service-carousel .pxl-item--featured img {
  width: 100%;
  object-fit: cover;
  max-width: none;
}
.pxl-grid .pxl-item--title a, .pxl-portfolio-carousel .pxl-item--title a, .pxl-service-carousel .pxl-item--title a, .pxl-grid .item--title a, .pxl-portfolio-carousel .item--title a, .pxl-service-carousel .item--title a {
  color: inherit;
}
.pxl-grid .pxl-item--title a:hover, .pxl-portfolio-carousel .pxl-item--title a:hover, .pxl-service-carousel .pxl-item--title a:hover, .pxl-grid .item--title a:hover, .pxl-portfolio-carousel .item--title a:hover, .pxl-service-carousel .item--title a:hover {
  color: inherit;
}
.pxl-grid .pxl-item--category a, .pxl-portfolio-carousel .pxl-item--category a, .pxl-service-carousel .pxl-item--category a {
  color: inherit;
}
.pxl-grid .pxl-item--category a:hover, .pxl-portfolio-carousel .pxl-item--category a:hover, .pxl-service-carousel .pxl-item--category a:hover {
  color: inherit;
}
.pxl-grid .pxl-item--link, .pxl-portfolio-carousel .pxl-item--link, .pxl-service-carousel .pxl-item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.pxl-grid.pxl-grid-nogap .pxl-grid-masonry .item--inner, .pxl-portfolio-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner, .pxl-service-carousel.pxl-grid-nogap .pxl-grid-masonry .item--inner {
  margin-bottom: 0;
}
.pxl-blog-grid-layout1 .pxl-item--inner {
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .pxl-blog-grid-layout1 .pxl-item--inner {
    padding: 30px 15px;
  }
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .title-hover-line {
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) pxl-wide-menu-underline-hover forwards;
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .pxl-item--featured {
  transform: scale(0.76);
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .pxl-item--top {
  padding-bottom: 0;
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .pxl-excerpt {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-bottom: 14px;
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .pxl-item--title {
  margin-top: -23px;
}
.pxl-blog-grid-layout1 .pxl-item--inner:hover .pxl-ft--item {
  margin-top: 29px;
}
.pxl-blog-grid-layout1 .pxl-item--top {
  justify-content: space-between;
  display: flex;
  transition: padding 0.3s ease-in-out;
  padding-bottom: 60px;
}
@media screen and (max-width: 360px) {
  .pxl-blog-grid-layout1 .pxl-item--top {
    display: block;
    padding-bottom: 30px;
  }
}
.pxl-blog-grid-layout1 .pxl-item--top .pxl-item--featured {
  min-height: 350px;
  max-height: 350px;
  max-width: 250px;
  overflow: hidden;
  transform-origin: top right;
  will-change: transform;
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
@media screen and (max-width: 360px) {
  .pxl-blog-grid-layout1 .pxl-item--top .pxl-item--featured {
    min-height: auto;
    max-width: 100%;
  }
}
.pxl-blog-grid-layout1 .pxl-item--top img {
  object-fit: cover;
  height: 100%;
  border-radius: 300px 300px 0 0;
}
.pxl-blog-grid-layout1 .pxl-item--top .pxl-day {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-weight: 400;
}
.pxl-blog-grid-layout1 .pxl-item--top .pxl-month {
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1;
  text-transform: uppercase;
}
.pxl-blog-grid-layout1 .pxl-item--title {
  font-size: 26px;
  line-height: 1.38;
  margin-bottom: 14px;
  margin-top: 0;
  transition: margin-top 0.3s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .pxl-blog-grid-layout1 .pxl-item--title {
    font-size: 21px;
  }
}
.pxl-blog-grid-layout1 .pxl-excerpt {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
.pxl-blog-grid-layout1 .pxl-excerpt p {
  min-height: 0;
  overflow: hidden;
}
.pxl-blog-grid-layout1 .pxl-ft--item {
  display: flex;
  gap: 10px 30px;
  margin-top: 0;
  transition: margin-top 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pxl-blog-grid-layout1 .pxl-ft--item {
    display: block;
  }
}
.pxl-blog-grid-layout1 .pxl-ft--item a {
  color: rgba(20, 20, 20, 0.75);
}
.pxl-blog-grid-layout1 .pxl-ft--item a:hover {
  color: var(--primary-color);
}
.pxl-blog-grid-layout1 .pxl-ft--item .pxl-space {
  color: rgba(20, 20, 20, 0.15);
}
.pxl-portfolio-grid-layout1 .pxl-item--inner {
  position: relative;
}
.pxl-portfolio-grid-layout1 .pxl-item--inner:hover .pxl-wrap {
  opacity: 1;
  scale: 1;
}
.pxl-portfolio-grid-layout1 .pxl-item--inner:hover .pxl-featured img {
  scale: 1.1;
}
.pxl-portfolio-grid-layout1 .pxl-item--inner .pxl-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.pxl-portfolio-grid-layout1 .pxl-item--inner .pxl-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  inset: 20px;
  padding: 80px 60px;
  background: var(--third-color);
  text-align: center;
  scale: 0.7;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 1440px) {
  .pxl-portfolio-grid-layout1 .pxl-item--inner .pxl-wrap {
    padding: 30px;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .pxl-portfolio-grid-layout1 .pxl-item--inner .pxl-wrap {
    padding: 15px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-featured {
  overflow: hidden;
}
.pxl-portfolio-grid-layout1 .pxl-featured img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.pxl-portfolio-grid-layout1 .pxl-image-center img {
  max-width: 89px;
}
.pxl-portfolio-grid-layout1 .pxl-line {
  margin-top: 21px;
  margin-bottom: 20px;
  height: 50px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .pxl-portfolio-grid-layout1 .pxl-line {
    padding: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-line::before {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease-in-out;
}
.pxl-portfolio-grid-layout1 .pxl-item--title {
  color: #fff;
  padding-top: 61px;
  padding-bottom: 9px;
}
@media screen and (max-width: 1440px) {
  .pxl-portfolio-grid-layout1 .pxl-item--title {
    padding-top: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pxl-portfolio-grid-layout1 .pxl-item--title {
    padding-top: 20px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-category {
  color: #fff;
}
.pxl-portfolio-grid-layout1 .pxl--price {
  color: #fff;
  width: 90px;
  height: 45px;
  border: 1px solid rgba(255, 237, 205, 0.15);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 1440px) {
  .pxl-portfolio-grid-layout1 .pxl--price {
    margin-top: 30px;
  }
}
.pxl-portfolio-grid-layout1 .pxl-item--excerpt {
  color: rgba(255, 255, 255, 0.75);
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:nth-child(even) .pxl-wrap {
  border-radius: 181px;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:nth-child(even) .pxl-featured {
  border-radius: 181px;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:nth-child(even) .pxl-featured img {
  border-radius: 181px;
}
.pxl-portfolio-grid-layout2 .pxl-grid-item:nth-child(odd) .pxl-featured img {
  border-radius: 0px;
}
.pxl-portfolio-grid-layout2 .pxl-item--inner {
  text-align: center;
}
.pxl-portfolio-grid-layout2 .pxl-featured {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.pxl-portfolio-grid-layout2 .pxl-featured:hover .pxl-wrap {
  opacity: 1;
  scale: 1;
}
.pxl-portfolio-grid-layout2 .pxl-featured:hover img {
  scale: 1.1;
}
.pxl-portfolio-grid-layout2 .pxl-featured img {
  max-width: 362px;
  width: 100%;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .pxl-portfolio-grid-layout2 .pxl-featured img {
    max-width: 100%;
  }
}
.pxl-portfolio-grid-layout2 .pxl-featured .pxl-wrap {
  position: absolute;
  inset: 20px;
  background: var(--third-color);
  padding: 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  scale: 0.75;
}
.pxl-portfolio-grid-layout2 .pxl-featured .pxl-image-center {
  display: inline-block;
  position: relative;
}
.pxl-portfolio-grid-layout2 .pxl-featured .pxl-image-center img {
  max-width: 89px;
  scale: 1;
}
.pxl-portfolio-grid-layout2 .pxl-featured .pxl-image-center .pxl-line {
  position: absolute;
  content: "";
  transform: translateX(-50%);
  left: 50%;
  top: 40px;
  width: 1px;
  height: 107px;
  background: linear-gradient(180deg, #ffedcd 0%, rgba(255, 237, 205, 0.15) 41.74%, rgba(255, 237, 205, 0.05) 90.93%, rgba(255, 237, 205, 0) 100%);
}
.pxl-portfolio-grid-layout2 .pxl-category {
  width: 100%;
  display: block;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.71;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.pxl-portfolio-grid-layout2 .pxl-item--title {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 20px;
}
.pxl-portfolio-grid-layout2 .pxl-category, .pxl-portfolio-grid-layout2 .pxl-item--excerpt {
  color: rgba(255, 255, 255, 0.75);
}
.pxl-portfolio-grid-layout2 .pxl-grid-filter1 {
  padding-bottom: 20px;
}
.pxl-portfolio-grid-layout2 .pxl-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}
body.rtl .pxl-load-more-style1.loading .btn {
  padding-left: 60px;
  padding-right: 38px;
}
body.rtl .pxl-load-more-style1.loading .btn:after {
  right: auto;
  left: 20px;
}
body.rtl .pxl-grid-filter1 .filter-item {
  margin-right: 0;
  margin-left: 28px;
}
@media screen and (max-width: 1200px) {
  body.rtl .pxl-grid-filter1 .filter-item {
    margin-left: 0;
  }
}
.pxl-grid-filter1 {
  padding-bottom: 90px;
}
@media screen and (max-width: 991px) {
  .pxl-grid-filter1 {
    padding-bottom: 40px;
  }
}
.pxl-grid-filter1 .pxl--filter-inner {
  justify-content: center;
  gap: 10px 80px;
  display: flex;
  flex-wrap: wrap;
}
.pxl-grid-filter1 .filter-item {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.pxl-grid-filter1 .filter-item::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("../img/ic-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  opacity: 0;
}
.pxl-grid-filter1 .filter-item.active::before {
  opacity: 1;
}
.pxl-team-grid1 .pxl-grid-inner img {
  height: 500px;
}
.pxl-team-grid1 .pxl-grid-inner .pxl-item--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.1s;
}
.pxl-team-grid1 .pxl-item-inner {
  position: relative;
}
.pxl-team-grid1 .pxl-item-inner::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(20, 20, 20, 0.3);
  backdrop-filter: blur(7.5px);
  scale: 0.8;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.3s;
}
.pxl-team-grid1 .pxl-item-inner:hover::before {
  opacity: 1;
  scale: 1;
  transition: all 0.3s ease-in-out 0.1s;
}
.pxl-team-grid1 .pxl-item-inner:hover .pxl-item--icon {
  opacity: 1;
  transition: all 0.3s ease-in-out 0.3s;
}
button {
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn {
  font-size: 14px;
  -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);
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  color: var(--primary-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.btn:hover, .btn:focus, .btn:active, .btn:not([disabled]):not(.disabled).active, .btn:not([disabled]):not(.disabled):active {
  outline: medium none;
  color: var(--primary-color);
}
.btn.pxl-icon--right {
  flex-direction: row-reverse;
}
.btn-default .pxl-text-btn .pxl-text2, .btn-default .pxl-text-btn body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .btn-default .pxl-text-btn td.product-price {
  display: none;
}
.btn-line {
  position: relative;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
}
.btn-line:hover::before {
  inset: 0;
}
.btn-line:hover .pxl-text1, .btn-line:hover .pxl-text2, .btn-line:hover body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .btn-line:hover td.product-price {
  transform: translate3d(0px, -100%, 0px);
}
.btn-line::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  content: "";
  border: 1px solid rgba(255, 237, 205, 0.3);
  transition: all 0.3s ease-in-out;
}
.btn-line a {
  width: 100%;
}
.btn-line .pxl-text-btn {
  margin-top: 3px;
  line-height: 1;
  overflow: hidden;
  position: relative;
}
.btn-line .pxl-text-btn .pxl-text1 {
  transition: all 0.3s ease-in-out;
}
.btn-line .pxl-text-btn .pxl-text2, .btn-line .pxl-text-btn body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.product-price, body.woocommerce-cart .woocommerce-cart-form .shop_table tbody .btn-line .pxl-text-btn td.product-price {
  transition: all 0.3s ease-in-out;
  position: absolute;
  inset: 100% 0% auto;
}
.btn-line .pxl-icon {
  line-height: 0;
}
.pxl-nav-menu.fr-style-default .pxl-mega-menu, .pxl-nav-menu.fr-style-text-random .pxl-mega-menu {
  border-left: none;
  background-color: unset;
  background: #000;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(6px);
  /* First Level */
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li, .pxl-nav-menu.fr-style-text-random .pxl-menu-primary > li {
  /* Sub Menu */
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down, .pxl-nav-menu.fr-style-text-random .pxl-menu-primary > li.menu-item-has-children > a .caseicon-angle-arrow-down {
  display: inline-flex;
  font-size: 10px;
  line-height: 0;
  margin-left: 5px;
  -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li.menu-item-has-children > a span, .pxl-nav-menu.fr-style-text-random .pxl-menu-primary > li.menu-item-has-children > a span {
  display: flex;
  align-items: center;
}
.pxl-nav-menu.fr-style-default .pxl-menu-primary > li:hover > a .caseicon-angle-arrow-down, .pxl-nav-menu.fr-style-text-random .pxl-menu-primary > li:hover > a .caseicon-angle-arrow-down {
  -webkit-transform: rotateX(-180deg);
  -khtml-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.pxl-nav-menu.fr-style-default .sub-menu li.menu-item-has-children > a:after, .pxl-nav-menu.fr-style-text-random .sub-menu li.menu-item-has-children > a:after {
  content: "\f107";
  position: absolute;
  font-family: Caseicon;
  top: calc(50% - 5px);
  right: 20px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-nav-menu.fr-style-default .sub-menu li.menu-item-has-children > a:hover:after, .pxl-nav-menu.fr-style-text-random .sub-menu li.menu-item-has-children > a:hover:after {
  transform: rotate(-85deg);
}
.pxl-nav-menu.fr-style-default.show-effect-fade .pxl-menu-primary .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-fade .pxl-menu-primary .sub-menu {
  margin-top: 0;
}
.pxl-nav-menu.fr-style-default.show-effect-dropdown .pxl-menu-primary .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-dropdown .pxl-menu-primary .sub-menu {
  -webkit-transform: scaleY(0);
  -khtml-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  margin-top: 0;
  border-radius: 0px;
}
.pxl-nav-menu.fr-style-default.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-dropdown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.fr-style-default.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-dropdown .pxl-menu-primary li.focus > .sub-menu {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pxl-nav-menu.fr-style-default.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu, .pxl-nav-menu.fr-style-text-random.show-effect-dropdown .pxl-menu-primary .pxl-mega-menu {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.pxl-nav-menu.fr-style-default.show-effect-slidedown .pxl-menu-primary .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-slidedown .pxl-menu-primary .sub-menu {
  margin-top: 0;
  transform: perspective(500px) rotateX(-20deg);
  transform-origin: 50% 0%;
}
.pxl-nav-menu.fr-style-default.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-slidedown .pxl-menu-primary li:hover > .sub-menu, .pxl-nav-menu.fr-style-default.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu, .pxl-nav-menu.fr-style-text-random.show-effect-slidedown .pxl-menu-primary li.focus > .sub-menu {
  transform: perspective(500px) rotateX(0deg);
}
.pxl-nav-hidden .pxl-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0px;
  width: 28px;
  cursor: pointer;
  font-size: 10px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #828c8f;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 3);
}
.pxl-nav-hidden .pxl-menu-toggle:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #828c8f;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-nav-hidden .pxl-menu-toggle:after {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #828c8f;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pxl-nav-hidden .pxl-menu-toggle.active:after {
  transform: scaleY(-1);
  opacity: 0;
}
.pxl-nav-hidden .pxl-megamenu .pxl-showcase .pxl-item--inner {
  margin-bottom: 50px;
}
.pxl-nav-hidden .pxl-megamenu .pxl-showcase .pxl-item--inner .pxl-item--image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--link-color);
  opacity: 0;
  z-index: 1;
}
.pxl-nav-hidden .pxl-megamenu .pxl-showcase:hover .pxl-item--inner .pxl-item--image:before {
  opacity: 0.5;
}
.pxl-nav-hidden .pxl-megamenu .pxl-showcase .pxl-item--title {
  color: var(--link-color);
  margin-top: 30px;
}
.pxl-nav-hidden .pxl-megamenu .pxl-mega-menu-elementor {
  margin-top: 20px;
}
.pxl-nav-hidden .pxl-megamenu .elementor-container > .elementor-column {
  width: 100%;
}
.pxl-nav-hidden .pxl-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important;
}
.pxl-nav-hidden .pxl-megamenu .pxl-link li {
  margin: 0;
}
.pxl-nav-hidden .pxl-megamenu .pxl-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px;
}
.pxl-nav-hidden .pxl-megamenu .pxl-heading .pxl-item--title {
  margin-bottom: 0 !important;
  font-size: 14px !important;
  border-bottom: none !important;
}
.pxl-nav-hidden .pxl-megamenu .elementor-widget-heading > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important;
}
.pxl-nav-hidden .pxl-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap;
}
@media screen and (min-width: 1999px) {
  .elementor-section.elementor-section-stretched {
    width: 100% !important;
    left: 0 !important;
  }
}
@media screen and (max-width: 1999px) {
  .elementor-section.elementor-section-stretched {
    width: auto !important;
    left: 0 !important;
  }
}
.pxl-menu-hidden {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  z-index: 10;
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
}
.pxl-menu-hidden::-webkit-scrollbar {
  width: 4px;
}
.pxl-menu-hidden::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}
.pxl-menu-hidden .pxl--item {
  position: relative;
  width: 100%;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.pxl-menu-hidden .pxl--item.active .pxl-title--text {
  color: var(--primary-color);
}
.pxl-menu-hidden .pxl--item.active .pxl-accordion--content {
  max-height: 500px;
  opacity: 1;
  margin-top: 15px;
  pointer-events: auto;
}
.pxl-menu-hidden .pxl-accordion--title {
  cursor: pointer;
  margin: 0;
  transition: all 0.3s ease;
  position: relative;
  z-index: 5;
  text-align: center;
}
.pxl-menu-hidden .pxl-accordion--title .pxl-title--text {
  font-size: clamp(30px, 5vw, 60px);
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s ease;
}
.pxl-menu-hidden .pxl-accordion--content {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pxl-menu-hidden .pxl-accordion--content .pxl-content {
  color: rgba(255, 255, 255, 0.8);
}
.pxl-menu-hidden:hover .pxl--item:not(:hover) .pxl-title--text {
  opacity: 0.5;
  filter: blur(2px);
}
.pxl-counterslide {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-inside {
  display: inline-flex;
}
.pxl-counterslide .pxl-counterslide-digit-spacer {
  visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-digit, .pxl-counterslide .pxl-counterslide-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-flex;
  vertical-align: middle;
  vertical-align: auto;
  position: relative;
}
.pxl-counterslide .pxl-counterslide-digit-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.pxl-counterslide .pxl-counterslide-ribbon {
  display: block;
}
.pxl-counterslide .pxl-counterslide-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.pxl-counterslide .pxl-counterslide-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.pxl-counterslide .pxl-counterslide-value.pxl-counterslide-last-value {
  position: absolute;
}
.pxl-counterslide.pxl-counterslide-animating-up .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.pxl-counterslide.pxl-counterslide-animating-up.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down .pxl-counterslide-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.pxl-counterslide.pxl-counterslide-animating-down.pxl-counterslide-animating .pxl-counterslide-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.pxl-counter1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 25px;
}
.pxl-counter1 .pxl-item--icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-counter1 .pxl--counter-meta {
  padding-bottom: 6px;
}
.pxl-counter1 .pxl--counter-sub--suffix, .pxl-counter1 .pxl--counter-suffix {
  transition: all 0.3s ease;
}
.pxl-testimonial-grid1 .pxl-item--inner {
  box-shadow: 11px 15px 79.9px 48px rgba(10, 6, 68, 0.05);
  border-radius: 12px;
  padding: 18px 32px 34px 32px;
}
@media screen and (max-width: 1280px) {
  .pxl-testimonial-grid1 .pxl-item--inner {
    padding: 20px 15px;
  }
}
.pxl-testimonial-grid1 .pxl-item--image img {
  width: auto;
  height: auto;
  border-radius: 50%;
}
.pxl-testimonial-grid1 .pxl-item--title {
  margin: 0;
}
.pxl-testimonial-grid1 .pxl-grid-item {
  padding-bottom: 30px;
}
.pxl-testimonial-grid1 .pxl-item--meta {
  display: flex;
  align-items: center;
  gap: 15px;
}
.pxl-testimonial-grid1 .pxl-item1 {
  display: flex;
  align-items: center;
  margin-left: -55px;
}
@media screen and (max-width: 1440px) {
  .pxl-testimonial-grid1 .pxl-item1 {
    margin-left: 0;
  }
}
.pxl-testimonial-grid1 .pxl-item1 .pxl-icon {
  padding: 21px;
  border-radius: 12px;
  background: linear-gradient(90deg, #f1663e 0%, #3f30be 100%);
  line-height: 0;
  margin-right: 23px;
}
.pxl-testimonial-grid1 .pxl-description {
  padding: 17px 0 87px 0;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .pxl-testimonial-grid1 .pxl-description {
    padding: 15px 0 30px 0;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-container, .pxl-testimonial-carousel2 .pxl-carousel-inner {
  overflow: visible;
}
.pxl-testimonial-carousel2 .pxl-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-testimonial-carousel2 .pxl-image img {
  scale: 0.68;
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-image img {
    scale: 1;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-slide {
  text-align: center;
}
.pxl-testimonial-carousel2 .pxl-swiper-slide:hover .pxl-image img {
  scale: 1;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-swiper-slide:hover .pxl-image img {
    scale: 1;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-slide:hover .pxl-heading, .pxl-testimonial-carousel2 .pxl-swiper-slide:hover .pxl-description, .pxl-testimonial-carousel2 .pxl-swiper-slide:hover .pxl-price {
  opacity: 1;
}
.pxl-testimonial-carousel2 .pxl-swiper-slide.swiper-slide-next + .pxl-swiper-slide .pxl-heading, .pxl-testimonial-carousel2 .pxl-swiper-slide.swiper-slide-next + .pxl-swiper-slide .pxl-description, .pxl-testimonial-carousel2 .pxl-swiper-slide.swiper-slide-next + .pxl-swiper-slide .pxl-price {
  opacity: 1;
}
.pxl-testimonial-carousel2 .pxl-swiper-slide.swiper-slide-next + .pxl-swiper-slide .pxl-image img {
  scale: 1;
}
.pxl-testimonial-carousel2 .pxl-heading {
  padding-top: 21px;
  padding-bottom: 10px;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-heading {
    opacity: 1;
  }
}
.pxl-testimonial-carousel2 .pxl-description {
  font-size: 15px;
  color: rgba(20, 20, 20, 0.6);
  padding-bottom: 25px;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-description {
    opacity: 1;
  }
}
.pxl-testimonial-carousel2 .pxl-price {
  color: var(--primary-color);
  border-radius: 100%;
  border: 1px solid rgba(152, 152, 91, 0.3);
  display: inline-block;
  padding: 9px 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel2 .pxl-price {
    opacity: 1;
  }
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow {
  color: var(--third-color);
  opacity: 0.3;
}
.pxl-testimonial-carousel2 .pxl-swiper-arrow-wrap.style-2 .pxl-swiper-arrow:hover {
  opacity: 1;
}
.pxl-testimonial-carousel3 .pxl-item-slide {
  position: relative;
}
.pxl-testimonial-carousel3 .pxl-item-slide:hover .pxl-wrap {
  scale: 1;
  opacity: 1;
}
.pxl-testimonial-carousel3 .pxl-item-slide:hover .pxl-image img {
  transform: scale(1.1);
}
.pxl-testimonial-carousel3 .pxl-wrap {
  position: absolute;
  inset: 0;
  background: #141414;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  scale: 0.8;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.pxl-testimonial-carousel3 .pxl-image {
  overflow: hidden;
}
.pxl-testimonial-carousel3 .pxl-image img {
  transition: all 0.3s ease-in-out;
}
.pxl-testimonial-carousel3 .pxl-heading {
  color: #fff;
}
.pxl-testimonial-carousel3 .pxl-description {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.73;
  margin-top: 15px;
}
.pxl-testimonial-carousel4 .pxl-content-wrap {
  position: relative;
}
.pxl-testimonial-carousel4 .pxl-content-wrap .pxl-content {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.pxl-testimonial-carousel4 .pxl-content-wrap .pxl-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel4 .pxl-heading {
    font-size: 35px;
  }
}
.pxl-testimonial-carousel4 .pxl-subtitle {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding-top: 14px;
  padding-bottom: 30px;
}
.pxl-testimonial-carousel4 .pxl-description {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.pxl-testimonial-carousel4 .pxl-description p {
  color: var(--primary-color);
  max-width: 720px;
  text-align: center;
  line-height: 1.58;
}
.pxl-testimonial-carousel4 .pxl-image {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  filter: grayscale(100%);
  position: relative;
}
.pxl-testimonial-carousel4 .pxl-image:hover {
  filter: grayscale(0%);
}
.pxl-testimonial-carousel4 .pxl-image:hover img {
  backdrop-filter: blur(7.5px);
  background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 41.79%);
  border-radius: 200px 200px 0 0;
}
.pxl-testimonial-carousel4 .pxl-image:hover .pxl-item--social, .pxl-testimonial-carousel4 .pxl-image:hover .pxl-blur {
  transform: translateY(0);
}
.pxl-testimonial-carousel4 .pxl-image img {
  transition: all 0.3s ease-in-out;
  max-height: 420px;
  object-fit: cover;
}
.pxl-testimonial-carousel4 .pxl-blur {
  background: linear-gradient(0deg, #141414 0%, rgba(20, 20, 20, 0) 41.79%);
  backdrop-filter: blur(7.5px);
  -webkit-mask-image: linear-gradient(0deg, #141414 30%, transparent 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  transition: all 0.3s ease-in-out;
  transform: translateY(200px);
}
.pxl-testimonial-carousel4 .pxl-item--social {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  transform: translateY(80px);
}
.pxl-testimonial-carousel4 .pxl-item--social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.pxl-testimonial-carousel4 .pxl-item--social a i {
  color: rgba(255, 255, 255, 0.5);
}
.pxl-testimonial-carousel4 .pxl-item--social a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.pxl-testimonial-carousel4 .pxl-item--social a:hover i {
  color: #fff;
}
.pxl-testimonial-carousel5 .pxl-image, .pxl-testimonial-carousel5 .pxl-heading, .pxl-testimonial-carousel5 .pxl-description {
  text-align: center;
}
.pxl-testimonial-carousel5.style-2 .pxl-image, .pxl-testimonial-carousel5.style-2 .pxl-heading, .pxl-testimonial-carousel5.style-2 .pxl-description {
  text-align: start;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5.style-2 .pxl-image, .pxl-testimonial-carousel5.style-2 .pxl-heading, .pxl-testimonial-carousel5.style-2 .pxl-description {
    text-align: center;
  }
}
.pxl-testimonial-carousel5.style-2 .pxl-wrap {
  padding: 0;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5.style-2 .pxl-wrap {
    max-width: 100%;
  }
}
.pxl-testimonial-carousel5.style-2 .pxl-heading {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5.style-2 .pxl-swiper-arrow-wrap {
    margin-top: 50px;
  }
}
.pxl-testimonial-carousel5 .pxl-wrap {
  padding: 150px 60px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel5 .pxl-wrap {
    padding: 120px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .pxl-testimonial-carousel5 .pxl-wrap {
    padding: 100px 15px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .pxl-wrap {
    padding: 80px 15px;
  }
}
.pxl-testimonial-carousel5 .swiper-slide-next .pxl-wrap {
  border-left: 1px solid rgba(20, 20, 20, 0.1);
  border-right: 1px solid rgba(20, 20, 20, 0.1);
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .swiper-slide-next .pxl-wrap {
    border-right: none;
  }
}
.pxl-testimonial-carousel5 .pxl-heading {
  padding-top: 60px;
  padding-bottom: 18px;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .pxl-heading {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap {
    top: 120%;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel5 .pxl-swiper-arrow-wrap {
    margin-top: 0px;
  }
}
.pxl-testimonial-carousel6 .pxl-content {
  font-size: 30px;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: -0.3px;
  max-width: 591px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .pxl-testimonial-carousel6 .pxl-content {
    font-size: 24px;
    padding-bottom: 30px;
    max-width: 100%;
  }
}
.pxl-testimonial-carousel6 .pxl-title {
  font-weight: 600;
  line-height: 1.58;
  letter-spacing: 0.85px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.pxl-testimonial-carousel6 .pxl-wrap-info {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.pxl-testimonial-carousel6 .pxl-wrap-info span {
  color: rgba(20, 20, 20, 0.15);
}
.pxl-testimonial-carousel6 .pxl-subtitle {
  font-size: 15px;
}
.pxl-testimonial-carousel7 .pxl-swiper-slide {
  text-align: center;
}
.pxl-testimonial-carousel7 .pxl-subtitle {
  padding-top: 10px;
  padding-bottom: 50px;
}
.pxl-testimonial-carousel7 .pxl-description {
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}
.pxl-testimonial-carousel7.style-2 .pxl-swiper-slide {
  display: flex;
  flex-direction: column-reverse;
}
.pxl-testimonial-carousel7.style-2 .pxl-subtitle {
  padding-top: 103px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .pxl-testimonial-carousel7.style-2 .pxl-subtitle {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel7.style-2 .pxl-subtitle {
    padding-top: 30px;
  }
}
.pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  color: #fff;
}
.pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 {
  top: 27%;
}
.pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow {
  color: #ffedcd;
}
.pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: -320px;
}
@media screen and (max-width: 1600px) {
  .pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: -100px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow.pxl-swiper-arrow-prev {
    margin-left: 50px;
  }
}
.pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-right: -320px;
}
@media screen and (max-width: 1600px) {
  .pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: -100px;
  }
}
@media screen and (max-width: 991px) {
  .pxl-testimonial-carousel7.style-2 .pxl-swiper-arrow-wrap.style-3 .pxl-swiper-arrow.pxl-swiper-arrow-next {
    margin-right: 50px;
  }
}
.pxl-testimonial-carousel8 .pxl-description {
  font-size: 30px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 78px;
}
@media screen and (max-width: 767px) {
  .pxl-testimonial-carousel8 .pxl-description {
    padding-bottom: 30px;
  }
}
.pxl-testimonial-carousel8 .pxl-wrap-info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.pxl-testimonial-carousel8 img {
  max-width: 76px;
  max-height: 76px;
  border-radius: 50%;
  object-fit: cover;
}
.pxl-testimonial-carousel8 .pxl-heading {
  color: #141414;
  font-weight: 600;
  line-height: 1.76;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.pxl-testimonial-carousel8 .pxl-subtitle {
  font-size: 15px;
}
.pxl-testimonial-carousel8 .pxl-swiper-dots.style-2 {
  top: 82%;
  justify-content: right;
  gap: 10px;
}
.pxl-tabs {
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #f6f6f6;
  padding: 38px 50px 52px;
}
@media screen and (max-width: 1200px) {
  .pxl-tabs {
    padding: 38px 25px 52px;
  }
}
.pxl-tabs .pxl-tab--title {
  cursor: pointer;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
}
.pxl-tabs .pxl-tabs--title {
  position: relative;
  display: flex;
  justify-content: start;
  padding-bottom: 22px;
  align-items: center;
  gap: 71px;
}
.pxl-tabs .pxl-tabs--title .pxl-item--title {
  cursor: pointer;
}
.pxl-tabs .pxl-tabs--title .pxl-item--title:first-child {
  order: 1;
}
.pxl-tabs .pxl-tabs--title .pxl-item--title:nth-child(2) {
  order: 3;
}
.pxl-tabs .pxl-switch {
  order: 2;
  width: 77px;
  height: 34px;
  border: 1px solid var(--primary-color);
  border-radius: 40px;
  position: relative;
  transition: all;
  border-color: var(--primary-color);
}
.pxl-tabs .pxl-switch.active {
  border-color: #f1663e;
}
.pxl-tabs .pxl-switch.active::before {
  background: #f1663e;
  left: 45px;
}
.pxl-tabs .pxl-switch::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  background: var(--primary-color);
  border-radius: 50%;
}
.pxl-tabs .pxl-tab--content {
  display: none;
  width: 100%;
}
.pxl-tabs .elementor-section.elementor-section-stretched {
  width: auto !important;
  left: 0 !important;
}
.pxl-tabs .pxl-tabs--elementor > .elementor {
  margin: 0 -15px;
}
.pxl-tabs.tab-effect-fade .pxl-tab--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.45s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pxl-tabs.tab-effect-fade .pxl-tab--content.active {
  position: static;
  opacity: 1 !important;
  visibility: visible;
}
.pxl-tabs.tab-effect-fade .pxl-tabs--content {
  position: relative;
}
.pxl--progressbar {
  -webkit-transition: width 1.4s ease;
  -khtml-transition: width 1.4s ease;
  -moz-transition: width 1.4s ease;
  -ms-transition: width 1.4s ease;
  -o-transition: width 1.4s ease;
  transition: width 1.4s ease;
  width: 0;
}
.pxl--progressbar.vertical {
  -webkit-transition: height 1.4s ease;
  -khtml-transition: height 1.4s ease;
  -moz-transition: height 1.4s ease;
  -ms-transition: height 1.4s ease;
  -o-transition: height 1.4s ease;
  transition: height 1.4s ease;
  height: 0;
}
.pxl-progressbar-1.style-2 .pxl--item {
  display: flex;
  flex-direction: column-reverse;
}
.pxl-progressbar-1.style-2 .pxl--item + .pxl--item {
  margin-top: 20px;
}
.pxl-progressbar-1.style-2 .pxl--item .pxl--holder {
  height: 4px;
  background: rgba(20, 21, 21, 0.1);
}
.pxl-progressbar-1.style-2 .pxl--item .pxl--progressbar {
  height: 4px;
  background-image: none;
  background: var(--primary-color);
}
.pxl-progressbar-1.style-2 .pxl--item .pxl--meta {
  margin-bottom: 0px;
}
.pxl-progressbar-1.style-2 .pxl--item .pxl--title {
  margin-top: 10px;
}
.pxl-progressbar-1 .pxl--item + .pxl--item {
  margin-top: 31px;
}
.pxl-progressbar-1 .pxl--item .pxl--meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}
.pxl-progressbar-1 .pxl--item .pxl--title, .pxl-progressbar-1 .pxl--item .pxl--percentage {
  font-size: 18px;
}
.pxl-progressbar-1 .pxl--item .pxl--holder {
  position: relative;
  border-radius: 4px;
  height: 60px;
}
.pxl-progressbar-1 .pxl--item .pxl-item-border {
  padding: 4px;
  border: 1px dashed;
  border-radius: 14px;
}
.pxl-progressbar-1 .pxl--item .pxl--progressbar {
  position: relative;
  height: 60px;
  width: 0%;
  overflow: hidden;
  background-image: repeating-linear-gradient(45deg, transparent 0px, transparent 10px, #141515 11px, #141515 12px);
  background-size: 100%;
}
body.rtl .pxl-progressbar-1 .pxl--percentage {
  right: auto;
  left: 0;
}
.pxl-element-slider {
  position: relative;
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  border-radius: inherit;
}
.pxl-element-slider .pxl-swiper-slide {
  opacity: 1;
}
.pxl-element-slider .swiper-slide-active {
  -webkit-transition: all 250ms linear 0ms;
  -khtml-transition: all 250ms linear 0ms;
  -moz-transition: all 250ms linear 0ms;
  -ms-transition: all 250ms linear 0ms;
  -o-transition: all 250ms linear 0ms;
  transition: all 250ms linear 0ms;
  opacity: 1 !important;
  z-index: 1;
}
.pxl-element-slider .pxl-slider-progressbar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--link-color);
  height: 2px;
  z-index: 100;
  width: 0;
  -webkit-transition: all 100ms linear 0ms;
  -khtml-transition: all 100ms linear 0ms;
  -moz-transition: all 100ms linear 0ms;
  -ms-transition: all 100ms linear 0ms;
  -o-transition: all 100ms linear 0ms;
  transition: all 100ms linear 0ms;
}
.pxl-element-slider .pxl-item--image {
  --color-dark: #042620;
  --color-green-primary: #089d6b;
  --color-green-secondary: #099e6e;
  --color-green-transparent: rgba(15, 140, 118, 0);
  --color-green-light-transparent: rgba(35, 189, 139, 0);
  position: relative;
}
.pxl-element-slider .pxl-item--image::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(270deg, var(--color-dark) 0%, var(--color-green-transparent) 41.95%), linear-gradient(90deg, var(--color-dark) 0%, var(--color-green-transparent) 53.45%), linear-gradient(0deg, var(--color-green-primary) 0%, var(--color-green-light-transparent) 25.95%), linear-gradient(180deg, var(--color-green-secondary) 0%, var(--color-green-light-transparent) 35.91%);
}
.pxl-element-slider .pxl-slider--image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pxl-element-slider .pxl-slider--mainimage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -webkit-transition: all 600ms linear 0ms;
  -khtml-transition: all 600ms linear 0ms;
  -moz-transition: all 600ms linear 0ms;
  -ms-transition: all 600ms linear 0ms;
  -o-transition: all 600ms linear 0ms;
  transition: all 600ms linear 0ms;
  overflow: hidden;
}
.pxl-element-slider .pxl-slider--mainimage.wow {
  visibility: visible;
}
.pxl-element-slider .pxl-slider--mainimage.pxl-image--kenburns.animated {
  animation-name: pxl_kenburns;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 40s;
  transform: scale(1.2);
}
.pxl-element-slider .pxl-slider--overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.pxl-element-slider .pxl-slider--inner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pxl-element-slider .pxl-slider--inner {
    height: auto !important;
  }
}
.pxl-element-slider .pxl-slider--mainimage, .pxl-element-slider .pxl-slider--image, .pxl-element-slider .pxl-slider--inner, .pxl-element-slider .pxl-swiper-slide, .pxl-element-slider .pxl-swiper-wrapper, .pxl-element-slider .pxl-swiper-container, .pxl-element-slider .pxl-carousel-inner {
  border-radius: inherit;
}
.pxl-element-slider.style1 .swiper-slide-active .pxl-slider--overlay .pxl-slider--image {
  animation: slide-zoom-in calc(var(slide-zoom-in) + 0.5s) linear var(--pxl-transition-duration) forwards;
  -webkit-animation: slide-zoom-in calc(var(--pxl-duration) + 0.5s) linear var(--pxl-transition-duration) forwards;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap {
  margin-top: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .pxl-element-slider.style1 .pxl-swiper-arrow-wrap {
    gap: 100px;
  }
}
@media screen and (max-width: 767px) {
  .pxl-element-slider.style1 .pxl-swiper-arrow-wrap {
    padding-bottom: 120px;
    gap: 50px;
  }
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  background: unset;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  font-size: 41px;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background: unset;
  color: ;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: 65px;
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotate(180deg);
}
.pxl-element-slider.style1 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-right: 65px;
}
.pxl-element-slider .pxl-swiper-dots.style-1 {
  margin-top: 0;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: unset;
  display: grid;
  z-index: 3;
  overflow: visible;
}
@media screen and (max-width: 575px) {
  .pxl-element-slider .pxl-swiper-dots.style-1 {
    display: none;
  }
}
.pxl-element-slider .pxl-swiper-dots.style-1 .pxl-swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  margin: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pxl-element-slider .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets {
  height: 12px;
  margin: 10px 0;
}
.pxl-element-slider .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets::after {
  position: absolute;
  content: "";
  height: 83px;
  width: 3px;
  background: linear-gradient(40deg, #f15f25 9.85%, rgba(255, 255, 255, 0) 90.39%);
  top: -100px;
  left: 11px;
}
.pxl-element-slider .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets::before {
  position: absolute;
  content: "";
  height: 83px;
  width: 3px;
  background: linear-gradient(120deg, #f15f25 9.85%, rgba(255, 255, 255, 0) 90.39%);
  top: 115px;
  left: 11px;
}
.pxl-element-slider .pxl-swiper-dots.style-1.pxl-swiper-pagination-bullets span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--third-color);
}
.pxl-element-slider .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active {
  background-color: unset;
  position: relative;
}
.pxl-element-slider .pxl-swiper-dots.style-1 .swiper-pagination-bullet-active::before {
  position: absolute;
  width: 34px;
  height: 34px;
  content: "";
  border: 1px solid var(--third-color);
  border-radius: 50%;
  top: -5px;
  left: -5px;
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap {
  margin-top: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .pxl-swiper-effect2 .pxl-swiper-arrow-wrap {
    padding-bottom: 150px;
    gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .pxl-swiper-effect2 .pxl-swiper-arrow-wrap {
    padding-bottom: 120px;
    gap: 50px;
  }
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  background: unset;
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow i {
  font-size: 70px;
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow:hover {
  background: unset;
  color: ;
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev {
  margin-left: 40px;
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-prev i {
  transform: rotate(180deg);
}
.pxl-swiper-effect2 .pxl-swiper-arrow-wrap .pxl-swiper-arrow.pxl-swiper-arrow-next {
  margin-right: 40px;
}
.swiper-gl {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
}
.swiper-gl .swiper-slide, .swiper-gl swiper-slide {
  position: relative;
}
.swiper-gl .swiper-gl-image {
  display: none;
}
.swiper-gl > canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.swiper-gl-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.pxl-hidden-button {
  text-align: center;
  display: flex;
  cursor: pointer;
  -webkit-transition: 200ms all linear 0ms;
  -khtml-transition: 200ms all linear 0ms;
  -moz-transition: 200ms all linear 0ms;
  -ms-transition: 200ms all linear 0ms;
  -o-transition: 200ms all linear 0ms;
  transition: 200ms all linear 0ms;
}
@media (max-width: 1500px) {
  .hide-1500 {
    display: none;
  }
}
.pxl-hidden-sidebar {
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
}
.pxl-hidden-sidebar.active .pxl-item--overlay {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-hidden-sidebar.active .pxl-item--conent {
  opacity: 1;
  transform: scale(1);
  overflow-y: scroll;
  width: 100%;
  height: 100%;
}
.pxl-hidden-sidebar {
  position: relative;
}
.pxl-hidden-sidebar .elementor-section {
  left: 0;
  right: 0;
}
.pxl-hidden-sidebar .pxl-item--overlay {
  background-color: rgba(27, 35, 54, 0.8);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1026;
  -webkit-transform: scaleX(0);
  -khtml-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.pxl-hidden-sidebar .pxl-item--overlay.pxl-menu-open .lt {
  top: 15px !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-hidden-sidebar .pxl-item--overlay.pxl-menu-open .lm {
  opacity: 0;
  width: 0;
}
.pxl-hidden-sidebar .pxl-item--overlay.pxl-menu-open .lb {
  top: 15px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-hidden-sidebar .pxl-item--conent {
  overflow-y: scroll;
  position: fixed;
  z-index: 1029;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: transform 0.8s ease 0s;
  -khtml-transition: transform 0.8s ease 0s;
  -moz-transition: transform 0.8s ease 0s;
  -ms-transition: transform 0.8s ease 0s;
  -o-transition: transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s;
  opacity: 0;
  transform: scale(0);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.pxl-hidden-sidebar .pxl-item--conent:hover .pxl-close {
  top: 40px;
  opacity: 1;
}
.pxl-widget-cart-wrap:hover .pxl-close {
  background-color: var(--secondary-color) !important;
  top: 10px;
  opacity: 1;
}
.pxl-widget-cart-wrap:hover .pxl-close:before, .pxl-widget-cart-wrap:hover .pxl-close:after {
  background-color: #fff !important;
}
.de-menu-reveal {
  float: right;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.de-menu-reveal:hover .lt, .de-menu-reveal:hover .lm, .de-menu-reveal:hover .lb {
  background: var(--link-color-hover);
}
.de-menu-reveal .lt, .de-menu-reveal .lm, .de-menu-reveal .lb {
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  background: #fff;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.de-menu-reveal .lm {
  top: 15px;
}
.de-menu-reveal .lt {
  top: 5px;
}
.de-menu-reveal .lb {
  top: 25px;
}
.de-menu-reveal2 {
  float: right;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.de-menu-reveal2:hover .lt, .de-menu-reveal2:hover .lm, .de-menu-reveal2:hover .lb {
  background: var(--link-color);
}
.de-menu-reveal2 .lt, .de-menu-reveal2 .lm, .de-menu-reveal2 .lb {
  display: block;
  position: absolute;
  width: 36px;
  height: 2px;
  background: #fff;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.de-menu-reveal2 .lm {
  top: 15px;
}
.de-menu-reveal2 .lt {
  top: 5px;
}
.de-menu-reveal2 .lb {
  top: 25px;
}
.de-menu-reveal2.pxl-hidden-meta {
  position: absolute;
  top: 10%;
  right: 5%;
}
.pxl-menu-open .lt {
  top: 15px !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pxl-menu-open .lm {
  opacity: 0;
  width: 0;
}
.pxl-menu-open .lb {
  top: 15px !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pxl-icon--users {
  cursor: pointer;
}
.pxl-icon--users i {
  color: var(--secondary-color);
  font-size: 26px;
  -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-icon--users i:hover, .pxl-icon--users i:active, .pxl-icon--users i:focus {
  color: var(--link-color);
}
.pxl-icon--users.style1 {
  text-transform: uppercase;
  border-style: solid !important;
  border-width: 1px 1px 1px 1px;
  border-color: #fff;
  border-radius: 5px 5px 5px 5px;
  padding: 5px 55px 3px 55px;
  line-height: 50px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-icon--users.style1:hover {
  background-color: #fff;
}
.pxl-icon--users.style1:hover .title {
  color: var(--link-color);
}
.pxl-icon--users.style1:hover .title i {
  color: var(--link-color);
}
.pxl-icon--users.style1 .title {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-icon--users.style1 .title i {
  font-size: 16px;
  color: #fff;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pxl-user .pxl-user-inner {
  max-width: 430px;
  margin: auto;
}
.pxl-user .pxl-user-holder {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -khtml-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.pxl-user .pxl-user-meta {
  padding: 30px;
}
.pxl-user .pxl-user-title {
  text-align: center;
  margin-bottom: 32px;
  font-size: 22px;
  text-transform: capitalize;
}
.pxl-user .pxl-user-bottom {
  border-top: 1px solid #efefef;
  padding: 18px 30px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  -khtml-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.pxl-user .pxl-user-bottom a {
  text-decoration: underline;
}
.pxl-user .pxl-user-form .field-group {
  position: relative;
  margin-bottom: 15px;
}
.pxl-user .pxl-user-form .field-group:last-child {
  margin-bottom: 0;
}
.pxl-user .pxl-user-form .button {
  width: 100%;
  line-height: 50px;
  border-radius: 0px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-user .pxl-user-form .button:hover, .pxl-user .pxl-user-form .button:active, .pxl-user .pxl-user-form .button:focus {
  background-color: var(--link-color) !important;
  color: #fff !important;
}
.pxl-user .pxl-user-form input {
  border-radius: 0;
  padding-left: 75px;
  background-color: #fff !important;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-user .pxl-user-form input:hover, .pxl-user .pxl-user-form input:active, .pxl-user .pxl-user-form input:focus {
  border-color: var(--link-color) !important;
}
.pxl-user .pxl-user-form i {
  width: 55px;
  height: 32px;
  font-size: 16px;
  color: var(--link-color);
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  border-right: 1px solid #efefef;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
  font-style: normal;
}
.pxl-user .pxl-user-form span {
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
  display: inline-block;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  line-height: 18px;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
}
.pxl-user .pxl-user-footer {
  padding: 25px 15px 0 15px;
  text-align: center;
}
.pxl-user .pxl-user-footer a {
  color: rgba(0, 0, 0, 0.66);
  text-decoration: underline;
}
.pxl-user .pxl-user-form-profile {
  text-align: center;
}
.pxl-user .pxl-user-form-profile .user-avatar img {
  border: 1px solid #ebebeb;
  padding: 5px;
}
.pxl-user .pxl-user-form-profile .user-name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 18px;
}
.pxl-user .zmdi:before {
  font-family: "Font Awesome 5 Free";
}
.pxl-user .zmdi-account:before {
  content: "\f007";
}
.pxl-user .zmdi-lock:before {
  content: "\f023";
}
.pxl-user .zmdi-email:before {
  content: "\f0e0";
}
.logged-in .pxl-user .pxl-user-bottom, .logged-in .pxl-user .pxl-user-title {
  display: none;
}
.logged-in .pxl-user .pxl-user-bottom, .logged-in .pxl-user .pxl-user-title {
  display: none;
}
.pxl-user-popup {
  background-color: rgba(9, 29, 62, 0.85);
  visibility: hidden;
}
.pxl-user-popup.open {
  visibility: visible;
}
.pxl-user-popup .pxl-user .pxl-user-content {
  max-width: 400px;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -khtml-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  box-shadow: 0 0 10px rgba(0, 0, 0, .12);
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .pxl-user-popup .pxl-user .pxl-user-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 24px;
  }
}
.pxl-user-popup .pxl-user .pxl-user-content .pxl-user-heading {
  font-weight: 500;
  line-height: 1.1;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.pxl-user-popup .pxl-user .pxl-user-content .pxl-user-desc {
  margin-bottom: 30px !important;
  color: #9b9b9b;
}
.pxl-user-popup .pxl-user .pxl-user-footer {
  padding-top: 15px;
}
.pxl-user-popup .pxl-user .pxl-user-footer a {
  font-weight: 500;
  color: #818181 !important;
  text-decoration: none;
  font-family: 'Epilogue';
}
.pxl-user-popup .pxl-user .pxl-user-footer a:hover {
  color: var(--link-color-hover) !important;
  text-decoration: underline;
}
.pxl-user-popup .pxl-user .pxl-user-footer span {
  color: #9b9b9b;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass {
  text-align: center;
  margin-top: 8px;
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass a {
  color: #818181;
  font-weight: 500;
  font-family: 'Epilogue';
}
.pxl-user-popup .pxl-user .pxl-user-forgot-pass a:hover {
  color: var(--link-color-hover);
  text-decoration: underline;
}
.pxl-user-popup .pxl-user.u-close {
  display: none;
}
.pxl-user-account {
  list-style: none;
  position: absolute;
  top: 57px;
  background-color: #fff;
  min-width: 180px;
  margin-top: 35px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-user-account a {
  font-size: 14px !important;
  font-weight: 500;
  color: var(--link-color) !important;
  display: block !important;
  line-height: normal !important;
  padding: 5px 0 !important;
  background-color: transparent !important;
  text-transform: capitalize;
}
.pxl-user-account a:hover {
  padding-left: 5px !important;
  color: var(--link-color-hover) !important;
}
.pxl-user-account.active {
  margin-top: 17px;
  opacity: 1;
  visibility: visible;
}
.pxl-icon-close {
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-icon-close:before, .pxl-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  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-icon-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-icon-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-icon-close:hover:before, .pxl-icon-close:hover:after {
  background-color: var(--link-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}
.pxl-modal .pxl-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  z-index: 9999;
  background-color: var(--link-color);
  width: 40px;
  height: 40px;
}
.pxl-modal .pxl-modal-close .pxl-icon-close {
  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%);
  background-color: transparent;
}
.pxl-modal .pxl-modal-close .pxl-icon-close:before, .pxl-modal .pxl-modal-close .pxl-icon-close:after {
  background-color: rgba(255, 255, 255, 0.9);
}
.pxl-modal .pxl-modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.95);
}
.pxl-modal .pxl-modal-content {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  margin-top: 60px;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
  opacity: 0;
}
.pxl-modal.open {
  -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;
}
.pxl-modal.open .pxl-modal-close {
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.pxl-modal.open .pxl-modal-content {
  margin-top: 0;
  opacity: 1;
}
.pxl-modal.remove {
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  transition-delay: 500ms;
  -webkit-transition-delay: 500ms;
}
.pxl-modal.remove .pxl-modal-content {
  margin-top: 60px;
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.pxl-modal.remove .pxl-modal-close {
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
}
.pxl-modal.pxl-modal-search .pxl-modal-content {
  max-width: 680px;
}
.pxl-icon-close {
  border: 9px solid transparent;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.pxl-icon-close:before, .pxl-icon-close:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: #444;
  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-icon-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-icon-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-icon-close:hover:before, .pxl-icon-close:hover:after {
  background-color: var(--link-color);
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.pxl-user-form-login .login-form .fields-content .field-group {
  position: relative;
}
.pxl-user-form-login .login-form .fields-content .field-group .field-icon {
  position: absolute;
  width: 20px;
  z-index: 2;
  top: 20px;
  left: 17px;
}
.pxl-user-form-login .field-rememberme {
  position: relative;
  left: -3px;
}
.pxl-user-form-login .field-rememberme label {
  font-size: 16px;
}
.pxl-user-form-login .field-forgot-password {
  position: relative;
  left: 1px;
  display: none;
}
.pxl-user-form-login .field-footer-group button {
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pxl-user-form-login .field-footer-group button:hover, .pxl-user-form-login .field-footer-group button:active, .pxl-user-form-login .field-footer-group button:focus {
  background-color: var(--link-color);
  color: #fff;
}
.pxl-user-form-login .field-footer-group button svg {
  display: none;
}
.field-group.field-footer-group {
  position: relative;
  display: flex;
  justify-content: center;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .fields-content .field-group {
  position: relative;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .fields-content .field-group .field-icon {
  position: absolute;
  width: 20px;
  z-index: 2;
  top: 20px;
  left: 17px;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button {
  text-transform: uppercase;
}
.pxl-user-register .pxl-user-content .pxl-user-form .pxl-user-form-register .register-form .field-footer-group button svg {
  display: none;
}
.grid-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-color: #f8f8f8;
}
.grid {
  position: absolute;
  top: 0;
  left: 10vw;
  width: 80vw;
  height: 70vh;
  z-index: 1;
}
.gridBlock {
  position: absolute;
  overflow: hidden;
  background-color: ;
  border-radius: 10px;
  -webkit-box-shadow: ;
  -khtml-box-shadow: ;
  -moz-box-shadow: ;
  -ms-box-shadow: ;
  -o-box-shadow: ;
  box-shadow: ;
  -webkit-transition: transform 0.4s ease, box-shadow 0.4s ease;
  -khtml-transition: transform 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: transform 0.4s ease, box-shadow 0.4s ease;
  -ms-transition: transform 0.4s ease, box-shadow 0.4s ease;
  -o-transition: transform 0.4s ease, box-shadow 0.4s ease;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gridBlock:hover {
  transform: scale(1.05);
  z-index: 10;
  -webkit-box-shadow: ;
  -khtml-box-shadow: ;
  -moz-box-shadow: ;
  -ms-box-shadow: ;
  -o-box-shadow: ;
  box-shadow: ;
}
.gridBlock img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -khtml-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.gridBlock img.loaded {
  opacity: 1;
  z-index: 2;
  position: relative;
}
.gridBlock::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #f0f0f0, #e0e0e0, #f0f0f0);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  z-index: 1;
  border-radius: 10px;
}
.centerBlock {
  z-index: 2;
  /* Responsive styles */
}
.centerBlock img {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .grid {
    left: 5vw;
    width: 90vw;
    height: 90vh;
  }
}
.pxl-image-tab {
  display: flex;
  justify-content: space-between;
  margin-left: -70px;
  margin-right: -70px;
}
@media screen and (max-width: 1200px) {
  .pxl-image-tab {
    display: inline-block;
  }
}
.pxl-image-tab .pxl-container {
  padding: 0 50px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  flex: 4;
}
@media screen and (max-width: 1200px) {
  .pxl-image-tab .pxl-container {
    display: flex;
    padding: 0;
  }
}
.pxl-image-tab .pxl-container .pxl-image {
  height: 100%;
}
.pxl-image-tab .pxl-container .pxl-image img {
  height: 100%;
  width: revert-layer;
  max-width: unset;
}
.pxl-image-tab .pxl-container .pxl-icon i {
  line-height: 1;
}
.pxl-image-tab .pxl-container .pxl-title, .pxl-image-tab .pxl-container .pxl-content, .pxl-image-tab .pxl-container .pxl-icon {
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .pxl-image-tab .pxl-container .pxl-title, .pxl-image-tab .pxl-container .pxl-content, .pxl-image-tab .pxl-container .pxl-icon {
    opacity: 1;
  }
}
.pxl-image-tab .pxl-container .pxl-item-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 50px 0 50px 50px;
  opacity: 0;
  transition: all 0.3s linear;
  transform: translateX(100px);
}
@media screen and (max-width: 1200px) {
  .pxl-image-tab .pxl-container .pxl-item-right {
    padding: 30px;
    position: unset;
    opacity: 1;
    transform: translateX(0);
  }
}
.pxl-image-tab .pxl-container.active {
  margin-left: -70px;
  margin-right: 100px;
  flex: 6;
}
.pxl-image-tab .pxl-container.active .pxl-item-right {
  opacity: 1;
  transform: translatex(0);
}
@media screen and (max-width: 1200px) {
  .pxl-image-tab .pxl-container.active {
    margin: 0;
  }
}
.pxl-image-tab .pxl-container.active .pxl-title, .pxl-image-tab .pxl-container.active .pxl-content, .pxl-image-tab .pxl-container.active .pxl-icon {
  opacity: 1;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
}
.pxl-image-tab .pxl-container.active .pxl-icon {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.pxl-image-tab .pxl-container.active .pxl-title {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.pxl-image-tab .pxl-container.active .pxl-content {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.pxl-marquee.pxl-marquee1.pxl-stroke .pxl-item--single .pxl-item--text {
  text-shadow: 0 10px 14px rgba(0, 255, 171, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--third-color);
  color: transparent;
}
.pxl-marquee.pxl-marquee1 .pxl-item--label {
  --bg-color: #b0b0b0;
  --width: 284px;
  width: 100%;
  text-align: center;
  justify-content: center;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--container {
  width: 100%;
  position: relative;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner {
  --x: 40px;
  --gap: 30px;
  --width: 100%;
  position: relative;
  width: 100%;
  overflow: clip;
  display: flex;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner .pxl-item--link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
  transform: translateY(100%);
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner .pxl-item--link2 {
  position: absolute;
  inset: 0;
  z-index: 5;
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
  transform: translateY(100%);
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.infinite {
  --width: calc(100% + var(--gap));
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.ltr {
  justify-content: end;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.rtl {
  justify-content: start;
}
.pxl-marquee.pxl-marquee1 .pxl-item--inner.pause-on-hover:hover .pxl-item--list {
  animation-play-state: paused;
}
.pxl-marquee.pxl-marquee1 .pxl-item--list {
  display: inline-flex;
  flex: 0 0 var(--width);
  will-change: transform;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.pxl-marquee.pxl-marquee1 .pxl-item--list.main {
  padding-right: var(--gap);
}
@media screen and (max-width: 575px) {
  .pxl-marquee.pxl-marquee1 .pxl-item--list.main {
    padding-right: 0;
  }
}
.pxl-marquee.pxl-marquee1 .pxl-item--wrap {
  position: absolute;
  inset: 0;
  background: var(--primary-color);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  scale: 0.8;
  opacity: 0;
  transition: 0.8s cubic-bezier(0.36, 0.33, 0, 1);
}
.pxl-marquee.pxl-marquee1 .pxl-item--wrap .pxl-item--text {
  color: #fff;
}
.pxl-marquee.pxl-marquee1 .pxl-item--wrap .pxl-item--des {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.73;
  margin-top: 15px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single {
  position: relative;
  width: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single:hover .pxl-single--inner .pxl-item--icon {
  opacity: 1;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single:hover .pxl-item--image img {
  border-radius: 300px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single:hover .pxl-item--wrap, .pxl-marquee.pxl-marquee1 .pxl-item--single:hover .pxl-item--link2 {
  transform: translateY(0);
  opacity: 1;
  scale: 1;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single:hover .pxl-item--link {
  opacity: 1;
  transform: translateY(0);
}
.pxl-marquee.pxl-marquee1 .pxl-item--single .pxl-single--inner {
  width: max-content;
  transition: inherit;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single .pxl-single--inner .pxl-item--image img {
  max-height: 440px;
  max-width: 320px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single .pxl-single--inner .pxl-item--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.pxl-marquee.pxl-marquee1 .pxl-item--single .pxl-single--inner .pxl-item--icon i {
  color: #fff;
  font-size: 30px;
}
.pxl-marquee.pxl-marquee1 .pxl-item--link {
  opacity: 0;
  background: rgba(20, 20, 20, 0.3);
  backdrop-filter: blur(7.5px);
  transition: all 0.3s ease-in-out;
}
.pxl-marquee.pxl-marquee1 .pxl-item--image {
  position: relative;
  transition: inherit;
}
.pxl-marquee.pxl-marquee1 .pxl-item--image img {
  height: 100%;
}
.pxl-marquee.pxl-marquee1 .pxl-item--image i, .pxl-marquee.pxl-marquee1 .pxl-item--image img, .pxl-marquee.pxl-marquee1 .pxl-item--image svg path {
  transition: inherit;
}
.pxl-marquee.pxl-marquee1 .pxl-item--bg {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pxl-marquee.pxl-marquee1 .pxl-item--overlay {
  --gradient-color-from: rgba(0, 28, 23, 0);
  --gradient-color-to: #001c17;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, var(--gradient-color-from) 4.1%, var(--gradient-color-to) 100%);
}
.pxl-marquee.style-3 .pxl-item--list {
  padding: 15px 0;
}
.pxl-marquee.style-3 .pxl-item--single {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.pxl-marquee.style-3 .pxl-item--single:hover .pxl-item--image img {
  border-radius: 0;
}
.pxl-marquee.style-3 .pxl-item--single .pxl-item--image::after {
  border-radius: 0;
}
