@charset "UTF-8";
/*!
 Theme Name:   HappyTheme Child
 Theme URI:    
 Description:  Child theme for HappyTheme
 Author:       
 Author URI:   
 Template:     happytheme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  happytheme-child
 Domain Path:  /languages
*/
/* ==========================================================================
   Child Theme Custom Styles
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.gap-10 {
  gap: 10px;
}
.gap-20 {
  gap: 20px;
}

.bg-grey {
  background-color: #212529;
}
.bg-grey-400 {
  background-color: #ced4da;
}
.bg-black {
  background-color: #000;
}
.bg-olive {
  background-color: #77766A;
}

.text-color-dark {
  color: #0c2a4a;
}
.text-color-grey {
  color: #505050;
}

.border-radius-10 {
  border-radius: 10px;
}
.border-radius-15 {
  border-radius: 15px;
}

.header-spacer {
  height: 150px;
}

.video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}
@media (min-width: 992px) {
  .overflow-lg-hidden {
    overflow: hidden !important;
  }
  body .overflow-lg-hidden {
    overflow: hidden !important;
  }
}

.font-weight-500 {
  font-weight: 500;
}

.hr {
  height: 1px;
  background-color: #ced4da;
  margin: 15px 0;
}

input[type=checkbox] {
  accent-color: #000;
  transform: scale(1.3);
}

.list-disc {
  list-style-type: disc !important;
}
.list-inside {
  list-style-position: inside !important;
}

.woocommerce-info {
  border: none;
  background-color: white;
  border-radius: 15px;
}

.woocommerce-info:before {
  content: "";
  display: none;
}

.otgs-development-site-front-end {
  display: none !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm {
    max-width: 575px;
  }
}

@media (min-width: 768px) {
  .container-md {
    max-width: 767px;
  }
}

@media (min-width: 992px) {
  .container-lg {
    max-width: 991px;
  }
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: 1199px;
  }
}

@media (min-width: 1200px) {
  .container-xxl {
    max-width: 1199px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 575px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 767px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 991px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1199px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.col {
  flex: 1 0 0%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.col {
  flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0c2a4a !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(4.8837209302, 17.0930232558, 30.1162790698) !important;
}

.bg-secondary {
  background-color: #DABB84 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(206.20625, 165.325, 92.79375) !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0c2a4a !important;
}

.border-secondary {
  border-color: #DABB84 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.375rem !important;
}

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.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;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0c2a4a !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(1.3255813953, 4.6395348837, 8.1744186047) !important;
}

.text-secondary {
  color: #DABB84 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(200.309375, 154.4875, 73.190625) !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.btn {
  border-radius: 25px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.btn-primary {
  background-color: #000;
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  color: #000;
}
.btn-accent {
  background-color: #DABB84;
  color: #000;
}

.v2-header {
  position: fixed;
  top: 43px;
  width: 100%;
  height: auto;
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .v2-header {
    top: 57px;
  }
}
.v2-header-top.isClosed + .v2-header {
  top: 0;
}
.v2-header .container {
  transition: all 0.3s ease;
}
.v2-page-header-white .v2-header:not(.isScrolled) a:not(.v2-header-search-panel__result-link) {
  color: #fff !important;
}
.v2-page-header-white .v2-header:not(.isScrolled) .v2-header-icon path {
  fill: #ffffff !important;
}
.v2-page-header-white .v2-header:not(.isScrolled) .v2-header-logo img {
  filter: none !important;
}
.v2-page-header-white .v2-header:not(.isScrolled) .v2-hamburger-line {
  background-color: #fff;
}
.v2-header:not(.isScrolled) #v2-header-submenu-catalog a:not(.v2-header-search-panel__result-link) {
  color: #000 !important;
}
.woocommerce-shop.archive .v2-header:not(.isScrolled) a, .tax-product_cat.archive .v2-header:not(.isScrolled) a, .single-product-no-hero .v2-header:not(.isScrolled) a, .page-template-page-faq-v2 .v2-header:not(.isScrolled) a, .page-template-page-regulations-v2 .v2-header:not(.isScrolled) a, .page-template-page-guide-v2 .v2-header:not(.isScrolled) a, .page-template-page-salony-v2 .v2-header:not(.isScrolled) a, .page-template-page-porownywarka .v2-header:not(.isScrolled) a, .page-template-porownywarka-v2 .v2-header:not(.isScrolled) a {
  color: #000;
}
@media (max-width: 768px) {
  .woocommerce-shop.archive .v2-header:not(.isScrolled) a, .tax-product_cat.archive .v2-header:not(.isScrolled) a, .single-product-no-hero .v2-header:not(.isScrolled) a, .page-template-page-faq-v2 .v2-header:not(.isScrolled) a, .page-template-page-regulations-v2 .v2-header:not(.isScrolled) a, .page-template-page-guide-v2 .v2-header:not(.isScrolled) a, .page-template-page-salony-v2 .v2-header:not(.isScrolled) a, .page-template-page-porownywarka .v2-header:not(.isScrolled) a, .page-template-porownywarka-v2 .v2-header:not(.isScrolled) a {
    color: #fff;
  }
}
.woocommerce-shop.archive .v2-header:not(.isScrolled) .v2-header-icon path, .tax-product_cat.archive .v2-header:not(.isScrolled) .v2-header-icon path, .single-product-no-hero .v2-header:not(.isScrolled) .v2-header-icon path, .page-template-page-faq-v2 .v2-header:not(.isScrolled) .v2-header-icon path, .page-template-page-regulations-v2 .v2-header:not(.isScrolled) .v2-header-icon path, .page-template-page-guide-v2 .v2-header:not(.isScrolled) .v2-header-icon path, .page-template-page-salony-v2 .v2-header:not(.isScrolled) .v2-header-icon path, .page-template-page-porownywarka .v2-header:not(.isScrolled) .v2-header-icon path, .page-template-porownywarka-v2 .v2-header:not(.isScrolled) .v2-header-icon path {
  fill: #000 !important;
}
.woocommerce-shop.archive .v2-header:not(.isScrolled) .v2-header-logo img, .tax-product_cat.archive .v2-header:not(.isScrolled) .v2-header-logo img, .single-product-no-hero .v2-header:not(.isScrolled) .v2-header-logo img, .page-template-page-faq-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .page-template-page-regulations-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .page-template-page-guide-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .page-template-page-salony-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .page-template-page-porownywarka .v2-header:not(.isScrolled) .v2-header-logo img, .page-template-porownywarka-v2 .v2-header:not(.isScrolled) .v2-header-logo img {
  filter: invert(1);
}
@media (max-width: 768px) {
  .is-open .woocommerce-shop.archive .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .tax-product_cat.archive .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .single-product-no-hero .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .page-template-page-faq-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .page-template-page-regulations-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .page-template-page-guide-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .page-template-page-salony-v2 .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .page-template-page-porownywarka .v2-header:not(.isScrolled) .v2-header-logo img, .is-open .page-template-porownywarka-v2 .v2-header:not(.isScrolled) .v2-header-logo img {
    filter: invert(0) !important;
  }
}
.woocommerce-shop.archive .v2-header:not(.isScrolled) .v2-header-main-container, .tax-product_cat.archive .v2-header:not(.isScrolled) .v2-header-main-container, .single-product-no-hero .v2-header:not(.isScrolled) .v2-header-main-container, .page-template-page-faq-v2 .v2-header:not(.isScrolled) .v2-header-main-container, .page-template-page-regulations-v2 .v2-header:not(.isScrolled) .v2-header-main-container, .page-template-page-guide-v2 .v2-header:not(.isScrolled) .v2-header-main-container, .page-template-page-salony-v2 .v2-header:not(.isScrolled) .v2-header-main-container, .page-template-page-porownywarka .v2-header:not(.isScrolled) .v2-header-main-container, .page-template-porownywarka-v2 .v2-header:not(.isScrolled) .v2-header-main-container {
  border-color: #000;
}
.v2-header-top {
  padding: 15px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.v2-header-top--closer {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
}
.v2-header-top.isClosing {
  white-space: nowrap;
  overflow: hidden;
  animation: closeHeaderTop 0.8s forwards;
}
.v2-header-top .container p {
  margin: 0;
}
.v2-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2-header-logo img {
  max-width: 170px;
}
@media (max-width: 768px) {
  .v2-header-logo img {
    filter: invert(1);
    max-width: 145px;
  }
  .isScrolled .v2-header-logo img {
    filter: invert(0);
  }
  .is-open .v2-header-logo img {
    filter: invert(0) !important;
  }
}
@media (max-width: 768px) {
  .is-open .v2-header-logo-wrapper {
    z-index: 1001;
  }
}
.v2-header-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.v2-header-menu > div {
  padding: 0 20px;
  transition: all 0.1s ease;
  position: relative;
  display: flex;
  align-items: center;
}
.v2-header-menu > div:hover > a {
  font-weight: 900;
}
@media (max-width: 768px) {
  .v2-header-menu > div {
    width: 100vw;
  }
}
.v2-header-menu a {
  color: #fff;
  font-size: 14px;
  transition: all 0.1s ease;
  position: absolute;
  width: 100%;
  height: 50px;
  top: 0;
}
@media (max-width: 768px) {
  .v2-header-menu a {
    font-size: 18px;
    left: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .v2-header-menu {
    position: fixed;
    top: 0;
    left: 200vw;
    transition: all 0.3s ease;
  }
  .v2-header-menu.is-open {
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
    background: black;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.v2-header-link-placer {
  color: transparent;
  font-weight: 900;
  font-size: 14px;
}
.v2-header-submenu {
  position: fixed;
  top: 118px;
  left: 0;
  background-color: transparent;
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  border-top: 0px solid #fff;
  z-index: 1000;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.isClosed + .v2-header .v2-header-main .v2-header-submenu {
  top: 75px;
}
.v2-header-link-wrapper:hover > .v2-header-submenu {
  display: grid;
  grid-template-rows: 1fr;
  padding: 40px 0;
  border-top-width: 0;
  background-color: #fff;
}
.v2-header-submenu a {
  padding: 10px 20px;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #000 !important;
  position: relative;
}
.v2-header-submenu a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.v2-header-submenu > .container {
  overflow: hidden;
}
.v2-header-submenu:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 30px;
}
.v2-header-mobile-submenu-toggle {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 17px;
  line-height: 1;
  padding: 0;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .v2-header#v2-header-submenu-catalog {
    padding: 10px 0 !important;
  }
  .v2-header-link-wrapper--catalog {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 20px;
    min-height: 44px;
    margin-bottom: -18px;
  }
  .v2-header-link-wrapper--catalog > a {
    position: static;
    width: auto;
    height: auto;
    text-align: left;
    display: flex;
    align-items: center;
    min-height: 40px;
    flex: 0 0 auto;
    margin-left: 37px;
  }
  .v2-header-link-wrapper--catalog .v2-header-link-placer {
    display: none;
  }
  .v2-header-link-wrapper--catalog .v2-header-mobile-submenu-toggle {
    display: inline-flex;
    align-self: center;
    margin: 0;
  }
  .v2-header-link-wrapper--catalog.is-mobile-open .v2-header-mobile-submenu-toggle {
    transform: rotate(45deg);
  }
  .v2-header-link-wrapper--catalog.is-mobile-open .v2-header-submenu {
    max-height: 70vh;
    opacity: 1;
    padding-top: 8px;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    border-top: 0;
    background-color: #000 !important;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.2s ease, padding 0.2s ease;
    display: block;
    grid-template-rows: none;
    z-index: 1;
    padding: 0 !important;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu:before {
    display: none;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu > .container {
    padding: 0;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .row,
  .v2-header-link-wrapper--catalog .v2-header-submenu [class*=col-] {
    margin: 0;
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu [class*=col-]:empty {
    display: none;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .d-flex.gap-20.justify-content-between {
    display: block !important;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .v2-submenu-links-columns {
    display: block;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .v2-submenu-links-column {
    display: block;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .v2-header-link-wrapper {
    padding: 0;
    width: 100%;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .v2-submenu-links > .v2-header-link-wrapper strong {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px 0 10px;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu .v2-submenu-links {
    padding: 0 115px 15px;
  }
  .v2-header-link-wrapper--catalog .v2-header-submenu a {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    text-align: left;
    color: #fff !important;
    font-size: 14px;
    padding: 6px 0 !important;
    border-bottom: none;
  }
}
.v2-header-cta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .is-open .v2-header-cta-wrapper {
    z-index: 1001;
  }
  .is-open .v2-header-cta-wrapper div:not(.v2-header-search-panel__close) path {
    fill: #fff !important;
  }
}
.v2-header-icon {
  padding: 5px 20px;
}
.v2-header-icon--search {
  cursor: pointer;
}
.v2-header-icon--search.is-active path {
  fill: #505050 !important;
}
.v2-header-icon--counter {
  position: relative;
}
.v2-header-icon--counter:after {
  content: attr(counter-number);
  background-color: #505050;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 10px;
}
.v2-header-icon--mobilemenu {
  display: none;
  cursor: pointer;
}
.v2-header-icon--mobilemenu .v2-hamburger {
  width: 26px;
  height: 26px;
  position: relative;
}
.v2-header-icon--mobilemenu .v2-hamburger-line {
  position: absolute;
  display: block;
  width: 20.5px;
  height: 0.9px;
  background-color: #000;
  transition: transform 0.2s ease, top 0.2s ease, opacity 0.2s ease, left 0.2s ease, right 0.2s ease;
}
.isScrolled .v2-header-icon--mobilemenu .v2-hamburger-line {
  background-color: #fff;
}
.is-open .v2-header-icon--mobilemenu .v2-hamburger-line {
  background-color: #fff;
}
.v2-header-icon--mobilemenu .v2-hamburger-line--top {
  top: 5px;
  left: 0;
}
.v2-header-icon--mobilemenu .v2-hamburger-line--middle {
  top: 12px;
  right: 0;
}
.v2-header-icon--mobilemenu .v2-hamburger-line--bottom {
  top: 19px;
  left: 0;
}
.is-open .v2-header-icon--mobilemenu .v2-hamburger-line--top {
  top: 12px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(45deg);
}
.is-open .v2-header-icon--mobilemenu .v2-hamburger-line--middle {
  opacity: 0;
}
.is-open .v2-header-icon--mobilemenu .v2-hamburger-line--bottom {
  top: 12px;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(-45deg);
}
@media (max-width: 768px) {
  .v2-header-icon--mobilemenu {
    display: block;
  }
}
@media (max-width: 768px) {
  .v2-header-icon path {
    fill: #000 !important;
  }
  .isScrolled .v2-header-icon path {
    fill: #fff !important;
  }
}
.v2-header-search-panel {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1100;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  overflow-y: auto;
}
.v2-header-search-panel.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.v2-header-search-panel__wrapper {
  background-color: #F6F6F6;
  padding-top: 60px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.08);
}
.v2-header-search-panel__inner {
  background-color: #F6F6F6;
  border-radius: 0;
  padding: 22px 0;
  max-width: none;
  margin: 0;
}
.v2-header-search-panel__logo {
  filter: invert(1);
}
.v2-header-search-panel__layout {
  align-items: flex-start;
}
.v2-header-search-panel__brand-col {
  padding-right: 24px;
}
.v2-header-search-panel__content-col {
  padding-left: 8px;
}
.v2-header-search-panel__brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 56px;
}
.v2-header-search-panel__brand img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
.v2-header-search-panel__top {
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.v2-header-search-panel__top:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="19" height="18" viewBox="0 0 19 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.75 0C12.0098 0 15.5 3.27609 15.501 7.33301C15.501 9.13984 14.7983 10.7873 13.6533 12.0635L18.3125 16.4629C18.5631 16.6995 18.5628 17.0903 18.3125 17.3271L18.3115 17.3281C18.1889 17.4427 18.0304 17.499 17.875 17.499C17.7207 17.499 17.5613 17.4441 17.4375 17.3271L12.7607 12.9102C11.4078 14.0016 9.66125 14.667 7.75 14.667C3.49008 14.667 0 11.3901 0 7.33301C0.000187047 3.27607 3.4902 0 7.75 0ZM7.75 1.20801C4.15303 1.20801 1.25019 3.96975 1.25 7.33301C1.25 10.6964 4.15218 13.458 7.75 13.458C11.3478 13.458 14.25 10.6964 14.25 7.33301C14.2498 3.96975 11.347 1.20801 7.75 1.20801Z" fill="%23797777"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: block;
}
.v2-header-search-panel__top:has(.v2-header-search-panel__input:focus):after {
  display: none;
}
.v2-header-search-panel__top:has(.v2-header-search-panel__input:focus) .v2-header-search-panel__input {
  padding-left: 18px;
}
.v2-header-search-panel__input {
  width: 100%;
  border: none;
  border-radius: 12px;
  min-height: 46px;
  padding: 0 18px 0 40px;
  font-size: 14px;
  color: #000;
  transition: all 0.15s ease;
}
.v2-header-search-panel__input:focus {
  outline: none;
  border-color: #000;
}
.v2-header-search-panel__input:focus:after {
  display: none;
}
.v2-header-search-panel__close {
  border: 0;
  border-radius: 50%;
  color: #000;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.v2-header-search-panel__close span {
  margin-top: 5px;
}
.v2-header-search-panel__results-wrap {
  margin-top: 14px;
}
.v2-header-search-panel__state {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.62);
}
.v2-header-search-panel__results {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.v2-header-search-panel__results.is-grabbing {
  cursor: grabbing;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.v2-header-search-panel__results::-webkit-scrollbar {
  height: 0;
}
.v2-header-search-panel__results::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.22);
  border-radius: 999px;
}
.v2-header-search-panel__results:hover {
  scrollbar-width: thin;
}
.v2-header-search-panel__results:hover::-webkit-scrollbar {
  height: 8px;
}
.v2-header-search-panel__result-item {
  min-width: 0;
  flex: 0 0 200px;
  min-height: 230px;
  margin-bottom: 14px;
  padding-bottom: 10px;
}
.v2-header-search-panel__result-link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #000;
  height: 100%;
}
.v2-header-search-panel__result-link:hover {
  text-decoration: none;
}
.v2-header-search-panel__media {
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.v2-header-search-panel .v2-home-card__labels {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.v2-header-search-panel .v2-home-card__label {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  color: #212529;
  white-space: nowrap;
}
.v2-header-search-panel .v2-home-card__label--promo {
  background: #DABB84;
}
.v2-header-search-panel .v2-home-card__label--meta {
  background: #e9ecef;
}
.v2-header-search-panel__image {
  inset: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.v2-header-search-panel__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-header-search-panel__image-placeholder {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.12);
}
.v2-header-search-panel__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.v2-header-search-panel__type {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
}
.v2-header-search-panel__title {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
.v2-header-search-panel__price {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.7);
}
.v2-header-search-panel__more {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.v2-header-search-panel__more:hover {
  color: #000;
}
.v2-header-search-panel__more[hidden] {
  display: none !important;
}
.v2-header-search-panel__popular {
  font-family: "Poppins", sans-serif;
  margin-top: 14px;
  padding-top: 10px;
}
.v2-header-search-panel__popular-title {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.68);
  margin-bottom: 15px;
}
.v2-header-search-panel__popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.v2-header-search-panel__popular-item {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.15s ease;
}
.v2-header-search-panel__popular-item:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
@media (max-width: 768px) {
  .v2-header-search-panel__inner {
    border-radius: 0;
    margin-top: 0;
    min-height: 100vh;
    padding: 14px 0;
  }
  .v2-header-search-panel__brand-col, .v2-header-search-panel__content-col {
    padding: 0 25px;
  }
  .v2-header-search-panel__brand {
    margin-bottom: 10px;
  }
  .v2-header-search-panel__brand img {
    max-width: 130px;
  }
  .v2-header-search-panel__top {
    gap: 10px;
  }
  .v2-header-search-panel__input {
    min-height: 50px;
    font-size: 16px;
  }
  .v2-header-search-panel__close {
    width: 30px;
    height: 40px;
    font-size: 0;
  }
  .v2-header-search-panel__results {
    gap: 10px;
  }
  .v2-header-search-panel__result-item {
    flex-basis: 135px;
    min-height: 180px;
  }
  .v2-header-search-panel__result-link {
    gap: 8px;
  }
  .v2-header-search-panel__title {
    font-size: 13px;
  }
  .v2-header-search-panel__popular {
    margin-top: 18px;
    padding-top: 16px;
  }
  .v2-header-search-panel__wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  .v2-header-search-panel__result-item {
    flex-basis: 140px;
  }
}
.v2-header-main {
  transition: all 0.3s ease;
  position: relative;
}
.isScrolled .v2-header-main {
  background-color: #000;
}
.v2-header-main-container {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
  transition: border-color 0s ease;
}
.isScrolled .v2-header-main-container {
  border-color: transparent;
}
@media (max-width: 768px) {
  .v2-header-main-container {
    border-color: transparent;
  }
}
.v2-submenu-featured {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 30px;
}
.v2-submenu-featured-item {
  display: flex;
  flex-direction: column;
}
.v2-submenu-featured-item img {
  border-radius: 15px;
}
.v2-submenu-featured-title {
  font-weight: 500;
  font-size: 16px;
  margin-top: 10px;
}
.v2-submenu-featured-title span {
  font-size: 10px;
  text-transform: uppercase;
}
.v2-submenu-featured-cta {
  font-size: 12px !important;
  text-decoration: underline;
  padding: 0 !important;
}
.v2-submenu-links a {
  padding: 0 !important;
  font-size: 14px;
}
.v2-submenu-links a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.v2-submenu-links-columns {
  display: flex;
  margin-top: 20px;
  gap: 40px;
}
.v2-submenu-links-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

html.v2-search-open,
body.v2-search-open {
  overflow: hidden;
}

::-moz-selection {
  background-color: #505050;
  color: #fff;
}

::selection {
  background-color: #505050;
  color: #fff;
}

@keyframes closeHeaderTop {
  0% {
    width: 100%;
  }
  90% {
    width: 5%;
  }
  100% {
    width: 0%;
  }
}
.v2-slider-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.v2-slider-pagination-dot {
  width: 14px;
  height: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  margin: 0 5px;
  transition: border-color 0.3s ease;
  cursor: pointer;
}
.v2-slider-pagination-dot.active {
  border-color: #919191;
}
.v2-slider-pagination-dot-inner {
  width: 70%;
  height: 70%;
  margin-left: 17%;
  margin-top: 15%;
  border-radius: 50%;
  background-color: #919191;
  transition: background-color 0.3s ease;
  position: relative;
}
.active > .v2-slider-pagination-dot-inner {
  background-color: #000;
}
.v2-slider-pagination--light .v2-slider-pagination-dot.active {
  border-color: #919191;
}
.v2-slider-pagination--light .v2-slider-pagination-dot.active .v2-slider-pagination-dot-inner {
  background-color: #fff;
}

/*
  v2 Lightbox
  - global overlay (appended to <body>), so it must NOT be scoped to .v2-product
*/
.v2-lightbox[hidden] {
  display: none;
}

.v2-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.v2-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 37, 41, 0.92);
}

.v2-lightbox__dialog {
  position: relative;
  width: min(1100px, 100%);
  max-height: calc(100vh - 48px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.v2-lightbox__top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.v2-lightbox__close {
  align-self: flex-end;
  border: none;
  cursor: pointer;
}

.v2-lightbox__content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  /* Allow vertical page gestures; horizontal swipe is handled by JS */
  touch-action: pan-y;
  cursor: grab;
  transition: transform 180ms ease-out, opacity 120ms ease-out;
  will-change: transform;
  opacity: 1;
}

.v2-lightbox__content.is-dragging {
  transition: none;
}

.v2-lightbox__content.is-fade-out {
  opacity: 0;
}

.v2-lightbox__img,
.v2-lightbox__video {
  justify-self: center;
  width: auto;
  max-width: 100%;
  height: 80vh !important;
  border-radius: 15px;
  background-color: #fff;
  animation: v2-lightbox-media-fade-in 180ms ease-out;
}
@media (max-width: 768px) {
  .v2-lightbox__img,
  .v2-lightbox__video {
    height: auto !important;
  }
}

@keyframes v2-lightbox-media-fade-in {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
.v2-lightbox__counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  align-self: center;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  padding: 6px 10px;
}

.v2-lightbox__btn {
  border: none;
  cursor: pointer;
  line-height: 1;
}

.v2-lightbox__mobile-nav {
  display: none;
}

.v2-product-gallery-lightbox__activator {
  display: none;
}
@media (max-width: 768px) {
  .v2-product-gallery-lightbox__activator {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

.v2-lightbox__counter-line {
  display: inline-block;
  width: 70px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 999px;
}

.v2-lightbox-open {
  overflow: hidden;
}

.v2-lightbox-dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.v2-lightbox-dragging .v2-lightbox__content {
  cursor: grabbing;
}

@media (max-width: 768px) {
  .v2-lightbox__dialog {
    padding-bottom: 0;
  }
  .v2-lightbox__content {
    grid-template-columns: 1fr;
  }
  .v2-lightbox__counter {
    position: static;
    margin-bottom: 0;
    transform: none;
  }
  .v2-lightbox__content > .v2-lightbox__btn {
    display: none;
  }
  .v2-lightbox__mobile-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-bottom: 10px;
  }
  .v2-lightbox__mobile-nav .v2-lightbox__btn {
    position: static;
    width: 48px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.v2-footer {
  background: #050505;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.v2-footer a:not(.btn) {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.v2-footer a:hover {
  opacity: 0.75;
}
.v2-footer .container {
  max-width: 1180px;
}
.v2-footer__features {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px 0;
}
.v2-footer__features-divider {
  height: 1px;
  width: 15%;
  background: #CBC6BD;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .v2-footer__features {
    overflow: auto;
  }
}
.v2-footer__features-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
  text-align: center;
  color: #CBC6BD;
  align-items: center;
}
.v2-footer__features-row span {
  position: relative;
  padding: 0 12px;
}
.v2-footer__main {
  padding: 42px 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.v2-footer__main-row {
  row-gap: 20px;
}
.v2-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 26px;
  align-items: start;
  height: 100%;
}
.v2-footer__promo {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.v2-footer__promo img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.v2-footer__promo-overlay {
  position: absolute;
  inset: 0;
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.85) 100%);
}
.v2-footer__promo-overlay .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 18px;
}
.v2-footer__promo-kicker {
  margin: 0;
  font-size: 31px;
  line-height: 1;
}
.v2-footer__promo-kicker p {
  margin: 0;
  line-height: 1;
}
.v2-footer__promo-title {
  margin: 8px 0 18px;
  font-size: 19px;
  line-height: 1.2;
  max-width: 180px;
}
.v2-footer__promo-title p {
  margin: 0;
  line-height: 1.2;
}
.v2-footer__company {
  font-size: 14px;
  line-height: 1.45 !important;
  color: #f3f3f3;
}
.v2-footer__company p {
  line-height: normal;
}
.v2-footer__logo {
  display: inline-block;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .v2-footer__logo {
    margin-bottom: 0;
  }
}
.v2-footer__logo img {
  max-width: 150px;
}
.v2-footer__contact {
  margin-top: 14px;
}
.v2-footer__contact p {
  margin: 0 0 25px;
  line-height: 1.55;
}
.v2-footer__contact a {
  text-decoration: underline !important;
}
.v2-footer__col h4 {
  margin: 55px 0 25px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
}
.v2-footer__col h4:first-child {
  margin-top: 0;
}
.v2-footer__col ul,
.v2-footer__col .v2-footer__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  font-size: 14px;
  color: #F6F6F6;
}
.v2-footer__col ul li,
.v2-footer__col .v2-footer__menu-list li {
  margin-bottom: 12px;
}
.v2-footer__accordion {
  margin: 0;
}
.v2-footer__accordion-toggle {
  margin: 55px 0 25px;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 400;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.v2-footer__accordion-toggle::-webkit-details-marker {
  display: none;
}
.v2-footer__accordion-toggle::after {
  content: "+";
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}
.v2-footer__accordion[open] .v2-footer__accordion-toggle::after {
  content: "-";
}
.v2-footer__accordion-content {
  min-width: 0;
}
.v2-footer__col--collapsible:first-child .v2-footer__accordion-toggle {
  margin-top: 0;
}
.v2-footer__mt {
  margin-top: 30px !important;
}
.v2-footer__utility {
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.v2-footer__utility-grid {
  row-gap: 20px;
}
.v2-footer__utility-grid section {
  height: 100%;
}
.v2-footer__utility-grid h5 {
  margin: 0 0 25px;
  font-size: 14px;
  font-weight: 500;
}
.v2-footer__utility-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #f3f3f3;
  padding-right: 20px;
}
.v2-footer__utility-grid dt {
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 8px;
  margin-top: 25px;
  color: #f6f6f6;
  line-height: 1.3;
}
.v2-footer__utility-col {
  display: flex;
}
.v2-footer__utility-col section {
  width: 100%;
}
.v2-footer__utility-col--split {
  align-items: flex-start;
}
.v2-footer__utility-split {
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}
.v2-footer__utility-split-item {
  min-width: 0;
}
.v2-footer__newsletter-placeholder {
  margin-top: 25px;
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
  border-radius: 999px;
  padding: 3px 4px 3px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 280px;
}
.v2-footer__newsletter-placeholder input {
  flex: 1;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 13px;
  outline: none;
}
.v2-footer__newsletter-placeholder input::-moz-placeholder {
  color: #f3f3f3;
}
.v2-footer__newsletter-placeholder input::placeholder {
  color: #f3f3f3;
}
.v2-footer__newsletter-placeholder button {
  border: 0;
  width: auto;
  height: 32px;
  border-radius: 50%;
  background-color: transparent;
  color: #f6f6f6;
  font-size: 18px;
  margin-right: 20px;
}
.v2-footer__badges {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.v2-footer__badges img {
  max-height: 72px;
  width: auto;
  display: block;
}
.v2-footer__social {
  display: flex;
  gap: 8px;
}
.v2-footer__social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 600;
}
.v2-footer__social__social-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.v2-footer__social-icon {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.v2-footer__bottom {
  padding: 14px 0 20px;
}
.v2-footer__bottom-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 16px;
  align-items: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.68);
}
.v2-footer__bottom-row p {
  margin: 0;
}
.v2-footer__bottom-row p:nth-child(2) {
  text-align: center;
}
.v2-footer__bottom-row p:nth-child(3) {
  text-align: right;
}
@media (max-width: 1199px) {
  .v2-footer__grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 20px;
  }
  .v2-footer__col:last-child {
    grid-column: 2/span 2;
  }
  .v2-footer__utility-split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2-footer__bottom-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .v2-footer__bottom-row p,
  .v2-footer__bottom-row p:nth-child(2),
  .v2-footer__bottom-row p:nth-child(3) {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .v2-footer__features-row {
    grid-template-columns: 1fr 1fr;
    row-gap: 12px;
  }
  .v2-footer__features-row span:nth-child(2)::after,
  .v2-footer__features-row span:nth-child(4)::after {
    display: none;
  }
  .v2-footer__main {
    padding-top: 26px;
  }
  .v2-footer__grid {
    display: flex;
    flex-direction: column;
  }
  .v2-footer__col--collapsible {
    border-bottom: 1px solid #fff;
    width: 100%;
  }
  .v2-footer__accordion-toggle {
    margin: 0;
    padding: 16px 0;
    font-size: 20px;
    line-height: 1.2;
  }
  .v2-footer__accordion-content {
    padding: 0 0 16px;
  }
  .v2-footer__accordion:not([open]) .v2-footer__accordion-content {
    display: none;
  }
  .v2-footer__accordion[open] .v2-footer__accordion-content {
    display: block;
  }
  .v2-footer__promo img {
    min-height: 360px;
  }
  .v2-footer__utility-grid {
    row-gap: 18px;
  }
  .v2-footer__utility-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .v2-footer__social a {
    width: 34px;
    height: 34px;
  }
}
@media (min-width: 768px) {
  .v2-footer__accordion-toggle {
    pointer-events: none;
    cursor: default;
  }
  .v2-footer__accordion-toggle::after {
    display: none;
  }
  .v2-footer__accordion-content {
    display: block !important;
  }
  .v2-footer__accordion:not([open]) > .v2-footer__accordion-content {
    display: block !important;
  }
}

.post-video {
  margin: 60px 0 90px;
}
.post-video__outer {
  width: 100%;
}
.post-video__container {
  width: 100%;
}
.post-video__inner {
  max-width: 968px;
  margin: 0 auto;
  padding: 0 25px;
}
.post-video__media {
  display: block;
  width: 100%;
  border-radius: 8px;
  background: #000;
}
.post-video--width-full_bleed .post-video__inner {
  max-width: none;
  margin: 0;
  padding: 0;
}
.post-video--width-full_bleed .post-video__media {
  border-radius: 0;
}
.post-video--height-full_viewport .post-video__media {
  height: 100vh;
  height: 100dvh;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-video--height-manual .post-video__media {
  height: calc(var(--post-video-height-dvh, 60) * 1vh);
  height: calc(var(--post-video-height-dvh, 60) * 1dvh);
  -o-object-fit: cover;
     object-fit: cover;
}
.post-video--height-auto .post-video__media {
  height: auto;
}
@media (max-width: 575.98px) {
  .post-video__inner {
    padding: 0 12px;
  }
  .post-video--width-full_bleed .post-video__inner {
    padding: 0;
  }
}

.post-columns {
  margin: 22px 0 30px;
}
.post-columns__inner {
  max-width: 968px;
  margin: 0 auto;
  padding: 0 25px;
}
.post-columns__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
.post-columns__item {
  min-width: 0;
}
.post-columns__image, .post-columns__video {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #000;
}
.post-columns__wysiwyg p:last-child {
  margin-bottom: 0;
}
.post-columns--count-1 .post-columns__grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.post-columns--count-2 .post-columns__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.post-columns--count-3 .post-columns__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.post-columns--count-4 .post-columns__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.post-columns--count-5 .post-columns__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.post-columns--count-6 .post-columns__grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.post-columns--count-7 .post-columns__grid {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.post-columns--count-8 .post-columns__grid {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.post-columns--count-9 .post-columns__grid {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.post-columns--count-10 .post-columns__grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.post-columns--count-11 .post-columns__grid {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.post-columns--count-12 .post-columns__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  .post-columns__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .post-columns--count-1 .post-columns__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .post-columns__inner {
    padding: 0 12px;
  }
  .post-columns__grid {
    grid-template-columns: 1fr;
  }
}

body {
  background-color: #F7F7F7 !important;
}

/*
  Homepage: tabbed products carousel (v2)
  Must be top-level selectors (no `.v2-*` parent wrappers).
*/
.v2-home-products {
  padding: 40px 0;
}
.v2-home-products__tabs {
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 768px) {
  .v2-home-products__tabs {
    overflow-x: auto;
  }
}
.v2-home-products__tabs-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .v2-home-products__tabs-inner {
    flex-wrap: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
}
.v2-home-products__tab {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  padding: 10px 0 30px;
  font: inherit;
  font-size: 24px;
  color: #6c757d;
  cursor: pointer;
  position: relative;
}
.v2-home-products__tab--active {
  color: #212529;
}
.v2-home-products__panels {
  padding-top: 18px;
}
.v2-home-products__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}
.v2-home-products .v2-home-products-carousel__viewport {
  overflow: hidden;
  margin-bottom: 35px;
}
.v2-home-products .v2-home-products-carousel__track {
  width: 100%;
}
.v2-home-products .v2-home-products-carousel {
  /* Siema float-based markup helpers */
}
.v2-home-products .v2-home-products-carousel .siema-slider-frame:after {
  content: "";
  display: block;
  clear: both;
}
.v2-home-products .v2-home-products-carousel .siema-slide-container {
  box-sizing: border-box;
  padding: 0 12px;
}
.v2-home-products .v2-home-products-carousel .siema-slide-container > * {
  width: 100%;
}
.v2-home-products .v2-home-products-carousel--desktop {
  display: none;
}
.v2-home-products .v2-home-products-carousel--mobile {
  display: block;
}
@media (min-width: 768px) {
  .v2-home-products .v2-home-products-carousel--desktop {
    display: block;
  }
  .v2-home-products .v2-home-products-carousel--mobile {
    display: none;
  }
}
.v2-home-products .v2-home-card-page {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 16px;
  align-items: stretch;
}
.v2-home-products .v2-home-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
  cursor: pointer;
}
.v2-home-products .v2-home-card__media {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  display: grid;
  place-items: center;
}
.v2-home-products .v2-home-card__labels {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
.v2-home-products .v2-home-card__link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.v2-home-products .v2-home-card__cta {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  gap: 8px;
  pointer-events: none;
}
.v2-home-products .v2-home-card__cta .v2-compare-toggle {
  pointer-events: auto;
  cursor: pointer;
}
.v2-home-products .v2-home-card__label {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #212529;
  white-space: nowrap;
}
.v2-home-products .v2-home-card__label--promo {
  background: #DABB84;
}
.v2-home-products .v2-home-card__label--meta {
  background: #e9ecef;
}
.v2-home-products .v2-home-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s ease-in-out;
  left: 0;
}
.v2-home-products .v2-home-card__img--hover {
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  left: 0;
}
.woocommerce-shop.archive .v2-home-products .v2-home-card__img, .tax-product_cat.archive .v2-home-products .v2-home-card__img {
  width: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.v2-home-products .v2-home-card:hover li:not(.product_cat-accessories) .v2-home-card__img--primary {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.v2-home-products .v2-home-card:hover .v2-home-card__img--hover {
  opacity: 1;
  visibility: visible;
}
.v2-home-products .v2-home-card__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.v2-home-products .v2-home-card__type {
  font-size: 12px;
  color: #212529;
}
.v2-home-products .v2-home-card__name {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #212529;
  line-height: 1.2;
  min-height: 20px;
}
.v2-home-products .v2-home-card__price {
  font-size: 12px;
  color: #212529;
}
.v2-home-products {
  /*
    Pagination: reuse the same component as `.v2-slider-container`.
    Default `.v2-slider-pagination` is absolute; here it must flow under carousel.
  */
}
.v2-home-products .v2-slider-pagination {
  position: static;
  bottom: auto;
  left: auto;
  z-index: auto;
  margin-top: 15px;
}

.v2-slider-container {
  background-position: center;
  overflow: hidden;
  aspect-ratio: 144/65;
  min-height: 400px;
}
.v2-slider-container > div:not(.v2-slider-pagination) {
  height: 100%;
  display: flex;
  min-height: 400px;
  aspect-ratio: 144/65;
  background-position: center;
  background-size: cover;
}
.v2-slider-container .siema-slide-container {
  min-height: 400px;
  height: 100%;
  aspect-ratio: 144/65;
}
@media (max-width: 767px) {
  .v2-slider-container .siema-slide-container {
    height: 100dvh;
    aspect-ratio: auto;
  }
}
.v2-slider-container .siema-slide-container > div:not(.v2-slider-pagination) {
  height: 100%;
  display: flex;
  min-height: 400px;
  aspect-ratio: 144/65;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .v2-slider-container .siema-slide-container > div:not(.v2-slider-pagination) {
    height: 100dvh;
    aspect-ratio: auto;
  }
}
.v2-slider-container .row {
  width: 100%;
}
@media (max-width: 767px) {
  .v2-slider-container {
    height: 100dvh;
    aspect-ratio: auto;
  }
}
.v2-slider-header {
  font-family: "Poppins", sans-serif;
  font-size: 60px;
}
@media (max-width: 767px) {
  .v2-slider-header {
    font-size: 40px;
  }
}
.v2-slider-subheader {
  font-family: "beausite classic", sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.v2-slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}
@media (max-width: 767px) {
  .v2-slide-content {
    justify-content: flex-end;
    margin-bottom: 90px;
  }
}
.v2-homepage-prize {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .v2-homepage-prize {
    position: relative;
  }
}
@media (min-width: 768px) {
  .v2-homepage-prize-content {
    padding: 30px;
    padding-bottom: 55px;
    border-radius: 15px;
    color: white;
  }
}
.v2-homepage-banner {
  border-radius: 25px;
  overflow: hidden;
}
.v2-homepage-banner-image {
  display: flex;
  align-items: center;
}
.v2-homepage-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.v2-homepage-banner--gray {
  background-color: #e9ecef;
}
.v2-homepage-banner--dark {
  background-color: #2F2D29;
  color: #fff;
}
.v2-homepage-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
.v2-homepage-banner-content--right {
  padding-left: 60px;
}
.v2-homepage-banner-content--left {
  padding-left: 60px;
}
.v2-homepage-banner-cta {
  display: flex;
  margin-top: 40px;
}
.v2-homepage-banner-header {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}
.v2-homepage-banner-header--light {
  font-weight: 500;
}
.v2-homepage-banner-subheader {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.v2-homepage-banner-desc {
  font-family: "beausite classic", sans-serif;
  font-size: 18px;
  line-height: 1.4;
}
.v2-homepage-banner-minus-20 {
  margin-top: -10%;
}
.v2-homepage-section-title {
  font-size: 28px;
}
.v2-prize-header {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  margin-bottom: 25px;
  font-weight: 500;
}
.v2-prize-desc {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 18px;
  font-family: "beausite classic", sans-serif;
}
.v2-prize-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v2-prize-item img {
  max-width: 125px;
  padding: 10px;
}
@media (max-width: 768px) {
  .v2-prize-item img {
    max-width: 75px;
    padding: 10px;
  }
}
.v2-prizes {
  display: flex;
  align-items: center;
  gap: 30px;
}
.v2-prizes .siema-slide-container {
  position: relative;
  height: 100px;
}
@media (max-width: 767px) {
  .v2-prizes .siema-slide-container {
    width: 100dvw;
    aspect-ratio: auto;
  }
}
.v2-prizes .siema-slide-container:after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  width: 1.5px;
  height: 60%;
  background: #919191;
}
.v2-prizes .siema-slide-container.siema-visible-item-last:after, .v2-prizes .siema-slide-container.siema-visible-item-before-first:after {
  display: none;
}
.v2-prizes .siema-slider-frame {
  height: 100%;
  display: flex;
  align-items: center;
}
.v2-prizes-text {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .v2-prizes-text {
    font-size: 20px;
  }
}
.v2-numbers-wrapper {
  margin: 120px 0;
  display: flex;
  justify-content: space-between;
}
.v2-numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.v2-numbers-item-divider {
  width: 1.5px;
  height: auto;
  background-color: #212529;
  margin: 0 15px;
}
.v2-numbers-item-wrapper {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .v2-numbers-item-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.v2-numbers-header {
  font-family: "Poppins", sans-serif;
  font-size: 54px;
  margin-bottom: 25px;
  text-align: center;
}
.v2-numbers-number {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: center;
}
.v2-partially-transparent-background {
  background-color: #77766A;
  height: 80%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .v2-partially-transparent-background {
    height: 100%;
  }
}
.v2-testimonials-container {
  overflow: hidden;
  background-color: #0A0A0A;
  padding: 50px 0 110px;
  color: #fff;
}
@media (max-width: 767px) {
  .v2-testimonials-container {
    padding: 30px 15px 70px;
  }
}
.v2-testimonials-slider-desc {
  font-family: "beausite classic", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 35px 10px 0;
}
.v2-testimonials-slider-image img {
  width: 98%;
  height: auto;
  border-radius: 15px;
}
.v2-testimonials-slider .siema-slider-frame {
  display: flex;
  align-items: center;
}
.v2-hero-section-wrapper {
  max-height: 100vh;
}
.v2-hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .v2-hero-video {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.v2-news-media {
  width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-news-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
.v2-news-box picture {
  height: 100%;
}
.v2-news-content {
  position: absolute;
  bottom: 40px;
  left: 30px;
  width: calc(100% - 60px);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v2-news-header {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}
.v2-news-subheader {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.v2-ig-media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-ig-strip--ig {
  padding-bottom: 70px;
}
.v2-ig-strip--bleed {
  --v2-gutter: var(--bs-gutter-x, 1.5rem);
  padding-right: 0;
  padding-left: calc(var(--v2-gutter) * 0.5);
}
@media (min-width: 576px) {
  .v2-ig-strip--bleed {
    padding-left: max(var(--v2-gutter) * 0.5, (100% - 570px) / 2 + var(--v2-gutter) * 0.5);
  }
}
@media (min-width: 768px) {
  .v2-ig-strip--bleed {
    padding-left: max(var(--v2-gutter) * 0.5, (100% - 760px) / 2 + var(--v2-gutter) * 0.5);
  }
}
@media (min-width: 992px) {
  .v2-ig-strip--bleed {
    padding-left: max(var(--v2-gutter) * 0.5, (100% - 990px) / 2 + var(--v2-gutter) * 0.5);
  }
}
@media (min-width: 1200px) {
  .v2-ig-strip--bleed {
    padding-left: max(var(--v2-gutter) * 0.5, (100% - 1200px) / 2 + var(--v2-gutter) * 0.5);
  }
}
@media (min-width: 1400px) {
  .v2-ig-strip--bleed {
    padding-left: max(var(--v2-gutter) * 0.5, (100% - 1200px) / 2 + var(--v2-gutter) * 0.5);
  }
}
.v2-ig-strip {
  margin-top: 12px;
  margin-bottom: 40px;
}
.v2-ig-strip__scroller {
  /* Firefox */
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 10px;
  scrollbar-width: none;
  scrollbar-color: rgba(33, 37, 41, 0.18) transparent;
  /* Chrome / Edge / Safari */
}
.v2-ig-strip__scroller::-webkit-scrollbar {
  height: 2px;
  /* 4–6px = bardzo delikatnie */
}
.v2-ig-strip__scroller::-webkit-scrollbar-track {
  background: transparent;
}
.v2-ig-strip__scroller::-webkit-scrollbar-thumb {
  background-color: rgba(33, 37, 41, 0.18);
  border-radius: 999px;
}
.v2-ig-strip__scroller::-webkit-scrollbar-thumb:hover {
  background-color: rgba(33, 37, 41, 0.28);
}
.v2-ig-strip__scroller.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}
.v2-ig-strip__scroller.is-wheeling {
  scroll-snap-type: none;
}
.v2-ig-strip__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
}
.v2-ig-tile {
  position: relative;
  display: block;
  flex: 0 0 220px;
  border-radius: 18px;
  overflow: hidden;
  scroll-snap-align: start;
}
@media (min-width: 768px) {
  .v2-ig-tile {
    flex-basis: 260px;
  }
}
.v2-ig-tile picture {
  height: 100%;
}
.v2-ig-tile img {
  width: 100%;
  aspect-ratio: 4/5;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.v2-ig-tile__badge {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  padding: 11px 21px;
  border-radius: 999px;
}
.v2-ig-tile__title {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  padding: 8px 12px;
  border-radius: 8px;
}
.v2-ig-tile:last-child {
  margin-right: 15px;
}

.testimonial-video {
  width: 100%;
  height: auto;
  border-radius: 15px;
}

/*
  V2 Product (static template)
  Scope: .v2-product only
  Breakpoints follow happytheme-child/assets/scss/base/_variables.scss
*/
.v2-product {
  --v2-primary: #0c2a4a;
  --v2-secondary: #dabb84;
  --v2-black: #000;
  --v2-white: #fff;
  --v2-grey-100: #f1f3f4;
  --v2-grey-200: #e9ecef;
  --v2-grey-300: #dee2e6;
  --v2-grey-600: #6c757d;
  --v2-grey-700: #505050;
  --v2-grey-900: #212529;
  --v2--grey-bg: #f6f6f6;
  --v2-radius: 14px;
  --v2-radius-sm: 10px;
  --v2-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --v2-container: 1199px;
  --v2-space-2: 8px;
  --v2-space-3: 12px;
  --v2-space-4: 16px;
  --v2-space-5: 24px;
  --v2-space-6: 32px;
  --v2-space-7: 40px;
  color: var(--v2-grey-900);
  font-family: "beausite classic", sans-serif;
  line-height: 1.5;
  background: var(--v2--grey-bg);
}
.v2-product,
.v2-product * {
  box-sizing: border-box;
}
.v2-product__container {
  max-width: var(--v2-container);
  margin: 0 auto;
  padding: 0 var(--v2-space-4);
}
.v2-product {
  /* Allow the gallery column to shrink within the grid.
     Siema injects a very wide frame element, which would otherwise expand the 1fr track. */
}
.v2-product__gallery {
  min-width: 0;
}
.v2-product-hero {
  height: 100dvh;
  width: 100dvw;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}
.v2-product-hero__img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.v2-product-hero__content {
  position: relative;
  z-index: 1;
}
.v2-product-hero__header {
  font-family: "Poppins", sans-serif;
  font-size: 58px;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .v2-product-hero__header {
    font-size: 28px;
  }
}
.v2-product-hero__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.v2-product-hero__bar .container {
  border-top: 1px solid white;
  height: 100%;
}
.v2-product {
  /* Tabs (static, no JS yet) */
}
.v2-product .v2-product-tabs {
  border-top: 1px solid var(--v2-grey-200);
  padding-top: 22px;
  margin-top: 40px;
}
.v2-product .v2-product-tabs__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 28px;
  font-size: 12px;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-tabs__tab {
  position: relative;
  color: inherit;
  text-decoration: none;
  padding: 10px 0;
  white-space: nowrap;
  background: transparent;
  border: 0;
  font: inherit;
  cursor: pointer;
  font-size: 16px;
}
.v2-product .v2-product-tabs__tab--active {
  color: var(--v2-grey-900);
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.v2-product .v2-product-section {
  padding: 34px;
  padding-bottom: 70px;
}
.v2-product .v2-product-section--tight {
  padding-top: 10px;
  padding-bottom: 44px;
}
.v2-product .v2-product-section__header {
  text-align: center;
  margin-bottom: 28px;
}
.v2-product .v2-product-section__header--data {
  margin-bottom: 58px;
}
.v2-product .v2-product-section__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: var(--v2-grey-900);
}
.v2-product .v2-product-section__title--data {
  padding-left: 20px;
}
.v2-product .v2-product-section__title--regular {
  font-weight: 400;
}
.v2-product {
  /* Siema (standalone helpers)
     This static template loads only product.css, so we need minimal styling
     for Siema's generated float-based markup. */
}
.v2-product .siema-slider-frame::after {
  content: "";
  display: block;
  clear: both;
}
.v2-product .siema-slide-container {
  box-sizing: border-box;
}
.v2-product .siema-slide-container > * {
  width: 100%;
}
.v2-product {
  /* Testimonials carousel (Siema) */
}
.v2-product .v2-testimonials-carousel__clip {
  overflow: hidden;
}
.v2-product .v2-testimonials-carousel__viewport {
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.v2-product .v2-testimonials-carousel__viewport:after {
  content: "";
  display: block;
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, rgba(246, 246, 246, 0) 15.24%, var(--v2--grey-bg) 55.21%);
  position: absolute;
  top: 0;
  right: -8%;
}
.v2-product .v2-testimonials-carousel__viewport:before {
  content: "";
  display: block;
  height: 100%;
  width: 20%;
  background: linear-gradient(270deg, rgba(246, 246, 246, 0) 15.24%, var(--v2--grey-bg) 55.21%);
  position: absolute;
  top: 0;
  left: -8%;
  z-index: 1;
}
.v2-product .v2-testimonials-carousel:not(.is-siema) .v2-testimonials-carousel__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  gap: 24px;
  align-items: start;
}
.v2-product .v2-testimonials-carousel .siema-slide-container {
  padding: 12px;
}
.v2-product .v2-testimonial-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 20px;
  color: var(--v2-grey-900);
  text-align: center;
}
.v2-product .v2-testimonial-card__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 0 0 18px;
}
.v2-product .v2-testimonial-card__star {
  width: 21px;
  height: 21px;
  display: block;
  flex: 0 0 21px;
}
.v2-product .v2-testimonial-card__text {
  margin: 0 auto 18px;
  font-size: 16px;
  line-height: 1.5;
}
.v2-product .v2-testimonial-card__meta {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--v2-grey-900);
}
@media (max-width: 575.98px) {
  .v2-product .v2-testimonials-carousel__viewport {
    width: 100%;
  }
}
.v2-product {
  /* Add-ons carousel (Siema) */
}
.v2-product .v2-product-addons {
  padding-top: 10px;
}
.v2-product .v2-product-addons__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.v2-product .v2-product-addons__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 29px;
  color: var(--v2-grey-900);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.v2-product .v2-product-addons__info {
  transform: translateY(-11px);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: help;
}
.v2-product .v2-product-addons__info[data-v2-tooltip=""]::before, .v2-product .v2-product-addons__info[data-v2-tooltip=""]::after {
  display: none;
}
@media (max-width: 575px) {
  .v2-product .v2-product-addons__info {
    transform: translateY(-60px);
  }
}
.v2-product .v2-product-addons__info::after {
  content: attr(data-v2-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  max-width: 260px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--v2-grey-900);
  color: var(--v2-white);
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
}
@media (max-width: 768px) {
  .v2-product .v2-product-addons__info::after {
    left: auto;
    right: 0;
    transform: none;
  }
}
.v2-product .v2-product-addons__info::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  z-index: 10;
  border: 6px solid transparent;
  border-top-color: var(--v2-grey-900);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
}
.v2-product .v2-product-addons__info:hover::before, .v2-product .v2-product-addons__info:hover::after, .v2-product .v2-product-addons__info:focus-visible::before, .v2-product .v2-product-addons__info:focus-visible::after {
  opacity: 1;
  visibility: visible;
}
.v2-product .v2-product-addons__viewport {
  overflow: hidden;
}
@media (max-width: 575px) {
  .v2-product .v2-product-addons__wrapper {
    padding-right: 0;
    padding-left: 15px;
  }
}
.v2-product .v2-product-addons {
  /* .v2-product-addons__track: Siema will override display/transform; keep minimal */
  /* Fallback (before Siema init) - keeps cards at correct size */
}
.v2-product .v2-product-addons:not(.is-siema) .v2-product-addons__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 72px) / 4);
  gap: 24px;
  align-items: start;
}
.v2-product .v2-product-addons .siema-slide-container {
  padding: 12px;
}
@media (max-width: 991.98px) {
  .v2-product .v2-product-addons:not(.is-siema) .v2-product-addons__track {
    grid-auto-columns: calc((100% - 24px) / 2);
  }
}
@media (max-width: 575.98px) {
  .v2-product .v2-product-addons:not(.is-siema) .v2-product-addons__track {
    grid-auto-columns: 100%;
  }
}
.v2-product {
  /* Related products */
}
.v2-product .v2-related {
  border-top: 1px solid var(--v2-grey-200);
  padding-top: 22px;
}
.v2-product .v2-related__title {
  margin-bottom: 25px;
  margin-top: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: var(--v2-grey-900);
}
.v2-product .v2-related__list {
  display: flex;
  gap: 28px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.v2-product .v2-related-card {
  width: 160px;
}
.v2-product .v2-related-card__media {
  border-radius: 10px;
  overflow: hidden;
  background: var(--v2-grey-100);
}
.v2-product .v2-related-card__img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-product .v2-related-card__name {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  color: var(--v2-black);
}
.v2-product .v2-related-card__price {
  margin-top: 2px;
  font-size: 14px;
  color: var(--v2-grey-900);
}
.v2-product {
  /* Promo + article */
}
.v2-product .v2-promo {
  border-top: 1px solid var(--v2-grey-200);
  margin: 70px 0;
}
.v2-product .v2-promo__card {
  background: var(--v2-grey-100);
  border-radius: var(--v2-radius);
  overflow: hidden;
  min-height: 260px;
}
.v2-product .v2-promo__media {
  background: var(--v2-grey-200);
  padding: 0;
}
.v2-product .v2-promo__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 13px;
}
.v2-product .v2-promo__body {
  padding: 30px 34px;
  display: grid;
  align-content: center;
  gap: 10px;
}
.v2-product .v2-promo__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: var(--v2-grey-900);
}
.v2-product .v2-promo__text {
  margin: 0;
  font-size: 16px;
  color: var(--v2-grey-900);
}
.v2-product .v2-promo__btn {
  justify-self: start;
  margin-top: 8px;
  text-decoration: none;
  background: var(--v2-black);
  color: var(--v2-white);
  font-size: 12px;
  padding: 11px 14px;
  border-radius: 999px;
  font-weight: 600;
}
.v2-product .v2-article {
  padding-top: 26px;
}
.v2-product .v2-article__kicker {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--v2-grey-600);
  margin-bottom: 8px;
}
.v2-product .v2-article__title {
  margin: 20px 0 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  gap: 18px 22px;
  color: var(--v2-grey-900);
}
.v2-product .v2-article__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
.v2-product .v2-article__col {
  font-size: 16px;
  color: var(--v2-grey-900);
}
.v2-product .v2-article__col p {
  margin: 0 0 12px;
  line-height: 1.5;
  font-weight: 400;
}
.v2-product .v2-article__col p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .v2-product .v2-promo__card {
    grid-template-columns: 1fr;
  }
  .v2-product .v2-promo__img {
    height: auto;
    aspect-ratio: 16/9;
  }
  .v2-product .v2-promo__body {
    padding: 22px 20px;
  }
  .v2-product .v2-article__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.v2-product .v2-addon-card {
  padding: 0;
}
.v2-product .v2-addon-card__media {
  border: 1px solid var(--v2-grey-200);
  border-radius: 10px;
  background: var(--v2-white);
  padding: 16px;
  display: grid;
  place-items: center;
}
.v2-product .v2-addon-card__img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background: transparent;
}
.v2-product .v2-addon-card__name {
  margin: 10px 0 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: var(--v2-grey-900);
  min-height: 42px;
}
.v2-product .v2-addon-card__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.v2-product .v2-addon-card__price {
  font-size: 16px;
  color: var(--v2-grey-900);
  white-space: nowrap;
}
.v2-product .v2-addon-card__btn {
  border: 0;
  background: var(--v2-black);
  color: var(--v2-white);
  font-size: 12px;
  padding: 11px 10px;
  border-radius: 999px;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 600;
}
.v2-product .v2-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding-top: 18px;
  margin-top: 30px;
}
.v2-product .v2-carousel-dot {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  border: 0;
  background: var(--v2-grey-300);
  cursor: pointer;
  padding: 0;
}
.v2-product .v2-carousel-dot[aria-current=true] {
  background: var(--v2-grey-900);
  outline: 1px solid var(--v2-grey-300);
  outline-offset: 1px;
}
.v2-product {
  /* Advantages bar (dark) */
}
.v2-product .v2-product-advantages {
  background: var(--v2-grey-900);
  color: var(--v2-white);
  border-radius: var(--v2-radius);
  padding: 48px 22px 76px;
  margin-bottom: 30px;
  margin-top: 70px;
}
.v2-product .v2-product-advantages--transparent {
  background: transparent;
  color: var(--v2-grey-900);
}
.v2-product .v2-product-advantages--transparent .v2-product-adv__label,
.v2-product .v2-product-advantages--transparent .v2-product-adv__value {
  color: var(--v2-grey-900);
}
.v2-product .v2-product-advantages--data {
  padding-top: 10px;
}
.v2-product .v2-product-advantages__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 22px;
  align-items: center;
}
.v2-product .v2-product-advantages__inner--auto {
  grid-template-columns: auto 1fr;
}
.v2-product .v2-product-advantages__inner--auto .v2-product-advantages__items {
  margin-bottom: -25px;
  grid-template-columns: repeat(4, minmax(0, 120px));
}
@media (max-width: 575.98px) {
  .v2-product .v2-product-advantages__inner--auto .v2-product-advantages__items {
    grid-template-columns: repeat(2, minmax(0, 50%));
  }
}
.v2-product .v2-product-advantages__kicker {
  font-size: 18px;
  opacity: 0.9;
  padding-top: 6px;
}
.v2-product .v2-product-advantages__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.25;
}
.v2-product .v2-product-advantages__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: -45px;
}
.v2-product .v2-product-advantages__copy--data {
  padding-left: 2px;
}
.v2-product .v2-product-adv {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.v2-product .v2-product-adv__icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--v2-white);
}
.v2-product .v2-product-adv__icon--invert svg,
.v2-product .v2-product-adv__icon--invert img {
  filter: invert(1);
}
.v2-product .v2-product-adv__icon img {
  width: 38px;
  height: 38px;
}
.v2-product .v2-product-adv__meta {
  min-width: 0;
}
.v2-product .v2-product-adv__label {
  font-size: 12px;
  line-height: 1.25;
  color: var(--v2-white);
}
.v2-product .v2-product-adv__value {
  font-size: 12px;
  line-height: 1.25;
  color: var(--v2-white);
}
.v2-product #v2-tab-inspirations .v2-product-gallery__main-slide {
  padding-right: 10px;
}
.v2-product #v2-tab-inspirations .v2-product-gallery__main-img {
  border-radius: 13px;
}
.v2-product #v2-tab-inspirations .v2-product-gallery__main {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.v2-product {
  /* Specs (key/value rows) */
}
.v2-product .v2-product-specs {
  margin: 0 auto 26px;
  border-top: 1px solid var(--v2-grey-200);
}
.v2-product .v2-product-specs--no-border {
  border-top: none;
}
.v2-product .v2-product-specs__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 10px 0;
  font-size: 11px;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-specs__row:not(:last-child) {
  border-bottom: 1px solid var(--v2-grey-200);
}
.v2-product .v2-product-specs__row:first-child {
  border-top: none;
}
.v2-product .v2-product-specs__label {
  color: var(--v2-grey-900);
  font-size: 16px;
}
.v2-product .v2-product-specs__value {
  color: var(--v2-black);
  text-align: right;
  font-size: 16px;
}
.v2-product .v2-product-specs__value a {
  font-weight: 700;
  color: var(--v2-black);
}
.v2-product {
  /* Accordion (reusable) */
}
.v2-product .v2-accordion {
  margin: 0 auto;
}
.v2-product .v2-accordion__item:not(:last-child) {
  border-bottom: 1px solid var(--v2-grey-200);
}
.v2-product .v2-accordion__item.is-open .v2-accordion__panel {
  grid-template-rows: 1fr;
}
.v2-product .v2-accordion__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 18px 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.v2-product .v2-accordion__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: var(--v2-grey-900);
}
.v2-product .v2-accordion__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--v2-grey-900);
  transition: transform 220ms ease;
  font-size: 24px;
  font-weight: 700;
}
.v2-product .v2-accordion {
  /*
    Grid row animation trick:
    - panel is a grid container, inner content is clipped
    - closed: 0fr, open: 1fr
  */
}
.v2-product .v2-accordion__panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 260ms ease;
  margin: 0;
}
.v2-product .v2-accordion__panel-inner {
  min-height: 0;
  overflow: hidden;
}
.v2-product .v2-accordion__content {
  padding: 0 0 18px;
  font-size: 16px;
  color: var(--v2-grey-900);
}
.v2-product .v2-accordion__content .v2-product-specs {
  max-width: none;
  margin: 0;
  border-top: 0;
}
.v2-product .v2-accordion__content p {
  margin: 0;
}
.v2-product .v2-accordion__content ol {
  padding-left: 20px;
  padding-top: 10px;
}
.v2-product {
  /* Features grid */
}
.v2-product .v2-product-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
}
.v2-product .v2-product-feature {
  background: var(--v2-white);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.v2-product .v2-product-feature__media {
  position: relative;
}
.v2-product .v2-product-feature__img, .v2-product .v2-product-feature__video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--v2-grey-100);
  border-radius: 0 0 12px 12px;
}
.v2-product .v2-product-feature__body {
  padding: 18px 18px 20px;
}
.v2-product .v2-product-feature__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 16px 20px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  pointer-events: none;
}
.v2-product .v2-product-feature__overlay .v2-product-feature__title {
  color: var(--v2-white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}
.v2-product .v2-product-feature__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--v2-grey-900);
}
.v2-product .v2-product-feature__overlay .v2-product .v2-product-feature__title {
  color: var(--v2-white);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.v2-product .v2-product-feature__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  line-height: inherit;
  font-size: 14px;
  color: var(--v2-white);
  text-decoration: none;
  text-underline-offset: 2px;
  pointer-events: auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.v2-product .v2-product-feature__link:focus-visible {
  outline: 2px solid var(--v2-white);
  outline-offset: 2px;
  border-radius: 4px;
}
.v2-product .v2-product-feature {
  /* &__icon { ... } intentionally left out (was commented-only) */
}
.v2-product .v2-product-feature__desc {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.55;
  color: var(--v2-grey-600);
}
.v2-product .v2-advantage-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.v2-product .v2-advantage-modal[hidden] {
  display: none;
}
.v2-product .v2-advantage-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}
.v2-product .v2-advantage-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  background: var(--v2-grey-900);
  color: var(--v2-white);
  border-radius: 14px;
  padding: 44px 28px 28px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.v2-product .v2-advantage-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  border: 0;
  background: transparent;
  color: var(--v2-white);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
  min-width: 34px;
  min-height: 34px;
}
.v2-product .v2-advantage-modal__close:focus-visible {
  outline: 2px solid var(--v2-white);
  outline-offset: 2px;
  border-radius: 6px;
}
.v2-product .v2-advantage-modal__title {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
  color: var(--v2-white);
}
.v2-product .v2-advantage-modal__content {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.95);
}
.v2-product .v2-advantage-modal__content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.v2-product .v2-advantage-modal__content p {
  line-height: 1.5;
}
.v2-product .v2-advantage-modal__content > :first-child {
  margin-top: 0;
}
.v2-product .v2-advantage-modal__content > :last-child {
  margin-bottom: 0;
}
.v2-product .v2-advantage-modal__content a {
  color: var(--v2-secondary);
}
.v2-product {
  /* Functions + video */
}
.v2-product .v2-product-functions {
  margin-top: 44px;
}
.v2-product .v2-product-functions--compact {
  margin-top: 0;
}
.v2-product .v2-product-functions__divider {
  height: 1px;
  background: var(--v2-grey-200);
  margin: 0 0 28px;
}
.v2-product .v2-product-functions__title {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: var(--v2-grey-900);
  margin-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.v2-product .v2-product-functions__images {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.v2-product .v2-product-functions--compact .v2-product-functions__divider {
  margin-bottom: 18px;
}
.v2-product .v2-product-functions--compact .v2-product-function-list {
  justify-content: flex-start;
  margin: 18px 0 0;
}
.v2-product .v2-product-function-list {
  margin: 22px 0 26px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 18px 0;
}
.v2-product .v2-product-function-list--onefifth {
  gap: 15px 4%;
  justify-content: center !important;
}
.v2-product .v2-product-function-list--dynamic {
  gap: 18px 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .v2-product .v2-product-function-list {
    flex-wrap: wrap;
    gap: 18px 10px;
    align-items: flex-start;
  }
  .v2-product .v2-product-function-list .v2-product-function-item {
    padding: 0;
  }
}
.v2-product .v2-product-function {
  width: 92px;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-function__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
}
.v2-product .v2-product-function__label {
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-function-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 0 0 auto;
  font-size: 12px;
}
.v2-product .v2-product-function-item--onefifth {
  width: 16%;
  flex: 0 0 16%;
}
.v2-product .v2-product-function-item__img img {
  width: 300px;
  height: auto;
}
.v2-product .v2-product-function-item--dynamic {
  width: auto;
  min-width: 0;
  align-items: center;
  max-width: 100px;
}
.v2-product .v2-product-function-item--dynamic[data-v2-tooltip] {
  position: relative;
  cursor: default;
}
.v2-product .v2-product-function-item--dynamic[data-v2-tooltip][data-v2-tooltip=""]::after {
  display: none;
}
.v2-product .v2-product-function-item--dynamic[data-v2-tooltip]::after {
  content: attr(data-v2-tooltip);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 14px);
  transform: translateX(calc(-50% + var(--v2-tooltip-shift-x, 0px)));
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  max-width: 320px;
  padding: 14px 22px;
  border-radius: 14px;
  background: var(--v2-grey-900);
  color: var(--v2-white);
  text-align: center;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 400;
  white-space: normal;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 160ms ease, visibility 160ms ease;
}
.v2-product .v2-product-function-item--dynamic[data-v2-tooltip].is-tooltip-open::after {
  opacity: 1;
  visibility: visible;
}
@media (hover: hover) and (pointer: fine) {
  .v2-product .v2-product-function-item--dynamic[data-v2-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
.v2-product .v2-product-function-item--dynamic .v2-product-function-item__img img {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}
.v2-product .v2-product-function-item--dynamic .v2-product-function-item__title {
  margin-top: 8px;
  line-height: 1.2;
}
.v2-product .v2-product-function-item--dynamic .v2-product-function-item__desc {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-function-item--dynamic .v2-product-function-item__desc p {
  margin: 0;
}
.v2-product .v2-product-functions--dynamic .v2-product-functions__title {
  margin-bottom: 14px;
}
.v2-product .v2-product-functions--dynamic .v2-product-function-list--onefifth {
  gap: 16px 2%;
  flex-wrap: wrap;
}
.v2-product .v2-product-functions--dynamic .v2-product-function-list--onefifth .v2-product-function-item--dynamic {
  width: 18%;
  flex: 0 0 18%;
}
.v2-product .v2-product-video {
  border-radius: 14px;
  overflow: hidden;
  background: #000;
}
.v2-product .v2-product-video__el {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-product .v2-product-video__el--noaspect {
  aspect-ratio: auto;
}
.v2-product {
  /* Split (functions + image) */
}
.v2-product .v2-product-split {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}
.v2-product .v2-product-split__right {
  border-radius: 14px;
  overflow: hidden;
  background: var(--v2-grey-100);
}
.v2-product .v2-product-split__img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-product {
  /* Gallery */
}
.v2-product .v2-product-gallery__main-track, .v2-product .v2-product-gallery__thumbs-track {
  width: 100%;
}
.v2-product .v2-product-gallery__main {
  border-radius: var(--v2-radius);
  overflow: hidden;
  background: var(--v2-grey-100);
  box-shadow: var(--v2-shadow);
  position: relative;
}
.v2-product .v2-product-gallery__main img,
.v2-product .v2-product-gallery__main video {
  cursor: zoom-in;
}
.v2-product .v2-product-gallery__main {
  /* Fallback (before Siema init): show first image only */
}
.v2-product .v2-product-gallery__main:not(.is-siema) .v2-product-gallery__main-slide {
  display: none;
}
.v2-product .v2-product-gallery__main:not(.is-siema) .v2-product-gallery__main-slide:first-child {
  display: block;
}
.v2-product .v2-product-gallery__main-slide {
  width: 100%;
}
.v2-product .v2-product-gallery__main-slide .v2-product-video__el {
  height: 100%;
  aspect-ratio: 16/10;
}
.v2-product .v2-product-gallery__main-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/10;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--v2-grey-100);
}
.v2-product .v2-product-gallery__thumbs {
  margin-top: var(--v2-space-2);
  overflow: hidden;
  /* Fallback (before Siema init) */
}
.v2-product .v2-product-gallery__thumbs:not(.is-siema) .v2-product-gallery__thumbs-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--v2-space-3);
}
.v2-product .v2-product-gallery__thumbs {
  /* Spacing between Siema slides */
}
.v2-product .v2-product-gallery__thumbs.is-siema .siema-slide-container {
  padding-right: var(--v2-space-2);
}
.v2-product .v2-product-gallery__thumbs.is-siema .siema-slide-container:last-child {
  padding-right: 0;
}
.v2-product .v2-product-gallery__counter {
  margin-top: var(--v2-space-4);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--v2-space-4);
  font-size: 18px;
  line-height: 1.2;
  color: var(--v2-grey-900);
}
.v2-product .v2-product-gallery__counter-line {
  width: 72px;
  height: 1px;
  background: var(--v2-grey-300);
}
.v2-product .v2-product-thumb {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  border: 1px solid var(--v2-grey-200);
  border-radius: var(--v2-radius-sm);
  background: var(--v2-white);
  padding: 0;
  overflow: hidden;
  cursor: pointer;
}
.v2-product .v2-product-thumb--active {
  border-color: var(--v2-black);
}
.v2-product .v2-product-thumb__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--v2-grey-100);
}
.v2-product {
  /* Summary */
}
.v2-product .v2-product-summary {
  position: sticky;
  top: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
@media (min-width: 768px) {
  .v2-product .v2-product-summary {
    padding: 0;
  }
}
.v2-product .v2-product-summary__type {
  font-size: 18px;
  color: var(--v2-grey-900);
  margin-bottom: 6px;
}
.v2-product .v2-product-summary__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
}
.v2-product .v2-product-summary__divider {
  height: 1px;
  background: var(--v2-grey-200);
  margin: 14px 0;
}
.v2-product .v2-product-summary__cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.v2-product .v2-product-summary__add {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 50%;
  font-weight: 500;
}
.v2-product .v2-product-summary__footer {
  margin-top: 16px;
}
.v2-product .v2-product-summary__price {
  width: 100%;
  display: flex;
  gap: 20px;
}
.v2-product .v2-product-summary__connect {
  color: #505050;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.v2-product .v2-product-summary .btn {
  border-radius: 25px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
}
.v2-product .v2-product-summary .btn-primary {
  background-color: var(--v2-black);
  color: var(--v2-white);
}
.v2-product .v2-product-price {
  display: flex;
  align-items: baseline;
  gap: var(--v2-space-4);
}
.v2-product .v2-product-price__value {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}
.v2-product .v2-product-price__old {
  font-size: 20px;
  color: var(--v2-grey-600);
  text-decoration: line-through;
  white-space: nowrap;
}
.v2-product .v2-product-price__note {
  margin-top: 6px;
  font-size: 12px;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-price-group {
  width: 60%;
}
.v2-product .v2-product-price-info {
  width: 40%;
  font-size: 13px;
  color: var(--v2-grey-700);
}
.v2-product .v2-product-option {
  border: 0;
  padding: 0;
  margin: 0 0 var(--v2-space-5);
}
.v2-product .v2-product-option__legend {
  font-size: 16px;
  color: var(--v2-grey-900);
  margin-bottom: var(--v2-space-3);
}
.v2-product .v2-product-option__legend-note {
  color: var(--v2-grey-600);
  font-weight: 400;
}
.v2-product {
  /* Variant cards */
}
.v2-product .v2-product-variants {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.v2-product .v2-product-variant {
  cursor: pointer;
}
.v2-product .v2-product-variant__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.v2-product .v2-product-variant__input:checked + .v2-product-variant__body {
  border-color: var(--v2-black);
}
.v2-product .v2-product-variant__body {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--v2-grey-200);
  border-radius: 10px;
  background: var(--v2-white);
}
.v2-product .v2-product-variant__body--no-image {
  grid-template-columns: 1fr;
}
.v2-product .v2-product-variant__img {
  display: block;
  width: 56px;
  height: 42px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  background: var(--v2-grey-100);
}
.v2-product .v2-product-variant__text {
  display: grid;
  gap: 2px;
}
.v2-product .v2-product-variant__name {
  font-size: 12px;
  font-weight: 500;
  color: var(--v2-grey-900);
}
.v2-product .v2-product-variant__desc {
  font-size: 11px;
  color: var(--v2-grey-600);
}
.v2-product .v2-product-variant__input:focus-visible + .v2-product-variant__body {
  outline: 2px solid var(--v2-grey-700);
  outline-offset: 2px;
}
.v2-product {
  /* Dot swatches */
}
.v2-product .v2-product-swatches {
  display: flex;
  gap: 2px;
  align-items: center;
  padding-left: 5px;
}
.v2-product .v2-product-dot {
  cursor: pointer;
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.v2-product .v2-product-dot--active {
  border-color: var(--v2-grey-600);
  margin-right: 2px;
}
.v2-product .v2-product-dot--active:last-child {
  margin-right: 0;
  margin-left: 2px;
}
.v2-product .v2-product-dot__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--v2-grey-300);
  display: inline-block;
  position: relative;
}
.v2-product .v2-product-dot__dot--split {
  background: linear-gradient(45deg, var(--v2-color-primary) 50%, var(--v2-color-secondary) 50%);
}
.v2-product .v2-product-dot__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.v2-product {
  /* Addon */
}
.v2-product .v2-product-addon__title {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}
.v2-product .v2-product-addon__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.v2-product .v2-product-addon__img {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-product .v2-product-addon__name {
  font-size: 12px;
  color: var(--v2-grey-900);
}
.v2-product .v2-product-addon-item {
  display: grid;
  gap: 6px;
  cursor: pointer;
}
.v2-product .v2-product-addon-item.is-selected .v2-product-addon-item__card {
  border: 1px solid var(--v2-black);
}
.v2-product .v2-product-addon-item__card {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 10px;
  align-items: center;
  background: var(--v2-white);
  border: 1px solid var(--v2-grey-200);
  border-radius: 10px;
  padding: 10px;
}
.v2-product .v2-product-addon-item__card--borderless {
  border: none;
}
.v2-product .v2-product-addon-item__price {
  font-size: 12px;
  font-weight: 500;
  color: var(--v2-grey-900);
  white-space: nowrap;
}
.v2-product .v2-product-info__row {
  margin: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 14px 12px;
  color: #505050;
  padding: 5px 0;
}
.v2-product .v2-product-info__title {
  flex: 0 0 20%;
}
.v2-product .v2-product-info__desc {
  font-weight: 500;
  margin: 0;
}
.v2-product .v2-product-compatibility {
  margin-bottom: 25px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
.v2-product .v2-product-compatibility__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.v2-product .v2-product-compatibility__item {
  margin: 0;
  padding: 0;
}
.v2-product .v2-product-compatibility__item:last-child .v2-product-compatibility__link::after {
  display: none;
}
.v2-product .v2-product-compatibility__link {
  color: var(--v2-grey-900);
  font-size: 14px;
  line-height: 1.2;
}
.v2-product .v2-product-compatibility__link:after {
  content: ",";
}
.v2-product .v2-product-compatibility__link:focus-visible {
  outline: 2px solid var(--v2-grey-700);
  outline-offset: 2px;
}
.v2-product .v2-product-compatibility .v2-product-option__legend {
  margin-bottom: 0;
  margin-top: 1px;
}

.v2-separator {
  width: 100%;
  height: 1px;
  background: var(--v2-grey-200);
}
.v2-separator--vertical {
  height: 12px;
  width: 1px;
}

/* Responsive */
@media (max-width: 991.98px) {
  .v2-product__main {
    grid-template-columns: 1fr;
    gap: var(--v2-space-5);
  }
  .v2-product .v2-product-summary {
    position: static;
    overflow: hidden;
  }
  .v2-product .v2-product-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2-product .v2-product-split {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .v2-product .v2-product-advantages__inner {
    grid-template-columns: 1fr;
  }
  .v2-product .v2-product-advantages__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575.98px) {
  .v2-product .v2-related-card {
    width: 60dvw;
    flex: 0 0 60dvw;
  }
  .v2-product__main {
    margin-top: 40px;
  }
  .v2-product .v2-product-advantages {
    padding: 16px 16px;
    margin: 60px 0 0 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v2-product .v2-product-advantages__title {
    font-size: 16px;
  }
  .v2-product .v2-product-advantages__items {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .v2-product .v2-product-gallery__thumbs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .v2-product__container {
    padding: 0 14px;
  }
  .v2-product .v2-product-summary__title {
    font-size: 26px;
  }
  .v2-product .v2-product-price__value {
    font-size: 24px;
  }
  .v2-product .v2-product-variants {
    display: flex;
    flex-wrap: nowrap;
    width: 100dvw;
    overflow: auto;
    padding-bottom: 15px;
  }
  .v2-product .v2-product-variant {
    width: 43dvw;
    flex: 0 0 43dvw;
  }
  .v2-product .v2-product-function-list--dynamic {
    gap: 16px 10px;
  }
  .v2-product .v2-product-function-item--dynamic[data-v2-tooltip]::after {
    left: 50%;
    transform: translateX(calc(-50% + var(--v2-tooltip-shift-x, 0px)));
    width: min(320px, 100vw - 24px);
    max-width: none;
    max-height: min(45vh, 280px);
    padding: 10px 14px;
    font-size: 12px;
    line-height: 1.35;
    text-align: left;
    bottom: calc(100% + 10px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overflow-wrap: anywhere;
  }
  .v2-product .v2-product-functions--dynamic .v2-product-function-list--onefifth .v2-product-function-item--dynamic {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
  .v2-product .v2-product-addon__list {
    display: flex;
    flex-wrap: nowrap;
    width: 100dvw;
    overflow: auto;
    padding-bottom: 15px;
  }
  .v2-product .v2-product-addon-item {
    width: 60dvw;
    flex: 0 0 60dvw;
  }
  .v2-product .v2-product-summary__price,
  .v2-product .v2-product-summary__cta {
    width: 100%;
  }
  .v2-product .v2-product-compatibility__list {
    gap: 8px;
  }
  .v2-product .v2-product-summary__cta {
    justify-content: center;
    text-align: center;
  }
  .v2-product .v2-product-summary__cta .v2-product-summary__add {
    width: 80%;
    margin-bottom: 0;
  }
  .v2-product .v2-product-summary__cta .v2-product-price-info {
    width: 100%;
    margin-bottom: 50px;
  }
  .v2-product .v2-product-info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .v2-product .v2-product-tabs__inner {
    gap: 14px 18px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .v2-product .v2-product-tabs__wrapper {
    padding-right: 0;
    overflow: hidden;
  }
  .v2-product .v2-product-tabs__wrapper .v2-product-advantages {
    margin-right: 15px !important;
  }
  .v2-product .v2-product-section {
    padding-top: 28px;
    padding-bottom: 56px;
  }
  .v2-product .v2-product-features {
    grid-template-columns: 1fr;
    gap: 16px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 30px;
  }
  .v2-product .v2-product-feature {
    width: 80dvw;
    flex: 0 0 80dvw;
  }
  .v2-product .v2-product-feature .v2-product-gallery__counter {
    justify-content: flex-start;
  }
  .v2-product .v2-advantage-modal {
    padding: 12px;
  }
  .v2-product .v2-advantage-modal__dialog {
    width: 100%;
    max-height: calc(100vh - 24px);
    padding: 42px 18px 20px;
  }
  .v2-product .v2-advantage-modal__title {
    font-size: 22px;
  }
  .v2-product .v2-advantage-modal__content {
    font-size: 14px;
  }
  .v2-product #v2-tab-features {
    padding-left: 0;
    padding-right: 0;
  }
  .v2-product .v2-product-specs__row {
    grid-template-columns: 1fr;
    gap: 6px;
    align-items: start;
  }
  .v2-product .v2-product-specs__value {
    text-align: left;
  }
  .v2-product .v2-product-function {
    width: 84px;
  }
  .v2-product .v2-related__list {
    flex-wrap: nowrap;
    overflow: auto;
    max-width: 100%;
    width: 100dvw;
    padding-bottom: 20px;
  }
  .v2-product .v2-promo {
    margin-top: 0;
  }
  .v2-product .v2-promo__btn {
    margin-top: 30px;
  }
}
body.v2-advantage-modal-open {
  overflow: hidden;
}

@media (min-width: 992px) {
  .v2-shop-banner {
    height: 250px;
    background-color: #000;
  }
}
@media (min-width: 992px) {
  .v2-shop-banner .row,
  .v2-shop-banner .col-12 {
    height: 100%;
    max-height: 250px;
  }
}
.v2-shop-banner-heading {
  border-right: 1px solid #fff;
}
@media (max-width: 991px) {
  .v2-shop-banner-box {
    background-color: #000;
  }
}
.v2-shop-banner-col--first > div {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .v2-shop-banner-col--first > div {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0;
  }
}
.v2-shop-banner-col--last .v2-shop-banner-box {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .v2-shop-banner-col--last .v2-shop-banner-box {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
}
.v2-shop-box-text {
  font-size: 14px;
}
.v2-shop-box-heading {
  height: 60px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .v2-shop-image-uneven {
    position: absolute;
    top: 0;
    left: 0;
    height: 110% !important;
    width: auto;
  }
}
@media (max-width: 991px) {
  .v2-shop-image--mobileblack {
    background-color: #000;
  }
}

.woocommerce ul.products::before {
  display: none;
}

button.v2-filters-button,
button.v2-sorting-button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  border-radius: 999px;
  padding: 15px 30px !important;
  align-items: center;
  display: flex;
  gap: 10px;
}
button.v2-filters-button path,
button.v2-sorting-button path {
  fill: #fff;
}

.v2-shop-layout {
  display: flex;
  gap: 0;
  align-items: flex-start;
}
.v2-shop-layout.is-loading .v2-shop-content {
  opacity: 0.6;
  pointer-events: none;
}
.v2-shop-layout.is-filters-open {
  gap: 50px;
}
.v2-shop-layout.is-filters-open .v2-shop-filters {
  flex-basis: 280px;
  max-width: 280px;
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
@media (max-width: 991px) {
  .v2-shop-layout.is-filters-open .v2-shop-filters {
    z-index: 99999;
    width: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    max-width: none;
    flex: 0 0 100%;
    overflow-y: auto;
    padding-bottom: 60px;
    margin-top: 0;
  }
  .v2-shop-layout.is-filters-open .v2-shop-filters .v2-shop-filters__inner {
    width: auto;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .v2-shop-layout.is-filters-open .v2-home-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.v2-shop-filters {
  flex: 0 0 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-8px);
  transition: max-width 300ms ease, flex-basis 300ms ease, opacity 200ms ease, transform 200ms ease;
  pointer-events: none;
  margin-top: 40px;
}
.v2-shop-filters__inner {
  width: 280px;
}
.v2-shop-filters__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .v2-shop-filters__header {
    display: none;
  }
}
.v2-shop-filters__header-title {
  font-weight: 500;
}
.v2-shop-filters__close {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 0;
  padding: 6px;
  cursor: pointer;
  color: #000;
  line-height: 0;
}
.v2-shop-filters__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.v2-shop-filters__section {
  border-bottom: 1px solid #dee2e6;
  padding: 14px 0;
}
@media (min-width: 992px) {
  .v2-shop-filters__section--orderby {
    display: none;
  }
}
.v2-shop-filters__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  list-style: none;
}
.v2-shop-filters__summary::-webkit-details-marker {
  display: none;
}
.v2-shop-filters__chevron {
  flex: 0 0 auto;
  transition: transform 200ms ease;
}
.v2-shop-filters__section[open] .v2-shop-filters__chevron {
  transform: rotate(180deg);
}
.v2-shop-filters__body {
  padding-top: 12px;
}
.v2-shop-filters__select {
  width: 100%;
  max-width: 100%;
  font: inherit;
  padding: 10px 12px;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  background: white;
  color: #000;
}
.v2-shop-filters__title {
  font-weight: 500;
}
.v2-shop-filters__options {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.v2-shop-filters__option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.v2-shop-filters__option--category {
  padding-left: calc(var(--v2-depth, 0) * 12px);
}
.v2-shop-filters a.v2-shop-filters__option {
  color: inherit;
  text-decoration: none;
  padding-left: calc(var(--v2-depth, 0) * 12px);
}
.v2-shop-filters a.v2-shop-filters__option[aria-current=page] {
  font-weight: 500;
}
.v2-shop-filters__swatch {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  background: var(--v2-swatch, transparent);
  flex: 0 0 auto;
}
.v2-shop-filters__swatch--split {
  background: linear-gradient(45deg, var(--v2-swatch, transparent) 50%, var(--v2-swatch-secondary, transparent) 50%);
}
.v2-shop-filters__price {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v2-shop-filters__price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #000;
}
.v2-shop-filters__range {
  --min: 0%;
  --max: 100%;
  position: relative;
  height: 22px;
}
.v2-shop-filters__range-track {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(to right, #ced4da 0%, #ced4da var(--min), #000 var(--min), #000 var(--max), #ced4da var(--max), #ced4da 100%);
  border-radius: 999px;
}
.v2-shop-filters__range input[type=range] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.v2-shop-filters__range input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  background: transparent;
}
.v2-shop-filters__range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid #000;
  margin-top: -4px;
  pointer-events: auto;
}
.v2-shop-filters__range input[type=range]::-moz-range-track {
  height: 2px;
  background: transparent;
}
.v2-shop-filters__range input[type=range]::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
  border: 2px solid #000;
  pointer-events: auto;
}
.v2-shop-filters__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.v2-shop-filters__clear {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.v2-shop-content {
  flex: 1 1 auto;
  min-width: 0;
}
@media (min-width: 992px) {
  .v2-shop-content .v2-home-products ul.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
  .v2-shop-content .v2-home-products ul.products > li {
    float: none;
    width: auto;
    max-width: none;
  }
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  border-radius: 15px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul.page-numbers a {
  color: #000;
}

.v2-shop-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.v2-shop-load-more-wrap .v2-shop-load-more {
  min-width: 200px;
  justify-content: center;
  border: none;
}

.v2-shop-box-media {
  aspect-ratio: 6/5;
}
.v2-shop-box-media img {
  border-radius: 13px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 3.8%;
}

.v2-sorting-popover-wrap {
  position: relative;
}

.v2-sorting-popover {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 260px;
  padding: 14px;
  background: white;
  border: 1px solid #dee2e6;
  border-radius: 15px;
  z-index: 1000;
}

.v2-sorting-popover.is-open {
  display: block;
}

.v2-shop-mobile-toast {
  display: none;
}
@media (max-width: 991px) {
  .v2-shop-mobile-toast {
    display: block;
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: calc(12px + env(safe-area-inset-bottom));
    z-index: 100001;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.88);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .v2-shop-mobile-toast__spinner {
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    flex: 0 0 auto;
    animation: v2-shop-mobile-toast-spin 700ms linear infinite;
  }
  .v2-shop-mobile-toast__text {
    display: inline-block;
  }
  .v2-shop-mobile-toast.is-loading .v2-shop-mobile-toast__spinner {
    display: inline-block;
  }
  .v2-shop-mobile-toast.is-visible {
    display: flex;
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes v2-shop-mobile-toast-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.page-template-page-showroom-v2 {
  background: #000;
  color: #fff;
}

.v2-showroom {
  overflow: hidden;
  background: #141413;
}
.v2-showroom img {
  display: block;
  width: 100%;
  height: auto;
}
.v2-showroom__hero {
  position: relative;
  min-height: clamp(420px, 92vh, 780px);
  display: flex;
  align-items: flex-end;
}
.v2-showroom__hero-media {
  position: absolute;
  inset: 0;
}
.v2-showroom__hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-showroom__hero-media--mobile {
  display: none;
}
.v2-showroom__about {
  background-image: url("/wp-content/themes/happytheme-child/assets/images/temp/showroom/bg-grad-glass.webp");
  padding: 70px 0 130px;
}
@media (max-width: 768px) {
  .v2-showroom__about {
    padding: 20px 0 0;
  }
}
.v2-showroom__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.7) 86%);
}
.v2-showroom__hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 75px;
}
.v2-showroom__hero-title {
  margin: 0;
  max-width: 70%;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 1.3;
}
.v2-showroom__hero-desc {
  margin: 10px 0 0;
  max-width: 420px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
}
.v2-showroom__info {
  padding: 34px 0 26px;
}
.v2-showroom__info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.v2-showroom__info-card {
  min-height: 70px;
}
.v2-showroom__info-card:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  padding-right: 34px;
}
.v2-showroom__info-title {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.v2-showroom__info-text {
  margin: 0;
  color: #C6C6C6;
  font-size: 15px;
  line-height: 1.4;
}
.v2-showroom__meet {
  padding: 62px 0;
  background: transparent;
}
.v2-showroom__meet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 490px);
  gap: 44px;
  align-items: center;
}
.v2-showroom__section-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.08;
}
.v2-showroom__section-text {
  margin: 20px 0 0;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.55;
}
.v2-showroom__highlight {
  margin-top: 30px;
  max-width: 90%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 14px;
  padding: 45px;
}
.v2-showroom__highlight p {
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.v2-showroom__meet-image img {
  border-radius: 12px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-showroom__feature {
  position: relative;
}
.v2-showroom__feature-media {
  position: relative;
}
.v2-showroom__feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.66) 100%);
}
.v2-showroom__feature-media img,
.v2-showroom__feature-media video {
  min-height: 360px;
  max-height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.v2-showroom__feature-copy {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 34px;
  z-index: 2;
}
.v2-showroom__feature-title {
  margin: 0;
  font-size: 52px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 50px;
}
.v2-showroom__split {
  padding: 78px 0 52px;
}
.v2-showroom__split-grid {
  align-items: center;
}
.v2-showroom__split-image {
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  .v2-showroom__split-image picture {
    width: 95%;
  }
}
.v2-showroom__split-image img {
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-showroom__split-image-caption {
  margin-top: 18px;
  font-family: "Poppins", sans-serif;
  color: #f5f5f5;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 400;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.v2-showroom__split-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.52;
  padding-left: 30px;
}
.v2-showroom__slider {
  padding: 24px 0 74px;
}
.v2-showroom__slider-title {
  font-family: "Poppins", sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 1.12;
  margin-bottom: 80px;
  margin-top: 20px;
}

.v2-showroom-slider {
  position: relative;
  margin-bottom: 70px;
}
.v2-showroom-slider__list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
}
.v2-showroom-slider__slide {
  padding: 0 10px;
}
.v2-showroom-slider__slide img {
  width: 100%;
  border-radius: 8px;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-showroom-slider__controls {
  position: absolute;
  right: max(var(--v2-gutter) * 0.5, (100% - 1200px) / 2 + var(--v2-gutter) * 0.5);
  bottom: -62px;
  display: flex;
  gap: 8px;
}
.v2-showroom-slider__arrow {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 50%;
  color: #fff;
  background: #252525;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.v2-showroom-slider__arrow span {
  line-height: 1;
  font-size: 18px;
  margin-top: -1px;
}
.v2-showroom-slider__arrow:hover {
  background: #ACACAC;
}
.v2-showroom-slider__arrow:hover path {
  fill: white;
}

@media (max-width: 991px) {
  .v2-showroom__hero {
    min-height: 520px;
  }
  .v2-showroom__hero-media--desktop {
    display: none;
  }
  .v2-showroom__hero-media--mobile {
    display: block;
  }
  .v2-showroom__hero-content {
    padding-bottom: 28px;
  }
  .v2-showroom__hero-title {
    font-size: 58px;
    max-width: 520px;
  }
  .v2-showroom__hero-desc {
    font-size: 18px;
    max-width: 380px;
  }
  .v2-showroom__info {
    padding-top: 26px;
  }
  .v2-showroom__info-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .v2-showroom__info-card:first-child {
    border-right: 0;
    padding-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 18px;
  }
  .v2-showroom__info-title {
    font-size: 28px;
  }
  .v2-showroom__meet {
    padding: 44px 0 48px;
  }
  .v2-showroom__meet-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .v2-showroom__section-title, .v2-showroom__slider-title, .v2-showroom__feature-title, .v2-showroom__split-image-caption {
    font-size: 34px;
  }
  .v2-showroom__section-text, .v2-showroom__section-text p, .v2-showroom__split-copy p {
    font-size: 15px;
    line-height: 1.45;
  }
  .v2-showroom__highlight p {
    font-size: 40px;
  }
  .v2-showroom__feature-copy {
    bottom: 20px;
  }
  .v2-showroom__split {
    padding-top: 44px;
  }
  .v2-showroom__slider {
    padding-bottom: 64px;
  }
  .v2-showroom-slider__track {
    overflow: visible;
  }
  .v2-showroom-slider__list {
    margin: 0 -6px;
  }
  .v2-showroom-slider__slide {
    padding: 0 6px;
  }
  .v2-showroom-slider__controls {
    display: none;
  }
}
@media (max-width: 575px) {
  .v2-showroom__hero {
    min-height: 350px;
  }
  .v2-showroom__hero-title {
    font-size: 28px;
    max-width: 310px;
  }
  .v2-showroom__hero-desc {
    font-size: 13px;
    max-width: 260px;
  }
  .v2-showroom__info {
    padding: 20px 0;
  }
  .v2-showroom__info-title {
    font-size: 25px;
    margin-bottom: 6px;
  }
  .v2-showroom__info-text {
    font-size: 12px;
  }
  .v2-showroom__meet, .v2-showroom__split {
    padding-top: 30px;
  }
  .v2-showroom__section-title, .v2-showroom__slider-title, .v2-showroom__feature-title, .v2-showroom__split-image-caption {
    font-size: 28px;
    line-height: 1.04;
  }
  .v2-showroom__slider-title {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .v2-showroom__section-text, .v2-showroom__split-copy p {
    font-size: 15px;
    padding-left: 0;
    padding-top: 25px;
  }
  .v2-showroom__highlight {
    margin-top: 24px;
    padding: 16px;
  }
  .v2-showroom__highlight p {
    font-size: 14px;
    line-height: 1.45;
  }
  .v2-showroom__feature-media img {
    min-height: 300px;
  }
  .v2-showroom__feature-copy {
    bottom: 16px;
  }
  .v2-showroom__slider {
    padding: 0;
  }
  .v2-showroom-slider__list {
    margin: 0 -5px;
  }
  .v2-showroom-slider__slide {
    padding: 0 5px;
  }
}
.v2-faq {
  background: #f8f8f8;
  color: #1f1f1f;
  padding-bottom: 80px;
  padding-top: 130px;
}
.v2-faq__hero .container {
  padding: 64px 0 32px;
  border-bottom: 1px solid #dfdfdf;
}
.v2-faq__hero-inner {
  max-width: 1120px;
}
.v2-faq__title {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.v2-faq__desc {
  margin: 20px 0 0;
  max-width: 640px;
  font-size: 17px;
  line-height: 1.45;
  color: #4a4a4a;
}
.v2-faq__content {
  padding: 28px 0 0;
}
.v2-faq__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: flex-start;
}
.v2-faq__categories {
  position: sticky;
  top: 120px;
}
.v2-faq__category {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  background: transparent;
  padding: 15px 4px;
  text-align: left;
  font-size: 15px;
  line-height: 1.35;
  color: #8b8b8b;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.v2-faq__category-label {
  font-family: "Poppins", sans-serif;
}
.v2-faq__category:hover {
  color: #2b2b2b;
  transform: translateX(2px);
}
.v2-faq__category:hover .v2-faq__category-arrow {
  color: #1f1f1f;
  transform: rotate(-45deg);
}
.v2-faq__category.is-active {
  color: #1f1f1f;
  font-weight: 600;
}
.v2-faq__category.is-active .v2-faq__category-arrow {
  color: #1f1f1f;
  transform: rotate(-45deg);
}
.v2-faq__category.is-active .v2-faq__category-arrow path {
  stroke: #1f1f1f;
}
.v2-faq__category-index {
  min-width: 22px;
}
.v2-faq__category-arrow {
  margin-left: auto;
  color: #b6b6b6;
  transition: all 0.3s ease;
}
.v2-faq__panel {
  display: none;
}
.v2-faq__panel.is-active {
  display: block;
}
.v2-faq__panel.is-active.is-entering {
  animation: v2FaqPanelIn 0.26s ease-out both;
}
.v2-faq__panel-title {
  margin: 0 0 8px;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  pointer-events: none;
}
.v2-faq__item {
  border-bottom: 1px solid #dfdfdf;
}
.v2-faq__question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 18px 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  color: #202020;
  transition: color 0.2s ease;
}
.v2-faq__question-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 500;
}
.v2-faq__sign {
  width: 18px;
  min-width: 18px;
  text-align: center;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.22s ease, color 0.2s ease;
}
.v2-faq__item.is-open .v2-faq__sign {
  font-size: 20px;
  transform: translateY(-1px);
}
.v2-faq__item.is-open .v2-faq__sign {
  color: #1f1f1f;
}
.v2-faq__item.is-open .v2-faq__question {
  padding-bottom: 12px;
}
.v2-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: grid-template-rows 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease;
}
.v2-faq__answer-inner {
  min-height: 0;
  overflow: hidden;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.55;
  font-family: "Beausite Classic";
  padding: 0;
}
.v2-faq__item.is-open .v2-faq__answer-inner {
  padding: 0 0 18px;
}
.v2-faq__item.is-open .v2-faq__answer {
  grid-template-rows: 1fr;
  opacity: 1;
}
.v2-faq__answer-inner p:last-child {
  margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
  .v2-faq__category, .v2-faq__question, .v2-faq__sign, .v2-faq__answer {
    transition: none;
  }
  .v2-faq__panel.is-active.is-entering {
    animation: none;
  }
}
@media (max-width: 1023px) {
  .v2-faq {
    padding-bottom: 56px;
  }
  .v2-faq__hero {
    padding: 42px 0 24px;
  }
  .v2-faq__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .v2-faq__categories {
    position: static;
  }
}
@media (max-width: 575px) {
  .v2-faq__title {
    font-size: 36px;
  }
  .v2-faq__desc {
    font-size: 15px;
  }
  .v2-faq__category {
    padding: 13px 0;
    font-size: 14px;
  }
  .v2-faq__question {
    padding: 15px 0;
  }
  .v2-faq__question-text {
    font-size: 15px;
  }
}

@keyframes v2FaqPanelIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.v2-regulations {
  background: #f8f8f8;
  color: #1f1f1f;
  padding: 130px 0 80px;
}
.v2-regulations__hero .container {
  padding-bottom: 28px;
  border-bottom: 1px solid #dfdfdf;
}
.v2-regulations__title {
  margin: 0;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.v2-regulations__content {
  padding-top: 28px;
}
.v2-regulations__grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 64px;
  align-items: flex-start;
}
.v2-regulations__tabs {
  position: sticky;
  top: 120px;
}
.v2-regulations__tab {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 25px;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  background: transparent;
  padding: 15px 4px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  color: #8b8b8b;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}
.v2-regulations__tab:hover {
  color: #2b2b2b;
  transform: translateX(2px);
}
.v2-regulations__tab:hover .v2-regulations__tab-arrow {
  color: #1f1f1f;
  transform: rotate(-45deg);
}
.v2-regulations__tab.is-active {
  color: #1f1f1f;
  font-weight: 600;
}
.v2-regulations__tab.is-active .v2-regulations__tab-arrow {
  color: #1f1f1f;
  transform: rotate(-45deg);
}
.v2-regulations__tab.is-active .v2-regulations__tab-arrow path {
  stroke: #1f1f1f;
}
.v2-regulations__tab-arrow {
  margin-left: auto;
  color: #b6b6b6;
  transition: all 0.3s ease;
}
.v2-regulations__panel {
  display: none;
}
.v2-regulations__panel.is-active {
  display: block;
}
.v2-regulations__panel.is-active.is-entering {
  animation: v2RegulationsIn 0.24s ease-out both;
}
.v2-regulations__panel-title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
}
.v2-regulations__panel-content, .v2-regulations__panel-content li {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.4;
}
.v2-regulations__panel-content li {
  margin-bottom: 5px;
}
.v2-regulations__panel-content p:last-child {
  margin-bottom: 0;
}
.v2-regulations__panel-content ol, .v2-regulations__panel-content ul {
  margin: 0;
  padding-left: 24px;
}
@media (prefers-reduced-motion: reduce) {
  .v2-regulations__tab {
    transition: none;
  }
  .v2-regulations__panel.is-active.is-entering {
    animation: none;
  }
}
@media (max-width: 1023px) {
  .v2-regulations {
    padding: 56px 0;
  }
  .v2-regulations__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .v2-regulations__tabs {
    position: static;
  }
}

@keyframes v2RegulationsIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.v2-about {
  background: #111214;
  color: #fff;
  overflow: hidden;
}
.v2-about__hero {
  position: relative;
  min-height: clamp(420px, 90dvh, 760px);
  display: flex;
  align-items: flex-end;
}
.v2-about__hero-media {
  position: absolute;
  inset: 0;
}
.v2-about__hero-media--mobile {
  display: none;
}
.v2-about__hero-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-about__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.78) 100%);
}
.v2-about__hero-content {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}
.v2-about__hero-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 55px;
  line-height: 1.04;
  font-weight: 400;
}
.v2-about__intro .v2-about-counters {
  margin-top: 55px;
}
.v2-about__intro, .v2-about__team, .v2-about__ig {
  padding: 72px 0;
}
.v2-about__ig-lead {
  padding: 56px 0 12px;
}
.v2-about__ig {
  padding-top: 0;
}
.v2-about__ig-follow {
  gap: 8px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.v2-about__ig-follow p {
  margin: 0;
}
.v2-about__ig-follow a {
  white-space: nowrap;
}
.v2-about__section-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 41px;
  line-height: 1.08;
  font-weight: 400;
}
@media (max-width: 991px) {
  .v2-about__section-title {
    font-size: 25px;
  }
}
.v2-about__section-desc {
  margin: 20px 0 0;
  max-width: 700px;
  color: #c6c6c6;
  font-size: 15px;
  line-height: 1.6;
}
.v2-about__section-desc p {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .v2-about__section-desc p {
    font-size: 16px;
  }
}
.v2-about__media-asset {
  display: block;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 800px;
  max-width: 100%;
}
@media (min-width: 992px) {
  .v2-about__challenges-media .v2-about__media-asset {
    max-width: 50%;
  }
}
.v2-about__team-figure {
  margin: 0;
  position: relative;
}
.v2-about__team-figure::after {
  position: absolute;
  inset: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}
.v2-about__team-figure .v2-about__media-asset {
  min-height: auto;
  max-width: none;
  aspect-ratio: 651/607;
  min-height: 560px;
}
.v2-about__team-title {
  position: absolute;
  left: 44px;
  right: 24px;
  bottom: 55px;
  z-index: 2;
  margin: 0;
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 3vw, 42px);
  line-height: 1.1;
  font-weight: 400;
  width: 78%;
}
@media (max-width: 768px) {
  .v2-about__team-title {
    font-size: 25px;
  }
}
.v2-about__techpark {
  padding: 8px 0 52px;
}
.v2-about__techpark-figure {
  margin: 0;
  position: relative;
}
.v2-about__techpark-media {
  position: relative;
  overflow: hidden;
}
.v2-about__techpark-media .v2-about__media-asset {
  border-radius: 0;
  min-height: 360px;
}
.v2-about__techpark-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
  pointer-events: none;
}
.v2-about__techpark-media--mobile {
  display: none;
}
.v2-about__techpark-title {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 80px;
  z-index: 2;
  margin: 0;
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-size: clamp(24px, 3.2vw, 42px);
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 768px) {
  .v2-about__techpark-title {
    font-size: 25px;
  }
}
.v2-about__techpark-desc {
  margin: 25px 0 0;
  color: #c6c6c6;
  font-size: 18px;
  line-height: 1.45;
}
.v2-about__techpark-desc p {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .v2-about__techpark-desc p {
    font-size: 16px;
  }
}
.v2-about__company-goal {
  padding: 24px 0 56px;
}
.v2-about__company-goal-title {
  margin: 0;
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  .v2-about__company-goal-title {
    font-size: 25px;
  }
}
.v2-about__company-goal-desc {
  margin: 0;
  color: #c6c6c6;
  font-size: 17px;
  line-height: 1.45;
}
.v2-about__company-goal-desc p {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .v2-about__company-goal-desc p {
    font-size: 16px;
  }
}
.v2-about__mission {
  position: relative;
  margin-top: 20px;
  min-height: 540px;
  display: flex;
  align-items: center;
  height: 90vh;
}
.v2-about__mission-media {
  position: absolute;
  inset: 0;
}
.v2-about__mission-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 36%, rgba(0, 0, 0, 0.12) 100%);
  pointer-events: none;
}
.v2-about__mission-media--mobile {
  display: none;
}
.v2-about__mission-asset {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.v2-about__mission-content {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 72px;
}
.v2-about__mission-title {
  margin: 0;
  color: #f5f5f5;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .v2-about__mission-title {
    font-size: 25px;
  }
}
.v2-about__mission-desc {
  margin-top: 18px;
  color: #f5f5f5;
  font-size: 18px;
  line-height: 1.5;
}
.v2-about__mission-desc p {
  line-height: 1.45;
}
@media (max-width: 768px) {
  .v2-about__mission-desc p {
    font-size: 16px;
  }
}
.v2-about__challenges {
  position: relative;
  min-height: 800px;
  display: flex;
  align-items: center;
  height: 90dvh;
  background-color: #000;
}
.v2-about__challenges-cta {
  padding: 15px 20px;
  margin-top: 15px;
}
.v2-about__challenges-media {
  position: absolute;
  inset: 0;
}
.v2-about__challenges-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.38) 52%, rgba(0, 0, 0, 0.84) 100%);
}
.v2-about__challenges-media--mobile {
  display: none;
}
.v2-about__challenges-content {
  position: relative;
  z-index: 1;
  padding: 60px 0;
}
.v2-about__challenges-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.v2-about__challenges-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 768px) {
  .v2-about__challenges-title {
    font-size: 25px;
  }
}

.v2-about-counters {
  margin-top: 34px;
}
.v2-about-counters .v2-about-counter {
  display: flex;
  gap: 20px;
  align-items: baseline;
  border-bottom: 1px solid #3C3C3C;
  padding: 10px 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.v2-about-counters--compact {
  margin-top: 26px;
}
.v2-about-counters--compact .v2-about-counter {
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
}

.v2-about-counter__value {
  font-family: "Poppins", sans-serif;
  font-size: 67px;
  line-height: 1;
  font-weight: 400;
  color: #f5f5f5;
}
@media (max-width: 991px) {
  .v2-about-counter__value {
    font-size: 25px;
  }
}
.v2-about-counter__label {
  font-size: 18px;
  line-height: 1.5;
  color: #f5f5f5;
}
@media (max-width: 768px) {
  .v2-about-counter__label {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .v2-about__hero {
    min-height: 500px;
  }
  .v2-about__hero-media--desktop {
    display: none;
  }
  .v2-about__hero-media--mobile {
    display: block;
  }
  .v2-about__hero-content {
    padding-bottom: 48px;
  }
  .v2-about__intro, .v2-about__team, .v2-about__ig {
    padding: 52px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .v2-about__intro, .v2-about__team, .v2-about__ig {
    padding: 32px 0;
  }
}
@media (max-width: 991px) {
  .v2-about__ig-lead {
    padding: 40px 0 8px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .v2-about__ig-lead {
    padding: 0 0 8px;
  }
}
@media (max-width: 991px) {
  .v2-about__ig-follow {
    justify-content: flex-start !important;
  }
  .v2-about__techpark-media--desktop {
    display: none;
  }
  .v2-about__techpark-media--mobile {
    display: block;
  }
  .v2-about__techpark-media .v2-about__media-asset {
    min-height: 260px;
  }
  .v2-about__team-title {
    left: 14px;
    right: 14px;
    bottom: 14px;
    font-size: clamp(22px, 7vw, 32px);
    line-height: 1.12;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .v2-about__team-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .v2-about__techpark-title {
    left: 14px;
    right: 14px;
    bottom: 14px;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .v2-about__techpark-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .v2-about__techpark-desc {
    font-size: 16px;
  }
  .v2-about__company-goal {
    padding: 18px 0 44px;
  }
  .v2-about__company-goal-title {
    font-size: clamp(28px, 8vw, 44px);
    max-width: none;
  }
}
@media (max-width: 991px) and (max-width: 768px) {
  .v2-about__company-goal-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .v2-about__company-goal-desc {
    max-width: none;
    font-size: 16px;
  }
  .v2-about__mission {
    min-height: 420px;
    margin-top: 8px;
  }
  .v2-about__mission-media--desktop {
    display: none;
  }
  .v2-about__mission-media--mobile {
    display: block;
  }
  .v2-about__mission-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 20%, rgba(0, 0, 0, 0.8) 100%);
  }
  .v2-about__mission-content {
    padding-top: 30px;
    padding-bottom: 28px;
  }
  .v2-about__mission-title {
    font-size: 25px;
  }
  .v2-about__mission-desc {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.45;
    max-width: none;
  }
  .v2-about__challenges {
    min-height: 400px;
  }
  .v2-about__challenges-media::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 18%, rgba(0, 0, 0, 0.84) 100%);
  }
  .v2-about__challenges-content {
    padding: 34px 0;
  }
  .v2-about__challenges-copy {
    gap: 14px;
    padding: 0 15px;
  }
  .v2-about__challenges-title {
    max-width: none;
    font-size: clamp(28px, 8vw, 40px);
    line-height: 1.15;
  }
  .v2-about__challenges-media--desktop {
    display: none;
  }
  .v2-about__challenges-media--mobile {
    display: block;
  }
  .v2-about-counters .v2-about-counter {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.v2-innovations {
  padding: 40px 0 80px;
}
.v2-innovations__hero {
  position: relative;
  min-height: clamp(260px, 44vw, 620px);
  margin: -40px 0 65px;
  overflow: hidden;
  background: #0f0f0f;
}
.v2-innovations__hero-media, .v2-innovations__hero-asset {
  display: block;
  width: 100%;
  height: 100%;
}
.v2-innovations__hero-media {
  position: absolute;
  inset: 0;
}
.v2-innovations__hero-asset {
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-innovations__hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.62) 100%);
}
.v2-innovations__hero-content {
  position: relative;
  z-index: 2;
  min-height: clamp(260px, 44vw, 620px);
  display: flex;
  align-items: flex-end;
  padding-bottom: clamp(20px, 3.5vw, 48px);
}
.v2-innovations__hero-title {
  margin: 0;
  max-width: 760px;
  color: #fff;
}
.v2-innovations__section {
  padding: 36px 0;
}
.v2-innovations__section--secondary {
  padding-top: 24px;
}
.v2-innovations__media-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .v2-innovations__media-wrap {
    padding-right: 20px;
    margin-top: 0;
  }
  .v2-innovations__media-col--right .v2-innovations__media-wrap {
    padding-right: 0;
    padding-left: 20px;
  }
}
.v2-innovations__media {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 6/5;
  border-radius: 13px;
}
@media (min-width: 992px) {
  .v2-innovations__content {
    padding-left: 20px;
  }
  .v2-innovations__content-col--right .v2-innovations__content {
    padding-left: 0;
    padding-right: 20px;
  }
}
.v2-innovations__heading {
  margin: 0 0 18px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.v2-innovations__text p {
  color: #252525;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
}
.v2-innovations__text p:last-child {
  margin-bottom: 0;
}
.v2-innovations .v2-innovations-mid {
  padding: 65px 0 65px;
}
.v2-innovations .v2-innovations-mid__heading {
  margin: 0 0 30px;
  font-size: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.v2-innovations .v2-innovations-mid__desc {
  margin-bottom: 40px;
}
.v2-innovations .v2-innovations-mid__desc p {
  color: #252525;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  line-height: normal;
}
.v2-innovations .v2-innovations-mid__desc p:last-child {
  margin-bottom: 0;
}
.v2-innovations .v2-innovations-mid__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.v2-innovations .v2-innovations-mid__card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  background: #141414;
  border-radius: 13px;
}
.v2-innovations .v2-innovations-mid__card-media-wrap, .v2-innovations .v2-innovations-mid__card-media {
  width: 100%;
  height: 100%;
}
.v2-innovations .v2-innovations-mid__card-media-wrap {
  position: relative;
  overflow: hidden;
}
.v2-innovations .v2-innovations-mid__card-media {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.v2-innovations .v2-innovations-mid__card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0.76) 100%);
}
.v2-innovations .v2-innovations-mid__card-content {
  position: absolute;
  inset: auto 0 0 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 25px;
  color: #fff;
  min-height: 250px;
  align-items: center;
  justify-content: center;
}
.v2-innovations .v2-innovations-mid__card-heading {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.v2-innovations .v2-innovations-mid__card-stat p {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 69.028px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.645px;
}
.v2-innovations .v2-innovations-mid__card-text {
  color: #FFF;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 43.2px;
  /* 172.8% */
  letter-spacing: 0.645px;
}
.v2-innovations .v2-innovations-mid__card-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .v2-innovations {
    padding: 24px 0 48px;
  }
  .v2-innovations__hero {
    min-height: 260px;
    margin-top: -24px;
    margin-bottom: 12px;
  }
  .v2-innovations__hero-content {
    min-height: 260px;
    padding-bottom: 18px;
  }
  .v2-innovations__section {
    padding: 20px 0;
  }
  .v2-innovations__section--secondary {
    padding-top: 8px;
  }
  .v2-innovations__content {
    max-width: none;
  }
  .v2-innovations .v2-innovations-mid {
    padding-top: 14px;
  }
  .v2-innovations .v2-innovations-mid__cards {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    margin-right: calc((100vw - 100%) / -2);
    padding-right: calc((100vw - 100%) / 2 + 16px);
  }
  .v2-innovations .v2-innovations-mid__cards::-webkit-scrollbar {
    display: none;
  }
  .v2-innovations .v2-innovations-mid__card {
    flex: 0 0 min(74vw, 280px);
    min-height: 320px;
    scroll-snap-align: start;
  }
}

.page-template-page-contact-v2 {
  background: #111;
  color: #fff;
}
.page-template-page-contact-v2 .footer__additional-bar-outer,
.page-template-page-contact-v2 .footer__additional-bar-inner {
  display: none !important;
}

.v2-contact {
  background: #111;
  color: #fff;
  padding: 210px 0 80px;
}
.v2-contact p {
  line-height: normal;
}
.v2-contact__hero {
  padding-bottom: 40px;
}
.v2-contact__hero-grid {
  --bs-gutter-x: 3.8rem;
}
.v2-contact__hero-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .v2-contact__hero-title {
    font-size: 34px;
  }
}
.v2-contact__hero-desc {
  margin-top: 26px;
  color: #A4A39C;
  font-size: 18px;
  line-height: 1.32;
}
.v2-contact__stats {
  margin-top: 58px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 30px;
  justify-content: space-between;
}
.v2-contact__stat-item {
  min-width: 130px;
  max-width: 175px;
}
.v2-contact__stat-value {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
}
.v2-contact__stat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.32;
}
.v2-contact__stat-divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.22);
  min-height: 88px;
}
.v2-contact__form-card {
  background: #1A1A1A;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 52px 42px 40px 36px;
}
.v2-contact__form-layout {
  display: grid;
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 0.58fr);
  gap: 14px;
  align-items: start;
}
.v2-contact__form-copy {
  padding-top: 4px;
}
.v2-contact__form-panel {
  min-width: 0;
}
.v2-contact__form-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}
.v2-contact__form-desc {
  margin-top: 12px;
  color: #A4A39C;
  font-size: 14px;
}
.v2-contact__form-desc p {
  line-height: normal;
}
.v2-contact .v2-prizes-text {
  line-height: 1.5;
  font-size: 23px;
}
.v2-contact__form {
  margin-top: 10px;
  padding-left: 20px;
}
.v2-contact__form input,
.v2-contact__form textarea,
.v2-contact__form select {
  width: 100%;
  background: transparent;
  border: 1px solid #646362;
  border-radius: 6px;
  color: rgba(219, 219, 219, 0.88);
  padding: 8px;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 10px;
  font-family: "beausite classic";
}
.v2-contact__form textarea {
  min-height: 50px;
  resize: vertical;
}
.v2-contact__form .wpcf7-acceptance {
  color: #505050;
}
.v2-contact__form .wpcf7-acceptance .wpcf7-list-item-label {
  color: #505050;
  font-size: 11px;
  line-height: 1;
}
.v2-contact__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.v2-contact__form .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: start;
}
.v2-contact__form .wpcf7-acceptance .wpcf7-list-item label input {
  flex: 0 0 15px;
  -webkit-appearance: none;
  transform: none;
  aspect-ratio: 1/1;
  padding: 7px;
  border-radius: 4px;
}
.v2-contact__form .wpcf7-acceptance .wpcf7-list-item label input:checked {
  -webkit-appearance: checkbox;
  flex: 0 0 17.6px;
}
.v2-contact__form .wpcf7-submit {
  margin: 15px auto;
  display: block;
  padding: 13px 10px;
  font-size: 14px;
}
.v2-contact__form input::-moz-placeholder, .v2-contact__form textarea::-moz-placeholder {
  color: rgba(166, 166, 166, 0.9);
}
.v2-contact__form input::placeholder,
.v2-contact__form textarea::placeholder {
  color: rgba(166, 166, 166, 0.9);
}
.v2-contact__form .wpcf7-list-item,
.v2-contact__form .wpcf7-list-item-label,
.v2-contact__form .wpcf7-acceptance,
.v2-contact__form .wpcf7-not-valid-tip,
.v2-contact__form .wpcf7-response-output,
.v2-contact__form .wpcf7-form-control-wrap {
  color: rgba(189, 189, 189, 0.82);
  font-size: 12px;
  line-height: 1.4;
}
.v2-contact__form .wpcf7-submit,
.v2-contact__form button[type=submit],
.v2-contact__form input[type=submit] {
  width: auto;
  min-width: 220px;
  border-radius: 999px;
  border: 0;
  background: #fff;
  color: #111;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
}
.v2-contact__section-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 500;
}
.v2-contact__section-subtitle {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 22px;
  line-height: 1.3;
}
.v2-contact__team, .v2-contact__departments, .v2-contact__locations {
  padding-top: 25px;
}
.v2-contact__departments {
  margin-bottom: 100px;
}
.v2-contact__awards {
  padding-top: 36px;
}
.v2-contact__awards .row.align-items-center.my-5.py-5 {
  margin: 0 !important;
  padding: 52px 42px !important;
  background: #f1f1f1;
  border-radius: 10px;
}
.v2-contact__awards .v2-prizes-text,
.v2-contact__awards .v2-prizes-text p {
  color: #252525;
  margin: 0;
}
.v2-contact__awards .v2-prize-item img {
  max-width: 60px;
}
.v2-contact__trade-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.v2-contact__trade-card, .v2-contact__location-card {
  position: relative;
  min-height: 480px;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
}
.v2-contact__trade-media, .v2-contact__location-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.v2-contact__location-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.v2-contact__trade-overlay, .v2-contact__location-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.86) 90%);
}
.v2-contact__trade-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 480px;
  padding: 26px 22px;
}
.v2-contact__location-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  padding: 50px;
}
.v2-contact__location-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.v2-contact__location-meta {
  flex: 1 1 auto;
  min-width: 0;
}
.v2-contact__trade-title, .v2-contact__location-title {
  margin: 0;
  font-family: "beausite classic", sans-serif;
  font-size: 32px;
  line-height: 1.12;
  font-weight: 400;
}
.v2-contact__trade-location, .v2-contact__trade-name, .v2-contact__location-info, .v2-contact__location-line {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
}
.v2-contact__trade-location {
  margin-bottom: 20px;
  font-size: 16px;
}
.v2-contact__trade-mail, .v2-contact__department-link {
  margin-top: 8px;
  color: #fff;
  text-decoration: none;
  word-break: break-word;
  font-size: 14px;
}
.v2-contact__trade-mail:hover, .v2-contact__department-link:hover {
  color: #fff;
  text-decoration: underline;
}
.v2-contact__trade-phone, .v2-contact__location-btn {
  margin-top: 14px;
  width: -moz-fit-content;
  width: fit-content;
}
.v2-contact__location-btn {
  margin-top: 0;
  flex: 0 0 auto;
  align-self: flex-end;
  font-weight: 400;
  padding: 15px 28px;
}
.v2-contact__department-card {
  min-height: 100%;
  padding: 6px 0 6px 22px;
  position: relative;
}
.v2-contact .col-12:not(:last-child) .v2-contact__department-card::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 9px;
  top: 0;
}
@media (max-width: 991px) {
  .v2-contact .col-12:not(:last-child) .v2-contact__department-card::after {
    display: none;
  }
}
.v2-contact__department-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 500;
}
.v2-contact__department-subtitle, .v2-contact__department-hours {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #A4A39C;
  line-height: 1.45;
}
@media (max-width: 991px) {
  .v2-contact {
    padding-top: 94px;
  }
  .v2-contact__hero {
    padding-bottom: 32px;
  }
  .v2-contact__hero-grid {
    --bs-gutter-x: 1.5rem;
  }
  .v2-contact__hero-desc {
    font-size: 21px;
  }
  .v2-contact__stat-label {
    font-size: 14px;
  }
  .v2-contact__form-title {
    font-size: 42px;
  }
  .v2-contact__form-desc {
    font-size: 18px;
  }
  .v2-contact__section-subtitle {
    font-size: 18px;
  }
  .v2-contact__trade-card, .v2-contact__location-card, .v2-contact__trade-content, .v2-contact__location-content {
    min-height: 360px;
  }
  .v2-contact__location-bottom {
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .v2-contact__form-card {
    padding: 22px 16px;
    margin-top: 30px;
  }
  .v2-contact__form-title {
    font-size: 24px;
  }
  .v2-contact__form-desc {
    font-size: 14px;
  }
  .v2-contact__hero-desc {
    font-size: 17px;
  }
  .v2-contact__form-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .v2-contact__stats {
    gap: 12px;
  }
  .v2-contact__stat-divider {
    display: none;
  }
  .v2-contact__department-card {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding: 16px 0;
  }
  .v2-contact__department-title {
    font-size: 24px;
  }
  .v2-contact__awards .row.align-items-center.my-5.py-5 {
    padding: 20px 18px !important;
  }
  .v2-contact__location-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .v2-contact__location-btn {
    align-self: flex-start;
  }
}

.wpcf7-turnstile.cf-turnstile {
  order: 2;
  margin-left: -30px;
}

form.wpcf7-form {
  display: flex;
  flex-direction: column;
}

.v2-guide__section {
  background: var(--very-white);
  color: var(--black);
  padding: 152px 0 72px;
  overflow-x: clip;
}
.v2-guide__top {
  padding-bottom: 24px;
  max-width: 100%;
}
.v2-guide__heading {
  margin: 0 0 24px;
  max-width: 1040px;
}
.v2-guide__heading h1,
.v2-guide__heading h2,
.v2-guide__heading h3,
.v2-guide__heading h4,
.v2-guide__heading h5,
.v2-guide__heading h6,
.v2-guide__heading p {
  color: inherit;
  margin: 0;
}
.v2-guide__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
  padding-bottom: 2px;
}
.v2-guide__nav::-webkit-scrollbar {
  display: none;
}
.v2-guide__nav {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.v2-guide__nav-btn {
  flex: 0 0 auto;
  min-height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 999px;
  background: transparent;
  color: var(--black);
  white-space: nowrap;
  padding: 8px 20px;
  transition: 0.2s ease;
}
.v2-guide__nav-btn:hover, .v2-guide__nav-btn.is-active {
  background: var(--black);
  border-color: var(--black);
  color: var(--white);
}
.v2-guide__content-wrap {
  padding-top: 30px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.v2-guide__content {
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
  align-items: start;
  gap: 38px;
  width: 100%;
  max-width: 100%;
}
.v2-guide__content.is-active {
  display: grid;
}
.v2-guide__content.is-active.is-entering .v2-guide__description {
  animation: v2-guide-fade-up 0.34s ease-out both;
}
.v2-guide__content.is-active.is-entering .v2-guide__movies {
  animation: v2-guide-fade-up 0.42s ease-out 0.06s both;
}
.v2-guide__description {
  margin-bottom: 0;
  max-width: 720px;
  min-width: 0;
  font-size: 17px;
  line-height: 1.45;
}
.v2-guide__description h1,
.v2-guide__description h2,
.v2-guide__description h3,
.v2-guide__description h4,
.v2-guide__description h5,
.v2-guide__description h6 {
  color: inherit;
  margin-bottom: 12px;
}
.v2-guide__description p {
  margin-bottom: 10px;
}
.v2-guide__description ul,
.v2-guide__description ol {
  padding-left: 20px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.v2-guide__description p:last-child {
  margin-bottom: 0;
}
.v2-guide__movies {
  position: relative;
  width: 100%;
  max-width: 470px;
  min-width: 0;
  margin-left: auto;
}
.v2-guide__movies-track {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.v2-guide__movie-slide {
  padding-right: 12px;
}
.v2-guide__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  background: #1e1e1e;
  display: block;
}
.v2-guide__arrows {
  display: none;
}
@media (max-width: 991.98px) {
  .v2-guide__section {
    padding: 142px 0 56px;
  }
  .v2-guide__heading {
    margin-bottom: 22px;
  }
  .v2-guide__content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .v2-guide__movies {
    max-width: none;
    margin-left: 0;
  }
  .v2-guide__description {
    max-width: none;
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .v2-guide__section {
    padding: 134px 0 44px;
  }
  .v2-guide__nav-btn {
    min-height: 40px;
    padding: 6px 16px;
  }
  .v2-guide__movie-slide {
    padding-right: 10px;
  }
}

@keyframes v2-guide-fade-up {
  from {
    opacity: 0;
    transform: translate3d(0, 12px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.v2-blog-archive {
  background: #141413;
}
.v2-blog-archive__section {
  background: #141413;
  color: var(--white);
  padding: 148px 0 64px;
  overflow-x: clip;
}
.v2-blog-archive__top {
  margin-bottom: 72px;
}
.v2-blog-archive__top .col-lg-6:first-child {
  position: relative;
}
.v2-blog-archive__top .col-lg-6:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background-color: white;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.v2-blog-archive__title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  max-width: 540px;
}
.v2-blog-archive__categories {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  padding-bottom: 2px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-left: 40px;
}
.v2-blog-archive__categories::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.v2-blog-archive__category-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 1;
  transition: 0.2s ease;
}
.v2-blog-archive__category-btn:hover, .v2-blog-archive__category-btn.is-active {
  background: var(--white);
  border-color: var(--white);
  color: #141413;
}
.v2-blog-archive__posts {
  position: relative;
}
.v2-blog-archive__featured {
  margin-bottom: 16px;
}
.v2-blog-archive__stream {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.v2-blog-archive__stream-dots {
  display: none;
}
.v2-blog-archive__card {
  height: 100%;
  min-height: 290px;
}
.v2-blog-archive__card--featured {
  min-height: 420px;
}
.v2-blog-archive__card--featured .v2-blog-archive__card-link {
  height: 100%;
  min-height: 100%;
}
.v2-blog-archive__card--featured .v2-blog-archive__card-image,
.v2-blog-archive__card--featured .v2-blog-archive__card-image img,
.v2-blog-archive__card--featured .v2-blog-archive__card-image picture {
  width: 100%;
  height: 100%;
}
.v2-blog-archive__card--featured .v2-blog-archive__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.v2-blog-archive__card--featured .v2-blog-archive__card-title {
  font-size: 34px;
  line-height: 1.02;
}
.v2-blog-archive__card-link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: inherit;
  color: var(--white);
  text-decoration: none;
  border-radius: 8px;
  overflow: hidden;
  isolation: isolate;
}
.v2-blog-archive__card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.v2-blog-archive__card-image img,
.v2-blog-archive__card-image picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.v2-blog-archive__card-placeholder {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #3f3f3f 0%, #1d1d1d 100%);
}
.v2-blog-archive__card-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 20%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.v2-blog-archive__card-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  width: 100%;
  padding: 16px;
  display: grid;
  gap: 8px;
}
.v2-blog-archive__card-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 1.08;
  color: inherit;
}
.v2-blog-archive__empty {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 24px;
}
.v2-blog-archive__empty.is-hidden {
  display: none;
}
.v2-blog-archive__loader {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-top-color: var(--white);
  margin: 28px auto 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  animation: v2-blog-archive-spin 0.85s linear infinite;
}
.v2-blog-archive.is-loading .v2-blog-archive__loader {
  opacity: 1;
}
.v2-blog-archive__sentinel {
  width: 100%;
  height: 1px;
}
@media (max-width: 991.98px) {
  .v2-blog-archive__section {
    padding: 130px 0 46px;
  }
  .v2-blog-archive__top {
    margin-bottom: 28px;
    padding-inline: 12px;
  }
  .v2-blog-archive__title {
    font-size: 42px;
    max-width: none;
    margin-bottom: 8px;
  }
  .v2-blog-archive__categories {
    padding-left: 12px;
    padding-right: 0;
    margin-left: -12px;
  }
  .v2-blog-archive__posts {
    padding-inline: 12px;
  }
  .v2-blog-archive__featured {
    margin-bottom: 14px;
  }
  .v2-blog-archive__featured .v2-blog-archive__card--featured {
    min-height: 0;
    aspect-ratio: 3/4;
  }
  .v2-blog-archive__stream {
    display: block;
  }
  .v2-blog-archive__stream .v2-blog-archive__card {
    min-height: 260px;
  }
  .v2-blog-archive__stream.is-siema .siema-slide-container {
    box-sizing: border-box;
    padding-right: 12px;
  }
  .v2-blog-archive__stream-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 14px;
  }
  .v2-blog-archive__dot {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.35);
    padding: 0;
  }
  .v2-blog-archive__dot[aria-current=true] {
    background: var(--white);
  }
}
@media (max-width: 575.98px) {
  .v2-blog-archive__title {
    font-size: 38px;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .v2-blog-archive__top, .v2-blog-archive__posts {
    padding-inline: 8px;
  }
  .v2-blog-archive__categories {
    padding-left: 8px;
    margin-left: -8px;
    margin-bottom: 30px;
  }
  .v2-blog-archive__category-btn {
    min-height: 38px;
    padding: 7px 14px;
  }
  .v2-blog-archive__card {
    min-height: 236px;
  }
  .v2-blog-archive__card--featured {
    min-height: 0;
    aspect-ratio: 3/4;
  }
  .v2-blog-archive__card--featured .v2-blog-archive__card-title {
    font-size: 28px;
  }
  .v2-blog-archive__card-title {
    font-size: 21px;
  }
}

@keyframes v2-blog-archive-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
main.single_post_blog .single-post {
  background-color: #111214 !important;
  color: #fff;
}
main.single_post_blog .single-post .wysiwyg p {
  font-size: 16px;
}
main.single_post_blog .single-post .wysiwyg h1 {
  font-family: "Poppins", sans-serif;
}
main.single_post_blog .single-post .wysiwyg h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: normal;
}
main.single_post_blog .single-post .post-gallery__gallery--columns {
  gap: 20px;
}
main.single_post_blog .single-post .wysiwyg:last-of-type,
main.single_post_blog .single-post .post-gallery {
  margin-bottom: 70px;
}
main.single_post_blog .post-gallery__gallery-item img {
  border-radius: 12px;
}
main.single_post_blog .single-post__intro-container {
  position: relative;
  background: #000;
  overflow: hidden;
}
main.single_post_blog .single-post__intro-container .intro {
  background: #000;
}
main.single_post_blog .single-post__intro-container .intro__outer {
  margin: 0 auto;
}
main.single_post_blog .single-post__intro-container .intro__inner {
  position: relative;
  min-height: 90vh;
  height: 90vh;
}
main.single_post_blog .single-post__intro-container .intro__img-container {
  position: absolute;
  inset: 0;
  height: 100%;
  background: #171717;
}
main.single_post_blog .single-post__intro-container .intro__img-container::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 12%, rgba(0, 0, 0, 0.86) 72%, rgba(0, 0, 0, 0.94) 100%);
}
main.single_post_blog .single-post__intro-container .intro__img-container .intro__img {
  width: 100%;
  height: 100%;
}
main.single_post_blog .single-post__intro-container .intro__img-container .intro__img picture,
main.single_post_blog .single-post__intro-container .intro__img-container .intro__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
main.single_post_blog .single-post__intro-container .intro__img-container .mobile-intro-img {
  display: none;
}
main.single_post_blog .single-post__intro-container .intro__content {
  position: absolute;
  left: 50%;
  bottom: clamp(44px, 8vh, 110px);
  top: auto;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  padding: 0 24px;
  align-items: flex-start;
  text-align: left;
}
main.single_post_blog .single-post__intro-container .intro__content-additional {
  margin: 0;
  opacity: 0.95;
  font-size: 24px;
}
main.single_post_blog .single-post__intro-container .intro__content-headline {
  margin: 12px 0 0;
  max-width: min(760px, 92%);
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  line-height: 1.04;
  letter-spacing: -0.02em;
  text-align: left;
}
main.single_post_blog .single-post__intro-container .intro__content-info {
  justify-content: flex-start;
  margin-top: 14px;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  main.single_post_blog .single-post__intro-container .intro__inner {
    min-height: 82vh;
    height: 82vh;
  }
  main.single_post_blog .single-post__intro-container .intro__content {
    bottom: clamp(34px, 7vh, 86px);
    padding: 0 16px;
  }
  main.single_post_blog .single-post__intro-container .intro__content-headline {
    max-width: min(640px, 95%);
    font-size: clamp(34px, 5.4vw, 52px);
  }
}
@media (max-width: 575.98px) {
  main.single_post_blog .single-post__intro-container .intro__inner {
    min-height: 76vh;
    height: 76vh;
  }
  main.single_post_blog .single-post__intro-container .intro__img-container .mobile-intro-img {
    display: block;
    height: 100%;
  }
  main.single_post_blog .single-post__intro-container .intro__img-container .desktop-intro-img {
    display: none;
  }
  main.single_post_blog .single-post__intro-container .intro__content {
    bottom: 28px;
    padding: 0 12px;
  }
  main.single_post_blog .single-post__intro-container .intro__content-headline {
    margin-top: 10px;
    max-width: 100%;
    font-size: clamp(30px, 9.4vw, 44px);
    line-height: 1.06;
  }
}

.v2-compare-page {
  padding-top: 122px;
  padding-bottom: 80px;
}

.v2-compare-hero {
  padding: 0;
}
.v2-compare-hero__image {
  width: 100%;
  display: block;
  aspect-ratio: 16/6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.v2-compare-content {
  margin-top: 32px;
}

.v2-compare-cards-wrap {
  overflow-x: auto;
  margin-bottom: 28px;
}

.v2-compare-cards {
  display: grid;
  grid-template-columns: 370px repeat(var(--v2-compare-products, 3), minmax(220px, 1fr));
  gap: 45px;
  min-width: calc(260px + var(--v2-compare-products, 3) * 220px);
}

.v2-compare-intro {
  padding: 0 10px 10px 0;
}
.v2-compare-intro__title {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 1.15;
  font-family: "Poppins", sans-serif;
}
.v2-compare-intro__text {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: normal;
  font-family: "Poppins", sans-serif;
}
.v2-compare-intro__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #111;
  color: #111;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 12px;
  transition: all 0.2s ease;
}
.v2-compare-intro__cta:hover {
  background: #111;
  color: #fff;
}

.v2-compare-card {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}
.v2-compare-card__media {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
  display: grid;
  place-items: center;
}
.v2-compare-card__labels {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
.v2-compare-card__label {
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  color: #111;
  white-space: nowrap;
}
.v2-compare-card__label--promo {
  background: #DABB84;
}
.v2-compare-card__label--meta {
  background: #e9ecef;
}
.v2-compare-card__wish {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.v2-compare-card__image {
  display: block;
  position: absolute;
  inset: 0;
}
.v2-compare-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.v2-compare-card__body {
  padding: 10px 0 0;
  background: transparent;
}
.v2-compare-card__type {
  color: #919191;
  font-size: 12px;
  text-transform: none;
}
.v2-compare-card__meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
}
.v2-compare-card__name {
  color: #111;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: block;
  margin-bottom: 7px;
}
.v2-compare-card__price {
  margin-bottom: 10px;
  font-size: 12px;
  color: #111;
}
.v2-compare-card__price * {
  font-size: inherit;
  color: inherit;
}
.v2-compare-card__remove {
  border: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 12px;
  color: #919191;
  white-space: nowrap;
}
.v2-compare-card__buy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #111;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
  padding: 11px 20px;
  transition: opacity 0.2s ease;
  margin-top: 20px;
}
.v2-compare-card__buy:hover {
  opacity: 0.88;
  color: #fff;
  text-decoration: none;
}

.v2-compare-state {
  padding: 18px;
  border-radius: 10px;
  background: #f6f6f6;
  margin-bottom: 22px;
}

.v2-compare-loader {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.18);
  border-top-color: #111;
  margin: 20px auto 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  animation: v2-compare-spin 0.85s linear infinite;
}

.v2-compare-page.is-loading .v2-compare-loader {
  opacity: 1;
}
.v2-compare-page.is-loading .v2-compare-cards,
.v2-compare-page.is-loading .v2-compare-table-area {
  opacity: 0.62;
  transition: opacity 0.2s ease;
}

.v2-compare-section {
  margin-bottom: 0;
  border-top: 1px solid #dcdcdc;
}
.v2-compare-section:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.v2-compare-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.v2-compare-section__summary {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 0;
}
.v2-compare-section__summary:after {
  content: "+";
  font-size: 25px;
  line-height: 1;
  font-weight: 300;
  color: #111;
  margin-top: -2px;
}
.v2-compare-section__summary-main {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.v2-compare-section__diff-toggle {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  color: #111;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0.75;
  transition: opacity 0.2s ease;
}
.v2-compare-section__diff-toggle:hover, .v2-compare-section__diff-toggle.is-active {
  opacity: 1;
}
.v2-compare-section.is-open .v2-compare-section__summary:after {
  content: "−";
  font-size: 25px;
  line-height: 1;
}
.v2-compare-section__title {
  margin: 0;
  font-size: 25px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #111;
}
.v2-compare-section__content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 0.32s ease, opacity 0.22s ease;
}
.v2-compare-section__content-inner {
  min-height: 0;
  overflow: hidden;
}
.v2-compare-section.is-open .v2-compare-section__content {
  grid-template-rows: 1fr;
  opacity: 1;
}
.v2-compare-section.is-open .v2-compare-section__content-inner {
  padding-bottom: 22px;
}

.v2-compare-table-wrap {
  overflow-x: auto;
}

.v2-compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: calc(260px + var(--v2-compare-products, 3) * 220px);
}
.v2-compare-table th,
.v2-compare-table td {
  border-bottom: 1px solid #ececec;
  padding: 17px 10px;
  vertical-align: top;
  text-align: left;
}
.v2-compare-table__row:last-child .v2-compare-table th,
.v2-compare-table__row:last-child .v2-compare-table td {
  border-bottom: 0;
}
.v2-compare-table__feature, .v2-compare-table__feature-head {
  width: 370px;
  min-width: 370px;
  font-weight: 500;
}
.v2-compare-table__product {
  min-width: 220px;
}
.v2-compare-table__cell a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.v2-compare-table__cell a:after {
  content: "→";
  font-weight: 700;
}

.v2-compare-page.is-showing-differences .v2-compare-table__row.is-different {
  background: #111;
  color: #fff;
}
.v2-compare-page.is-showing-differences .v2-compare-table__row.is-different a {
  color: #fff;
}

.v2-compare-toggle.is-active {
  opacity: 1;
}

.v2-home-card__cta .v2-compare-toggle {
  cursor: pointer;
}
.v2-home-card__cta .v2-compare-toggle.is-active path {
  fill: #111;
}
.v2-home-card__cta .v2-compare-toggle.is-busy {
  opacity: 0.6;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .v2-compare-section__title {
    font-size: 32px;
  }
  .v2-compare-section__summary:after, .v2-compare-section.is-open .v2-compare-section__summary:after {
    font-size: 25px;
  }
  .v2-compare-intro__title {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .v2-compare-page {
    padding-top: 88px;
  }
  .v2-compare-cards {
    grid-template-columns: 1fr;
    min-width: 0;
    gap: 12px;
  }
  .v2-compare-cards-wrap {
    overflow: visible;
  }
  .v2-compare-intro {
    padding: 14px;
  }
  .v2-compare-intro__title {
    font-size: 18px;
  }
  .v2-compare-section__summary {
    padding: 16px 0;
  }
  .v2-compare-section__title {
    font-size: 24px;
  }
  .v2-compare-section__summary:after, .v2-compare-section.is-open .v2-compare-section__summary:after {
    font-size: 25px;
  }
  .v2-compare-hero__image {
    border-radius: 8px;
  }
}
@keyframes v2-compare-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .v2-compare-section__summary, .v2-compare-section__content {
    transition: none;
  }
}
.page-template-page-salony-v2 {
  background: #f3f3f3;
}

.v2-salony-page {
  padding-top: 112px;
  padding-bottom: 60px;
}

.v2-salony-hero {
  margin-bottom: 26px;
}
.v2-salony-hero__media {
  min-height: 320px;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.v2-salony-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.55) 100%);
}
.v2-salony-hero__title {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 50%;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 43px;
  line-height: 1.1;
  font-weight: 400;
}

.page-template-page-salony-v2 .saloon-map {
  background: transparent;
  padding-bottom: 0;
}
.page-template-page-salony-v2 .saloon-map__outer, .page-template-page-salony-v2 .saloon-map__inner {
  background: transparent;
}
.page-template-page-salony-v2 .saloon-map .salony__map {
  max-width: none;
  margin: 0;
  padding: 0;
}
.page-template-page-salony-v2 .saloon-map #map-canvas {
  height: 540px;
  border-radius: 0;
}
.page-template-page-salony-v2 .saloon-map .salony__menu {
  top: 34px;
  width: min(900px, 100% - 30px);
  max-width: none;
}
.page-template-page-salony-v2 .saloon-map #toggle-buttons,
.page-template-page-salony-v2 .saloon-map #pushpois {
  max-width: 1320px;
}
.page-template-page-salony-v2 .saloon-map #length_cont {
  font-family: "Poppins", sans-serif;
}

.v2-store-our,
.v2-salony-our {
  padding-top: 56px;
}
.v2-store-our__content,
.v2-salony-our__content {
  max-width: 760px;
  margin-bottom: 28px;
}
.v2-store-our__title,
.v2-salony-our__title {
  margin: 0;
  color: #121212;
  font-family: "Poppins", sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.08;
}
.v2-store-our__subtitle,
.v2-salony-our__subtitle {
  margin: 10px 0 0;
  color: #121212;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}
.v2-store-our__text,
.v2-salony-our__text {
  margin-top: 16px;
  color: #2b2b2b;
  font-size: 16px;
  line-height: 1.65;
}
.v2-store-our__text p:last-child,
.v2-salony-our__text p:last-child {
  margin-bottom: 0;
}
.v2-store-our__cta,
.v2-salony-our__cta {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid #111;
  color: #111;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.2s ease;
}
.v2-store-our__cta:hover, .v2-store-our__cta:focus,
.v2-salony-our__cta:hover,
.v2-salony-our__cta:focus {
  color: #fff;
  background: #111;
}
.v2-store-our__media,
.v2-salony-our__media {
  border-radius: 16px;
  overflow: hidden;
}
.v2-store-our__image, .v2-store-our__video,
.v2-salony-our__image,
.v2-salony-our__video {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

@media (max-width: 991.98px) {
  .v2-salony-page {
    padding-top: 92px;
  }
  .v2-salony-hero__media {
    min-height: 250px;
    padding: 24px;
  }
  .v2-salony-hero__title {
    font-size: 36px;
  }
  .page-template-page-salony-v2 .saloon-map #map-canvas {
    height: 460px;
  }
  .page-template-page-salony-v2 .saloon-map .salony__menu {
    top: 20px;
  }
  .v2-store-our,
  .v2-salony-our {
    padding-top: 44px;
  }
  .v2-store-our__title,
  .v2-salony-our__title {
    font-size: 34px;
  }
  .v2-store-our__subtitle,
  .v2-salony-our__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .v2-salony-page {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .v2-salony-hero {
    margin-bottom: 18px;
  }
  .v2-salony-hero__media {
    min-height: 190px;
    border-radius: 12px;
    padding: 16px;
  }
  .v2-salony-hero__title {
    font-size: 28px;
    max-width: 320px;
  }
  .page-template-page-salony-v2 .saloon-map #map-canvas {
    height: 420px;
  }
  .page-template-page-salony-v2 .saloon-map .salony__menu {
    width: calc(100% - 20px);
    padding: 12px 36px 12px 16px;
  }
  .v2-store-our,
  .v2-salony-our {
    padding-top: 34px;
  }
  .v2-store-our__content,
  .v2-salony-our__content {
    margin-bottom: 20px;
  }
  .v2-store-our__title,
  .v2-salony-our__title {
    font-size: 28px;
  }
  .v2-store-our__subtitle,
  .v2-salony-our__subtitle {
    margin-top: 8px;
    font-size: 17px;
  }
  .v2-store-our__text,
  .v2-salony-our__text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.55;
  }
  .v2-store-our__cta,
  .v2-salony-our__cta {
    margin-top: 16px;
    width: 100%;
    max-width: 280px;
  }
}
.v2-catalog-mode .price,
.v2-catalog-mode .amount,
.v2-catalog-mode .woocommerce-Price-amount,
.v2-catalog-mode .v2-home-card__price,
.v2-catalog-mode .v2-related-card__price,
.v2-catalog-mode .v2-addon-card__price,
.v2-catalog-mode .v2-product-addon-item__price,
.v2-catalog-mode .saved-amount,
.v2-catalog-mode .v2-product-summary__price,
.v2-catalog-mode .v2-product-summary__cta,
.v2-catalog-mode .v2-product-summary__footer,
.v2-catalog-mode .v2-product-addon,
.v2-catalog-mode .v2-home-card__wish,
.v2-catalog-mode .v2-compare-toggle,
.v2-catalog-mode [data-v2-compare-counter] {
  display: none !important;
}
.v2-catalog-mode .v2-addon-card__btn,
.v2-catalog-mode .single_add_to_cart_button,
.v2-catalog-mode .add_to_cart_button,
.v2-catalog-mode .ajax_add_to_cart,
.v2-catalog-mode .product_type_simple,
.v2-catalog-mode .product_type_variable {
  display: none !important;
}
.v2-catalog-mode .v2-sorting-button,
.v2-catalog-mode [data-v2-orderby-popover-wrap],
.v2-catalog-mode [data-v2-orderby-section],
.v2-catalog-mode [data-v2-accordion-key=price] {
  display: none !important;
}

.v2-catalog-notice {
  margin: 16px 0;
  padding: 12px 16px;
  border: 1px solid #c6d8d8;
  background-color: #eef6f6;
  color: #0f3a3a;
  border-radius: 10px;
  animation: v2CatalogNoticeFade 10s ease forwards;
}

@keyframes v2CatalogNoticeFade {
  0% {
    opacity: 0;
    transform: translateY(-6px);
  }
  8% {
    opacity: 1;
    transform: translateY(0);
  }
  82% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-6px);
    max-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
  }
}
.v2-catalog-mode .widget_price_filter,
.v2-catalog-mode .woocommerce.widget_price_filter,
.v2-catalog-mode .price_slider_wrapper,
.v2-catalog-mode [data-widget=price-filter],
.v2-catalog-mode [data-v2-quick-add],
.v2-catalog-mode [data-v2-buy-cta],
.is-catalog-mode .widget_price_filter,
.is-catalog-mode .woocommerce.widget_price_filter,
.is-catalog-mode .price_slider_wrapper,
.is-catalog-mode [data-widget=price-filter],
.is-catalog-mode [data-v2-quick-add],
.is-catalog-mode [data-v2-buy-cta] {
  display: none !important;
}
.v2-catalog-mode .header-spacer,
.is-catalog-mode .header-spacer {
  height: 70px;
}

.v2-catalog-asym-slider {
  margin: 80px 0 100px;
  overflow-x: hidden;
}
.v2-catalog-asym-slider .v2-catalog-asym-slider__viewport {
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
.v2-catalog-asym-slider .v2-catalog-asym-slider__track {
  display: flex;
}
.v2-catalog-asym-slider .v2-catalog-asym-slider__slide {
  min-height: 280px;
  box-sizing: border-box;
  padding-right: 12px;
}
.siema-slide-container:last:child .v2-catalog-asym-slider .v2-catalog-asym-slider__slide {
  padding-right: 0;
}
.v2-catalog-asym-slider .v2-catalog-asym-slider__media {
  display: block;
  width: 100%;
  height: clamp(260px, 34vw, 460px);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.v2-catalog-asym-slider .v2-catalog-asym-slider__link {
  display: block;
}

@media (max-width: 767px) {
  .v2-catalog-asym-slider {
    margin: 20px 0 28px;
  }
  .v2-catalog-asym-slider .v2-catalog-asym-slider__viewport {
    margin-right: 0;
  }
  .v2-catalog-asym-slider .v2-catalog-asym-slider__media {
    height: clamp(220px, 58vw, 360px);
    border-radius: 6px;
  }
}
.v2-catalog-contact {
  margin: 80px 0 120px;
}
.v2-catalog-contact .v2-catalog-contact__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.v2-catalog-contact .v2-catalog-contact__media-wrap {
  min-height: 320px;
}
.v2-catalog-contact .v2-catalog-contact__media-wrap picture {
  height: 100%;
}
.v2-catalog-contact .v2-catalog-contact__media {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.v2-catalog-contact .v2-catalog-contact__content-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: start;
  padding: 50px;
}
.v2-catalog-contact .v2-catalog-contact__copy {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.v2-catalog-contact .v2-catalog-contact__heading {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 400;
  color: #111;
  font-family: "Poppins", sans-serif;
}
.v2-catalog-contact .v2-catalog-contact__desc {
  margin: 0;
  color: #A4A39C;
  font-size: 16px;
  line-height: normal;
  font-family: "beausite classic", sans-serif;
  margin-top: 20px;
}
.v2-catalog-contact .v2-catalog-contact__form {
  align-self: start;
  margin-top: 0;
}
.v2-catalog-contact .v2-catalog-mode-form {
  display: block;
}
.v2-catalog-contact .v2-catalog-mode-form__row {
  margin-bottom: 8px;
}
.v2-catalog-contact .v2-catalog-mode-form__row:last-child {
  margin-bottom: 0;
}
.v2-catalog-contact .v2-catalog-mode-form__input,
.v2-catalog-contact .v2-catalog-mode-form__textarea {
  width: 100%;
  border: 1px solid #727272;
  border-radius: 6px;
  background: #fff;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 1.3;
  padding: 9px 10px;
  font-family: "beausite classic", sans-serif;
}
.v2-catalog-contact .v2-catalog-mode-form__input::-moz-placeholder, .v2-catalog-contact .v2-catalog-mode-form__textarea::-moz-placeholder {
  color: #A4A39C;
}
.v2-catalog-contact .v2-catalog-mode-form__input::placeholder,
.v2-catalog-contact .v2-catalog-mode-form__textarea::placeholder {
  color: #A4A39C;
}
.v2-catalog-contact .v2-catalog-mode-form__textarea {
  min-height: 72px;
  resize: vertical;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent {
  font-size: 10px;
  line-height: 1.35;
  color: #6b6b6b;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent p {
  margin: 0;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent .wpcf7-acceptance,
.v2-catalog-contact .v2-catalog-mode-form__row--consent .wpcf7-list-item,
.v2-catalog-contact .v2-catalog-mode-form__row--consent label {
  display: block;
  margin: 0;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent .wpcf7-acceptance {
  margin-top: 15px;
  margin-bottom: 15px;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent .wpcf7-list-item-label {
  display: block;
  flex: 1;
  margin: 0;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent .wpcf7-list-item {
  margin: 0;
}
.v2-catalog-contact .v2-catalog-mode-form__row--consent input[type=checkbox] {
  margin: 2px 0 0;
  flex: 0 0 auto;
  transform: none;
}
.v2-catalog-contact .v2-catalog-mode-form__row--submit {
  margin-top: 10px;
}
.v2-catalog-contact .v2-catalog-mode-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 999px;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0 22px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .v2-catalog-contact {
    margin: 24px 0 48px;
  }
  .v2-catalog-contact .v2-catalog-contact__grid {
    grid-template-columns: 1fr;
  }
  .v2-catalog-contact .v2-catalog-contact__media,
  .v2-catalog-contact .v2-catalog-contact__media-wrap {
    min-height: 220px;
  }
  .v2-catalog-contact .v2-catalog-contact__content-wrap {
    grid-template-columns: 1fr;
    padding: 18px 16px;
    gap: 14px;
  }
  .v2-catalog-contact .v2-catalog-contact__heading {
    font-size: 22px;
  }
}
.v2-header-menu > .v2-header-link-wrapper {
  padding: 0 12px;
}
.v2-header-menu > .v2-header-link-wrapper:first-child {
  padding-left: 0;
}
.v2-header-menu > .v2-header-link-wrapper:last-child {
  padding-right: 0;
}

.v2-header-main-container .row .col-md-5 {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .v2-header-menu a,
  .v2-header-link-placer {
    font-size: 13px;
  }
}

.v2-catalog-mode .v2-header {
  top: 0;
}
.v2-catalog-mode .v2-header-submenu {
  top: 59px;
}

.v2-catalog-mode .v2-prizes-container {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.v2-catalog-mode .v2-prizes-row {
  margin: 0 !important;
  padding: 0 !important;
}
.v2-catalog-mode .v2-prizes-row .col-md-4 {
  padding-left: 0 !important;
}
.v2-catalog-mode .v2-home-products {
  padding-top: 55px;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .v2-catalog-mode .v2-home-products {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
.v2-catalog-mode .v2-numbers-wrapper {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  margin-top: 80px;
  margin-bottom: 135px;
}
.v2-catalog-mode .v2-numbers-wrapper h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .v2-catalog-mode .v2-numbers-wrapper {
    margin-bottom: 0;
  }
}
.v2-catalog-mode .v2-homepage-section-title {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .v2-catalog-mode .v2-homepage-section-title {
    font-size: 22px;
    padding-top: 0;
  }
}
.v2-catalog-mode .v2-slider-header {
  font-size: 45px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .v2-catalog-mode .v2-slider-header {
    font-size: 38px;
  }
}
.v2-catalog-mode .v2-ig-strip {
  margin-bottom: 155px;
  margin-top: 95px;
}
@media (max-width: 767px) {
  .v2-catalog-mode .v2-ig-strip {
    margin-bottom: 65px;
    margin-top: 55px;
  }
}
@media (max-width: 767px) {
  .v2-catalog-mode.page-template-page-about-v2 .v2-ig-strip {
    margin-bottom: 0;
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
.v2-catalog-mode .v2-catalog-asym-slider {
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .v2-catalog-mode .v2-catalog-asym-slider {
    margin-bottom: 60px;
  }
}
.v2-catalog-mode.home .v2-catalog-contact {
  margin: 95px 0 135px;
}
@media (max-width: 991px) {
  .v2-catalog-mode.home .v2-catalog-contact {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.v2-catalog-mode .v2-product .v2-product-advantages__inner {
  -moz-column-gap: 0;
       column-gap: 0;
}

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