@font-face {
  font-family: Satoshi;
  src: url(../fonts/Satoshi.woff2) format("woff2");
  font-display: swap
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0
}

body {
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 1.5
}

.blog-section .blog-info a,
.explore-section .explore-header p,
.faq-tabs .accordion-item .accordion-title,
.hero-section .hero-input button,
.hero-section .hero-input input,
.plates-section a,
.reviews-card h3,
.reviews-card p a,
.reviews-trust p,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Satoshi, sans-serif
}

button,
input {
  font-size: 1rem
}

section {
  padding: 3.125rem 0
}


h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2 !important;
}

p {
  color: rgba(0, 0, 0, .64) !important;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

ul {
  list-style-type: none
}

a {
  text-decoration: none
}

.explore-section .explore-box .explore-text h3 span,
.explore-section .explore-links a,
.highlight,
.reviews-card p a {
  text-decoration: underline
}

button:focus,
input:focus {
  outline: 0
}

button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.container {
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative
}

.section-title {
  font-weight: 900;
  font-size: 1.75rem
}



.slick-arrow {
  cursor: pointer
}

.highlight {
  font-weight: 600;
  color: #CA9F00
}

.hide {
  display: none
}

.main-header {
  position: sticky;
  top: 0;
  z-index: 999 !important;
  -webkit-transition: .3s;
  transition: .3s
}

.main-header.active,
.main-header.sticky {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px)
}


.main-header.active .logo,
.main-header.sticky .logo {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}


.main-header .logo {
  position: absolute !important;
  width: 10.4375rem;
  top: 10px;
  left: 2.5% !important;
  height: auto;
  -webkit-transition: .3s !important;
  transition: .3s !important;
  z-index: 1 !important;
}

.main-header .header-top {
  background-color: #121212
}


.main-header .header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.125rem;
  padding: .625rem 0
}


.main-header .header-top ul {
  /* margin-top: 30px; */
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.main-header .header-top ul li {
  color: #fff;
  font-size: .75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header .header-top ul li:first-child:after {
  content: '';
  width: 1px;
  height: 1.125rem;
  background-color: rgba(255, 255, 255, .5);
  display: inline-block;
  margin: 0 .75rem !important;
}

.main-header .header-top ul li img {
  margin-right: .375rem;
  width: 1rem
}

.main-header .header-top ul li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-header .header-top ul li a:hover {
  color: #FFC800
}

.main-header .header-bottom {
  background-color: #FFC800;
  position: relative;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.main-header .header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 3.125rem
}

.main-header .header-right {
  display: none;
  height: 100%
}


.main-header .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.main-header .main-menu a {
  color: #1A1A1A;
  text-transform: uppercase;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  padding: .625rem 1.25rem
}

.main-header .main-menu a:first-child {
  display: none
}


.main-header .main-menu a:before {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF
}


.main-header .main-menu a:hover:before {
  -webkit-transition: height .3s;
  transition: height .3s;
  height: calc(100% + 5px)
}

.main-header .main-menu a span {
  position: relative;
  z-index: 1
}

.main-header .header-cart {
  margin-left: 1.5rem;
  width: 2.25rem;
  height: 2.25rem
}


.main-header .header-cart img {
  -webkit-transition: .3s;
  transition: .3s
}

.main-header .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%
}


.nav-icon-wrap {
  background-color: #1A1A1A;
  border-radius: 3px;
  width: 2.25rem;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: .9375rem
}


.nav-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: .1875rem;
  -moz-column-gap: .1875rem;
  column-gap: .1875rem;
  row-gap: 3px;
  cursor: pointer
}

.nav-icon .bar1,
.nav-icon .bar2,
.nav-icon .bar3 {
  width: 16px;
  height: 2px;
  background-color: #FFC800;
  -webkit-transition: .3s;
  transition: .3s
}

.nav-icon .bar3 {
  width: 8px;
  margin-left: auto
}

.nav-icon.change .bar1 {
  -webkit-transform: translate(0, 5px) rotate(-45deg);
  transform: translate(0, 5px) rotate(-45deg)
}

.nav-icon.change .bar2 {
  opacity: 0
}

.nav-icon.change .bar3 {
  width: 16px;
  -webkit-transform: translate(0, -5px) rotate(45deg);
  transform: translate(0, -5px) rotate(45deg)
}

.hero-section {
  background-color: white;
  position: relative;
  padding: 45px;
}

.hero-section h1 {
  font-size: 2rem;
  font-weight: 900 !important;
  line-height: 1.1;
  text-align: center;
  max-width: 400px
}

.hero-section .hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.hero-section .hero-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%
}

.hero-section .hero-reviews {
  color: rgba(0, 0, 0, .48);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  row-gap: .5rem;
  margin: 1.25rem 0 1.875rem
}

.hero-section .hero-reviews img {
  width: 108px
}

.hero-section .hero-reviews span {
  color: #000;
  font-weight: 700
}

.hero-section .hero-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem
}

.hero-section .hero-input button,
.hero-section .hero-input input {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.hero-section .hero-input input {
  width: 100%;
  border: 3px solid #FFC800;
  color: #000;
  height: 4.375rem
}

.hero-section .hero-input input:focus::-webkit-input-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus::-moz-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus:-ms-input-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus::-ms-input-placeholder {
  color: transparent
}

.hero-section .hero-input input:focus::placeholder {
  color: transparent
}

.hero-section .hero-input input::-webkit-input-placeholder {
  color: #484848
}

.hero-section .hero-input input::-moz-placeholder {
  color: #484848
}

.hero-section .hero-input input:-ms-input-placeholder {
  color: #484848
}

.hero-section .hero-input input::-ms-input-placeholder {
  color: #484848
}

.hero-section .hero-input input::placeholder {
  color: #484848
}

.hero-section .hero-input button {
  background-color: #000;
  border: none;
  color: #fff;
  height: 3.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .2s;
  transition: .2s
}

.hero-section .hero-input button:hover {
  background-color: #111
}

.hero-section .hero-intro {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.hero-section .hero-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.hero-section .hero-img img {
  display: block;
  width: 85%;
  margin: 0 auto
}

.feat-section {
  position: relative;
  padding-top: 0
}

.feat-section:before {
  content: '';
  background-color: #F0F0F0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px
}

.feat-section .feat-box {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFF), to(#ECF0F2));
  background: linear-gradient(180deg, #FFF 0, #ECF0F2 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.faq-tabs .accordion-arrow,
.faq-tabs .faq-dropdown:before {
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}


.feat-section .feat-box h3 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1
}


.feat-section .feat-box p {
  line-height: 1.3
}

.feat-section .feat-box .box-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem .9375rem
}


.feat-section .feat-box .fast {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, .48)
}


.feat-section .feat-box .fast h3 {
  position: relative;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

.feat-section .feat-box .fast h3 img {
  position: absolute;
  width: 2.5rem;
  bottom: -14px;
  right: 5px
}

.feat-section .feat-box .fast .delivery {
  width: 5.5625rem
}

.feat-section .feat-box .fast-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%
}

.feat-section .feat-box .premium {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.feat-section .feat-box .premium p {
  margin: 1.25rem 0 .625rem
}

.feat-section .feat-box .trusted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .3125rem;
  -moz-column-gap: .3125rem;
  column-gap: .3125rem;
  row-gap: .3125rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feat-section .feat-box .trusted span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  color: #fff;
  min-width: 10.75rem;
  height: 2rem;
  border-radius: 6.25rem;
  background-color: #01A46F;
  padding: .3125rem
}


.feat-section .feat-box .fully {
  background-image: url(../images/fully-road-legal-sm.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 7.5rem;
  padding: 1.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.feat-section .feat-box .fully:before {
  content: '';
  background: linear-gradient(181.19deg, #5A6366 35.3%, rgba(255, 255, 255, 0) 136.82%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}


.feat-section .feat-box .fully h3,
.feat-section .feat-box .fully p {
  color: #fff
}


.feat-section .feat-box .fully .fully-img {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem
}

.plates-section {
  padding: 3.125rem 0
}

.plates-section .plates-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.plates-section .plates-col {
  width: 100%
}


.plates-section .plates-img {
  width: 100%;
  height: 11.25rem;
  overflow: hidden
}

.plates-section .plates-img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.plates-section .plates-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.plates-section .plates-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 1rem
}


.plates-section h3 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700
}


.plates-section a {
  background-color: #000;
  padding: .625rem 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.plates-section a:hover {
  background-color: #111
}

.gallery-section {
  overflow: hidden
}

.gallery-section h2 {
  margin-bottom: .3125rem
}

.gallery-section .gallery-single {
  margin: 1.25rem 0 .9375rem
}

.gallery-section .gallery-single img {
  width: 100%;
  height: 15rem;
  -o-object-fit: cover;
  object-fit: cover
}

.gallery-section .gallery-nav {
  position: relative;
  width: 100vw
}


.gallery-section .gallery-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: .5rem;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  row-gap: .5rem
}


.gallery-section .gallery-nav .slick-slide {
  position: relative;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: .75rem 0 1.5rem
}

.gallery-section .gallery-nav .slick-slide:before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgba(0, 0, 0, .48)
}

.gallery-section .gallery-nav .slick-slide:after {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  height: 4px;
  bottom: 10px;
  background-color: transparent;
  z-index: 1;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}


.gallery-section .gallery-nav .slick-slide.slick-current.slick-active:after {
  background-color: #ED9E0F
}

.gallery-section .gallery-nav .slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 9.3125rem;
  height: 3.625rem
}

.gallery-section .gallery-nav .slick-arrow {
  background: 0 0;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s, -webkit-filter .2s
}

.gallery-section .gallery-nav .slick-arrow:hover {
  -webkit-filter: brightness(0) saturate(100%) invert(73%) sepia(93%) saturate(1232%) hue-rotate(358deg) brightness(101%) contrast(105%);
  filter: brightness(0) saturate(100%) invert(73%) sepia(93%) saturate(1232%) hue-rotate(358deg) brightness(101%) contrast(105%)
}

.gallery-section .gallery-nav .slick-arrow img {
  width: 1.5rem;
  height: 1.5rem
}

.gallery-section .gallery-nav .slick-prev {
  left: 0
}

.gallery-section .gallery-nav .slick-next {
  right: 0
}

.gallery-section .gallery-arrow {
  margin-top: .3125rem
}

.why-choose-section {
  background-color: #ECF0F2;
  padding-top: 3.125rem
}

.why-choose-section h2 {
  margin-bottom: 1rem
}


.why-choose-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.875rem
}


.why-choose-section li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .9375rem;
  border-top: 1px solid rgba(0, 0, 0, .24);
  padding: .75rem 0;
  width: 100%
}

.why-choose-section li img {
  width: 2.625rem
}

.why-choose-section li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: .3125rem
}

.why-choose-section li p {
  font-weight: 500;
  line-height: 1.6
}


.explore-section p {
  font-weight: 500
}

.explore-section .explore-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.explore-section .explore-col {
  width: 100%
}

.explore-section .explore-header {
  margin-bottom: 1.25rem
}

.explore-section .explore-header h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem
}

.explore-section .explore-body p,
.faq-tabs .accordion-item .accordion-content p {
  margin-bottom: .9375rem
}

.explore-section .explore-header p {
  color: #000;
  font-weight: 400;
  font-size: 1.25rem
}

.explore-section .explore-body {
  max-width: 35.25rem
}

.explore-section .explore-links>span {
  display: inline-block;
  margin: .5rem .5rem .5rem 0
}

.explore-section .explore-links a {
  border-radius: .5rem;
  color: rgba(0, 0, 0, .64);
  background-color: #ECF0F2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .375rem;
  -moz-column-gap: .375rem;
  column-gap: .375rem;
  padding: .25rem .5rem
}

.explore-section .explore-links a img {
  width: .875rem
}


.explore-section .explore-box {
  background-color: #FFC800;
  width: 100%;
  height: 23.75rem;
  position: relative;
  padding: 2rem 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.explore-section .explore-box .explore-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.explore-section .explore-box .logo1 {
  width: 9rem
}


.explore-section .explore-box .logo2 {
  width: 5.4375rem
}

.explore-section .explore-box .explore-text h3 {
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 1.25rem
}

.reviews-card h3,
.reviews-trust p span {
  font-weight: 700;
  color: #000
}

.explore-section .perfect-num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.125rem
}


.explore-section .perfect-num img {
  width: 100%;
  height: auto
}

.explore-section .perfect-num .img1 {
  display: none
}


.reviews-section {
  border-top: 1px solid rgba(0, 0, 0, .16);
  overflow: hidden
}

.reviews-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}


.reviews-header h2 {
  margin-bottom: .625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.reviews-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem
}

.reviews-trust img {
  width: 7.9375rem
}


.reviews-trust p {
  margin: .3125rem 0 0
}

.reviews-slider {
  margin: 1.5625rem 0 1.875rem;
  width: 100vw
}

.reviews-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}

.reviews-card {
  background-color: #F6F6F6;
  border-radius: .75rem;
  width: 15rem;
  min-height: 14.3125rem;
  padding: 1.5rem .9375rem
}

.reviews-card img {
  width: 5.6875rem
}

.reviews-card h3 {
  margin: .625rem 0;
  font-size: 1.125rem
}


.reviews-card .reviews-title {
  color: #000
}

.reviews-card p {
  max-width: 21.5rem;
  margin: .625rem 0
}

.reviews-card p a {
  color: #006AFF;
  font-weight: 500
}

.reviews-card .reviews-date {
  color: rgba(0, 0, 0, .36)
}

.mob-arrow {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto
}


.mob-arrow .slick-arrow {
  position: static;
  border-radius: 1rem;
  border: 1px solid #CBD5E1;
  -webkit-transform: none;
  transform: none;
  background-color: #fff;
  width: 100%;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color .3s;
  transition: background-color .3s
}

.mob-arrow .slick-arrow:hover {
  background-color: #FFC800
}


.mob-arrow .slick-arrow img {
  width: 1.5rem;
  height: 1.5rem
}

.mob-arrow .slick-prev {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.mob-arrow .slick-next {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.faq-section {
  background-color: #ECF0F2
}

.faq-section .container {
  max-width: 31.5rem
}

.faq-section h2 {
  text-align: center;
  margin-bottom: 1.5625rem
}


.faq-section p {
  font-weight: 500
}

.faq-tabs .faq-dropdown {
  font-size: 1rem;
  font-weight: 500;
  width: 100%;
  height: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
  padding: .375rem .9375rem;
  border-radius: .25rem;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .9375rem;
  position: relative
}

.faq-tabs .faq-dropdown:before {
  content: '';
  background-image: url(../images/carret-down.webp);
  background-size: contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px
}

.faq-tabs ul#tabs-nav {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: .25rem
}


.faq-tabs ul#tabs-nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.faq-tabs ul#tabs-nav li a {
  font-weight: 500;
  color: rgba(0, 0, 0, .64);
  background-color: rgba(215, 220, 223, .48);
  border-radius: .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  -webkit-column-gap: .9375rem;
  -moz-column-gap: .9375rem;
  column-gap: .9375rem;
  row-gap: .9375rem;
  width: 100%;
  height: 100%;
  padding: .3125rem .9375rem;
  border: 2px solid transparent;
  line-height: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.faq-tabs ul#tabs-nav li a span {
  display: inline-block
}

.faq-tabs ul#tabs-nav li.active {
  display: none
}


.faq-tabs ul#tabs-nav li.active a {
  background-color: #fff;
  border-color: #000;
  color: #000
}

.faq-tabs ul#tabs-nav li.active a svg {
  fill: #E0E0E0
}

.faq-tabs ul#tabs-nav li.active a svg path:nth-child(1),
.faq-tabs ul#tabs-nav li.active a svg path:nth-child(2),
.faq-tabs ul#tabs-nav li.active a svg path:nth-child(3) {
  stroke-opacity: 1
}

.faq-tabs .tab-content {
  padding: 1.875rem 0
}


.faq-tabs .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, .36)
}

.faq-tabs .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, .36)
}

.faq-tabs .accordion-item.active {
  border-color: #1D1D1D
}

.faq-tabs .accordion-item .accordion-title {
  position: relative;
  display: block;
  padding: .9375rem 1.5625rem .9375rem 0;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.2
}

.faq-tabs .accordion-arrow {
  position: absolute;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/plus.webp);
  background-size: cover;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out
}

.faq-tabs .accordion-arrow.accordion-rotate {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  background-image: url(../images/minus.webp)
}

.faq-tabs .accordion-item .accordion-content {
  display: none;
  padding-right: 1.25rem
}

.faq-bottom {
  background-color: #E2E7E9;
  border-radius: .375rem;
  padding: .75rem .9375rem
}


.faq-bottom a {
  font-weight: 500
}

.blog-section {
  padding-top: 0;
  overflow: hidden
}

.blog-section .blog-content,
.blog-section .blog-header {
  position: relative
}

.blog-section .blog-content:before,
.blog-section .blog-header:before {
  content: '';
  background-color: #ECF0F2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}

.blog-section .blog-header {
  text-align: center;
  padding-bottom: 3.125rem
}

.blog-section .blog-header p {
  margin-top: 1rem
}

.blog-section .blog-content {
  overflow: auto
}

.blog-section .blog-content::-webkit-scrollbar {
  width: 0
}

.blog-section .blog-content:before {
  height: 9.1875rem
}

.blog-section .blog-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem
}


.blog-section .blog-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}


.blog-section .blog-card img {
  width: 100%;
  height: 9.1875rem;
  -o-object-fit: cover;
  object-fit: cover
}

.blog-section .blog-info {
  background-color: rgba(236, 240, 242, .64);
  padding: 1.5rem .9375rem 2rem
}

.blog-section .blog-info .blog-date {
  color: rgba(0, 0, 0, .48);
  margin-bottom: .625rem
}

.blog-section .blog-info h3 {
  font-size: 1.25rem;
  font-weight: 500
}


.blog-section .blog-info .blog-desc {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: .9375rem 0;
  line-height: 1.5
}

.blog-section .blog-info a {
  font-weight: 900;
  text-decoration: underline;
  text-transform: uppercase;
  color: #000
}

.blog-section .blog-info a:hover {
  color: #FFC800
}

.main-footer .footer-top {
  padding: 1rem .625rem;
  background-color: #FFC800
}

.main-footer .footer-top img {
  display: block;
  margin: 0 auto
}

.main-footer .footer-logo {
  width: 10.4375rem
}


.main-footer h2 {
  font-size: 2rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem
}

.main-footer .footer-menu-row,
.main-footer .footer-row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}


.main-footer h3 {
  font-weight: 700;
  font-size: 1.125rem;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .24);
  padding-bottom: .625rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase
}

.main-footer .footer-row {
  row-gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem
}

.main-footer .footer-col {
  width: 100%
}

.main-footer .footer-center {
  background-color: #ECF0F2;
  padding: 2.5rem 0 0
}


.main-footer .footer-menu {
  width: calc(50% - 20px);
  margin-bottom: 1.25rem
}


.main-footer .footer-menu ul li:not(:last-child) {
  margin-bottom: .75rem
}

.main-footer .footer-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, .64)
}

.main-footer .footer-menu ul li a:hover {
  color: #000
}

.main-footer .footer-menu ul li img {
  margin-right: .625rem
}


.main-footer .footer-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.main-footer .footer-newsletter p {
  margin: 1.25rem 0
}

.main-footer .footer-newsletter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: .9375rem
}

.main-footer .footer-newsletter ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .625rem;
  color: rgba(0, 0, 0, .64)
}


.main-footer .footer-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.main-footer .footer-input input {
  font-size: 1rem;
  font-family: Manrope, sans-serif;
  width: 100%;
  height: 2.875rem;
  padding: .375rem .5rem .375rem 1.5rem;
  font-weight: 500;
  border: 1px solid rgba(0, 0, 0, .24)
}

.main-footer .footer-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input::-moz-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input input::placeholder {
  color: rgba(0, 0, 0, .48)
}

.main-footer .footer-input button {
  width: 100%;
  height: 2.875rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: .625rem;
  -moz-column-gap: .625rem;
  column-gap: .625rem;
  row-gap: .625rem;
  background-color: #000;
  font-family: Satoshi, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0
}


.main-footer .footer-input button img {
  width: 1.3125rem;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

.main-footer .footer-social.desk {
  max-width: 28.125rem;
  /* margin-top: 5rem; */
  display: none
}


.main-footer .footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  margin-top: 1.875rem
}

.main-footer .footer-info {
  color: #000;
  padding: 2.5rem 0 2.1875rem;
  margin-top: 1.875rem
}


.main-footer .footer-bottom {
  background-color: #000;
  padding: 1.25rem 0
}

.main-footer .footer-bottom .footer-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.main-footer .footer-bottom a,
.main-footer .footer-bottom p {
  color: #fff
}

.main-footer .footer-bottom p {
  padding: .625rem 0 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}


.main-footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.main-footer .footer-bottom ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}


.main-footer .footer-bottom ul li:not(:first-child):before {
  display: none;
  content: '|';
  color: #fff;
  margin: 0 .9375rem
}

/* slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir='rtl'] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.ul-style-none {
  list-style-type: none !important;
}

section.nameplate-main-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.gallery-section .gallery-nav .item img {
  height: 3.625rem !important;
}

.gallery-section .gallery-single .item {
  height: 60rem !important;
}

.gallery-section .gallery-single .item img {
  height: 100% !important;
}

.nameplate-main-container #builder-actions {
  background-color: white !important;
}

.nameplate-main-container #maincontent {
  background-color: white !important;
}

.reviews-section, .gallery-section{
  padding-top: unset;
}

.gallery-section{
  margin-top: -100px !important;
}
.feat-section{
  padding-bottom: 50px !important;
}
.header-basket{
    left: 0;
    position: absolute;
    margin-left: 30px !important;
}
.main-header .logo{
    padding-top: unset !important;
    margin-top: 47px;
}
.slick-prev::before, .slick-next::before{
  display:none !important;
}
.slick-list {
  max-height: 600px !important;
  height: 100%;
  width: 100%;
}
 .drag-image{
  object-fit: contain;
  max-height: 600px !important;
}