*[data-dropdown=click],
*[data-dropdown=click] * {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none
}

.player-container.loading .player-video-loading,
.player-container.muted .player-video-muted,
.player-container.paused .player-video-paused,
.player-container.watched .player-video-watched {
	display: flex !important
}

.player-container.loading .player-overlay,
.player-container.paused .player-overlay,
.player-container.muted .player-overlay,
.player-container.watched .player-overlay {
	display: block
}

.player-container.fullscreen .player-overlay .player-video-paused,
.player-container.fullscreen .player-overlay .player-video-muted,
.player-container.fullscreen .player-overlay .player-video-loading,
.player-container.fullscreen .player-overlay .player-video-watched {
	display: none !important
}

.player-container.fullscreen .player-overlay {
	background: transparent !important
}

.player-container.watched .player-video-paused {
	display: none !important
}

.player-container.playing .player-overlay {
	background: transparent !important
}

.player-container.watched .player {
	filter: blur(5px)
}

.watch-bar-animation {
	transition: width .5s ease-out
}

html {
	font-family: Inter var, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji"
}

body {
	margin: 0
}

form {
	margin-block-end: 0
}

.pulsing-effect {
	animation: pulsing-effect 1s infinite
}

.pulsing,
.pulsating {
	transform: scale(1);
	animation: pulsing 1s infinite
}

div {
	word-wrap: break-word
}

@keyframes pulsing {
	0% {
		transform: scale(1);
		box-shadow: 0 0 #000000b3
	}

	70% {
		transform: scale(1.034);
		box-shadow: 0 0 0 10px transparent
	}

	to {
		transform: scale(1);
		box-shadow: 0 0 0 0 transparent
	}
}

@keyframes pulsing-effect {
	0% {
		box-shadow: 0 0 #000000b3
	}

	70% {
		box-shadow: 0 0 0 10px transparent
	}

	to {
		box-shadow: 0 0 0 0 transparent
	}
}

.shaking {
	animation: shaking 1s infinite
}

@keyframes shaking {
	0% {
		transform: translate(0)
	}

	20%,
	80% {
		transform: translate(-10px)
	}

	40%,
	60% {
		transform: translate(10px)
	}

	to {
		transform: translate(0)
	}
}

.bouncing {
	animation: bouncing 1s infinite
}

@keyframes bouncing {
	0% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-20px)
	}

	to {
		transform: translateY(0)
	}
}

.fading {
	animation: fading 1s infinite
}

@keyframes fading {

	0%,
	to {
		opacity: 1
	}

	50% {
		opacity: .5
	}
}

.rotating {
	animation: rotating 1s infinite
}

@keyframes rotating {
	0% {
		transform: rotate(0)
	}

	to {
		transform: rotate(360deg)
	}
}

.slide-down {
	animation: slide-down .3s
}

@keyframes slide-down {
	0% {
		transform: translateY(-40px);
		height: calc(100% + 40px)
	}

	to {
		transform: translateY(0);
		height: 100%
	}
}

[data-type=best-value]:before {
	width: 0;
	left: 0;
	height: 0;
	position: absolute;
	bottom: -10px;
	content: "";
	border-top: 10px solid #666;
	border-left: 10px solid transparent
}

[data-type=best-value]:after {
	width: 0;
	height: 0;
	right: 0;
	position: absolute;
	bottom: -10px;
	content: "";
	border-top: 10px solid #666;
	border-right: 10px solid transparent
}

.onsite .video-cta-container,
.onsite div[data-recaptcha-v3=true] {
	display: none
}

a {
	text-decoration: none
}

.fade-in-viewport-animate {
	opacity: 0;
	animation: fade-in-viewport .3s ease-in-out forwards
}

@keyframes fade-in-viewport {
	0% {
		opacity: 0;
		transform: translateY(-15px)
	}

	to {
		opacity: 1;
		transform: translateY(0)
	}
}

.scale-up {
	transition: all .1s ease-in-out
}

.scale-up:hover {
	transform: scale(1.04)
}

.fadeout {
	opacity: 0;
	transition: opacity .3s
}

.fadein {
	opacity: 1;
	transition: opacity .3s
}

.onsite [data-form-error-message],
.onsite [data-form-success-message] {
	display: none
}

* {
	box-sizing: border-box;
}

body {
	margin: 0;
}

#wrapper {
	font-family: "Montserrat", sans-serif;
	color: black;
	background-color: #fff;
}

#i0b73c {
	flex-direction: column;
}

#i8jnlg {
	width: 100%;
	max-width: 920px;
	min-height: 500px;
	margin: 0 auto;
	padding: 1em 0 0 0;
}

#i5r7gw {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

#ik1icu {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 500;
	font-size: 2.5em;
	margin: 0px 0px 0.5em 0px;
}

#ibk2qj {
	display: flex;
	flex-direction: row;
	padding: 1em 0 0 0;
}

#i4tk09 {
	display: flex;
	flex-direction: column;
	width: 70%;
	padding: 0px 1em 2em 0px;
}

#i6imof {
	width: 300px;
	object-fit: cover;
	object-position: center;
	border-radius: 12px;
	max-height: 700px;
}

#i82cuh {
	text-decoration: underline;
	font-weight: 500;
	text-decoration-color: #e3e312;
}

#i2nhvq {
	margin: 0;
	font-size: 1.1em;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
}

#ieku3l {
	padding: 0.75em 0.75em 0.75em 0.75em;
	display: inline-block;
	border: 2px solid rgba(117, 149, 205, 0.6);
	border-radius: 5px;
	background-color: #e7edf7;
	font-weight: 300;
}

#iyytml {
	margin: 0;
	font-size: 0.8em;
	color: #666666;
}

#im7ei1 {
	width: 100%;
	min-height: 520px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	font-family: "Montserrat", sans-serif;
	max-width: 920px;
	display: flex;
	flex-direction: column;
	position: relative;
	color: #ffffff;
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	background-size: auto;
	background-image: linear-gradient(to right, #55984e 0%, #219a5b 54%, #587537 100%);
}

#ilxois {
	text-align: center;
	margin: 0px 0 0 0;
	padding: 1em 0px 0em 0px;
	font-weight: 400;
	font-size: 1.6em;
	font-family: "Poppins", sans-serif;
}

#i99ac1 {
	display: flex;
	flex-direction: row;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0px 0px 0px 400px;
}

#ilu7qm-2 {
	display: flex;
	flex-direction: column;
	font-size: 1.1em;
	font-weight: 400;
	font-family: "Poppins", sans-serif;
}

#imhti2 {
	margin: 0;
	text-align: center;
	font-size: 2em;
	padding: 2em 10px 0em 10px;
	font-weight: 500;
}

#itpajf {
	font-family: "Poppins", sans-serif;
	font-size: 1em;
	font-weight: 400;
	padding: 0px 1.5em 0px 0px;
}

#io9m1y {
	object-fit: cover;
	object-position: bottom right;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 420px;
}

@media (max-width: 575px) {
	#io9m1y {
		width: 370px;
	}
}

#imhti2-2 {
	margin: 0;
	text-align: center;
	font-size: 1.3em;
	padding: 0.25em 0px 1.5em 0px;
}

#ify1q6 {
	color: #fff920;
}

#i72h97 {
	align-self: center;
	max-width: 350px;
}

#idb6dl {
	color: #fff920;
	font-weight: 400;
}

#ixnom6 {
	color: #fff920;
	font-weight: 400;
}

#iao5ei-2-2 {
	background-repeat: repeat;
	background-position: left top;
	background-attachment: scroll;
	background-size: auto;
	background-image: linear-gradient(to right, #007f9d 0%, #2bbbcd 49%, #048eae 100%);
}

#im9tsf {
	width: 100%;
	border-radius: 15px 15px 15px 15px;
	overflow: hidden;
	margin: 0px auto 0px auto;
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.8);
	max-width: 920px;
}

#iirugo {
	background-color: white;
	padding: 2em 0px 2em 0px;
}

#i9izc3 {
	width: 100%;
	max-width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	color: rgb(255, 255, 255);
}

#i345rf {
	display: grid;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	row-gap: 15px;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#i6lbyg-3 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-3 {
	display: flex;
	flex-direction: column;
}

#ibdpth-3 {
	width: 25px;
	height: 25px;
}

#idwaug-3 {
	font-size: 1.2em;
}

#i6lbyg-4 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-4 {
	display: flex;
	flex-direction: column;
}

#ibdpth-4 {
	width: 25px;
	height: 25px;
}

#idwaug-4 {
	font-size: 1.2em;
}

#i6lbyg-5 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-5 {
	display: flex;
	flex-direction: column;
}

#ibdpth-5 {
	width: 25px;
	height: 25px;
}

#idwaug-5 {
	font-size: 1.2em;
}

#i6lbyg-6 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-6 {
	display: flex;
	flex-direction: column;
}

#ibdpth-6 {
	width: 25px;
	height: 25px;
}

#idwaug-6 {
	font-size: 1.2em;
}

#i6lbyg-7 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-7 {
	display: flex;
	flex-direction: column;
}

#ibdpth-7 {
	width: 25px;
	height: 25px;
}

#idwaug-7 {
	font-size: 1.2em;
}

#i6lbyg-8 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-8 {
	display: flex;
	flex-direction: column;
}

#ibdpth-8 {
	width: 25px;
	height: 25px;
}

#idwaug-8 {
	font-size: 1.2em;
}

#i6lbyg-9 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-9 {
	display: flex;
	flex-direction: column;
}

#ibdpth-9 {
	width: 25px;
	height: 25px;
}

#idwaug-9 {
	font-size: 1.2em;
}

#i6lbyg-10 {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iswtdn-10 {
	display: flex;
	flex-direction: column;
}

#ibdpth-10 {
	width: 25px;
	height: 25px;
}

#idwaug-10 {
	font-size: 1.2em;
}

#iswtdn {
	display: flex;
	flex-direction: column;
}

#ibdpth {
	width: 25px;
	height: 25px;
}

#idwaug {
	font-size: 1.2em;
}

#i6lbyg {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 15px;
}

#iy2cdb {
	display: flex;
	flex-direction: column;
	background-color: #eeeeee;
}

#iy9o1w {
	text-align: center;
	margin: 1em auto 1em auto;
	font-size: 2.5em;
	font-weight: 500;
	max-width: 920px;
}

#i05so7-2 {
	display: flex;
	flex-direction: column;
	border: 0 solid black;
	margin: 2em 0px 2em 0px;
}

#i9izc3-2 {
	width: 100%;
	max-width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #000000;
	background-color: #ffffff;
	padding: 2em 1em 2em 1em;
	border-radius: 12px;
}

#i19xad {
	text-align: center;
	margin: 0 auto;
}

@media (max-width: 575px) {
	#i6imof {
		display: none;
	}

	#ibk2qj {
		padding: 1em 1em 0px 1em;
	}

	#ik1icu {
		font-size: 1.8em;
	}

	#i4tk09 {
		width: 100%;
	}

	#ilxois {
		font-size: 1.3em;
	}

	#i72h97 {
		max-width: 80%;
	}

	#im7ei1 {
		padding: 0px 1em 170px 1em;
	}

	#iirugo {
		padding: 2em 1em 2em 1em;
	}

	#imhti2 {
		font-size: 1.4em;
	}

	#imhti2-2 {
		font-size: 1.1em;
	}

	#i99ac1 {
		padding: 0px 0px 0px 0px;
	}

	#itpajf {
		padding: 0px 1.5em 8em 0px;
		z-index: 10;
	}

	#i345rf {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding: 0px 1em 0px 1em;
		margin: 0em 0px 0px 0px;
	}

	#i9izc3 {
		padding: 0px 0px 0px 0px;
	}

	#iy9o1w {
		font-size: 1.6em;
	}
}

#c104-ilsueh {
	display: flex;
	flex-direction: column;
	max-width: 1000px;
	margin: 0px auto 0px auto;
}

/* Estilos para desktop */
#c104-il9413 {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	column-gap: 15px;
	font-family: "Poppins", sans-serif;
	margin: 0.5em 0px 1em 0px;
	align-items: stretch;
}

/* Estilos para mobile */
@media (max-width: 768px) {
	#c104-il9413 {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 15px;
	}

	#c104-ie5udt-2-2-3 {
		grid-row: 2;
	}

	#c104-ie5udt-2-2-3-3 {
		grid-row: 1;
	}

	#c104-ie5udt-2-2-3-2 {
		grid-row: 3;
	}
}

#c104-ie5udt-2-2-3 {
	flex: 1 0 auto;
	color: #000000;
	display: block;
	margin: 2.8em 0px 0px 0px;
}

#c104-i91htm-2-2-2-2-3 {
	flex-direction: column;
	background-color: #ffffff;
	padding: 1.5em 1em 0em 1em;
	border-radius: 8px 8px 8px 8px;
	text-align: center;
	display: flex;
	color: #000000;
	border: 3px solid #e0e0e0;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
}

#c104-i4hey9-3-2-2-3 {
	font-size: 2.6em;
	line-height: 1em;
	font-weight: 600;
}

#c104-i4hey9-2-2-2-2-3 {
	font-size: 1.4em;
}

#c104-ig2c33-2-2-2-3 {
	width: 100%;
	height: auto;
	max-width: 230px;
	align-self: center;
	margin: 1em 0px 1em 0px;
}

#c104-itdbdz-2-2-2-3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	color: #f8008f;
}

#c104-ilei0r-3-2-2-3 {
	font-size: 5em;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}

#c104-ilei0r-2-2-2-2-3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 600;
}

#c104-inyn2g-2-2-2-3-3 {
	font-size: 1.8em;
	font-weight: 500;
	padding: 0.5em 0px 0.5em 0px;
	font-family: "Roboto Condensed", sans-serif;
}

#c104-ibhpqo-2-3 {
	font-weight: 300;
	text-decoration: line-through;
}

#c104-inyn2g-2-2-2-2-2-3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 500;
	background-color: #1e745e;
	border-radius: 5px;
	display: inline-flex;
	padding: 0.1em 1em 0.1em 1em;
	width: 215px;
	justify-content: flex-start;
	align-items: center;
}

#c104-ih2w1l {
	display: inline;
}

#c104-irmg7k {
	text-align: center;
	color: black;
	font-weight: 600;
	font-size: 1.2em;
	margin: 1em 0px 0.5em 0px;
}

#c104-i7w4by {
	margin: 0.5em 0px 0.2em 0px;
}

#c104-i13w5g {
	height: 83px;
	margin: 1em -2em 0px -2em;
}

#c104-iwp73j {
	height: 55px;
	margin: 0.5em 0px 20px 0px;
}

#c104-i47cxd {
	display: flex;
	flex-direction: column;
	height: 70px;
	width: 80px;
	position: absolute;
	right: 10px;
	bottom: 25px;
}

#c104-ifm7r9 {
	z-index: 1;
	font-size: 1.2em;
	font-family: "Roboto Condensed", sans-serif;
	color: rgb(255, 255, 255);
	padding: 17px 0px 0px 0px;
	font-weight: 500;
}

#c104-imakqp {
	height: 80px;
	width: 80px;
	position: absolute;
	color: #007b8a;
}

#c104-itubo3 {
	padding: 0.25em 0px 0px 0px;
}

#c104-ix1sko {
	display: flex;
	flex-direction: column;
}

#c104-ijp7vy {
	display: flex;
	flex-direction: column;
}

#c104-im1cyg {
	position: relative;
}

#c104-ie5udt-2-2-3-2 {
	flex: 1 0 auto;
	color: #000000;
	display: block;
	margin: 2.8em 0px 0px 0px;
}

#c104-i91htm-2-2-2-2-3-2 {
	flex-direction: column;
	padding: 1.5em 1em 0em 1em;
	border-radius: 8px 8px 8px 8px;
	text-align: center;
	display: flex;
	color: #000000;
	border: 3px solid #e0e0e0;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
	background-color: #ffffff;
}

#c104-ix1sko-2 {
	display: flex;
	flex-direction: column;
}

#c104-i4hey9-3-2-2-3-2 {
	font-size: 2.6em;
	line-height: 1em;
	font-weight: 600;
}

#c104-i4hey9-2-2-2-2-3-2 {
	font-size: 1.4em;
}

#c104-im1cyg-2 {
	position: relative;
}

#c104-ig2c33-2-2-2-3-2 {
	width: 100%;
	height: auto;
	max-width: 230px;
	align-self: center;
	margin: 1em 0px 1em 0px;
}

#c104-ijp7vy-2 {
	display: flex;
	flex-direction: column;
}

#c104-itdbdz-2-2-2-3-2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
}

#c104-ilei0r-3-2-2-3-2 {
	font-size: 5em;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}

#c104-ilei0r-2-2-2-2-3-2 {
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 600;
}

#c104-i13w5g-2 {
	height: 83px;
	margin: 1em -2em 0px -2em;
}

#c104-itubo3-2 {
	padding: 0.25em 0px 0px 0px;
}

#c104-iwp73j-2 {
	height: 30px;
}

#c104-inyn2g-2-2-2-3-3-2 {
	font-size: 1.8em;
	font-weight: 500;
	padding: 0.5em 0px 0.5em 0px;
	font-family: "Roboto Condensed", sans-serif;
}

#c104-ibhpqo-2-3-2 {
	font-weight: 300;
	text-decoration: line-through;
}

#c104-ie5udt-2-2-3-3 {
	flex: 1 0 auto;
	color: #000000;
	display: block;
}

#c104-i91htm-2-2-2-2-3-3 {
	flex-direction: column;
	background-color: #f9f8da;
	padding: 1.5em 1em 0em 1em;
	border-radius: 8px 8px 8px 8px;
	text-align: center;
	display: flex;
	color: #000000;
	border: 3px solid #E8A937;
	font-family: "Roboto Condensed", sans-serif;
	position: relative;
}

#c104-ix1sko-3 {
	display: flex;
	flex-direction: column;
}

#c104-i4hey9-3-2-2-3-3 {
	font-size: 2.6em;
	line-height: 1em;
	font-weight: 600;
}

#c104-i4hey9-2-2-2-2-3-3 {
	font-size: 1.4em;
}

#c104-im1cyg-3 {
	position: relative;
}

#c104-ig2c33-2-2-2-3-3 {
	width: 100%;
	height: auto;
	max-width: 230px;
	align-self: center;
	margin: 1em 0px 1em 0px;
}

#c104-ijp7vy-3 {
	display: flex;
	flex-direction: column;
}

#c104-itdbdz-2-2-2-3-3 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	color: #f8008f;
}

#c104-ilei0r-3-2-2-3-3 {
	font-size: 5em;
	font-weight: 700;
	font-family: "Roboto Condensed", sans-serif;
}

#c104-ilei0r-2-2-2-2-3-3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 600;
}

#c104-i7w4by-3 {
	margin: 0.5em 0px 0.2em 0px;
}

#c104-inyn2g-2-2-2-2-2-3-4 {
	color: #ffffff;
	font-size: 1.2em;
	background-color: #1e745e;
	border-radius: 5px;
	display: inline-flex;
	padding: 0.1em 1em 0.1em 1em;
	width: 215px;
	justify-content: flex-start;
	align-items: center;
	font-weight: 500;
}

#c104-ih2w1l-4 {
	display: inline;
}

#c104-inyn2g-2-2-2-2-2-3-2-3 {
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 500;
	background-color: #cd0000;
	border-radius: 5px;
	padding: 0.1em 1em 0.1em 1em;
	width: 215px;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
}

#c104-ih2w1l-2-3 {
	display: inline;
}

#c104-i13w5g-3 {
	height: 83px;
	margin: 1em -2em 0px -2em;
}

#c104-itubo3-3 {
	padding: 0.25em 0px 20px 0px;
}

#c104-iwp73j-3 {
	height: 55px;
	margin: 0.5em 0 0 0;
}

#c104-inyn2g-2-2-2-3-3-3 {
	font-size: 1.8em;
	font-weight: 500;
	padding: 0.5em 0px 0.5em 0px;
	font-family: "Roboto Condensed", sans-serif;
}

#c104-ibhpqo-2-3-3 {
	font-weight: 300;
	text-decoration: line-through;
}

#c104-ivesxf-2-3 {
	border: 0 solid black;
}

#c104-izd3et {
	display: flex;
	flex-direction: column;
}

#c104-irmg7k-2 {
	text-align: center;
	color: black;
	margin: 0px 0 0 0;
	padding: 0.5em 0px 1em 0px;
}

#c104-i1u83d {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
	width: 300px;
	padding: 0.5em 0px 0.5em 0px;
	margin: 0px auto 0px auto;
	border-radius: 5px;
	background-color: #f5f5f5;
}

#c104-ii2qg5 {
	display: flex;
	flex-direction: row-reverse;
	column-gap: 5px;
	font-size: 1.3em;
}

#c104-ii2qg5-2 {
	display: flex;
	flex-direction: row;
	column-gap: 5px;
	font-weight: 600;
	align-items: center;
	font-size: 1.1em;
}

#c104-i5sewp-2-2-2-2 {
	display: inline;
	color: #ffc007;
}

#c104-i5sewp-3-2-2-2 {
	display: inline;
	color: #ffc007;
}

#c104-i5sewp-4-2-2-2 {
	display: inline;
	color: #ffc007;
}

#c104-i5sewp-5-2-2-2 {
	display: inline;
	color: #ffc007;
}

#c104-i5sewp-6-2-2 {
	display: inline;
	color: #ffc007;
	border: 0 solid black;
}

#c104-i4zrxh {
	display: inline;
	color: #346af3;
}

#c104-izkbs5 {
	color: #346af3;
	font-size: 0.9em;
}

#c104-immk47 {
	font-weight: 600;
}

#c104-i47cxd-3 {
	display: flex;
	flex-direction: column;
	height: 80px;
	width: 80px;
	position: absolute;
	right: 10px;
	bottom: 25px;
}

#c104-ifm7r9-3 {
	z-index: 1;
	font-size: 1.2em;
	font-family: "Roboto Condensed", sans-serif;
	color: rgb(255, 255, 255);
	font-weight: 500;
	padding: 17px 0px 0px 0px;
}

#c104-imakqp-3 {
	height: 100%;
	width: 100%;
	position: absolute;
	color: #007b8a;
	stroke: white;
	stroke-width: 0.5px;
}

#c104-i08uqs {
	display: flex;
	flex-direction: column;
	margin: -1.5em -1em 1em -1em;
	padding: 0.5em 0px 0.5em 0px;
	background-color: #E8A937;
	color: #ffffff;
	border-radius: 5px 5px 0px 0px;
}

#c104-i89jdg {
	align-self: center;
	font-size: 1.5em;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}

#c104-iegrt2 {
	font-style: italic;
	font-size: 1.4em;
}

#c104-itrs58 {
	max-width: 600px;
	align-self: center;
	margin: 1em 0px 2em 0px;
}

@media (max-width: 992px) {
	#c104-il9413 {
		padding: 0px 1em 0px 1em;
		row-gap: 20px;
		align-items: center;
	}
}

@media (max-width: 992px) {
	#c104-i13w5g {
		height: auto;
		width: 215px;
	}
}

@media (max-width: 992px) {
	#c104-ig2c33-2-2-2-3 {
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	#c104-i13w5g-3 {
		width: 215px;
		height: auto;
	}
}

@media (max-width: 992px) {
	#c104-i13w5g-2 {
		width: 215px;
		height: auto;
	}
}

@media (max-width: 992px) {
	#c104-iwp73j-3 {
		width: 150px;
		height: auto;
	}
}

@media (max-width: 992px) {
	#c104-iwp73j {
		width: 150px;
		height: auto;
	}
}

@media (max-width: 992px) {
	#c104-iwp73j-2 {
		width: 150px;
		height: auto;
	}
}

@media (max-width: 992px) {
	#c104-ig2c33-2-2-2-3-3 {
		max-width: 200px;
	}
}

@media (max-width: 992px) {
	#c104-ig2c33-2-2-2-3-2 {
		max-width: 200px;
	}
}

#il3q3 {
	/*display: grid;
         flex-direction: column;
         grid-template-columns: repeat(3, minmax(0, 1fr));
         row-gap: 50px;*/
}

#idv9z {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#idv9z-2 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#izo1t {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#iuuez {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx {
	margin: 0;
}

#irnts {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#irnts-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2 {
	margin: 0;
}

#irnts-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3 {
	margin: 0;
}

#idv9z-3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4 {
	margin: 0;
}

#irnts-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2 {
	margin: 0;
}

#irnts-3-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2 {
	margin: 0;
}

#idv9z-4 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-3 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-4 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-3 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-3 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-5 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-5 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-5 {
	margin: 0;
}

#irnts-2-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-3 {
	margin: 0;
}

#irnts-3-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-3 {
	margin: 0;
}

@media (max-width: 575px) {
	#il3q3 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 50px;
	}
}

@media (max-width: 575px) {
	#idv9z-2 {
		align-items: center;
	}
}

@media (max-width: 575px) {
	#idv9z-2-3 {
		align-items: center;
	}
}

@media (max-width: 575px) {
	#idv9z-2-2 {
		align-items: center;
	}
}

#idv9z-3-3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3 {
	margin: 0;
}

#irnts-2-2-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3 {
	margin: 0;
}

#irnts-3-2-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3 {
	margin: 0;
}

#idv9z-3-3-2 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-2 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-2 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-2 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-2 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-2 {
	margin: 0;
}

#irnts-2-2-3-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-2 {
	margin: 0;
}

#irnts-3-2-3-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-2 {
	margin: 0;
}

#idv9z-3-3-3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-3 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-3 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-3 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-3 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-3 {
	margin: 0;
}

#irnts-2-2-3-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-3 {
	margin: 0;
}

#irnts-3-2-3-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-3 {
	margin: 0;
}

#idv9z-3-3-4 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-4 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-4 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-4 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-4 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-4 {
	margin: 0;
}

#irnts-2-2-3-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-4 {
	margin: 0;
}

#irnts-3-2-3-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-4 {
	margin: 0;
}

#idv9z-3-3-5 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-5 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-5 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-5 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-5 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-5 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-5 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-5 {
	margin: 0;
}

#irnts-2-2-3-5 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-5 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-5 {
	margin: 0;
}

#irnts-3-2-3-5 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-5 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-5 {
	margin: 0;
}

#idv9z-3-3-2-2 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-2-2 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-2-2 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-2-2 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-2-2 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-2-2 {
	margin: 0;
}

#irnts-2-2-3-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-2-2 {
	margin: 0;
}

#irnts-3-2-3-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-2-2 {
	margin: 0;
}

#idv9z-3-3-2-3 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-2-3 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-2-3 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-2-3 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-2-3 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-2-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-2-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-2-3 {
	margin: 0;
}

#irnts-2-2-3-2-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-2-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-2-3 {
	margin: 0;
}

#irnts-3-2-3-2-3 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-2-3 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-2-3 {
	margin: 0;
}

#idv9z-3-3-2-4 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-2-4 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-2-4 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-2-4 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-2-4 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-2-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-2-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-2-4 {
	margin: 0;
}

#irnts-2-2-3-2-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-2-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-2-4 {
	margin: 0;
}

#irnts-3-2-3-2-4 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-2-4 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-2-4 {
	margin: 0;
}

#idv9z-3-3-2-2-2 {
	display: flex;
	flex-direction: column;
	text-align: center;
}

#izo1t-2-3-2-2-2 {
	width: 180px;
	height: 180px;
	object-fit: cover;
	object-position: center;
	border-radius: 100%;
	align-self: center;
	padding: 0.35em 0.35em 0.35em 0.35em;
	box-shadow: 0px 0px 10px -5px black;
}

#ir3gg-3-3-2-2-2 {
	font-weight: 400;
	margin: 1em 0px 0px 0px;
	font-size: 1.3em;
}

#ir3gg-2-2-3-2-2-2 {
	font-weight: 300;
	margin: 0px 0 0 0;
	color: #818181;
	font-size: 1em;
	font-style: italic;
}

#idv9z-2-2-3-2-2-2 {
	display: flex;
	flex-direction: column;
	padding: 0em 1em 0px 1em;
	margin: 1em 0 0 0;
	font-size: 0.9em;
	row-gap: 8px;
}

#irnts-4-3-2-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-4-3-2-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-4-3-2-2-2 {
	margin: 0;
}

#irnts-2-2-3-2-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-2-2-3-2-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-2-2-3-2-2-2 {
	margin: 0;
}

#irnts-3-2-3-2-2-2 {
	display: flex;
	column-gap: 10px;
	align-items: center;
	flex-direction: row;
}

#iuuez-3-2-3-2-2-2 {
	display: inline;
	color: #05a214;
	width: 20px;
	height: 20px;
}

#iwdwx-3-2-3-2-2-2 {
	margin: 0;
}

#itqzhq {
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
}

#iy9j5o {
	align-self: center;
	font-weight: 600;
	margin: 1em 0px 1em 0px;
}

#ihq7zj {
	width: 100%;
	max-width: 920px;
	min-height: 500px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	display: flex;
	flex-direction: column;
}

#icrduk {
	display: flex;
	flex-direction: row;
	border-radius: 24px;
	border: 1px solid #efefef;
	column-gap: 30px;
	padding: 2em 3em 2em 3em;
	margin: 0px 0px 1em 0px;
	background-color: #ffffff;
}

#i3solh {
	display: flex;
	flex-direction: column;
}

#i3solh-2 {
	display: flex;
	flex-direction: column;
}

#iawcyu {
	border-radius: 100%;
	height: 150px;
}

#it4zaq {
	margin: 0;
	font-style: italic;
	line-height: 1.5em;
}

#it4zaq-2 {
	margin: 0;
	padding: 1em 0px 1em 0px;
}

#ier6cl {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	column-gap: 4px;
	font-size: 0.9em;
}

#i5sewp {
	display: inline;
	color: #ffc007;
}

#i5sewp-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-3 {
	display: inline;
	color: #ffc007;
}

#i5sewp-4 {
	display: inline;
	color: #ffc007;
}

#i5sewp-5 {
	display: inline;
	color: #ffc007;
}

#ie5f15 {
	padding: 0px 0px 0px 10px;
	font-weight: 600;
}

#icrduk-2 {
	display: flex;
	flex-direction: row;
	border-radius: 24px;
	border: 1px solid #efefef;
	column-gap: 30px;
	padding: 2em 3em 2em 3em;
	margin: 0px 0px 1em 0px;
	background-color: #ffffff;
}

#i3solh-3 {
	display: flex;
	flex-direction: column;
}

#iawcyu-2 {
	border-radius: 100%;
	height: 150px;
}

#i3solh-2-2 {
	display: flex;
	flex-direction: column;
}

#it4zaq-3 {
	margin: 0;
	font-style: italic;
	line-height: 1.5em;
}

#it4zaq-2-2 {
	margin: 0;
	padding: 1em 0px 1em 0px;
}

#ier6cl-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	column-gap: 4px;
	font-size: 0.9em;
}

#i5sewp-6 {
	display: inline;
	color: #ffc007;
}

#i5sewp-5-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-4-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-3-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-2-2 {
	display: inline;
	color: #ffc007;
}

#ie5f15-2 {
	padding: 0px 0px 0px 10px;
	font-weight: 600;
}

#icrduk-2-2 {
	display: flex;
	flex-direction: row;
	border-radius: 24px;
	border: 1px solid #efefef;
	column-gap: 30px;
	padding: 2em 3em 2em 3em;
	margin: 0px 0px 1em 0px;
	background-color: #ffffff;
}

#i3solh-3-2 {
	display: flex;
	flex-direction: column;
}

#iawcyu-2-2 {
	border-radius: 100%;
	height: 150px;
}

#i3solh-2-2-2 {
	display: flex;
	flex-direction: column;
}

#it4zaq-3-2 {
	margin: 0;
	font-style: italic;
	line-height: 1.5em;
}

#it4zaq-2-2-2 {
	margin: 0;
	padding: 1em 0px 1em 0px;
}

#ier6cl-2-2 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	column-gap: 4px;
	font-size: 0.9em;
}

#i5sewp-6-2 {
	display: inline;
	color: #ffc007;
	border: 0 solid black;
}

#i5sewp-5-2-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-4-2-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-3-2-2 {
	display: inline;
	color: #ffc007;
}

#i5sewp-2-2-2 {
	display: inline;
	color: #ffc007;
}

#ie5f15-2-2 {
	padding: 0px 0px 0px 10px;
	font-weight: 600;
}

#il0rdy {
	font-weight: 700;
}

@media (max-width: 575px) {
	#i3solh {
		display: none;
	}
}

@media (max-width: 575px) {
	#i3solh-3 {
		display: none;
	}
}

@media (max-width: 575px) {
	#i3solh-3-2 {
		display: none;
	}
}

@media (max-width: 575px) {
	#icrduk-2-2 {
		padding: 1em 1em 1em 1em;
	}
}

@media (max-width: 575px) {
	#icrduk-2 {
		padding: 1em 1em 1em 1em;
	}
}

@media (max-width: 575px) {
	#icrduk {
		padding: 1em 1em 1em 1em;
	}
}

@media (max-width: 575px) {
	#iy9j5o {
		text-align: center;
		font-size: 1.4em;
	}
}

@media (max-width: 992px) {
	#ihq7zj {
		padding: 0px 1em 30px 1em;
	}
}

#c102-inc1vo-2-2 {
	background-color: #ffffff;
}

#c102-isigvx-2-2 {
	margin: 0px auto 0px auto;
	padding: 30px 0px 30px 0px;
	color: #333333;
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#c102-iwlfig {
	margin: 0;
	padding: 6px;
	display: inline-flex;
	flex-direction: column;
	align-self: center;
	font-size: 1.6em;
	font-weight: 700;
}

#c102-ipvouu {
	list-style-type: decimal;
	list-style-image: none;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	padding: 0px 0px 0px 19px;
}

#c102-irr715 {
	display: grid;
	flex-direction: row;
	justify-content: center;
	padding: 2em 0px 2em 0px;
	align-items: center;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	row-gap: 10px;
}

#c102-i7sbjv {
	max-width: 150px;
}

#c102-i7sbjv-2 {
	max-width: 200px;
}

#c102-i7sbjv-2-2 {
	max-width: 200px;
}

#c102-i3ce6v {
	margin: 0;
	padding: 6px;
	grid-column: span 3 / span 3;
	text-align: center;
	font-size: 0.8em;
}

#c102-ihvhgx-2 {
	text-align: right;
}

#c102-ihvhgx {
	text-align: center;
}

#c102-iyb00p {
	text-align: left;
}

#c102-i44qqo {
	font-size: 0.85em;
}

@media (max-width: 575px) {
	#c102-i7sbjv {
		max-width: 100px;
	}
}

@media (max-width: 575px) {
	#c102-ihvhgx {
		grid-column: span 1 / span 1;
	}
}

@media (max-width: 575px) {
	#c102-i7sbjv-2-2 {
		max-width: 100px;
	}
}

@media (max-width: 575px) {
	#c102-ihvhgx-2 {
		text-align: center;
		grid-column: span 1 / span 1;
	}
}

@media (max-width: 575px) {
	#c102-irr715 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		display: flex;
		flex-direction: column;
		padding: 2em 0px 1em 0px;
	}
}

@media (max-width: 575px) {
	#c102-iyb00p {
		text-align: center;
		grid-column: span 1 / span 1;
	}
}

@media (max-width: 575px) {
	#c102-i7sbjv-2 {
		max-width: 100px;
	}
}

@media (max-width: 575px) {
	#c102-i44qqo {
		padding: 0px 1em 0px 1em;
	}
}

#c103-ialu4a-2-2-2 {
	font-family: "Montserrat", sans-serif;
	padding: 10px 0px 30px 0px;
	color: #ffffff;
	font-size: 0.9em;
	display: flex;
	flex-direction: column;
	background-color: #6e9b70;
}

#c103-igkroj {
	display: inline-flex;
	flex-direction: column;
	align-self: center;
	color: #ffffff;
}

#c103-iqzpvg {
	align-self: center;
	display: flex;
	flex-direction: column;
	max-width: 830px;
	width: 100%;
	font-size: 0.9em;
}

#c103-iljiwk {
	margin: 0;
	padding: 3em 6px 3em 6px;
	display: inline-flex;
	flex-direction: column;
	align-self: center;
	text-align: left;
}

#c103-ibofx5-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
	position: relative;
	margin: 50px 0 0 0;
}

#c103-ic0u7j-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
	max-width: 820px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 40px 36px 15px 35px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
}

#c103-ieyq81-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
	width: 220px;
	color: black;
	position: absolute;
	padding: 0px 2em 0px 2em;
	top: -18px;
	transform: translate(-50%, 0);
	background-color: #577cbd;
}

#c103-iurok1-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
	margin: 0;
	padding: 6px;
}

#c103-i9awwd-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
	font-family: "Roboto", sans-serif;
}

#c103-i12sn9 {
	color: #ffffff;
}

#c103-i34gby {
	align-self: center;
	display: flex;
	column-gap: 30px;
	padding: 2em 0 0 0;
	font-weight: 600;
}

#c103-i12sn9-2 {
	color: #ffffff;
}

#c103-i12sn9-2-2 {
	color: #ffffff;
}

#c103-i12sn9-2-2-2 {
	color: #ffffff;
}

#c103-i12sn9-3 {
	color: #ffffff;
}

#c103-ietidj {
	font-size: 1.4em;
	font-weight: 500;
}

#c103-i12sn9-2-2-2-2 {
	color: #ffffff;
}

#c103-ibofx5-2-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
	position: relative;
	margin: 50px 0 0 0;
}

#c103-ic0u7j-2-2-2-2-2-2-2-2-2-2-2-2-2-2-6 {
	max-width: 820px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 40px 36px 15px 35px;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
}

#c103-iurok1-2-2-2-2-2-2-2-2-2-2-2-2-2-2-6 {
	margin: 0;
	padding: 6px;
}

#c103-i9awwd-2-2-2-2-2-2-2-2-2-2-2-2-2-2-6 {
	font-family: "Roboto", sans-serif;
}

#c103-iak6t {
	display: flex;
}

@media (max-width: 575px) {
	#c103-i12sn9-2-2-2-2 {
		grid-column: span 1 / span 1;
	}
}

@media (max-width: 575px) {
	#c103-i34gby {
		padding: 0em 1em 0px 1em;
		flex-direction: column;
		row-gap: 10px;
		align-items: center;
		width: 100%;
	}
}

@media (max-width: 575px) {
	#c103-ic0u7j-2-2-2-2-2-2-2-2-2-2-2-2-2-2 {
		margin: 0px 0.5em 0px 0.5em;
	}
}

@media (max-width: 575px) {
	#c103-igkroj {
		text-align: center;
	}
}

@media (max-width: 575px) {
	#c103-iljiwk {
		padding: 3em 1em 3em 1em;
	}
}

@media (max-width: 575px) {
	#c103-i12sn9 {
		text-align: right;
	}
}

@media (max-width: 575px) {
	#c103-i12sn9-2 {
		text-align: right;
	}
}

@media (max-width: 575px) {
	#c103-i12sn9-2-2-2 {
		grid-column: span 1 / span 1;
		text-align: center;
	}
}

#c103-iqerq {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0px);
	background-color: rgb(87, 124, 189);
}

#c103-Layer_1 {
	width: 150px;
}

#i2nhvq b{
	font-weight: 600;
}

/* =====================================================
   LAYOUT IMPROVEMENTS
   ===================================================== */

/* --- Pricing section background --- */
#iy2cdb {
  background: linear-gradient(160deg, #eaf6ea 0%, #f4fbf4 50%, #e8f5e9 100%) !important;
}


/* --- All pricing cards --- */
#iy2cdb .rounded-18 {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#iy2cdb .rounded-18.border-green-light {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}

#iy2cdb .rounded-18.border-green-light:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.12);
}

/* --- Best Value card (6 bottles) --- */
#iy2cdb .rounded-18.border-primary-new.bg-light-second {
  transform: scale(1.05);
  box-shadow: 0 8px 40px rgba(62, 152, 66, 0.35);
  position: relative;
  z-index: 2;
  background-color: #f0fbf0 !important;
}

#iy2cdb .rounded-18.border-primary-new.bg-light-second:hover {
  transform: scale(1.07);
  box-shadow: 0 14px 50px rgba(62, 152, 66, 0.45);
}

/* --- CTA buttons pulse animation --- */
.btn-primary-new {
  animation: ctaPulse 2.2s ease-in-out infinite;
  letter-spacing: 0.5px;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
}

@keyframes ctaPulse {
  0%   { box-shadow: 0 0 0 0 rgba(255, 216, 20, 0.6); }
  65%  { box-shadow: 0 0 0 12px rgba(255, 216, 20, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 216, 20, 0); }
}

.btn-primary-new:hover {
  transform: scale(1.03);
  background-color: #f5c800 !important;
  animation: none;
  box-shadow: 0 6px 20px rgba(200, 160, 0, 0.4) !important;
}

/* "YOU SAVE" badge styling */
#iy2cdb p[style*="color: #298f16"],
#iy2cdb p[style*="color: #0a2e04"] {
  background: linear-gradient(90deg, #e8f5e9, #c8e6c9);
  border-radius: 20px;
  padding: 4px 14px !important;
  display: inline-block;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

/* Price display */
#iy2cdb .display-2 {
  line-height: 1;
  color: #1a3d1a;
}

/* Section header in pricing */
#iy2cdb .bg-light-second.pt-4 h2 {
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

/* --- Scrolling banner --- */
.bg-primary-new {
  background: linear-gradient(90deg, #2d7a31 0%, #3e9842 45%, #2d7a31 100%) !important;
  box-shadow: 0 3px 12px rgba(0,0,0,0.2);
}

/* --- LipoBliss product section --- */
#iirugo {
  padding: 3em 0;
}

#im9tsf {
  box-shadow: 0 12px 50px rgba(0, 0, 0, 0.55) !important;
}

#ilxois {
  letter-spacing: 0.3px;
  opacity: 0.9;
}

#i72h97 {
  font-size: 3.8rem !important;
  letter-spacing: -1px;
  text-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

#imhti2 {
  line-height: 1.3;
  text-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* --- Ingredients section --- */
#i05so7-2 {
  background: linear-gradient(180deg, #f7f7f7 0%, #ffffff 100%);
}

#i9izc3-2 {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
}

#i19xad {
  position: relative;
  padding-bottom: 0.6em;
  letter-spacing: -0.3px;
}

#i19xad::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #3e9842, #2d7a31);
  border-radius: 3px;
}

/* --- Reviews section --- */
#itqzhq {
  background: linear-gradient(180deg, #f2faf2 0%, #fafffe 100%);
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

#iy9j5o {
  position: relative;
  padding-bottom: 0.5em;
  letter-spacing: -0.3px;
}

#iy9j5o::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 3px;
  background: linear-gradient(90deg, #3e9842, #2d7a31);
  border-radius: 3px;
}

#icrduk, #icrduk-2, #icrduk-2-2 {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
  border: 1px solid #e8f5e9 !important;
  background: linear-gradient(135deg, #ffffff 80%, #f5fff5 100%) !important;
}

#icrduk:hover, #icrduk-2:hover, #icrduk-2-2:hover {
  box-shadow: 0 8px 28px rgba(62, 152, 66, 0.12) !important;
  transform: translateY(-3px);
}

/* Star icons in reviews */
.fa-star {
  font-size: 1.1em;
}

/* "Verified Purchase" badges */
#ie5f15, #ie5f15-2, #ie5f15-2-2 {
  background: #e8f5e9;
  color: #2d7a31;
  border-radius: 12px;
  padding: 2px 10px;
  font-size: 0.8em;
}

/* --- Footer improvements --- */
#c103-ialu4a-2-2-2 {
  background: linear-gradient(180deg, #1a2e1a 0%, #0d1f0d 100%) !important;
}

#c103-i34gby a {
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

#c103-i34gby a:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  #iy2cdb .rounded-18.border-primary-new.bg-light-second {
    transform: scale(1);
    box-shadow: 0 6px 24px rgba(62, 152, 66, 0.25);
  }

  #iy2cdb .rounded-18.border-primary-new.bg-light-second:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(62, 152, 66, 0.3);
  }
}


/* =====================================================
   PRICING HERO HEADER
   ===================================================== */

.pricing-hero-header {
  background: linear-gradient(135deg, #0d3b12 0%, #1a5e20 35%, #2e7d32 65%, #1b5e20 100%);
  padding: 2.5em 1em 4.5em 1em;
  position: relative;
  overflow: hidden;
}

.pricing-hero-header::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 70%);
  border-radius: 50%;
}

.pricing-hero-header::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%);
  border-radius: 50%;
}

/* Badge "SPECIAL OFFER" */
.pricing-hero-badge {
  display: inline-block;
  background: linear-gradient(90deg, #ffd814, #f5c800);
  color: #1a3d1a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 6px 22px;
  border-radius: 50px;
  margin-bottom: 1.1em;
  box-shadow: 0 4px 14px rgba(255, 216, 20, 0.45);
  animation: badgePulse 2.5s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 4px 14px rgba(255, 216, 20, 0.45); }
  50%       { transform: scale(1.04); box-shadow: 0 6px 22px rgba(255, 216, 20, 0.65); }
}

/* Main title */
.pricing-hero-title {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 0.3em;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.3);
}

/* "LipoBliss" highlight in title */
.pricing-hero-brand {
  color: #ffd814;
  position: relative;
  display: inline-block;
}

.pricing-hero-brand::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #ffd814, #f5a500);
  border-radius: 2px;
}

/* "While Stock Lasts" sub-line */
.pricing-hero-sub {
  display: block;
  font-size: 0.65em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0.2em;
  text-shadow: none;
}

/* Trust bar */
.pricing-hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 1.4em;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50px;
  padding: 10px 28px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-trust-item {
  color: rgba(255, 255, 255, 0.92);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.pricing-trust-item .fa-solid {
  color: #ffd814;
  font-size: 0.9em;
}

.pricing-trust-sep {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.1rem;
}

@media (max-width: 575px) {
  .pricing-hero-header {
    padding: 2em 1em 4em 1em;
  }

  .pricing-trust-sep {
    display: none;
  }

  .pricing-hero-trust {
    flex-direction: column;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 16px;
  }

  .pricing-hero-badge {
    font-size: 0.7rem;
    letter-spacing: 1.5px;
  }
}
