* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
.row_reverse {
  flex-direction: row-reverse;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.img_bg {
  position: relative;
  z-index: 2;
}
.img_bg > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -2;
  pointer-events: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  font-size: 1.8rem;
  line-height: 6.4rem;
  gap: 1.6rem;
  padding: 0px 3.5rem;
  font-weight: 500;
  letter-spacing: 0.012rem;
}
.btn::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.8rem;
  background-color: var(--primary);
  transform: var(--skewX);
  transition: 0.3s;
}
.btn::after {
  display: inline-block;
  content: "";
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/products1-page_banner-img_bg/assets/img/arrow-tr.svg") center center / contain no-repeat;
  transition: 0.3s;
  filter: contrast(0) brightness(2);
}
.btn:hover::before {
  background-color: var(--secondary);
  transform: skewX(0deg);
}
.btn:hover::after {
  transform: rotate(45deg);
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head.sm_lh p {
  line-height: 2.8rem;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  letter-spacing: 0.018rem;
}
.head h1 {
  font-size: 6.6rem;
  line-height: 1.16667;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.page_banner {
  overflow: hidden;
}
.page_banner::before {
  width: 61.6146%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-image: linear-gradient(
    to right,
    rgb(0, 15, 51) -4.3111%,
    transparent
  );
  opacity: 0.61;
  pointer-events: none;
  z-index: -1;
}
.page_banner .flex {
  height: 100vh;
  max-height: 91rem;
  min-height: max-content;
  padding: 16rem 0px 10.1rem;
}
.page_banner .head {
  width: 66.159%;
  max-width: 76.8rem;
}
.page_banner p {
  max-width: 64.8rem;
  margin-top: 1.8rem;
}
.page_banner .btn {
  margin-top: 3.7rem;
}
.page_banner .img {
  width: 51.974%;
  height: auto;
  margin-right: -6.3768%;
  margin-bottom: -11.5%;
}
.page_banner .img + .head {
  flex: 1 1 0%;
}
.page_banner .img:hover img {
  transform: scale(1.02);
}
.page_banner .breadcrumbs {
  position: absolute;
  bottom: 0px;
  min-height: 6.1rem;
  padding-bottom: 1rem;
}
.breadcrumbs {
  line-height: 3rem;
  min-height: 3rem;
}
.breadcrumbs span {
  font-size: 1.7rem;
}
.breadcrumbs span span::before {
  display: inline-block;
  content: "";
  width: 1px;
  height: 1.3rem;
  background-color: rgba(168, 168, 168, 0.67);
  transform: rotate(27deg);
  margin: 0px 1.2rem 0px 1.4rem;
}
.breadcrumbs span span:first-child::before {
  display: none;
}
.breadcrumbs span span:first-child a {
  overflow: hidden;
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/products1-page_banner-img_bg/assets/img/home.svg") center center / contain no-repeat;
  text-indent: -999px;
  color: transparent;
  filter: contrast(0) brightness(0);
  transform: translateY(1px);
  margin-right: -1px;
}
.breadcrumbs span span:first-child a:hover {
  filter: unset;
}
.breadcrumbs span a {
  transition: 0.3s;
  text-decoration: underline transparent;
  opacity: 0.7;
}
.breadcrumbs span a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
  opacity: 1;
}
.page_banner .head {
  padding-top: 0.9%;
}
.page_banner p {
  max-width: 59.7rem;
}
.page_banner::after {
  position: absolute;
  width: 100%;
  height: 57.7%;
  left: 0px;
  bottom: 0px;
  content: "";
  background-image: linear-gradient(
    to top,
    rgb(255, 255, 255) 7.5%,
    transparent
  );
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h1 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .btn,
  .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    letter-spacing: unset;
  }
  .btn::after,
  .btn_line::after {
    width: 10px;
    height: 10px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head.sm_lh p {
    line-height: 1.5;
  }
  div.head.white p {
    letter-spacing: unset;
  }
  div.head h1 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    margin-top: 20px;
  }
  .page_banner::before {
    width: 100%;
  }
  .page_banner .flex {
    height: auto;
    min-height: unset;
    padding: 50px 0px;
  }
  .page_banner .flex .head {
    padding: 0px;
    width: 50%;
  }
  .page_banner .img {
    width: 40%;
    margin: 0px;
  }
  .page_banner .breadcrumbs {
    position: static;
    min-height: 40px;
  }
  .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
  }
  .breadcrumbs span {
    font-size: 14px;
  }
  .breadcrumbs span span::before {
    height: 10px;
    margin: 0px 10px;
  }
  .breadcrumbs span span:first-child a {
    width: 14px;
    height: 14px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_banner::before {
    background-color: rgb(0, 15, 51);
    opacity: 0.4;
  }
  .page_banner .flex .head {
    width: 100%;
  }
  .page_banner .img {
    width: 100%;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: rgb(100, 108, 109);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: "";
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/products3-products_intro/assets/img/icon-subtitle.svg") center center / contain no-repeat;
  margin-top: 1px;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.head p,
.head .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.products_intro {
  padding: 10.6rem 0px 7.65rem;
}
.products_intro .head {
  flex: 1 1 0%;
  max-width: 61.4rem;
}
.products_intro p {
  margin-top: 4.8rem;
}
.products_intro .img {
  width: 47.8607%;
  height: auto;
  border-radius: 2.9rem;
}
.products_intro .img:hover img {
  transform: scale(1.02);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .gap {
    gap: 20px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  div.head .desc,
  div.head p {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
    margin-top: 12px;
  }
  .products_intro {
    padding: 50px 0px;
  }
  .products_intro .img {
    border-radius: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .products_intro .img {
    width: 100%;
  }
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.syedittext p,
.syedittext .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.products_functions {
  padding: 7.65rem 0px 11.8rem;
}
.products_functions .head h2 {
  font-size: 3.4rem;
  letter-spacing: 0.085rem;
}
.products_functions .products_functions_swiper {
  overflow: hidden;
  margin-top: 5.4rem;
}
.products_functions .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products_functions .item .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  margin-left: 5.2%;
  margin-top: 5%;
}
.products_functions .item .icon::before,
.products_functions .item .icon::after {
  background-color: var(--primary);
  opacity: 0.1;
  position: absolute;
  z-index: -1;
  content: "";
  transform: var(--skewX);
  border-radius: 1rem;
}
.products_functions .item .icon::before {
  width: 108.33%;
  height: 93.33%;
  top: -23.6667%;
  left: -17.6667%;
}
.products_functions .item .icon::after {
  width: 41.667%;
  height: 36.667%;
  bottom: -7.3333%;
  right: -25.6667%;
  border-radius: 0.4rem;
}
.products_functions .item .info {
  flex: 1 1 0%;
  margin-top: 2.8rem;
}
.products_functions .item .info h3 {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 600;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-right: 19%;
  padding-bottom: 2.6rem;
  letter-spacing: 0.03rem;
  min-height: 9.9rem;
}
.products_functions .item .info p {
  line-height: 2.8rem;
  margin-top: 1.9rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  .syedittext p,
  .syedittext .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .products_functions {
    padding: 50px 0px;
    overflow: hidden;
  }
  .products_functions .head h2 {
    font-size: 22px;
    letter-spacing: unset;
  }
  .products_functions .products_functions_swiper {
    overflow: unset;
    margin-top: 30px;
  }
  .products_functions .item .icon {
    width: 40px;
    height: 40px;
    margin: 10px;
  }
  .products_functions .item .info {
    margin-top: 10px;
  }
  .products_functions .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    min-height: 65px;
    letter-spacing: unset;
  }
  .products_functions .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}

.tools_part_vendor .tools_part_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_part_vendor .tools_part_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid ;
}
.tools_part_vendor .tools_part_box button{
  background: white;
  border: 1px solid #f8f8f8;
  color: #4c4c4c;
  padding: 0.8rem 1.5rem;
  display: inline-block;
  font-weight: 500;
  border: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  background-color: #33bde9;
  border: 1px solid #33bde9;
  color: white;
  padding: 0.8rem 1.5rem;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
:root {
  --primary: #005095;
  --secondary: #60b540;
  --title: #191919;
  --text: #666666;
  --bg: #eff5f9;
  --bg2: #f7f9fb;
  --skewX: skewX(-11deg);
  --skewX2: skewX(-7deg);
}
html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}
.content {
  max-width: 138rem;
  margin: 0px auto;
  position: relative;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.head .subtitle {
  display: inline-grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  font-size: 1.6rem;
  color: rgb(100, 108, 109);
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
  gap: 0.9rem;
  margin-bottom: 0.9rem;
  letter-spacing: 0.09rem;
}
.head .subtitle::before {
  display: block;
  padding-bottom: 55%;
  content: "";
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/products6-products_faqs/assets/img/icon-subtitle.svg") center center / contain no-repeat;
  margin-top: 1px;
}
.head h2 {
  font-size: 5rem;
  line-height: 1.32;
  font-weight: 600;
  letter-spacing: 0.145rem;
}
.products_faqs {
  padding: 14.5rem 0px 15.6rem;
}
.products_faqs .faqs {
  margin-top: 8.3rem;
}
.products_faqs .faqs .faq_item {
  position: relative;
  z-index: 2;
  border-radius: 1.6rem;
  background-color: var(--bg);
  margin-bottom: 2rem;
}
.products_faqs .faqs .faq_item::before {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 1.6rem;
  border: 2px solid var(--secondary);
  content: "";
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(193, 202, 209, 0.45) 0px 1.7rem 1.7rem;
}
.products_faqs .faqs .faq_item.active::before {
  opacity: 1;
}
.products_faqs .faqs .faq_item.active .question::after {
  transform: rotate(45deg);
}
.products_faqs .faqs .question {
  display: grid;
  grid-template-columns: 1fr 1.7rem;
  align-items: center;
  gap: 2rem;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 3.2rem 2.8986% 3.1rem;
  letter-spacing: 0.027rem;
}
.products_faqs .faqs .question::after {
  padding-bottom: 100%;
  display: block;
  content: "";
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/products6-products_faqs/assets/img/add.svg") center center / contain no-repeat;
  transition: 0.3s;
}
.products_faqs .faqs .answer {
  display: none;
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--text);
  padding: 1.9rem 2.8986% 4.6rem;
}
.products_faqs .faqs .answer ul li{
  font-size: inherit;
  list-style: disc;
  margin-left: 2rem;
}
.products_faqs .faqs .answer ul li::marker{
  color: var(--primary);
}
.products_faqs .faqs .answer ul li + li{
  margin-top: 0.5rem;
}
.products_faqs .faqs .answer ul{
  margin: 1rem 0;
}
.products_faqs .tip {
  font-size: 2.2rem;
  font-weight: 500;
  text-align: right;
  margin-top: 7.5rem;
  letter-spacing: 0.03rem;
}
.products_faqs .tip a {
  color: var(--primary);
  text-decoration: underline;
  vertical-align: top;
  transition: 0.3s;
}
.products_faqs .tip a:hover {
  text-decoration-color: transparent;
  color: var(--secondary);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content,
  .swiper_content {
    max-width: 896px;
  }
  .head h2,
  .head.sm h2 {
    font-size: 4.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
  .head h2 {
    font-size: 4rem;
  }
}

@media screen and (min-width: 769px) {
  ul::-webkit-scrollbar,
  div::-webkit-scrollbar {
    width: 4px;
  }
  ul::-webkit-scrollbar-thumb,
  div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(139, 139, 139);
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  .content {
    padding: 0px 30px;
  }
  div.head .subtitle {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
    margin-bottom: 8px;
    word-spacing: unset;
    letter-spacing: unset;
    gap: 8px;
  }
  div.head .subtitle::before {
    margin: 0px;
  }
  div.head h2 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: unset;
    max-width: unset;
    word-spacing: unset;
  }
  .products_faqs {
    padding: 50px 0px;
  }
  .products_faqs .faqs {
    margin-top: 30px;
  }
  .products_faqs .faqs .faq_item {
    border-radius: 10px;
    margin-bottom: 16px;
  }
  .products_faqs .faqs .faq_item::before {
    border-radius: 10px;
  }
  .products_faqs .faqs .question {
    grid-template-columns: 1fr 14px;
    gap: 14px;
    padding: 14px 20px;
    font-size: 18px;
    letter-spacing: unset;
  }
  .products_faqs .faqs .answer {
    font-size: 14px;
    line-height: 1.5;
    padding: 0px 20px 20px;
  }
  .products_faqs .tip {
    letter-spacing: unset;
    font-size: 16px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
}
