@charset "UTF-8";
/* Path to owl image */
/* Colors */
/* Gradients */
/* Custom grid breakpoints */
/* Position */
/* Position */
/* Placeholder */
/* Pseudoelements */
.layout-v2 .page-header .page-nav .navbar-toggler i {
  color: #000; }

.layout-v2 .page-header .page-nav li .dropdown-menu {
  background-color: #fff;
  border: none; }
  .layout-v2 .page-header .page-nav li .dropdown-menu > a {
    color: #000; }

.layout-v2 .page-header .page-nav li.wpml-ls-item > .dropdown-toggle::after {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px); }
  @media (min-width: 1200px) {
    .layout-v2 .page-header .page-nav li.wpml-ls-item > .dropdown-toggle::after {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: calc(50% + 2px); } }
  @media (min-width: 1600px) {
    .layout-v2 .page-header .page-nav li.wpml-ls-item > .dropdown-toggle::after {
      top: calc(50% - 2px); } }

.layout-v2 .page-header .page-nav .quick-search__button {
  margin-top: 2px; }
  @media (min-width: 1200px) {
    .layout-v2 .page-header .page-nav .quick-search__button {
      margin-top: 6px; } }
  @media screen and (min-width: 1280px) {
    .layout-v2 .page-header .page-nav .quick-search__button {
      right: -10px; } }
  @media (min-width: 1600px) {
    .layout-v2 .page-header .page-nav .quick-search__button {
      margin-top: 10px; } }

.new-homepage-categories {
  display: block;
  padding: 50px 0 80px 0; }
  .new-homepage-categories .row--heading h2 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    color: #8f8f8f;
    text-align: center;
    letter-spacing: 1.5px;
    margin: 0 0 100px 0; }
  .new-homepage-categories .items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 70px 15px; }
    @media (min-width: 576px) {
      .new-homepage-categories .items {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 992px) {
      .new-homepage-categories .items {
        gap: 90px 30px; } }
    @media (min-width: 1200px) {
      .new-homepage-categories .items {
        grid-template-columns: repeat(4, 1fr);
        gap: 90px 15px; } }
    .new-homepage-categories .items .item__btn {
      background-color: #f9f9f9;
      border-radius: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0 30px 30px 30px;
      height: 100%;
      -webkit-transition: .35s background-color ease-in, .25s transform ease-in;
      -o-transition: .35s background-color ease-in, .25s transform ease-in;
      transition: .35s background-color ease-in, .25s transform ease-in;
      position: relative;
      border-bottom: 2px solid #fb6622; }
      .new-homepage-categories .items .item__btn:hover {
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 27px 0px rgba(4, 5, 5, 0.15);
                box-shadow: 0px 0px 27px 0px rgba(4, 5, 5, 0.15); }
        .new-homepage-categories .items .item__btn:hover .item__icon img.icon-front {
          opacity: 0; }
        .new-homepage-categories .items .item__btn:hover .item__icon img.icon-hover {
          opacity: 1; }
    .new-homepage-categories .items .item__icon {
      height: 180px;
      width: 100%;
      margin-top: -40px;
      position: relative; }
      .new-homepage-categories .items .item__icon img {
        max-width: 100%;
        height: auto;
        max-height: 180px;
        display: block;
        margin: 0 auto;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: opacity 0.35s ease-in-out;
        -o-transition: opacity 0.35s ease-in-out;
        transition: opacity 0.35s ease-in-out; }
        .new-homepage-categories .items .item__icon img.icon-front {
          opacity: 1; }
        .new-homepage-categories .items .item__icon img.icon-hover {
          opacity: 0; }
    .new-homepage-categories .items .item__content {
      padding-top: 15px;
      margin-top: auto; }
      .new-homepage-categories .items .item__content .line {
        font-size: 20px;
        line-height: 25px;
        color: #000;
        text-align: left; }
        @media (min-width: 992px) {
          .new-homepage-categories .items .item__content .line {
            font-size: 25px;
            line-height: 30px; } }
        .new-homepage-categories .items .item__content .line--line1 {
          font-weight: 300; }
        .new-homepage-categories .items .item__content .line--line2 {
          font-weight: 700; }
    .new-homepage-categories .items .item__label {
      padding-top: 20px;
      text-align: center; }
      .new-homepage-categories .items .item__label span {
        display: inline-block;
        border: 1px solid #040505;
        border-radius: 40px;
        font-size: 15px;
        line-height: 17px;
        font-weight: 300;
        color: #000;
        padding: 11px 30px;
        -webkit-transition: .25s color ease-in, .25s border-color ease-in;
        -o-transition: .25s color ease-in, .25s border-color ease-in;
        transition: .25s color ease-in, .25s border-color ease-in; }
        .new-homepage-categories .items .item__label span:hover {
          border-color: #fb6622;
          color: #fb6622; }

.new-homepage-videos {
  padding: 50px 0; }
  @media (min-width: 992px) {
    .new-homepage-videos {
      padding: 100px 0 85px 0; } }
  @media (min-width: 1200px) {
    .new-homepage-videos {
      padding: 180px 0 100px 0; } }
  .new-homepage-videos .row--heading h2 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    text-align: left; }
    @media (min-width: 992px) {
      .new-homepage-videos .row--heading h2 {
        font-size: 30px;
        line-height: 35px;
        text-align: right;
        padding-right: 20px; } }
    @media (min-width: 1200px) {
      .new-homepage-videos .row--heading h2 {
        padding-right: 0px; } }
    .new-homepage-videos .row--heading h2 strong {
      font-weight: 800; }
  .new-homepage-videos .row--items {
    position: relative;
    background-color: #f9f9f9;
    border-radius: 0;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 35px; }
    @media (min-width: 576px) {
      .new-homepage-videos .row--items {
        padding-top: 65px;
        padding-bottom: 55px; } }
    .new-homepage-videos .row--items:after {
      content: '';
      display: block;
      background-color: #f9f9f9;
      width: 100vw;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      z-index: -1; }
      @media (min-width: 576px) {
        .new-homepage-videos .row--items:after {
          left: calc(-1 * (100vw - 540px) / 2); } }
      @media (min-width: 768px) {
        .new-homepage-videos .row--items:after {
          left: calc(-1 * (100vw - 720px) / 2); } }
      @media (min-width: 992px) {
        .new-homepage-videos .row--items:after {
          left: 0;
          width: calc(100vw - (100vw - 960px) / 2); } }
      @media (min-width: 1200px) {
        .new-homepage-videos .row--items:after {
          width: calc(100vw - (100vw - 1140px) / 2); } }
      @media (min-width: 1600px) {
        .new-homepage-videos .row--items:after {
          width: calc(100vw - (100vw - 1440px) / 2); } }
    .new-homepage-videos .row--items .videos-description-slider {
      border-radius: 0;
      padding-top: 40px; }
      @media (min-width: 992px) {
        .new-homepage-videos .row--items .videos-description-slider {
          padding-top: 0;
          padding-left: 30px;
          padding-right: 20px; } }
      @media (min-width: 1200px) {
        .new-homepage-videos .row--items .videos-description-slider {
          padding-right: 0px; } }
      .new-homepage-videos .row--items .videos-description-slider__items * {
        border-radius: 0; }
      .new-homepage-videos .row--items .videos-description-slider__items .video-item,
      .new-homepage-videos .row--items .videos-description-slider__items .video-item p {
        font-size: 15px;
        line-height: 22px;
        font-weight: 400; }
        @media (min-width: 992px) {
          .new-homepage-videos .row--items .videos-description-slider__items .video-item,
          .new-homepage-videos .row--items .videos-description-slider__items .video-item p {
            text-align: right; } }
      .new-homepage-videos .row--items .videos-description-slider__items .video-item p {
        margin-bottom: 15px; }
        .new-homepage-videos .row--items .videos-description-slider__items .video-item p:last-child {
          margin-bottom: 0; }
      .new-homepage-videos .row--items .videos-description-slider__nav {
        padding-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 25px; }
        @media (min-width: 992px) {
          .new-homepage-videos .row--items .videos-description-slider__nav {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            text-align: right; } }
        .new-homepage-videos .row--items .videos-description-slider__nav button {
          fill: #999999;
          border: 0;
          background: none;
          -webkit-transition: .25s fill ease-in;
          -o-transition: .25s fill ease-in;
          transition: .25s fill ease-in;
          padding: 0; }
          .new-homepage-videos .row--items .videos-description-slider__nav button:hover {
            fill: #fb6622; }
    .new-homepage-videos .row--items .videos-slider {
      width: 100%;
      height: 300px;
      position: relative;
      -webkit-box-shadow: 0px 0px 24px 0px rgba(4, 5, 5, 0.15);
              box-shadow: 0px 0px 24px 0px rgba(4, 5, 5, 0.15);
      border-radius: 40px; }
      @media (min-width: 768px) {
        .new-homepage-videos .row--items .videos-slider {
          height: 400px; } }
      @media (min-width: 992px) {
        .new-homepage-videos .row--items .videos-slider {
          margin-top: -200px; } }
      @media (min-width: 1200px) {
        .new-homepage-videos .row--items .videos-slider {
          margin-left: 35px;
          margin-top: -250px; } }
      .new-homepage-videos .row--items .videos-slider:before {
        content: '';
        border: 1px solid #dbdbdb;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 20px;
        left: -10px;
        border-radius: 40px;
        overflow: hidden; }
      .new-homepage-videos .row--items .videos-slider * {
        border-radius: 0; }
      .new-homepage-videos .row--items .videos-slider .video-item {
        width: 100%;
        height: 300px; }
        @media (min-width: 768px) {
          .new-homepage-videos .row--items .videos-slider .video-item {
            height: 400px; } }
        .new-homepage-videos .row--items .videos-slider .video-item .video-poster {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer; }
          .new-homepage-videos .row--items .videos-slider .video-item .video-poster .video-image {
            width: 100%;
            height: 100%;
            display: block;
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 40px;
            overflow: hidden; }
          .new-homepage-videos .row--items .videos-slider .video-item .video-poster .video-play-btn {
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.9);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            position: absolute;
            border-radius: 50%;
            -webkit-transition: .25s background-color ease-in;
            -o-transition: .25s background-color ease-in;
            transition: .25s background-color ease-in; }
            @media (min-width: 992px) {
              .new-homepage-videos .row--items .videos-slider .video-item .video-poster .video-play-btn {
                width: 100px;
                height: 100px; } }
            .new-homepage-videos .row--items .videos-slider .video-item .video-poster .video-play-btn svg {
              width: 60px;
              height: 60px;
              display: block;
              fill: #fb6622; }
              @media (min-width: 992px) {
                .new-homepage-videos .row--items .videos-slider .video-item .video-poster .video-play-btn svg {
                  width: 80px;
                  height: 80px; } }
          .new-homepage-videos .row--items .videos-slider .video-item .video-poster:hover .video-play-btn {
            background-color: white; }
        .new-homepage-videos .row--items .videos-slider .video-item video {
          border-radius: 40px;
          overflow: hidden;
          display: none;
          width: 100%;
          height: 100%;
          background: #000; }

.new-products-list {
  padding-top: 70px;
  padding-bottom: 70px; }
  .new-products-list .products-group {
    padding-top: 70px;
    /*
.Kształt_3 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(4, 5, 5);
  background-color: rgb(249, 249, 249);
  position: absolute;
  left: 1016px;
  top: 1047px;
  width: 193px;
  height: 52px;
  z-index: 38;
}

.Kształt_6_kopia_2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 0, 0);
  background-color: rgb(249, 249, 249);
  position: absolute;
  left: 566px;
  top: 1049px;
  width: 145px;
  height: 45px;
  z-index: 28;
}


*/ }
    .new-products-list .products-group:first-child {
      padding-top: 0; }
    .new-products-list .products-group__title h2 {
      position: relative;
      display: block;
      width: 100%; }
      .new-products-list .products-group__title h2 span {
        position: relative;
        display: block;
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        padding: 10px 35px;
        background-color: #fff;
        color: #c2c2c2;
        font-size: 40px;
        line-height: 45px;
        font-weight: 300;
        z-index: 2; }
        @media (min-width: 768px) {
          .new-products-list .products-group__title h2 span {
            max-width: 70%; } }
      .new-products-list .products-group__title h2:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #c8c8c8;
        z-index: 1; }
    .new-products-list .products-group__items {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 90px 30px;
      padding: 70px 0 15px 0; }
      @media (min-width: 576px) {
        .new-products-list .products-group__items {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 992px) {
        .new-products-list .products-group__items {
          grid-template-columns: repeat(3, 1fr); } }
      .new-products-list .products-group__items .item-col {
        background-color: #f9f9f9;
        padding: 0px 20px 30px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
        height: 100%;
        -webkit-transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
        transition: background-color 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
        -o-transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
        transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in;
        transition: background-color 0.3s ease-in, box-shadow 0.3s ease-in, -webkit-box-shadow 0.3s ease-in;
        border-radius: 0; }
        @media (min-width: 992px) {
          .new-products-list .products-group__items .item-col {
            padding: 0px 25px 40px; } }
        .new-products-list .products-group__items .item-col:hover {
          background-color: #fff;
          -webkit-box-shadow: 0px 0px 27px 0px rgba(4, 5, 5, 0.15);
                  box-shadow: 0px 0px 27px 0px rgba(4, 5, 5, 0.15); }
          .new-products-list .products-group__items .item-col:hover .item__title {
            color: #fb6622; }
          .new-products-list .products-group__items .item-col:hover .item.has-hover-image .item__image img.img-front {
            opacity: 0; }
          .new-products-list .products-group__items .item-col:hover .item.has-hover-image .item__image img.img-hover {
            opacity: 1; }
        .new-products-list .products-group__items .item-col .item {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
          width: 100%;
          margin-top: -50px;
          margin-bottom: 0;
          height: auto;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; }
          .new-products-list .products-group__items .item-col .item__image {
            height: 150px;
            width: 100%;
            position: relative; }
            @media (min-width: 768px) {
              .new-products-list .products-group__items .item-col .item__image {
                height: 180px; } }
            @media (min-width: 1200px) {
              .new-products-list .products-group__items .item-col .item__image {
                height: 210px; } }
            .new-products-list .products-group__items .item-col .item__image img {
              max-width: 100%;
              height: auto;
              max-height: 150px;
              display: block;
              margin: 0 auto;
              position: absolute;
              top: 0;
              left: 50%;
              -webkit-transform: translateX(-50%);
                  -ms-transform: translateX(-50%);
                      transform: translateX(-50%);
              -webkit-transition: opacity 0.35s ease-in-out;
              -o-transition: opacity 0.35s ease-in-out;
              transition: opacity 0.35s ease-in-out; }
              @media (min-width: 768px) {
                .new-products-list .products-group__items .item-col .item__image img {
                  max-height: 180px; } }
              @media (min-width: 1200px) {
                .new-products-list .products-group__items .item-col .item__image img {
                  max-height: 210px; } }
              .new-products-list .products-group__items .item-col .item__image img.img-front {
                opacity: 1; }
              .new-products-list .products-group__items .item-col .item__image img.img-hover {
                opacity: 0; }
          .new-products-list .products-group__items .item-col .item__title {
            padding: 30px 0 0 0;
            font-size: 22px;
            line-height: 27px;
            font-weight: 700;
            color: #000;
            -webkit-transition: .25s color ease-in;
            -o-transition: .25s color ease-in;
            transition: .25s color ease-in;
            width: 100%; }
            @media (min-width: 768px) {
              .new-products-list .products-group__items .item-col .item__title {
                font-size: 25px;
                line-height: 30px; } }
            @media (min-width: 992px) {
              .new-products-list .products-group__items .item-col .item__title {
                font-size: 30px;
                line-height: 35px; } }
          .new-products-list .products-group__items .item-col .item__subtitle {
            padding: 15px 0 0 0;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            color: #000;
            width: 100%; }
            @media (min-width: 992px) {
              .new-products-list .products-group__items .item-col .item__subtitle {
                font-size: 18px;
                line-height: 22px; } }
          .new-products-list .products-group__items .item-col .item__introtext {
            padding: 25px 0 0 0;
            width: 100%; }
            .new-products-list .products-group__items .item-col .item__introtext,
            .new-products-list .products-group__items .item-col .item__introtext p {
              color: #5a5a5a;
              font-size: 14px;
              line-height: 20px;
              font-weight: 300; }
              @media (min-width: 992px) {
                .new-products-list .products-group__items .item-col .item__introtext,
                .new-products-list .products-group__items .item-col .item__introtext p {
                  font-size: 15px;
                  line-height: 22px; } }
            .new-products-list .products-group__items .item-col .item__introtext p {
              margin-bottom: 15px; }
              .new-products-list .products-group__items .item-col .item__introtext p:last-child {
                margin-bottom: 0; }
          .new-products-list .products-group__items .item-col .item__buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            gap: 10px;
            margin-top: auto;
            width: 100%;
            padding: 25px 0 0 0;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; }
            .new-products-list .products-group__items .item-col .item__buttons a {
              display: inline-block;
              border: 1px solid #040505;
              border-radius: 40px;
              font-size: 15px;
              line-height: 17px;
              font-weight: 300;
              color: #000;
              padding: 11px 25px;
              -webkit-transition: .25s color ease-in, .25s border-color ease-in;
              -o-transition: .25s color ease-in, .25s border-color ease-in;
              transition: .25s color ease-in, .25s border-color ease-in;
              min-width: 150px;
              text-align: center; }
              .new-products-list .products-group__items .item-col .item__buttons a:hover {
                border-color: #fb6622;
                color: #fb6622; }
              @media (min-width: 1200px) {
                .new-products-list .products-group__items .item-col .item__buttons a {
                  min-width: 160px; } }
              @media (min-width: 1600px) {
                .new-products-list .products-group__items .item-col .item__buttons a {
                  padding: 11px 35px;
                  min-width: 170px; } }
              .new-products-list .products-group__items .item-col .item__buttons a.single-btn {
                font-size: 16px;
                padding: 12px 40px; }

.section-breadcrumbs {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 20px; }
  .section-breadcrumbs ul.category-breadcrumbs {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0; }
    .section-breadcrumbs ul.category-breadcrumbs li.item {
      padding: 2px 2px;
      position: relative; }
      .section-breadcrumbs ul.category-breadcrumbs li.item:before {
        display: none !important; }
      .section-breadcrumbs ul.category-breadcrumbs li.item:after {
        content: ' > ';
        padding-left: 2px; }
      .section-breadcrumbs ul.category-breadcrumbs li.item,
      .section-breadcrumbs ul.category-breadcrumbs li.item > a {
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        color: #c6c6c6; }
      .section-breadcrumbs ul.category-breadcrumbs li.item > a:hover {
        color: #fb6622; }
      .section-breadcrumbs ul.category-breadcrumbs li.item > span {
        font-weight: 400; }
      .section-breadcrumbs ul.category-breadcrumbs li.item:last-child:after {
        display: none; }

.page-header-image {
  border-radius: 0; }
  .page-header-image--category > * {
    position: relative;
    z-index: 2; }
  .page-header-image--category:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1; }

.tmpl-about-us.page-subpage .about-us-content.post-content {
  padding-top: 0; }

.tmpl-about-us.page-subpage .content-section.bg-image {
  background-size: cover;
  background-position: center;
  position: relative; }
  .tmpl-about-us.page-subpage .content-section.bg-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 1; }
  .tmpl-about-us.page-subpage .content-section.bg-image .container {
    position: relative;
    z-index: 2; }
  .tmpl-about-us.page-subpage .content-section.bg-image--without-content {
    min-height: 300px; }
    @media (min-width: 992px) {
      .tmpl-about-us.page-subpage .content-section.bg-image--without-content {
        min-height: 400px; } }
    @media (min-width: 1200px) {
      .tmpl-about-us.page-subpage .content-section.bg-image--without-content {
        min-height: 500px; } }
    @media (min-width: 1600px) {
      .tmpl-about-us.page-subpage .content-section.bg-image--without-content {
        min-height: 600px; } }
  .tmpl-about-us.page-subpage .content-section.bg-image.parallax-section {
    background-attachment: fixed; }
    @media (max-width: 991.98px) {
      .tmpl-about-us.page-subpage .content-section.bg-image.parallax-section {
        background-attachment: scroll; } }

.tmpl-about-us.page-subpage .content-section .row {
  padding: 40px 0;
  gap: 50px 0; }
  @media (min-width: 768px) {
    .tmpl-about-us.page-subpage .content-section .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.tmpl-about-us.page-subpage .content-section .content-col .content-title + .content-description {
  padding-top: 15px; }

.tmpl-about-us.page-subpage .content-section .image-col img {
  max-width: 100%; }

.why-us .hero-section {
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  min-height: 350px; }
  .why-us .hero-section div,
  .why-us .hero-section img {
    border-radius: 0; }
  .why-us .hero-section .hero-bg-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  .why-us .hero-section .hero-content {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .why-us .hero-section .hero-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: -1; }

.why-us .why-us-image-slider {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  padding-top: 40px; }
  @media (min-width: 1200px) {
    .why-us .why-us-image-slider {
      padding-top: 60px; } }
  .why-us .why-us-image-slider .slick-arrow {
    z-index: 99;
    width: 40px;
    height: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #000;
    -webkit-transition: background-color .25s ease-in, -webkit-box-shadow .25s ease-in;
    transition: background-color .25s ease-in, -webkit-box-shadow .25s ease-in;
    -o-transition: background-color .25s ease-in, box-shadow .25s ease-in;
    transition: background-color .25s ease-in, box-shadow .25s ease-in;
    transition: background-color .25s ease-in, box-shadow .25s ease-in, -webkit-box-shadow .25s ease-in; }
    @media (max-width: 767.98px) {
      .why-us .why-us-image-slider .slick-arrow {
        width: 30px;
        height: 40px; } }
    .why-us .why-us-image-slider .slick-arrow:before {
      display: none; }
    .why-us .why-us-image-slider .slick-arrow:hover {
      background-color: #fb6622;
      -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
              box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }
    .why-us .why-us-image-slider .slick-arrow svg {
      color: #fff;
      width: 30px; }
      @media (max-width: 767.98px) {
        .why-us .why-us-image-slider .slick-arrow svg {
          width: 20px; } }
    .why-us .why-us-image-slider .slick-arrow.slick-prev {
      left: 45px; }
      @media (min-width: 1600px) {
        .why-us .why-us-image-slider .slick-arrow.slick-prev {
          left: 90px; } }
    .why-us .why-us-image-slider .slick-arrow.slick-next {
      right: 45px; }
      @media (min-width: 1600px) {
        .why-us .why-us-image-slider .slick-arrow.slick-next {
          right: 90px; } }
  .why-us .why-us-image-slider__wrapper {
    padding: 0;
    border-radius: 0; }
    .why-us .why-us-image-slider__wrapper .slick-list {
      padding: 0 15px;
      border-radius: 0; }
      @media (min-width: 768px) {
        .why-us .why-us-image-slider__wrapper .slick-list {
          padding: 0 40px; } }
      @media (min-width: 1200px) {
        .why-us .why-us-image-slider__wrapper .slick-list {
          padding: 0 100px; } }
      @media (min-width: 1600px) {
        .why-us .why-us-image-slider__wrapper .slick-list {
          padding: 0 150px; } }
  .why-us .why-us-image-slider .slick-active .why-us-image-slider__slide img {
    opacity: 1; }
  .why-us .why-us-image-slider__slide {
    position: relative;
    border-radius: 0;
    padding: 0 5px; }
    @media (min-width: 768px) {
      .why-us .why-us-image-slider__slide {
        padding: 0 10px; } }
    @media (min-width: 1200px) {
      .why-us .why-us-image-slider__slide {
        padding: 0 15px; } }
    @media (min-width: 1600px) {
      .why-us .why-us-image-slider__slide {
        padding: 0 20px; } }
    .why-us .why-us-image-slider__slide img {
      position: relative;
      width: 100%;
      height: auto;
      z-index: -1;
      border-radius: 0;
      opacity: 0.6;
      -webkit-transition: opacity 0.15s ease-in-out;
      -o-transition: opacity 0.15s ease-in-out;
      transition: opacity 0.15s ease-in-out; }
    .why-us .why-us-image-slider__slide .slide__caption {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      color: #fff;
      padding: 10px;
      border-radius: 0;
      bottom: 10px;
      left: 10px;
      max-width: calc(100% - 20px); }
      @media (min-width: 576px) {
        .why-us .why-us-image-slider__slide .slide__caption {
          bottom: 20px;
          left: 20px;
          max-width: calc(100% - 40px); } }
      @media (min-width: 1200px) {
        .why-us .why-us-image-slider__slide .slide__caption {
          bottom: 30px;
          left: 30px;
          padding: 15px;
          max-width: 70%; } }
    .why-us .why-us-image-slider__slide .slide__title {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 0px; }
      @media (min-width: 768px) {
        .why-us .why-us-image-slider__slide .slide__title {
          font-size: 20px; } }
      .why-us .why-us-image-slider__slide .slide__title + .slide__description {
        margin-top: 5px; }
    .why-us .why-us-image-slider__slide .slide__description {
      font-size: 14px; }
      @media (min-width: 768px) {
        .why-us .why-us-image-slider__slide .slide__description {
          font-size: 16px; } }

.why-us .page-section.content-section .content-col .content-title + .content-description {
  padding-top: 15px; }

.why-us .page-section.content-section .image-col .row--images {
  gap: 20px 0; }

.why-us .page-section.content-section .image-col .image-item {
  position: relative; }
  .why-us .page-section.content-section .image-col .image-item__btn {
    position: relative;
    display: block;
    height: 100%; }
  .why-us .page-section.content-section .image-col .image-item img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    border-radius: 0;
    -webkit-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out; }
  .why-us .page-section.content-section .image-col .image-item.col-md-6 img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (min-width: 768px) {
      .why-us .page-section.content-section .image-col .image-item.col-md-6 img {
        min-height: 250px; } }
    @media (min-width: 992px) {
      .why-us .page-section.content-section .image-col .image-item.col-md-6 img {
        min-height: 300px; } }
    @media (min-width: 1200px) {
      .why-us .page-section.content-section .image-col .image-item.col-md-6 img {
        min-height: 350px; } }
    @media (min-width: 1600px) {
      .why-us .page-section.content-section .image-col .image-item.col-md-6 img {
        min-height: 400px; } }
  .why-us .page-section.content-section .image-col .image-item > .image-item__caption {
    left: 25px;
    max-width: calc(100% - 50px); }
    @media (min-width: 576px) {
      .why-us .page-section.content-section .image-col .image-item > .image-item__caption {
        left: 35px;
        max-width: calc(100% - 70px); } }
    @media (min-width: 1200px) {
      .why-us .page-section.content-section .image-col .image-item > .image-item__caption {
        max-width: 50%; } }
  .why-us .page-section.content-section .image-col .image-item__caption {
    position: absolute;
    color: #fff;
    padding: 0px;
    border-radius: 0;
    top: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    z-index: 2; }
    @media (min-width: 576px) {
      .why-us .page-section.content-section .image-col .image-item__caption {
        top: 20px;
        left: 20px;
        max-width: calc(100% - 40px);
        max-height: calc(100% - 40px); } }
    @media (min-width: 1200px) {
      .why-us .page-section.content-section .image-col .image-item__caption {
        max-width: 50%; } }
  .why-us .page-section.content-section .image-col .image-item__title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .why-us .page-section.content-section .image-col .image-item__title {
        font-size: 18px; } }
    .why-us .page-section.content-section .image-col .image-item__title + .slide__description {
      margin-top: 5px; }
  .why-us .page-section.content-section .image-col .image-item__description {
    font-size: 12px; }
    @media (min-width: 768px) {
      .why-us .page-section.content-section .image-col .image-item__description {
        font-size: 14px; } }

.why-us .featured-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 32px auto;
  background: #ffffff;
  border-radius: 24px;
  -webkit-box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.35s ease;
  transition: -webkit-box-shadow 0.35s ease;
  -o-transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease;
  transition: box-shadow 0.35s ease, -webkit-box-shadow 0.35s ease;
  --gradient-color-start: #fb6622;
  --gradient-color-end: #ff8855;
  background: -o-linear-gradient(315deg, var(--gradient-color-start) 0%, var(--gradient-color-end) 100%);
  background: linear-gradient(135deg, var(--gradient-color-start) 0%, var(--gradient-color-end) 100%);
  background-size: 150% 150%; }
  @media (min-width: 576px) {
    .why-us .featured-product {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      max-width: 510px; } }
  @media (min-width: 768px) {
    .why-us .featured-product {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 750px; } }
  @media (min-width: 992px) {
    .why-us .featured-product {
      min-width: 750px;
      max-width: 900px; } }
  @media (min-width: 1600px) {
    .why-us .featured-product {
      min-width: 800px; } }
  .why-us .featured-product:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-linear-gradient(315deg, #ffa366 0%, #fb6622 100%);
    background: linear-gradient(135deg, #ffa366 0%, #fb6622 100%);
    opacity: 0;
    -webkit-transition: opacity .35s ease-in;
    -o-transition: opacity .35s ease-in;
    transition: opacity .35s ease-in; }
  .why-us .featured-product:hover {
    -webkit-box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25);
            box-shadow: 0 24px 50px rgba(0, 0, 0, 0.25); }
    .why-us .featured-product:hover:after {
      opacity: 1; }
  .why-us .featured-product--wrapper {
    margin: 20px 0; }
  .why-us .featured-product__image-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 2; }
    @media (min-width: 768px) {
      .why-us .featured-product__image-wrap {
        height: auto;
        min-height: 260px; } }
  .why-us .featured-product__image-link {
    display: block;
    width: 100%;
    height: 300px;
    position: relative;
    text-decoration: none;
    color: inherit;
    cursor: pointer; }
    @media (min-width: 768px) {
      .why-us .featured-product__image-link {
        height: 100%;
        min-height: 260px; } }
  .why-us .featured-product .image-hover {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 0; }
    .why-us .featured-product .image-hover img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 300px;
      max-width: 100%;
      display: block;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      border-radius: 0; }
      @media (min-width: 768px) {
        .why-us .featured-product .image-hover img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
      .why-us .featured-product .image-hover img.image-primary {
        -o-object-fit: cover;
           object-fit: cover; }
      .why-us .featured-product .image-hover img.image-secondary {
        max-width: 80%;
        max-height: 80%;
        margin: auto;
        -o-object-fit: contain;
           object-fit: contain; }
    .why-us .featured-product .image-hover--zoom .image-primary,
    .why-us .featured-product .image-hover--zoom .image-secondary {
      -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
      -o-transition: opacity 0.6s ease, transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease;
      transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease; }
    .why-us .featured-product .image-hover--zoom .image-primary {
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03);
      opacity: 1; }
    .why-us .featured-product .image-hover--zoom .image-secondary {
      -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
              transform: scale(1.15);
      opacity: 0; }
    .why-us .featured-product .image-hover--fade .image-primary,
    .why-us .featured-product .image-hover--fade .image-secondary {
      -webkit-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
    .why-us .featured-product .image-hover--fade .image-primary {
      opacity: 1; }
    .why-us .featured-product .image-hover--fade .image-secondary {
      opacity: 0; }
  .why-us .featured-product:hover .image-hover--zoom .image-primary {
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08);
    opacity: 0; }
  .why-us .featured-product:hover .image-hover--zoom .image-secondary {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    opacity: 1; }
  .why-us .featured-product:hover .image-hover--fade .image-primary {
    opacity: 0; }
  .why-us .featured-product:hover .image-hover--fade .image-secondary {
    opacity: 1; }
  .why-us .featured-product__content {
    --gradient-color-start: #fb6622;
    --gradient-color-end: #ff8855;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
    padding: 24px 20px 28px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    isolation: isolate;
    -webkit-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    transition: all .35s ease-in;
    border-radius: 0;
    z-index: 2; }
    @media (min-width: 768px) {
      .why-us .featured-product__content {
        padding: 32px 40px; } }
  .why-us .featured-product__meta {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 8px;
    opacity: 0.9; }
  .why-us .featured-product__title a {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 700;
    color: #fff; }
    @media (min-width: 768px) {
      .why-us .featured-product__title a {
        font-size: 1.8rem; } }
  .why-us .featured-product__description,
  .why-us .featured-product__description p {
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 0 24px;
    max-width: 36rem;
    opacity: 0.95; }
  .why-us .featured-product__description p:last-child {
    margin-bottom: 0; }
  .why-us .featured-product__description ul li:before {
    color: #fff !important; }
  .why-us .featured-product__buttons {
    width: 100%; }
  .why-us .featured-product__button {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 12px 28px;
    border-radius: 999px;
    border: none;
    background: #ffffff;
    color: #fb6622;
    font-weight: 700;
    font-size: 0.98rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    cursor: pointer;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -webkit-transition: color 0.25s ease, background-color .25s ease, padding 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    transition: color 0.25s ease, background-color .25s ease, padding 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease;
    -o-transition: color 0.25s ease, background-color .25s ease, box-shadow 0.25s ease, transform 0.25s ease, padding 0.25s ease;
    transition: color 0.25s ease, background-color .25s ease, box-shadow 0.25s ease, transform 0.25s ease, padding 0.25s ease;
    transition: color 0.25s ease, background-color .25s ease, box-shadow 0.25s ease, transform 0.25s ease, padding 0.25s ease, -webkit-box-shadow 0.25s ease, -webkit-transform 0.25s ease; }
    @media (min-width: 768px) {
      .why-us .featured-product__button {
        width: auto; } }
    .why-us .featured-product__button-icon {
      font-size: 1rem;
      position: absolute;
      top: 50%;
      right: -32px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: right 0.45s ease;
      -o-transition: right 0.45s ease;
      transition: right 0.45s ease;
      pointer-events: none; }
      .why-us .featured-product__button-icon svg {
        display: inline-block;
        width: 20px;
        height: 20px;
        fill: #fb6622;
        -webkit-transition: fill .25s ease;
        -o-transition: fill .25s ease;
        transition: fill .25s ease;
        -webkit-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
                transform: translateY(-2px); }
    .why-us .featured-product__button:hover {
      -webkit-box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
              box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
      -webkit-transform: translateY(-1px);
          -ms-transform: translateY(-1px);
              transform: translateY(-1px);
      padding-right: 48px;
      color: #fff;
      background-color: #000; }
      .why-us .featured-product__button:hover .featured-product__button-icon {
        right: 18px; }
        .why-us .featured-product__button:hover .featured-product__button-icon svg {
          fill: #fff; }
  .why-us .featured-product--light {
    --gradient-color-start: #fb6622;
    --gradient-color-end: #ff8a4a; }
    .why-us .featured-product--light .featured-product__content {
      --gradient-color-start: #fb6622;
      --gradient-color-end: #ff8a4a; }

.why-us .page-section.videos-section .content-col .content-title + .content-description {
  padding-top: 15px; }

.why-us .page-section.videos-section .videos-col .row--videos {
  gap: 30px 0; }

.why-us .page-section.videos-section .videos-col .video-item .video-player {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* Proporcje 16:9 */
  overflow: hidden;
  background-color: #000;
  cursor: pointer; }
  .why-us .page-section.videos-section .videos-col .video-item .video-player:hover .play-overlay {
    background-color: white; }
  .why-us .page-section.videos-section .videos-col .video-item .video-player.playing .play-overlay {
    opacity: 0; }
  .why-us .page-section.videos-section .videos-col .video-item .video-player.playing .video-thumbnail {
    opacity: 0;
    pointer-events: none; }
  .why-us .page-section.videos-section .videos-col .video-item .video-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .why-us .page-section.videos-section .videos-col .video-item .video-player .video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .why-us .page-section.videos-section .videos-col .video-item .video-player .play-overlay {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: .25s background-color ease-in;
    -o-transition: .25s background-color ease-in;
    transition: .25s background-color ease-in;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 992px) {
      .why-us .page-section.videos-section .videos-col .video-item .video-player .play-overlay {
        width: 80px;
        height: 80px; } }
    .why-us .page-section.videos-section .videos-col .video-item .video-player .play-overlay svg {
      width: 40px;
      height: 40px;
      display: block;
      fill: #fb6622; }
      @media (min-width: 992px) {
        .why-us .page-section.videos-section .videos-col .video-item .video-player .play-overlay svg {
          width: 60px;
          height: 60px; } }

body.page-subpage .sections-list {
  display: block;
  left: 0;
  width: 100%;
  scroll-behavior: smooth;
  background-color: #f9f9f9;
  border-radius: 0;
  z-index: 999;
  -webkit-transition: top .15s ease-in;
  -o-transition: top .15s ease-in;
  transition: top .15s ease-in; }
  body.page-subpage .sections-list ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 5px 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    text-align: center; }
    @media (min-width: 992px) {
      body.page-subpage .sections-list ul {
        padding: 10px 25px; } }
    body.page-subpage .sections-list ul li {
      padding: 0;
      display: inline-block;
      white-space: nowrap; }
      body.page-subpage .sections-list ul li:before {
        display: none; }
      body.page-subpage .sections-list ul li a {
        display: inline-block;
        padding: 7px 12px;
        color: #000;
        border-bottom: 2px solid transparent; }
        @media (min-width: 768px) {
          body.page-subpage .sections-list ul li a {
            padding: 8px 15px; } }
        @media (min-width: 992px) {
          body.page-subpage .sections-list ul li a {
            padding: 10px 20px; } }
        body.page-subpage .sections-list ul li a:hover, body.page-subpage .sections-list ul li a.active {
          color: #fb6622;
          border-bottom-color: #fb6622; }

body.page-subpage .page-content .why-us.post-content {
  padding-top: 0; }

body.page-subpage .page-content .page-section {
  padding: 40px 0; }
  body.page-subpage .page-content .page-section.no-paddings {
    padding: 0; }
  body.page-subpage .page-content .page-section.small-paddings {
    padding: 20px 0; }
  body.page-subpage .page-content .page-section.no-top-padding {
    padding-top: 0; }
  body.page-subpage .page-content .page-section.no-bottom-padding {
    padding-bottom: 0; }
  body.page-subpage .page-content .page-section.bg-image {
    background-size: cover;
    background-position: center;
    position: relative; }
    body.page-subpage .page-content .page-section.bg-image:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.4);
      z-index: 1; }
    body.page-subpage .page-content .page-section.bg-image .container {
      position: relative;
      z-index: 2; }
    body.page-subpage .page-content .page-section.bg-image--without-content {
      min-height: 300px; }
      @media (min-width: 992px) {
        body.page-subpage .page-content .page-section.bg-image--without-content {
          min-height: 400px; } }
      @media (min-width: 1200px) {
        body.page-subpage .page-content .page-section.bg-image--without-content {
          min-height: 500px; } }
      @media (min-width: 1600px) {
        body.page-subpage .page-content .page-section.bg-image--without-content {
          min-height: 600px; } }
    body.page-subpage .page-content .page-section.bg-image.parallax-section {
      background-attachment: fixed; }
      @media (max-width: 991.98px) {
        body.page-subpage .page-content .page-section.bg-image.parallax-section {
          background-attachment: scroll; } }
  body.page-subpage .page-content .page-section .row:not(.row--images):not(.row--videos) {
    gap: 50px 0; }
    @media (min-width: 768px) {
      body.page-subpage .page-content .page-section .row:not(.row--images):not(.row--videos) {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@media (min-width: 992px) {
  .col-lg-2-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; } }


/*# sourceMappingURL=publicV2.css.map*/