* {
	box-sizing: border-box;
	font-family: 'Titillium Web', Arial, sans-serif;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

html {
	font-size: 10px;
}

html.zoom2 {
	font-size: 10.5px;
}

html.zoom4 {
	font-size: 11px;
}

body {
	margin: 0;
}

#sh135-temp h1,
#sh135-temp h2,
#sh135-temp h3,
#sh135-temp h4,
#sh135-temp h5,
#sh135-temp h6,
#sh135-temp li,
#sh135-temp p,
#sh135-temp ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.5;
}

#sh135-temp a {
	text-decoration: none;
}

#sh135-temp button {
	cursor: pointer;
}

#sh135-temp ul {
	list-style: none;
}

#sh135-temp img {
	width: auto;
	max-width: 100%;
	height: auto;
	border: none;
}

#sh135-temp textarea {
	resize: none;
}

#sh135-temp .f-12 {
	font-size: 12px;
}

#sh135-temp .f-14 {
	font-size: 14px;
}

#sh135-temp .f-16 {
	font-size: 1.6rem;
}

#sh135-temp .f-18 {
	font-size: 1.8rem;
}

#sh135-temp .f-20 {
	font-size: 2rem;
}

#sh135-temp .f-22 {
	font-size: 2.2rem;
}

#sh135-temp .f-24 {
	font-size: 2.4rem;
}

#sh135-temp .f-26 {
	font-size: 2.6rem;
}

#sh135-temp .f-30 {
	font-size: 3.0rem;
}

#sh135-temp .f-32 {
	font-size: 3.2rem;
}

#sh135-temp .f-34 {
	font-size: 3.4rem;
}

#sh135-temp .f-36 {
	font-size: 3.6rem;
}

#sh135-temp .f-40 {
	font-size: 4.0rem;
}

#sh135-temp .f-50 {
	font-size: 5.0rem;
}

#sh135-temp .f-56 {
	font-size: 5.6rem;
}

#sh135-temp .f-60 {
	font-size: 6.0rem;
}

#sh135-temp .f-68 {
	font-size: 6.8rem;
}

#sh135-temp .f-70 {
	font-size: 7rem;
}

#sh135-temp .f-100 {
	font-size: 10rem;
}

#sh135-temp .uppercase {
	text-transform: uppercase;
}

#sh135-temp .normalcase {
	text-transform: initial;
}

#sh135-temp .italic {
	font-style: italic;
}

#sh135-temp .bold {
	font-weight: bold;
}

#sh135-temp .semibold {
	font-weight: 600;
}

#sh135-temp .light {
	font-weight: 300;
}

#sh135-temp .magenta {
	color: #E2007E;
}

#sh135-temp .teal {
	color: #008285;
}

#sh135-temp .navy {
	color: #306EE8;
}

#sh135-temp {
	overflow-x: hidden;
	position: relative;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
}

#sh135-temp .container-box {
	width: 100%;
	max-width: 1430px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 15px;
}

#sh135-temp .btn-magenta {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 225px;
	width: 100%;
	padding: 6px 12px;
	background-color: #E2007E;
	color: #FFF;
	border: 1px solid #E2007E;
	border-radius: 4px;
	transition: background-color .3s, border-color .3s;
}

#sh135-temp .btn-magenta:hover {
	background-color: #AA036C;
	border-color: #AA036C;
}

#sh135-temp .btn-white {
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 225px;
	width: 100%;
	padding: 6px 12px;
	background-color: #FFF;
	color: #E2007E;
	border: 1px solid #E2007E;
	border-radius: 4px;
	transition: background-color .3s, color .3s;
}

#sh135-temp .btn-white:hover {
	color: #FFF;
}

#sh135-temp .btn-white .btn-text {
	position: relative;
	z-index: 2;
}

#sh135-temp .section-title {
	line-height: 1.2;
}

#sh135-temp .breadcrumbs {
	display: flex;
	align-items: center;
	gap: 6px;
	opacity: 0;
}

#sh135-temp .breadcrumbs.fade-in-opacity {
	animation: bannerElementFadeIn 1500ms ease-in-out forwards 500ms;
}

#sh135-temp .breadcrumbs .icon {
	transform: translateY(1px);
}

#sh135-temp .breadcrumbs .single-path {
	display: block;
	color: #000;
	font-size: 14px;
}

#sh135-temp .breadcrumbs .single-path.link {
	color: #000;
	transition: color .3s;
}

#sh135-temp .breadcrumbs .single-path.link:hover {
	color: #E2007E;
}

#sh135-temp .owl-carousel .owl-stage-outer {
	overflow: visible;
	overflow-x: hidden;
	padding-top: 18px;
	padding-bottom: 18px;
}

#sh135-temp .owl-carousel .owl-dots {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

#sh135-temp .owl-carousel .owl-dots .owl-dot {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #EDEDED;
	border-radius: 50%;
	transition: width .3s, height .3s, background-color .3s, border-color .3s, border-radius .3s;
}

#sh135-temp .owl-carousel .owl-dots .owl-dot:hover {
	background-color: #306EE8;
}

#sh135-temp .owl-carousel .owl-dots .owl-dot.active {
	width: 50px;
	background-color: #306EE8;
	border-radius: 250px;
}

#sh135-temp .section-banner-top {
	overflow-y: hidden;
	position: relative;
	background-color: #FAFAFA;
}

#sh135-temp .section-banner-top .fixed-left-img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
}

#sh135-temp .section-banner-top .inner-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	height: auto;
}

#sh135-temp .section-banner-top .inner-box .banner-content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px;
	padding-top: 48px;
	padding-bottom: 64px;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	max-width: 850px;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img {
	position: absolute;
	bottom: -80px;
	left: 0;
	z-index: 2;
	display: block;
	width: 100%;
	max-width: 135px;
	height: auto;
	opacity: 0;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img.fade-in-opacity {
	animation: bannerElementFadeIn 1500ms ease-in-out forwards;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img path {
	transition: stroke .3s;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture {
	overflow: hidden;
	height: 100%;
	max-height: 100%;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture .banner-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
	opacity: 0;
}

#sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture .banner-img.fade-in-opacity {
	animation: bannerElementFadeIn 1500ms ease-in-out forwards;
}

#sh135-temp .section-banner-top .inner-box .banner-content .content-box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info {
	display: flex;
	flex-direction: column;
	gap: 48px;
	opacity: 0;
}

#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info.fade-in-opacity {
	animation: bannerElementFadeIn 1500ms ease-in-out forwards 500ms;
}

#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .page-title {
	max-width: 620px;
	line-height: 1.1;
}

#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc {
	max-width: 625px;
}

#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc .single-text {
	line-height: 1.2;
}

#sh135-temp .section-products-tiles {
	position: relative;
	margin-top: 64px;
}

#sh135-temp .section-products-tiles .tiles-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
	grid-auto-rows: 1fr;
	gap: 24px;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile {
	position: relative;
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	gap: 12px;
	padding: 32px 24px;
	background: rgb(186, 244, 241);
	background: -moz-linear-gradient(180deg, rgba(186, 244, 241, 1) 0%, rgba(233, 249, 248, 1) 95%);
	background: -webkit-linear-gradient(180deg, rgba(186, 244, 241, 1) 0%, rgba(233, 249, 248, 1) 95%);
	background: linear-gradient(180deg, rgba(186, 244, 241, 1) 0%, rgba(233, 249, 248, 1) 95%);
	box-shadow: 0 10px 24px rgba(33, 33, 33, 0.1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#baf4f1', endColorstr='#e9f9f8', GradientType=1);
	border-radius: 20px;
	transition: background .3s, border-color .3s;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile.highlighted {
	background: #008285;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile.bg-gray {
	background: rgb(237, 237, 237);
	background: -moz-linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 95%);
	background: -webkit-linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 95%);
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa', GradientType=1);
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .img {
	position: relative;
	z-index: 2;
	display: block;
	min-width: 64px;
	max-width: 100px;
	height: auto;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 8px;
	height: 100%;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .tile-heading {
	color: #000;
	line-height: 1.2;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile.highlighted .content-box .tile-heading {
	color: #FFF;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .desc-box {
	display: flex;
	align-items: flex-start;
	gap: 8px;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .desc-box .desc-text {
	max-width: 350px;
	color: #000;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile.highlighted .content-box .desc-box .desc-text {
	color: #FFF;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile.highlighted .content-box .desc-box .icon-point circle {
	fill: #FFF;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-arrow {
	position: absolute;
	bottom: 16px;
	right: 16px;
	z-index: 2;
	display: block;
	transition: transform .3s;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile:hover .icon-arrow {
	transform: translateX(8px);
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-arrow path {
	stroke: #000;
	transition: stroke .3s;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile.highlighted .icon-arrow path {
	stroke: #FFF;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile:hover .icon-arrow path {
	stroke: #E2007A;
}

#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-circles {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	display: block;
	width: 25%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	border-radius: 0 0 20px 0;
}

#sh135-temp .section-info-tabs {
	position: relative;
	margin-top: 64px;
	margin-bottom: 64px;
}

#sh135-temp .section-info-tabs .inner-box {
	overflow: hidden;
	padding: 40px 64px;
	background-color: #FAFAFA;
	border: 2px solid transparent;
	border-radius: 20px;
	transition: border-color .3s;
}

#sh135-temp .section-info-tabs .inner-box .section-title {
	margin-bottom: 24px;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 32px;
	padding: 0 10px;
	background-color: #FFF;
	border-bottom: 1px solid #A5A6A6;
	border-radius: 20px 20px 0 0;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab {
	position: relative;
	display: block;
	max-width: 300px;
	padding: 24px 10px;
	color: #000;
	text-align: center;
	transition: background-color .3s, color .3s;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:not(:has(.text-highlighted)) {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 280px;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab::after {
	content: attr(bold-text-css);
	overflow: hidden;
	visibility: hidden;
	display: block;
	height: 0;
	font-weight: 600;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:hover {
	font-weight: 600;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab.active {
	font-weight: 600;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	transform: translateY(50%);
	display: block;
	width: 0;
	height: 2px;
	background-color: #306EE8;
	border-radius: 250px;
	transition: width .3s;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:hover::before {
	width: 100%;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab.active::before {
	width: 100%;
}

#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab .text-highlighted {
	color: #306EE8;
	transition: color .3s;
}

#sh135-temp .section-info-tabs .inner-box .tab-content {
	display: none;
	grid-template-columns: 1fr;
	grid-auto-rows: max-content;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.show {
	display: grid;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-img {
	overflow: hidden;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-img .img {
	display: block;
	width: 100%;
	height: auto;
}

#sh135-temp .section-info-tabs .inner-box .tab-content>.box-img .img {
	animation: fadeInLeftToRight 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1 {
	grid-template-columns: 605px 1fr;
	gap: 16px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1>.box-info:first-child * {
	animation: fadeInBottomToTop 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-2>.box-info:first-child * {
	animation: fadeInBottomToTop 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-3>.box-info:first-child * {
	animation: fadeInBottomToTop 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-4>.box-info:first-child * {
	animation: fadeInBottomToTop 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .img {
	display: block;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .single-text {
	line-height: 1.4;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .inner-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #E2007A;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .inner-link:hover {
	text-decoration: underline;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .inner-link .icon-arrow {
	display: block;
	margin-top: 3px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .inner-link .icon-arrow path {
	transition: stroke .3s;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .single-heading {
	line-height: 1.2;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-5 .box-info .single-heading {
	max-width: 400px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .text-with-icon {
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	gap: 8px;
	color: #707070;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .text-with-icon .point {
	display: block;
	margin-top: 1px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item {
	display: flex;
	gap: 8px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .iterator {
	color: #008285;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .point {
	display: block;
	min-width: 8px;
	width: 8px;
	margin-top: 10px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .point circle {
	transition: fill .3s;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .icon-check {
	display: block;
	min-width: 14px;
	width: 14px;
	margin-top: 7px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .icon-check path {
	transition: stroke .3s;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px;
	background-color: #008285;
	border-radius: 8px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted.bg-gray {
	background: rgb(237, 237, 237);
	background: -moz-linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 95%);
	background: -webkit-linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 95%);
	background: linear-gradient(180deg, rgba(237, 237, 237, 1) 0%, rgba(250, 250, 250, 1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fafafa', GradientType=1);
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .box-single-text {
	color: #FFF;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted.bg-gray .box-single-text {
	color: #000;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted.bg-gray .box-single-text:first-child {
	margin-top: 0 !important;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted.bg-gray .box-single-text:has(+ .list-box) {
	margin-top: 16px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
	align-items: center;
	gap: 24px;
	margin-top: 24px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper .single-btn {
	padding: 16px 8px;
	text-align: center;
	line-height: 1.2;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper {
	display: grid;
	margin-top: 40px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-3 .cols-wrapper {
	margin-top: 12px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper.col-2 {
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper .single-col {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper .single-col.with-border {
	padding-right: 24px;
	border-right: 1px solid #A5A6A6;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1>.box-img {
	position: relative;
	border-right: none;
	animation: fadeInLeftToRight 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1>.box-info {
	animation: fadeInRightToLeft 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-2>.cols-wrapper .single-col:first-child {
	animation: fadeInLeftToRight 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-2>.cols-wrapper .single-col:last-child {
	animation: fadeInRightToLeft 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-3>.cols-wrapper .single-col:first-child {
	animation: fadeInLeftToRight 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-3>.cols-wrapper .single-col:last-child {
	animation: fadeInRightToLeft 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-3>.cols-wrapper .single-col .box-img {
	filter: drop-shadow(0 9px 22px rgba(33, 33, 33, 0.08));
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-4>.cols-wrapper .single-col:first-child {
	animation: fadeInLeftToRight 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-4>.cols-wrapper .single-col:last-child {
	animation: fadeInRightToLeft 650ms ease-out forwards;
}

#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1 .img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .hover-underline:hover {
	text-decoration: underline;
}

#sh135-temp .section-grid-tiles {
	position: relative;
	margin-top: 64px;
	margin-bottom: 64px;
}

#sh135-temp .section-grid-tiles .section-title {
	margin-bottom: 40px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	box-shadow: 0 10px 24px rgba(33, 33, 33, 0.1);
	border-radius: 20px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	padding: 64px 32px;
	background-color: #FAFAFA;
	transition: scale .3s, background-color .3s, box-shadow .3s, width .3s, height .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover {
	position: absolute;
	z-index: 2;
	scale: 1.1;
	padding: 32px;
	background-color: #FFF;
	box-shadow: 0 10px 24px rgba(33, 33, 33, 0.1);
	border-right: none !important;
	border-radius: 20px !important;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus {
	position: absolute;
	z-index: 2;
	scale: 1.1;
	padding: 32px;
	background-color: #FFF;
	box-shadow: 0 10px 24px rgba(33, 33, 33, 0.1);
	border-right: none !important;
	border-radius: 20px !important;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box:not(:last-child) .inner-box {
	border-right: 1px solid #EDEDED;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box:last-child .inner-box {
	border-radius: 0 20px 20px 0;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box:first-child .inner-box {
	border-radius: 20px 0 0 20px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box:only-child .inner-box {
	border-radius: 20px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-icon {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-icon path {
	transition: fill .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-icon path {
	fill: #306EE8;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-icon path {
	fill: #306EE8;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-label {
	display: flex;
	align-items: center;
	margin: 0 auto;
	color: #000;
	text-align: center;
	line-height: 1.2;
	transition: color .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-label {
	color: #306EE8;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-label {
	color: #306EE8;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-text {
	display: none;
	color: #000;
	text-align: center;
	line-height: 1.2;
	transition: color .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-text {
	display: block;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-text {
	display: block;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-link {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 auto;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-link {
	display: none;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-link {
	display: none;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-link .link-text {
	color: #E2007A;
	transition: color .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-link .link-icon {
	display: block;
	height: auto;
	margin-top: 2px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile {
	display: none;
	flex-direction: column;
	gap: 16px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 16px 24px;
	box-shadow: 0 10px 24px rgba(33, 33, 33, 0.1);
	border-radius: 20px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box .row-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box .row-heading .heading-text {
	color: #000;
	transition: color .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box .row-heading:hover .heading-text {
	color: #E2007A;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box .row-heading.active .heading-text {
	color: #E2007A;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box .row-heading .heading-icon {
	display: block;
	min-width: 16px;
	width: 16px;
	height: auto;
	transition: rotate .3s;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box.active .row-heading .heading-icon {
	rotate: 180deg;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box .row-desc {
	display: none;
	color: #000;
}

#sh135-temp .section-grid-tiles .tiles-wrapper-mobile .single-box.active .row-desc {
	display: block;
}

#sh135-temp .section-rows-info {
	position: relative;
	margin-top: 64px;
	margin-bottom: 64px;
}

#sh135-temp .section-rows-info .inner-box {
	display: grid;
	grid-template-columns: 1fr;
}

#sh135-temp .section-rows-info .inner-box .single-row {
	overflow: hidden;
	display: grid;
	grid-template-columns: 685px 1fr;
	gap: 48px;
	box-shadow: 0 0 12px 0 #1111113D;
	border-radius: 20px;
}

#sh135-temp .section-rows-info .inner-box .single-row.row-reverse {
	grid-template-columns: 1fr 685px;
}

#sh135-temp .section-rows-info .inner-box .single-row .img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 24px 24px 0;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box .heading-box {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box {
	display: flex;
	flex-direction: column;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 250px;
	padding: 12px;
	text-align: center;
	border: 1px solid #E2007A;
	border-radius: 4px;
	transition: background-color .3s, border-color .3s;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn:hover {
	background-color: #E2007A;
	border-color: #E2007A;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn .btn-text {
	color: #E2007A;
	transition: color .3s;
}

#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn:hover .btn-text {
	color: #FFF;
}

#sh135-temp .section-articles-boxes {
	position: relative;
	margin-top: 64px;
	margin-bottom: 64px;
}

#sh135-temp .section-articles-boxes .owl-carousel .owl-stage {
	display: flex;
}

#sh135-temp .section-articles-boxes .inner-box {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box {
	display: flex;
	flex-direction: column;
	box-shadow: 0 6px 12px rgba(33, 33, 33, 0.1);
	border-radius: 20px;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .img-box {
	overflow: hidden;
	width: 100%;
	height: 250px;
	border-radius: 20px 20px 0 0;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .img-box .img {
	scale: 1.01;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 20px 20px 0 0;
	transition: scale .3s;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box:hover .img-box .img {
	scale: 1.1;
	border-radius: 20px 20px 0 0;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .img-box .picture {
	border-radius: 20px 20px 0 0;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	padding: 24px 24px 64px 24px;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .heading-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .heading-box .icon-arrow {
	display: block;
	min-width: 24px;
	width: 24px;
	margin-top: 2px;
}

#sh135-temp .section-articles-boxes.view-type-1 .inner-box .boxes-wrapper .single-box .content-box .heading-box .icon-arrow {
	position: static;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .heading-box .icon-arrow path {
	transition: stroke .3s;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box:hover .content-box .heading-box .icon-arrow path {
	stroke: #E2007A;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .heading-box .heading-text {
	color: #000;
	line-height: 1.2;
	transition: color .3s;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box:hover .content-box .heading-box .heading-text {
	color: #E2007A;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .article-desc {
	color: #000;
	line-height: 1.4;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .icon-arrow {
	position: absolute;
	bottom: 24px;
	right: 24px;
	display: block;
	max-width: 100%;
	height: auto;
	transition: transform .3s;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box:hover .content-box .icon-arrow {
	transform: translateX(4px);
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .icon-arrow path {
	transition: stroke .3s;
}

#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box:hover .content-box .icon-arrow path {
	stroke: #E2007A;
}

.contrast #sh135-temp .btn-white {
	border-color: #FFE800 !important;
}

.contrast #sh135-temp .btn-white:hover {
	background-color: #FFE800 !important;
	color: #000 !important;
}

.contrast #sh135-temp .btn-white:hover .btn-text {
	color: #000 !important;
}

.contrast #sh135-temp .breadcrumbs {
	background-color: transparent !important;
}

.contrast #sh135-temp .breadcrumbs .icon {
	background-color: transparent !important;
}

.contrast #sh135-temp .breadcrumbs .icon path {
	fill: #FFE800 !important;
}

.contrast #sh135-temp .breadcrumbs .single-path.link:hover {
	color: #FFE800 !important;
}

.contrast #sh135-temp svg.point circle {
	fill: #FFE800 !important;
}

.contrast #sh135-temp .owl-carousel .owl-dots .owl-dot {
	background-color: transparent !important;
	border: 1px solid #FFF;
}

.contrast #sh135-temp .owl-carousel .owl-dots .owl-dot:hover {
	background-color: #FFE800 !important;
}

.contrast #sh135-temp .owl-carousel .owl-dots .owl-dot.active {
	background-color: #FFE800 !important;
}

.contrast #sh135-temp .section-banner-top .fixed-left-img {
	display: none;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture .banner-img {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .content-box {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .page-title {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .page-title .title-text-top {
	background-color: transparent !important;
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .page-title .title-text-bottom {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc .semibold {
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-products-tiles .tiles-wrapper .single-tile {
	background: #000 !important;
	border: 2px solid #FFF;
}

.contrast #sh135-temp .section-products-tiles .tiles-wrapper .single-tile:hover {
	border-color: #FFE800 !important;
}

.contrast #sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .tile-heading {
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-arrow path {
	stroke: #FFF !important;
}

.contrast #sh135-temp .section-products-tiles .tiles-wrapper .single-tile:hover .icon-arrow path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-circles {
	display: none;
}

.contrast #sh135-temp .section-info-tabs .inner-box {
	border-color: #FFF;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tabs-wrapper {
	border-color: #FFF !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab::before {
	background-color: #FFE800 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .inner-link {
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .inner-link .icon-arrow path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box {
	background: transparent !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item {
	background: transparent !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .list-text {
	background-color: transparent !important;
	color: #FFF !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .iterator {
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .point {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .point circle {
	fill: #FFE800 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .list-box .list-item .icon-check path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted {
	background: #FFE800 !important;
	color: #000 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .box-single-text {
	background: transparent !important;
	color: #000 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .box-single-text .semibold {
	background-color: transparent !important;
	color: #000 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .list-box {
	background: transparent !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .list-box .list-item {
	background: transparent !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .list-box .list-item .list-text {
	background-color: transparent !important;
	color: #000 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .list-box .list-item .point {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted .list-box .list-item .point circle {
	fill: #000 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted span {
	background: transparent !important;
	color: #000 !important;
}

.contrast #sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper .single-col.with-border {
	border-color: #FFF !important;
}

.contrast #sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box {
	overflow: hidden;
	border: 1px solid #FFF;
}

.contrast #sh135-temp .section-articles-boxes.view-type-1 .inner-box .boxes-wrapper .single-box .content-box .heading-box .icon-arrow {
	background-color: transparent !important;
}

.contrast #sh135-temp .section-articles-boxes.view-type-1 .inner-box .boxes-wrapper .single-box .content-box .heading-box .icon-arrow path {
	stroke: #FFF !important;
}

.contrast #sh135-temp .section-articles-boxes.view-type-1 .inner-box .boxes-wrapper .single-box:hover .content-box .heading-box .icon-arrow path {
	stroke: #FFE800 !important;
}

.contrast .c-ripple__circle {
	background: #FFE800 !important;
}

.contrast #sh135-temp .btn-white .btn-text {
	background: transparent !important;
}

.contrast #sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box {
	background: transparent !important;
}

.contrast #sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box .icon-arrow path {
	stroke: #FFF;
}

.contrast #sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box:hover .content-box .icon-arrow path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn {
	border-color: #FFE800 !important;
}

.contrast #sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn:hover {
	background: #FFE800 !important;
	border-color: #FFE800 !important;
}

.contrast #sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn .btn-text {
	background: transparent !important;
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn:hover .btn-text {
	color: #000 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper {
	background: transparent !important;
	border: 1px solid #FFF;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box {
	background: transparent !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-icon path[fill] {
	fill: #FFF;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-icon path[stroke] {
	stroke: #FFF;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box .tile-link .link-icon path {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-label {
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-label {
	color: #FFE800 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-icon path[fill] {
	fill: #FFE800 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-icon path[fill] {
	fill: #FFE800 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover .tile-icon path[stroke] {
	stroke: #FFE800 !important;
}

.contrast #sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus .tile-icon path[stroke] {
	stroke: #FFE800 !important;
}

.zoom-x2 #sh135-temp .section-banner-top .inner-box .banner-content .images-box {
	max-width: 60%;
}

.zoom-x2 #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper .single-btn {
	height: 100%;
}

.zoom-x4 #sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc {
	max-width: 475px;
}

.zoom-x4 #sh135-temp .section-banner-top .inner-box .banner-content .images-box {
	max-width: 55%;
}

.zoom-x4 #sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper .single-btn {
	height: 100%;
}

/* Animations */
.detect-scroll h2 {
	transform: translateY(10px);
	opacity: 0;
	will-change: transform, opacity;
}

.detect-scroll>* {
	transform: translateY(10px);
	opacity: 0;
	will-change: transform, opacity;
}

.section-fade-in h2 {
	animation: sectionFadeIn 1000ms linear forwards !important;
}

.section-fade-in>* {
	animation: sectionFadeIn 1000ms linear 500ms forwards;
}

.section-products-tiles.section-fade-in>* {
	animation: sectionFadeIn 1500ms linear forwards !important;
}

.fade-in-opacity {
	opacity: 0;
}

.banner-arrow-animation {
	transform: translateY(10px);
	opacity: 1;
	transition: transform .3s;
	animation: elementMoveAndFade 2500ms ease-in forwards;
}

.banner-arrow-animation-delayed {
	transform: translateY(10px);
	opacity: 0;
	transition: transform .3s;
	animation: elementMoveAndFade 1000ms ease-in 2500ms forwards;
}

.banner-arrow-animation.infinity-animation {
	animation: elementMoveAndFade 2500ms ease-in forwards, infinityAnimationArrow 10000ms ease-in-out 10000ms infinite;
}

.banner-arrow-animation-delayed.infinity-animation {
	animation: elementMoveAndFade 2500ms ease-in forwards, infinityAnimationArrow 10000ms ease-in-out 10000ms infinite;
}

.section-banner-top .images-box .banner-img.fade-in-opacity-delayed {
	animation: bannerElementFadeIn 1500ms ease-in-out forwards;
}

.breadcrumbs.fade-in-opacity-delayed {
	animation: sectionFadeIn 1000ms ease-out 1000ms forwards;
}

.section-banner-top .content-box .banner-info.fade-in-opacity-delayed {
	animation: sectionFadeIn 1000ms ease-in-out 1000ms forwards;
}

.section-banner-top .images-box.fade-in-opacity-delayed .fixed-img {
	animation: loadBannerImg 2000ms ease-in-out 1500ms forwards;
}

.c-ripple {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.c-ripple__circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -85%);
	width: 0;
	height: 0;
	opacity: 0;
	background: #E2007A;
	border-radius: 50%;
}

.btn-white.is-active .c-ripple__circle {
	animation: a-ripple 0.4s ease-in forwards;
}

@keyframes loadBannerImg {
	from {
		opacity: 1;
		transform: translateY(100%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes sectionFadeIn {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes elementMoveAndFade {
	from {
		opacity: 0;
		transform: translateY(10px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes bannerElementFadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeInLeftToRight {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInRightToLeft {
	from {
		transform: translateX(100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes fadeInBottomToTop {
	from {
		transform: translateY(100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes infinityAnimationArrow {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}

	15% {
		transform: translate(4px, -8px);
		opacity: 1;
	}

	30% {
		transform: translate(0, 0);
		opacity: 1;
	}

	100% {
		transform: translate(0, 0);
		opacity: 1;
	}
}

@keyframes a-ripple {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	100% {
		width: 950%;
		height: 950%;
		opacity: 1;
	}
}

/* End of animations */

@media all and (max-width: 1850px) {
	#sh135-temp .section-banner-top .fixed-left-img {
		max-width: 115px;
	}
}

@media all and (max-width: 1600px) {
	#sh135-temp .f-18 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-20 {
		font-size: 1.8rem;
	}

	#sh135-temp .f-22 {
		font-size: 2.0rem;
	}

	#sh135-temp .f-24 {
		font-size: 2.0rem;
	}

	#sh135-temp .f-26 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-30 {
		font-size: 2.6rem;
	}

	#sh135-temp .f-32 {
		font-size: 2.8rem;
	}

	#sh135-temp .f-34 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-36 {
		font-size: 3.2rem;
	}

	#sh135-temp .f-40 {
		font-size: 3.8rem;
	}

	#sh135-temp .f-50 {
		font-size: 4.0rem;
	}

	#sh135-temp .f-56 {
		font-size: 5.0rem;
	}

	#sh135-temp .f-68 {
		font-size: 6.0rem;
	}

	#sh135-temp .section-title {
		font-size: 3.4rem;
	}

	#sh135-temp .section-banner-top .fixed-left-img {
		display: none;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content {
		padding-bottom: 48px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		max-width: 715px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box {
		gap: 32px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info {
		gap: 32px;
	}

	#sh135-temp .section-info-tabs .inner-box {
		padding: 24px 32px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper {
		margin-bottom: 24px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab {
		padding: 20px 10px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1 {
		grid-template-columns: 500px 1fr;
		gap: 8px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper {
		margin-top: 12px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted.bg-gray .box-single-text:has(+ .list-box) {
		margin-top: 12px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper {
		margin-top: 30px;
	}

	#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box {
		padding: 24px;
	}

	#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:hover {
		gap: 12px;
		padding: 16px
	}

	#sh135-temp .section-grid-tiles .tiles-wrapper .single-box .inner-box:focus {
		gap: 12px;
		padding: 16px
	}

	#sh135-temp .section-rows-info .inner-box .f-24 {
		font-size: 1.6rem;
	}

	#sh135-temp .section-rows-info .inner-box .single-row {
		grid-template-columns: 600px 1fr;
		gap: 32px;
	}

	#sh135-temp .section-rows-info .inner-box .single-row.row-reverse {
		grid-template-columns: 1fr 400px;
	}

	#sh135-temp .section-rows-info .inner-box .single-row .content-box {
		gap: 16px;
	}

	#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box .single-btn .btn-text {
		font-size: 1.8rem;
	}
}

@media all and (max-width: 1400px) {
	#sh135-temp .section-title {
		font-size: 3.2rem;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content {
		grid-template-columns: 1fr 625px;
		gap: 24px;
		padding: 24px 0;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		max-width: 625px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img {
		bottom: -48px;
		max-width: 100px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info {
		gap: 24px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc {
		max-width: 575px;
	}
}

@media all and (max-width: 1200px) {
	#sh135-temp .breadcrumbs {
		display: none;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content {
		grid-template-columns: 1fr 520px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		max-width: 520px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab {
		padding: 16px 4px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1 {
		grid-template-columns: 400px 1fr;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .box-highlighted {
		padding: 8px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper .single-btn {
		padding: 12px 8px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-info .btns-wrapper {
		margin-top: 0;
	}

	#sh135-temp .section-articles-boxes .inner-box {
		gap: 24px;
	}

	#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}

	#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box {
		height: 100%;
	}

	#sh135-temp .section-rows-info .inner-box .single-row {
		grid-template-columns: 450px 1fr;
	}

	#sh135-temp .section-rows-info .inner-box .single-row.row-reverse {
		grid-template-columns: 1fr 350px;
	}

	.zoom-x4 #sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		max-width: 50%;
	}
}

@media all and (max-width: 992px) {
	html.zoom-x2 {
		font-size: 10.5px !important;
	}

	html.zoom-x4 {
		font-size: 11px !important;
	}

	#sh135-temp .f-20 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-22 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-24 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-26 {
		font-size: 2.2rem;
	}

	#sh135-temp .f-30 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-32 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-34 {
		font-size: 3.6rem;
	}

	#sh135-temp .f-36 {
		font-size: 3.8rem;
	}

	#sh135-temp .f-40 {
		font-size: 3.8rem;
	}

	#sh135-temp .f-50 {
		font-size: 3.8rem;
	}

	#sh135-temp .f-56 {
		font-size: 4.6rem;
	}

	#sh135-temp .f-68 {
		font-size: 4.6rem;
	}

	#sh135-temp .section-title {
		font-size: 3.0rem;
	}

	#sh135-temp .breadcrumbs {
		display: none;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content {
		grid-template-columns: 1fr;
		gap: 24px;
		padding-top: 0;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		position: relative;
		top: unset;
		bottom: unset;
		left: unset;
		right: unset;
		order: 1;
		margin-left: auto;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture {
		overflow: visible;
		height: auto;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box .picture .banner-img {
		transform: translateX(15px);
		max-width: 700px;
		max-height: 375px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img {
		bottom: 0;
		left: -16px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box {
		order: 2;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info {
		gap: 16px;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .page-title {
		max-width: 420px;
		margin: 0 auto;
		text-align: center;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc {
		max-width: 600px;
		margin: 0 auto;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .content-box .banner-info .banner-desc .single-text {
		text-align: center;
	}

	#sh135-temp .section-products-tiles {
		margin-top: 32px;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile {
		grid-template-columns: 140px 1fr;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .img {
		margin: 0 auto;
	}

	#sh135-temp .section-info-tabs .inner-box {
		padding: 16px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper {
		display: grid;
		grid-template-columns: 1fr;
		grid-auto-rows: max-content;
		gap: 0;
		padding: 0;
		border: none;
		border-radius: 20px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab {
		max-width: 100% !important;
		padding: 16px 8px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:first-child {
		border-radius: 20px 20px 0 0;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:last-child {
		border-radius: 0 0 20px 20px;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:hover {
		background-color: #E2007A;
		color: #FFF;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab.active {
		background-color: #E2007A;
		color: #FFF;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab::before {
		display: none;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab:hover .text-highlighted {
		color: #FFF;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab.active .text-highlighted {
		color: #FFF;
	}

	#sh135-temp .section-info-tabs .inner-box .tabs-wrapper .single-tab br {
		display: none;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-img {
		display: none !important;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .img {
		display: none !important;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .picture {
		display: none !important;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .box-info:has(.picture:only-child) {
		display: none !important;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1 {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1>.cols-wrapper .single-col:last-child {
		padding-top: 0;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content.grid-tab-1>.cols-wrapper .single-col:first-child::before {
		display: none;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper.col-2 {
		grid-template-columns: 1fr;
	}

	#sh135-temp .section-info-tabs .inner-box .tab-content .cols-wrapper .single-col.with-border {
		padding-right: 0;
		border-right: none;
	}

	#sh135-temp .section-grid-tiles .tiles-wrapper {
		display: none;
	}

	#sh135-temp .section-grid-tiles .tiles-wrapper-mobile {
		display: flex;
	}

	#sh135-temp .section-rows-info .inner-box .single-row {
		display: flex;
		flex-direction: column;
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#sh135-temp .section-rows-info .inner-box .single-row.row-reverse {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	#sh135-temp .section-rows-info .inner-box .single-row .img {
		max-width: 100%;
		max-height: 200px;
	}

	#sh135-temp .section-rows-info .inner-box .single-row .content-box {
		padding: 0 16px 16px 16px;
	}

	.zoom-x2 #sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		max-width: 100%;
	}

	.zoom-x4 #sh135-temp .section-banner-top .inner-box .banner-content .images-box {
		max-width: 100%;
	}
}

@media all and (max-width: 768px) {
	#sh135-temp .section-title {
		margin: 0 auto;
		text-align: center;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content {
		gap: 16px;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper {
		grid-template-columns: 1fr;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-circles {
		width: 35%;
	}
}

@media all and (max-width: 576px) {
	html.zoom-x2 {
		font-size: 10.5px !important;
	}

	html.zoom-x4 {
		font-size: 11px !important;
	}

	#sh135-temp .f-20 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-22 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-24 {
		font-size: 1.6rem;
	}

	#sh135-temp .f-26 {
		font-size: 2.0rem;
	}

	#sh135-temp .f-30 {
		font-size: 2.2rem;
	}

	#sh135-temp .f-32 {
		font-size: 2.2rem;
	}

	#sh135-temp .f-34 {
		font-size: 2.4rem;
	}

	#sh135-temp .f-36 {
		font-size: 2.8rem;
	}

	#sh135-temp .f-40 {
		font-size: 3.0rem;
	}

	#sh135-temp .f-50 {
		font-size: 3.4rem;
	}

	#sh135-temp .f-56 {
		font-size: 4.0rem;
	}

	#sh135-temp .f-68 {
		font-size: 4.0rem;
	}

	#sh135-temp .section-title {
		font-size: 2.4rem;
	}

	#sh135-temp .section-banner-top .inner-box .banner-content .images-box .fixed-img {
		max-width: 85px;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile {
		grid-template-columns: 1fr;
		justify-content: center;
		gap: 8px;
		padding: 16px;
		text-align: center;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .desc-box {
		grid-template-columns: 1fr;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .desc-box .desc-text {
		max-width: 300px;
		margin: 0 auto;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .content-box .desc-box .icon-point {
		display: none;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile .icon-arrow {
		position: static;
		bottom: unset;
		right: unset;
		margin-left: auto;
	}

	#sh135-temp .section-products-tiles .tiles-wrapper .single-tile:hover .icon-arrow {
		transform: translateX(4px);
	}

	#sh135-temp .section-rows-info .inner-box .single-row .content-box .show-more-box {
		align-items: center;
	}

	#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .img-box {
		height: 175px;
	}

	#sh135-temp .section-articles-boxes .inner-box .boxes-wrapper .single-box .content-box {
		padding: 16px 16px 48px 16px;
	}
}