html :where(.wp-block) {
  max-width: 1200px !important;
}

:root {
  --ff: "Inter", sans-serif;
  --fz-body: 18px;
  --lh-body: 28px;
  --clr-black: #222222;
  --clr-accent: #247345;
  --clr-secondary: #7A7A7A;
  --clr-lightgreen: #81C89E;
  --clr-grey-bg: #F7F7F7;
  --clr-border: #CCCCCC;
  --clr-fpc-black: #222222;
  --clr-fpc-green: #247345;
  --clr-fpc-violet: #672D90;
  --clr-fpc-blue: #3A36AD;
  --container: 1470px;
  --default-shadow: 0 0 4px rgba(0,0,0, .3);
  --default-transition-timing: .2s ease-in-out;
  --default-border-radius: 16px;
  --thumb-border-radius: 8px;
  --hh: 75px;
}
@media (max-width: 991.98px) {
  :root {
    --hh: 54px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --default-border-radius: 12px;
    --thumb-border-radius: 5px;
    --fz-body: 16px;
    --lh-body:26px;
  }
}

.defprod-intro {
  min-height: calc(100svh - var(--hh));
  display: flex;
  flex-direction: column;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 1700px;
  background-repeat: no-repeat;
  background-position: top -850px right -850px;
}
@media (max-width: 991.98px) {
  .defprod-intro {
    background-position: top -850px right -1050px;
  }
}
@media (max-width: 767.98px) {
  .defprod-intro {
    background-size: 1200px;
    background-position: top -300px right -800px;
  }
}
.defprod-intro--no-cert {
  min-height: calc(100svh - var(--hh) - 164px);
}
@media (max-width: 991.98px) {
  .defprod-intro--no-cert {
    min-height: calc(100svh - var(--hh) - 294px);
  }
}
@media (max-width: 767.98px) {
  .defprod-intro--no-cert {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .defprod-intro--no-cert .defprod-intro__inner {
    align-items: flex-start;
    padding: 50px 0 0;
  }
}
.defprod-intro__logo {
  max-width: 138px;
  height: auto;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .defprod-intro__logo {
    margin-bottom: 15px;
  }
}
.defprod-intro > .container {
  flex: 1 1 100%;
  display: flex;
  width: 100%;
}
@media (min-width: 1980px) {
  .defprod-intro {
    min-height: initial;
  }
}
@media (min-height: 1100px) {
  .defprod-intro {
    min-height: initial;
  }
}
@media (max-width: 767.98px) {
  .defprod-intro__heading {
    margin-bottom: 15px;
  }
}
.defprod-intro__image {
  width: 45%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .defprod-intro__image {
    position: initial;
    top: initial;
    right: initial;
    transform: none;
    width: 100%;
  }
}
.defprod-intro__inner {
  display: flex;
  align-items: center;
  padding: 80px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .defprod-intro__inner {
    padding: 50px 0;
  }
}
.defprod-intro__content {
  flex: 0 1 55%;
}
.defprod-intro__content a.bttn, .defprod-intro__content button.bttn {
  margin-top: 70px;
}
@media (max-width: 767.98px) {
  .defprod-intro__content {
    flex: 1 1 auto;
  }
  .defprod-intro__content a.bttn, .defprod-intro__content button.bttn {
    width: 100%;
    margin-top: 50px;
  }
}

.defprod-cert {
  padding: 27px 0;
  flex: 0 1 auto;
}
.defprod-cert__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .defprod-cert__inner {
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 559.98px) {
  .defprod-cert__left {
    max-width: calc(100% - 107px);
  }
}
.defprod-cert__left > span:first-of-type {
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 9px;
}
@media (max-width: 767.98px) {
  .defprod-cert__left > span:first-of-type {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 559.98px) {
  .defprod-cert__left > span:first-of-type {
    line-height: 24px;
  }
}
.defprod-cert__left > span:first-of-type > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background-color: var(--clr-accent);
  border-radius: 50%;
  margin-right: 8px;
}
.defprod-cert__left > span:last-of-type {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .defprod-cert__left > span:last-of-type {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 559.98px) {
  .defprod-cert__left > span:last-of-type br {
    display: none;
  }
}
.defprod-cert__right {
  display: flex;
}
@media (min-width: 560px) and (max-width: 767.98px) {
  .defprod-cert__right {
    justify-content: flex-end;
  }
}
@media (max-width: 559.98px) {
  .defprod-cert__right div:first-of-type {
    width: 100%;
  }
}
.defprod-cert__right div:first-of-type > span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 767.98px) {
  .defprod-cert__right div:first-of-type > span {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 559.98px) {
  .defprod-cert__right div:first-of-type > span {
    text-align: left;
    max-width: calc(100% - 107px);
  }
  .defprod-cert__right div:first-of-type > span br {
    display: none;
  }
}
.defprod-cert__right div:first-of-type > a {
  padding: 9px 27px;
  display: flex;
  align-items: center;
  color: var(--clr-accent);
  border: 1px solid var(--clr-accent);
  border-radius: 8px;
  margin-top: 9px;
  background-color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .defprod-cert__right div:first-of-type > a {
    font-size: 14px;
    line-height: 22px;
  }
}
.defprod-cert__right div:first-of-type > a > span {
  margin-right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  border: 1px solid var(--clr-accent);
}
.defprod-cert__right div:first-of-type > a > span svg {
  fill: var(--clr-accent);
}
.defprod-cert__right div:last-of-type {
  background-color: #fff;
  border-radius: 9px;
  border: 1px solid var(--clr-border);
  padding: 9px;
  flex: 0 0 162px;
  width: 162px;
  margin-left: 27px;
  display: flex;
  align-items: center;
}
@media (max-width: 559.98px) {
  .defprod-cert__right div:last-of-type {
    position: absolute;
    flex: 0 0 97px;
    width: 97px;
    top: 0;
    right: 0;
    height: calc(100% - 54px);
  }
}
.defprod-cert__right div:last-of-type img {
  width: 100%;
  height: auto;
}

.text-and-image {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .text-and-image {
    padding: 50px 0;
  }
}
.text-and-image__inner {
  display: flex;
}
@media (max-width: 767.98px) {
  .text-and-image__inner {
    flex-direction: column;
  }
}
.text-and-image__text {
  flex: 0 1 50%;
  padding-right: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .text-and-image__text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1199.98px) {
  .text-and-image__text {
    padding-right: 40px;
  }
}
@media (max-width: 767.98px) {
  .text-and-image__text {
    padding-right: 0;
  }
}
.text-and-image__text h2 {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .text-and-image__text h2 {
    margin-bottom: 15px;
  }
}
.text-and-image__text p {
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .text-and-image__text p {
    margin-bottom: 12px;
  }
}
.text-and-image__text p:last-of-type {
  margin-bottom: 0;
}
.text-and-image__image {
  border-radius: var(--default-border-radius);
  overflow: hidden;
  flex: 0 1 50%;
}
@media (max-width: 767.98px) {
  .text-and-image__image {
    margin-top: 15px;
    aspect-ratio: 16/9;
  }
}
.text-and-image__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cont-block {
  padding: 80px 0 80px;
}
@media (max-width: 767.98px) {
  .cont-block {
    padding: 50px 0 50px;
  }
}
.cont-block h2, .cont-block h3, .cont-block h4, .cont-block h5, .cont-block h6 {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .cont-block h2, .cont-block h3, .cont-block h4, .cont-block h5, .cont-block h6 {
    margin-bottom: 15px;
  }
}
.cont-block p {
  margin-bottom: 14px;
}
@media (max-width: 767.98px) {
  .cont-block p {
    margin-bottom: 12px;
  }
}
.cont-block p:last-of-type {
  margin-bottom: 0;
}
.cont-block__heading {
  margin-bottom: 18px;
  max-width: calc(50% - 9px);
}
@media (max-width: 767.98px) {
  .cont-block__heading {
    margin-bottom: 15px;
    max-width: 100%;
  }
}
.cont-block__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .cont-block__inner {
    flex-direction: column;
    row-gap: 18px;
  }
}
.cont-block__column {
  flex: 0 1 calc(50% - 9px);
}
@media (max-width: 767.98px) {
  .cont-block__column {
    flex: 1 1 auto;
  }
}

.ayopi {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .ayopi {
    padding: 20px 0 50px;
  }
}
.ayopi__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .ayopi__top {
    flex-direction: column;
  }
}
.ayopi__heading {
  display: flex;
  align-items: flex-start;
  flex: 0 1 45%;
  color: var(--clr-accent);
}
@media (max-width: 767.98px) {
  .ayopi__heading {
    margin-bottom: 15px;
  }
}
.ayopi__heading svg {
  fill: var(--clr-accent);
  stroke: var(--clr-accent);
  display: block;
  margin-right: 9px;
  flex: 0 0 54px;
}
@media (max-width: 767.98px) {
  .ayopi__heading svg {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.ayopi__text {
  flex: 0 1 45%;
  border-left: 2px solid var(--clr-accent);
  padding-left: 9px;
  transform: translateY(14px);
}
@media (max-width: 767.98px) {
  .ayopi__text {
    transform: none;
    padding: 0;
    border: none;
    margin-bottom: 30px;
  }
}
.ayopi__card {
  aspect-ratio: 1/0.9;
  padding: 18px;
}
@media (max-width: 767.98px) {
  .ayopi__card {
    border-radius: 20px;
  }
}
.ayopi__card-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 0;
}
.ayopi__card-title {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 0;
  background-color: rgba(247, 247, 247, 0.8980392157);
  border-radius: 18px;
  padding: 18px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  min-height: 92px;
}
@media (max-width: 767.98px) {
  .ayopi__card-title {
    min-height: initial;
  }
}

.technology {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .technology {
    padding: 50px 0;
  }
}
.technology__heading {
  margin-bottom: 66px;
  max-width: 520px;
}
@media (max-width: 767.98px) {
  .technology__heading {
    margin-bottom: 15px;
  }
}
.technology__inner {
  display: flex;
  position: relative;
}
.technology__content {
  flex: 0 0 calc(50% - 9px);
}
@media (max-width: 767.98px) {
  .technology__content {
    flex: 1 1 100%;
  }
}
.technology__cards {
  position: absolute;
  width: calc(50% - 9px);
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
}
@media (max-width: 767.98px) {
  .technology__cards {
    position: initial;
    width: 100%;
    margin-bottom: 10px;
  }
}
.technology__card {
  flex: 1 1 33.3%;
  background-color: var(--clr-grey-bg);
  border-radius: 30px;
  overflow: hidden;
  padding: 32px;
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 767.98px) {
  .technology__card {
    aspect-ratio: 12/5;
    flex: 1 1 auto;
    padding: 30px 15px;
    border-radius: 20px;
  }
}
@media (max-width: 520px) {
  .technology__card {
    aspect-ratio: initial;
    min-height: 195px;
  }
}
.technology__card--1 {
  background-image: url("img/technology-card-bg-1-min.webp");
}
.technology__card--2 {
  background-image: url("img/technology-card-bg-2-min.webp");
}
.technology__card--3 {
  background-image: url("img/technology-card-bg-3-min.webp");
}
.technology__card-label {
  text-shadow: 1px 1px 1px var(--clr-grey-bg);
}
.technology__video {
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media (max-width: 540px) {
  .technology__video {
    aspect-ratio: 1/1;
  }
}
.technology__video .vimage {
  width: 100%;
  height: 100%;
}

.sampler-swab {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .sampler-swab {
    padding: 50px 0;
  }
}
.sampler-swab__heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .sampler-swab__heading {
    margin-bottom: 15px;
  }
}
.sampler-swab .bttn {
  margin: 36px auto 0;
  display: block;
  max-width: fit-content;
}
@media (max-width: 767.98px) {
  .sampler-swab .bttn {
    margin: 40px auto 0;
  }
}
@media (max-width: 580px) {
  .sampler-swab .bttn {
    max-width: 100%;
  }
}
.sampler-swab__image-label {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  background-color: var(--clr-accent);
  color: #fff;
  border-radius: 8px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 18px;
  max-width: fit-content;
}
.sampler-swab__mob-image {
  display: none;
}
@media (max-width: 767.98px) {
  .sampler-swab__mob-image {
    display: block;
    background-color: #fff;
    border-radius: var(--default-border-radius);
    overflow: hidden;
    position: relative;
    border: 1px solid var(--clr-border);
    margin-bottom: 15px;
  }
  .sampler-swab__mob-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
.sampler-swab__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 27px;
  border-radius: var(--default-border-radius);
  background-color: var(--clr-grey-bg);
  margin-bottom: 36px;
  position: relative;
}
@media (max-width: 991.98px) {
  .sampler-swab__top {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .sampler-swab__top {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 40px;
  }
}
.sampler-swab__top-icon-down {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: -23px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--clr-accent);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .sampler-swab__top-icon-down {
    display: none;
  }
}
.sampler-swab__top-item {
  flex: 1 1 45%;
  padding: 27px 70px;
}
@media (max-width: 991.98px) {
  .sampler-swab__top-item {
    padding: 12px 30px;
  }
}
@media (max-width: 767.98px) {
  .sampler-swab__top-item {
    flex: 1 1 100%;
    padding: 0;
  }
}
.sampler-swab__top-item--image {
  flex: 0 1 25%;
  background-color: #fff;
  border-radius: var(--default-border-radius);
  overflow: hidden;
  padding: 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .sampler-swab__top-item--image {
    display: none;
  }
}
.sampler-swab__top-item--image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.sampler-swab__bot {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .sampler-swab__bot {
    flex-direction: column;
  }
}
.sampler-swab__bot-col {
  flex: 0 1 calc(50% - 8px);
}
@media (max-width: 767.98px) {
  .sampler-swab__bot-col {
    flex: 1 1 100%;
  }
}
.sampler-swab__bot-col-title {
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .sampler-swab__bot-col-title {
    text-align: left;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .sampler-swab__bot-col:last-of-type .sampler-swab__advs {
    margin-bottom: 0;
  }
}
.sampler-swab__advs {
  list-style: none;
}
@media (max-width: 767.98px) {
  .sampler-swab__advs {
    margin-bottom: 40px;
  }
}
.sampler-swab__advs li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .sampler-swab__advs li {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: center;
  }
}
.sampler-swab__advs li:last-of-type {
  margin-bottom: 0;
}
.sampler-swab__advs li > img {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: block;
  margin-right: 30px;
}
@media (max-width: 767.98px) {
  .sampler-swab__advs li > img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sampler-swab__advs li > div > span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 1469.98px) {
  .sampler-swab__advs li > div > span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767.98px) {
  .sampler-swab__advs li > div > span {
    margin-bottom: 10px;
  }
}

.tchain {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .tchain {
    padding: 50px 0;
  }
}
.tchain__additional {
  margin-top: 50px;
}
.tchain__additional h2, .tchain__additional h3, .tchain__additional h4, .tchain__additional h5, .tchain__additional h6 {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .tchain__additional h2, .tchain__additional h3, .tchain__additional h4, .tchain__additional h5, .tchain__additional h6 {
    margin-bottom: 15px;
  }
}
.tchain__additional p {
  margin-bottom: 12px;
}
.tchain__additional p:last-of-type {
  margin-bottom: 0;
}
.tchain__heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .tchain__heading {
    margin-bottom: 15px;
  }
}
.tchain__inner {
  display: flex;
  column-gap: 17px;
  position: relative;
}
@media (max-width: 991.98px) {
  .tchain__inner {
    flex-direction: column;
  }
}
.tchain__inner::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 0;
  width: calc(100% - 5px);
  height: 1px;
  border-top: 1px solid var(--clr-accent);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .tchain__inner::after {
    display: none;
  }
}
.tchain__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 220px;
  max-width: 220px;
}
@media (max-width: 767.98px) {
  .tchain__item:last-of-type::after {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .tchain__item {
    flex-direction: row;
    flex: 1 1 auto;
    justify-content: space-between;
    max-width: 100%;
    align-items: flex-start;
    margin-bottom: 15px;
    position: relative;
  }
  .tchain__item:last-of-type {
    margin-bottom: 0;
  }
  .tchain__item::after {
    content: "";
    position: absolute;
    top: 25px;
    left: 0;
    width: calc(100% - 40px);
    height: 1px;
    border-top: 1px solid var(--clr-accent);
    z-index: -1;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .tchain__item::after {
    height: 100%;
    left: 25px;
    width: 1px;
    border-top: none;
    border-left: 1px solid var(--clr-accent);
  }
}
.tchain__item--text {
  background-color: var(--clr-black);
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .tchain__item--text {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .tchain__item--text {
    border-radius: 15px;
  }
}
.tchain__item--text .tchain__title {
  border-radius: 0;
  background-color: transparent;
  color: #fff;
}
@media (max-width: 991.98px) {
  .tchain__item--text .tchain__title {
    text-align: left;
    margin-bottom: 0;
    padding: 15px 20px 9px;
  }
}
.tchain__item--text .tchain__image {
  box-shadow: none;
  border-radius: 0;
  padding: 0 18px 18px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .tchain__item--text .tchain__image {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991.98px) {
  .tchain__item--text .tchain__image {
    max-width: 100%;
    aspect-ratio: initial;
    padding: 0 20px 20px;
  }
}
.tchain__item--text .tchain__image > span {
  color: var(--clr-lightgreen);
}
.tchain__title {
  width: 100%;
  padding: 9px;
  text-align: center;
  border-radius: 40px;
  border: 1px solid var(--clr-accent);
  color: var(--clr-accent);
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  background-color: #fff;
}
@media (max-width: 991.98px) {
  .tchain__title {
    max-width: 300px;
    margin-right: 15px;
  }
}
.tchain__image {
  border-radius: 30px;
  width: 100%;
  aspect-ratio: 1/1;
  box-shadow: var(--default-shadow);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991.98px) {
  .tchain__image {
    max-width: 220px;
  }
}
@media (max-width: 767.98px) {
  .tchain__image {
    border-radius: 15px;
  }
}
.tchain__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.tchain__label {
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 8px;
  padding: 4px 8px;
  background-color: var(--clr-accent);
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  max-width: calc(100% - 18px);
  color: #fff;
}
@media (max-width: 767.98px) {
  .tchain__label {
    font-size: 12px;
    line-height: 14px;
  }
}

.pslider {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .pslider {
    padding: 25px 0;
  }
}
.pslider__heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .pslider__heading {
    margin-bottom: 15px;
  }
}
.pslider__inner {
  display: flex;
}
.pslider__item {
  padding: 4px;
  height: auto;
}
.pslider__item-inner {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pslider__item-foot {
  background-color: var(--clr-accent);
  padding: 18px 27px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767.98px) {
  .pslider__item-foot {
    padding: 18px;
  }
}
.pslider__item-foot .bttn {
  width: 100%;
  margin-top: auto;
}
.pslider__item-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 256px;
}
.pslider__item-thumb img {
  max-width: 90%;
  height: auto;
}
.pslider__item-title {
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 18px;
  display: block;
}
@media (max-width: 1469.98px) {
  .pslider__item-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.pslider__arrows {
  margin-top: 27px;
}
@media (max-width: 767.98px) {
  .pslider__arrows {
    display: flex;
    justify-content: center;
  }
}
.pslider__arrows .swiper-arrow:first-of-type {
  margin-right: 9px;
}
.pslider__arrows .swiper-arrow:last-of-type {
  margin-left: 9px;
}

.bg-content {
  padding: 80px 0;
  background-size: 0;
}
@media (max-width: 767.98px) {
  .bg-content {
    padding: 50px 0;
    background-size: cover;
  }
}
.bg-content__inner {
  border-radius: var(--default-border-radius);
  padding: 72px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .bg-content__inner {
    background-size: 0;
    padding: 0;
  }
}
.bg-content__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
@media (max-width: 767.98px) {
  .bg-content__inner::before {
    display: none;
  }
}
.bg-content__heading {
  color: #fff;
  margin-bottom: 27px;
  position: relative;
}
@media (max-width: 767.98px) {
  .bg-content__heading {
    margin-bottom: 15px;
    color: var(--clr-black);
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .bg-content__heading {
    font-size: 20px;
    line-height: 30px;
  }
}
.bg-content__content {
  background-color: #fff;
  border-radius: 9px;
  padding: 27px 18px;
  position: relative;
}
@media (max-width: 767.98px) {
  .bg-content__content {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}

.tesis-cards {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .tesis-cards {
    padding: 50px 0;
  }
}
.tesis-cards__heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .tesis-cards__heading {
    margin-bottom: 15px;
  }
}
.tesis-cards__content {
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .tesis-cards__content {
    margin-bottom: 30px;
  }
}
.tesis-cards__item {
  background-color: var(--clr-grey-bg);
  border-radius: 30px;
  overflow: hidden;
  flex: 1 1 calc(33.3% - 16px);
  min-width: fit-content;
}
.tesis-cards__image {
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  bottom: -47px;
  right: -52px;
}
.tesis-cards__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tesis-cards__items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 18px;
}
.tesis-cards__items--image .tesis-cards__item {
  aspect-ratio: 1/0.9;
  padding: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tesis-cards__items--image .tesis-cards__image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: 0;
}
.tesis-cards__items--image .tesis-cards__tesis {
  position: relative;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 0;
  background-color: rgba(247, 247, 247, 0.8980392157);
  border-radius: 18px;
  padding: 18px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  min-height: 92px;
}
@media (max-width: 767.98px) {
  .tesis-cards__items--image .tesis-cards__tesis {
    min-height: initial;
  }
}
.tesis-cards__items--bg .tesis-cards__item {
  min-height: 243px;
  background-size: cover;
  padding: 36px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .tesis-cards__items--bg .tesis-cards__item {
    font-size: 20px;
    line-height: 30px;
  }
}

.prod-desc {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .prod-desc {
    padding: 25px 0;
  }
}
.prod-desc__name {
  font-size: 40px;
  line-height: 52px;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .prod-desc__name {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (max-width: 991.98px) {
  .prod-desc__name {
    font-size: 34px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .prod-desc__name {
    font-size: 32px;
    line-height: 40px;
  }
}
.prod-desc__ref {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .prod-desc__ref {
    font-size: 20px;
    line-height: 30px;
  }
}
.prod-desc__description {
  margin: 36px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .prod-desc__description {
    flex-direction: column;
  }
}
.prod-desc__content {
  flex: 0 1 42%;
}
@media (max-width: 767.98px) {
  .prod-desc__content {
    margin-bottom: 15px;
  }
}
.prod-desc__content h2, .prod-desc__content h3, .prod-desc__content h4, .prod-desc__content h5, .prod-desc__content h6 {
  margin-bottom: 18px;
}
.prod-desc__content p {
  margin-bottom: 12px;
}
.prod-desc__content p:last-of-type {
  margin-bottom: 0;
}
.prod-desc__image {
  flex: 1 1 auto;
  display: flex;
  justify-content: center;
  aspect-ratio: 1/0.5;
}
@media (max-width: 767.98px) {
  .prod-desc__image {
    margin-bottom: 15px;
  }
}
.prod-desc__image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.prod-desc__params {
  display: flex;
  margin-bottom: 40px;
  column-gap: 18px;
}
@media (max-width: 767.98px) {
  .prod-desc__params {
    flex-direction: column;
    margin-bottom: 18px;
  }
}
.prod-desc__params-col {
  flex: 0 1 50%;
  padding-left: 58px;
  position: relative;
}
@media (max-width: 767.98px) {
  .prod-desc__params-col:first-of-type {
    margin-bottom: 18px;
  }
}
.prod-desc__params-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.prod-desc__param {
  margin-bottom: 9px;
}
.prod-desc__param-label {
  color: var(--clr-black) !important;
  font-weight: 600;
}

.prod-spec {
  padding: 80px 0;
  background-color: var(--clr-grey-bg);
}
@media (max-width: 767.98px) {
  .prod-spec {
    padding: 50px 0;
  }
}
.prod-spec__content > h2, .prod-spec__content h3, .prod-spec__content h4, .prod-spec__content h5, .prod-spec__content h6, .prod-spec__content p {
  margin-bottom: 18px;
}
.prod-spec__pack {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .prod-spec__pack {
    margin-top: 20px;
  }
}
.prod-spec__pack table tbody tr:last-of-type td {
  white-space: nowrap;
  vertical-align: bottom;
}
.prod-spec__table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .prod-spec__table {
    border-radius: 10px;
  }
}
.prod-spec__table-container {
  margin-bottom: 18px;
  overflow-x: auto;
  padding: 4px;
}
.prod-spec__table.cols-2 th, .prod-spec__table.cols-2 td {
  width: 50%;
}
.prod-spec__table.cols-4 th, .prod-spec__table.cols-4 td {
  width: 25%;
}
.prod-spec__table th, .prod-spec__table td {
  width: 50%;
  border-right: 1px solid var(--clr-border);
  padding: 9px 27px;
}
@media (max-width: 767.98px) {
  .prod-spec__table th, .prod-spec__table td {
    padding: 10px;
  }
}
.prod-spec__table thead > tr {
  border-bottom: 1px solid var(--clr-border);
}
.prod-spec__table thead > tr th {
  background-color: var(--clr-grey-bg);
  text-align: left;
  vertical-align: top;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .prod-spec__table thead > tr th {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 991.98px) {
  .prod-spec__table thead > tr th {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-weight: 700;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .prod-spec__table thead > tr th {
    font-size: 14px;
    line-height: 22px;
  }
}
.prod-spec__table thead > tr th:last-child {
  border-right: none;
}
.prod-spec__table tbody > tr td {
  background-color: var(--clr-grey-bg);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .prod-spec__table tbody > tr td {
    font-size: 14px;
    line-height: 22px;
  }
}
.prod-spec__table tbody > tr:nth-child(odd) td {
  background-color: #fff;
}
.prod-spec__table tbody > tr td:last-child {
  border-right: none;
}

.prod-mats {
  padding: 80px 0;
  background-image: url("img/dots-circle-1058x1058-home-hero.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: calc(100% + 693px);
  background-position-y: 50%;
}
@media (max-width: 991.98px) {
  .prod-mats {
    background-image: none;
  }
}
@media (max-width: 767.98px) {
  .prod-mats {
    padding: 50px 0;
  }
}
.prod-mats__inner {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .prod-mats__inner {
    min-height: 380px;
  }
}
.prod-mats__content {
  flex: 0 1 50%;
  padding-right: 56px;
}
.prod-mats__content h2, .prod-mats__content h3, .prod-mats__content h4, .prod-mats__content h5, .prod-mats__content h6 {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .prod-mats__content h2, .prod-mats__content h3, .prod-mats__content h4, .prod-mats__content h5, .prod-mats__content h6 {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .prod-mats__content {
    flex: 1 1 100%;
    padding-right: 0;
  }
}
.prod-mats__image {
  width: 100%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  .prod-mats__image {
    max-width: 100%;
    position: initial;
    transform: none;
    margin-bottom: 15px;
  }
}
.prod-mats__image img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

.prod-downloads {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .prod-downloads {
    padding: 50px 0;
  }
}

.prod-train {
  margin-bottom: 80px;
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .prod-train {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.prod-train__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .prod-train__inner {
    flex-direction: column;
  }
}
.prod-train__heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .prod-train__heading {
    margin-bottom: 15px;
  }
}
.prod-train__left {
  flex: 0 1 calc(50% - 98px);
}
@media (max-width: 991.98px) {
  .prod-train__left {
    flex: 0 1 calc(50% - 30px);
  }
}
.prod-train__right {
  flex: 0 1 50%;
  border-radius: var(--default-border-radius);
  overflow: hidden;
  aspect-ratio: 16/10;
}
.prod-train__right .vimage {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .prod-train__right {
    margin-top: 15px;
  }
}
.prod-train__content h2, .prod-train__content h3, .prod-train__content h4, .prod-train__content h5, .prod-train__content h6, .prod-train__content p {
  margin-bottom: 12px;
}

.defprod-faq {
  padding: 0 0 80px;
}
@media (max-width: 767.98px) {
  .defprod-faq {
    padding: 0 0 50px;
  }
}
.defprod-faq__heading {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .defprod-faq__heading {
    margin-bottom: 15px;
  }
}
.defprod-faq__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: 20px;
}
.defprod-faq .accordion {
  --accordion-color: var(--clr-accent) !important;
}

.defprod-support {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .defprod-support {
    padding: 50px 0;
  }
}
.defprod-support__heading {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .defprod-support__heading {
    margin-bottom: 15px;
  }
}
.defprod-support__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 18px;
  row-gap: 36px;
}
.defprod-support__item {
  flex: 0 1 calc(50% - 9px);
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .defprod-support__item {
    flex: 1 1 100%;
  }
}
@media (max-width: 767.98px) {
  .defprod-support__item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.defprod-support__item > img {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  margin-right: 27px;
  display: block;
}
@media (max-width: 767.98px) {
  .defprod-support__item > img {
    margin-right: 0;
    margin-bottom: 10px;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
  }
}
.defprod-support__item > div > span {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  display: block;
  margin-bottom: 9px;
}
@media (max-width: 1469.98px) {
  .defprod-support__item > div > span {
    font-size: 20px;
    line-height: 26px;
  }
}

.nemis-contacts {
  margin: 50px 0;
}
.nemis-contacts__heading {
  margin-bottom: 27px;
}
.nemis-contacts__items {
  max-width: 774px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 36px;
  margin-bottom: 36px;
}
.nemis-contacts__items:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .nemis-contacts__items {
    row-gap: 20px;
  }
}
@media (max-width: 580px) {
  .nemis-contacts__items {
    flex-direction: column;
    align-items: flex-start;
  }
}
.nemis-contacts__title {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.nemis-contacts__item {
  flex: 1 1 50%;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.nemis-contacts__item a {
  color: var(--clr-black);
}
.nemis-contacts__item > img {
  margin-right: 27px;
  display: block;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
}
@media (max-width: 767.98px) {
  .nemis-contacts__item > img {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 580px) {
  .nemis-contacts__item > img {
    padding-right: 0;
  }
}
.nemis-contacts__item > div {
  flex: 1 1 auto;
}
.nemis-contacts--dynamic .nemis-contacts__item {
  align-items: flex-start;
}
.nemis-contacts--dynamic .nemis-contacts__title img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 6px;
  transform: translateY(3px);
}
.nemis-contacts--dynamic .nemis-contacts__items--additional .nemis-contacts__item {
  align-items: center;
}

.faq-block {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .faq-block {
    padding: 50px 0;
  }
}
.faq-block .accordion {
  margin-bottom: 20px;
}
.faq-block .accordion:last-of-type {
  margin-bottom: 0;
}
.faq-block .accordion__inner a {
  color: var(--clr-accent);
  text-decoration: underline;
}

/*# sourceMappingURL=default-product.css.map */
