.img-fluid {
	max-width: 100%;
	height: auto;
}
.clearfix {
clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.bg-black-1 {
  background: #1a1a1a;
}
.bg-black-2 {
  background: #222;
}
.bg-black-3 {
  background: #333;
}
.header {
	background: #fff;
}
.navbar-fixed .header {
  top: 0;
  z-index: 10000;
  position: fixed;
  width: 100%;
}
.nav li.active {
	box-shadow: 0px -1px 0px #a90b2c inset;
}
.nav li.active a {
	color: #fff;
}
/* .nav li.active::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid #a90b2c;
} */
#menu-panel {
	background:#222222;
	position:fixed;
	height:100vh;
	top: 94px !important;
  right: 0;
  width: 100%;
	overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  white-space: nowrap;
	display:block;
	z-index:110;
}
.menu-panel-inner {
	padding-bottom:60px;
	min-height:1100px;
}
#menu-panel, #menu-panel a{
	color:#FFFFFF;
}
.mobile-menu-open {
	overflow: hidden;
	height:100%;
}
.navbar-fixed #main-container {
	margin-top:94px;
}
.form-text {
  background: #eeeeee;
  border-radius: 8px;
  border: none;
  outline: 0;
  color: #222222;
  font-size: 16px;
  margin: 0;
  padding: 5px 10px;
  width: 100%;
  height: 35px;
}
.btn-search {
  position: absolute;
  bottom: 3px;
  right: 10px;
  z-index: 1;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumbs {
  padding: 0;
}
.breadcrumbs_item {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
}
.breadcrumbs_item a, .breadcrumbs_item::after {
  color: #666;
}
.breadcrumbs_item::after {
  display: inline-block;
	content: '›';
	display: inline;
	font-size: 1.2em;
	padding: 0 .3em 0 .3em;
}
.breadcrumbs_item:last-child:after {
	content:'';
}
.icon-search {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	
}
.icon-user-circle {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 18V17C7 14.2386 9.23858 12 12 12V12C14.7614 12 17 14.2386 17 17V18' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12Z' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='12' cy='12' r='10' stroke='%23ffffff' stroke-width='1.5'/%3E%3C/svg%3E");
}
.icon-category {
  display: inline-block;
  position: relative;
  width: 22px;
  height: 22px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10H7C9 10 10 9 10 7V5C10 3 9 2 7 2H5C3 2 2 3 2 5V7C2 9 3 10 5 10Z' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 10H19C21 10 22 9 22 7V5C22 3 21 2 19 2H17C15 2 14 3 14 5V7C14 9 15 10 17 10Z' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17 22H19C21 22 22 21 22 19V17C22 15 21 14 19 14H17C15 14 14 15 14 17V19C14 21 15 22 17 22Z' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 22H7C9 22 10 21 10 19V17C10 15 9 14 7 14H5C3 14 2 15 2 17V19C2 21 3 22 5 22Z' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-at {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none'%3E%3Cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 20.064A9 9 0 1 1 21 12v1.5a2.5 2.5 0 0 1-5 0V8m0 4a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z'/%3E%3C/svg%3E");
}
.icon-english, .icon-indonesia {
	width: 22px;
  height: 22px;
}
.icon-en {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 31V17H21' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 24H20.5' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 31H20.5' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 31L26 19' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26 31L26 24.5C26 22.0147 28.0147 20 30.5 20V20C32.9853 20 35 22.0147 35 24.5L35 31' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Crect x='6' y='6' width='36' height='36' rx='3' stroke='%23ffffff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.panel-menu {
	line-height:24px;
	position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	padding:16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.half-menu {
  width: 50%;
  padding: 0 16px;
  float: left;
	list-style: none;
}
.footer-menu {
	list-style: none;
}
.footer-menu a{
	color:#ffffff;
}
.half-menu li, .footer-menu li{
	list-style: none;
}
.half-menu li, .half-menu li a, .footer-menu li, .footer-menu li a {
	display:block;
}
.half-menu li a {
	padding: 5px 0;
}
.icon-info {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 11.5V16.5' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 7.51L12.01 7.49889' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#info-caption {
  position: absolute;
  bottom: .3rem;
  right: 0;
  cursor: pointer;
  opacity: .8;
	padding:5px;
}
.icon-chevron-up {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='800px' height='800px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 15L12 9L18 15' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#scroll-top {
  position: fixed;
  z-index: 100;
  color: #fff;
  background: #888;
	border-radius: 3.33333px;
  text-align: center;
	padding:3px;
	margin:3px;
  bottom: 10px;
  right: 55px;
  cursor: pointer;
  overflow: auto;
	visibility: hidden;
  opacity: .8;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.wa-channel {
  position: fixed;
  z-index: 100;
  text-align: center;
  bottom: 10px;
  right: 15px;
  cursor: pointer;
  overflow: auto;
  opacity: .8;
}

.mata-container {
	background-image:url("/assets/img/widget-matain.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	min-height:710px;
	border-top-left-radius:30px;
	border-bottom-right-radius:30px;
}
.doeloe-container {
	background-image:url("/assets/img/widget-antara-doeloe-web.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	width:100%;
	min-height:710px;
	border-radius:12px;
}
.ramadhan-container {
	background-image:url("/assets/img/widget-ramadhan-2024-mobile-new.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	width:100%;
}
.ramadhan-container-white {
	background-image:url("/assets/img/widget-ramadhan-2024-mobile-white.jpg");
	background-size:100% auto;
	background-repeat:no-repeat;
	width:100%;
}
.left-border-green {
  border-left: 4px solid #146d44;
  margin-right: 4px;
}
.left-border-green a {
	color:#146d44;
}
.mata-container a, .ramadhan-container a {
	color:#fff;
}
.logo-mata {
	background-image:url("/assets/img/logo-matain3.svg");
	background-size:contain;
	background-repeat:no-repeat;
	width:180px;
	height:90px;
	display:inline-block
}
.logo-doeloe {
	background-image:url("/assets/img/antara-doeloe-OK.png");
	background-size:cover;
	background-repeat:no-repeat;
	width:150px;
	height:200px;
	display:inline-block;
}
.mata-slogan {
	width:200px;
	color:#fff;
	font-size:1rem;
}
.title-3-line {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}
.logo-antara {
	display: inline-block;
  position: relative;
  width: 171px;
  height: 40px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1500 355.7' enable-background='new 0 0 1500 355.7' xml:space='preserve'%3E%3Cg id='Background'%3E%3C/g%3E%3Cg id='Logo_Warna'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23AA0A2F' d='M76,173l178.2-83.9c28.1,61.2,21.1,117.7-14.8,170.3L76.1,182.2 C64.9,177,64.7,178.3,76,173 M23.1,150.2l315.1-149v49l-43.6,19.9c28.9,97.9-16.4,162.4-83.6,217.6l36.6-24.8l90.7,42.9v48.7 L23,203.3C-1,192-1,161.5,23.1,150.2z'/%3E%3Cpath stroke='%23000000' stroke-miterlimit='10' d='M1242.9,112.2L1242.9,112.2h-86.7v130h-23.5V89.7h121 c51.4,5.7,51.2,86.5,3.5,93.1h-28.8c9.9,26.5,30.6,49.3,80.3,60.5c-39.6,3.2-102.1-6.7-112-82.2h42.6 C1277,163.4,1276.8,112.9,1242.9,112.2 M801.4,91.1h160.7v22.6h-68.6v130H870v-130h-68.6L801.4,91.1z M615.4,91v152.6l23.5,0.1 V118.1l109.2,125.6l29-0.1V90.9h-22.5l-0.1,125.6L645.1,91H615.4z M1417.1,96.9l77.9,146.8h-25.6l-64.2-122.2 c-2.8-5.2-2.1-5.2-4.8,0.1c-21.6,40.8-43,81.4-64.6,122.1h-25.5l79-146.8C1395.2,85.7,1411.2,85.7,1417.1,96.9z M1037.6,96.9 l77.9,146.8h-25.6l-64.2-122.2c-2.8-5.2-2.1-5.2-4.8,0.1c-21.6,40.8-43,81.4-64.6,122.1h-25.5l79-146.8 C1015.7,85.7,1031.7,85.7,1037.6,96.9z M515.2,96.9l77.9,146.8h-25.6l-64.2-122.1c-2.8-5.2-2.1-5.2-4.9,0.1 c-21.6,40.8-43,81.4-64.6,122.1h-25.5l79-146.8C493.4,85.7,509.3,85.7,515.2,96.9z'/%3E%3C/g%3E%3Cg id='Logo_Putih'%3E%3C/g%3E%3C/svg%3E");
}
.post-content ol, .post-content ul {
  padding-left:1rem;
	margin-top:1rem;
}
.post-content ol li, .post-content ul li {
	margin-bottom:1rem;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
	float:left;
	box-sizing: border-box;
}

.shareon,.shareicon{font-size:0!important}.shareon>*,.shareicon>*{display:inline-block;position:relative;height:24px;min-width:16px;margin:3px;padding:6px 10px;background-color:#333;border-radius:3.33333px;border:0;box-sizing:content-box;color:#fff;line-height:1.5;transition:opacity .3s ease;vertical-align:middle}.shareon>:hover,.shareicon>:hover{border:0;cursor:pointer;opacity:.7}.shareon>:not(:empty),.shareicon>:not(:empty){font-size:16px;text-decoration:none}.shareon>:not(:empty):before,.shareicon>:not(:empty):before{position:relative;height:100%;width:28px;top:0;left:0;background-position:0 50%}.shareon>:before,.shareicon>:before{display:inline-block;position:absolute;height:20px;width:20px;top:8px;left:8px;background-repeat:no-repeat;background-size:20px 20px;content:"";vertical-align:bottom}.shareon>.copy-url:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'/%3e%3c/svg%3e")}.shareon>.copy-url.done:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M20 6 9 17l-5-5'/%3e%3c/svg%3e")}.shareon>.facebook,.shareicon>.facebook{background-color:#1877f2}.shareon>.facebook:before,.shareicon>.facebook:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M24 12.073c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.99 4.388 10.954 10.125 11.854v-8.385H7.078v-3.47h3.047V9.43c0-3.007 1.792-4.669 4.533-4.669 1.312 0 2.686.235 2.686.235v2.953H15.83c-1.491 0-1.956.925-1.956 1.874v2.25h3.328l-.532 3.47h-2.796v8.385C19.612 23.027 24 18.062 24 12.073z'/%3e%3c/svg%3e")}.shareon>.linkedin,.shareicon>.linkedin{background-color:#0a66c2}.shareon>.linkedin:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M23.722 23.72h-4.91v-7.692c0-1.834-.038-4.194-2.559-4.194-2.56 0-2.95 1.995-2.95 4.06v7.827H8.394V7.902h4.716v2.157h.063c.659-1.244 2.261-2.556 4.655-2.556 4.974 0 5.894 3.274 5.894 7.535v8.683ZM.388 7.902h4.923v15.819H.388zM2.85 5.738A2.849 2.849 0 0 1 0 2.886a2.851 2.851 0 1 1 2.85 2.852Z'/%3e%3c/svg%3e")}.shareon>.linkedin:not(:empty):before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z'/%3e%3c/svg%3e")}.shareon>.messenger{background-color:#00b2ff}.shareon>.messenger:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.001 11.639C.001 4.949 5.241 0 12.001 0S24 4.95 24 11.639c0 6.689-5.24 11.638-12 11.638-1.21 0-2.38-.16-3.47-.46a.96.96 0 0 0-.64.05l-2.39 1.05a.96.96 0 0 1-1.35-.85l-.07-2.14a.97.97 0 0 0-.32-.68A11.39 11.389 0 0 1 .002 11.64zm8.32-2.19-3.52 5.6c-.35.53.32 1.139.82.75l3.79-2.87c.26-.2.6-.2.87 0l2.8 2.1c.84.63 2.04.4 2.6-.48l3.52-5.6c.35-.53-.32-1.13-.82-.75l-3.79 2.87c-.25.2-.6.2-.86 0l-2.8-2.1a1.8 1.8 0 0 0-2.61.48z'/%3e%3c/svg%3e")}.shareon>.pinterest,.shareicon>.pinterest{background-color:#bd081c}.shareon>.pinterest:before,.shareicon>.pinterest:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z'/%3e%3c/svg%3e")}.shareon>.telegram{background-color:#26a5e4}.shareon>.telegram:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20.888 3.551c.168-.003.54.039.781.235.162.14.264.335.288.547.026.156.06.514.033.793-.302 3.189-1.616 10.924-2.285 14.495-.282 1.512-.838 2.017-1.378 2.066-1.17.11-2.058-.773-3.192-1.515-1.774-1.165-2.777-1.889-4.5-3.025-1.99-1.31-.7-2.033.434-3.209.297-.309 5.455-5.002 5.556-5.427.012-.054.024-.252-.094-.356-.117-.104-.292-.069-.418-.04-.178.04-3.013 1.915-8.504 5.62-.806.554-1.534.823-2.187.806-.72-.013-2.104-.405-3.134-.739C1.025 13.39.022 13.174.11 12.476c.045-.363.546-.734 1.5-1.114 5.878-2.56 9.796-4.249 11.758-5.064 5.599-2.328 6.763-2.733 7.521-2.747Z'/%3e%3c/svg%3e")}.shareon>.twitter,.shareicon>.twitter{background-color:#000}.shareon>.twitter:before,.shareicon>.twitter:before{background-image: url("data:image/svg+xml,%3Csvg id='svg5' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000.78 936.69'%3E%3Cg id='layer1'%3E%3Cpath id='path1009' d='M336.33,142.25,722.72,658.89,333.89,1078.94H421.4L761.82,711.18l275,367.76h297.8L926.54,533.24l361.92-391H1201L887.44,481,634.13,142.25ZM465,206.71H601.83L1206,1014.47H1069.15Z' transform='translate(-333.89 -142.25)' style='fill:%23fff'/%3E%3C/g%3E%3C/svg%3E")}.shareon>.viber{background-color:#7360f2}.shareon>.viber:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.4 0C9.473.028 5.333.344 3.02 2.467 1.302 4.187.696 6.7.633 9.817.57 12.933.488 18.776 6.12 20.36h.003l-.004 2.416s-.037.977.61 1.177c.777.242 1.234-.5 1.98-1.302.407-.44.972-1.084 1.397-1.58 3.85.326 6.812-.416 7.15-.525.776-.252 5.176-.816 5.892-6.657.74-6.02-.36-9.83-2.34-11.546-.596-.55-3.006-2.3-8.375-2.323 0 0-.395-.025-1.037-.017zm.058 1.693c.545-.004.88.017.88.017 4.542.02 6.717 1.388 7.222 1.846 1.675 1.435 2.53 4.868 1.906 9.897v.002c-.604 4.878-4.174 5.184-4.832 5.395-.28.09-2.882.737-6.153.524 0 0-2.436 2.94-3.197 3.704-.12.12-.26.167-.352.144-.13-.033-.166-.188-.165-.414l.02-4.018c-4.762-1.32-4.485-6.292-4.43-8.895.054-2.604.543-4.738 1.996-6.173 1.96-1.773 5.474-2.018 7.11-2.03zm.38 2.602a.304.304 0 0 0-.004.607c1.624.01 2.946.537 4.028 1.592 1.073 1.046 1.62 2.468 1.633 4.334.002.167.14.3.307.3a.304.304 0 0 0 .3-.304c-.014-1.984-.618-3.596-1.816-4.764-1.19-1.16-2.692-1.753-4.447-1.765zm-3.96.695a.981.981 0 0 0-.616.117l-.01.002c-.43.247-.816.562-1.146.932-.002.004-.006.004-.008.008-.267.323-.42.638-.46.948a.596.596 0 0 0-.007.14c0 .136.022.27.065.4l.013.01c.135.48.473 1.276 1.205 2.604.42.768.903 1.5 1.446 2.186.27.344.56.673.87.984l.132.132c.31.308.64.6.984.87a15.524 15.524 0 0 0 2.186 1.447c1.328.733 2.126 1.07 2.604 1.206l.01.014a1.275 1.275 0 0 0 .54.055c.31-.036.627-.19.948-.46.004 0 .003-.002.008-.005.37-.33.683-.72.93-1.148l.003-.01c.225-.432.15-.842-.18-1.12-.004 0-.698-.58-1.037-.83-.36-.255-.73-.492-1.113-.71-.51-.285-1.032-.106-1.248.174l-.447.564c-.23.283-.657.246-.657.246-3.12-.796-3.955-3.955-3.955-3.955s-.037-.426.248-.656l.563-.448c.277-.215.456-.737.17-1.248a12.73 12.73 0 0 0-.71-1.115 28.35 28.35 0 0 0-.83-1.035.822.822 0 0 0-.502-.297zm4.49.88a.303.303 0 0 0-.018.606c1.16.085 2.017.466 2.645 1.15.63.688.93 1.524.906 2.57a.306.306 0 0 0 .61.013c.025-1.175-.334-2.193-1.067-2.994-.74-.81-1.777-1.253-3.05-1.346h-.024zm.463 1.63a.305.305 0 0 0-.3.287c-.008.167.12.31.288.32.523.028.875.175 1.113.422.24.245.388.62.416 1.164a.304.304 0 0 0 .605-.03c-.03-.644-.215-1.178-.58-1.557-.367-.378-.893-.574-1.52-.607h-.018z'/%3e%3c/svg%3e")}.shareon>.vkontakte{background-color:#07f}.shareon>.vkontakte:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.199 4.841H.11c.194 9.312 4.85 14.907 13.012 14.907h.462v-5.327c3 .299 5.268 2.492 6.178 5.327H24c-1.164-4.237-4.223-6.58-6.133-7.475 1.91-1.105 4.596-3.79 5.238-7.432h-3.85c-.836 2.955-3.313 5.641-5.67 5.895V4.84h-3.85v10.326C7.347 14.57 4.333 11.675 4.199 4.84Z'/%3e%3c/svg%3e")}.shareon>.web-share:before{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill='none' stroke='%23fff' stroke-width='2' d='M18 2a3 3 0 1 0 0 6 3 3 0 1 0 0-6zM6 9a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm12 7a3 3 0 1 0 0 6 3 3 0 1 0 0-6zm-9.41-2.49 6.83 3.98m-.01-10.98-6.82 3.98'/%3e%3c/svg%3e")}.shareon>.whatsapp,.shareicon>.whatsapp{background-color:#25d366}.shareon>.whatsapp:before,.shareicon>.whatsapp:before{background-image:url("data:image/svg+xml,%3csvg fill='%23fff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51a12.8 12.8 0 0 0-.57-.01c-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 0 0-3.48-8.413Z'/%3e%3c/svg%3e")}.shareon>.tiktok,.shareicon>.tiktok{background-color:#111111}.shareon>.tiktok:before,.shareicon>.tiktok:before{background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' width='800px' height='800px' viewBox='0 0 24 24' role='img' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3ETikTok icon%3C/title%3E%3Cpath d='M12.53.02C13.84 0 15.14.01 16.44 0c.08 1.53.63 3.09 1.75 4.17 1.12 1.11 2.7 1.62 4.24 1.79v4.03c-1.44-.05-2.89-.35-4.2-.97-.57-.26-1.1-.59-1.62-.93-.01 2.92.01 5.84-.02 8.75-.08 1.4-.54 2.79-1.35 3.94-1.31 1.92-3.58 3.17-5.91 3.21-1.43.08-2.86-.31-4.08-1.03-2.02-1.19-3.44-3.37-3.65-5.71-.02-.5-.03-1-.01-1.49.18-1.9 1.12-3.72 2.58-4.96 1.66-1.44 3.98-2.13 6.15-1.72.02 1.48-.04 2.96-.04 4.44-.99-.32-2.15-.23-3.02.37-.63.41-1.11 1.04-1.36 1.75-.21.51-.15 1.07-.14 1.61.24 1.64 1.82 3.02 3.5 2.87 1.12-.01 2.19-.66 2.77-1.61.19-.33.4-.67.41-1.06.1-1.79.06-3.57.07-5.36.01-4.03-.01-8.05.02-12.07z'/%3E%3C/svg%3E");}
.shareon>.instagram,.shareicon>.instagram{background-color:#c13584}.shareon>.instagram:before,.shareicon>.instagram:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%0Aaria-label='Instagram' role='img'%0AviewBox='0 0 512 512'%3E%3Crect%0Awidth='512' height='512'%0Arx='15%25'%0Aid='b'/%3E%3Cuse fill='url(%23a)' xlink:href='%23b'/%3E%3Cuse fill='url(%23c)' xlink:href='%23b'/%3E%3CradialGradient%0Aid='a' cx='.4' cy='1' r='1'%3E%3Cstop offset='.1' stop-color='%23fd5'/%3E%3Cstop offset='.5' stop-color='%23ff543e'/%3E%3Cstop offset='1' stop-color='%23c837ab'/%3E%3C/radialGradient%3E%3ClinearGradient%0Aid='c' x2='.2' y2='1'%3E%3Cstop offset='.1' stop-color='%233771c8'/%3E%3Cstop offset='.5' stop-color='%2360f' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cg%0Afill='none' stroke='%23ffffff' stroke-width='30'%3E%3Crect width='308' height='308' x='102' y='102' rx='81'/%3E%3Ccircle cx='256' cy='256' r='72'/%3E%3Ccircle cx='347' cy='165' r='6'/%3E%3C/g%3E%3C/svg%3E")}
.shareon>.youtube,.shareicon>.youtube{background-color:#ed1d24}.shareon>.youtube:before,.shareicon>.youtube:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%0Aaria-label='YouTube' role='img'%0AviewBox='0 0 512 512'%0Afill='%23ed1d24'%3E%3Crect%0Awidth='512' height='512'%0Arx='15%25'/%3E%3Cpath d='m427 169c-4-15-17-27-32-31-34-9-239-10-278 0-15 4-28 16-32 31-9 38-10 135 0 174 4 15 17 27 32 31 36 10 241 10 278 0 15-4 28-16 32-31 9-36 9-137 0-174' fill='%23ffffff'/%3E%3Cpath d='m220 203v106l93-53'/%3E%3C/svg%3E");}

.flex-item {
	flex: 1 1 0;
	width: 0;
}
.thumbs-up {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("/assets/img/icons/thumbs-up.svg");
}
.thumbs-down {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("/assets/img/icons/thumbs-down.svg");
}
.users-avatar {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: top;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
	background-image: url("/assets/img/icons/user-circle.svg");
}
.post-content p {
	margin: 0 0 1.4rem 0;
}
.alert-info {
	color: #096b7c;
	background-color: #cff5fc;
	border-color: #bcf1fb;
}
.alert {
	position: relative;
	padding: .75rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}