/* Zmienne
--------------------------------------------- */
.p_abs{
	position:absolute;	
}
.p_rel{
	position:relative;
}
.d_flex{
	display:flex;
}
.fd_col{
	flex-direction:column;
}
.d_block{
	display:block;
}
.zi_-1{
	z-index:-1;
}
.zi_0{
	z-index:0;
}
.zi_2{
	z-index:2;
}
.ov_hidden {
	overflow:hidden;
}
.s_fh{
	min-height:100vh;
}
.ai_center{
	align-items:center;
}
.ai_left{
	align-items:flex-start;
}
.jc_center{
	justify-content:center;
}
.ml_auto{
	margin-left:auto;
}
.mlr_auto{
	margin-left:auto;
	margin-right:auto;
}
.h_100{
	height:100%;
}
.max_h_mc{
	max-height:max-content;
}
.w_100 {
	width:100%;
}
.min_w_100{
	min-width:100%;
}
.max_w_775{
	max-width:775px;
}
.max_w_100{
	max-width:100%;
}
.min_w_mcon{
	min-width:max-content;
}
.gap_30{
	gap:30px;
}
.gap_80{
	gap:80px;
}
.br_16{
	border-radius:16px;
}
.br_b_40{
	border-bottom-left-radius:40px;
	border-bottom-right-radius:40px;
}
.br_40{
	border-radius:40px;
}
.ratio_4_3{
	aspect-ratio:4/3;
}
.d_grid{
	display:grid;
	grid-template-columns:1fr;
}
.m_0{
	margin:0!important;
}
@media(min-width:1201px){
	.m_only{
		display:none!important;
	}
	.mt_0{
		margin-top:0px;
	}
	.mt_25{
		margin-top:25px;
	}
	.mb_10{
		margin-bottom:10px;
	}
	.mb_15{
		margin-bottom:15px;
	}
	.mb_25{
		margin-bottom:25px;
	}
	.mb_30{
		margin-bottom:30px!important;
	}
	.mb_40{
		margin-bottom:40px;
	}
	.mb_60{
		margin-bottom:60px;
	}
	.mb_75{
		margin-bottom:75px;
	}
	.mb_80{
		margin-bottom:80px;
	}
	.pb_30{
		padding-bottom:30px;
	}
	.pt_30{
		padding-top:30px;
	}
	.p_tb_80{
		padding-bottom:80px;
		padding-top:80px;
	}
	.fb_50{
		flex-basis:50%;
		width:50%;
	}
}
/* Czcionki
--------------------------------------------- */
.txt_medium, .txt_medium *, 
.txt_large, .txt_large *, .txt_xlarge, .txt_xlarge * {
	font-size:16px;
}

.fw_400{
	font-weight:400!important;
}
.fw_700{
	font-weight:700;
}
.ta_center{
	text-align:center;
}
.tt_upc{
	text-transform:uppercase;
}
.title_wdots::after{
	display:inline-block;
	content:'';
	height:56px;
	width:260px;
	margin-left:40px;
	background-image:url(/wp-content/uploads/2025/12/dots.svg);
}
.home h1{
	font-weight:900!important;
	letter-spacing:-2px;
}
.heading_1{
	font-size:40px;
	line-height:40px;
	font-weight:800;
	margin-top:0;
}
.heading_2{
	font-size:16px;
	line-height:16px;
	font-weight:800;
}
.heading_3{
	font-size:24px;
	line-height:24px;
	font-weight:800;
}
.cc_list{
	margin-left:0;
	padding-left:0;
}
.cc_list li{
	border-bottom:1px solid var(--redAccent50);
	margin-bottom:12px;
	padding-bottom:12px;
}
.cc_list li::before{
	content:'';
	display:inline-block;
	width:12px;
	height:12px;
	min-width:12px;
	background-image:url(/wp-content/uploads/2025/12/check-circle.svg);
	background-size:contain;
	background-repeat:no-repeat;
	margin-right: 7px;
    transform: translatey(9px);
}
.btn{
	font-size:16px;
	line-height:20px;
	padding:10px 65px 10px 40px;
	font-weight:700;
	border-radius:170px;
	min-height:44px;
	height:44px;
	vertical-align:middle;
	width:max-content;
}

.btn::after{
	content:'';
	display:inline-block;
	height:32px;
	width:32px;
	background-image:url(/wp-content/uploads/2025/12/arrow.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	border:1px solid var(--redMain);
	border-radius:50px;
	top: 5px;
    right: 8px;
}
.btn--download::after{
	display:none;
}
.btn--download{
	padding-left:0!important;
}
.btn--download::before{
	content:'';
	display:block;
	height:32px;
	width:32px;
	background-image:url(/wp-content/uploads/2025/12/download.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position:relative;
}
.page-wtb-btn{
	display: block;
    margin-top: 12px;
    margin-bottom: 32px;
}
.btn--secondary{
	padding-left:0!important;
}
.usp-pdslist-wrapper ul{
	padding-left:0;
}
.usp-pdslist-wrapper ul li{
	list-style:none;
}
.usp-pdslist-name{
	color:black;
	display:block;
}
.usp-pdslist-checkstring{
	color:white;
	position:relative;
	display:block;
	font-size: 16px;
    line-height: 16px;
    padding: 12px 44px 10px 16px!important;
    border-radius: 170px;
	width: max-content;
	margin-top: 12px;
    margin-bottom: 32px;
	border:3px solid white;
	background-color:var(--redMain);
}
.section-wtb-hero .usp-pdslist-name{
	color:white;
}
.usp-pdslist-checkstring::after{
	content:'';
	display:inline-block;
	height:32px;
	width:32px;
	background-image:url(/wp-content/uploads/2025/12/arrow.svg);
	background-size:contain;
	background-repeat:no-repeat;
	position:absolute;
	border:1px solid var(--redMain);
	border-radius:50px;
    top: 3px;
    right: 4px;
}
.section-wtb-hero .usp-pdslist-checkstring{

}
@media(min-width:1201px){
	.product-box .btn--secondary{
		margin-left:16px;
	}
	.min_h_100vh{
		min-height:100vh;
	}
	.heading_1{
		font-size:4.2vw;
		line-height:5vw;
	}
	.section-cta-2 .heading_1{
		line-height:7vw;
	}
	.section-cta-2 .heading_1 span{
		line-height: 5vw;
        margin-top: 30px;
	}
	.heading_2{
		font-size:43px;
		line-height:43px;
	}
	.heading_3{
		font-size:32px;
		line-height:32px;
	}
	.txt_exlarge{
		font-size:32px;
		line-height:42px;
	}
	.txt_xlarge, .txt_xlarge *{
		font-size:22px;
		line-height:30px;
	}
	.txt_large, .txt_large *{
		font-size:20px;
	}
	.txt_medium, .txt_medium *{
		font-size:18px;
	}
	.txt_small a,
	.txt_small{
		font-size:16px;
	}
	.btn{
		font-size:16px;
		line-height:16px;
		padding:12px 44px 10px 16px;
		border-radius:170px;
	}
	.btn::after{
		height:32px;
		width:32px;
		top: 6px;
        right: 5px;
	}
	.page-wtb-btn::after{
		top:3px;
	}
	.grid_2cols{
		grid-template-columns:1fr 1fr;
	}
	.grid_3cols{
		grid-template-columns:1fr 1fr 1fr;
	}
	.grid_4cols{
		grid-template-columns:1fr 1fr 1fr 1fr; 
	}
	.grid_5cols{
		grid-template-columns:1fr 1fr 1fr 1fr 1fr; 
	}
	.cc_list li{		
		padding-bottom:24px;
		margin-bottom:24px;
	}
	.cc_list li::before{
		width:16px;
		height:16px;
		min-width:16px;

	}
}
/* Kolory
--------------------------------------------- */
.col_white{
	color:var(--white);
}
.col_black100{
	color:var(--black100);
}
.col_redMain{
	color:var(--redMain);
}
.col_redAccent70{
	color:var(--redAccent70);
}
.col_redAccent60{
	color:var(--redAccent60);
}
.col_redAccent50{
	color:var(--redAccent50);
}
.span_col_redAccent50 span{
	color:var(--redAccent50);
}
.span_col_redMain span{
	color:var(--redMain);
}
.bkg_col_white{
	background-color:var(--white);
}
.bkg_col_redMain{
	background-color:var(--redMain);
}
.bkg_col_redAccent70{
	background-color:var(--redAccent70);
}
.bkg_col_redAccent60{
	background-color:var(--redAccent60);
}
.bkg_col_redAccent50{
	background-color:var(--redAccent50);
}
.bkg_col_redAccent30{
	background-color:var(--redAccent30);
}
.li_redMain li::marker{
	color:var(--redMain);
}
/* Układ
--------------------------------------------- */
.container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 1201px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 1730px) {
    .container {
        width: 1730px;
        max-width: 1730px;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Proktosedon
--------------------------------------------- */
.hero__title span {
	display: block;
}
.hero__word::before{
	display:inline-block;
	height:42px;
	width:42px;
	content:'';
	border-radius:80px;
	margin-left:0;
	transform: translatey(5px);
}
.hero__word--1::before{
	background-color:var(--redMain);
}
.hero__word--2::before{
	background-color:var(--redAccent70);
}
.hero__word--3::before{
	background-color:var(--redAccent60);
}
.hero__word--4::before{
	background-color:var(--redAccent50);
}
.symptom__image img {
	width: 100%;
	height: 100%;
	display: flex;
	object-fit: cover;
}
.section-products {
	border-top-left-radius:40px;
	border-top-right-radius:40px;
}
.seo-dot {
	display: block;
	width: 40px;     
	height: 40px;
	border-radius: 50%;
	flex-shrink: 0;  
	margin-right:8px;
}
.how-works-item {
	border-top:1px solid #d9d9d9;
}
.how-works-item-dot{
	width:17px;
	height:17px;
	margin-right:2px;
	border-radius:50%;
}
/* Accordion */
.accordion-itemn button {
	background-color: transparent;
}
.accordion-item {
	margin-top: 0px !important;
	padding: 32px !important;
	border-radius:24px;
	margin-bottom:16px;
}
.accordion-item table {
	padding: 30px 8px !important;
	text-align: left;
	border-radius: 5px;
}
.accordion-item table, .accordion-item table * {
	font-size:22px;
}
.accordion-item table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:1px solid #D9D9D9;
}
.accordion-item table thead{
	opacity:0.5;
}
.accordion-item table tr{
	border-bottom:1px solid #D9D9D9;
	padding-bottom:10px;
}
.accordion-item table tbody > tr:last-child td {
	padding-bottom: 8px;
}
.ml-accordion {
	display: block;
}
.accordion-collapse.collapse {
	display: none;
}
.accordion-collapse.show {
	display: block;
}
.accordion-collapse > div {
	padding-top: 8px;
}
.accordion-collapse table {
	font-size: 14px;
	line-height: 20px;
}
.accordion-header {
	border: 0;
	outline: none !important;
	padding-bottom: 0;
	margin-bottom: 0;
	max-width: calc(100% - 50px); 
	position: relative;
	margin-top:0;
}
.accordion-header button {
	background: transparent;
	padding: 0;
	width: 100%;
	text-align: left;
	position: relative;
	color: #000 !important;
	cursor: pointer;
	border: none; 
}
.accordion-item .accordion-header .accordion-button::after {
	content: '';
	display: block;
	background-image: url(/wp-content/uploads/2025/12/acc_arrow.svg);
	width: 24px;
	height: 24px;
	background-color: transparent;
	border-radius: 1000px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -40px; 
	top: 0px;
	transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed)::after {
	transform: rotate(180deg);
}
@media(min-width:1201px){
	.hero__content,
	.hero__packshot,
	.hero__title span,
	.hero__text {
		visibility: hidden;
	}
	.section-wtb-hero .hero__packshot,
	.section-wtb-hero .hero__text,
	.section-wtb-hero .hero__content{
		visibility:visible;
	}
	/* Home Hero */
	.section-hero{
		height:125vh;
	}
	.hero__bg img{
		width: 100%;
		max-width: unset;
		height: 100%;
		min-height: 100%;
		object-fit: cover;
		object-position:top;
	}
	.hero__content{
		padding-top: 7.5vw;
		padding-bottom: 6.25vw;
		border-top-left-radius: 100vw;
		border-bottom-left-radius: 100vw;
		padding-left: 8vw;
		flex-basis:66%;
	}
	.hero__content::before{
		display: none;
		height: 100%;
		width: 17vw;
		content: '';
		position: absolute;
		top: 0;
		left: -17vw;
		background-size: cover;
		background-image:url(/wp-content/uploads/2025/12/hero_bkg.svg);
	}
	.hero__content::after{
		display: block;
		height: 100%;
		width: 17vw;
		content: '';
		position: absolute;
		top: 0;
		right: -17vw;
		background-size: cover;
		background-color:#fff;
	}
	.hefer__left{
		flex-basis:33%;
	}
	.hero__title span {
		font-size:4.6vw;
		line-height:4.6vw;
		font-weight:800;
	}
	.hero__word::before{
		height:4.2vw;
		width:4.2vw;
		margin-left:16px;
		transform: translatey(10px);
	}
	.hero__text{
		max-width:700px;
	}
	.hero__packshot{
		top: 13vw;
		width: 28vw;
		right: 0vw;
	}
	.section-wtb-hero .hero__packshot{
		top: 2vw;
        width: 53vw;
        left: 0;
	}
	.section-wtb-hero .hero__content{
		min-height:32vw;
	}
	.hero__circle-overlay {
		position: fixed;
		top: 50%;
		left: 20%;
		opacity:0;
		transform: translate(-50%, -50%) scale(1);
		width: 100px; /* początkowa wielkość */
		height: 100px;
		background: white; /* lub kolor który chcesz */
		border-radius: 50%;
		z-index: 1;
		pointer-events: none;
	}
	.hero_404{
		flex-basis: 33%;
		border-radius: 200vw;
		padding: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		aspect-ratio: 1 / 1;
		padding-top: 80px;
	}
	.hero_404::after{
		display:none!important;
	}
	/* Home Symptoms */
	.section-symptoms{
		width:100%;
		height:100vh;
		overflow:hidden;
		align-items: center;
		align-content: center;
		opacity: 0; /* początkowo ukryte */
		background: white; /* zapewnia białe tło */
		position: relative;
		z-index: 10;
	}
	.symptoms__title {
		display: block;
		opacity:0;
		margin-bottom:8px;
	}
	.symptoms__word--1,
	.symptoms__word--2 {
		display: inline-block; /* ważne dla transform */
		will-change: transform, opacity; /* optymalizacja */
	}

	.symptoms__word--1 {
		transform-origin: center center;
	}
	.symptoms__desc{
		will-change: opacity, transform;
		max-width:800px;
		margin:0 auto;
	}
	.symptoms__grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 80px;
		margin-top: 120px;
	}

	.symptom__item {
		border-radius: 50%;
		height: 0;
		padding-bottom: 100%;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
		overflow: hidden;
		will-change: opacity, transform;
	}
	.symptom__item_with_text {
		display: flex !important;
		flex-direction: column;
		will-change: opacity, transform;
	}
	.home .symptom__image {
		height:100%;
	}
	.symptom__image {
		top: 0;
		left: 0;
		width: 100%;
		border-radius: 50%;
	}
	.symptom__title {
		position: absolute;
		left: 50%;
		top: 50%;                
		transform: translate(-50%, -50%);
		margin: 0;
		font-size: 35px;
		width: max-content;
		will-change: opacity, transform;
	}
	.symptom__button{
		position: absolute;
		bottom: 50px;	
	}
	/* Home CTA */
	.section-cta{
		width: 100%;
		height:100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		opacity: 1;
		z-index: 102;
		will-change: transform, opacity;
		transform: translateZ(0);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 10; /* Najwyżej na start */
		pointer-events: none; /* Żeby nie blokowało klikania jak zniknie (opcjonalnie) */
	}
	.section-cta-2 {
		position: fixed; /* Fixed sprawi, że będzie zawsze w oknie przeglądarki */
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 100; /* Musi być NAJWYŻEJ */
		background-color: white;
		pointer-events: none; /* Na starcie nie klikalne */
	}
	/* How it works */
	.section-how-works {
		position: relative;
		min-height: 100vh;
		z-index: 105;
		display: flex;
		align-items: center;
		justify-content: center;
		will-change: opacity, transform;
	}

	.how-works-img {
		opacity: 0;
		visibility: hidden;
	}

	.how-works-item {
		opacity: 0;
		visibility: hidden;
		transform: translateY(50px);
	}

	/* Home Products */
	.section-products {
		width: 100%;
		min-height: 100vh;
		display: flex;
		flex-direction:column;
		align-items: center;
		z-index:101;
	}
	.section-products_inner{
		display:flex;
		will-change: transform, opacity;
		transform: translateZ(0);
	}
	.sp_titles {
		flex-basis: 50%;
		position: relative;
		z-index: 3;
		will-change: transform, opacity;
		transform: translateZ(0);
	}

	.sp_content {
		flex-basis: 60%;
		display: flex;
		flex-direction: column;
		gap: 40px;
		align-items: center;
		position: relative;
		z-index: 3;
		will-change: transform, opacity;
		transform: translateZ(0);

	}
	.product-box {
		max-width: 1000px;
		margin: 0 auto;
		padding:32px 28px;
	}
	.product-box__inner{
		display:flex;
	}
	/* INTRO CIRCLE FIXES */
	.section-intro-circle {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden;
		z-index: 5;
	}

	.intro-circle-wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	/* KLUCZ: Clip path + brak border radius + flex center */
	.circle-mask {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-radius: 50vw;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* Obrazek ma wypełniać maskę */
	.circle-mask img.obj_cover {
		width: 100vw;
		min-width:100vw;
		min-height:100vh;
		height: 100vh;
		object-fit: cover;
	}

	.circle-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		width: 100%;
		text-align: center;
	}

	/* Home SEO */
	.pin-wrapper {
		position: relative;
		width: 100%;
		height: 100vh;
		overflow: hidden; /* Ukrywamy karty czekające pod ekranem */
	}
	.section-education {
		padding: 40px 0;
		position: relative;
		overflow: hidden; 
	}
	.seo-header {
		display: flex;
		align-items: center;
		gap: 15px;
	}
	.seo-pill {
		padding: 6px 16px;
		border-radius: 50px;
		width: 100%;     
	}
	/* Kontener treści */
	.seo-content {
		display: flex;
		flex-direction: column; 
		gap: 30px;
	}
	.seo-image-col {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.seo-circle-mask {
		width: 100%;
		max-width: 320px; 
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		overflow: hidden;
		position: relative;

	}
	.seo-circle-mask img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		display: block;
	}
	.seo-text-col {
		width: 100%;
		flex-direction:column;
	}
	.seo-desc {
		font-size: 16px;
		line-height: 1.5;
		color: #333;
		margin-bottom: 20px;
	}
	.seo-desc p {
		margin-bottom: 15px;
	}
	.seo-desc p:last-child {
		margin-bottom: 0;
	}
	/* Footnotes */
	.section-bottom-info{
		z-index:300;
	}
	.section-bottom-info .container{

	}
	.below_title_container{
		padding-left:47px;
		padding-right:0px;
		margin-top:40px;
		margin-bottom:64px;
	}

	/* Posts */
	.section-posts{
		background-color:#fff;
	}
}
/* Footer */
footer{
	background-image:url(/wp-content/uploads/2025/12/footer_bkg.svg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position: top right;
	padding-top: 50px;
    margin-top: -40px;
}
.after_footer{
	z-index:305;
}
footer a{
	color:var(--redMain)!important;
}
footer .footer-col-1 a{
	color:black!important;
}
.footer-widgets{
	padding-bottom:24px!important;
}
.after_footer{
	border-bottom-left-radius:0!important;
	border-bottom-right-radius:0!important;
}
.after_footer::after{
	display:block;
	content: '';
    background-color: var(--redMain);
    width: 100vw;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
}
.footer_policy{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap:80px;
	border-top:1px solid var(--redAccent50);
	padding-top:24px;
	padding-bottom:80px;
}
.footer_policy a{
	color:black!important;
}
.footer_policy button{
	border:none;
	background-color:transparent;
	text-align:left;
	padding:0!important;
}
footer .txt_small a {
	display: block;
	width: fit-content;
	margin-bottom: 8px;
}
footer .txt_small br {
	display: none;
}
@media (min-width: 768px) {
    .section-education {
        padding: 60px 0;
    }
    .seo-header {
        gap: 20px;
    }
    .seo-content {
        flex-direction: row; 
        align-items: center; 
        gap: 40px;
    }
    .seo-image-col {
        flex: 0 0 33%;
        justify-content: flex-start;
    }
    .seo-circle-mask {
        max-width: 100%;
    }
    .seo-text-col {
        flex: 1; 
    }
}

@media (min-width: 1201px) {
	header#masthead{
		padding-top:32px;
	}
	header#masthead > div{
		border-radius:500px;
		padding:13px 25px;
	}
	#masthead .btn{
		min-width:155px;
	}
	#primary-menu, #masthead ul{
		height:100%;
		display:flex;
	}
	#masthead ul.menu{
		justify-content: center;
		align-content: center;
		flex-wrap: wrap;
		text-align: center;
		width: 100%;
		gap:24px;
	}
	#masthead ul.sub-menu{
		background-color: white;
        flex-direction: column;
        padding: 10px;
        display: flex;
        height: auto;
		text-align:left;
	}
	.below_title_container{
		padding-left:147px;
		padding-right:43px;
		margin-bottom:128px;
		gap:27px;
	}
    .section-education {
        padding: 60px 0;
    } 
	.section-education--two.section-education,
	.section-education--three.section-education,
	.section-education--four.section-education{
        padding: 10px 0 60px 0;
    } 
    .seo-header {
        gap: 20px;
    }
	.seo-pill {
        padding: 16px 40px;
        min-width: 50%;  
    }
    .seo-dot {
        width: 62px;
        height: 62px;
    }
    .seo-content {
        gap: 150px; 
		padding-left:150px;
    }
	.section-posts{
		padding-top:240px;
		padding-bottom:240px;
	}
	.accordion-item .accordion-header .accordion-button::after {
		width: 43px;
		height: 43px;
	}
	.how-works-item-dot{
		width:56px;
		height:56px;
		margin-right:12px;
		border-radius:50%;
	}
}
@media(max-width:1520px){
	.product-box__actions .btn--secondary{
		width: max-content;
		display: block;
		margin-top: 30px;
	}
}
@media(max-width:1500px) and (min-width:1201px){
	.m_heading4 {
		font-size: 25px;
	}
	.product-box {
        padding: 10px 28px;
    }
	.product-box h3{
		margin-top:10px;
		margin-bottom:10px;
	}
	.sp_content {
		gap:15px;
	}
	.btn.bkg_col_white::after{
		top:2px;
	}
	
}
@media(max-width:1200px){
	
	.d_only{
		display:none!important;
	}
	.m_col_black100{
		color:black;
	}
	.m_centered{
		text-align:center;
	}
	.m_left{
		text-align:left;
	}
	.m_p_tb_35{
		padding-top:35px!important;
		padding-bottom:35px!important;
	}
	.m_p_t_40{
		padding-top:40px;
	}
	.m_p_t_80{
		padding-top:80px!important;
	}
	.m_p_t_120{
		padding-top:120px!important;
	}
	.m_p_b_65{
		padding-bottom:65px;
	}
	.m_p_b_120{
		padding-bottom:120px;
	}
	.m_p_tb_65{
		padding-top:65px;
		padding-bottom:65px;
	}
	.m_p_tb_80{
		padding-top:80px;
		padding-bottom:80px;
	}
	.m_p_tb_100{
		padding-top:100px;
		padding-bottom:100px;
	}
	.m_o_1{
		order:1;
	}
	.m_o_2{
		order:2;
	}
	.m_o_3{
		order:3;
	}
	.m_m_t_35{
		margin-top:35px;
	}
	.m_m_t_55{
		margin-top:55px;
	}
	.m_m_t_40{
		margin-top:40px;
	}
	.m_m_b_8{
		margin-bottom:5px;
	}
	.m_m_b_5{
		margin-bottom:8px!important;
	}
	.m_m_b_15{
		margin-bottom:15px;
	}
	.m_m_b_35{
		margin-bottom:35px!important;
	}
	.m_m_b_40{
		margin-bottom:40px;
	}
	.m_m_b_50{
		margin-bottom:50px;
	}
	.m_m_b_64{
		margin-bottom:64px;
	}
	.m_m_b_80{
		margin-bottom:80px;
	}
	.m_m_b_120{
		margin-bottom:120px;
	}
	.m_br_24{
		border-radius:24px;
	}
	.m_br_32{
		border-radius:32px;
	}
	.m_br_40{
		border-radius:40px;
	}
	.m_grid_2cols {
		grid-template-columns: 1fr 1fr;
	}
	.m_gap_0{
		gap:0;
	}
	.m_gap_15{
		gap:15px;
	}
	.m_gap_35{
		gap:35px;
	}
	.m_gap_40{
		gap:40px;
	}
	.m_p_rel{
		position:relative;
	}
	.m_p_abs{
		position:absolute;
	}
	.m_ar_1_1{
		aspect-ratio:1/1;
	}
	.m_100vw{
		max-width: calc(100% + 32px);
		width: calc(100% + 32px);
		margin-left: -16px;
	}
	.btn{
		display:block;
		margin:10px auto;
	}
	.btn_m_red{
		background-color:white;
		color:var(--redMain);
		background-color: white;
        color: var(--redMain);
        font-size: 20px;
        font-weight: bold;
        display: block;
        text-align: center;
        margin: 0 auto;
	}
	.btn_m_red::after{
		display:none;
	}
	.btn.bkg_col_white::after{
		top: 2px;
    	right: 18px;
	}
	.m_d_flex{
		display:flex;
	}
	.m_d_block{
		display:block;
	}
	.m_fd_col{
		flex-direction:column;
	}
	.m_fontDisplay span, .m_fontDisplay{
		font-size:40px;
	}
	.m_txt_regular{
		font-size:16px;
		line-height:24px;
	}
	.m_heading1{
		font-size:36px;
		line-height:46px;
	}
	.m_heading2{
		font-size:40px;
		line-height:50px;
	}
	.m_heading3{
		font-size:24px;
		line-height:30px;
	}
	.m_heading4{
		font-size:18px;
	}
	.hero__content, .hero__packshot, .hero__title span, .hero__text{
		visibility:visible;
	}
	.section-hero{
		display:flex;
		flex-direction:column-reverse;
		padding-top:150px;
	}
	.section-hero-top{
		padding-top:150px;
		border-bottom-left-radius:32px;
		border-bottom-right-radius:32px;
	}
	.hero__content {
		flex-direction:column;
	}
	.home .symptom__image {
		padding-bottom:100%;
	}
	.symptom__item_with_text {
		flex-wrap: wrap; 
        align-items: flex-start;
	}
	.symptom__item_with_text .symptom__caption {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 20px; 
    }
    .symptom__item_with_text .symptom__image {
        width: 50% !important; 
        flex-basis: 50%;
        margin: 0; 
    }
    .symptom__item_with_text .li_redMain{
        width: 50%;
        flex-basis: 50%;
        padding-left: 20px; 
        box-sizing: border-box; 
    }
	.symptoms-cta {
		margin-top:32px;
	}
	.section-products .section-cta{
		min-height:100vh;
		align-items: center;
        justify-content: center;
	}
	.title_wdots::after{
		height:32px;
		background-size:contain;
		background-repeat:no-repeat;
		width:150px;
		margin-left:18px;
		transform:translatey(2px);
	}
	.section-products_inner{
		padding-bottom:220px;
	}
	.section-education{
		padding-top:64px;
	}
	.seo-pill{
		background-color:transparent;
	}
	.seo-pill span{
		padding:6px 16px;
		display:block;
		margin-bottom:4px;
		border-radius:40px;
	}
	.seo-pill.bkg_col_redMain  span{
		background-color:var(--redMain);
	}
	.seo-pill.bkg_col_redAccent70  span{
		background-color:var(--redAccent70);
	}
	.seo-pill.bkg_col_redAccent60  span{
		background-color:var(--redAccent60);
	}
	.seo-pill.bkg_col_redAccent50  span{
		background-color:var(--redAccent50);
	}
	.seo-image-col{
		margin-top:40px;
		margin-bottom:30px;
	}
	.seo-content{
		padding-left:48px;
	}
	.section-education .btn{
		padding-left:0;
		margin-left:0;
		margin-top:32px;
	}
	.circle-text{
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.how-works-item-dot{
		position: relative;
        display: inline-block;
        margin-right: -1px;
	}
	.how-works-list{
		padding-left:90px;
	}
	.how-works-item{
		padding-top:8px;
		padding-bottom:16px;		
	}
	footer {
		background-image: url(/wp-content/uploads/2025/12/m_footer.svg);
		background-size: cover;
	}
	footer .widget_media_image{
		margin-bottom:8px;
		border-bottom:1px solid var(--redAccent50);
	}
	footer .wp-block-image{
		margin-top:0;
	}
	.footer-widgets::after {
        content: "";
        display: table;
        clear: both;
    }
	.footer-col-3, .footer-col-4{
		display:inline-block;
		width:48%;
		margin: 0;
        padding: 0;
        box-sizing: border-box;
		vertical-align:top;
	}
	.footer-col-5{
		display:grid;
		grid-template-columns:1fr 1fr;
		border-top:1px solid var(--redAccent50);
		padding-top:24px;
	}
	.hero_404{
		flex-basis: 33%;
		border-radius: 200vw;
		padding: 32px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		aspect-ratio: 1 / 1;
		padding-top: 80px;
		margin-right:auto;
	}
	.product-box__desc{
		padding:0 10px;
	}
	.seo-pill {
		flex-grow: 1;
		width: 100%;
	}
	.section-wtb-hero a{
		margin-left:0!important;
	}
	footer .txt_small a {
		margin-bottom: 12px;
	}
	li sup{
		top:9px!important;
	}
	a.m_centered{
		margin-left:auto!important;
		margin-right:auto!important;
	}

}
@media(max-width:560px){
	.footer_policy{
		grid-template-columns:1fr;
		gap:16px;
	}
	.product_top__features .btn--primary {
		width: 100%;
        text-align: center;
	}
	.home .hero__bg,
	.home .hero__bg img{
		aspect-ratio: 3 / 3.5;
		object-position:left;
	}
	.home h1, .home h1 span{
		font-size:35px!important;
	}
	.symptom__item {
		 max-width: 44vw;
	}
	.m_heading1 {
		font-size: 30px;
        line-height: 40px;
	}
	.error404 .btn{
		padding:10px 45px 10px 20px;
	}
	.error404 .m_heading2 {
        font-size: 35px;
        line-height: 45px;
	}
}

body:not(.logged-in) .li_only{
	display:none!important;
	visibility:hidden!important;
	overflow:hidden!important;
	height:0!important;
	opacity:0!important;
}