@charset "UTF-8";
.container {
  max-width: 1296px;
  margin: auto;
  padding: 0 1.25rem;
}
@media (max-width: 599px) {
  .container {
    padding: 0 1rem;
  }
}
@media (max-width: 450px) {
  .container {
    padding: 0 0.5rem;
  }
}

body {
  margin: 0;
  background: #084734;
  font-family: "Manrope", sans-serif;
}

.headline {
  text-align: center;
  margin-top: 2rem;
  opacity: 0;
}
.headline .title {
  background: #C5EC5D;
  border-radius: 4rem;
  padding: 0.5rem 3.75rem;
  display: inline-block;
  transform: rotate(-3deg) translateY(5px);
  color: #084734;
  z-index: -1;
  position: relative;
  line-height: 1.5;
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 999px) {
  .headline .title {
    font-size: 2rem;
    padding: 0.5rem 2.5rem;
  }
}
@media (max-width: 599px) {
  .headline .title {
    font-size: 1.75rem;
  }
}

.info-images {
  margin: 5rem 0;
}
@media (max-width: 599px) {
  .info-images {
    margin: 3rem 0;
  }
}
.info-images__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media (max-width: 1299px) {
  .info-images__inner {
    gap: 1rem;
  }
}
@media (max-width: 899px) {
  .info-images__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .info-images__inner {
    gap: 0.5rem;
  }
}
.info-images__inner .box {
  background: white;
  padding: 2rem;
  border-radius: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 1299px) {
  .info-images__inner .box {
    padding: 1.5rem;
  }
}
@media (max-width: 599px) {
  .info-images__inner .box {
    padding: 1.5rem 1rem;
    border-radius: 12px;
  }
}
@media (max-width: 450px) {
  .info-images__inner .box {
    grid-template-columns: 1fr;
  }
}
.info-images__inner .box h1, .info-images__inner .box h2, .info-images__inner .box h3, .info-images__inner .box h4, .info-images__inner .box h5, .info-images__inner .box h6 {
  margin: 0;
  font-weight: 600;
  color: #084734;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1;
}
@media (max-width: 599px) {
  .info-images__inner .box h1, .info-images__inner .box h2, .info-images__inner .box h3, .info-images__inner .box h4, .info-images__inner .box h5, .info-images__inner .box h6 {
    font-size: 1.125rem;
  }
}
.info-images__inner .box .description:last-child p:last-child {
  margin-top: 1.5rem;
}
.info-images__inner .box p {
  color: #084734;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.info-images__inner .box a {
  color: #084734;
  text-decoration: none;
  transition: linear 0.2s all;
}
.info-images__inner .box a:hover {
  color: #477d4b;
  transition: linear 0.2s all;
}
.info-images__inner .images {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 1rem;
  align-items: flex-end;
}
@media (max-width: 1299px) {
  .info-images__inner .images {
    gap: 1rem;
  }
}
@media (max-width: 499px) {
  .info-images__inner .images {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 450px) {
  .info-images__inner .images {
    gap: 0.5rem;
  }
}
.info-images__inner .images .image-1 {
  height: 337px;
  position: relative;
  width: 306px;
}
@media (max-width: 899px) {
  .info-images__inner .images .image-1 {
    width: 100%;
    height: 100%;
  }
}
.info-images__inner .images .image-1:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../imgs/contact-mask.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.info-images__inner .images .image-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .info-images__inner .images .image-1 img {
    border-radius: 12px;
  }
}
.info-images__inner .images .image-2 {
  height: 15.5rem;
  min-width: 180px;
}
@media (max-width: 599px) {
  .info-images__inner .images .image-2 {
    min-width: 100%;
  }
}
@media (max-width: 499px) {
  .info-images__inner .images .image-2 {
    height: 100%;
  }
}
@media (max-width: 399px) {
  .info-images__inner .images .image-2 {
    max-height: 250px;
  }
}
.info-images__inner .images .image-2 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .info-images__inner .images .image-2 img {
    border-radius: 12px;
  }
}

.support-page {
  max-width: 53.5rem;
  margin: auto;
  color: white;
  padding-top: 4.625rem;
  margin-bottom: 5rem;
}
@media (max-width: 599px) {
  .support-page {
    margin-bottom: 3rem;
    padding-top: 2rem;
  }
}
.support-page .title {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  .support-page .title {
    font-size: 2rem;
  }
}
.support-page .content {
  color: white;
}
.support-page .content p {
  line-height: 1.5;
  margin: 2rem 0;
  font-size: 1.25rem;
}
@media (max-width: 599px) {
  .support-page .content p {
    font-size: 1rem;
    margin: 1rem 0;
  }
}
.support-page .content p span {
  font-size: 1.25rem !important;
}
@media (max-width: 599px) {
  .support-page .content p span {
    font-size: 1rem !important;
  }
}
.support-page .content ol {
  padding-left: 2rem;
}
@media (max-width: 599px) {
  .support-page .content ol {
    padding-left: 1rem;
  }
}
.support-page .content ol li {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  .support-page .content ol li {
    font-size: 1rem;
  }
}
.support-page .content ol li:last-child {
  margin-bottom: 0;
}
.support-page .content ul {
  padding: 0;
  list-style: none;
}
.support-page .content ul li {
  padding-left: 2rem;
  position: relative;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 599px) {
  .support-page .content ul li {
    font-size: 1rem;
    padding-left: 1rem;
  }
}
.support-page .content ul li:last-child {
  margin-bottom: 0;
}
.support-page .content ul li:after {
  position: absolute;
  left: 0;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  background: #C5EC5D;
  content: "";
  top: 7px;
  margin: auto;
}
@media (max-width: 599px) {
  .support-page .content ul li:after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.support-page .content a {
  color: #C5EC5D;
  text-decoration: none;
}

.search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .search-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 3rem;
  }
}
@media (max-width: 899px) {
  .search-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 3rem;
  }
}
@media (max-width: 499px) {
  .search-grid {
    grid-template-columns: 1fr;
  }
}
.search-grid .item {
  background: #FFFFFF;
  border-radius: 1.5rem;
  padding: 1.25rem;
  padding-bottom: 2rem;
  text-decoration: none;
  color: #084734;
  position: relative;
  overflow: hidden;
}
@media (max-width: 999px) {
  .search-grid .item {
    padding: 0.75rem;
  }
}
@media (max-width: 879px) {
  .search-grid .item {
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 599px) {
  .search-grid .item {
    border-radius: 12px;
  }
}
@media (max-width: 400px) {
  .search-grid .item {
    border-radius: 0.75rem;
  }
}
.search-grid .item:hover .product-img {
  transform: scale(1.05);
  transition: linear 0.2s all;
}
.search-grid .item .category {
  top: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 1.25rem;
}
@media (max-width: 599px) {
  .search-grid .item .category {
    gap: 1rem;
  }
}
.search-grid .item .category-img {
  padding: 4px 16px;
  border-radius: 3rem;
  background: white;
  border: 1px solid rgba(8, 71, 52, 0.5019607843);
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.search-grid .item .category .badge {
  border-radius: 3rem;
  padding: 4px 16px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background: #084734;
}
.search-grid .item .product-img {
  width: 100%;
  transform: scale(1);
  transition: linear 0.2s all;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 999px) {
  .search-grid .item .product-img {
    max-height: 350px;
  }
}
@media (max-width: 599px) {
  .search-grid .item .product-img {
    height: auto;
  }
}
.search-grid .item .title {
  margin-bottom: 0.5rem;
  margin-top: 0.625rem;
  text-decoration: none;
  color: #084734;
  font-size: 1.25rem;
}
.search-grid .item .description {
  color: rgba(8, 71, 52, 0.6980392157);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
.search .page-title {
  color: white;
  margin-top: 4rem;
}
@media (max-width: 899px) {
  .search .page-title {
    font-size: 1.5rem;
  }
}
.search .page-content {
  color: white;
  margin-bottom: 5rem;
}
@media (max-width: 599px) {
  .search .page-content {
    margin-bottom: 3rem;
  }
}
.search .nav-links {
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.search .nav-links a {
  color: white;
  text-decoration: none;
}
.search .nav-links .current {
  color: white;
  opacity: 0.5;
}
.search .nav-links .dots {
  color: white;
  opacity: 0.5;
}

.footer {
  padding-bottom: 2.5rem;
}
.footer .line {
  border-top: 2px solid rgba(197, 236, 93, 0.5019607843);
  padding-top: 5rem;
}
@media (max-width: 999px) {
  .footer .line {
    padding-top: 3rem;
  }
}
@media (max-width: 999px) {
  .footer-desktop {
    display: none;
  }
}
.footer-mobile {
  display: none;
}
@media (max-width: 999px) {
  .footer-mobile {
    display: block;
  }
}
.footer-logo {
  display: inline-flex;
  background: white;
  padding: 14px 26px;
  border-radius: 3rem;
}
@media (max-width: 599px) {
  .footer-logo {
    padding: 12px 20px;
  }
}
.footer-logo img {
  max-width: 248px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
@media (max-width: 599px) {
  .footer-logo img {
    max-width: 168px;
  }
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  margin-top: 3.125rem;
  gap: 2.5rem;
}
@media (max-width: 999px) {
  .footer-inner {
    flex-direction: column-reverse;
    margin-top: 2.5rem;
  }
}
.footer-address {
  color: white;
  font-size: 20px;
  margin-bottom: 2rem;
}
@media (max-width: 599px) {
  .footer-address {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .footer-address {
    font-size: 0.875rem;
  }
}
.footer-address p {
  margin-top: 0;
  line-height: 1.5;
}
.footer-address p strong {
  color: #C5EC5D;
}
.footer-address p a {
  color: white !important;
}
.footer-contact {
  display: flex;
  gap: 2rem;
}
@media (max-width: 499px) {
  .footer-contact {
    gap: 1rem;
    flex-flow: wrap;
  }
}
.footer-contact h4 {
  color: #C5EC5D;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 599px) {
  .footer-contact h4 {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .footer-contact h4 {
    font-size: 0.875rem;
  }
}
.footer-contact a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .footer-contact a {
    font-size: 1rem;
  }
}
@media (max-width: 499px) {
  .footer-contact a {
    font-size: 0.875rem;
  }
}
.footer-contact a:hover {
  color: #C5EC5D;
  transition: linear 0.2s all;
}
.footer ul#menu-plodinove-technologie-footer-menu,
.footer ul#menu-plodinove-technologie-footer-menu-1 {
  display: flex;
  flex-flow: wrap;
}
.footer ul#menu-plodinove-technologie-footer-menu li,
.footer ul#menu-plodinove-technologie-footer-menu-1 li {
  width: 50%;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.125rem;
  gap: 1rem;
  flex-flow: wrap;
}
@media (max-width: 599px) {
  .footer-bottom {
    gap: 2rem;
    flex-direction: column;
    align-items: baseline;
  }
}
.footer-bottom .social {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  list-style: none;
}
@media (max-width: 599px) {
  .footer-bottom .social {
    gap: 1rem;
  }
}
.footer-bottom .social li a img {
  transition: linear 0.2s all;
}
.footer-bottom .social li a img:hover {
  opacity: 0.8;
  transition: linear 0.2s all;
}
.footer-bottom .menu {
  display: flex;
  gap: 2rem;
  padding: 0;
  list-style: none;
  margin: 0;
}
@media (max-width: 499px) {
  .footer-bottom .menu {
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
.footer-bottom .menu li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .footer-bottom .menu li a {
    font-size: 13px;
  }
}
.footer-bottom .menu li a:hover {
  color: #C5EC5D;
  transition: linear 0.2s all;
}
.footer-bottom .copyright {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 14px;
  color: white;
}
@media (max-width: 599px) {
  .footer-bottom .copyright {
    font-size: 12px;
  }
}
.footer-item {
  width: 220px;
}
@media (max-width: 1299px) {
  .footer-item {
    width: auto;
  }
}
.footer-item h3 {
  color: #C5EC5D;
  font-size: 20px;
  margin-bottom: 2rem;
  margin-top: 0;
}
@media (max-width: 599px) {
  .footer-item h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.footer-item .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-item .menu li {
  margin-bottom: 1rem;
}
.footer-item .menu li:last-child {
  margin-bottom: 0;
}
.footer-item .menu li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .footer-item .menu li a {
    font-size: 1rem;
  }
}
.footer-item .menu li a:hover {
  color: #C5EC5D;
  transition: linear 0.2s all;
}
.footer-left .footer-item {
  width: 100%;
}
.footer-right {
  display: flex;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .footer-right {
    gap: 4rem;
  }
}
@media (max-width: 999px) {
  .footer-right {
    justify-content: flex-start;
    flex-flow: wrap;
  }
}
@media (max-width: 599px) {
  .footer-right {
    gap: 2rem;
  }
}
@media (max-width: 499px) {
  .footer-right {
    gap: 1.5rem;
  }
}

.header {
  padding: 2.5rem 0;
  width: 100%;
  z-index: 100;
  top: 0;
  transition: linear 0.2s all;
  opacity: 0;
  position: relative;
}
@media (max-width: 1399px) {
  .header {
    padding: 1.25rem 0;
  }
}
@media (max-width: 599px) {
  .header {
    padding: 1rem 0;
  }
}
.header-search {
  cursor: pointer;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 56px;
  width: 56px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1110px) {
  .header-search {
    height: 46px;
    width: 46px;
  }
}
@media (max-width: 599px) {
  .header-search {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 599px) {
  .header-search img {
    height: 20px;
  }
}
.header .search-form {
  position: absolute;
  background: white;
  width: 100%;
  max-width: 820px;
  left: 0;
  height: 56px;
  z-index: 111;
  top: 41px;
  display: flex;
  align-items: center;
  opacity: 0;
  right: -65px;
  z-index: -10;
  transition: linear 0.2s all;
  border-radius: 5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1.5rem;
  gap: 1rem;
}
@media (max-width: 1399px) {
  .header .search-form {
    top: 21px;
    right: -85px;
  }
}
@media (max-width: 1299px) {
  .header .search-form {
    max-width: 790px;
  }
}
@media (max-width: 1249px) {
  .header .search-form {
    max-width: 750px;
  }
}
@media (max-width: 1210px) {
  .header .search-form {
    max-width: 680px;
  }
}
@media (max-width: 1160px) {
  .header .search-form {
    max-width: 640px;
  }
}
@media (max-width: 1110px) {
  .header .search-form {
    left: 20px;
    right: auto;
    top: 20px;
    height: 48px;
    width: calc(100% - 90px);
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .header .search-form {
    top: 16px;
    height: 40px;
    padding-left: 1rem;
    width: calc(100% - 70px);
    left: 0.5rem;
    gap: 0.25rem;
  }
}
@media (max-width: 370px) {
  .header .search-form {
    width: calc(100% - 68px);
    padding-left: 0.5rem;
  }
}
.header .search-form.opened {
  opacity: 1;
  z-index: 10000;
  transition: linear 0.2s all;
}
.header .search-form input[type=text] {
  outline: none;
}
.header .search-form input {
  padding: 0.75rem 0.5rem;
  border: none;
  border-radius: 0px;
  color: #084734;
  max-width: 650px;
  font-family: "Manrope";
  font-weight: 600;
  width: 100%;
  padding-right: 3rem;
  box-sizing: border-box;
  border-radius: 3rem;
}
@media (max-width: 1110px) {
  .header .search-form input {
    width: 90%;
  }
}
@media (max-width: 599px) {
  .header .search-form input {
    padding: 0.5rem;
    padding-right: 3rem;
  }
}
@media (max-width: 370px) {
  .header .search-form input {
    padding: 0;
    font-size: 12px;
    padding-right: 3rem;
  }
}
.header .search-form input:focus {
  border-radius: 0px;
}
.header .search-form button {
  background: #084734;
  color: #CEF17B;
  border: 2px solid #084734;
  padding: 0.75rem 0.5rem;
  cursor: pointer;
}
.header .search-form .search-close {
  position: absolute;
  right: 1rem;
  top: 0;
  width: 2rem;
  cursor: pointer;
  margin: auto;
  bottom: 0;
}
@media (max-width: 599px) {
  .header .search-form .search-close {
    width: 1.75rem;
  }
}
@media (max-width: 370px) {
  .header .search-form .search-close {
    right: 0.5rem;
  }
}
.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .header-main {
    gap: 2rem;
  }
}
@media (max-width: 599px) {
  .header-main {
    gap: 1rem;
  }
}
@media (max-width: 300px) {
  .header-main {
    gap: 0.5rem;
  }
}
.header-main__logo {
  max-width: 14.25rem;
}
.header-main__logo a {
  display: flex;
  background: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4rem;
}
@media (max-width: 1199px) {
  .header-main__logo a {
    padding: 0.5rem 1.5rem;
  }
}
@media (max-width: 599px) {
  .header-main__logo a {
    padding: 0.75rem 0.75rem;
  }
}
.header-main__logo a.opened {
  background: #084734;
  display: none;
}
.header-main__logo a img {
  height: 30px;
  width: 100%;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .header-main__logo a img {
    height: 1rem;
  }
}
.header-main .header-right {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 2rem;
  }
}
@media (max-width: 1299px) {
  .header-main .header-right {
    gap: 1rem;
  }
}
@media (max-width: 1110px) {
  .header-main .header-right {
    flex-direction: row-reverse;
    gap: 1rem;
  }
}
@media (max-width: 370px) {
  .header-main .header-right {
    gap: 0.5rem;
  }
}
.header-main__menu {
  background: white;
  border-radius: 3rem;
  padding: 1rem 2rem;
}
@media (max-width: 1399px) {
  .header-main__menu {
    padding: 1rem 1.5rem;
  }
}
@media (max-width: 1110px) {
  .header-main__menu {
    padding: 0;
    background: none;
  }
}
.header-main__menu ul {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  background: white !important;
  /*span.mega-indicator {
      margin-left: 12px !important;
      &:after {
          background:url("../imgs/header-arrow.svg") !important;
          background-repeat:no-repeat !important;
          content:"" !important;
          width: 12px !important;
          height: 8px !important;
          background-size: contain !important;
          top: 10px;
          bottom: 0;
      }
  } */
}
@media (max-width: 1399px) {
  .header-main__menu ul {
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .header-main__menu ul {
    gap: 1rem;
  }
}
@media (max-width: 1110px) {
  .header-main__menu ul {
    transform: translateY(-100%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    place-items: self-start;
    position: fixed;
    width: 100%;
    left: 0;
    padding: 1.875rem;
    background: #F8F8F8;
    height: 406px;
    border-radius: 0 0 0.75rem 0.75rem;
    top: 0;
    transition: cubic-bezier(0.43, 0.76, 1, 1) 0.2s all;
    opacity: 0;
  }
}
.header-main__menu ul li a {
  text-decoration: none;
  color: #084734 !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: -0.018rem;
  transition: linear 0.2s all;
  font-size: 1rem;
  height: auto !important;
  padding: 0rem !important;
}
.header-main__menu ul li a:hover {
  color: #477d4b !important;
  transition: linear 0.2s all;
}
.header-main__menu ul li.menu-item-has-children {
  padding-right: 28px;
  cursor: pointer;
  position: relative;
  /*.sub-menu {
      display: none;
      position: relative;
      opacity: 1;
      visibility: visible;
      transform: none;
      margin-top: 12px;
      width: 100%;
      a {
          @media (max-width: 1069px){ 
              font-size: 18px !important;
          }
          @media (max-width: 300px){ 
              font-size: 14px !important;
          }

      }
  }
  &.active {
      .sub-menu {
          display: flex;
          flex-wrap: wrap;
          li {
              width: 40%;
          }
      }
  }*/
}
@media (max-width: 1369px) {
  .header-main__menu ul li.menu-item-has-children {
    padding-right: 1rem;
  }
}
@media (max-width: 1110px) {
  .header-main__menu ul li.menu-item-has-children {
    width: 100%;
    max-width: 250px;
    padding-right: 0;
  }
}
.header-main__menu ul li.menu-item-has-children:after {
  background: url("../imgs/header-arrow.svg") !important;
  position: absolute;
  background-repeat: no-repeat !important;
  content: "" !important;
  width: 12px !important;
  height: 8px !important;
  background-size: contain !important;
  top: 10px;
  bottom: 0;
  right: 0;
}
@media (max-width: 1110px) {
  .header-main__menu ul li.menu-item-has-children:after {
    top: 13px;
    width: 17px !important;
  }
}
@media (max-width: 300px) {
  .header-main__menu ul li.menu-item-has-children:after {
    top: 9px;
    width: 13px !important;
  }
}
@media (min-width: 1070px) {
  .header-main__menu ul li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: linear 0.2s all;
  }
}
@media (max-width: 1110px) {
  .header-main__menu ul li.menu-item-has-children a {
    display: flex;
  }
}
.header-main__menu ul .sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transform: translateY(20px);
  transition: linear 0.2s all;
  padding: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  box-shadow: 1px 7px 6px rgba(215, 212, 212, 0.2117647059);
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 1rem;
  background: white;
}
@media (max-width: 1110px) {
  .header-main__menu ul .sub-menu {
    display: none;
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    height: auto;
    row-gap: 0rem !important;
    padding: 0;
    top: 0.75rem;
    box-shadow: none;
    background: transparent !important;
    flex-flow: wrap !important;
    width: 100% !important;
    justify-content: left;
  }
  .header-main__menu ul .sub-menu li {
    padding: 0.5rem 0;
    width: 40%;
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
  }
}
.header-main__menu ul .sub-menu a {
  color: rgba(8, 71, 52, 0.6980392157) !important;
}
@media (max-width: 599px) {
  .header-main__menu ul .sub-menu a {
    font-size: 1.125rem !important;
  }
}
.header-main__menu ul .current-menu-item a {
  color: #477d4b !important;
  transition: linear 0.2s all;
}

.menu-toggle {
  display: none;
  background: none;
  cursor: pointer;
  border: none;
  z-index: 11;
}
@media (max-width: 1110px) {
  .menu-toggle {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    background: white;
    border-radius: 2rem;
  }
}
.menu-toggle .bar1, .menu-toggle .bar2, .menu-toggle .bar3 {
  width: 1rem;
  height: 2px;
  background-color: #084734;
  margin: 2px 0;
  transition: 0.4s;
}

.toggled-view {
  position: relative;
  transition: linear 0.2s all;
}
.toggled-view:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  content: "";
  opacity: 0.4;
  transition: linear 0.2s all;
  z-index: 10;
}
.toggled-view .bar1 {
  transform: rotate(-45deg) translate(-4px, 4px);
  background: white;
}
.toggled-view .bar2 {
  opacity: 0;
}
.toggled-view .bar3 {
  transform: rotate(45deg) translate(-5px, -4px);
  background: white;
}
.toggled-view .menu-toggle {
  background: #084734;
  position: relative;
  z-index: 11;
}
.toggled-view .header {
  position: fixed;
  overflow: visible;
}
.toggled-view .header-main__logo {
  position: relative;
  z-index: 1000;
}
.toggled-view .header-main__logo a {
  display: none;
}
.toggled-view .header-main__logo a.opened {
  display: flex !important;
}
.toggled-view .header-main__menu #primary-menu {
  gap: 1.5rem;
  position: fixed;
  box-sizing: border-box;
  width: 100%;
  left: 0;
  background: #F8F8F8;
  height: auto;
  top: 0;
  transform: translateY(0px);
  opacity: 1;
  z-index: 10;
  padding: 104px 2rem 56px 1.75rem;
  background-image: url("../imgs/mobile-bcg.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 100px !important;
}
@media (max-width: 300px) {
  .toggled-view .header-main__menu #primary-menu {
    gap: 1rem;
  }
}
@media (max-width: 250px) {
  .toggled-view .header-main__menu #primary-menu {
    padding: 104px 1rem 56px 1rem;
  }
}
@media (max-width: 899px) {
  .toggled-view .header-main__menu #primary-menu a {
    font-size: 1.25rem;
  }
}
@media (max-width: 300px) {
  .toggled-view .header-main__menu #primary-menu a {
    font-size: 1rem;
  }
}
.toggled-view .logos-slider:after,
.toggled-view .logos-slider:before {
  display: none;
}

.header-button {
  background: #C5EC5D;
  border: 1px solid transparent;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 3rem;
  color: black;
  text-decoration: none;
  display: flex;
  gap: 0.625rem;
  font-weight: 500;
  line-height: 1.5;
  align-items: center;
  z-index: 11;
  position: relative;
  transition: linear 0.2s all;
}
@media (max-width: 1110px) {
  .header-button {
    padding: 0.625rem 1.5rem;
  }
}
@media (max-width: 599px) {
  .header-button {
    font-size: 0.75rem;
    padding: 0.4rem 1.5rem;
  }
}
@media (max-width: 470px) {
  .header-button {
    padding: 0.4rem 0.85rem;
  }
}
.header-button:hover {
  background: rgba(206, 241, 123, 0.3215686275);
  color: white;
  border: 1px solid rgba(206, 241, 123, 0.2);
  transition: linear 0.2s all;
}
.header-button:hover svg path {
  fill: white;
  transition: linear 0.2s all;
}

.button-arrow {
  background: rgba(206, 241, 123, 0.3215686275);
  color: white;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1.25rem;
  transition: linear 0.2s all;
  border: 1px solid rgba(206, 241, 123, 0.2);
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.button-arrow:hover {
  background: #CEF17B;
  transition: linear 0.2s all;
  color: #084734;
  border: 1px solid #CEF17B;
}
.button-arrow:hover svg {
  position: relative;
  transform: translateX(-3px);
  transition: linear 0.2s all;
}
.button-arrow svg {
  position: relative;
  transform: translateX(0);
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .button-arrow {
    font-size: 1rem;
  }
}

.button-arrow:hover svg path {
  stroke: #084734;
}

.button-solid {
  padding: 1rem 2.25rem;
  border-radius: 2rem;
  border: 1px solid #C5EC5D;
  color: white;
  background: transparent;
  display: inline-flex;
  gap: 0.635rem;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  transition: linear 0.2s all;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  .button-solid {
    font-size: 12px;
    padding: 0.75rem 2rem;
  }
}
.button-solid:hover {
  transition: linear 0.2s all;
  background: #C5EC5D;
  color: #084734;
}
.button-solid:hover svg path {
  fill: #084734;
  transition: linear 0.2s all;
}
.button-solid--dark {
  color: #084734;
  border: 1px solid #084734;
}
.button-solid--dark svg path {
  fill: #084734;
  transition: linear 0.2s all;
}
.button-solid--dark:hover {
  border: 1px solid #C5EC5D;
  transition: linear 0.2s all;
}

.primary-button {
  background: #CEF17B;
  color: #084734;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border-radius: 4rem;
  font-weight: 600;
  font-size: 1.25rem;
  transition: linear 0.2s all;
  display: inline-flex;
  gap: 2rem;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .primary-button {
    font-size: 1rem;
    gap: 1rem;
    padding: 0.5rem 1rem;
  }
}
.primary-button:hover {
  transition: linear 0.2s all;
  background: #477d4b;
  color: white;
}
.primary-button img {
  background: #084734;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .primary-button img {
    width: 2rem;
  }
}

/* PAGES */
.tms {
  padding: 4rem 0;
  overflow: hidden;
}
@media (max-width: 699px) {
  .tms {
    padding: 2rem 0;
  }
}
.tms-badge {
  padding: 5.5rem 0;
}
@media (max-width: 699px) {
  .tms-badge {
    padding: 2rem 0;
  }
}
.tms-badge .image {
  height: 266px;
}
@media (max-width: 599px) {
  .tms-badge .image {
    height: auto;
    max-height: 200px;
  }
}
.tms-badge .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  height: 100%;
}
.tms-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  position: relative;
}
@media (max-width: 899px) {
  .tms-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.tms-inner .content .subtitle {
  font-size: 1.5rem;
  color: white;
  margin: 0;
  margin-bottom: 1.5rem;
  font-weight: 600;
}
@media (max-width: 599px) {
  .tms-inner .content .subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.tms-inner .content .title {
  font-size: 3rem;
  color: white;
  margin: 0;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
@media (max-width: 599px) {
  .tms-inner .content .title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 450px) {
  .tms-inner .content .title {
    margin-bottom: 0.5rem;
  }
}
.tms-inner .content .description {
  color: white;
  opacity: 0.7;
  font-size: 1.25rem;
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.011rem;
}
@media (max-width: 599px) {
  .tms-inner .content .description {
    font-size: 1rem;
  }
}
.tms-inner .image {
  height: 266px;
}
@media (max-width: 599px) {
  .tms-inner .image {
    height: auto;
  }
}
.tms-inner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 599px) {
  .tms-inner .image img {
    border-radius: 12px;
  }
}
.tms-inner .badge {
  position: absolute;
  top: -5.3125rem;
  right: -5.3125rem;
  animation: slow-rotate 30s linear infinite;
}
@media (max-width: 1499px) {
  .tms-inner .badge {
    right: -3.5rem;
  }
}
@media (max-width: 1299px) {
  .tms-inner .badge {
    top: -3rem;
    right: -3rem;
  }
}
@media (max-width: 999px) {
  .tms-inner .badge {
    top: auto;
    right: 0;
    max-width: 8rem;
    bottom: -3rem;
  }
}
@media (max-width: 599px) {
  .tms-inner .badge {
    max-width: 6rem;
    bottom: -2rem;
  }
}

@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.blog {
  padding-bottom: 5rem;
}
.blog-filter {
  display: flex;
  margin-top: 2rem;
  align-items: center;
  gap: 2rem;
  flex-flow: wrap;
}
@media (max-width: 899px) {
  .blog-filter {
    gap: 1rem;
  }
}
@media (max-width: 599px) {
  .blog-filter {
    gap: 0.5rem;
    margin-top: 2rem;
  }
}
.blog-filter button {
  background: rgba(206, 241, 123, 0.3215686275);
  visibility: hidden;
  opacity: 0;
  color: white;
  text-decoration: none;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  font-weight: 500;
  font-size: 1.25rem;
  transition: linear 0.2s all;
  border: 1px solid rgba(206, 241, 123, 0.2);
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  cursor: pointer;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .blog-filter button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
.blog-filter button:hover {
  background: #CEF17B;
  color: #084734;
  transition: linear 0.2s all;
}
.blog-filter button.active {
  background: #CEF17B;
  color: #084734;
  transition: linear 0.2s all;
}
.blog-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-top: 4.5rem;
}
@media (max-width: 899px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 599px) {
  .blog-grid {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 2rem;
  }
}
.blog-item {
  display: none;
  opacity: 0;
}
.blog-item a {
  text-decoration: none;
}
.blog-item a:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}
.blog-item .image {
  border-radius: 1.5rem;
  display: flex;
  overflow: hidden;
}
@media (max-width: 599px) {
  .blog-item .image {
    border-radius: 12px;
  }
}
.blog-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 15.625rem;
  border-radius: 1.5rem;
  transition: all 0.4s ease-in-out;
  transform: scale(1);
}
@media (max-width: 599px) {
  .blog-item .image img {
    height: auto;
    border-radius: 12px;
    max-height: 20rem;
  }
}
.blog-item .date {
  color: white;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  margin-top: 0.75rem;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .blog-item .date {
    font-size: 0.875rem;
  }
}
.blog-item .title {
  color: white;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .blog-item .title {
    font-size: 1rem;
  }
}

.blog-detail {
  padding-bottom: 5rem;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .blog-detail {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.blog-detail .back-btn {
  max-width: 57.5rem;
  margin: auto;
}
.blog-detail-inner {
  max-width: 53.5rem;
  margin: auto;
  color: white;
  padding-top: 4.625rem;
}
@media (max-width: 599px) {
  .blog-detail-inner {
    padding-top: 2rem;
  }
}
.blog-detail-inner iframe {
  width: 100%;
}
@media (max-width: 599px) {
  .blog-detail-inner span {
    font-size: 1rem !important;
  }
}
.blog-detail-inner .date {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  margin-bottom: 3rem;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
@media (max-width: 992px) {
  .blog-detail-inner .date {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.blog-detail-inner h1 {
  font-size: 4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
@media (max-width: 992px) {
  .blog-detail-inner h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .blog-detail-inner h1 {
    font-size: 2rem;
  }
}
.blog-detail-inner p {
  line-height: 1.5;
  margin: 2rem 0;
  font-size: 1.25rem;
  opacity: 0;
  visibility: hidden;
  /* Dôležité pre plynulý prechod blur efektu */
  transition: filter 0.2s ease;
}
@media (max-width: 992px) {
  .blog-detail-inner p {
    font-size: 1rem;
    margin: 1rem 0;
  }
}
.blog-detail-inner ul, .blog-detail-inner ol {
  font-size: 1.25rem;
}
@media (max-width: 992px) {
  .blog-detail-inner ul, .blog-detail-inner ol {
    font-size: 1rem;
  }
}
.blog-detail-inner ul {
  padding: 0;
  list-style: none;
}
.blog-detail-inner ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  .blog-detail-inner ul li {
    padding-left: 1rem;
  }
}
.blog-detail-inner ul li:last-child {
  margin-bottom: 0;
}
.blog-detail-inner ul li:after {
  position: absolute;
  left: 0;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  background: #C5EC5D;
  content: "";
  top: 7px;
  margin: auto;
}
@media (max-width: 992px) {
  .blog-detail-inner ul li:after {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.blog-detail-inner img {
  width: 100%;
  border-radius: 1.5rem;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .blog-detail-inner img {
    height: auto;
    border-radius: 12px;
  }
}
.blog-detail-inner .cta {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
  margin: 1rem 0;
}
.blog-detail-inner .cta-wrapper {
  margin-top: 3rem;
}
.blog-detail-inner .cta .button-solid {
  color: white !important;
}
.blog-detail-inner .cta .button-solid:hover {
  color: #084734 !important;
}
.blog-detail .button-arrow {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.error {
  padding-bottom: 4rem;
  padding-top: 3rem;
}
.error h1 {
  color: white;
  font-size: 3rem;
  margin: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  max-width: 35rem;
}
@media (max-width: 899px) {
  .error h1 {
    font-size: 2rem;
  }
}

.product-detail {
  margin: 0 10px;
  margin-bottom: 5rem;
}
@media (max-width: 699px) {
  .product-detail {
    margin: 0 0.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 699px) {
  .product-detail .container {
    padding: 0 1rem;
  }
}
.product-detail__inner {
  max-width: 1424px;
  background: white;
  margin: 0 10px;
  border-radius: 2rem;
  padding: 4rem 0;
  margin: auto;
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 599px) {
  .product-detail__inner {
    padding: 1.5rem 0;
    border-radius: 12px;
  }
}
.product-detail__inner.category-fungicidy:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../imgs/product-img.svg");
  content: "";
  height: 387px;
  width: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 899px) {
  .product-detail__inner.category-fungicidy:after {
    height: 100px;
    width: 100px;
  }
}
.product-detail__inner.category-herbicidy:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../imgs/herbicid.svg");
  content: "";
  height: 387px;
  width: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 899px) {
  .product-detail__inner.category-herbicidy:after {
    height: 100px;
    width: 100px;
  }
}
.product-detail__inner.category-adjuvanty-regulatory-stimulanty:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../imgs/adjuvanty.svg");
  content: "";
  height: 387px;
  width: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 899px) {
  .product-detail__inner.category-adjuvanty-regulatory-stimulanty:after {
    height: 100px;
    width: 100px;
  }
}
.product-detail__inner.category-insekticidy:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../imgs/insekticid.svg");
  content: "";
  height: 387px;
  width: 480px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 899px) {
  .product-detail__inner.category-insekticidy:after {
    height: 100px;
    width: 100px;
  }
}
.product-detail .inner {
  display: grid;
  grid-template-columns: 526px 1fr;
  gap: 4rem;
  position: relative;
}
@media (max-width: 1199px) {
  .product-detail .inner {
    gap: 2rem;
    grid-template-columns: 426px 1fr;
  }
}
@media (max-width: 899px) {
  .product-detail .inner {
    gap: 0.75rem;
    display: flex;
    flex-direction: column;
  }
}
.product-detail .inner .category-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 130px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 899px) {
  .product-detail .inner .category-img {
    position: relative;
  }
}
@media (max-width: 599px) {
  .product-detail .inner .category-img {
    max-width: 85px;
  }
}
.product-detail .gallery {
  width: 526px;
}
@media (max-width: 1199px) {
  .product-detail .gallery {
    width: 100%;
  }
}
@media (max-width: 899px) {
  .product-detail .gallery {
    max-width: 700px;
    margin: auto;
  }
}
.product-detail .gallery .cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  margin-top: 3.25rem;
}
@media (max-width: 599px) {
  .product-detail .gallery .cta {
    margin-top: 1.5rem;
    gap: 1.5rem;
  }
}
@media (max-width: 499px) {
  .product-detail .gallery .cta {
    gap: 1rem;
  }
}
@media (max-width: 350px) {
  .product-detail .gallery .cta {
    grid-template-columns: 1fr;
  }
}
.product-detail .gallery-slider {
  height: 31rem;
  padding-bottom: 2rem;
}
@media (max-width: 599px) {
  .product-detail .gallery-slider {
    height: 22rem;
  }
}
@media (max-width: 459px) {
  .product-detail .gallery-slider {
    height: 18rem;
  }
}
.product-detail .gallery-item img {
  height: 100%;
  border-radius: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 599px) {
  .product-detail .gallery-item img {
    border-radius: 12px;
  }
}
.product-detail .gallery .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.product-detail .gallery .swiper-pagination .swiper-pagination-bullet {
  background: rgba(197, 236, 93, 0.5019607843);
  opacity: 1;
  width: 12px;
  height: 12px;
  margin: 0;
}
.product-detail .gallery .swiper-pagination .swiper-pagination-bullet-active {
  background: #C5EC5D;
}
.product-detail .gallery .swiper-button-next {
  background: rgba(197, 236, 93, 0.6980392157);
  border-radius: 2rem;
  right: 1.5rem;
  position: absolute;
  height: 3rem;
  width: 3rem;
}
@media (max-width: 599px) {
  .product-detail .gallery .swiper-button-next {
    display: none;
  }
}
.product-detail .gallery .swiper-button-next:after {
  display: none;
}
.product-detail .gallery .swiper-button-prev {
  background: rgba(197, 236, 93, 0.6980392157);
  border-radius: 2rem;
  left: 1.5rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 599px) {
  .product-detail .gallery .swiper-button-prev {
    display: none;
  }
}
.product-detail .gallery .swiper-button-prev:after {
  display: none;
}
.product-detail .content {
  color: #084734;
  max-width: 40rem;
  margin-top: 2.5rem;
}
@media (max-width: 1199px) {
  .product-detail .content {
    margin-top: 0;
  }
}
@media (max-width: 899px) {
  .product-detail .content {
    margin-top: 0.75rem;
  }
}
.product-detail .content .title {
  margin: 0;
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 599px) {
  .product-detail .content .title {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
  }
}
.product-detail .content h1 {
  font-size: 1.75rem;
}
@media (max-width: 599px) {
  .product-detail .content h1 {
    font-size: 1.25rem;
  }
}
.product-detail .content h1, .product-detail .content h3, .product-detail .content h4, .product-detail .content h5, .product-detail .content h6 {
  font-weight: 600;
  margin: 0.5rem 0;
}
.product-detail .content h2 {
  font-weight: 600;
  font-size: 1.5rem;
}
@media (max-width: 1199px) {
  .product-detail .content h2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .product-detail .content h2 {
    font-size: 1rem;
    margin-top: 0;
  }
}
.product-detail .content p {
  line-height: 1.5;
  font-size: 1.25rem;
}
@media (max-width: 1199px) {
  .product-detail .content p {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .product-detail .content p {
    font-size: 0.875rem;
  }
}
.product-detail .content ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .product-detail .content ul {
    margin: 1.5rem 0;
  }
}
.product-detail .content ul li {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  position: relative;
}
@media (max-width: 1199px) {
  .product-detail .content ul li {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .product-detail .content ul li {
    font-size: 0.875rem;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
}
.product-detail .content ul li:last-child {
  margin-bottom: 0;
}
.product-detail .content ul li:before {
  position: absolute;
  left: 0;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  background: #C5EC5D;
  content: "";
  top: 7px;
  margin: auto;
}
@media (max-width: 599px) {
  .product-detail .content ul li:before {
    width: 0.5rem;
    height: 0.5rem;
    bottom: auto;
    top: 0.35rem;
  }
}
.product-detail .tabs {
  margin-top: 5rem;
}
@media (max-width: 599px) {
  .product-detail .tabs {
    margin-top: 2rem;
  }
}
.product-detail .tabs-head {
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 699px) {
  .product-detail .tabs-head {
    gap: 1.5rem;
    overflow-x: scroll;
    margin-bottom: 2rem;
  }
}
.product-detail .tabs-head a {
  color: rgba(8, 71, 52, 0.6980392157);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  text-decoration: none;
  padding: 16px 12px;
  padding-bottom: 8px;
  border-radius: 12px 12px 0 0;
  transition: linear 0.2s all;
  text-align: center;
  border-bottom: 8px solid rgba(255, 255, 255, 0);
}
@media (max-width: 699px) {
  .product-detail .tabs-head a {
    font-size: 12px;
    padding: 12px;
    padding-bottom: 8px;
  }
}
.product-detail .tabs-head a.active {
  color: #084734;
  border-bottom: 8px solid #C5EC5D;
  background: #EBF9CA;
  transition: linear 0.2s all;
}
.product-detail .tabs-content {
  color: #084734;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1199px) {
  .product-detail .tabs-content {
    font-size: 1rem;
  }
}
.product-detail .tabs-content-item {
  display: none;
}
.product-detail .tabs-content-item.active {
  display: block;
}
.product-detail .tabs-content-item .description {
  max-width: 46.875rem;
}
@media (max-width: 599px) {
  .product-detail .tabs-content-item .description {
    font-size: 14px;
  }
}
.product-detail .tabs-content h1 {
  font-size: 1.75rem;
  margin: 1rem 0;
}
@media (max-width: 599px) {
  .product-detail .tabs-content h1 {
    font-size: 1.25rem;
  }
}
.product-detail .tabs-content h2 {
  font-size: 1.5rem;
  margin: 1rem 0;
}
@media (max-width: 599px) {
  .product-detail .tabs-content h2 {
    font-size: 1.25rem;
  }
}
.product-detail .tabs-content h3 {
  font-size: 1.35rem;
  margin: 1rem 0;
}
@media (max-width: 599px) {
  .product-detail .tabs-content h3 {
    font-size: 1.125rem;
  }
}
.product-detail .tabs-content h4 {
  font-size: 1.25rem;
  margin: 1rem 0;
}
@media (max-width: 599px) {
  .product-detail .tabs-content h4 {
    font-size: 1rem;
  }
}
.product-detail .tabs-content h5 {
  font-size: 1.125rem;
  margin: 1rem 0;
}
@media (max-width: 599px) {
  .product-detail .tabs-content h5 {
    font-size: 1rem;
  }
}
.product-detail .tabs-content h6 {
  font-size: 1rem;
  margin: 1rem 0;
}
.product-detail .tabs-content ul {
  padding: 0;
  list-style: none;
  margin: 0;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .product-detail .tabs-content ul {
    margin: 1rem 0;
  }
}
.product-detail .tabs-content ul li {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-left: 1.75rem;
  position: relative;
}
@media (max-width: 599px) {
  .product-detail .tabs-content ul li {
    padding-left: 1rem;
    margin-bottom: 0.5rem;
  }
}
.product-detail .tabs-content ul li:last-child {
  margin-bottom: 0;
}
.product-detail .tabs-content ul li:before {
  position: absolute;
  left: 0;
  border-radius: 2rem;
  width: 1rem;
  height: 1rem;
  background: #C5EC5D;
  content: "";
  top: 7px;
  margin: auto;
}
@media (max-width: 599px) {
  .product-detail .tabs-content ul li:before {
    width: 0.5rem;
    height: 0.5rem;
    bottom: auto;
    top: 0.35rem;
  }
}
@media (max-width: 1199px) {
  .product-detail .tabs-content ul li {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .product-detail .tabs-content ul li {
    font-size: 14px;
  }
}
.product-detail .tabs-content .table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background: white;
  border-radius: 2rem;
  max-width: 1186px;
  box-shadow: 2px 2px 10px rgba(76, 76, 76, 0.1019607843);
}
@media (max-width: 599px) {
  .product-detail .tabs-content .table {
    border-radius: 0.875rem;
  }
}
@media (max-width: 599px) {
  .product-detail .tabs-content table {
    width: 500px !important;
  }
}
.product-detail .tabs-content tbody tr {
  position: relative;
  border-bottom: 1px solid rgba(8, 71, 52, 0.3607843137);
}
.product-detail .tabs-content tbody tr:last-child {
  border-bottom: none;
}
.product-detail .tabs-content tbody tr td:last-child {
  border-right: none;
}
.product-detail .tabs-content tbody tr:first-child {
  font-weight: 600;
}
.product-detail .tabs-content tbody:first-child td {
  padding: 2rem 1rem 1.5rem 2rem;
}
.product-detail .tabs-content tbody:first-child:last-child td {
  padding-bottom: 2rem;
}
@media (max-width: 699px) {
  .product-detail .tabs-content tbody:first-child:last-child td {
    padding: 0.75rem;
  }
}
.product-detail .tabs-content tbody:first-child td {
  padding: 2rem 2rem 2rem 2rem;
  border-right: 1px solid rgba(8, 71, 52, 0.3607843137);
}
@media (max-width: 699px) {
  .product-detail .tabs-content tbody:first-child td {
    padding: 0.75rem;
    font-size: 12px;
  }
}
.product-detail .tabs .alert {
  color: #084734;
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  margin-top: 3rem;
}
@media (max-width: 699px) {
  .product-detail .tabs .alert {
    font-size: 0.85rem;
    margin-top: 1.5rem;
  }
}

.products {
  margin-bottom: 5rem;
  margin-top: 3.75rem;
}
@media (max-width: 599px) {
  .products {
    margin-top: 0;
  }
}
.products-inner {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 879px) {
  .products-inner {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .products-inner {
    gap: 1rem;
  }
}
.products .sidebar {
  min-width: 305px;
  max-width: 305px;
  background: white;
  border-radius: 1.5rem;
  height: 100%;
  padding: 1.5rem 0;
  box-sizing: border-box;
  top: 0.5rem;
  position: sticky;
}
@media (max-width: 999px) {
  .products .sidebar {
    min-width: 290px;
    max-width: 290px;
  }
}
@media (max-width: 879px) {
  .products .sidebar {
    position: relative;
  }
}
@media (max-width: 599px) {
  .products .sidebar {
    min-width: 100%;
    max-width: 100%;
    border-radius: 0.75rem 0.75rem 0 0;
    padding: 0rem;
  }
}
.products .sidebar .product-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 599px) {
  .products .sidebar .product-filter {
    display: flex;
    gap: 0.75rem;
    overflow-x: scroll;
  }
}
.products .sidebar .product-filter li {
  padding: 0.75rem 1.5rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(8, 71, 52, 0.6980392157);
  font-size: 1.25rem;
  font-weight: 700;
  border-left: 8px solid white;
  transition: linear 0.2s all;
  margin-right: 1.5rem;
  cursor: pointer;
}
@media (max-width: 999px) {
  .products .sidebar .product-filter li {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .products .sidebar .product-filter li {
    padding: 0.5rem 0.75rem;
    font-size: 12px;
    gap: 0.5rem;
    margin: 0;
    border-left: 0;
    border-bottom: 4px solid white;
    text-align: center;
    min-width: 102px !important;
    justify-content: center;
  }
}
.products .sidebar .product-filter li.active {
  background: rgba(206, 241, 123, 0.4);
  border-left: 8px solid #C5EC5D;
  border-radius: 0 0.75rem 0.75rem 0;
  margin-right: 1.5rem;
  transition: linear 0.2s all;
  color: #084734;
}
@media (max-width: 599px) {
  .products .sidebar .product-filter li.active {
    margin: 0;
    border-bottom: 4px solid #C5EC5D;
    border-left: none;
    border-radius: 0.75rem 0.75rem 0 0;
  }
}
.products .sidebar .product-filter li.active img {
  opacity: 1;
}
.products .sidebar .product-filter li img {
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.7;
}
@media (max-width: 599px) {
  .products .sidebar .product-filter li img {
    height: 1rem;
  }
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .products-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 599px) {
  .products-grid {
    gap: 1rem;
  }
}
@media (max-width: 500px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}
.products-grid .item {
  background: #FFFFFF;
  display: none;
  border-radius: 1.5rem;
  padding: 1.25rem;
  padding-bottom: 2rem;
  text-decoration: none;
  color: #084734;
  position: relative;
  overflow: hidden;
}
@media (max-width: 999px) {
  .products-grid .item {
    padding: 0.75rem;
  }
}
@media (max-width: 879px) {
  .products-grid .item {
    padding: 1.5rem 0.75rem;
  }
}
@media (max-width: 599px) {
  .products-grid .item {
    border-radius: 12px;
  }
}
@media (max-width: 400px) {
  .products-grid .item {
    border-radius: 0.75rem;
  }
}
.products-grid .item:hover .product-img {
  transform: scale(1.05);
  transition: linear 0.2s all;
}
.products-grid .item .category {
  top: 1.25rem;
  left: 1.25rem;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.75rem;
  gap: 1.25rem;
}
@media (max-width: 599px) {
  .products-grid .item .category {
    gap: 1rem;
  }
}
.products-grid .item .category-img {
  padding: 4px 16px;
  border-radius: 3rem;
  background: white;
  border: 1px solid rgba(8, 71, 52, 0.5019607843);
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-grid .item .category .badge {
  border-radius: 3rem;
  padding: 4px 16px;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  background: #084734;
}
.products-grid .item .product-img {
  width: 100%;
  transform: scale(1);
  transition: linear 0.2s all;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 999px) {
  .products-grid .item .product-img {
    max-height: 350px;
  }
}
@media (max-width: 599px) {
  .products-grid .item .product-img {
    height: auto;
  }
}
.products-grid .item .title {
  margin-bottom: 0.5rem;
  margin-top: 0.625rem;
  text-decoration: none;
  color: #084734;
  font-size: 1.25rem;
}
.products-grid .item .description {
  color: rgba(8, 71, 52, 0.6980392157);
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

.technology {
  margin-top: 3.75rem;
  margin-bottom: 6rem;
}
@media (max-width: 599px) {
  .technology {
    margin-bottom: 0;
    margin-top: 2.5rem;
  }
}
.technology .title {
  color: white;
  font-weight: 700;
  margin: 0;
  font-size: 3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 1099px) {
  .technology .title {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .technology .title {
    font-size: 1.75rem;
    margin-bottom: 3rem;
  }
}
.technology .title span {
  background: #CEF17B;
  color: #084734;
  padding: 0.35rem 3rem;
  border-radius: 3rem;
  transform: rotate(3deg) translateX(-10px);
  display: inline-block;
}
@media (max-width: 599px) {
  .technology .title span {
    font-size: 1.125rem;
    padding: 0.35rem 1.5rem;
    transform: rotate(3deg) translateX(0px);
  }
}
.technology-detail {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .technology-detail {
    margin-bottom: 3rem;
  }
}
.technology-detail .inner {
  margin-bottom: 9.375rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 124px;
  align-items: center;
}
@media (max-width: 1399px) {
  .technology-detail .inner {
    gap: 3rem;
  }
}
@media (max-width: 899px) {
  .technology-detail .inner {
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
  }
}
@media (max-width: 599px) {
  .technology-detail .inner {
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}
.technology-detail .title {
  font-size: 4rem;
  color: white;
  margin: 0;
  max-width: 700px;
}
@media (max-width: 1399px) {
  .technology-detail .title {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .technology-detail .title {
    font-size: 2rem;
  }
}
.technology-detail .title span {
  background: #C5EC5D;
  letter-spacing: -0.011rem;
  border-radius: 4rem;
  padding: 0.3rem 3.75rem;
  display: inline-block;
  transform: rotate(-5deg) translateY(-10px) translateX(-10px);
  color: #084734;
  z-index: -1;
  position: relative;
  margin: 0;
  font-size: 3rem;
}
@media (max-width: 1399px) {
  .technology-detail .title span {
    font-size: 2.5rem;
  }
}
@media (max-width: 599px) {
  .technology-detail .title span {
    font-size: 1.5rem;
    transform: rotate(-5deg) translateY(0px) translateX(0px);
    padding: 0.3rem 1.75rem;
  }
}
.technology-detail .description {
  color: white;
  font-size: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 3rem;
  max-width: 32.5rem;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .technology-detail .description {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.technology-detail .timeline {
  margin-bottom: 2.5rem;
  position: relative;
  border-radius: 2rem;
  background: white;
  padding: 2rem 72px;
  padding-bottom: 1.5rem;
  width: 1296px;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1299px) {
  .technology-detail .timeline {
    padding: 2.5rem 1.5rem;
    overflow-x: scroll;
    width: 100%;
    border-radius: 0.5rem;
  }
}
@media (max-width: 599px) {
  .technology-detail .timeline {
    padding: 2rem 1rem;
  }
}
@media (max-width: 499px) {
  .technology-detail .timeline {
    padding: 1rem 0.5rem;
    background: #084734;
  }
}
.technology-detail .timeline:after {
  position: absolute;
  border-radius: 2rem;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  background: url(../imgs/clouds.webp);
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 1299px) {
  .technology-detail .timeline:after {
    border-radius: 0.5rem;
    width: 1296px;
  }
}
@media (max-width: 1000px) {
  .technology-detail .timeline:after {
    width: 1080px;
  }
}
@media (max-width: 599px) {
  .technology-detail .timeline:after {
    width: 800px;
  }
}
@media (max-width: 399px) {
  .technology-detail .timeline:after {
    width: 660px;
  }
}
.technology-detail .timeline-table {
  position: relative;
  z-index: 1;
}
.technology-detail .timeline h2 {
  color: white;
  font-size: 4rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 1299px) {
  .technology-detail .timeline h2 {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .technology-detail .timeline h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 499px) {
  .technology-detail .timeline h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.technology-detail .timeline table {
  width: 100%;
  border: none;
  border-collapse: separate;
  border-spacing: 8px;
}
@media (max-width: 1199px) {
  .technology-detail .timeline table {
    width: 1180px;
  }
}
@media (max-width: 1000px) {
  .technology-detail .timeline table {
    width: 980px;
  }
}
@media (max-width: 599px) {
  .technology-detail .timeline table {
    width: 750px;
  }
}
@media (max-width: 399px) {
  .technology-detail .timeline table {
    width: 600px;
  }
}
.technology-detail .timeline table .blue {
  color: white;
  background: #009DDC;
  border-radius: 2px;
  border: 1px solid #0073A2;
}
.technology-detail .timeline table .pink {
  color: white;
  background: #C74D9E;
  border-radius: 2px;
  border: 1px solid #821A5F;
}
.technology-detail .timeline table .orange {
  color: white;
  background: #FFA93A;
  border-radius: 2px;
  border: 1px solid #D78720;
}
.technology-detail .timeline table .green {
  color: white;
  background: #81BA3F;
  border-radius: 2px;
  border: 1px solid #5D8A29;
}
.technology-detail .timeline table tr {
  text-align: center;
  border: none;
  margin: 4px 0;
}
.technology-detail .timeline table td {
  border: none;
  width: 20px;
}
.technology-detail .timeline table td p {
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
}
@media (max-width: 599px) {
  .technology-detail .timeline table td p {
    font-size: 12px;
  }
}
@media (max-width: 499px) {
  .technology-detail .timeline table td p {
    font-size: 10px;
  }
}
.technology-detail .timeline table td a {
  padding: 0;
  color: white;
  line-height: 1.5;
  display: flex;
  min-height: 2px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  flex-flow: wrap;
}
@media (max-width: 599px) {
  .technology-detail .timeline table td a {
    font-size: 12px;
  }
}
@media (max-width: 499px) {
  .technology-detail .timeline table td a {
    font-size: 10px !important;
    padding: 0 !important;
  }
}
.technology-detail .timeline table td a strong {
  margin: 0 0.5rem;
  display: block;
}
.technology-detail .timeline img {
  width: 100%;
}
@media (max-width: 1199px) {
  .technology-detail .timeline img {
    width: 1180px;
  }
}
@media (max-width: 1000px) {
  .technology-detail .timeline img {
    width: 980px;
  }
}
@media (max-width: 599px) {
  .technology-detail .timeline img {
    width: 750px;
  }
}
@media (max-width: 399px) {
  .technology-detail .timeline img {
    width: 600px;
  }
}
.technology-detail .timeline-image {
  position: relative;
}
.technology-detail .timeline-image--1 {
  padding-top: 5rem;
}
@media (max-width: 599px) {
  .technology-detail .timeline-image--1 {
    padding-top: 2.5rem;
  }
}
.technology-detail .timeline-image--2 {
  padding-top: 6rem;
}
@media (max-width: 599px) {
  .technology-detail .timeline-image--2 {
    padding-top: 3rem;
  }
}
.technology-detail .timeline-image--3 {
  padding-top: 7rem;
}
@media (max-width: 599px) {
  .technology-detail .timeline-image--3 {
    padding-top: 3.5rem;
  }
}
.technology-detail .timeline-image--4 {
  padding-top: 8rem;
}
@media (max-width: 599px) {
  .technology-detail .timeline-image--4 {
    padding-top: 4rem;
  }
}
.technology-detail .timeline-image--5 {
  padding-top: 9rem;
}
@media (max-width: 599px) {
  .technology-detail .timeline-image--5 {
    padding-top: 5rem;
  }
}
.technology-detail .timeline-image .top-1 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-2 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-3 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-4 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-5 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-6 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-7 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-8 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-9 {
  position: absolute;
  bottom: 0;
}
.technology-detail .timeline-image .top-10 {
  position: absolute;
  bottom: 0;
}
.technology-detail .content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
.technology-detail .content .primary-button {
  padding: 8px 18px 8px 48px;
}
@media (max-width: 599px) {
  .technology-detail .content .primary-button {
    padding: 0.5rem 1rem;
  }
}
.technology-detail .image {
  max-width: 526px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  margin-left: auto;
}
.technology-detail .image img {
  height: 100%;
  width: 100%;
}
.technology-item {
  height: 550px;
  transition: linear 0.2s all;
  overflow: hidden;
  border-radius: 1.5rem;
}
@media (max-width: 599px) {
  .technology-item {
    height: 260px;
    border-radius: 12px;
  }
}
.technology-item.swiper-slide-active {
  width: 526px !important;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .technology-item.swiper-slide-active {
    width: 50% !important;
  }
}
.technology-item .content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: flex-end;
  box-sizing: border-box;
}
@media (max-width: 1099px) {
  .technology-item .content {
    padding: 1.5rem;
  }
}
@media (max-width: 599px) {
  .technology-item .content {
    padding: 16px 16px 20px 16px;
  }
}
.technology-item .content .title {
  color: white;
  font-size: 3rem;
  margin: 0;
  line-height: 1.5;
  transform: translateY(30px);
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .technology-item .content .title {
    transform: translateY(0px);
    font-size: 1.25rem;
  }
}
.technology-item .content .description {
  color: white;
  font-size: 1rem;
  margin: 0;
  margin-top: 1rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(40px);
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .technology-item .content .description {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    display: none;
    transform: translateY(0px);
  }
}
.technology-item:hover .description {
  transform: translateY(0px);
  transition: linear 0.2s all;
  opacity: 1;
  visibility: visible;
}
.technology-item:hover .title {
  transform: translateY(0px);
  transition: linear 0.2s all;
}
.technology-item:hover .image img {
  transform: scale(1.05);
  transition: linear 0.2s all;
}
.technology-item .logo {
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
}
@media (max-width: 1099px) {
  .technology-item .logo {
    left: 1.5rem;
    top: 1.5rem;
  }
}
@media (max-width: 599px) {
  .technology-item .logo {
    left: 1rem;
    top: 1rem;
  }
}
@media (max-width: 599px) {
  .technology-item .logo img {
    width: 2rem;
  }
}
.technology-item .image {
  height: 100%;
  position: relative;
  border-radius: 1.5rem;
}
@media (max-width: 599px) {
  .technology-item .image {
    border-radius: 12px;
  }
}
.technology-item .image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5098039216), transparent);
  content: "";
  border-radius: 1.5rem;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .technology-item .image:after {
    border-radius: 12px;
  }
}
.technology-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
  transition: linear 0.2s all;
}
@media (max-width: 599px) {
  .technology-item .image img {
    border-radius: 12px;
  }
}
.technology-slider {
  margin-left: max((100vw - 1296px) / 2, 20px) !important;
  padding-bottom: 5rem;
}
@media (max-width: 599px) {
  .technology-slider {
    margin-left: 8px !important;
    padding-right: 16px !important;
  }
}
.technology-slider .swiper-button-next {
  background: #C5EC5D;
  border-radius: 2rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: 0;
  top: auto;
  left: 5rem;
  z-index: 11;
  transition: linear 0.2s all;
}
@media (max-width: 699px) {
  .technology-slider .swiper-button-next {
    display: none;
  }
}
.technology-slider .swiper-button-next:after {
  display: none;
}
.technology-slider .swiper-button-next:hover {
  opacity: 0.8;
  transition: linear 0.2s all;
}
.technology-slider .swiper-button-prev {
  background: #C5EC5D;
  border-radius: 2rem;
  right: 1.5rem;
  position: absolute;
  width: 3rem;
  height: 3rem;
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 11;
  transition: linear 0.2s all;
}
.technology-slider .swiper-button-prev:hover {
  opacity: 0.8;
  transition: linear 0.2s all;
}
@media (max-width: 699px) {
  .technology-slider .swiper-button-prev {
    display: none;
  }
}
.technology-slider .swiper-button-prev:after {
  display: none;
}
.technology-slider .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1076px;
  padding-left: 210px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media (max-width: 1299px) {
  .technology-slider .swiper-pagination {
    max-width: 80%;
  }
}
@media (max-width: 1099px) {
  .technology-slider .swiper-pagination {
    max-width: 75%;
  }
}
@media (max-width: 699px) {
  .technology-slider .swiper-pagination {
    bottom: 40px;
    max-width: 100%;
    padding-left: 0;
    width: calc(100% - 20px);
  }
}
.technology-slider .swiper-pagination-bullet {
  width: 100%;
  border-radius: 0;
  margin: 0 !important;
  position: relative;
  background: transparent;
}
.technology-slider .swiper-pagination-bullet-active:after {
  position: absolute;
  left: 0;
  top: 0 !important;
  bottom: 0;
  height: 6px !important;
  width: 100%;
  content: "";
  background: #C5EC5D !important;
  border-radius: 1.5rem;
}
.technology-slider .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: rgba(197, 236, 93, 0.5019607843);
  margin: auto;
}

.hero {
  margin-bottom: 2.25rem;
}
@media (max-width: 599px) {
  .hero {
    margin-bottom: 0.75rem;
  }
}
.hero-inner {
  background: white;
  border-radius: 2rem;
  padding: 4rem;
  position: relative;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .hero-inner {
    padding: 1.5rem;
  }
}
@media (max-width: 999px) {
  .hero-inner {
    padding: 0;
    background: none;
  }
}
.hero-inner:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  background: url("../imgs/mask-hp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-inner:after {
    height: 420px;
  }
}
@media (max-width: 999px) {
  .hero-inner:after {
    display: none;
  }
}
.hero .title {
  margin: 0;
  font-size: 4rem;
  font-weight: 700;
  max-width: 62em;
}
@media (max-width: 999px) {
  .hero .title {
    font-size: 3rem;
  }
}
@media (max-width: 599px) {
  .hero .title {
    font-size: 1.75rem;
    min-width: 230px;
    width: 230px;
  }
}
@media (max-width: 399px) {
  .hero .title {
    min-width: 200px;
    width: 200px;
  }
}
@media (max-width: 320px) {
  .hero .title {
    font-size: 1.5rem;
    min-width: 180px;
    width: 180px;
  }
}
@media (max-width: 300px) {
  .hero .title {
    min-width: auto;
    width: auto;
  }
}
.hero .title-wrap {
  position: relative;
  display: flex;
  padding-right: 4.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 999px) {
  .hero .title-wrap {
    flex-direction: column-reverse;
    gap: 1.5rem;
    padding-right: 0;
    margin-bottom: 1.75rem;
  }
}
@media (max-width: 599px) {
  .hero .title-wrap {
    margin-bottom: 1.5rem;
    flex-direction: row;
    gap: 0rem;
  }
}
.hero .title span {
  font-size: 3rem;
  background: #C5EC5D;
  border-radius: 4rem;
  padding: 0.35rem 3.75rem;
  display: inline-block;
  transform: rotate(-5deg) translateY(-13px) translateX(0px);
  color: #084734;
}
@media (max-width: 999px) {
  .hero .title span {
    font-size: 2.5rem;
    transform: rotate(-5deg) translateY(-5px) translateX(0px);
  }
}
@media (max-width: 599px) {
  .hero .title span {
    font-size: 1.125rem;
    padding: 0.5rem 1.5rem;
  }
}
.hero .description {
  margin-left: auto;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 32.875rem;
  position: absolute;
  top: 10rem;
  right: 6.875rem;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .hero .description {
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
  }
}
@media (max-width: 999px) {
  .hero .description {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .hero .description {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
}
.hero .small-image {
  height: 4rem;
  width: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  position: relative;
}
@media (max-width: 599px) {
  .hero .small-image {
    height: 2rem;
    width: 2rem;
    min-height: 2rem;
    min-width: 2rem;
  }
}
.hero .small-image:last-child {
  left: -10px;
}
.hero .small-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .small-image-wrap {
  display: flex;
  position: relative;
  top: 10px;
}
@media (max-width: 599px) {
  .hero .small-image-wrap {
    top: 5px;
    left: -20px;
  }
}
@media (max-width: 399px) {
  .hero .small-image-wrap {
    left: 0px;
  }
}
.hero .image {
  max-width: 45.5rem;
  margin-left: auto;
  height: 25.5rem;
}
@media (max-width: 1399px) {
  .hero .image {
    max-width: 39rem;
  }
}
@media (max-width: 1099px) {
  .hero .image {
    max-width: 32rem;
    height: auto;
  }
}
@media (max-width: 999px) {
  .hero .image {
    margin: auto;
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  .hero .image {
    height: auto;
  }
}
.hero .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.625rem;
  height: 100%;
}
@media (max-width: 599px) {
  .hero .image img {
    border-radius: 0.625rem;
  }
}
@media (max-width: 999px) {
  .hero .main-item {
    border-radius: 2rem;
    padding: 1.5rem;
    background: white;
    margin-bottom: 1rem;
  }
}
@media (max-width: 599px) {
  .hero .main-item {
    border-radius: 0.75rem;
  }
}
@media (max-width: 350px) {
  .hero .main-item {
    padding: 1rem;
  }
}
.hero .item {
  border-radius: 2rem;
  padding: 2.5rem;
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 26rem;
  text-decoration: none;
  box-sizing: border-box;
  color: black;
}
@media (max-width: 1299px) {
  .hero .item {
    padding: 1.5rem;
    max-width: 22rem;
    padding-top: 0;
  }
}
@media (max-width: 999px) {
  .hero .item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 1.5rem;
  }
}
@media (max-width: 599px) {
  .hero .item {
    border-radius: 0.75rem;
    max-width: 100%;
  }
}
@media (max-width: 350px) {
  .hero .item {
    padding: 1rem;
  }
}
.hero .item p {
  font-size: 1rem;
  margin: 0;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .hero .item p {
    font-size: 0.875rem;
  }
}
.hero .item .title-wrapper {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
@media (max-width: 599px) {
  .hero .item .title-wrapper {
    margin-bottom: 0.75rem;
    justify-content: space-between;
  }
}
.hero .item .title-wrapper h5 {
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media (max-width: 1299px) {
  .hero .item .title-wrapper h5 {
    font-size: 1.5rem;
  }
}
.hero .item .title-wrapper img {
  position: relative;
  transition: linear 0.2s all;
  transform: rotate(0deg);
}
@media (max-width: 599px) {
  .hero .item .title-wrapper img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 2.5rem;
  }
}
.hero .item:hover .title-wrapper img {
  position: relative;
  transform: rotate(45deg);
  transition: linear 0.2s all;
}
.hero .item .image-item {
  height: 12.5rem;
}
@media (max-width: 599px) {
  .hero .item .image-item {
    height: auto;
  }
}
.hero .item .image-item img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
}
@media (max-width: 599px) {
  .hero .item .image-item img {
    border-radius: 0.625rem;
  }
}

.quote {
  padding: 4.25rem 0;
}
@media (max-width: 699px) {
  .quote {
    padding: 2rem 0;
  }
}
.quote-inner {
  border-radius: 2rem;
  position: relative;
}
.quote-inner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6705882353);
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .quote-inner:after {
    border-radius: 12px;
  }
}
.quote-inner .image {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .quote-inner .image {
    border-radius: 12px;
  }
}
.quote-inner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  height: 100%;
}
@media (max-width: 599px) {
  .quote-inner .image img {
    border-radius: 12px;
  }
}
.quote-inner .content {
  padding: 4rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .quote-inner .content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 599px) {
  .quote-inner .content {
    padding: 1.5rem 1rem;
  }
}
.quote-inner .content .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: white;
  margin: 0;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .quote-inner .content .title {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .quote-inner .content .title {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 450px) {
  .quote-inner .content .title {
    font-size: 1.125rem;
  }
}
.quote-inner .content .name {
  font-size: 1.5rem;
  text-align: right;
  color: white;
  margin: 0;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .quote-inner .content .name {
    font-size: 1.25rem;
  }
}
@media (max-width: 599px) {
  .quote-inner .content .name {
    font-size: 1rem;
  }
}

.info-banner {
  padding: 4rem 0;
}
@media (max-width: 599px) {
  .info-banner {
    padding: 2rem 0;
  }
}
.info-banner__inner {
  border-radius: 2rem;
  position: relative;
  box-shadow: 0 20px 40px hsla(0, 0%, 0%, 0.07);
}
@media (max-width: 599px) {
  .info-banner__inner {
    border-radius: 12px;
  }
}
.info-banner__inner:after {
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 2rem;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  z-index: -1;
}
@media (max-width: 599px) {
  .info-banner__inner:after {
    border-radius: 12px;
  }
}
.info-banner .content {
  padding: 5rem;
  text-align: center;
}
@media (max-width: 899px) {
  .info-banner .content {
    padding: 4rem 1rem;
  }
}
@media (max-width: 599px) {
  .info-banner .content {
    padding: 3.5rem 0.5rem;
  }
}
.info-banner .content .title {
  color: white;
  font-size: 3rem;
  margin: 0;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
@media (max-width: 899px) {
  .info-banner .content .title {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .info-banner .content .title {
    font-size: 1.75rem;
  }
}
.info-banner .content .description {
  color: white;
  font-size: 1.25rem;
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 899px) {
  .info-banner .content .description {
    margin-bottom: 2rem;
  }
}
@media (max-width: 599px) {
  .info-banner .content .description {
    font-size: 1rem;
  }
}
.info-banner .content .primary-button {
  padding: 0.5rem 0.75rem 0.5rem 2rem;
}
.info-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .info-banner .image {
    border-radius: 12px;
  }
}
.info-banner .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .info-banner .image img {
    border-radius: 12px;
  }
}

.logos {
  padding: 2.25rem 0;
}
@media (max-width: 599px) {
  .logos .container {
    padding: 0;
  }
}
.logos .title {
  color: white;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
@media (max-width: 599px) {
  .logos .title {
    font-size: 1rem;
    max-width: 22.5rem;
    margin: auto;
    padding: 0 0.5rem;
    padding-bottom: 2rem;
  }
}
.logos .title span {
  color: #C5EC5D;
}
@media (max-width: 599px) {
  .logos .title span {
    font-size: 1rem;
  }
}
.logos-slider {
  position: relative;
  pointer-events: none;
}
.logos-slider:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, #084734, rgba(0, 0, 0, 0));
  width: 10rem;
  content: "";
  z-index: 2;
}
@media (max-width: 599px) {
  .logos-slider:before {
    width: 6rem;
  }
}
.logos-slider:after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), #084734);
  width: 10rem;
  content: "";
  z-index: 2;
}
@media (max-width: 599px) {
  .logos-slider:after {
    width: 6rem;
  }
}
.logos-slider .logo-item {
  text-align: center;
}
.logos-slider .logo-item .image img {
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
  width: 13rem;
  filter: brightness(0) invert(1);
}
@media (max-width: 899px) {
  .logos-slider .logo-item .image img {
    width: 11rem;
  }
}
@media (max-width: 599px) {
  .logos-slider .logo-item .image img {
    width: 9rem;
  }
}
@media (max-width: 499px) {
  .logos-slider .logo-item .image img {
    width: 7.5rem;
  }
}
@media (max-width: 450px) {
  .logos-slider .logo-item .image img {
    width: 7rem;
  }
}
@media (max-width: 350px) {
  .logos-slider .logo-item .image img {
    width: 6.5rem;
  }
}

.swiper-wrapper {
  transition-timing-function: linear !important;
}

.persons {
  padding: 4.625rem 0;
}
@media (max-width: 899px) {
  .persons {
    padding: 2rem 0;
  }
}
@media (max-width: 599px) {
  .persons {
    padding: 1rem 0;
  }
}
.persons .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5rem;
  color: white;
  font-size: 3rem;
}
@media (max-width: 999px) {
  .persons .title {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 599px) {
  .persons .title {
    font-size: 1.5rem;
  }
}
.persons .title span {
  background: #C5EC5D;
  border-radius: 4rem;
  padding: 0.875rem 4rem;
  display: inline-block;
  transform: rotate(-3deg) translateX(30px) translateY(5px);
  color: #084734;
  z-index: -1;
  position: relative;
}
@media (max-width: 650px) {
  .persons .title span {
    padding: 0.5rem 2.5rem;
  }
}
@media (max-width: 500px) {
  .persons .title span {
    transform: rotate(-3deg) translateX(0px) translateY(5px);
  }
}
.persons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3.5rem;
}
@media (max-width: 1299px) {
  .persons-grid {
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 650px) {
  .persons-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.persons-item {
  height: 100%;
}
@media (max-width: 1299px) {
  .persons-item {
    max-width: 300px;
    margin: auto;
  }
}
@media (max-width: 330px) {
  .persons-item {
    margin: 0;
  }
}
.persons-item .image {
  text-align: center;
  max-width: 10rem;
  margin: auto;
  position: relative;
  aspect-ratio: 169/212;
}
.persons-item .image:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  background: url("../imgs/person-mask.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  transform: scale(1.05);
}
.persons-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 350px) {
  .persons-item .image {
    max-width: 8rem;
  }
}
.persons-item h4 {
  margin-top: 1.25rem;
  margin-bottom: 0.625rem;
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.persons-item p {
  font-size: 1rem;
  color: white;
  margin: 0;
  line-height: 1.5;
}
.persons-item a {
  color: white;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  line-height: 1.25;
  transition: linear 0.2s all;
}
.persons-item a:hover {
  color: #C5EC5D;
  transition: linear 0.2s all;
}
@media (max-width: 1299px) {
  .persons-item a {
    font-size: 14px;
  }
}
@media (max-width: 300px) {
  .persons-item a {
    font-size: 12px;
  }
}
.persons-item .mail {
  margin: 0.5rem 0;
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.persons-item .mail a {
  text-decoration: underline;
}
@media (max-width: 450px) {
  .persons-item .mail a {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
@media (max-width: 300px) {
  .persons-item .mail a {
    font-size: 12px;
  }
}
.persons-item .phone {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}
.persons-item .phone p {
  margin-bottom: 0.5rem;
}
.persons-item .phone p a {
  transition: linear 0.2s all;
}
@media (max-width: 450px) {
  .persons-item .phone p a {
    font-size: 0.875rem;
  }
}
@media (max-width: 300px) {
  .persons-item .phone p a {
    font-size: 12px;
  }
}
.persons-item .phone p a:hover {
  color: #C5EC5D;
  transition: linear 0.2s all;
}
.persons-item .phone img {
  position: relative;
  top: 5px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 168px 214px;
  margin: 4rem 0;
}
@media (max-width: 1350px) {
  .features-grid {
    gap: 1rem;
    grid-template-rows: 150px 214px 200px;
    margin: 3rem 0;
  }
}
@media (max-width: 599px) {
  .features-grid {
    gap: 0.5rem;
    grid-template-rows: auto;
    margin: 1rem 0;
  }
}
.features-item {
  position: relative;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.features-item h4 {
  margin: 0;
  position: absolute;
  color: white;
  font-size: 1.5rem;
  top: 0;
  padding: 2rem;
  z-index: 1;
  height: 60%;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width: 1350px) {
  .features-item h4 {
    font-size: 1.25rem;
    padding: 1.5rem;
  }
}
@media (max-width: 599px) {
  .features-item h4 {
    font-size: 1.35rem;
    padding: 1.5rem;
  }
}
.features-item h4:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, black, transparent);
  z-index: -1;
  border-radius: 2rem;
  content: "";
}
@media (max-width: 599px) {
  .features-item h4:after {
    border-radius: 12px;
  }
}
.features-item .image {
  height: 100%;
}
.features-item .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .features-item .image img {
    min-height: 8rem;
    border-radius: 12px;
  }
}
.features-item-1 {
  grid-row: 1/2;
  grid-column: 2/5;
  text-align: center;
  color: white;
  max-width: 34.75rem;
  margin: 0 auto;
  font-size: 1.125rem;
}
@media (max-width: 1350px) {
  .features-item-1 {
    grid-column: 2/5;
  }
}
@media (max-width: 899px) {
  .features-item-1 {
    max-width: 100%;
    grid-column: 1/6;
  }
}
@media (max-width: 599px) {
  .features-item-1 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.features-item-2 {
  grid-row: 1/3;
  grid-column: 1/2;
  width: 305px;
  margin-right: 1.5625rem;
}
@media (max-width: 1350px) {
  .features-item-2 {
    margin-right: 0;
    grid-row: 3/4;
    grid-column: 1/4;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .features-item-2 {
    grid-row: 5/5;
    grid-column: 1/7;
  }
}
.features-item-3 {
  grid-row: 1/2;
  grid-column: 5/6;
  height: 220px;
}
@media (max-width: 1350px) {
  .features-item-3 {
    grid-row: 2/2;
    grid-column: 1/3;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .features-item-3 {
    grid-row: 4/4;
    grid-column: 1/7;
    height: auto;
  }
}
.features-item-4 {
  grid-row: 2/3;
  grid-column: 2/3;
  width: 195px;
}
@media (max-width: 1350px) {
  .features-item-4 {
    grid-row: 2/3;
    grid-column: 5/7;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .features-item-4 {
    grid-row: 2/2;
    grid-column: 1/4;
  }
}
.features-item-5 {
  grid-row: 2/3;
  grid-column: 3/5;
  width: 415px;
}
@media (max-width: 1350px) {
  .features-item-5 {
    grid-row: 3/3;
    grid-column: 4/7;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .features-item-5 {
    grid-row: 3/3;
    grid-column: 1/7;
  }
}
.features-item-6 {
  grid-row: 2/3;
  grid-column: 5/6;
  height: 160px;
  margin-top: auto;
  width: 305px;
}
@media (max-width: 1350px) {
  .features-item-6 {
    grid-row: 2/2;
    grid-column: 3/5;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .features-item-6 {
    grid-row: 2/2;
    grid-column: 4/7;
  }
}

.products-category {
  padding-top: 7rem;
  padding-bottom: 4.625rem;
}
@media (max-width: 1199px) {
  .products-category {
    padding-top: 4.25rem 0;
  }
}
@media (max-width: 699px) {
  .products-category {
    padding: 2.25rem 0;
  }
}
@media (max-width: 599px) {
  .products-category .container {
    padding-right: 0;
  }
}
.products-category h2.title {
  color: white;
  margin: 0;
  margin-bottom: 3.25rem;
  font-weight: 700;
  font-size: 4rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
}
@media (max-width: 1199px) {
  .products-category h2.title {
    font-size: 2.75rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 699px) {
  .products-category h2.title {
    font-size: 1.75rem;
  }
}
.products-category__grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
  padding-top: 20px;
}
@media (max-width: 1299px) {
  .products-category__grid {
    margin-bottom: 2rem;
  }
}
.products-category__grid .item {
  text-decoration: none;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: linear 0.2s all;
  height: auto;
  display: flex;
  flex-direction: column;
}
.products-category__grid .item:hover {
  transform: translateY(-20px) !important;
  transition: linear 0.2s all !important;
}
@media (max-width: 1299px) {
  .products-category__grid .item:hover {
    transform: translateY(0px) !important;
  }
}
.products-category__grid .item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: url("../imgs/category-bcg-4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  border-radius: 1.5rem;
}
@media (max-width: 1299px) {
  .products-category__grid .item:after {
    background-size: cover;
  }
}
.products-category__grid .item .title {
  font-size: 2rem;
  margin: 0;
  color: #000000;
  font-weight: 600;
  line-height: 1.25;
  width: 230px;
  padding: 2rem 0 0px 2rem;
  box-sizing: border-box;
  border-radius: 1.5rem 1.5rem 0 0;
}
@media (max-width: 1299px) {
  .products-category__grid .item .title {
    margin-bottom: 1rem;
    margin-right: 5rem;
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .products-category__grid .item .title {
    width: auto;
    margin-right: 4.375rem;
    font-size: 1.75rem;
    padding: 28px 0 0 24px;
    border-radius: 12px 12px 0 0;
  }
}
@media (max-width: 350px) {
  .products-category__grid .item .title {
    margin-right: 4rem;
    font-size: 1.5rem;
    padding: 24px 0 0 24px;
  }
}
@media (max-width: 300px) {
  .products-category__grid .item .title {
    padding: 24px 0 0 16px;
  }
}
.products-category__grid .item .content {
  padding: 2rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  position: relative;
  top: -1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .products-category__grid .item .content {
    height: initial;
  }
}
@media (max-width: 599px) {
  .products-category__grid .item .content {
    padding: 1rem;
    border-radius: 0 12px 12px 12px;
  }
}
.products-category__grid .item .description {
  font-size: 1rem;
  padding: 1rem 0;
  margin: 0;
  color: #585858;
  line-height: 1.5;
}
@media (max-width: 699px) {
  .products-category__grid .item .description {
    display: none;
  }
}
.products-category__grid .item .image {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 230px;
}
.products-category__grid .item .badge {
  position: absolute;
  top: 0.35rem;
  right: 0;
  width: 4rem;
  height: 4rem;
  background: #cef17b;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 599px) {
  .products-category__grid .item .badge {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.products-category__grid .item .badge:after {
  position: absolute;
  left: -18px;
  background: #084734;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 24px;
  top: 29px;
  z-index: -1;
}
@media (max-width: 1299px) {
  .products-category__grid .item .badge:after {
    left: -16px;
  }
}
@media (max-width: 599px) {
  .products-category__grid .item .badge:after {
    position: absolute;
    left: -8px;
    width: 35px;
    height: 30px;
    content: "";
    border-radius: 24px;
    top: 39px;
    z-index: -1;
  }
}
@media (max-width: 350px) {
  .products-category__grid .item .badge:after {
    left: -8px;
    width: 30px;
    height: 30px;
    border-radius: 24px;
    top: 29px;
  }
}
.products-category__grid .item .badge:before {
  position: absolute;
  left: -28px;
  width: 40px;
  height: 30px;
  content: "";
  border-radius: 24px;
  top: 54px;
  z-index: -1;
}
@media (max-width: 350px) {
  .products-category__grid .item .badge:before {
    left: -18px;
    width: 25px;
    height: 30px;
    border-radius: 24px;
    top: 45px;
  }
}
.products-category__grid .item .badge img {
  max-width: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 599px) {
  .products-category__grid .item .badge img {
    max-width: 2.5rem;
  }
}
@media (max-width: 350px) {
  .products-category__grid .item .badge img {
    max-width: 2rem;
  }
}
@media (max-width: 599px) {
  .products-category .category-slider {
    padding-right: 5rem;
  }
}
@media (max-width: 399px) {
  .products-category .category-slider {
    padding-right: 4rem;
  }
}
@media (max-width: 360px) {
  .products-category .category-slider {
    padding-right: 3rem;
  }
}
@media (max-width: 330px) {
  .products-category .category-slider {
    padding-right: 2rem;
  }
}
.products-category .swiper-pagination {
  display: flex;
  gap: 0;
  position: absolute;
  z-index: 100;
  bottom: 0rem;
}
@media (max-width: 599px) {
  .products-category .swiper-pagination {
    width: calc(100% - 1rem);
  }
}
@media (max-width: 450px) {
  .products-category .swiper-pagination {
    width: calc(100% - 0.5rem);
  }
}
.products-category .swiper-pagination span {
  width: 100%;
  border-radius: 0;
  margin: 0 !important;
  background: rgba(197, 236, 93, 0.5019607843);
  height: 1px;
  transition: linear 0.2s all;
}
.products-category .swiper-pagination span.swiper-pagination-bullet-active {
  background: #C5EC5D;
  position: relative;
  top: -1px;
  border-radius: 2rem;
  height: 4px;
  transition: linear 0.2s all;
}

.support {
  padding-top: 3.75rem;
  padding-bottom: 5rem;
}
@media (max-width: 699px) {
  .support {
    padding: 2rem 0;
  }
}
@media (max-width: 999px) {
  .support .container {
    padding-right: 0;
  }
}
.support-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 287px 65px 223px 64px;
  gap: 1.5rem;
}
@media (max-width: 1299px) {
  .support-grid {
    gap: 0.75rem;
    grid-template-rows: 350px 65px 299px 64px;
  }
}
@media (max-width: 999px) {
  .support-grid {
    display: none;
  }
}
.support-item-3, .support-item-4, .support-item-5 {
  background: white;
  border-radius: 1.5rem;
  padding: 2rem;
}
@media (max-width: 1299px) {
  .support-item-3, .support-item-4, .support-item-5 {
    padding: 1rem;
  }
}
@media (max-width: 599px) {
  .support-item-3, .support-item-4, .support-item-5 {
    border-radius: 12px;
  }
}
.support-item-3 .icon, .support-item-4 .icon, .support-item-5 .icon {
  background: #084734;
  border-radius: 0.5rem;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 450px) {
  .support-item-3 .icon, .support-item-4 .icon, .support-item-5 .icon {
    width: 3.25rem;
    height: 3.25rem;
  }
}
.support-item-3 h4, .support-item-4 h4, .support-item-5 h4 {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media (max-width: 1299px) {
  .support-item-3 h4, .support-item-4 h4, .support-item-5 h4 {
    font-size: 1.25rem;
  }
}
.support-item-3 h5, .support-item-4 h5, .support-item-5 h5 {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 1299px) {
  .support-item-3 h5, .support-item-4 h5, .support-item-5 h5 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.support-item-3 p, .support-item-4 p, .support-item-5 p {
  color: #585858;
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
  line-height: 1.5;
}
@media (max-width: 999px) {
  .support-item-3 p, .support-item-4 p, .support-item-5 p {
    font-size: 0.85rem;
  }
}
.support-item .image {
  height: 100%;
}
.support-item .image img {
  border-radius: 1.5rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 599px) {
  .support-item .image img {
    border-radius: 12px;
  }
}
.support-item a {
  height: 100%;
  padding: 1rem 0.75rem 1rem 2rem;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .support-item a {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
}
.support-item-1 {
  grid-row: 1/2;
  grid-column: 2/4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support-item-1 .description {
  color: #D6D6D6;
  line-height: 1.5;
  max-width: 33rem;
  padding-top: 0.75rem;
}
.support-item-1 h2 {
  color: white;
  line-height: 1.5;
  margin: 0;
  font-weight: 700;
  font-size: 3rem;
  display: contents;
}
@media (max-width: 1299px) {
  .support-item-1 h2 {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .support-item-1 h2 {
    font-size: 1.75rem;
  }
}
.support-item-1 h2 span {
  background: #C5EC5D;
  letter-spacing: -0.011rem;
  border-radius: 4rem;
  padding: 0.3rem 3.75rem;
  display: block;
  transform: rotate(3deg) translateY(5px);
  color: #084734;
  z-index: -1;
  position: relative;
  font-size: 3rem;
  margin: 0;
}
@media (max-width: 1299px) {
  .support-item-1 h2 span {
    font-size: 2rem;
  }
}
@media (max-width: 500px) {
  .support-item-1 h2 span {
    padding: 0.3rem 1.75rem;
    font-size: 1.75rem;
  }
}
.support-item-2 {
  grid-row: 3/5;
  grid-column: 1/1;
}
.support-item-3 {
  grid-row: 1/3;
  grid-column: 1/1;
}
.support-item-4 {
  grid-row: 2/5;
  grid-column: 2/3;
}
.support-item-5 {
  grid-row: 2/5;
  grid-column: 3/4;
}
.support-item-6 {
  grid-row: 1/4;
  grid-column: 4/4;
}
.support-item-7 {
  grid-row: 4/4;
  grid-column: 4/4;
}
.support-item-top {
  justify-content: start;
}
.support-item-top h2 span {
  transform: rotate(-5deg) translateY(5px);
}
.support-slider {
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.support-mobile {
  display: none;
}
@media (max-width: 999px) {
  .support-mobile {
    display: block;
  }
}
.support-mobile a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.support-mobile .support-images {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  align-items: end;
}
@media (max-width: 999px) {
  .support-mobile .support-images {
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .support-mobile .support-images {
    padding-right: 1rem;
  }
}
@media (max-width: 450px) {
  .support-mobile .support-images {
    padding-right: 0.5rem;
  }
}
.support-mobile .support-images .image {
  height: auto;
}
@media (max-width: 999px) {
  .support-mobile .support-images .support-item {
    padding-right: 0;
  }
}
.support-mobile .support-item-head {
  display: flex;
  gap: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3019607843);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (max-width: 350px) {
  .support-mobile .support-item-head {
    flex-direction: column;
  }
}
.support-mobile .support-item-head h4 {
  margin: 0;
}
.support-mobile .support-item-head h5 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 599px) {
  .support-mobile .support-item-head h5 {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .support-mobile .support-item {
    padding-right: 20px;
  }
}
@media (max-width: 599px) {
  .support-mobile .support-item {
    padding-right: 1rem;
  }
}
@media (max-width: 450px) {
  .support-mobile .support-item {
    padding-right: 0.5rem;
  }
}
@media (max-width: 999px) {
  .support-mobile .support-slider {
    padding-right: 9rem;
  }
}
@media (max-width: 599px) {
  .support-mobile .support-slider {
    padding-right: 5rem;
  }
}
@media (max-width: 499px) {
  .support-mobile .support-slider {
    padding-right: 4.25rem;
  }
}

.support-mask-1 {
  position: relative;
}
.support-mask-1:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: url("../imgs/support-bottom-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.map {
  padding-bottom: 4.5rem;
}
@media (max-width: 899px) {
  .map {
    padding-bottom: 0rem;
  }
}
.map .title {
  color: white;
  text-align: center;
  margin: 0;
  font-weight: 600;
  font-size: 3rem;
  margin-top: 1.5rem;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 999px) {
  .map .title {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .map .title {
    font-size: 1.5rem;
  }
}
.map .person {
  position: absolute;
  opacity: 0;
  z-index: 10;
  transition: linear 0.2s all;
  cursor: pointer;
}
.map .person.opacity-hover {
  opacity: 0.5;
  transition: linear 0.2s all;
}
@media (max-width: 899px) {
  .map .person.opacity-hover {
    opacity: 1 !important;
    transition: linear 0.2s all;
  }
}
.map .person.opacity-hover:after {
  opacity: 0.1;
  transition: linear 0.2s all;
}
.map .person-blue {
  top: 0;
  right: 0;
}
.map .person-blue:after {
  position: absolute;
  height: 2px;
  width: 130px;
  background: white;
  content: "";
  transform: rotate(-32deg);
  right: 218px;
  top: 94px;
  z-index: -2;
}
@media (max-width: 1350px) {
  .map .person-blue:after {
    width: 180px;
  }
}
@media (max-width: 1199px) {
  .map .person-blue:after {
    transform: rotate(-42deg);
    right: 170px;
    top: 170px;
  }
}
@media (max-width: 1050px) {
  .map .person-blue:after {
    transform: rotate(-72deg);
    right: 140px;
    top: 160px;
    width: 220px;
  }
}
.map .person-blue.hover-active .image img {
  border: 2px solid #009DDC;
  transition: linear 0.2s all;
}
.map .person-blue.hover-active:after {
  background: #009DDC;
  transition: linear 0.2s all;
}
@media (max-width: 1199px) {
  .map .person-blue {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
}
@media (max-width: 1050px) {
  .map .person-blue {
    display: block;
  }
}
@media (max-width: 899px) {
  .map .person-blue .image img {
    border: 2px solid #009DDC !important;
    transition: linear 0.2s all;
  }
}
.map .person-red {
  top: 0;
  left: 6rem;
}
.map .person-red:after {
  position: absolute;
  height: 2px;
  width: 200px;
  background: white;
  content: "";
  transform: rotate(31deg);
  left: 126px;
  top: 130px;
  z-index: -2;
}
@media (max-width: 1351px) {
  .map .person-red:after {
    width: 230px;
    transform: rotate(21deg);
  }
}
@media (max-width: 1199px) {
  .map .person-red:after {
    width: 240px;
    background: white;
    content: "";
    transform: rotate(22deg);
    left: 140px;
    top: 160px;
  }
}
@media (max-width: 1050px) {
  .map .person-red:after {
    transform: rotate(112deg);
    left: -190px;
    top: 160px;
  }
}
.map .person-red.hover-active:after {
  background: #D52C38;
  transition: linear 0.2s all;
}
.map .person-red.hover-active .image img {
  border: 2px solid #D52C38;
  transition: linear 0.2s all;
}
@media (max-width: 1199px) {
  .map .person-red {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 1050px) {
  .map .person-red {
    display: block;
    gap: 0.5rem;
    align-items: center;
    max-width: -moz-max-content;
    max-width: max-content;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 899px) {
  .map .person-red .image img {
    border: 2px solid #D52C38 !important;
    transition: linear 0.2s all;
  }
}
.map .person-pink {
  left: 0;
  top: 270px;
}
.map .person-pink:after {
  position: absolute;
  height: 2px;
  width: 115px;
  background: white;
  content: "";
  transform: rotate(-28deg);
  left: 130px;
  top: 35px;
  z-index: -2;
}
@media (max-width: 1351px) {
  .map .person-pink:after {
    width: 220px;
    transform: rotate(-18deg);
    left: 100px;
    top: 5px;
  }
}
@media (max-width: 1050px) {
  .map .person-pink:after {
    width: 200px;
    transform: rotate(82deg);
    left: 10px;
    top: auto;
    bottom: -120px;
  }
}
.map .person-pink.hover-active:after {
  background: #C74D9E;
  transition: linear 0.2s all;
}
.map .person-pink.hover-active .image img {
  border: 2px solid #C74D9E;
  transition: linear 0.2s all;
}
@media (max-width: 1050px) {
  .map .person-pink {
    left: 0;
    top: 0;
  }
}
@media (max-width: 899px) {
  .map .person-pink .image img {
    border: 2px solid #C74D9E !important;
    transition: linear 0.2s all;
  }
}
.map .person-darkgreen {
  bottom: 0;
  left: 12rem;
}
.map .person-darkgreen:after {
  position: absolute;
  height: 2px;
  width: 90px;
  background: white;
  content: "";
  transform: rotate(-79deg);
  left: 25px;
  top: -48px;
  z-index: -2;
}
@media (max-width: 1351px) {
  .map .person-darkgreen:after {
    width: 160px;
    transform: rotate(-65deg);
    left: 5px;
    top: -88px;
  }
}
@media (max-width: 1050px) {
  .map .person-darkgreen:after {
    width: 180px;
    transform: rotate(-80deg);
    left: -35px;
    top: -110px;
  }
}
.map .person-darkgreen.hover-active:after {
  background: #346D44;
  transition: linear 0.2s all;
}
.map .person-darkgreen.hover-active .image img {
  border: 2px solid #346D44;
  transition: linear 0.2s all;
}
@media (max-width: 1050px) {
  .map .person-darkgreen {
    left: 0;
  }
}
@media (max-width: 899px) {
  .map .person-darkgreen .image img {
    border: 2px solid #346D44 !important;
    transition: linear 0.2s all;
  }
}
.map .person-orange {
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 230px;
}
.map .person-orange:after {
  position: absolute;
  height: 2px;
  width: 120px;
  background: white;
  content: "";
  transform: rotate(33deg);
  left: -40px;
  top: -45px;
  z-index: -2;
}
@media (max-width: 1050px) {
  .map .person-orange:after {
    width: 180px;
    transform: rotate(43deg);
    left: -110px;
    top: -75px;
  }
}
.map .person-orange.hover-active:after {
  background: #E2641F;
  transition: linear 0.2s all;
}
.map .person-orange.hover-active .image img {
  border: 2px solid #E2641F;
  transition: linear 0.2s all;
}
@media (max-width: 899px) {
  .map .person-orange .image img {
    border: 2px solid #E2641F !important;
    transition: linear 0.2s all;
  }
}
.map .person-green {
  bottom: 3rem;
  right: 10rem;
}
.map .person-green:after {
  position: absolute;
  height: 2px;
  width: 220px;
  background: white;
  content: "";
  transform: rotate(-156deg);
  left: -150px;
  top: -60px;
  z-index: -2;
}
@media (max-width: 1351px) {
  .map .person-green:after {
    top: -70px;
    left: -172px;
    width: 220px;
    transform: rotate(-146deg);
  }
}
@media (max-width: 1050px) {
  .map .person-green:after {
    top: -80px;
    left: -200px;
    width: 250px;
  }
}
.map .person-green.hover-active:after {
  background: #95C066;
  transition: linear 0.2s all;
}
.map .person-green.hover-active .image img {
  border: 2px solid #95C066;
  transition: linear 0.2s all;
}
@media (max-width: 1050px) {
  .map .person-green {
    right: 1rem;
    bottom: 5rem;
  }
}
@media (max-width: 899px) {
  .map .person-green .image img {
    border: 2px solid #95C066 !important;
    transition: linear 0.2s all;
  }
}
.map .person .image {
  width: 122px;
  border-radius: 1.5rem;
  height: 124px;
  transition: linear 0.2s all;
  box-sizing: border-box;
}
@media (max-width: 1350px) {
  .map .person .image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
}
.map .person .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.5rem;
  border: 2px solid transparent;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  .map .person .image img {
    border-radius: 12px;
  }
}
.map .person .image .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: linear 0.2s all;
}
.map .person h5 {
  color: white;
  font-size: 1rem;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}
@media (max-width: 1199px) {
  .map .person h5 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
}
.map .person .mail {
  margin-bottom: 0.5rem;
}
.map .person .mail a {
  text-decoration: underline;
}
.map .person a {
  color: white;
  display: flex;
  white-space: normal;
  word-break: break-all;
  text-decoration: none;
  transition: linear 0.2s all;
}
.map .person a:hover {
  color: #C5EC5D;
  transition: linear 0.2s all;
}
@media (max-width: 1199px) {
  .map .person a {
    font-size: 14px;
  }
}
@media (max-width: 599px) {
  .map .person a {
    font-size: 12px;
  }
}
.map-image {
  max-width: 856px;
  margin: auto;
  position: relative;
  visibility: hidden;
}
@media (max-width: 1350px) {
  .map-image {
    max-width: 700px;
  }
}
@media (max-width: 1050px) {
  .map-image {
    max-width: 100%;
  }
}
.map-image-mobile {
  display: none;
  position: relative;
  margin: 2rem 0;
}
@media (max-width: 899px) {
  .map-image-mobile {
    display: block;
  }
}
@media (max-width: 599px) {
  .map-image-mobile {
    margin: 1rem 0;
  }
}
.map-image-mobile .swiper-pagination {
  position: relative;
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-image-mobile .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  border-radius: 0;
  width: 100%;
  background: none;
  height: 1rem;
  position: relative;
}
.map-image-mobile .swiper-pagination .swiper-pagination-bullet:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: rgba(197, 236, 93, 0.5019607843);
  content: "";
  width: 100%;
  bottom: 0;
  margin: auto;
}
.map-image-mobile .swiper-pagination .swiper-pagination-bullet-active:after {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  background: #C5EC5D;
  height: 5px;
  width: 100%;
  content: "";
}
.map-image-mobile .map-image-colored {
  position: relative;
  margin-bottom: 1rem;
}
.map-image-mobile .map-image-colored .place-color-1,
.map-image-mobile .map-image-colored .place-color-2,
.map-image-mobile .map-image-colored .place-color-3,
.map-image-mobile .map-image-colored .place-color-4,
.map-image-mobile .map-image-colored .place-color-5,
.map-image-mobile .map-image-colored .place-color-6 {
  opacity: 1;
}
.map-image-mobile .person {
  position: relative !important;
  top: 0;
  left: 0;
  top: 0;
  margin: 0;
  max-width: 100%;
  opacity: 0;
}
@media (max-width: 899px) {
  .map-image-mobile .person {
    opacity: 1 !important;
  }
}
.map-image-mobile .person:after {
  display: none;
}
.map-image-mobile .person .hover {
  opacity: 1 !important;
}
.map-image-wrap {
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 15rem;
}
@media (max-width: 1199px) {
  .map-image-wrap {
    padding-top: 6rem;
    margin-top: 2rem;
  }
}
@media (max-width: 1050px) {
  .map-image-wrap {
    padding-top: 12rem;
    margin-top: 2rem;
  }
}
@media (max-width: 899px) {
  .map-image-wrap {
    display: none;
  }
}
.map-image-default {
  position: relative;
  transition: linear 0.2s all;
  z-index: 10;
}
.map-image-default.hovered {
  opacity: 0.8;
  transition: linear 0.2s all;
}
.map-image-default .st0 {
  stroke-width: 1.05px;
}
.map-image-default .st0, .map-image-default .st1, .map-image-default .st2 {
  fill: none;
  stroke: #83a399;
  stroke-miterlimit: 22;
}
.map-image-default .st3 {
  fill: #fff;
}
.map-image-default .st1 {
  stroke-width: 1.4px;
}
.map-image-default .st4 {
  fill: #83a399;
}
.map-image-default .st2 {
  stroke-width: 1.8px;
}
.map-image-colored {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.map-image-colored .st0 {
  fill: #fff;
}
.map-image-colored .st1 {
  fill: #e2641f;
}
.map-image-colored .st2 {
  stroke-width: 1.8px;
}
.map-image-colored .st2, .map-image-colored .st3, .map-image-colored .st4 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 22;
}
.map-image-colored .st5 {
  fill: #009ddc;
}
.map-image-colored .st6 {
  fill: #95c066;
}
.map-image-colored .st3 {
  stroke-width: 1.05px;
}
.map-image-colored .st4 {
  stroke-width: 1.4px;
}
.map-image-colored .st7 {
  fill: #d52c38;
}
.map-image-colored .st8 {
  fill: #c74d9e;
}
.map-image-colored .st9 {
  fill: #346d44;
}
.map-image-colored .place-color-1,
.map-image-colored .place-color-2,
.map-image-colored .place-color-3,
.map-image-colored .place-color-4,
.map-image-colored .place-color-5,
.map-image-colored .place-color-6 {
  opacity: 0;
  transition: linear 0.2s all;
  cursor: pointer;
}
.map-image-colored .place-color-1:hover,
.map-image-colored .place-color-2:hover,
.map-image-colored .place-color-3:hover,
.map-image-colored .place-color-4:hover,
.map-image-colored .place-color-5:hover,
.map-image-colored .place-color-6:hover {
  opacity: 1 !important;
  transition: linear 0.2s all;
}

.news {
  padding-top: 7.5rem;
  padding-bottom: 5.875rem;
}
@media (max-width: 1299px) {
  .news {
    padding: 4rem 0;
  }
}
@media (max-width: 599px) {
  .news {
    padding: 2rem 0;
  }
}
.news h2.title {
  text-align: center;
  color: white;
  font-size: 3rem;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1299px) {
  .news h2.title {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .news h2.title {
    font-size: 1.75rem;
  }
}
.news h2.title span {
  background: #CEF17B;
  color: #084734;
  padding: 0.35rem 3rem;
  border-radius: 3rem;
  transform: rotate(3deg) translateX(-10px);
  display: inline-block;
}
@media (max-width: 1299px) {
  .news h2.title span {
    font-size: 2rem;
    padding: 0.3rem 1.75rem;
    transform: rotate(3deg) translateX(0px);
  }
}
@media (max-width: 500px) {
  .news h2.title span {
    font-size: 1.125rem;
  }
}
.news .blog-filter {
  justify-content: center;
  margin-top: 4.5rem;
}
@media (max-width: 599px) {
  .news .blog-filter {
    margin-top: 3rem;
  }
}
@media (max-width: 599px) {
  .news .blog-filter button {
    font-size: 14px;
  }
}
.news-grid {
  display: grid;
  grid-template-columns: 526px 416px 306px;
  grid-template-rows: 292px 204px 64px;
  gap: 1.5rem;
  margin-top: 4.5rem;
}
@media (max-width: 1299px) {
  .news-grid {
    grid-template-columns: 366px auto 286px;
  }
}
@media (max-width: 1050px) {
  .news-grid {
    grid-template-rows: auto;
    grid-template-columns: auto 300px 286px;
  }
}
@media (max-width: 999px) {
  .news-grid {
    grid-template-columns: auto;
  }
}
@media (max-width: 599px) {
  .news-grid {
    margin-top: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 200px 1fr 1fr 40px 147px;
  }
}
.news-grid .item {
  border-radius: 1.5rem;
  position: relative;
}
@media (max-width: 599px) {
  .news-grid .item {
    border-radius: 12px;
  }
}
.news-grid .item img {
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 599px) {
  .news-grid .item img {
    border-radius: 12px;
  }
}
.news-grid .item .link {
  padding: 2rem;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1299px) {
  .news-grid .item .link {
    padding: 1.5rem;
  }
}
.news-grid .item .link .read-more {
  color: #000000;
  font-weight: 600;
  text-decoration: underline;
  margin: 0;
}
@media (max-width: 599px) {
  .news-grid .item .link .read-more {
    font-size: 14px;
  }
}
.news-grid .item-1 {
  grid-row: 1/2;
  grid-column: 1/2;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .news-grid .item-1 {
    grid-row: 1/1;
    grid-column: 1/3;
  }
}
@media (max-width: 599px) {
  .news-grid .item-1 {
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
.news-grid .item-1 .top {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 599px) {
  .news-grid .item-1 .top {
    gap: 1rem;
  }
}
.news-grid .item-1 .top p {
  margin: 0;
  font-weight: 400;
}
@media (max-width: 599px) {
  .news-grid .item-1 .top p {
    font-size: 14px;
  }
}
.news-grid .item-1 .top .badge {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  color: #084734;
  border: 1px solid #084734;
  font-weight: 600;
}
@media (max-width: 599px) {
  .news-grid .item-1 .top .badge {
    font-size: 12px;
  }
}
.news-grid .item-1 .title {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 599px) {
  .news-grid .item-1 .title {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.news-grid .item-1 .excerpt {
  color: #585858 !important;
  line-height: 1.5;
  margin: 1rem 0;
  font-weight: 400;
}
@media (max-width: 599px) {
  .news-grid .item-1 .excerpt {
    font-size: 14px;
  }
}
.news-grid .item-1 a {
  color: #000000;
  font-weight: 600;
}
.news-grid .item-2 {
  grid-row: 2/4;
  grid-column: 2/3;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .news-grid .item-2 {
    grid-row: 2/4;
    grid-column: 1/3;
  }
}
@media (max-width: 599px) {
  .news-grid .item-2 {
    grid-row: 3/4;
    grid-column: 1/3;
  }
}
.news-grid .item-2 .top {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 599px) {
  .news-grid .item-2 .top {
    gap: 1rem;
  }
}
.news-grid .item-2 .top .badge {
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  color: #084734;
  border: 1px solid #084734;
  font-weight: 600;
}
@media (max-width: 599px) {
  .news-grid .item-2 .top .badge {
    font-size: 12px;
  }
}
.news-grid .item-2 .top p {
  margin: 0;
  font-weight: 400;
}
@media (max-width: 599px) {
  .news-grid .item-2 .top p {
    font-size: 14px;
  }
}
.news-grid .item-2 .title {
  color: #000000;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media (max-width: 599px) {
  .news-grid .item-2 .title {
    font-size: 18px;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
}
.news-grid .item-2 .excerpt {
  color: #585858;
  line-height: 1.5;
  margin: 1rem 0;
  font-weight: 400;
}
@media (max-width: 599px) {
  .news-grid .item-2 .excerpt {
    font-size: 14px;
  }
}
.news-grid .item-2 a {
  color: #000000;
  font-weight: 600;
}
.news-grid .item-3 {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media (max-width: 999px) {
  .news-grid .item-3 {
    grid-row: 4/4;
    grid-column: 3/3;
  }
}
@media (max-width: 599px) {
  .news-grid .item-3 {
    grid-row: 4/6;
    grid-column: 1/2;
  }
}
.news-grid .item-3 img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news-grid .item-4 {
  grid-row: 1/3;
  grid-column: 3/3;
}
@media (max-width: 599px) {
  .news-grid .item-4 {
    grid-row: 5/6;
    grid-column: 2/2;
  }
}
.news-grid .item-4:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: url(../imgs/news-grid-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-grid .item-5 {
  grid-row: 2/4;
  grid-column: 1/2;
}
.news-grid .item-5 .badge {
  position: absolute;
  left: 1.5rem;
  top: 0;
  -o-object-fit: contain;
     object-fit: contain;
  height: 172px;
  animation: slow-rotate 30s linear infinite;
  width: 172px;
  z-index: 11;
}
@media (max-width: 1299px) {
  .news-grid .item-5 .badge {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 599px) {
  .news-grid .item-5 .badge {
    width: 97px;
    height: 97px;
    left: 1.25rem;
  }
}
@media (max-width: 999px) {
  .news-grid .item-5 {
    grid-row: 4/5;
    grid-column: 1/3;
  }
}
@media (max-width: 599px) {
  .news-grid .item-5 {
    grid-row: 1/1;
    grid-column: 1/3;
  }
}
.news-grid .item-5:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: url(../imgs/news-grid-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.news-grid .item-6 {
  grid-row: 3/3;
  grid-column: 3/3;
}
@media (max-width: 599px) {
  .news-grid .item-6 {
    grid-row: 4/5;
    grid-column: 2/2;
  }
}
.news-grid .item-6 a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding-right: 12px;
}
@media (max-width: 599px) {
  .news-grid .item-6 a {
    font-size: 12px !important;
  }
}
.news-grid .item-6 a img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: auto !important;
  height: auto !important;
  border-radius: 2rem;
}
@media (max-width: 599px) {
  .news-grid .item-6 a img {
    width: 24px !important;
    height: 24px !important;
  }
}/*# sourceMappingURL=style.css.map */