* {
  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;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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/applications1-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 .head {
  padding-bottom: 1.7%;
}
.page_banner h1 {
  max-width: 55rem;
}
.page_banner p {
  max-width: 52.5rem;
  margin-top: 1.7rem;
}
.page_banner .btn {
  margin-top: 2.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 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;
  }
  .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%;
  }
}

@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%;
  }
}

.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;
}
li {
  list-style: none;
}
li.swiper-slide {
  height: auto;
}
a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.center {
  text-align: center;
}
.flex_bottom {
  align-items: flex-end;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.gap {
  gap: 3rem;
}
.img.img_ct img {
  object-fit: contain;
}
.img.img_ab {
  position: relative;
}
.img.img_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.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/home3-home_category/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);
}
.swiper_btns {
  gap: 2.2rem;
  display: flex;
}
.swiper_btns div {
  position: relative;
  width: 6.7rem;
  cursor: pointer;
  transition: 0.3s;
}
.swiper_btns div::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  border-radius: 1rem;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  transition: 0.3s;
  transform: var(--skewX);
}
.swiper_btns div::after {
  content: "";
  display: block;
  padding-bottom: 86.5672%;
  transition: 0.3s;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/home3-home_category/assets/img/arrow.svg") center center / 28% no-repeat;
  filter: contrast(0) brightness(2);
}
.swiper_btns div:hover::before {
  background-color: var(--secondary);
  border-color: var(--secondary);
  transform: skewX(0deg);
}
.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}
.swiper_btns .swiper-button-disabled {
  pointer-events: none;
}
.swiper_btns .swiper-button-disabled::before {
  border-color: rgba(25, 25, 25, 0.3);
  background-color: transparent;
  transform: var(--skewX);
}
.swiper_btns .swiper-button-disabled::after {
  filter: none;
}
.swiper_btns .swiper-button-lock {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.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/home3-home_category/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);
}
.product_list .active a {
  filter: drop-shadow(rgba(165, 165, 165, 0.35) 0px 1rem 1.5rem);
}
.product_list .active .desc::after {
  width: 14.5%;
}
.product_list .active .bg {
  opacity: 1;
}
.product_list .active .bd {
  opacity: 0;
}
.product_list .active .bd_active {
  opacity: 1;
}
.product_list .active i {
  background-color: var(--secondary);
  box-shadow: rgba(96, 181, 64, 0.35) 0px 1rem 1rem;
}
.product_list .active i::after {
  filter: contrast(0) brightness(2);
}
.product_list a {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.3s;
  --radius: 1.8rem;
  --w: 9.6rem;
}
.product_list a:hover img {
  transform: scale(1.02);
}
.product_list .bg,
.product_list .bd,
.product_list .bd_active {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}
.product_list .bg::before,
.product_list .bd::before,
.product_list .bd_active::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  border: 1px solid rgb(232, 232, 232);
  border-radius: var(--radius);
  clip-path: polygon(
    calc(100% - (var(--w) + 1px)) 0,
    calc(100% - (var(--w) + 1px)) var(--w),
    100% var(--w),
    100% 100%,
    0 100%,
    0 0
  );
}
.product_list .bg::after,
.product_list .bd::after,
.product_list .bd_active::after {
  position: absolute;
  width: calc(var(--w) + 1px);
  height: var(--w);
  content: "";
  right: 0px;
  top: 0px;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/home3-home_category/assets/img/pd-bd.svg") center center / contain no-repeat;
}
.product_list .bg {
  opacity: 0;
}
.product_list .bg::before {
  border: none;
  background-color: rgb(255, 255, 255);
  clip-path: polygon(
    calc(100% - var(--w) + 1px) 0,
    calc(100% - var(--w) + 1px) calc(var(--w) - 1px),
    100% calc(var(--w) - 1px),
    100% 100%,
    0 100%,
    0 0
  );
}
.product_list .bg::after {
  width: var(--w);
  background-image: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/home3-home_category/assets/img/pd-bg.svg");
}
.product_list .bd_active {
  opacity: 0;
}
.product_list .bd_active::before {
  border-width: 2px;
  border-color: var(--primary);
  clip-path: polygon(
    calc(100% - (var(--w)) + 2px) 0,
    calc(100% - (var(--w) + 1px)) calc(var(--w) + 1px),
    100% calc(var(--w) + 1px),
    100% 100%,
    0 100%,
    0 0
  );
}
.product_list .bd_active::after {
  width: calc(var(--w) + 2px);
  height: calc(var(--w) + 1px);
  background-image: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/home3-home_category/assets/img/pd-bd-at.svg");
  right: -2px;
  top: -2px;
}
.product_list .img {
  padding-bottom: 83.0275%;
}
.product_list .info {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  padding: 0px 3.6rem 3.7rem;
  margin-top: -1px;
}
.product_list .title {
  position: relative;
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
  margin-top: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .desc {
  position: relative;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: var(--text);
  border-top: 1px solid rgba(226, 229, 232, 0.96);
  height: 8.4rem;
  margin-top: 1.2rem;
  padding-top: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product_list .desc::after {
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  background-color: var(--secondary);
  transition: 0.3s;
}
.product_list i {
  position: absolute;
  width: calc(var(--w) * 0.63541667);
  border-radius: 1.2rem;
  right: 0px;
  top: 0px;
  background-color: rgb(234, 237, 239);
  transition: 0.3s;
}
.product_list i::after {
  display: block;
  content: "";
  padding-bottom: 100%;
  background: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/home3-home_category/assets/img/arrow-r-b.svg") center center / 36.1% no-repeat;
  transition: 0.3s;
}
.home_category {
  background-color: var(--bg2);
  padding: 9rem 0px 5.5rem;
  overflow: hidden;
}
.home_category .head {
  max-width: 78.3rem;
}
.home_category p {
  max-width: 71.9rem;
  margin-top: 2rem;
}
.home_category .swiper_btns {
  margin-bottom: 0.7rem;
}
.home_category .home_category_swiper {
  margin-top: 3.3rem;
}
.home_category .home_category_swiper .swiper-slide {
  max-width: 40.5rem;
}
.home_category .product_list .active i::after {
  transform: rotate(0deg);
}
.home_category .product_list .bg {
  opacity: 1;
}
.home_category .product_list i::after {
  transform: rotate(-45deg);
}
.home_category .product_list .img {
  padding-bottom: 96.2275%;
}
.home_category .product_list .bd_active::after {
  right: -1px;
}
.home_category p.center:has(.btn) {
  max-width: unset;
  margin-top: 2.7rem;
}
.home_category p.center:has(.btn) .btn {
  gap: 2.1rem;
  padding-left: 3.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;
  }
  .home_category .home_category_swiper .swiper-slide {
    max-width: 36rem;
  }
}

@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;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .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;
  }
  .product_list a {
    --radius: 10px;
    --w: 63px;
  }
  .product_list .info {
    padding: 10px 20px 20px;
    margin-top: 0px;
  }
  .product_list .info .title {
    font-size: 18px;
    letter-spacing: unset;
  }
  .product_list .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    height: 74px;
  }
  .product_list i {
    border-radius: 10px;
  }
  .home_category {
    padding: 50px 0px;
  }
  .home_category .swiper_btns {
    margin-bottom: 0px;
  }
  .home_category .home_category_swiper {
    margin-top: 30px;
  }
  .home_category .home_category_swiper .swiper-slide {
    max-width: 300px;
  }
  .home_category p.center:has(.btn) {
    margin-top: 40px;
  }
  .home_category p.center:has(.btn) .btn {
    gap: 12px;
    padding-left: 20px;
  }
}

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