/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
* {
  font-family: "Sora", sans-serif;
  color: #01121B;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  background-color: coral;
}

@media (max-width: 992px) {
  main {
    margin-top: 64px;
  }
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  text-underline-position: under;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
ul,
li {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  width: 100%;
}

h1,
h1 *, .h1 {
  font-size: 64px;
  line-height: 105%;
}
@media (max-width: 992px) {
  h1,
  h1 *, .h1 {
    font-size: 40px;
    line-height: 110%;
  }
}

h2,
h2 *, .h2, .front-page .hero__slogan-number {
  font-size: 40px;
  line-height: 120%;
}
@media (max-width: 992px) {
  h2,
  h2 *, .h2, .front-page .hero__slogan-number {
    font-size: 32px;
  }
}

h3,
h3 *, .h3 {
  font-size: 32px;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3,
  h3 *, .h3 {
    font-size: 28px;
  }
}

h4,
h4 *, .h4 {
  font-size: 24px;
  line-height: 140%;
}

h5,
h5 * {
  font-size: 20px;
  line-height: 140%;
}

.p--1 {
  font-size: 20px;
  line-height: 140%;
}

.p--2, .header__bottom .menu-item a {
  font-size: 16px;
  line-height: 140%;
}

.p--3, .header__search .search-submit, .header__lang-item a, .header__lang-toggle, .header__small-menu a, .header__contact-phone, .header__contact-email {
  font-size: 14px;
  line-height: 140%;
}

.p--4 {
  font-size: 12px;
  line-height: 140%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.container {
  max-width: 1520px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: content-box;
}
@media (max-width: 1100px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
  transition: background-color 0.3s ease;
}
@media (max-width: 992px) {
  .header {
    background-color: white;
  }
}
.header * {
  transition: color 0.3s ease;
  color: white;
}
.header__logo {
  max-width: 182px;
  transition: max-width 0.3s ease;
}
@media (max-width: 992px) {
  .header__logo {
    max-width: 130px;
  }
}
.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12.5px 0;
}
@media (max-width: 992px) {
  .header__top {
    padding: 8px 0;
  }
}
.header__right {
  display: flex;
  align-items: cqenter;
  gap: 48px;
}
@media (max-width: 992px) {
  .header__right {
    display: none;
  }
}
.header__hamburger {
  display: none;
  background-color: #008C66;
  width: 48px;
  height: 48px;
}
@media (max-width: 992px) {
  .header__hamburger {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: center;
    align-items: center;
  }
}
.header__hamburger span {
  display: block;
  width: 14px;
  background-color: white;
  height: 2px;
  transition: transform 0.3s ease;
}
.header__hamburger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.header__hamburger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__hamburger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}
.header__contact {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__contact-details {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__contact-dot {
  background-color: white;
  height: 3px;
  width: 3px;
}
.header__contact-phone, .header__contact-email {
  font-weight: 600;
}
.header__contact-email {
  text-decoration: none;
}
.header__contact-icon-wrap {
  padding: 6px;
  display: grid;
  place-items: center;
  background-color: #008C66;
  width: fit-content;
}
.header__contact-icon {
  height: 20px;
  width: 20px;
}
.header__small-menu .small-nav-list {
  display: flex;
  list-style: none;
  gap: 16px;
  align-items: center;
}
.header__small-menu .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  margin-top: 30px;
  z-index: 1;
  padding: 12px;
  list-style-type: none;
  width: stretch;
}
.header__small-menu .menu-item-has-children {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
}
.header__small-menu .menu-item-has-children::after {
  width: 8px;
  height: 4px;
  content: "";
  padding-right: 5px;
  background: url(/wp-content/themes/sinoma/dist/images/chevron-down-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header__small-menu a {
  font-weight: 600;
}
.header__small-menu .menu-item-has-children--active {
  box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
  background-color: white;
}
.header__small-menu .menu-item-has-children--active::after {
  transform-origin: 4px;
  transform: rotate(180deg);
  filter: invert(1);
}
.header__small-menu .menu-item-has-children--active a {
  color: #01121B;
}
.header__small-menu .menu-item-has-children--active .sub-menu {
  display: block;
  background-color: white;
}
.header__small-menu .menu-item-has-children--active .sub-menu li {
  padding-top: 3px;
}
.header__small-menu .menu-item-has-children--active .sub-menu a:hover {
  border-bottom: 2px solid #008C66;
}
.header__top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__lang {
  position: relative;
}
.header__lang-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: white;
  font-weight: 600;
}
.header__lang-toggle::after {
  width: 8px;
  height: 4px;
  content: "";
  background: url(/wp-content/themes/sinoma/dist/images/chevron-down-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header__lang-list {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  margin: 0;
  padding: 12px;
  list-style: none;
  background-color: white;
  box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
  width: stretch;
  z-index: 20;
}
.header__lang-item a {
  display: block;
  padding: 4px 0;
  color: #01121B;
  font-weight: 600;
  width: fit-content;
}
.header__lang-item a:hover {
  padding-bottom: 2px;
  border-bottom: 2px solid #008C66;
}
.header__lang--active .header__lang-toggle {
  background-color: white;
  color: #01121B;
}
.header__lang--active .header__lang-toggle::after {
  transform-origin: 4px;
  transform: rotate(180deg);
  filter: invert(1);
}
.header__lang--active .header__lang-list {
  display: block;
}
.header__lang--active .header__lang-current {
  color: #01121B;
}
.header__right-mobile {
  display: flex;
  align-items: center;
  gap: 8px;
  position: static;
}
.header__search {
  position: relative;
  display: grid;
  place-items: center;
}
.header__search--mobile {
  display: none;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .header__search--mobile {
    display: flex;
    position: static;
  }
}
.header__search--mobile .header__search-icon {
  width: 24px;
  height: 24px;
}
.header__search--mobile .header__search-form-wrap {
  top: calc(100% + 17px);
  right: -20px;
}
.header__search-icon {
  cursor: pointer;
}
.header__search-icon--follow {
  display: none;
}
.header__search form > div {
  display: flex;
}
.header__search-form-wrap {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  display: none;
  background-color: white;
  padding: 12px;
  box-shadow: 0 2px 8px 0 rgba(22, 43, 55, 0.08);
  min-width: 260px;
  z-index: 20;
}
.header__search--active .header__search-form-wrap {
  display: block;
}
@media (max-width: 992px) {
  .header__search-form-wrap {
    display: block;
    position: absolute;
    top: 100% !important;
    left: 0;
    right: -20px;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #C5CFCC;
    box-shadow: none;
    min-width: unset;
    padding: 8px 20px;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
  }
  .header__search--active .header__search-form-wrap {
    max-height: 64px;
    opacity: 1;
  }
}
.header__search .search-form {
  display: flex;
}
.header__search .search-field {
  border: none;
  border-bottom: 1px solid #6D95AC;
  outline: none;
  padding: 6px;
  padding-bottom: 8px;
  color: #01121B;
}
@media (max-width: 992px) {
  .header__search .search-field {
    font-size: 16px;
    width: 100%;
    padding: 12px;
    border-bottom: 2px solid #01121B;
  }
}
.header__search .search-submit {
  padding: 8px 16px;
  color: white;
  background-color: #008C66;
  border: none;
}
@media (max-width: 992px) {
  .header__search .search-submit {
    width: 48px;
    height: 48px;
    background: url(/wp-content/themes/sinoma/dist/images/search-icon-white.svg);
    background-color: #008C66;
    font-size: 0;
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.header__bottom {
  border-top: 1px solid rgba(233, 235, 236, 0.2);
  padding: 24px 0;
  transition: padding 0.3s ease;
}
@media (max-width: 992px) {
  .header__bottom {
    display: none;
  }
}
.header__bottom .site-nav-list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  list-style: none;
}
.header__bottom .menu-item {
  max-width: 206px;
  position: relative;
}
.header__bottom .menu-item::after {
  content: "";
  left: 0;
  display: block;
  position: absolute;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background-color: #008C66;
  transition: width 0.3s ease;
}
.header__bottom .menu-item:hover::after {
  width: 100%;
}
.header__bottom .menu-item a {
  line-height: 130%;
  font-weight: 600;
}
.header__mobile-nav {
  display: none;
  padding: 24px 20px;
  background-color: white;
  left: -100%;
  transition: left 0.3s ease;
  width: 100%;
  position: absolute;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .header__mobile-nav {
    display: block;
  }
}
.header__mobile-nav--active {
  left: 0;
  border-top: 1px solid #C5CFCC;
}
.header__mobile-nav li {
  padding: 16px 0;
}
.header__mobile-nav a {
  color: #01121B;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.header--active {
  background-color: white;
}
.header--active * {
  color: #01121B;
}
@media (min-width: 992px) {
  .header--active .header__search-icon {
    display: none;
  }
}
.header--active .header__search-icon--follow {
  display: block;
}
.header--active .header__logo {
  max-width: 140px;
}
.header--active .header__bottom {
  padding: 16px 0;
}
.header--active .header__lang-toggle::after {
  background: url(/wp-content/themes/sinoma/dist/images/chevron-down-black.svg);
  background-repeat: no-repeat;
  filter: none;
}
.header--active .header__small-menu .menu-item-has-children::after {
  background: url(/wp-content/themes/sinoma/dist/images/chevron-down-black.svg);
  background-repeat: no-repeat;
  filter: none;
}

.footer {
  background-color: #01121B;
  position: relative;
}
@media (max-width: 992px) {
  .footer > .container {
    padding: 0;
  }
}
.footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/wp-content/themes/sinoma/dist/images/pattern3.svg);
  background-position: bottom right;
  background-size: contain;
  width: 533px;
  height: 429px;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .footer::after {
    display: none;
  }
}
.footer * {
  color: white;
}
.footer__top {
  padding: 77px 0 80px 0;
  display: grid;
  grid-template-columns: 362px 724px;
  gap: 24px;
  position: relative;
}
@media (max-width: 1280px) {
  .footer__top {
    grid-template-columns: 289px 579px;
  }
}
@media (max-width: 992px) {
  .footer__top {
    background-color: #008C66;
    grid-template-columns: 1fr;
    padding: 0;
  }
}
.footer__company {
  padding-top: 32px;
  padding-bottom: 16px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .footer__company {
    padding-top: 24px;
  }
}
.footer__brand {
  max-width: 362px;
}
@media (max-width: 992px) {
  .footer__brand {
    padding: 40px 20px;
  }
}
.footer__logo img {
  max-width: 140px;
}
@media (max-width: 992px) {
  .footer__logo img {
    filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(14%) hue-rotate(236deg) brightness(103%) contrast(103%);
  }
}
.footer__contact-icon-wrap {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background-color: #008C66;
}
@media (max-width: 992px) {
  .footer__contact-icon-wrap {
    background-color: #01121B;
  }
}
.footer__contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contact-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .footer__contact-icon {
    filter: brightness(0) saturate(100%) invert(32%) sepia(68%) saturate(6342%) hue-rotate(156deg) brightness(97%) contrast(101%);
  }
}
.footer__contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.footer__menus {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .footer__menus {
    background-color: #01121B;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-top: 24px;
    padding-bottom: 40px;
    border-bottom: 1px solid #162B37;
  }
}
.footer__menu-block {
  padding: 0 24px;
}
@media (max-width: 1280px) {
  .footer__menu-block {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .footer__menu-block:last-child {
    padding-top: 24px;
    border-top: 1px solid #162B37;
  }
}
.footer__menu-title {
  margin-bottom: 16px;
  text-transform: uppercase;
  font-size: 12px;
}
.footer__menu-list {
  list-style: none;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer__menu-list {
    gap: 20px;
  }
}
.footer__menu-list li {
  position: relative;
}
.footer__menu-list li::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 6px;
  background: url(/wp-content/themes/sinoma/dist/images/chevron-right-white.svg);
  background-position: center;
  background-size: contain;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
}
.footer__menu-list a {
  font-size: 14px;
}
.footer__socials {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  bottom: 50%;
  transform: translateY(50%);
}
@media (max-width: 992px) {
  .footer__socials {
    right: 20px;
    top: 40px;
    bottom: unset;
    transform: none;
  }
}
.footer__to-top {
  width: 48px;
  height: 48px;
  background-color: #01121B;
  display: grid;
  place-items: center;
  margin-bottom: 57px;
}
.footer__to-top-img {
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
}
.footer__social-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 992px) {
  .footer__social-list {
    display: none;
  }
}
.footer__social-link img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer__mobile-socials {
  display: none;
  padding-top: 24px;
  padding-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .footer__mobile-socials {
    display: block;
  }
}
.footer__mobile-socials-list {
  display: flex;
  gap: 24px;
  align-items: center;
}
.footer__mobile-socials img {
  padding: 10px;
  width: 20px;
  height: 20px;
}
.footer__bottom {
  padding: 16px 0;
  font-size: 12px;
  border-top: 1px solid #162B37;
}
.footer__bottom .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .footer__bottom .container {
    flex-direction: column;
    gap: 8px;
    justify-content: center;
  }
}
.footer__bottom-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 992px) {
  .footer__bottom-wrap {
    justify-content: center;
  }
}
.footer__bottom-list {
  list-style: none;
}
.footer__created-by {
  z-index: 1;
  position: relative;
}
.footer__created-by-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 992px) {
  .footer__created-by-wrap {
    justify-content: center;
  }
}
.footer__created-by-img {
  width: 79px;
  z-index: 1;
  position: relative;
  object-fit: contain;
}

.section-title {
  font-size: 16px;
  background-color: #a2dd71;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 40px;
}

.button {
  padding: 17px 24px;
  background-color: #008C66;
  color: white;
  font-weight: 600;
  line-height: 1.4;
  font-weight: 16px;
  width: fit-content;
  position: relative;
  display: flex;
  border: none;
  cursor: pointer;
  gap: 12px;
  align-items: center;
}
@media (max-width: 992px) {
  .button {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding: 13px 24px;
    font-size: 16px;
  }
}
.button {
  transition: background-color 0.3s ease;
}
.button:hover {
  background-color: #028562;
}
.button::after {
  content: "";
  width: 8px;
  height: 4px;
  background: url(/wp-content/themes/sinoma/dist/images/chevron-down-white.svg);
  background-size: contain;
}
.button--small {
  padding: 11px 16px;
  background-color: #6D95AC;
}
.button--black {
  background-color: #01121B;
  transition: background-color 0.3s ease;
}
.button--black:hover {
  background-color: #162B37;
}
.button--white {
  color: #01121B;
  background-color: white;
}
.button--white::after {
  background: url(/wp-content/themes/sinoma/dist/images/chevron-down-black.svg);
}
.button--white {
  transition: background-color 0.3s ease;
}
.button--white:hover {
  background-color: #EEF8F1;
}
.button--forward::after {
  transform: rotate(-90deg);
}

.eyebrow {
  font-size: 12px;
  font-size: 400;
  line-height: 1.4;
  text-transform: uppercase;
  width: fit-content;
  padding-top: 12px;
  border-top: 4px solid #008C66;
}

input[type=text], input[type=email], input[type=tel], textarea {
  padding: 13px 12px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  border: 1px solid #C5CFCC;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  height: 79px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #C5CFCC;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

input[type=checkbox]:checked {
  border-color: #008C66;
  background: #fff url(/wp-content/themes/sinoma/dist/images/tick-green.svg) center no-repeat;
  background-size: contain;
}

input[type=checkbox]:focus-visible {
  outline: 1px solid #008C66;
  outline-offset: 1px;
}

.custom-select {
  position: relative;
  width: 100%;
}
.custom-select select {
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.custom-select__toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 12px;
  border: 1px solid #C5CFCC;
  background-color: #fff;
  color: #274759;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
}
.custom-select__toggle:focus-visible {
  outline: 2px solid #008C66;
  outline-offset: 2px;
}
.custom-select__value {
  min-width: 0;
}
.custom-select__caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #01121B;
  flex: 0 0 auto;
  transition: transform 0.2s ease;
}
.custom-select__options {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #274759;
  border-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 2;
  padding-top: 8px;
  padding-bottom: 8px;
}
.custom-select__option {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 13px;
  border: 0;
  background: transparent;
  color: #01121B;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}
.custom-select__option:last-child {
  border-bottom: 0;
}
.custom-select__option::before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  border: 1px solid #C5CFCC;
  background-color: #fff;
  box-sizing: border-box;
}
.custom-select__option--selected {
  color: #274759;
}
.custom-select__option--selected::before {
  border-color: #008C66;
  background: url(/wp-content/themes/sinoma/dist/images/tick-green.svg);
  background-size: contain;
}
.custom-select--active .custom-select__toggle {
  border-bottom: none;
  border-color: #01121B;
}
.custom-select--active .custom-select__caret {
  transform: rotate(180deg);
}
.custom-select--active .custom-select__options {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.contact-form__acceptance {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #274759;
  font-size: 20px;
  line-height: 1.4;
}
.contact-form__acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  cursor: pointer;
}
.contact-form__acceptance .wpcf7-list-item {
  margin: 0;
}
.contact-form__acceptance .wpcf7-list-item-label {
  color: #274759;
}
.contact-form__acceptance .contact-form__link {
  color: #274759;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.wpcf7-not-valid-tip {
  color: #FC4A4D;
  display: inline-block;
  padding-top: 3px;
  font-size: 12px;
}

.wpcf7-response-output {
  border: none !important;
  background-color: #EEF8F1;
  padding: 0 40px 40px 40px !important;
  margin: 0 !important;
  font-size: 14px;
}

input.wpcf7-not-valid {
  border-color: #FC4A4D;
}

input:focus {
  border-color: #01121B;
}

.waste .search {
  padding: 120px 0;
}
@media (max-width: 992px) {
  .waste .search {
    padding: 60px 0;
  }
}
.waste .search__title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 24px;
}
.waste .search__info {
  text-align: center;
  font-weight: 600;
  padding-bottom: 24px;
}
.waste .search__input-wrap {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
.waste .search__input {
  border: 2px solid #E3F0F7;
  padding: 8.5px 16px;
  font-size: 18px;
  font-weight: 700;
  width: 286px;
  outline: none;
  display: block;
  margin: 0 auto;
}
.waste .search__input-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  object-fit: contain;
  cursor: pointer;
}
.waste .search .cells {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}
.waste .search .cells .cell {
  padding: 24px;
  background-color: #E3F0F7;
  flex: 0 0 calc((100% - 48px) / 3);
}
@media (max-width: 992px) {
  .waste .search .cells .cell {
    padding: 16PX;
  }
}
@media (max-width: 992px) {
  .waste .search .cells .cell {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media (max-width: 576px) {
  .waste .search .cells .cell {
    flex-basis: 100%;
  }
}
.waste .search .cells .cell__title {
  padding-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}
.waste .search .cells .cell__list {
  list-style: none;
  margin: 0;
}
.waste .search .cells .cell__li {
  padding: 6px 10px;
  border-bottom: 2px solid rgba(178, 204, 214, 0.4);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.waste .search .cells .cell__li--active {
  background-color: #D0F5EB;
}
.waste .search .cells .cell__li-name {
  font-size: 14px;
}
.waste .search .cells .cell__li-code {
  width: 90px;
  min-width: 90px;
}
@media (max-width: 992px) {
  .waste .search .cells .cell__li-code {
    width: 70px;
    min-width: 70px;
  }
}
.waste .search .cells .cell-contact {
  padding: 24px 40px;
  background-color: #274759;
  height: fit-content;
  flex: 1 1 calc((100% - 48px) / 3);
}
@media (max-width: 992px) {
  .waste .search .cells .cell-contact {
    flex-basis: calc((100% - 24px) / 2);
  }
}
@media (max-width: 576px) {
  .waste .search .cells .cell-contact {
    flex-basis: 100%;
  }
}
.waste .search .cells .cell-contact__title {
  color: white;
  padding-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.front-page .hero {
  min-height: 920px;
  position: relative;
}
.front-page .hero::before {
  content: "";
  width: 100%;
  height: 144px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
@media (max-width: 992px) {
  .front-page .hero::before {
    display: none;
  }
}
@media (max-width: 1440px) {
  .front-page .hero {
    min-height: 800px;
  }
}
@media (max-width: 992px) {
  .front-page .hero {
    min-height: 512px;
  }
}
@media (max-width: 576px) {
  .front-page .hero {
    min-height: 600px;
  }
}
@media (max-width: 476px) {
  .front-page .hero {
    min-height: 660px;
  }
}
@media (max-width: 768px) {
  .front-page .hero::before {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .front-page .hero::before {
    height: 120px;
  }
}
@media (max-width: 420px) {
  .front-page .hero::before {
    height: 80px;
  }
}
.front-page .hero .hero-swiper,
.front-page .hero .swiper-wrapper,
.front-page .hero .swiper-slide {
  min-height: 920px;
}
@media (max-width: 1440px) {
  .front-page .hero .hero-swiper,
  .front-page .hero .swiper-wrapper,
  .front-page .hero .swiper-slide {
    min-height: 800px;
  }
}
@media (max-width: 992px) {
  .front-page .hero .hero-swiper,
  .front-page .hero .swiper-wrapper,
  .front-page .hero .swiper-slide {
    min-height: 512px;
  }
}
@media (max-width: 576px) {
  .front-page .hero .hero-swiper,
  .front-page .hero .swiper-wrapper,
  .front-page .hero .swiper-slide {
    min-height: 600px;
  }
}
@media (max-width: 476px) {
  .front-page .hero .hero-swiper,
  .front-page .hero .swiper-wrapper,
  .front-page .hero .swiper-slide {
    min-height: 660px;
  }
}
.front-page .hero .hero-swiper {
  height: 100%;
}
@media (max-width: 992px) {
  .front-page .hero .hero-swiper {
    position: relative;
  }
  .front-page .hero .hero-swiper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    width: 320px;
    height: 80px;
    background: url(/wp-content/themes/sinoma/dist/images/hero-stripe-mobile-top.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .front-page .hero .hero-swiper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2;
    width: 286px;
    height: 80px;
    background: url(/wp-content/themes/sinoma/dist/images/hero-stripe-mobile-bottom.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .front-page .hero .hero-swiper::before {
    width: 100%;
    height: 100px;
    background-position: right top;
    transform: scaleY(0.8);
    top: -10px;
  }
  .front-page .hero .hero-swiper::after {
    width: 100%;
    height: 100px;
    background-position: left bottom;
    transform: scaleY(0.8);
    bottom: -11px;
  }
}
.front-page .hero .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: start;
  position: relative;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat !important;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 33.7%), linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 20.54%);
}
@media (max-width: 992px) {
  .front-page .hero .swiper-slide {
    justify-content: center;
    align-items: start;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .front-page .hero .swiper-slide {
    background-position: -446px 0;
    background-size: cover;
    justify-content: start;
    padding-top: 96px;
  }
}
.front-page .hero .swiper-slide::before {
  content: "";
  background: url(/wp-content/themes/sinoma/dist/images/hero-stripe.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 767px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1115px;
  z-index: 1;
}
@media (max-width: 1440px) {
  .front-page .hero .swiper-slide::before {
    height: 650px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .front-page .hero .swiper-slide::before {
    background: rgba(3, 12, 17, 0.6980392157);
    width: 100%;
    height: 100%;
  }
}
.front-page .hero__holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  padding-top: 100px;
}
@media (min-width: 1921px) {
  .front-page .hero__holder {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .front-page .hero__holder {
    max-width: 600px;
    margin: 0;
    padding-left: 40px;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .front-page .hero__holder {
    max-width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 576px) {
  .front-page .hero__holder {
    max-width: 100%;
    padding: 20px;
  }
}
.front-page .hero__holder * {
  position: relative;
  z-index: 2;
}
.front-page .hero__title {
  color: #01121B;
  padding-bottom: 40px;
  font-weight: 600;
  max-width: 722px;
}
@media (max-width: 992px) {
  .front-page .hero__title {
    color: white;
    max-width: none;
    padding-bottom: 24px;
  }
}
@media (max-width: 576px) {
  .front-page .hero__title {
    text-align: center;
  }
}
.front-page .hero__subtitle {
  color: #7C94A2;
  padding-bottom: 40px;
  max-width: 722px;
}
@media (max-width: 992px) {
  .front-page .hero__subtitle {
    color: white;
    text-align: left;
    max-width: none;
  }
}
@media (max-width: 576px) {
  .front-page .hero__subtitle {
    text-align: center;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .front-page .hero__btn {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
  }
}
.front-page .hero__pagination {
  position: absolute;
  bottom: 51px;
  width: 100%;
}
@media (max-width: 992px) {
  .front-page .hero__pagination {
    bottom: 111px;
  }
  .front-page .hero__pagination .container {
    padding-left: 37px;
  }
}
@media (max-width: 576px) {
  .front-page .hero__pagination {
    bottom: 145px;
  }
  .front-page .hero__pagination .container {
    padding-left: 0;
  }
}
.front-page .hero .swiper-pagination,
.front-page .hero .swiper-pagination--mobile {
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 2;
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
}
@media (max-width: 576px) {
  .front-page .hero .swiper-pagination,
  .front-page .hero .swiper-pagination--mobile {
    justify-content: center;
  }
}
.front-page .hero .swiper-pagination-bullet {
  background-color: #C5CFCC;
  width: 6px;
  height: 6px;
  border-radius: 0;
  margin: 17px !important;
  opacity: 1;
}
.front-page .hero .swiper-pagination-bullet-active {
  background-color: #008C66;
}
.front-page .hero__slogan {
  position: absolute;
  bottom: 34px;
  right: 0;
  z-index: 2;
  width: 100%;
}
@media (max-width: 576px) {
  .front-page .hero__slogan {
    bottom: 96px;
  }
}
.front-page .hero__slogan .container {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
}
@media (max-width: 576px) {
  .front-page .hero__slogan .container {
    justify-content: start;
  }
}
.front-page .hero__slogan .container * {
  color: white;
}
.front-page .hero__slogan-number {
  font-weight: 600;
}
.front-page .hero__slogan-text {
  font-size: 14px;
}
.front-page .hero__slogan-chevrons {
  width: 24px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-left: 24px;
}
@media (max-width: 576px) {
  .front-page .hero__slogan-chevrons {
    display: none;
  }
}
.front-page .hero__slogan-chevron {
  width: 8px;
  height: 4px;
  object-fit: contain;
}

.front-page .meet {
  padding: 120px 0;
  background-color: #008C66;
}
@media (max-width: 1440px) {
  .front-page .meet {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .front-page .meet {
    padding: 0;
    padding-bottom: 60px;
  }
}
.front-page .meet * {
  color: white;
}
.front-page .meet__top {
  position: relative;
  padding-bottom: 60px;
}
.front-page .meet__eyebrow {
  color: white;
  border-color: white;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .front-page .meet__eyebrow {
    padding-bottom: 40px;
  }
}
.front-page .meet__title {
  max-width: 877px;
}
@media (max-width: 1440px) {
  .front-page .meet__title {
    max-width: 750px;
  }
}
.front-page .meet__shape {
  width: 499px;
  height: 348px;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .front-page .meet__shape {
    width: 355px;
    height: 250px;
  }
}
@media (max-width: 992px) {
  .front-page .meet__shape {
    display: none;
  }
}
.front-page .meet__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .front-page .meet__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .front-page .meet__grid {
    grid-template-columns: 1fr;
  }
}
.front-page .meet .item {
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 480px;
  padding: 60px;
  align-items: start;
}
@media (max-width: 1440px) {
  .front-page .meet .item {
    padding: 32px;
    min-height: 380px;
  }
}
@media (max-width: 576px) {
  .front-page .meet .item {
    padding: 20px;
    min-height: 360px;
  }
}
.front-page .meet .item__icon-holder {
  background-color: #008C66;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
}
.front-page .meet .item__icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.front-page .meet .item__title {
  padding-bottom: 8px;
}
.front-page .meet__bottom {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .front-page .meet__bottom {
    padding-top: 40px;
  }
}
.front-page .meet__bottom .container {
  position: relative;
}
.front-page .meet__bottom .container::after {
  content: "";
  width: 656px;
  height: 173px;
  background: url(/wp-content/themes/sinoma/dist/images/pattern1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  right: 24px;
  bottom: 0;
  position: absolute;
  z-index: 0;
}
@media (max-width: 992px) {
  .front-page .meet__bottom .container::after {
    width: 100vw;
    height: 116px;
    right: unset;
    left: -30px;
    bottom: -60px;
    background: url(/wp-content/themes/sinoma/dist/images/pattern1-mobile.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
  }
}
.front-page .meet__bottom-row {
  padding: 16px 0;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .front-page .meet__bottom-row {
    flex-direction: column;
    padding: 0;
    align-items: start;
    padding-top: 32px;
    gap: 40px;
  }
}
.front-page .meet__bottom-icon-wrap {
  min-width: 88px;
  min-height: 88px;
  background-color: #01121B;
  display: grid;
  place-items: center;
}
.front-page .meet__bottom-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.front-page .meet__bottom-summary {
  padding-left: 40px;
  max-width: 732px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .front-page .meet__bottom-summary {
    padding-left: 0;
  }
}
.front-page .meet__bottom-cta {
  margin-left: auto;
  color: #01121B;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .front-page .meet__bottom-cta {
    margin-left: 0;
  }
}

.front-page .sp {
  background-color: #EEF8F1;
  padding: 120px 0;
  position: relative;
}
.front-page .sp__shape {
  width: 499px;
  height: 348px;
  object-fit: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .front-page .sp__shape {
    width: 355px;
    height: 250px;
  }
}
@media (max-width: 992px) {
  .front-page .sp__shape {
    display: none;
  }
}
@media (max-width: 1440px) {
  .front-page .sp {
    padding: 80px 0;
  }
}
@media (max-width: 576px) {
  .front-page .sp {
    padding: 60px 0;
  }
}
.front-page .sp__title {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .front-page .sp__title {
    padding-top: 40px;
  }
}
.front-page .sp__title--2 {
  padding-top: 120px;
}
@media (max-width: 1440px) {
  .front-page .sp__title--2 {
    padding-top: 60px;
  }
}
.front-page .sp .tiles {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
  min-height: 600px;
}
@media (max-width: 1440px) {
  .front-page .sp .tiles {
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 520px;
  }
}
@media (max-width: 992px) {
  .front-page .sp .tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 576px) {
  .front-page .sp .tiles {
    min-height: 546px;
    grid-template-columns: 1fr;
  }
}
.front-page .sp .tiles .tile {
  padding: 40px 24px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .front-page .sp .tiles .tile {
    padding: 24px;
  }
}
@media (max-width: 576px) {
  .front-page .sp .tiles .tile {
    padding: 32px 16px;
  }
}
.front-page .sp .tiles .tile * {
  position: relative;
  z-index: 1;
}
.front-page .sp .tiles .tile::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  transition: background 0.3s ease;
}
.front-page .sp .tiles .tile::before {
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  transition: background 0.3s ease;
}
.front-page .sp .tiles .tile:hover::before {
  background: linear-gradient(0deg, rgba(3, 12, 17, 0.8) 0%, rgba(3, 12, 17, 0.8) 100%);
}
.front-page .sp .tiles .tile:hover * {
  color: white;
}
.front-page .sp .tiles .tile:hover .tile__location-icon {
  filter: brightness(0) saturate(100%) invert(99%) sepia(64%) saturate(0%) hue-rotate(114deg) brightness(111%) contrast(101%);
}
.front-page .sp .tiles .tile:hover .tile__list-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.front-page .sp .tiles .tile:hover .tile__cta-more {
  width: auto;
  margin-left: 16px;
  min-width: 91px;
  height: auto;
}
@media (max-width: 576px) {
  .front-page .sp .tiles .tile:hover .tile__cta-more {
    padding: 13px 0;
    margin-top: 16px;
  }
}
.front-page .sp .tiles .tile__location {
  display: flex;
  gap: 8px;
  align-items: center;
  padding-bottom: 16px;
}
.front-page .sp .tiles .tile__location-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.front-page .sp .tiles .tile__location-text {
  color: #274759;
}
.front-page .sp .tiles .tile__label {
  color: white;
  background-color: #008C66;
  padding: 2px 4px;
  margin-top: 10px;
  width: fit-content;
}
.front-page .sp .tiles .tile__accordion {
  margin-top: 24px;
}
.front-page .sp .tiles .tile__accordion-elem {
  cursor: pointer;
  overflow: hidden;
  padding: 8px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.front-page .sp .tiles .tile__accordion .is-open {
  padding-bottom: 16px;
}
.front-page .sp .tiles .tile__accordion-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 16px;
}
.front-page .sp .tiles .tile__accordion-icon-wrap {
  width: 24px;
  height: 24px;
  display: grid;
  background-color: #F6FAFF;
  place-items: center;
}
.front-page .sp .tiles .tile__accordion-icon {
  width: 16px;
  height: 16px;
}
.front-page .sp .tiles .tile__list {
  margin: 0;
  padding: 0;
  list-style-type: square;
  margin-top: 24px;
}
.front-page .sp .tiles .tile__list-item {
  padding: 10px 0;
  font-size: 14px;
  list-style-position: inside;
  border-top: 1px solid #EEF8F1;
}
.front-page .sp .tiles .tile__list-item::marker {
  color: #008C66;
}
.front-page .sp .tiles .tile__buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .front-page .sp .tiles .tile__buttons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.front-page .sp .tiles .tile__cta {
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
  white-space: nowrap;
}
.front-page .sp .tiles .tile__cta-more {
  width: 0;
  background-color: transparent;
  transition: width 0.3s ease;
  height: 0;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
}

.front-page .apart {
  padding: 120px 0;
  position: relative;
}
@media (max-width: 1440px) {
  .front-page .apart {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .front-page .apart {
    padding: 120px 0 60px 0;
  }
}
.front-page .apart::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 2;
  width: 320px;
  height: 80px;
  background: url(/wp-content/themes/sinoma/dist/images/apart-figure-mobile.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .front-page .apart::before {
    display: block;
  }
}
@media (max-width: 576px) {
  .front-page .apart::before {
    width: 100%;
    height: 100px;
    background-position: left top;
    transform: scaleY(0.8);
    top: -10px;
  }
}
.front-page .apart::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/wp-content/themes/sinoma/dist/images/apart-figure.svg);
  background-size: cover;
  z-index: 1;
}
@media (max-width: 1440px) {
  .front-page .apart::after {
    left: 200px;
  }
}
@media (max-width: 992px) {
  .front-page .apart::after {
    display: none;
  }
}
.front-page .apart * {
  color: white;
}
.front-page .apart__title {
  padding: 60px 0;
}
@media (max-width: 1440px) {
  .front-page .apart__title {
    padding: 40px 0;
  }
}
.front-page .apart__title span {
  color: #008C66;
}
.front-page .apart .stats {
  display: flex;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .front-page .apart .stats {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .front-page .apart .stats {
    flex-direction: column;
  }
}
.front-page .apart .stats .stat {
  width: 232px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 992px) {
  .front-page .apart .stats .stat {
    width: auto;
    gap: 4px;
    flex-direction: row;
    padding: 0;
  }
}
.front-page .apart .stats .stat__heading {
  font-weight: 600;
}
@media (max-width: 992px) {
  .front-page .apart .stats .stat__heading {
    min-width: 120px;
  }
}
.front-page .apart .stats .stat__desc {
  font-weight: 600;
}
.front-page .apart .chars {
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 40px 0;
  border-top: 1px solid rgba(233, 235, 236, 0.2);
}
@media (max-width: 1440px) {
  .front-page .apart .chars {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .front-page .apart .chars {
    padding-top: 24px;
    margin-bottom: 0px;
    flex-direction: column;
    gap: 8px;
    align-items: start;
  }
}
.front-page .apart .chars .char {
  display: flex;
  align-items: center;
  gap: 12px;
}
.front-page .apart .chars .char__icon {
  width: 24px;
  height: 24px;
}

.front-page .certs {
  background-color: white;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .front-page .certs {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .front-page .certs {
    padding: 60px 0;
  }
}
.front-page .certs .container {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 992px) {
  .front-page .certs .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.front-page .certs__title {
  padding-top: 60px;
  max-width: 748px;
}
@media (max-width: 992px) {
  .front-page .certs__title {
    padding-top: 40px;
    max-width: none;
  }
}
.front-page .certs__title span {
  color: #008C66;
}
.front-page .certs__desc {
  max-width: 475px;
  padding: 24px 0 40px 0;
}
@media (max-width: 992px) {
  .front-page .certs__desc {
    max-width: none;
  }
}
.front-page .certs__right {
  display: flex;
  flex-direction: column;
  padding-top: 43px;
}
@media (max-width: 992px) {
  .front-page .certs__right {
    padding-top: 0;
    gap: 24px;
  }
}
.front-page .certs .cert:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #E8F1FC;
}
@media (max-width: 992px) {
  .front-page .certs .cert:first-child {
    padding-bottom: 0;
    border: none;
  }
}
.front-page .certs .cert:last-child {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .front-page .certs .cert:last-child {
    padding-top: 0;
  }
}
.front-page .certs .cert {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .front-page .certs .cert {
    gap: 16px;
    flex-direction: column;
  }
}
.front-page .certs .cert__image {
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .front-page .certs .cert__image {
    max-width: 101px;
  }
}
.front-page .certs .cert__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.front-page .strategy * {
  color: white;
}
.front-page .strategy__wrapper {
  position: relative;
  height: 525px;
}
@media (max-width: 992px) {
  .front-page .strategy__wrapper {
    height: auto;
  }
}
.front-page .strategy__left {
  padding-top: 120px;
  padding-bottom: 120px;
  position: absolute;
  width: 100%;
  background-size: cover !important;
}
@media (max-width: 992px) {
  .front-page .strategy__left {
    position: static;
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: left;
  }
}
.front-page .strategy__title {
  max-width: 560px;
  padding: 60px 0 40px 0;
}
@media (max-width: 1440px) {
  .front-page .strategy__title {
    max-width: 460px;
  }
}
@media (max-width: 992px) {
  .front-page .strategy__title {
    padding-top: 40px;
  }
}
.front-page .strategy__title span {
  color: #008C66;
}
.front-page .strategy__right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 0;
}
@media (max-width: 1440px) {
  .front-page .strategy__right {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .front-page .strategy__right {
    position: static;
    width: 100%;
  }
}
.front-page .strategy__cta {
  background-color: transparent;
  padding-left: 0;
}
@media (max-width: 992px) {
  .front-page .strategy__cta {
    justify-content: start;
  }
}
.front-page .strategy__cta::after {
  background: url(/wp-content/themes/sinoma/dist/images/chevron-right-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 8px;
  width: 4px;
}
.front-page .strategy .tile {
  height: 525px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  background-size: cover !important;
}
@media (max-width: 1440px) {
  .front-page .strategy .tile {
    padding: 24px;
    height: 262px;
  }
}
@media (max-width: 992px) {
  .front-page .strategy .tile {
    height: 360px;
    padding: 20px;
  }
}
.front-page .strategy .tile__icon-wrap {
  position: absolute;
  top: 48px;
  left: 48px;
  width: 56px;
  height: 56px;
  background-color: #008C66;
  display: grid;
  place-items: center;
}
@media (max-width: 1440px) {
  .front-page .strategy .tile__icon-wrap {
    top: 24px;
    left: 24px;
  }
}
@media (max-width: 992px) {
  .front-page .strategy .tile__icon-wrap {
    top: 20px;
    left: 20px;
  }
}
.front-page .strategy .tile__icon {
  height: 24px;
  width: 24px;
}
.front-page .strategy .tile__title {
  padding-bottom: 8px;
}

.front-page .coop {
  background-color: white;
  padding: 120px 0;
}
@media (max-width: 1440px) {
  .front-page .coop {
    padding: 80px 0;
  }
}
@media (max-width: 992px) {
  .front-page .coop {
    padding: 60px 0;
  }
}
.front-page .coop__slider {
  padding-top: 60px;
}
@media (max-width: 992px) {
  .front-page .coop__slider {
    padding-top: 40px;
  }
}
.front-page .coop .swiper-slide {
  height: 120px;
  display: grid;
  place-items: center;
}
@media (max-width: 992px) {
  .front-page .coop .swiper-slide {
    height: 60px;
  }
}
.front-page .coop .swiper-slide img {
  max-height: 54px;
  max-width: 200px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .front-page .coop .swiper-slide img {
    max-width: 120px;
    max-height: 30px;
  }
}

.front-page .contact {
  background-color: #fff;
  position: relative;
}
.front-page .contact::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 500px;
  height: 400px;
  background: url(/wp-content/themes/sinoma/dist/images/pattern2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
}
@media (max-width: 992px) {
  .front-page .contact::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .front-page .contact .container {
    padding: 0;
  }
}
.front-page .contact__bg {
  padding: 120px 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 56.48%, #F7FEF9 100%);
}
@media (max-width: 992px) {
  .front-page .contact__bg {
    padding: 80px 0 0 0;
  }
}
.front-page .contact__wrapper {
  display: grid;
  grid-template-columns: minmax(0, 66fr) minmax(0, 76fr);
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1440px) {
  .front-page .contact__wrapper {
    gap: 40px;
  }
}
@media (max-width: 992px) {
  .front-page .contact__wrapper {
    grid-template-columns: 1fr;
  }
}
.front-page .contact__left, .front-page .contact__right {
  min-width: 0;
}
@media (max-width: 992px) {
  .front-page .contact__left {
    padding: 0 20px;
  }
}
.front-page .contact__right {
  background-color: #EEF8F1;
  position: relative;
}
@media (max-width: 992px) {
  .front-page .contact__right {
    padding-bottom: 140px;
  }
}
.front-page .contact__right::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 360px;
  height: 80px;
  background: url(/wp-content/themes/sinoma/dist/images/pattern2-mobile.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 0;
  display: none;
}
@media (max-width: 992px) {
  .front-page .contact__right::after {
    display: block;
  }
}
.front-page .contact__title {
  padding-bottom: 24px;
}
.front-page .contact__subtitle {
  color: #274759;
  padding-bottom: 40px;
}
.front-page .contact__info-box {
  padding-left: 40px;
  border-left: 4px solid #008C66;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .front-page .contact__info-box {
    padding-left: 20px;
    transform: translateX(-20px);
  }
}
.front-page .contact__info-title {
  padding-bottom: 20px;
}
.front-page .contact__icon-wrap {
  width: 32px;
  height: 32px;
  display: grid;
  background-color: #008C66;
  place-items: center;
}
.front-page .contact__icon {
  width: 20px;
  height: 20px;
}
.front-page .contact__info-line {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}
.front-page .contact__info-additional {
  color: #274759;
  margin-top: 20px;
}
.front-page .contact__bottom {
  padding-top: 24px;
  border-top: 1px solid #C5CFCC;
}
.front-page .contact__bottom-title {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .front-page .contact__cta {
    width: fit-content;
  }
}
.front-page .contact .contact-form {
  padding: 40px;
}
@media (max-width: 992px) {
  .front-page .contact .contact-form {
    padding: 32px 20px;
    padding-bottom: 0;
  }
}
.front-page .contact .contact-form__link {
  text-decoration: underline;
}
.front-page .contact .contact-form__heading {
  font-size: 14px;
  font-weight: 600;
  padding: 24px 0 16px 0;
}
.front-page .contact .contact-form__label {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 8px;
}
.front-page .contact .contact-form__label--gray {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  color: #7C94A2;
}
.front-page .contact .contact-form__group {
  margin-bottom: 16px;
}
.front-page .contact .contact-form__group:first-child {
  margin: 0;
}
.front-page .contact .contact-form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .front-page .contact .contact-form__footer {
    flex-direction: column;
    align-items: start;
    gap: 24px;
  }
}
.front-page .contact .contact-form__acceptance {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  color: #274759;
  font-size: 20px;
  line-height: 1.4;
}
.front-page .contact .contact-form__acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.front-page .contact .contact-form__acceptance .wpcf7-list-item {
  margin: 0;
}
.front-page .contact .contact-form__acceptance .wpcf7-list-item-label {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 992px) {
  .front-page .contact .contact-form__btn, .front-page .contact .contact-form__action {
    width: 100%;
  }
}
/*!**********************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/swiper.css ***!
  \**********************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

/*!**********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/swiper/modules/pagination.css ***!
  \**********************************************************************************************/
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}


/*# sourceMappingURL=main.css.map*/