* {
  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;
}
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_aba {
  position: relative;
}
.img.img_aba::after {
  content: "";
  display: block;
  padding-bottom: var(--h);
}
.img.img_aba 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/home5-page_quote/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);
}
.btn.sub_theme::before {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
}
.btn.sub_theme:hover {
  color: var(--secondary);
}
.btn.sub_theme:hover::before {
  background-color: transparent;
}
.btn.sub_theme:hover::after {
  filter: unset;
}
.head.white {
  color: rgb(255, 255, 255);
}
.head.white .subtitle {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  letter-spacing: 0.095rem;
}
.head.white .subtitle::before {
  background-image: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/home5-page_quote/assets/img/icon-subtitle-w.svg");
}
.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/home5-page_quote/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;
}
.page_quote {
  overflow: hidden;
}
.page_quote .flex {
  position: relative;
}
.page_quote .flex::before {
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0px;
  right: -10.25%;
  background: url("https://crewinmixer.com//wp-content/plugins/sytech-fronteditor/sytpl/home5-page_quote/assets/img/quote-mask3.jpg") center center / cover no-repeat;
  border-radius: 2rem;
  transform: skewX(-9deg);
  content: "";
  z-index: -1;
}
.page_quote .img {
  width: 86.377%;
  --h: 31.71141%;
  margin-left: -30.58%;
  margin-right: -15%;
}
.page_quote .img:hover img:nth-child(1) {
  transform: scale(1.02);
}
.page_quote .img .mask {
  width: auto;
}
.page_quote .head {
  position: relative;
  z-index: 2;
  flex: 1 1 0%;
  max-width: 71rem;
  width: 100%;
  align-self: center;
  padding: 5.5rem 0px 4rem;
}
.page_quote h2 {
  letter-spacing: 0.13rem;
}
.page_quote .btn {
  margin-top: 1.7rem;
}
@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;
  }
  .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;
  }
  div.head.white .subtitle {
    letter-spacing: unset;
  }
  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 .btn,
  div.head .btn_line {
    font-size: 14px;
    line-height: 42px;
    padding: 0px 20px;
    gap: 12px;
    margin-top: 20px;
  }
  .page_quote {
    background-color: var(--primary);
  }
  .page_quote .flex::before {
    display: none;
  }
  .page_quote .img .mask {
    display: none;
  }
  .page_quote .flex .head {
    padding: 40px 0px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0px 20px;
  }
  .page_quote .img {
    width: calc(100% + 40px);
    margin: 0px -20px;
  }
}
