@charset "UTF-8";
.single-product .header.fixed .header_bottom_box.indexHeader,
.single-solutions .header.fixed .header_bottom_box.indexHeader,
.single-case .header.fixed .header_bottom_box.indexHeader,
.single-post .header.fixed .header_bottom_box.indexHeader {
  background: #171a11;
}
.single-product .header.fixed .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link,
.single-solutions .header.fixed .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link,
.single-case .header.fixed .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link,
.single-post .header.fixed .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link {
  color: #fff;
}
.single-product .header .header_bottom_box.indexHeader,
.single-solutions .header .header_bottom_box.indexHeader,
.single-case .header .header_bottom_box.indexHeader,
.single-post .header .header_bottom_box.indexHeader {
  background: #F3F2F2;
  position: relative;
}
.single-product .header .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link,
.single-solutions .header .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link,
.single-case .header .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link,
.single-post .header .header_bottom_box.indexHeader .header_bottom_content_ul li .nav_frist_link {
  color: #000;
}
.single-product .crumbs_box ul a,
.single-product .crumbs_box ul span,
.single-solutions .crumbs_box ul a,
.single-solutions .crumbs_box ul span,
.single-case .crumbs_box ul a,
.single-case .crumbs_box ul span,
.single-post .crumbs_box ul a,
.single-post .crumbs_box ul span {
  color: #000;
}

.floating-menu {
  position: fixed;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  z-index: 999;
}
.floating-menu .floating-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
	  -ms-flex-direction: column;
		  flex-direction: column;
  gap: 0.1875rem;
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .floating-menu .floating-menu-items .floating-menu-item .floating-icon {
	font-size: 3vw;
  }
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon i {
  width: 3.125rem;
  height: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  font-size: 1.5rem;
  background: #9cc35d;
  color: #fff;
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon .floating-text {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  background: #9cc35d;
  height: 3.125rem;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  padding: 0 1.25rem;
  font-size: 1rem;
  position: absolute;
  z-index: -1;
  right: -100%;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 3.125rem;
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon:hover .floating-text {
  display: block;
  opacity: 1;
  right: 3.125rem;
}

.scrollToTop {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
		  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.scrollToTop.active {
  opacity: 1;
  visibility: visible;
}
.scrollToTop .arrow {
  border-top: 0.0625rem solid #666;
  border-right: 0.0625rem solid #666;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0.1875rem;
}
.scrollToTop:hover {
  background: #9cc35d;
  color: #fff;
  -webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
}
.scrollToTop:hover i {
  border-color: #fff;
}

.aupwit-page-news-module-01 {
  padding: 5rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 {
	padding: 10vw 4vw;
  }
}
.aupwit-page-news-module-01 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-list {
	grid-template-columns: repeat(1, 1fr);
	gap: 4vw;
	margin-bottom: 6vw;
  }
}
.aupwit-page-news-module-01 .news-item {
  overflow: hidden;
}
.aupwit-page-news-module-01 .news-item .news-link {
  display: block;
  height: 100%;
  border-bottom: 0.0625rem solid #dcdcdc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.aupwit-page-news-module-01 .news-item .news-link:hover {
  border-color: #000;
}
.aupwit-page-news-module-01 .news-item .news-link:hover .news-more {
  color: #184c72;
}
.aupwit-page-news-module-01 .news-item .news-link:hover .news-image img {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
}
.aupwit-page-news-module-01 .news-item .news-image {
  position: relative;
  overflow: hidden;
  height: 15.625rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-item .news-image {
	height: 50vw;
  }
}
.aupwit-page-news-module-01 .news-item .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aupwit-page-news-module-01 .news-item .news-info {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-item .news-info {
	padding: 3vw 0;
  }
}
.aupwit-page-news-module-01 .news-item .news-date {
  font-size: 0.9375rem;
  z-index: 5;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-item .news-date {
	font-size: 35px;
	font-size: 3.5vw;
	margin-bottom: 4vw;
  }
}
.aupwit-page-news-module-01 .news-item .news-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  line-height: 1.875rem;
  height: 3.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-item .news-title {
	font-size: 38px;
	font-size: 3.8vw;
	line-height: 5vw;
	height: 10vw;
	margin-bottom: 4vw;
  }
}
.aupwit-page-news-module-01 .news-item .news-excerpt {
  font-size: 1rem;
  color: #000;
  line-height: 1.875rem;
  height: 5.625rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.25rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-item .news-excerpt {
	font-size: 36px;
	font-size: 3.6vw;
	line-height: 5vw;
	height: 15vw;
	margin-bottom: 4vw;
  }
}
.aupwit-page-news-module-01 .news-item .news-more {
  font-size: 1rem;
  font-weight: 400;
  color: #024C6C;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .news-item .news-more {
	font-size: 36px;
	font-size: 3.6vw;
  }
}
.aupwit-page-news-module-01 .pagination {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .pagination {
	margin-top: 6vw;
  }
}
.aupwit-page-news-module-01 .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .pagination .page-numbers {
	gap: 1vw;
  }
}
.aupwit-page-news-module-01 .pagination .page-numbers li {
  display: inline-block;
}
.aupwit-page-news-module-01 .pagination .page-numbers li a,
.aupwit-page-news-module-01 .pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #f5f5f5;
  color: #333;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-01 .pagination .page-numbers li a,
  .aupwit-page-news-module-01 .pagination .page-numbers li span {
	width: 8vw;
	height: 8vw;
	font-size: 28px;
	font-size: 2.8vw;
  }
}
.aupwit-page-news-module-01 .pagination .page-numbers li a:hover,
.aupwit-page-news-module-01 .pagination .page-numbers li span:hover {
  background: #d75e2e;
  color: #fff;
}
.aupwit-page-news-module-01 .pagination .page-numbers li .current {
  background: #d75e2e;
  color: #fff;
}

.aupwit-page-news-module-02 {
  padding: 5rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 {
	padding: 10vw 4vw;
  }
}
.aupwit-page-news-module-02 .news-categories {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .news-categories {
	margin-bottom: 6vw;
  }
}
.aupwit-page-news-module-02 .news-categories .category-nav {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.aupwit-page-news-module-02 .news-categories .category-nav .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .news-categories .category-nav .category-list {
	gap: 3vw;
  }
}
.aupwit-page-news-module-02 .news-categories .category-nav .category-list .category-item .category-link {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.125rem solid transparent;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .news-categories .category-nav .category-list .category-item .category-link {
	padding: 2vw 4vw;
	font-size: 40px;
	font-size: 4vw;
  }
}
.aupwit-page-news-module-02 .news-categories .category-nav .category-list .category-item .category-link:hover {
  color: #9cc35d;
  border-block-color: #9cc35d;
}
.aupwit-page-news-module-02 .news-categories .category-nav .category-list .category-item.active .category-link {
  color: #9cc35d;
  border-block-color: #9cc35d;
}
.aupwit-page-news-module-02 .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-grid {
	grid-template-columns: 1fr;
	gap: 4vw;
  }
}
.aupwit-page-news-module-02 .blog-item {
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aupwit-page-news-module-02 .blog-item a {
  text-decoration: none;
  display: block;
}
.aupwit-page-news-module-02 .blog-item a:hover .blog-image img {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
}
.aupwit-page-news-module-02 .blog-item a:hover .blog-content .learn-more {
  color: #9cc35d;
}
.aupwit-page-news-module-02 .blog-item .blog-image {
  width: 100%;
  height: 15.625rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-item .blog-image {
	height: 70vw;
  }
}
.aupwit-page-news-module-02 .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aupwit-page-news-module-02 .blog-item .blog-content {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-item .blog-content {
	padding: 4vw;
  }
}
.aupwit-page-news-module-02 .blog-item .blog-content .blog-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75rem;
  max-height: 1.75rem;
  margin-bottom: 0.9375rem;
  color: #232939;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-item .blog-content .blog-title {
	font-size: 38px;
	font-size: 3.8vw;
	line-height: 4.8vw;
	margin-bottom: 3vw;
	max-height: 4.8vw;
  }
}
.aupwit-page-news-module-02 .blog-item .blog-content .content {
  font-size: 1rem;
  line-height: 1.75rem;
  color: #666;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.25rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-item .blog-content .content {
	font-size: 36px;
	font-size: 3.6vw;
	line-height: 4.8vw;
	margin-bottom: 4vw;
	max-height: 14.4vw;
  }
}
.aupwit-page-news-module-02 .blog-item .blog-content .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.aupwit-page-news-module-02 .blog-item .blog-content .blog-footer .date {
  font-size: 0.875rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-item .blog-content .blog-footer .date {
	font-size: 34px;
	font-size: 3.4vw;
  }
}
.aupwit-page-news-module-02 .blog-item .blog-content .blog-footer .learn-more {
  font-size: 1rem;
  color: #666;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .blog-item .blog-content .blog-footer .learn-more {
	font-size: 36px;
	font-size: 3.6vw;
  }
}
.aupwit-page-news-module-02 .pagination {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .pagination {
	margin-top: 6vw;
  }
}
.aupwit-page-news-module-02 .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .pagination .page-numbers {
	gap: 1vw;
  }
}
.aupwit-page-news-module-02 .pagination .page-numbers li {
  display: inline-block;
}
.aupwit-page-news-module-02 .pagination .page-numbers li a,
.aupwit-page-news-module-02 .pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #f5f5f5;
  color: #333;
  font-size: 0.875rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .aupwit-page-news-module-02 .pagination .page-numbers li a,
  .aupwit-page-news-module-02 .pagination .page-numbers li span {
	width: 8vw;
	height: 8vw;
	font-size: 28px;
	font-size: 2.8vw;
  }
}
.aupwit-page-news-module-02 .pagination .page-numbers li a:hover,
.aupwit-page-news-module-02 .pagination .page-numbers li span:hover {
  background: #d75e2e;
  color: #fff;
}
.aupwit-page-news-module-02 .pagination .page-numbers li .current {
  background: #d75e2e;
  color: #fff;
}

.aupwit-single-news-module-01 {
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 {
	padding: 0 4vw;
  }
}
.aupwit-single-news-module-01 .news-meta {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  text-align: center;
}
.aupwit-single-news-module-01 .news-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: #9cc35d;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  padding: 0.3125rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-category {
	font-size: 2.2vw;
	margin-bottom: 3vw;
  }
}
.aupwit-single-news-module-01 .news-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-title {
	font-size: 5.2vw;
	margin-bottom: 3vw;
  }
}
.aupwit-single-news-module-01 .news-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  color: #bbb;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-author {
	font-size: 3.4vw;
	margin-bottom: 5vw;
  }
}
.aupwit-single-news-module-01 .news-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  margin-bottom: 1.875rem;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-share {
	margin-bottom: 5vw;
	gap: 2vw;
  }
}
.aupwit-single-news-module-01 .news-share a {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-share a {
	width: 4vw;
	height: 4vw;
  }
}
.aupwit-single-news-module-01 .news-share a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
	 object-fit: contain;
}
.aupwit-single-news-module-01 .news-featured {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  position: relative;
}
.aupwit-single-news-module-01 .featured-image {
  overflow: hidden;
}
.aupwit-single-news-module-01 .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.aupwit-single-news-module-01 .news-date {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.3125rem 0.625rem;
  text-align: center;
}
.aupwit-single-news-module-01 .news-date .date-day {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-date .date-day {
	font-size: 4.4vw;
  }
}
.aupwit-single-news-module-01 .news-date .date-month {
  display: block;
  font-size: 0.75rem;
  color: #333;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-01 .news-date .date-month {
	font-size: 3.4vw;
  }
}
.aupwit-single-news-module-01 p {
  color: #000;
}

.aupwit-single-news-module-02 {
  margin-top: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-02 {
	padding: 0 4vw;
	margin-top: 6vw;
  }
}
.aupwit-single-news-module-02 .news-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-02 .news-content {
	font-size: 3.6vw;
  }
}
.aupwit-single-news-module-02 .news-content p {
  margin-bottom: 1.5em;
}
.aupwit-single-news-module-02 .news-content h1,
.aupwit-single-news-module-02 .news-content h2,
.aupwit-single-news-module-02 .news-content h3,
.aupwit-single-news-module-02 .news-content h4,
.aupwit-single-news-module-02 .news-content h5,
.aupwit-single-news-module-02 .news-content h6 {
  margin: 1.5em 0 1em;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}
.aupwit-single-news-module-02 .news-content img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.aupwit-single-news-module-02 .news-content ul,
.aupwit-single-news-module-02 .news-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.aupwit-single-news-module-02 .news-content ul li,
.aupwit-single-news-module-02 .news-content ol li {
  margin-bottom: 0.5em;
  list-style: disc;
  color: #000;
}
.aupwit-single-news-module-02 .news-content blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #9cc35d;
  background: #f8f9fa;
  font-style: italic;
}

@media (max-width: 768px) {
  .aupwit-single-news-module-03 {
	display: none;
  }
}
.aupwit-single-news-module-03 .module-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.aupwit-single-news-module-03 .recent-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-03 .recent-posts {
	gap: 20px;
  }
}
.aupwit-single-news-module-03 .post-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  border-bottom: 0.0625rem solid #dcdcdc;
  padding-bottom: 1.25rem;
}
.aupwit-single-news-module-03 .post-item:last-child {
  border-bottom: none;
}
.aupwit-single-news-module-03 .post-item:hover .post-image img {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
}
.aupwit-single-news-module-03 .post-item:hover .post-title a {
  color: #9cc35d;
}
.aupwit-single-news-module-03 .post-image {
  width: 30%;
  position: relative;
  height: 5.3125rem;
  overflow: hidden;
}
.aupwit-single-news-module-03 .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aupwit-single-news-module-03 .post-content {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  padding-left: 0.9375rem;
}
.aupwit-single-news-module-03 .post-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5625rem;
  height: 3.125rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aupwit-single-news-module-03 .post-title a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-03 .post-title {
	font-size: 16px;
  }
}
.aupwit-single-news-module-03 .post-date {
  font-size: 14px;
  color: #666;
}

.aupwit-single-news-module-04 {
  margin-top: 2.5rem;
  margin-bottom: 6.25rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-04 {
	padding: 0 4vw;
	margin-top: 6vw;
	margin-bottom: 10vw;
  }
}
.aupwit-single-news-module-04 .post-navigation {
  padding: 1.875rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .post-navigation {
	padding: 5vw 0;
  }
}
.aupwit-single-news-module-04 .nav-links {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-previous,
  .aupwit-single-news-module-04 .nav-next {
	max-width: 100%;
	width: 100%;
	text-align: center;
  }
}
.aupwit-single-news-module-04 .nav-previous a,
.aupwit-single-news-module-04 .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.aupwit-single-news-module-04 .nav-previous a:hover .nav-title,
.aupwit-single-news-module-04 .nav-next a:hover .nav-title {
  color: #9cc35d;
}
.aupwit-single-news-module-04 .nav-next a {
  text-align: right;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-next a {
	text-align: center;
  }
}
.aupwit-single-news-module-04 .nav-subtitle {
  display: block;
  font-size: 1rem;
  color: #bbb;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-subtitle {
	font-size: 3.6vw;
	margin-bottom: 3.8vw;
  }
}
.aupwit-single-news-module-04 .nav-title {
  display: block;
  font-size: 1rem;
  line-height: 1.5625rem;
  max-height: 3.125rem;
  font-weight: 600;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-title {
	font-size: 3.6vw;
	line-height: 4.5vw;
	max-height: 9vw;
  }
}
.aupwit-single-news-module-04 .nav-archive {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}
@media (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-archive {
	margin: 0.9375rem 0;
  }
}
.aupwit-single-news-module-04 .nav-archive a {
  display: inline-block;
}
.aupwit-single-news-module-04 .nav-archive a:hover svg path {
  fill: #9cc35d;
}
.aupwit-single-news-module-04 .nav-archive svg {
  width: 24px;
  height: 24px;
}
.aupwit-single-news-module-04 .nav-archive svg path {
  fill: #bbb;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.aupwit-single-news-module-04 .nav-previous,
.aupwit-single-news-module-04 .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.aupwit-single-news-module-04 .nav-previous a:nth-child(2) {
  padding-left: 0.9375rem;
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-previous a:nth-child(2) {
	padding-left: 0;
	float: auto;
  }
}
.aupwit-single-news-module-04 .nav-next a:nth-child(1) {
  padding-right: 0.9375rem;
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-04 .nav-next a:nth-child(1) {
	padding-right: 0;
	float: auto;
	text-align: center;
  }
}
.aupwit-single-news-module-04 .lt-arrow,
.aupwit-single-news-module-04 .rt-arrow {
  color: #184c72;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #eee;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .aupwit-single-news-module-04 .lt-arrow,
  .aupwit-single-news-module-04 .rt-arrow {
	display: none !important;
  }
}
.aupwit-single-news-module-04 .lt-arrow:after,
.aupwit-single-news-module-04 .rt-arrow:after {
  content: "";
  display: block;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
  right: 0.1875rem;
}
.aupwit-single-news-module-04 .lt-arrow {
  -webkit-transform: rotate(180deg);
		  transform: rotate(180deg);
}

.aupwit-single-cases-module-01 {
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 {
	padding: 0 4vw;
  }
}
.aupwit-single-cases-module-01 .news-meta {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  text-align: center;
}
.aupwit-single-cases-module-01 .news-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: #9cc35d;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  padding: 0.3125rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-category {
	font-size: 2.2vw;
	margin-bottom: 3vw;
  }
}
.aupwit-single-cases-module-01 .news-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-title {
	font-size: 5.2vw;
	margin-bottom: 3vw;
  }
}
.aupwit-single-cases-module-01 .news-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  color: #bbb;
  font-size: 0.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-author {
	font-size: 3.4vw;
	margin-bottom: 5vw;
  }
}
.aupwit-single-cases-module-01 .news-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  margin-bottom: 1.875rem;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-share {
	margin-bottom: 5vw;
	gap: 2vw;
  }
}
.aupwit-single-cases-module-01 .news-share a {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-share a {
	width: 4vw;
	height: 4vw;
  }
}
.aupwit-single-cases-module-01 .news-share a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
	 object-fit: contain;
}
.aupwit-single-cases-module-01 .news-featured {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  position: relative;
}
.aupwit-single-cases-module-01 .featured-image {
  overflow: hidden;
}
.aupwit-single-cases-module-01 .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.aupwit-single-cases-module-01 .news-date {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.3125rem 0.625rem;
  text-align: center;
}
.aupwit-single-cases-module-01 .news-date .date-day {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-date .date-day {
	font-size: 4.4vw;
  }
}
.aupwit-single-cases-module-01 .news-date .date-month {
  display: block;
  font-size: 0.75rem;
  color: #333;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-01 .news-date .date-month {
	font-size: 3.4vw;
  }
}
.aupwit-single-cases-module-01 p {
  color: #000;
}

.aupwit-single-cases-module-02 {
  margin-top: 2.5rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-02 {
	padding: 0 4vw;
	margin-top: 6vw;
  }
}
.aupwit-single-cases-module-02 .news-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-02 .news-content {
	font-size: 3.6vw;
  }
}
.aupwit-single-cases-module-02 .news-content p {
  margin-bottom: 1.5em;
}
.aupwit-single-cases-module-02 .news-content h1,
.aupwit-single-cases-module-02 .news-content h2,
.aupwit-single-cases-module-02 .news-content h3,
.aupwit-single-cases-module-02 .news-content h4,
.aupwit-single-cases-module-02 .news-content h5,
.aupwit-single-cases-module-02 .news-content h6 {
  margin: 1.5em 0 1em;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}
.aupwit-single-cases-module-02 .news-content img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.aupwit-single-cases-module-02 .news-content ul,
.aupwit-single-cases-module-02 .news-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.aupwit-single-cases-module-02 .news-content ul li,
.aupwit-single-cases-module-02 .news-content ol li {
  margin-bottom: 0.5em;
  list-style: disc;
  color: #000;
}
.aupwit-single-cases-module-02 .news-content blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #9cc35d;
  background: #f8f9fa;
  font-style: italic;
}

@media (max-width: 768px) {
  .aupwit-single-cases-module-03 {
	display: none;
  }
}
.aupwit-single-cases-module-03 .module-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.aupwit-single-cases-module-03 .recent-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-03 .recent-posts {
	gap: 20px;
  }
}
.aupwit-single-cases-module-03 .post-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  border-bottom: 0.0625rem solid #dcdcdc;
  padding-bottom: 1.25rem;
}
.aupwit-single-cases-module-03 .post-item:last-child {
  border-bottom: none;
}
.aupwit-single-cases-module-03 .post-item:hover .post-image img {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
}
.aupwit-single-cases-module-03 .post-item:hover .post-title a {
  color: #9cc35d;
}
.aupwit-single-cases-module-03 .post-image {
  width: 30%;
  position: relative;
  height: 5.3125rem;
  overflow: hidden;
}
.aupwit-single-cases-module-03 .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aupwit-single-cases-module-03 .post-content {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  padding-left: 0.9375rem;
}
.aupwit-single-cases-module-03 .post-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  line-height: 1.5625rem;
  height: 3.125rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aupwit-single-cases-module-03 .post-title a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-03 .post-title {
	font-size: 16px;
  }
}
.aupwit-single-cases-module-03 .post-date {
  font-size: 14px;
  color: #666;
}

.aupwit-single-cases-module-04 {
  margin-top: 2.5rem;
  margin-bottom: 6.25rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-04 {
	padding: 0 4vw;
	margin-top: 6vw;
	margin-bottom: 10vw;
  }
}
.aupwit-single-cases-module-04 .post-navigation {
  padding: 1.875rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .post-navigation {
	padding: 5vw 0;
  }
}
.aupwit-single-cases-module-04 .nav-links {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-links {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-previous,
  .aupwit-single-cases-module-04 .nav-next {
	max-width: 100%;
	width: 100%;
	text-align: center;
  }
}
.aupwit-single-cases-module-04 .nav-previous a,
.aupwit-single-cases-module-04 .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.aupwit-single-cases-module-04 .nav-previous a:hover .nav-title,
.aupwit-single-cases-module-04 .nav-next a:hover .nav-title {
  color: #d75e2e;
}
.aupwit-single-cases-module-04 .nav-next a {
  text-align: right;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-next a {
	text-align: center;
  }
}
.aupwit-single-cases-module-04 .nav-subtitle {
  display: block;
  font-size: 1rem;
  color: #bbb;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-subtitle {
	font-size: 3.6vw;
	margin-bottom: 3.8vw;
  }
}
.aupwit-single-cases-module-04 .nav-title {
  display: block;
  font-size: 1rem;
  line-height: 1.5625rem;
  max-height: 3.125rem;
  font-weight: 600;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-title {
	font-size: 3.6vw;
	line-height: 4.5vw;
	max-height: 9vw;
  }
}
.aupwit-single-cases-module-04 .nav-archive {
  -webkit-box-flex: 0;
	  -ms-flex: 0 0 auto;
		  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}
@media (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-archive {
	margin: 0.9375rem 0;
  }
}
.aupwit-single-cases-module-04 .nav-archive a {
  display: inline-block;
}
.aupwit-single-cases-module-04 .nav-archive a:hover svg path {
  fill: #9cc35d;
}
.aupwit-single-cases-module-04 .nav-archive svg {
  width: 24px;
  height: 24px;
}
.aupwit-single-cases-module-04 .nav-archive svg path {
  fill: #bbb;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.aupwit-single-cases-module-04 .nav-previous,
.aupwit-single-cases-module-04 .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.aupwit-single-cases-module-04 .nav-previous a:nth-child(2) {
  padding-left: 0.9375rem;
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-previous a:nth-child(2) {
	padding-left: 0;
	float: auto;
  }
}
.aupwit-single-cases-module-04 .nav-next a:nth-child(1) {
  padding-right: 0.9375rem;
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-04 .nav-next a:nth-child(1) {
	padding-right: 0;
	float: auto;
	text-align: center;
  }
}
.aupwit-single-cases-module-04 .lt-arrow,
.aupwit-single-cases-module-04 .rt-arrow {
  color: #184c72;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.125rem solid #eee;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .aupwit-single-cases-module-04 .lt-arrow,
  .aupwit-single-cases-module-04 .rt-arrow {
	display: none !important;
  }
}
.aupwit-single-cases-module-04 .lt-arrow:after,
.aupwit-single-cases-module-04 .rt-arrow:after {
  content: "";
  display: block;
  border-top: 0.125rem solid #333;
  border-right: 0.125rem solid #333;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
  width: 0.625rem;
  height: 0.625rem;
  position: relative;
  right: 0.1875rem;
}
.aupwit-single-cases-module-04 .lt-arrow {
  -webkit-transform: rotate(180deg);
		  transform: rotate(180deg);
}

.aupwit-page-cases-module-02 {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 {
	padding: 10vw 4vw;
  }
}
.aupwit-page-cases-module-02 .news-categories {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .news-categories {
	margin-bottom: 6vw;
  }
}
.aupwit-page-cases-module-02 .news-categories .category-nav {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.aupwit-page-cases-module-02 .news-categories .category-nav .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .news-categories .category-nav .category-list {
	gap: 3vw;
  }
}
.aupwit-page-cases-module-02 .news-categories .category-nav .category-list .category-item .category-link {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.125rem solid transparent;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .news-categories .category-nav .category-list .category-item .category-link {
	padding: 2vw 4vw;
	font-size: 40px;
	font-size: 4vw;
  }
}
.aupwit-page-cases-module-02 .news-categories .category-nav .category-list .category-item .category-link:hover {
  color: #9cc35d;
  border-block-color: #9cc35d;
}
.aupwit-page-cases-module-02 .news-categories .category-nav .category-list .category-item.active .category-link {
  color: #9cc35d;
  border-block-color: #9cc35d;
}
.aupwit-page-cases-module-02 .cases-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .cases-list {
	grid-template-columns: repeat(1, 1fr);
  }
}
.aupwit-page-cases-module-02 .cases-list .cases-item {
  background: #e8e8e8;
  border-radius: 0.3125rem;
  overflow: hidden;
}
.aupwit-page-cases-module-02 .cases-list .cases-item:hover .cases-image a img {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
}
.aupwit-page-cases-module-02 .cases-list .cases-item .cases-image a {
  display: block;
  height: 16.875rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .cases-list .cases-item .cases-image a {
	height: 50vw;
  }
}
.aupwit-page-cases-module-02 .cases-list .cases-item .cases-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
	 object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aupwit-page-cases-module-02 .cases-list .cases-item .cases-info {
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .cases-list .cases-item .cases-info {
	padding: 4vw;
  }
}
.aupwit-page-cases-module-02 .cases-list .cases-item .cases-info .cases-title {
  display: block;
  font-size: 1.25rem;
  line-height: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .cases-list .cases-item .cases-info .cases-title {
	font-size: 4vw;
	line-height: 5vw;
	height: 5vw;
	margin-bottom: 2vw;
  }
}
.aupwit-page-cases-module-02 .cases-list .cases-item .cases-info .cases-excerpt {
  font-size: 1rem;
  line-height: 1.5rem;
  height: 3rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aupwit-page-cases-module-02 .cases-list .cases-item .cases-info .cases-excerpt {
	font-size: 3.6vw;
	line-height: 4.4vw;
	height: 8.8vw;
  }
}

.aupwit-page-download-module-01 {
  padding: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 {
	padding: 4vw;
  }
}
.aupwit-page-download-module-01 .download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.aupwit-page-download-module-01 .download-item:hover .download-title {
  color: #9cc35d;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .download-item {
	padding: 3vw 2vw;
  }
}
.aupwit-page-download-module-01 .download-info {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  padding-right: 1.25rem;
}
.aupwit-page-download-module-01 .download-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 0.3125rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .download-title {
	font-size: 3.8vw;
	margin: 0 0 1vw;
  }
}
.aupwit-page-download-module-01 .download-link {
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  background-color: #9cc35d;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.aupwit-page-download-module-01 .download-link:hover {
  background-color: #83ad40;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .download-link {
	width: 6vw;
	height: 6vw;
  }
}
.aupwit-page-download-module-01 .download-icon {
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .download-icon {
	width: 3vw;
	height: 3vw;
  }
}
.aupwit-page-download-module-01 .no-downloads {
  text-align: center;
  padding: 2.5rem 0;
  color: #666;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .no-downloads {
	padding: 6vw 0;
	font-size: 2.8vw;
  }
}
.aupwit-page-download-module-01 .pagination {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .pagination {
	margin-top: 6vw;
  }
}
.aupwit-page-download-module-01 .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3125rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aupwit-page-download-module-01 .pagination .page-numbers:hover {
  background-color: #f5f5f5;
}
.aupwit-page-download-module-01 .pagination .page-numbers.current {
  background-color: #9cc35d;
  border-color: #184c72;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aupwit-page-download-module-01 .pagination .page-numbers {
	width: 6vw;
	height: 6vw;
	margin: 0 1vw;
	font-size: 2.8vw;
  }
}

.aupwit-page-faqs-module-02 {
  padding: 3.125rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 {
	padding: 10vw 4vw;
  }
}
.aupwit-page-faqs-module-02 .module-title {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 2.5rem;
  display: block;
  padding: 0.625rem 1.25rem;
  text-align: center;
  border-bottom: 0.0625rem solid #e8e8e8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .module-title {
	font-size: 5.6vw;
	margin-bottom: 5vw;
  }
}
.aupwit-page-faqs-module-02 .module-title::before {
  content: "";
  position: absolute;
  bottom: -0.0625rem;
  left: 50%;
  width: 7.5rem;
  height: 0.1875rem;
  background: #9cc35d;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .module-title::before {
	width: 24vw;
	height: 0.6vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list {
  margin-bottom: 3.75rem;
}
.aupwit-page-faqs-module-02 .faq-list:last-child {
  margin-bottom: 0;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item {
  margin-bottom: 1.25rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item {
	margin-bottom: 2vw;
	border-radius: 1.6vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item.active .faq-header .faq-icon::after {
  -webkit-transform: rotate(90deg);
		  transform: rotate(90deg);
}
.aupwit-page-faqs-module-02 .faq-list .faq-item.active .faq-content {
  opacity: 1;
  max-height: none;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header {
  position: relative;
  padding: 0.625rem 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1f2124;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header {
	padding: 3vw 0;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-title {
  width: 85%;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1f2124;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-title {
	font-size: 3.6vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon {
	right: 4vw;
	width: 2.4vw;
	height: 2.4vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::before, .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::after {
  content: "";
  position: absolute;
  background: #202634;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::after {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content {
  max-height: 0;
  padding: 0 1.25rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content {
	padding: 0 4vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner {
  color: #1f2124;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner {
	font-size: 3.6vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner p {
  margin: 0;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner p + p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner p + p {
	margin-top: 1.6vw;
  }
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table {
  width: 100%;
  border: 0.0625rem solid #000;
  border-spacing: 0;
  border-collapse: collapse;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table tr,
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table th {
  border: 0.0625rem solid #000;
}
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table tr td,
.aupwit-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table th td {
  border: 0.0625rem solid #000;
  padding: 0.9375rem;
}

.aupwit-page-video-module-01 {
  padding: 1.875rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 {
	padding: 6vw 4vw;
  }
}
.aupwit-page-video-module-01 .video-categories {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 .video-categories {
	margin-bottom: 6vw;
  }
}
.aupwit-page-video-module-01 .video-categories .category-nav {
  border-bottom: 0.0625rem solid #e5e5e5;
}
.aupwit-page-video-module-01 .video-categories .category-nav .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  gap: 1.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 .video-categories .category-nav .category-list {
	gap: 3vw;
  }
}
.aupwit-page-video-module-01 .video-categories .category-nav .category-list .category-item .category-link {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-size: 1.25rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.125rem solid transparent;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 .video-categories .category-nav .category-list .category-item .category-link {
	padding: 2vw 4vw;
	font-size: 40px;
	font-size: 4vw;
  }
}
.aupwit-page-video-module-01 .video-categories .category-nav .category-list .category-item .category-link:hover {
  color: #9cc35d;
  border-block-color: #9cc35d;
}
.aupwit-page-video-module-01 .video-categories .category-nav .category-list .category-item.active .category-link {
  color: #9cc35d;
  border-block-color: #9cc35d;
}
.aupwit-page-video-module-01 .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 .video-grid {
	grid-template-columns: repeat(1, 1fr);
	gap: 3vw;
  }
}
.aupwit-page-video-module-01 .video-item {
  overflow: hidden;
}
.aupwit-page-video-module-01 .video-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 15.625rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 .video-item .video-wrapper {
	height: 50vw;
  }
}
.aupwit-page-video-module-01 .video-item .video-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
	 object-fit: contain;
  border: none;
}
.aupwit-page-video-module-01 .video-item .video-title {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  height: 1.875rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aupwit-page-video-module-01 .video-item .video-title {
	margin-top: 3vw;
	font-size: 38px;
	font-size: 3.8vw;
	line-height: 5vw;
	height: 5vw;
  }
}

.aupwit-page-contact-us-module-01 {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 {
	padding: 10vw 4vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-header {
  text-align: center;
}
.aupwit-page-contact-us-module-01 .contact-header .header-title {
  font-size: 2.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-header .header-title {
	font-size: 6.6vw;
	margin-bottom: 4vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-header .header-content {
  font-size: 1rem;
  color: #000;
  max-width: 28.75rem;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-header .header-content {
	font-size: 3.6vw;
	margin-bottom: 6vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-info {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-info {
	padding: 0 4vw 10vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-info .info-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3vw;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-info .info-grid {
	grid-template-columns: 1fr;
  }
}
.aupwit-page-contact-us-module-01 .contact-info .info-item {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aupwit-page-contact-us-module-01 .contact-info .info-item .info-image {
  display: inline-block;
  width: 4.375rem;
}
.aupwit-page-contact-us-module-01 .contact-info .info-item .info-image img {
  width: 100%;
}
.aupwit-page-contact-us-module-01 .contact-info .info-item .info-title {
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-info .info-item .info-title {
	font-size: 3.2vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-info .info-item .info-content {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: 0.0625rem solid #dcdcdc;
  font-size: 1.125rem;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-info .info-item .info-content {
	font-size: 3.8vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq {
  padding: 0 0 5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq {
	padding: 0 0 8vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .form-faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.125rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .form-faq-grid {
	grid-template-columns: 1fr;
	gap: 7vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .form-section {
  border-top: 0.0625rem solid #dcdcdc;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .form-section {
	padding-top: 8vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .form-section .form-title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 50px;
  color: #000;
  text-align: center;
  font-family: var(--e-global-typography-ce7c6b3-font-family);
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .form-section .form-title {
	font-size: 5.2vw;
	margin-bottom: 7vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .form-section .form-container {
  max-width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .form-section .form-container {
	max-width: 100%;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-title {
	font-size: 5.2vw;
	margin-bottom: 5vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item {
  border-bottom: 0.0625rem solid #dcdcdc;
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-question {
  padding: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-question {
	font-size: 3.8vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-question .faq-toggle {
  position: relative;
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-question .faq-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  border-top: 0.0625rem solid #666;
  border-right: 0.0625rem solid #666;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(135deg);
		  transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-question .faq-toggle::before {
	width: 2vw;
	height: 2vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item .faq-answer {
	font-size: 3.6vw;
  }
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item.active .faq-toggle::before {
  -webkit-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}
.aupwit-page-contact-us-module-01 .contact-form-faq .faq-section .faq-container .faq-item.active .faq-answer {
  margin-bottom: 1.25rem;
}

.aupwit-page-contact-us-module-02 {
  margin-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 {
	margin-top: 20vw;
  }
}
.aupwit-page-contact-us-module-02 .content-wrap {
  position: relative;
  height: 28.125rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .content-wrap {
	height: auto;
	padding: 5vw 0;
  }
}
.aupwit-page-contact-us-module-02 .content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(55% + 12px);
  height: 100%;
  background-color: #d75e2e;
  -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
		  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .content-wrap::before {
	content: none;
  }
}
.aupwit-page-contact-us-module-02 .content-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  background-color: #1d2332;
  -webkit-clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
		  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .content-wrap::after {
	width: 100%;
	-webkit-clip-path: none;
			clip-path: none;
	background-color: #1d2332;
  }
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .content-wrap {
	height: 80vw;
  }
}
.aupwit-page-contact-us-module-02 .contact-info {
  position: relative;
  padding-top: 5rem;
  padding-left: 4.375rem;
  padding-right: 4.375rem;
  margin-left: auto;
  width: 50%;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .contact-info {
	width: 100%;
  }
}
.aupwit-page-contact-us-module-02 .contact-info .title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .contact-info .title {
	font-size: 44px;
	font-size: 4.4vw;
	margin-bottom: 6vw;
  }
}
.aupwit-page-contact-us-module-02 .contact-info .info-list .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .contact-info .info-list .info-item {
	margin-bottom: 5vw;
  }
}
.aupwit-page-contact-us-module-02 .contact-info .info-list .info-item:last-child {
  margin-bottom: 0;
}
.aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .icon {
  margin-right: 0.9375rem;
  width: 1.5625rem;
  height: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .icon {
	margin-right: 2vw;
	width: 4.5vw;
	height: 4.5vw;
  }
}
.aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
	 object-fit: contain;
}
.aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .text {
  margin-top: -0.1875rem;
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .text {
	font-size: 36px;
	font-size: 3.6vw;
	line-height: 5vw;
  }
}
.aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .text .label {
  font-weight: 400;
  font-size: 1rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-contact-us-module-02 .contact-info .info-list .info-item .text .label {
	margin-right: 1.5vw;
	font-size: 36px;
	font-size: 3.6vw;
  }
}

.elementor-element-efe3169 {
  margin-top: 6.875rem !important;
  border-top: 0.0625rem solid #e8e9ea;
  padding-top: 5.625rem !important;
}
@media screen and (max-width: 768px) {
  .elementor-element-efe3169 {
	margin-top: 11vw !important;
	padding-top: 9vw !important;
  }
}
.elementor-element-efe3169 .elementor-element-09cc178 .elementor-heading-title {
  font-size: 2.25rem;
  color: #202634;
  font-weight: 600;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .elementor-element-efe3169 .elementor-element-09cc178 .elementor-heading-title {
	font-size: 56px;
	font-size: 5.6vw;
	line-height: 6.8vw;
  }
}
.elementor-element-efe3169 .elementor-element-f2a3cd4 .elementor-widget-container {
  margin-top: 1.875rem !important;
}
@media screen and (max-width: 768px) {
  .elementor-element-efe3169 .elementor-element-f2a3cd4 .elementor-widget-container {
	margin-top: 5vw !important;
  }
}
.elementor-element-efe3169 .elementor-element-f2a3cd4 .elementor-widget-container iframe {
  height: 35rem !important;
}
@media screen and (max-width: 768px) {
  .elementor-element-efe3169 .elementor-element-f2a3cd4 .elementor-widget-container iframe {
	height: 60vw !important;
  }
}

.request_personal_box {
  padding: 3.75rem 0;
}
@media screen and (max-width: 768px) {
  .request_personal_box {
	padding: 6vw 4vw;
  }
}
.request_personal_box .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline !important;
}
.request_personal_box h2 {
  font-size: 2.5rem;
  color: #9cc35d;
  margin-bottom: 1.25rem;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 768px) {
  .request_personal_box h2 {
	font-size: 6.8vw;
	margin-bottom: 4vw;
  }
}
.request_personal_box .elementor-widget-form .elementor-field-group > label,
.request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-subgroup label {
  font-size: 1rem;
  color: #3C3C3C;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-widget-form .elementor-field-group > label,
  .request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-subgroup label {
	font-size: 3.6vw;
  }
}
.request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  border: 1px solid #cccccc;
  padding: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
	padding: 0 1vw;
  }
}
.request_personal_box .elementor-column.elementor-col-20 {
  width: auto;
}
.request_personal_box .elementor-column.elementor-col-20.elementor-field-group-field_17c1b12 {
  font-weight: 900 !important;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-column.elementor-col-20.elementor-field-group-field_17c1b12 {
	font-size: 3.8vw;
  }
}
.request_personal_box .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
.request_personal_box input[type=radio] {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #595959;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box input[type=radio] {
	width: 4.4vw;
	height: 4.4vw;
	margin-right: 3vw;
  }
}
.request_personal_box .elementor-field-group-field_688904d .elementor-field-subgroup,
.request_personal_box .elementor-field-group-field_c291d6f .elementor-field-subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem 3.75rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-field-group-field_688904d .elementor-field-subgroup,
  .request_personal_box .elementor-field-group-field_c291d6f .elementor-field-subgroup {
	gap: 2vw 6vw;
	margin-bottom: 2vw;
  }
}
.request_personal_box h3 {
  font-size: 1.125rem;
  font-weight: 900 !important;
}
.request_personal_box .elementor-field-type-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request_personal_box .elementor-field-group-field_3d8536f {
  width: 30% !important;
}
.request_personal_box .elementor-field-group-field_3d8536f input {
  border: none !important;
  border-bottom: 1px solid #CCC !important;
}
.request_personal_box .line {
  border-bottom: 1px dashed #CCC;
  width: 100%;
  margin: 2.5rem 0;
}
@media screen and (max-width: 768px) {
  .request_personal_box .line {
	margin: 4vw 0;
  }
}
.request_personal_box a {
  margin-left: 5px;
  text-decoration: underline !important;
  color: #9cc35d;
  font-style: italic;
}

.aupwit-page-product-search-module-01 {
  padding: 5rem 0 6.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 {
	padding: 10vw 4vw;
  }
}
.aupwit-page-product-search-module-01 .module-title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .module-title {
	font-size: 38px;
	font-size: 3.8vw;
	margin-bottom: 4vw;
  }
}
.aupwit-page-product-search-module-01 .module-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .module-header {
	gap: 2vw;
	margin-bottom: 5vw;
  }
}
.aupwit-page-product-search-module-01 .module-header .breadcrumb {
  font-size: 1.125rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .module-header .breadcrumb {
	font-size: 26px;
	font-size: 2.6vw;
  }
}
.aupwit-page-product-search-module-01 .module-header .breadcrumb a {
  color: #777;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.aupwit-page-product-search-module-01 .module-header .breadcrumb a:hover {
  color: #9cc35d;
}
.aupwit-page-product-search-module-01 .module-header .breadcrumb span {
  font-weight: 600;
}
.aupwit-page-product-search-module-01 .module-header .sort-select select {
  padding: 0.5rem 0;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 1.125rem;
  color: #242424;
  font-weight: 600;
  background-color: #fff;
  cursor: pointer;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .module-header .sort-select select {
	font-size: 28px;
	font-size: 2.8vw;
	padding: 1.6vw 0;
	width: 30vw;
  }
}
.aupwit-page-product-search-module-01 .module-header .sort-select select:focus {
  outline: none;
  border-color: #9cc35d;
}
.aupwit-page-product-search-module-01 .product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .product-list {
	grid-template-columns: repeat(2, 1fr);
	gap: 4vw;
  }
}
.aupwit-page-product-search-module-01 .product-item {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
		  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aupwit-page-product-search-module-01 .product-item:hover .product-image img {
  -webkit-transform: scale(1.05);
		  transform: scale(1.05);
}
.aupwit-page-product-search-module-01 .product-item:hover .product-title {
  color: #9cc35d;
}
.aupwit-page-product-search-module-01 .product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.aupwit-page-product-search-module-01 .product-image {
  position: relative;
  height: 16.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .product-image {
	height: 55vw;
  }
}
.aupwit-page-product-search-module-01 .product-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
	 object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.aupwit-page-product-search-module-01 .product-info {
  padding: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .product-info {
	padding: 4vw;
  }
}
.aupwit-page-product-search-module-01 .product-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
  line-height: 1.5625rem;
  max-height: 1.5625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aupwit-page-product-search-module-01 .product-title {
	font-size: 38px;
	font-size: 3.8vw;
	line-height: 4.5vw;
	max-height: 4.5vw;
  }
}
.aupwit-page-product-search-module-01 .no-results {
  font-size: 1.125rem;
  background: #c70b0b;
  color: #fff;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.aupwit-page-product-search-module-01 .no-results::before {
  content: "⚠️";
  margin-right: 0.625rem;
}

.pagination {
  margin-top: 3.125rem;
  text-align: center;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3125rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
	width: 8vw;
	height: 8vw;
	margin: 0 1vw;
	font-size: 28px;
	font-size: 2.8vw;
	border-radius: 0.8vw;
  }
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #184c72;
  border-color: #184c72;
  color: #fff;
}

.product_detial_btn_box_wrap {
  position: sticky !important;
  top: 0;
  background: #fff;
  z-index: 5;
}

.development_info_content_box {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .development_info_content_box {
	padding: 6vw 0;
  }
}
.development_info_content_box .development_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  gap: 3.75rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content {
	display: block;
  }
}
.development_info_content_box .development_info_content:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
		  flex-direction: row-reverse;
}
.development_info_content_box .development_info_content .development_info_content_left {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content .development_info_content_left {
	margin-bottom: 2vw;
  }
}
.development_info_content_box .development_info_content .development_info_content_right {
  -webkit-box-flex: 1;
	  -ms-flex: 1;
		  flex: 1;
}
.development_info_content_box .development_info_content .development_info_content_right h2 {
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content .development_info_content_right h2 {
	font-size: 60px;
	font-size: 6vw;
	margin-bottom: 4vw;
  }
}
.development_info_content_box .development_info_content .development_info_content_right .content {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content .development_info_content_right .content {
	font-size: 36px;
	font-size: 3.6vw;
	line-height: 5vw;
  }
}

.menu-item-4005:hover .custom-submenu-template {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .menu-item-4005:hover .custom-submenu-template {
	-webkit-transform: none;
			transform: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-item-4005.on .custom-submenu-template {
	display: none;
  }
}
@media screen and (min-width: 768px) {
  .menu-item-4005 .sub-menu {
	display: none;
  }
}
.menu-item-4005 .custom-submenu-template {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  left: 0%;
  -webkit-transform: translateX(0%) translateY(15px);
		  transform: translateX(0%) translateY(15px);
  top: 8.75rem;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.15);
		  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .menu-item-4005 .custom-submenu-template {
	position: relative;
	top: 0;
	left: 0;
	border-radius: 0;
	max-height: none;
	background: #fff;
	max-height: none !important;
  }
}
.menu-item-4005 .custom-submenu-template .mega-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  gap: 1.25rem;
}
.menu-item-4005 .custom-submenu-template .mega-menu-container {
  max-width: 1600px;
  padding: 1.25rem 2.5rem;
}
.menu-item-4005 .custom-submenu-template .mega-menu-column {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .menu-item-4005 .custom-submenu-template .mega-menu-column {
	padding: 0;
  }
}
.menu-item-4005 .custom-submenu-template .mega-menu-column:first-child {
  width: 100%;
  padding: 0;
}
.menu-item-4005 .custom-submenu-template .mega-menu-column:first-child .mega-menu-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a {
  display: block;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 0.0625rem solid #ccc;
  padding-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .menu-item-4005 .custom-submenu-template .mega-menu-title a {
	padding: 3vw 4vw;
	display: block;
	font-weight: 400;
	font-size: 0.8125rem;
  }
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a:hover {
  border-color: #0f319f;
  color: #0f319f;
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a:hover .title::before {
  border-color: #0f319f;
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a .img {
  background: #dddedf;
  height: 12.5rem;
  border-radius: 0.625rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a .img img {
  width: 100%;
  height: 12.5rem;
  -o-object-fit: contain;
	 object-fit: contain;
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a .title {
  position: relative;
}
.menu-item-4005 .custom-submenu-template .mega-menu-title a .title::before {
  content: "";
  position: absolute;
  bottom: 0.3125rem;
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000;
  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
}
.menu-item-4005 .custom-submenu-template .mega-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-item-4005 .custom-submenu-template .mega-menu-items li {
  width: 100%;
  padding: 0;
}
.menu-item-4005 .custom-submenu-template .mega-menu-items li a {
  height: auto;
  padding: 0.625rem 0;
  color: #666;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-bottom: 0.0625rem solid #ccc;
}
.menu-item-4005 .custom-submenu-template .mega-menu-items li a:hover {
  color: #0f319f;
}
.menu-item-4005 .custom-submenu-template .mega-menu-items li a::before {
  content: normal;
}
@media screen and (max-width: 768px) {
  .menu-item-4005 .custom-submenu-template {
	display: none;
  }
  .menu-item-4005 .custom-submenu-template .mega-menu-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
  .menu-item-4005 .custom-submenu-template .mega-menu-column {
	border-right: none;
	padding: 0;
  }
  .menu-item-4005 .custom-submenu-template .mega-menu-column:last-child {
	border-bottom: none;
  }
}

.crumbs_box span a {
  text-transform: capitalize;
}

.single .header_mobile_box.indexHdeader {
  position: static;
  background: #F3F2F2;
}
.single .header_mobile_box .header_top_language_box span img {
  -webkit-filter: brightness(0) !important;
		  filter: brightness(0) !important;
}

.landingBox9 .elementor-form .elementor-field-type-html {
  font-size: 0.21875rem;
}