.T3208 .interest-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.T3208 .interest-filter .grid-box {
	box-sizing: border-box;
	width: calc( ( 100% - 40px ) / 3 );
}
}

.L4613 .T3208 .interest-filter { width: 100%; }
.L4613 .T3208 .interest-filter .grid { width: 33%; }

.T3208 .interest-filter .grid-box:last-child {
	border-right: 0;
}

.T3208 .interest-filter .grid-box h2 {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	line-height: 1.1;
	font-weight: bold !important;
	margin: 0 0 10px 0;
	
}

.T3208 .interest-filter .grid-box-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.T3208 .tag-box {
	width: 48%;
	cursor: pointer;
	border: 1px solid #999;
	border-radius: 7px;
	padding: 7px 8px;
	position: relative;
}


.T3208 .tag-box.tag-empty {
	opacity: 0.5;
	cursor: default;
}
.T3208 .tag-box.tag-selected {
	background: #fff;
	padding: 5px 6px;
	border: 3px solid #000;
}
.T3208 .tag-box.tag-selected .tag-count { display: none }

.T3208 .tag-box .tag-image {
	width: 100%; height: auto; border-radius: 9px; margin-top: 5px;
}

.T3208 .tag-box .tag-selected-overlay {
	position: absolute;
	top: -2px;
	left: 2px;
	width: 30px;
	height: 30px;
	background: url(https://tramino.s3.amazonaws.com/s/root/747396/checked.png) no-repeat;
}

.T3208 .tag-box .tag-name { 
	overflow-wrap: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	font-size: 14px;
	font-weight: 600;
	padding-left: 30px;
	line-height: 1.2 !important;
	display: block;
	
}

.T3208 .tag-box .tag-info { 
	display: block;
	overflow-wrap: break-word;
	hyphens: auto;
	-webkit-hyphens: auto;
	margin-top: 3px;
	font-size: 12px;
	font-weight: 400;
	padding-left: 30px;
	line-height: 1.2 !important;
	color: #666;
	
}


.T3208 .tag-box .tag-count { 
	font-size: 12px;
	font-weight: 600;
	text-align: center; 
	color: #000;
	position: absolute;
	left: 8px;
	top: 5px;
	width: 25px;
	background: #ccc;
	padding: 3px 0px;
	border-radius: 5px;
}


.T3208 .interest-filter-error {
	text-align: center;
	color: #9C3300;
	font-size: 14px;
}

.T3208 .interest-filter-loading {
	text-align: center;
	color: #0C5B03;
	font-size: 14px;
}


.S8769.T3208 .tag-box .tag-image {
	display: none !important;
}.interests-header {
	border-bottom: 1px solid #b1b4a4;
	margin: 1rem 0 1rem 0;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.5rem;
}

.interests-header.sticky {
	padding-top: 50px;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	background-color: #DADADA;
	margin: 0;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.3)
}

.L4613 .interests-header, .L4613 .interests-header.sticky { position: sticky; background-color: transparent; box-shadow: none; padding-top: 0;  }


.interests-header-left {
	align-self: center;
	font-size: 25px;
	line-height: 1;
font-weight: bold;	
}


.interests-header-right {
	align-self: center;
	display: flex;
}

.interests-count {
	display: flex;
	margin: 0 0 20px 0;
	align-self: center;
}

.interests-count .empty {
	display: block;
	margin: 0 20px 0 0;
	font-size: 15px
}

.interests-header .right:after { display: block; content: ""; clear: left; }

.interests-count { margin: 0 20px 0 0; position: relative; }

.interests-count span.label {
	font-size: 19px;
	line-height: 1.6;
	padding-left: 0px;
	position: relative;
	top: 0;
	left: 0;
}
.interests-count span.count {
	font-size: 30px;
	line-height: 1;	
	font-weight: bold;
	padding: 0px 5px;
}

.interests-submit {
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 20px;
	border: 0;
	box-shadow: 0px 0px 0px rgba(0,0,0,0);
	background-color: #CCC;
	color: #666;
	border-radius: 10px;
}

.interests-submit:enabled {
	background-color: #FFF;
	color: #000;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	cursor: pointer;
}@media all and (min-width: 1280px) and (max-width: 1600px) {
	
	.interests-header { padding-right: 40px; padding-left: 40px; margin: 0px 25px 25px 25px; }

	.interests-count span.label { font-size: 17px; }
	.interests-count span.count { font-size: 48px; }

	.interests-submit {
		font-size: 16px;
		padding: 9px 18px;
	}


	.T3208 .interest-filter {
		width: 1030px;
	}

	.L4613 .T3208 .interest-filter { width: 100%; }
	.L4613 .T3208 .interest-filter .grid { width: 33%; }

	
	
}

@media all and (min-width: 1024px) and (max-width: 1279px) {

	.interests-header { height: 45px; padding-right: 30px; padding-left: 30px; margin: 0px 20px 20px 20px; }

	.interests-count span.label { font-size: 16px; }
	.interests-count span.count { font-size: 45px; }

	.interests-submit {
		font-size: 15px;
		padding: 8px 16px;
	}

	.T3208 .interest-filter {
		width: 950px;
	}

	.L4613 .T3208 .interest-filter { width: 100%; }
	.L4613 .T3208 .interest-filter .grid { width: 33%; }

	.T3208 .tag-box { width: 127px;  }



	.T3208 .tag-box .tag-name { font-size: 13px;}
	.T3208 .tag-box .tag-count { font-size: 12px;}

}

@media all and (min-width: 768px) and (max-width:1023px) {

	.interests-header { height: 40px; padding-right: 20px; padding-left: 20px; margin: 0px 15px 15px 15px; }

	.interests-count span.label { font-size: 15px; }
	.interests-count span.count { font-size: 42px; }

	.interests-submit {
		font-size: 14px;
		padding: 7px 14px;
	}

	.T3208 .interest-filter {
		width: auto;
	}
	.T3208 .interest-filter .grid-box { width: calc(99%/3); }

	.T3208 .interest-filter .grid-box h2 { font-size: 20px; }

	.T3208 .tag-box { width: 45%; }



	.T3208 .tag-box .tag-name { font-size: 13px; }
	.T3208 .tag-box .tag-count { font-size: 12px; }
}

@media all and (min-width: 568px) and (max-width: 767px) {

	.interests-header { height: 40px; padding-right: 10px; padding-left: 10px; margin: 0px 10px 10px 10px; }
	.interests-count .empty { font-size: 14px; }

	.interests-count span.label { font-size: 14px; }
	.interests-count span.count { font-size: 40px; position: relative; top: 7px; }

	.interests-submit {
		font-size: 14px;
		padding: 7px 14px;
	}

	.T3208 .interest-filter {
		width: auto;
		flex-direction: column;
	}
	.T3208 .interest-filter .grid-box { width: 100%; }

	.T3208 .interest-filter .grid-box h2 { font-size: 20px; }

	.T3208 .tag-box { width: 23.5%; margin-bottom:  15px; }


	.T3208 .tag-box .tag-name { font-size: 13px; }
	.T3208 .tag-box .tag-count { font-size: 12px; }
}

@media all and (max-width: 567px) {

	.interests-header { height: 40px; padding-right: 0px; padding-left: 0px; margin: 0px 5px 5px 5px; }
	.interests-count .empty { font-size: 13px; }

	.interests-count span.label { font-size: 13px; }
	.interests-count span.count { font-size: 40px; position: relative; top: 7px; }

	.interests-submit {
		font-size: 14px;
		padding: 7px 14px;
	}

	.T3208 .interest-filter {
		width: auto;
		flex-direction: column;
	}
	.T3208 .interest-filter .grid-box { width: 100%; padding: 5px 5px; }

	.T3208 .interest-filter .grid-box h2 { font-size: 20px; }

	.T3208 .tag-box { width: 48%; margin-bottom: 10px; }


	.T3208 .tag-box .tag-name { font-size: 12px; line-height: 1; }
	.T3208 .tag-box .tag-count { font-size: 11px; }
}

