



* {
  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;
}
.flex {
  display: flex;
}
.flex_middle {
  align-items: center;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.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;
}
.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/home1-home_banner/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/home1-home_banner/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;
}
.swiper_btns.middle {
  width: 98%;
  max-width: 171.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}
.swiper_btns.middle div {
  pointer-events: all;
}
.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}
.swiper_btns.white .swiper-button-disabled::before {
  border-color: rgba(255, 255, 255, 0.3);
}
.swiper_btns.white .swiper-button-disabled::after {
  filter: contrast(0) brightness(2);
}
.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);
}
.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home_banner > div {
  position: static;
}
.home_banner .home_banner_bg_swiper {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_bg_swiper .swiper-slide {
  position: relative;
}
.home_banner .home_banner_bg_swiper .swiper-slide::after {
  position: absolute;
  width: 61.6146%;
  height: 100%;
  left: 0px;
  top: 0px;
  content: "";
  background-image: linear-gradient(
    to right,
    rgb(0, 15, 51) -4.142%,
    transparent
  );
  opacity: 0.61;
}
.home_banner .home_banner_swiper .flex {
  height: 100vh;
  max-height: 91rem;
  min-height: max-content;
  padding: 16rem 0px 10rem;
}
.home_banner .head {
  width: 66.159%;
  max-width: 63.1rem;
  padding-bottom: 0.6%;
}
.home_banner .head .title {
  font-size: 6.6rem;
  line-height: 1.16667;
  font-weight: 700;
  letter-spacing: 0.14rem;
}
.home_banner .head p {
  max-width: 52.5rem;
  margin-top: 1.9rem;
}
.home_banner .head .btn {
  margin-top: 4.6rem;
}
.home_banner .swiper_btns {
  max-width: 184.3rem;
  top: 47.5%;
}
.home_banner div.swiper-pagination.swiper-pagination-bullets {
  position: absolute;
  bottom: 3.7rem;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  pointer-events: none;
}
.home_banner
  div.swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 1.3rem;
  height: 1.1rem;
  background: rgb(255, 255, 255);
  opacity: 0.6;
  margin: 0px;
  transition:
    0.4s,
    opacity 0.3s;
  border-radius: 2px;
  transform: var(--skewX);
  pointer-events: all;
}
.home_banner
  div.swiper-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  opacity: 1;
  width: 3.3rem;
  margin: 0px 2px;
}
@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;
  }
  .home_banner .head .title {
    font-size: 6rem;
  }
}

@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;
  }
  .swiper_btns {
    gap: 20px;
  }
  .swiper_btns div {
    width: 40px;
  }
  .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;
  }
  .home_banner .home_banner_bg_swiper .swiper-slide::after {
    width: 100%;
  }
  .home_banner .home_banner_swiper .flex {
    height: auto;
    min-height: unset;
    padding: 50px 0px 70px;
  }
  .home_banner .head {
    padding: 0px;
  }
  .home_banner .head .title {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .home_banner .head p {
    margin-top: 12px;
  }
  .home_banner .head .btn {
    margin-top: 20px;
  }
  .home_banner .swiper_btns {
    display: none;
  }
  .home_banner div.swiper-pagination.swiper-pagination-bullets {
    bottom: 20px;
  }
  .home_banner
    div.swiper-pagination.swiper-pagination-bullets
    .swiper-pagination-bullet-active {
    width: 20px;
    margin: 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .home_banner .home_banner_bg_swiper .swiper-slide::after {
    background-image: unset;
    background-color: rgb(0, 15, 51);
    opacity: 0.4;
  }
  .home_banner .head {
    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;
}
.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);
}
.img.img_cv {
  overflow: hidden;
}
.img.img_cv img {
  object-fit: cover;
}
.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;
}
.icon.icon_ab {
  position: relative;
}
.icon.icon_ab img {
  position: absolute;
  left: 0px;
  top: 0px;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.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/home2-home_challenges/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;
}
.home_challenges {
  padding: 14.2rem 0px 9.3rem;
  overflow: hidden;
}
.home_challenges .head {
  position: relative;
  z-index: 2;
  max-width: 56.6rem;
}
.home_challenges .flex {
  margin-top: -3.1rem;
}
.home_challenges .lt {
  position: relative;
  width: 42.54%;
}
.home_challenges .lt::before {
  width: 292%;
  padding-bottom: 292%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: -1;
  border-radius: 50%;
  background-image: radial-gradient(
    circle,
    rgb(157, 207, 244),
    rgba(157, 207, 244, 0.1),
    transparent 40%
  );
}
.home_challenges .rt {
  position: relative;
  width: 54.8551%;
}
.home_challenges .rt > img {
  width: 19.9472%;
  height: auto;
  display: block;
  object-fit: contain;
}
.home_challenges .rt .omit {
  font-size: 2rem;
  color: rgb(81, 81, 81);
  position: absolute;
  bottom: 0px;
  left: 22.72%;
}
.home_challenges .imgs {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  pointer-events: none;
}
.home_challenges .imgs ul {
  position: static;
}
.home_challenges .imgs .img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  --d: 360deg;
  animation: 5s linear 0s infinite normal none running rotateCircle;
}
.home_challenges .imgs .img:nth-child(2) {
  width: 90.6303%;
  --d: -360deg;
}
.home_challenges .home_challenges_img_swiper {
  width: 79.8978%;
  margin: 10.0511% auto;
  overflow: hidden;
}
.home_challenges .home_challenges_img_swiper .img {
  padding-bottom: 100%;
  border-radius: 50%;
}
.home_challenges .home_challenges_img_swiper .img:hover img {
  transform: scale(1.02);
}
.home_challenges .home_challenges_swiper {
  position: absolute;
  inset: 8.477% 0px 10% 6.341%;
  overflow: hidden;
  padding-bottom: 2.7%;
}
.home_challenges .home_challenges_swiper .swiper-slide {
  position: relative;
  display: grid;
  grid-template-columns: 7.2rem 1fr;
  align-items: start;
  gap: 3.8rem;
  transition: left 0.4s;
}
.home_challenges .home_challenges_swiper .swiper-slide-thumb-active .icon {
  background-color: var(--secondary);
}
.home_challenges .home_challenges_swiper .icon {
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: var(--primary);
  transition: 0.3s;
}
.home_challenges .home_challenges_swiper p {
  font-size: 2rem;
  line-height: 3.5rem;
  color: rgb(81, 81, 81);
  margin-top: 1.7rem;
}
.home_challenges .home_challenges_swiper p strong {
  font-weight: 600;
  color: var(--title);
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .home_challenges .home_challenges_swiper {
    padding-bottom: 6%;
  }
}

@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;
  }
  .home_challenges .home_challenges_swiper {
    top: 0px;
    bottom: 0px;
  }
}

@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;
  }
  .home_challenges {
    padding: 50px 0px;
  }
  .home_challenges .flex {
    margin-top: 30px;
  }
  .home_challenges .rt .omit {
    font-size: 14px;
    display: none;
  }
  .home_challenges .home_challenges_swiper {
    bottom: 0px;
    top: 4%;
    padding-right: 2%;
    padding-bottom: 0px;
  }
  .home_challenges .home_challenges_swiper .swiper-slide {
    grid-template-columns: 50px 1fr;
    gap: 14px;
  }
  .home_challenges .home_challenges_swiper p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .home_challenges .lt {
    width: 100%;
  }
  .home_challenges .rt {
    width: 100%;
  }
  .home_challenges .home_challenges_swiper {
    top: 9%;
  }
}

@keyframes rotateCircle {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(var(--d));
  }
}

.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;
}
.center {
  text-align: center;
}
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 .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/home4-home_advantages/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;
}
.home_advantages {
  padding: 9.8rem 0px 11.8rem;
  overflow: hidden;
}
.home_advantages .home_advantages_swiper {
  margin: 10.8rem -5.725% 0px;
  padding: 0px 5.725% 3rem;
  overflow: hidden;
}
.home_advantages .home_advantages_swiper .active .item::before {
  opacity: 1;
}
.home_advantages .home_advantages_swiper .active .icon::before,
.home_advantages .home_advantages_swiper .active .icon::after {
  background-color: var(--secondary);
  opacity: 0.15;
}
.home_advantages .home_advantages_swiper .active .info h3::after {
  width: 70%;
}
.home_advantages .item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 40.9rem;
  padding: 5.9rem 0px;
}
.home_advantages .item::before {
  width: 125.685%;
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  content: "";
  border-radius: 2.4rem;
  border: 2px solid var(--primary);
  pointer-events: none;
  box-shadow: rgba(165, 165, 165, 0.35) 0px 1rem 1.5rem;
  background-color: rgb(255, 255, 255);
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.home_advantages .item .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  margin-left: 5.2%;
}
.home_advantages .item .icon::before,
.home_advantages .item .icon::after {
  background-color: var(--primary);
  opacity: 0.1;
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  content: "";
  transform: var(--skewX);
  border-radius: 1rem;
}
.home_advantages .item .icon::before {
  width: 108.33%;
  height: 93.33%;
  top: -16.6667%;
  left: -26.6667%;
}
.home_advantages .item .icon::after {
  width: 41.667%;
  height: 36.667%;
  bottom: -13.3333%;
  right: -21.6667%;
  border-radius: 0.4rem;
}
.home_advantages .item .info {
  flex: 1 1 0%;
  margin-top: 5.4rem;
}
.home_advantages .item .info h3 {
  position: relative;
  font-size: 2.4rem;
  font-weight: 600;
  border-bottom: 1px solid rgb(225, 225, 225);
  padding-bottom: 2.7rem;
  letter-spacing: 0.015rem;
}
.home_advantages .item .info h3::after {
  width: 0px;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: -1px;
  content: "";
  background-color: var(--secondary);
  transition: 0.3s;
}
.home_advantages .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;
  }
  .home_advantages .home_advantages_swiper {
    padding-left: 7%;
    padding-right: 7%;
  }
}

@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;
  }
  .home_advantages .item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .home_advantages .item::before {
    width: calc(100% - 4px);
  }
}

@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 .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;
  }
  .home_advantages {
    padding: 50px 0px;
  }
  .home_advantages .home_advantages_swiper {
    overflow: unset;
    padding: 0px;
    margin: 30px 0px 0px;
  }
  .home_advantages .item {
    padding: 20px;
    min-height: unset;
  }
  .home_advantages .item::before {
    width: 100%;
    border-radius: 10px;
  }
  .home_advantages .item .icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }
  .home_advantages .item .info {
    margin-top: 20px;
  }
  .home_advantages .item .info h3 {
    font-size: 18px;
    padding-bottom: 10px;
    letter-spacing: unset;
  }
  .home_advantages .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
}

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

.tools_template_vendor .tools_template_box{
  padding: 4rem 0px;
  text-align: center;
}
.tools_template_vendor .tools_template_box input{
  padding: .8rem 1rem;
  border-radius: 5px;
  min-width: 300px;
  border: 1px #ddd solid;
}
.tools_template_vendor .tools_template_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;
}

.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;
}
.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);
}
.img.img_ct img {
  object-fit: contain;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: 0.5s;
  aspect-ratio: inherit;
}
.icon img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.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/home7-page_benefit/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/home7-page_benefit/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);
}
.page_benefit {
  overflow: hidden;
  padding: 10.2rem 0px 3.2rem;
}
.page_benefit .lt {
  width: 45.8986%;
  margin-left: -12.6812%;
  position: relative;
  margin-bottom: 4.2%;
}
.page_benefit .lt .img {
  height: auto;
}
.page_benefit .lt .img:hover img {
  transform: scale(1.02);
}
.page_benefit .lt .logo {
  position: absolute;
  width: 109.95%;
  right: 69.981%;
  top: 0px;
  opacity: 0.47;
  z-index: -1;
}
.page_benefit .lt .logo:hover img {
  transform: unset;
}
.page_benefit .rt {
  width: 65.87%;
}
.page_benefit h2 {
  max-width: 74.6rem;
}
.page_benefit p {
  max-width: 81.4rem;
  margin-top: 0.9rem;
}
.page_benefit .page_benefit_swiper {
  margin-top: 5.7rem;
}
.page_benefit .page_benefit_swiper .swiper-slide {
  max-width: 30.5rem;
  transition:
    transform 0.4s,
    opacity 0.3s;
  transform: translateX(100%) scale3d(0.3, 0.3, 0.3);
  opacity: 0;
  pointer-events: none;
}
.page_benefit .page_benefit_swiper .swiper-slide-active {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}
.page_benefit .page_benefit_swiper .swiper-slide-active ~ .swiper-slide {
  transform: translateX(0px);
  opacity: 1;
  pointer-events: all;
}
.page_benefit .item {
  border-radius: 2.4rem;
  border: 1px solid rgb(211, 211, 211);
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 37.6rem;
  padding: 13.443% 10.164% 12.459%;
}
.page_benefit .item .info {
  flex: 1 1 0%;
}
.page_benefit .item .info h3 {
  font-size: 2.4rem;
  line-height: 2.9rem;
  font-weight: 600;
  letter-spacing: 0.025rem;
}
.page_benefit .item .info p {
  line-height: 2.7rem;
  margin-top: 2.1rem;
}
.page_benefit .item .icon {
  width: 6rem;
  height: 6rem;
  position: relative;
  z-index: 2;
  margin-top: 3rem;
  margin-left: 5.4%;
}
.page_benefit .item .icon::before,
.page_benefit .item .icon::after {
  background-color: var(--primary);
  opacity: 0.1;
  transition: 0.3s;
  position: absolute;
  z-index: -1;
  content: "";
  transform: var(--skewX);
  border-radius: 1rem;
}
.page_benefit .item .icon::before {
  width: 100%;
  height: 86.667%;
  top: -10%;
  left: -16.33%;
}
.page_benefit .item .icon::after {
  width: 40.333%;
  height: 33.33%;
  bottom: -11.667%;
  right: -15%;
  border-radius: 0.4rem;
}
.page_benefit .swiper_btns {
  margin-top: 4.5rem;
  justify-content: flex-end;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0px 3rem;
    max-width: 1220px;
  }
  .page_benefit .lt {
    width: 36.8986%;
    margin-left: -3.6812%;
  }
}

@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;
  }
  .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;
  }
  .page_benefit {
    padding: 50px 0px;
  }
  .page_benefit .flex .lt {
    width: 35%;
    margin: 0px;
  }
  .page_benefit .flex .rt {
    width: 60%;
  }
  .page_benefit .page_benefit_swiper {
    margin-top: 30px;
  }
  .page_benefit .page_benefit_swiper .swiper-slide {
    max-width: 250px;
  }
  .page_benefit .item {
    border-radius: 10px;
    min-height: 250px;
    padding: 20px;
  }
  .page_benefit .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: unset;
  }
  .page_benefit .item .info p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_benefit .item .icon {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    margin-top: 20px;
  }
  .page_benefit .swiper_btns {
    margin-top: 30px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_benefit .flex .lt,
  .page_benefit .flex .rt {
    width: 100%;
  }
  .page_benefit .page_benefit_swiper .swiper-slide {
    transform: translateX(0px);
    opacity: 1;
    pointer-events: none;
  }
}

* {
  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;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.between {
  justify-content: space-between;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.row_reverse {
  flex-direction: row-reverse;
}
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_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/home8-home_about/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 .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/home8-home_about/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);
}
.home_about {
  padding: 3.1rem 0px 5rem;
  overflow: hidden;
}
.home_about h2 {
  max-width: 68.5rem;
}
.home_about .head .flex {
  margin-top: 4rem;
}
.home_about p {
  max-width: 80.8rem;
}
.home_about .btn {
  margin-top: 1.4rem;
}
.home_about .main {
  margin-top: 7.8rem;
}
.home_about .main .lt {
  position: relative;
  z-index: 2;
  width: 28.551%;
}
.home_about .main .lt::before {
  width: 100vw;
  height: 100%;
  position: absolute;
  background-color: var(--bg);
  border-radius: 2rem;
  content: "";
  z-index: -1;
  transform: var(--skewX2);
  right: -12.7%;
}
.home_about .main .lt .float {
  width: 16.5%;
  padding-bottom: 19.55%;
  position: absolute;
  left: -26.5%;
  bottom: 8.76%;
  border-radius: 0.5rem;
  content: "";
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--primary), transparent);
  opacity: 0.21;
  transform: var(--skewX2);
}
.home_about .main .rt {
  position: relative;
  width: 91.4493%;
  margin-right: -2.31884%;
  margin-left: -18%;
}
.home_about .main .rt .float {
  width: 15.61%;
  padding-bottom: 18.542%;
  position: absolute;
  right: -11.3%;
  top: -8.1%;
  border-radius: 1.4rem;
  content: "";
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--secondary), transparent);
  opacity: 0.21;
  transform: var(--skewX2);
}
.home_about .home_about_swiper {
  overflow: hidden;
}
.home_about .home_about_swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 4rem 0px 6.9rem;
  min-height: 41.1rem;
}
.home_about .home_about_swiper h3 {
  font-size: 2.8rem;
  font-weight: 600;
  color: rgb(28, 28, 28);
  letter-spacing: 0.058rem;
}
.home_about .home_about_swiper p {
  margin-top: 2.3rem;
}
.home_about .home_about_img_swiper {
  overflow: hidden;
}
.home_about .home_about_img_swiper .img {
  padding-bottom: 41.6799%;
  mask: url("https://crewinmixer.com/wp-content/plugins/sytech-fronteditor/sytpl/home8-home_about/assets/img/home-about-mask.svg") center center / cover no-repeat;
}
.home_about .home_about_img_swiper .img:hover img {
  transform: scale(1.02);
}
.home_about .nav {
  margin-top: 2.6rem;
  margin-left: auto;
  width: 70.6022%;
  margin-right: 4.1%;
}
.home_about .nav .nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.home_about .nav .nav_list li {
  flex: 1 0 17rem;
}
.home_about .nav .nav_item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 2rem;
  font-weight: 500;
  color: rgb(130, 130, 130);
  padding: 1.6rem 2rem 1.7rem;
}
.home_about .nav .nav_item::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  z-index: -1;
  border-radius: 0.7rem;
  border: 1px solid rgb(211, 211, 211);
  transform: var(--skewX2);
  transition: 0.3s;
}
.home_about .nav .nav_item.active,
.home_about .nav .nav_item:hover {
  color: rgb(255, 255, 255);
}
.home_about .nav .nav_item.active::before,
.home_about .nav .nav_item:hover::before {
  background-color: var(--primary);
  border-color: var(--primary);
}
@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;
  }
  .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 .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;
  }
  div.head .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    margin-top: 20px;
  }
  .home_about {
    padding: 50px 0px 30px;
  }
  .home_about .head .flex {
    display: block;
    margin-top: 0px;
  }
  .home_about .main {
    margin-top: 30px;
  }
  .home_about .home_about_swiper .swiper-slide {
    padding: 40px 0px;
    min-height: unset;
  }
  .home_about .home_about_swiper h3 {
    font-size: 18px;
    letter-spacing: unset;
  }
  .home_about .home_about_swiper p {
    margin-top: 10px;
  }
  .home_about .nav {
    margin-top: 20px;
  }
  .home_about .nav .nav_list {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0px 10px;
  }
  .home_about .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_about .nav .nav_list li {
    flex: 1 0 140px;
  }
  .home_about .nav .nav_item {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .home_about .main {
    gap: 20px;
  }
  .home_about .main .lt,
  .home_about .main .rt {
    width: 100%;
    margin: 0px;
  }
  .home_about .main .lt::before {
    right: -20px;
    border-radius: 10px;
  }
  .home_about .nav {
    width: 100%;
    margin-right: 0px;
  }
  .home_about .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0px -20px;
    padding: 0px 20px;
  }
}

* {
  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;
}
.wrap {
  flex-wrap: wrap;
}
body {
  font-size: 1.6rem;
  word-break: break-word;
  color: var(--title);
}
.home_nums {
  padding: 5rem 0px;
}
.home_nums .nums ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(26rem, 100%), 1fr));
  text-align: center;
  gap: 3rem 3.69565%;
}
.home_nums .nums .wrap {
  font-size: 4.2rem;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}
.home_nums .nums .wrap .num {
  color: rgb(35, 35, 35);
  font-size: 5.2rem;
}
.home_nums .nums .label {
  font-size: 1.8rem;
  color: rgb(71, 71, 71);
  margin-top: 2.3rem;
}
@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;
  }
}

@media screen and (min-width: 769px) and (max-width: 896px) {
  .content,
  .swiper_content {
    max-width: 768px;
  }
}

@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;
  }
  .home_nums {
    padding: 30px 0px 50px;
  }
  .home_nums .nums ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 16px;
  }
  .home_nums .nums .wrap {
    font-size: 20px;
  }
  .home_nums .nums .wrap .num {
    font-size: 22px;
  }
  .home_nums .nums .label {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .home_nums .nums ul {
    grid-template-columns: 1fr 1fr;
  }
}

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