.slider--pakarMenjawab .sliderItem .heading span {
  color: #299b5b; }

.slider--pakarMenjawab .sliderItem .sliderVideoItem__detail .penanya span,
.slider--pakarMenjawab .sliderItem .sliderItem__detail .penanya span,
.slider--pakarMenjawab .sliderItem .thumb-user a,
.slider--pakarMenjawab .sliderItem .cardTitle {
  color: #299b5b; }

.slider .slick-arrow,
.sliderbox .slick-arrow {
  background: #299b5b; }

body .samber .btn--snk {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  margin: 44px auto 29px;
  background: #ffca28; }

body .samber .textarea {
  padding: 30px 0;
  background: #ffffff;
  max-height: 295px;
  border-radius: 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  body .samber .textareaScrollable {
    max-height: 235px;
    overflow-y: auto;
    padding: 0 33px;
    margin-right: 33px;
    scrollbar-width: thin;
    scrollbar-color: #4f46e5 #e0e7ff; }
    body .samber .textareaScrollable::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    body .samber .textareaScrollable::-webkit-scrollbar-track {
      background: #e0e7ff;
      border-radius: 10px; }
    body .samber .textareaScrollable::-webkit-scrollbar-thumb {
      background: #4f46e5;
      border-radius: 10px;
      border: 2px solid #e0e7ff; }
      body .samber .textareaScrollable::-webkit-scrollbar-thumb:hover {
        background: #555; }

body .samber__title {
  padding: 0; }

body .samber .accordion {
  background: #f52789;
  background: -webkit-gradient(linear, left top, right top, from(#f52789), color-stop(75%, #b5277c), to(#342862));
  background: linear-gradient(90deg, #f52789 0%, #b5277c 75%, #342862 100%); }

.container {
  position: relative;
  width: 1100px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  clear: both; }
  @media (max-width: 768px) {
    .container {
      width: 100%;
      padding-left: 16px;
      padding-right: 16px; } }
  @media (max-width: 376px) {
    .container {
      padding-left: 12px;
      padding-right: 12px; } }

.leftside {
  width: 755px;
  padding-left: 0;
  padding-right: 15px;
  float: left; }
  @media (max-width: 480px) {
    .leftside {
      padding-right: 0px; } }

.sidebar {
  width: 315px;
  padding-left: 15px;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

@media (max-width: 768px) {
  .leftside, .sidebar {
    width: 100%; } }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: #deffaf; }

a {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

a:hover {
  text-decoration: none;
  color: inherit;
  outline: none; }

a:focus {
  text-decoration: none;
  outline: none;
  color: inherit; }

.text-center {
  text-align: center; }

button,
input {
  outline: none; }

img {
  max-width: 100%; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.pt10 {
  padding-top: 10px; }

.pt20 {
  padding-top: 20px; }

.pb10 {
  padding-bottom: 10px; }

.pr10 {
  padding-right: 10px !important; }

.row {
  margin-left: 0;
  margin-right: 0; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 400; }

.text-center {
  text-align: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.mt-auto {
  --myt: auto;
  margin-top: auto; }

.mb-auto {
  --myb: auto;
  margin-bottom: auto; }

.ml-auto {
  --mxl: auto;
  margin-left: auto; }

.mr-auto {
  --mxr: auto;
  margin-right: auto; }

.mx-auto {
  --mxl: auto;
  --mxr: auto;
  margin-left: auto;
  margin-right: auto; }

.my-auto {
  --myt: auto;
  --myb: auto;
  margin-top: auto;
  margin-bottom: auto; }

.pt-auto {
  --pyt: auto;
  padding-top: auto; }

.pb-auto {
  --pyb: auto;
  padding-bottom: auto; }

.pl-auto {
  --pxl: auto;
  padding-left: auto; }

.pr-auto {
  --pxr: auto;
  padding-right: auto; }

.px-auto {
  --pxl: auto;
  --pxr: auto;
  padding-left: auto;
  padding-right: auto; }

.py-auto {
  --pyt: auto;
  --pyb: auto;
  padding-top: auto;
  padding-bottom: auto; }

.mt-0 {
  --myt: 0;
  margin-top: 0; }

.mb-0 {
  --myb: 0;
  margin-bottom: 0; }

.ml-0 {
  --mxl: 0;
  margin-left: 0; }

.mr-0 {
  --mxr: 0;
  margin-right: 0; }

.mx-0 {
  --mxl: 0;
  --mxr: 0;
  margin-left: 0;
  margin-right: 0; }

.my-0 {
  --myt: 0;
  --myb: 0;
  margin-top: 0;
  margin-bottom: 0; }

.pt-0 {
  --pyt: 0;
  padding-top: 0; }

.pb-0 {
  --pyb: 0;
  padding-bottom: 0; }

.pl-0 {
  --pxl: 0;
  padding-left: 0; }

.pr-0 {
  --pxr: 0;
  padding-right: 0; }

.px-0 {
  --pxl: 0;
  --pxr: 0;
  padding-left: 0;
  padding-right: 0; }

.py-0 {
  --pyt: 0;
  --pyb: 0;
  padding-top: 0;
  padding-bottom: 0; }

.mt-2 {
  --myt: 2px;
  margin-top: 2px; }

.mb-2 {
  --myb: 2px;
  margin-bottom: 2px; }

.ml-2 {
  --mxl: 2px;
  margin-left: 2px; }

.mr-2 {
  --mxr: 2px;
  margin-right: 2px; }

.mx-2 {
  --mxl: 2px;
  --mxr: 2px;
  margin-left: 2px;
  margin-right: 2px; }

.my-2 {
  --myt: 2px;
  --myb: 2px;
  margin-top: 2px;
  margin-bottom: 2px; }

.pt-2 {
  --pyt: 2px;
  padding-top: 2px; }

.pb-2 {
  --pyb: 2px;
  padding-bottom: 2px; }

.pl-2 {
  --pxl: 2px;
  padding-left: 2px; }

.pr-2 {
  --pxr: 2px;
  padding-right: 2px; }

.px-2 {
  --pxl: 2px;
  --pxr: 2px;
  padding-left: 2px;
  padding-right: 2px; }

.py-2 {
  --pyt: 2px;
  --pyb: 2px;
  padding-top: 2px;
  padding-bottom: 2px; }

.mt-4 {
  --myt: 4px;
  margin-top: 4px; }

.mb-4 {
  --myb: 4px;
  margin-bottom: 4px; }

.ml-4 {
  --mxl: 4px;
  margin-left: 4px; }

.mr-4 {
  --mxr: 4px;
  margin-right: 4px; }

.mx-4 {
  --mxl: 4px;
  --mxr: 4px;
  margin-left: 4px;
  margin-right: 4px; }

.my-4 {
  --myt: 4px;
  --myb: 4px;
  margin-top: 4px;
  margin-bottom: 4px; }

.pt-4 {
  --pyt: 4px;
  padding-top: 4px; }

.pb-4 {
  --pyb: 4px;
  padding-bottom: 4px; }

.pl-4 {
  --pxl: 4px;
  padding-left: 4px; }

.pr-4 {
  --pxr: 4px;
  padding-right: 4px; }

.px-4 {
  --pxl: 4px;
  --pxr: 4px;
  padding-left: 4px;
  padding-right: 4px; }

.py-4 {
  --pyt: 4px;
  --pyb: 4px;
  padding-top: 4px;
  padding-bottom: 4px; }

.mt-6 {
  --myt: 6px;
  margin-top: 6px; }

.mb-6 {
  --myb: 6px;
  margin-bottom: 6px; }

.ml-6 {
  --mxl: 6px;
  margin-left: 6px; }

.mr-6 {
  --mxr: 6px;
  margin-right: 6px; }

.mx-6 {
  --mxl: 6px;
  --mxr: 6px;
  margin-left: 6px;
  margin-right: 6px; }

.my-6 {
  --myt: 6px;
  --myb: 6px;
  margin-top: 6px;
  margin-bottom: 6px; }

.pt-6 {
  --pyt: 6px;
  padding-top: 6px; }

.pb-6 {
  --pyb: 6px;
  padding-bottom: 6px; }

.pl-6 {
  --pxl: 6px;
  padding-left: 6px; }

.pr-6 {
  --pxr: 6px;
  padding-right: 6px; }

.px-6 {
  --pxl: 6px;
  --pxr: 6px;
  padding-left: 6px;
  padding-right: 6px; }

.py-6 {
  --pyt: 6px;
  --pyb: 6px;
  padding-top: 6px;
  padding-bottom: 6px; }

.mt-8 {
  --myt: 8px;
  margin-top: 8px; }

.mb-8 {
  --myb: 8px;
  margin-bottom: 8px; }

.ml-8 {
  --mxl: 8px;
  margin-left: 8px; }

.mr-8 {
  --mxr: 8px;
  margin-right: 8px; }

.mx-8 {
  --mxl: 8px;
  --mxr: 8px;
  margin-left: 8px;
  margin-right: 8px; }

.my-8 {
  --myt: 8px;
  --myb: 8px;
  margin-top: 8px;
  margin-bottom: 8px; }

.pt-8 {
  --pyt: 8px;
  padding-top: 8px; }

.pb-8 {
  --pyb: 8px;
  padding-bottom: 8px; }

.pl-8 {
  --pxl: 8px;
  padding-left: 8px; }

.pr-8 {
  --pxr: 8px;
  padding-right: 8px; }

.px-8 {
  --pxl: 8px;
  --pxr: 8px;
  padding-left: 8px;
  padding-right: 8px; }

.py-8 {
  --pyt: 8px;
  --pyb: 8px;
  padding-top: 8px;
  padding-bottom: 8px; }

.mt-12 {
  --myt: 12px;
  margin-top: 12px; }

.mb-12 {
  --myb: 12px;
  margin-bottom: 12px; }

.ml-12 {
  --mxl: 12px;
  margin-left: 12px; }

.mr-12 {
  --mxr: 12px;
  margin-right: 12px; }

.mx-12 {
  --mxl: 12px;
  --mxr: 12px;
  margin-left: 12px;
  margin-right: 12px; }

.my-12 {
  --myt: 12px;
  --myb: 12px;
  margin-top: 12px;
  margin-bottom: 12px; }

.pt-12 {
  --pyt: 12px;
  padding-top: 12px; }

.pb-12 {
  --pyb: 12px;
  padding-bottom: 12px; }

.pl-12 {
  --pxl: 12px;
  padding-left: 12px; }

.pr-12 {
  --pxr: 12px;
  padding-right: 12px; }

.px-12 {
  --pxl: 12px;
  --pxr: 12px;
  padding-left: 12px;
  padding-right: 12px; }

.py-12 {
  --pyt: 12px;
  --pyb: 12px;
  padding-top: 12px;
  padding-bottom: 12px; }

.mt-14 {
  --myt: 14px;
  margin-top: 14px; }

.mb-14 {
  --myb: 14px;
  margin-bottom: 14px; }

.ml-14 {
  --mxl: 14px;
  margin-left: 14px; }

.mr-14 {
  --mxr: 14px;
  margin-right: 14px; }

.mx-14 {
  --mxl: 14px;
  --mxr: 14px;
  margin-left: 14px;
  margin-right: 14px; }

.my-14 {
  --myt: 14px;
  --myb: 14px;
  margin-top: 14px;
  margin-bottom: 14px; }

.pt-14 {
  --pyt: 14px;
  padding-top: 14px; }

.pb-14 {
  --pyb: 14px;
  padding-bottom: 14px; }

.pl-14 {
  --pxl: 14px;
  padding-left: 14px; }

.pr-14 {
  --pxr: 14px;
  padding-right: 14px; }

.px-14 {
  --pxl: 14px;
  --pxr: 14px;
  padding-left: 14px;
  padding-right: 14px; }

.py-14 {
  --pyt: 14px;
  --pyb: 14px;
  padding-top: 14px;
  padding-bottom: 14px; }

.mt-16 {
  --myt: 16px;
  margin-top: 16px; }

.mb-16 {
  --myb: 16px;
  margin-bottom: 16px; }

.ml-16 {
  --mxl: 16px;
  margin-left: 16px; }

.mr-16 {
  --mxr: 16px;
  margin-right: 16px; }

.mx-16 {
  --mxl: 16px;
  --mxr: 16px;
  margin-left: 16px;
  margin-right: 16px; }

.my-16 {
  --myt: 16px;
  --myb: 16px;
  margin-top: 16px;
  margin-bottom: 16px; }

.pt-16 {
  --pyt: 16px;
  padding-top: 16px; }

.pb-16 {
  --pyb: 16px;
  padding-bottom: 16px; }

.pl-16 {
  --pxl: 16px;
  padding-left: 16px; }

.pr-16 {
  --pxr: 16px;
  padding-right: 16px; }

.px-16 {
  --pxl: 16px;
  --pxr: 16px;
  padding-left: 16px;
  padding-right: 16px; }

.py-16 {
  --pyt: 16px;
  --pyb: 16px;
  padding-top: 16px;
  padding-bottom: 16px; }

.mt-18 {
  --myt: 18px;
  margin-top: 18px; }

.mb-18 {
  --myb: 18px;
  margin-bottom: 18px; }

.ml-18 {
  --mxl: 18px;
  margin-left: 18px; }

.mr-18 {
  --mxr: 18px;
  margin-right: 18px; }

.mx-18 {
  --mxl: 18px;
  --mxr: 18px;
  margin-left: 18px;
  margin-right: 18px; }

.my-18 {
  --myt: 18px;
  --myb: 18px;
  margin-top: 18px;
  margin-bottom: 18px; }

.pt-18 {
  --pyt: 18px;
  padding-top: 18px; }

.pb-18 {
  --pyb: 18px;
  padding-bottom: 18px; }

.pl-18 {
  --pxl: 18px;
  padding-left: 18px; }

.pr-18 {
  --pxr: 18px;
  padding-right: 18px; }

.px-18 {
  --pxl: 18px;
  --pxr: 18px;
  padding-left: 18px;
  padding-right: 18px; }

.py-18 {
  --pyt: 18px;
  --pyb: 18px;
  padding-top: 18px;
  padding-bottom: 18px; }

.mt-22 {
  --myt: 22px;
  margin-top: 22px; }

.mb-22 {
  --myb: 22px;
  margin-bottom: 22px; }

.ml-22 {
  --mxl: 22px;
  margin-left: 22px; }

.mr-22 {
  --mxr: 22px;
  margin-right: 22px; }

.mx-22 {
  --mxl: 22px;
  --mxr: 22px;
  margin-left: 22px;
  margin-right: 22px; }

.my-22 {
  --myt: 22px;
  --myb: 22px;
  margin-top: 22px;
  margin-bottom: 22px; }

.pt-22 {
  --pyt: 22px;
  padding-top: 22px; }

.pb-22 {
  --pyb: 22px;
  padding-bottom: 22px; }

.pl-22 {
  --pxl: 22px;
  padding-left: 22px; }

.pr-22 {
  --pxr: 22px;
  padding-right: 22px; }

.px-22 {
  --pxl: 22px;
  --pxr: 22px;
  padding-left: 22px;
  padding-right: 22px; }

.py-22 {
  --pyt: 22px;
  --pyb: 22px;
  padding-top: 22px;
  padding-bottom: 22px; }

.mt-24 {
  --myt: 24px;
  margin-top: 24px; }

.mb-24 {
  --myb: 24px;
  margin-bottom: 24px; }

.ml-24 {
  --mxl: 24px;
  margin-left: 24px; }

.mr-24 {
  --mxr: 24px;
  margin-right: 24px; }

.mx-24 {
  --mxl: 24px;
  --mxr: 24px;
  margin-left: 24px;
  margin-right: 24px; }

.my-24 {
  --myt: 24px;
  --myb: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

.pt-24 {
  --pyt: 24px;
  padding-top: 24px; }

.pb-24 {
  --pyb: 24px;
  padding-bottom: 24px; }

.pl-24 {
  --pxl: 24px;
  padding-left: 24px; }

.pr-24 {
  --pxr: 24px;
  padding-right: 24px; }

.px-24 {
  --pxl: 24px;
  --pxr: 24px;
  padding-left: 24px;
  padding-right: 24px; }

.py-24 {
  --pyt: 24px;
  --pyb: 24px;
  padding-top: 24px;
  padding-bottom: 24px; }

.mt-30 {
  --myt: 30px;
  margin-top: 30px; }

.mb-30 {
  --myb: 30px;
  margin-bottom: 30px; }

.ml-30 {
  --mxl: 30px;
  margin-left: 30px; }

.mr-30 {
  --mxr: 30px;
  margin-right: 30px; }

.mx-30 {
  --mxl: 30px;
  --mxr: 30px;
  margin-left: 30px;
  margin-right: 30px; }

.my-30 {
  --myt: 30px;
  --myb: 30px;
  margin-top: 30px;
  margin-bottom: 30px; }

.pt-30 {
  --pyt: 30px;
  padding-top: 30px; }

.pb-30 {
  --pyb: 30px;
  padding-bottom: 30px; }

.pl-30 {
  --pxl: 30px;
  padding-left: 30px; }

.pr-30 {
  --pxr: 30px;
  padding-right: 30px; }

.px-30 {
  --pxl: 30px;
  --pxr: 30px;
  padding-left: 30px;
  padding-right: 30px; }

.py-30 {
  --pyt: 30px;
  --pyb: 30px;
  padding-top: 30px;
  padding-bottom: 30px; }

.mt-32 {
  --myt: 32px;
  margin-top: 32px; }

.mb-32 {
  --myb: 32px;
  margin-bottom: 32px; }

.ml-32 {
  --mxl: 32px;
  margin-left: 32px; }

.mr-32 {
  --mxr: 32px;
  margin-right: 32px; }

.mx-32 {
  --mxl: 32px;
  --mxr: 32px;
  margin-left: 32px;
  margin-right: 32px; }

.my-32 {
  --myt: 32px;
  --myb: 32px;
  margin-top: 32px;
  margin-bottom: 32px; }

.pt-32 {
  --pyt: 32px;
  padding-top: 32px; }

.pb-32 {
  --pyb: 32px;
  padding-bottom: 32px; }

.pl-32 {
  --pxl: 32px;
  padding-left: 32px; }

.pr-32 {
  --pxr: 32px;
  padding-right: 32px; }

.px-32 {
  --pxl: 32px;
  --pxr: 32px;
  padding-left: 32px;
  padding-right: 32px; }

.py-32 {
  --pyt: 32px;
  --pyb: 32px;
  padding-top: 32px;
  padding-bottom: 32px; }

.mt-48 {
  --myt: 48px;
  margin-top: 48px; }

.mb-48 {
  --myb: 48px;
  margin-bottom: 48px; }

.ml-48 {
  --mxl: 48px;
  margin-left: 48px; }

.mr-48 {
  --mxr: 48px;
  margin-right: 48px; }

.mx-48 {
  --mxl: 48px;
  --mxr: 48px;
  margin-left: 48px;
  margin-right: 48px; }

.my-48 {
  --myt: 48px;
  --myb: 48px;
  margin-top: 48px;
  margin-bottom: 48px; }

.pt-48 {
  --pyt: 48px;
  padding-top: 48px; }

.pb-48 {
  --pyb: 48px;
  padding-bottom: 48px; }

.pl-48 {
  --pxl: 48px;
  padding-left: 48px; }

.pr-48 {
  --pxr: 48px;
  padding-right: 48px; }

.px-48 {
  --pxl: 48px;
  --pxr: 48px;
  padding-left: 48px;
  padding-right: 48px; }

.py-48 {
  --pyt: 48px;
  --pyb: 48px;
  padding-top: 48px;
  padding-bottom: 48px; }

.mt-64 {
  --myt: 64px;
  margin-top: 64px; }

.mb-64 {
  --myb: 64px;
  margin-bottom: 64px; }

.ml-64 {
  --mxl: 64px;
  margin-left: 64px; }

.mr-64 {
  --mxr: 64px;
  margin-right: 64px; }

.mx-64 {
  --mxl: 64px;
  --mxr: 64px;
  margin-left: 64px;
  margin-right: 64px; }

.my-64 {
  --myt: 64px;
  --myb: 64px;
  margin-top: 64px;
  margin-bottom: 64px; }

.pt-64 {
  --pyt: 64px;
  padding-top: 64px; }

.pb-64 {
  --pyb: 64px;
  padding-bottom: 64px; }

.pl-64 {
  --pxl: 64px;
  padding-left: 64px; }

.pr-64 {
  --pxr: 64px;
  padding-right: 64px; }

.px-64 {
  --pxl: 64px;
  --pxr: 64px;
  padding-left: 64px;
  padding-right: 64px; }

.py-64 {
  --pyt: 64px;
  --pyb: 64px;
  padding-top: 64px;
  padding-bottom: 64px; }

.mt-100 {
  --myt: 100px;
  margin-top: 100px; }

.mb-100 {
  --myb: 100px;
  margin-bottom: 100px; }

.ml-100 {
  --mxl: 100px;
  margin-left: 100px; }

.mr-100 {
  --mxr: 100px;
  margin-right: 100px; }

.mx-100 {
  --mxl: 100px;
  --mxr: 100px;
  margin-left: 100px;
  margin-right: 100px; }

.my-100 {
  --myt: 100px;
  --myb: 100px;
  margin-top: 100px;
  margin-bottom: 100px; }

.pt-100 {
  --pyt: 100px;
  padding-top: 100px; }

.pb-100 {
  --pyb: 100px;
  padding-bottom: 100px; }

.pl-100 {
  --pxl: 100px;
  padding-left: 100px; }

.pr-100 {
  --pxr: 100px;
  padding-right: 100px; }

.px-100 {
  --pxl: 100px;
  --pxr: 100px;
  padding-left: 100px;
  padding-right: 100px; }

.py-100 {
  --pyt: 100px;
  --pyb: 100px;
  padding-top: 100px;
  padding-bottom: 100px; }

.mt-120 {
  --myt: 120px;
  margin-top: 120px; }

.mb-120 {
  --myb: 120px;
  margin-bottom: 120px; }

.ml-120 {
  --mxl: 120px;
  margin-left: 120px; }

.mr-120 {
  --mxr: 120px;
  margin-right: 120px; }

.mx-120 {
  --mxl: 120px;
  --mxr: 120px;
  margin-left: 120px;
  margin-right: 120px; }

.my-120 {
  --myt: 120px;
  --myb: 120px;
  margin-top: 120px;
  margin-bottom: 120px; }

.pt-120 {
  --pyt: 120px;
  padding-top: 120px; }

.pb-120 {
  --pyb: 120px;
  padding-bottom: 120px; }

.pl-120 {
  --pxl: 120px;
  padding-left: 120px; }

.pr-120 {
  --pxr: 120px;
  padding-right: 120px; }

.px-120 {
  --pxl: 120px;
  --pxr: 120px;
  padding-left: 120px;
  padding-right: 120px; }

.py-120 {
  --pyt: 120px;
  --pyb: 120px;
  padding-top: 120px;
  padding-bottom: 120px; }

.mt-160 {
  --myt: 160px;
  margin-top: 160px; }

.mb-160 {
  --myb: 160px;
  margin-bottom: 160px; }

.ml-160 {
  --mxl: 160px;
  margin-left: 160px; }

.mr-160 {
  --mxr: 160px;
  margin-right: 160px; }

.mx-160 {
  --mxl: 160px;
  --mxr: 160px;
  margin-left: 160px;
  margin-right: 160px; }

.my-160 {
  --myt: 160px;
  --myb: 160px;
  margin-top: 160px;
  margin-bottom: 160px; }

.pt-160 {
  --pyt: 160px;
  padding-top: 160px; }

.pb-160 {
  --pyb: 160px;
  padding-bottom: 160px; }

.pl-160 {
  --pxl: 160px;
  padding-left: 160px; }

.pr-160 {
  --pxr: 160px;
  padding-right: 160px; }

.px-160 {
  --pxl: 160px;
  --pxr: 160px;
  padding-left: 160px;
  padding-right: 160px; }

.py-160 {
  --pyt: 160px;
  --pyb: 160px;
  padding-top: 160px;
  padding-bottom: 160px; }

.mt-20 {
  --myt: 20px;
  margin-top: 20px; }

.mb-20 {
  --myb: 20px;
  margin-bottom: 20px; }

.ml-20 {
  --mxl: 20px;
  margin-left: 20px; }

.mr-20 {
  --mxr: 20px;
  margin-right: 20px; }

.mx-20 {
  --mxl: 20px;
  --mxr: 20px;
  margin-left: 20px;
  margin-right: 20px; }

.my-20 {
  --myt: 20px;
  --myb: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }

.pt-20 {
  --pyt: 20px;
  padding-top: 20px; }

.pb-20 {
  --pyb: 20px;
  padding-bottom: 20px; }

.pl-20 {
  --pxl: 20px;
  padding-left: 20px; }

.pr-20 {
  --pxr: 20px;
  padding-right: 20px; }

.px-20 {
  --pxl: 20px;
  --pxr: 20px;
  padding-left: 20px;
  padding-right: 20px; }

.py-20 {
  --pyt: 20px;
  --pyb: 20px;
  padding-top: 20px;
  padding-bottom: 20px; }

.mt-40 {
  --myt: 40px;
  margin-top: 40px; }

.mb-40 {
  --myb: 40px;
  margin-bottom: 40px; }

.ml-40 {
  --mxl: 40px;
  margin-left: 40px; }

.mr-40 {
  --mxr: 40px;
  margin-right: 40px; }

.mx-40 {
  --mxl: 40px;
  --mxr: 40px;
  margin-left: 40px;
  margin-right: 40px; }

.my-40 {
  --myt: 40px;
  --myb: 40px;
  margin-top: 40px;
  margin-bottom: 40px; }

.pt-40 {
  --pyt: 40px;
  padding-top: 40px; }

.pb-40 {
  --pyb: 40px;
  padding-bottom: 40px; }

.pl-40 {
  --pxl: 40px;
  padding-left: 40px; }

.pr-40 {
  --pxr: 40px;
  padding-right: 40px; }

.px-40 {
  --pxl: 40px;
  --pxr: 40px;
  padding-left: 40px;
  padding-right: 40px; }

.py-40 {
  --pyt: 40px;
  --pyb: 40px;
  padding-top: 40px;
  padding-bottom: 40px; }

.mt-60 {
  --myt: 60px;
  margin-top: 60px; }

.mb-60 {
  --myb: 60px;
  margin-bottom: 60px; }

.ml-60 {
  --mxl: 60px;
  margin-left: 60px; }

.mr-60 {
  --mxr: 60px;
  margin-right: 60px; }

.mx-60 {
  --mxl: 60px;
  --mxr: 60px;
  margin-left: 60px;
  margin-right: 60px; }

.my-60 {
  --myt: 60px;
  --myb: 60px;
  margin-top: 60px;
  margin-bottom: 60px; }

.pt-60 {
  --pyt: 60px;
  padding-top: 60px; }

.pb-60 {
  --pyb: 60px;
  padding-bottom: 60px; }

.pl-60 {
  --pxl: 60px;
  padding-left: 60px; }

.pr-60 {
  --pxr: 60px;
  padding-right: 60px; }

.px-60 {
  --pxl: 60px;
  --pxr: 60px;
  padding-left: 60px;
  padding-right: 60px; }

.py-60 {
  --pyt: 60px;
  --pyb: 60px;
  padding-top: 60px;
  padding-bottom: 60px; }

.mt-80 {
  --myt: 80px;
  margin-top: 80px; }

.mb-80 {
  --myb: 80px;
  margin-bottom: 80px; }

.ml-80 {
  --mxl: 80px;
  margin-left: 80px; }

.mr-80 {
  --mxr: 80px;
  margin-right: 80px; }

.mx-80 {
  --mxl: 80px;
  --mxr: 80px;
  margin-left: 80px;
  margin-right: 80px; }

.my-80 {
  --myt: 80px;
  --myb: 80px;
  margin-top: 80px;
  margin-bottom: 80px; }

.pt-80 {
  --pyt: 80px;
  padding-top: 80px; }

.pb-80 {
  --pyb: 80px;
  padding-bottom: 80px; }

.pl-80 {
  --pxl: 80px;
  padding-left: 80px; }

.pr-80 {
  --pxr: 80px;
  padding-right: 80px; }

.px-80 {
  --pxl: 80px;
  --pxr: 80px;
  padding-left: 80px;
  padding-right: 80px; }

.py-80 {
  --pyt: 80px;
  --pyb: 80px;
  padding-top: 80px;
  padding-bottom: 80px; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.flex-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.flex-justify-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.flex-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.flex-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.flex-justify-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-justify-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-justify-evenly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.flex-align-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.flex-align-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.flex-align-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.flex-align-baseline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.gap-0 {
  gap: 0px; }

.gap-2 {
  gap: 2px; }

.gap-4 {
  gap: 4px; }

.gap-6 {
  gap: 6px; }

.gap-8 {
  gap: 8px; }

.gap-12 {
  gap: 12px; }

.gap-14 {
  gap: 14px; }

.gap-16 {
  gap: 16px; }

.gap-18 {
  gap: 18px; }

.gap-20 {
  gap: 20px; }

.gap-24 {
  gap: 24px; }

.gap-26 {
  gap: 26px; }

.gap-28 {
  gap: 28px; }

.gap-32 {
  gap: 32px; }

.gap-48 {
  gap: 48px; }

.gap-0-0 {
  gap: 0px 0px; }

.gap-0-2 {
  gap: 0px 2px; }

.gap-0-4 {
  gap: 0px 4px; }

.gap-0-6 {
  gap: 0px 6px; }

.gap-0-8 {
  gap: 0px 8px; }

.gap-0-12 {
  gap: 0px 12px; }

.gap-0-14 {
  gap: 0px 14px; }

.gap-0-16 {
  gap: 0px 16px; }

.gap-0-18 {
  gap: 0px 18px; }

.gap-0-20 {
  gap: 0px 20px; }

.gap-0-24 {
  gap: 0px 24px; }

.gap-0-26 {
  gap: 0px 26px; }

.gap-0-28 {
  gap: 0px 28px; }

.gap-0-32 {
  gap: 0px 32px; }

.gap-0-48 {
  gap: 0px 48px; }

.gap-2-0 {
  gap: 2px 0px; }

.gap-2-2 {
  gap: 2px 2px; }

.gap-2-4 {
  gap: 2px 4px; }

.gap-2-6 {
  gap: 2px 6px; }

.gap-2-8 {
  gap: 2px 8px; }

.gap-2-12 {
  gap: 2px 12px; }

.gap-2-14 {
  gap: 2px 14px; }

.gap-2-16 {
  gap: 2px 16px; }

.gap-2-18 {
  gap: 2px 18px; }

.gap-2-20 {
  gap: 2px 20px; }

.gap-2-24 {
  gap: 2px 24px; }

.gap-2-26 {
  gap: 2px 26px; }

.gap-2-28 {
  gap: 2px 28px; }

.gap-2-32 {
  gap: 2px 32px; }

.gap-2-48 {
  gap: 2px 48px; }

.gap-4-0 {
  gap: 4px 0px; }

.gap-4-2 {
  gap: 4px 2px; }

.gap-4-4 {
  gap: 4px 4px; }

.gap-4-6 {
  gap: 4px 6px; }

.gap-4-8 {
  gap: 4px 8px; }

.gap-4-12 {
  gap: 4px 12px; }

.gap-4-14 {
  gap: 4px 14px; }

.gap-4-16 {
  gap: 4px 16px; }

.gap-4-18 {
  gap: 4px 18px; }

.gap-4-20 {
  gap: 4px 20px; }

.gap-4-24 {
  gap: 4px 24px; }

.gap-4-26 {
  gap: 4px 26px; }

.gap-4-28 {
  gap: 4px 28px; }

.gap-4-32 {
  gap: 4px 32px; }

.gap-4-48 {
  gap: 4px 48px; }

.gap-6-0 {
  gap: 6px 0px; }

.gap-6-2 {
  gap: 6px 2px; }

.gap-6-4 {
  gap: 6px 4px; }

.gap-6-6 {
  gap: 6px 6px; }

.gap-6-8 {
  gap: 6px 8px; }

.gap-6-12 {
  gap: 6px 12px; }

.gap-6-14 {
  gap: 6px 14px; }

.gap-6-16 {
  gap: 6px 16px; }

.gap-6-18 {
  gap: 6px 18px; }

.gap-6-20 {
  gap: 6px 20px; }

.gap-6-24 {
  gap: 6px 24px; }

.gap-6-26 {
  gap: 6px 26px; }

.gap-6-28 {
  gap: 6px 28px; }

.gap-6-32 {
  gap: 6px 32px; }

.gap-6-48 {
  gap: 6px 48px; }

.gap-8-0 {
  gap: 8px 0px; }

.gap-8-2 {
  gap: 8px 2px; }

.gap-8-4 {
  gap: 8px 4px; }

.gap-8-6 {
  gap: 8px 6px; }

.gap-8-8 {
  gap: 8px 8px; }

.gap-8-12 {
  gap: 8px 12px; }

.gap-8-14 {
  gap: 8px 14px; }

.gap-8-16 {
  gap: 8px 16px; }

.gap-8-18 {
  gap: 8px 18px; }

.gap-8-20 {
  gap: 8px 20px; }

.gap-8-24 {
  gap: 8px 24px; }

.gap-8-26 {
  gap: 8px 26px; }

.gap-8-28 {
  gap: 8px 28px; }

.gap-8-32 {
  gap: 8px 32px; }

.gap-8-48 {
  gap: 8px 48px; }

.gap-12-0 {
  gap: 12px 0px; }

.gap-12-2 {
  gap: 12px 2px; }

.gap-12-4 {
  gap: 12px 4px; }

.gap-12-6 {
  gap: 12px 6px; }

.gap-12-8 {
  gap: 12px 8px; }

.gap-12-12 {
  gap: 12px 12px; }

.gap-12-14 {
  gap: 12px 14px; }

.gap-12-16 {
  gap: 12px 16px; }

.gap-12-18 {
  gap: 12px 18px; }

.gap-12-20 {
  gap: 12px 20px; }

.gap-12-24 {
  gap: 12px 24px; }

.gap-12-26 {
  gap: 12px 26px; }

.gap-12-28 {
  gap: 12px 28px; }

.gap-12-32 {
  gap: 12px 32px; }

.gap-12-48 {
  gap: 12px 48px; }

.gap-14-0 {
  gap: 14px 0px; }

.gap-14-2 {
  gap: 14px 2px; }

.gap-14-4 {
  gap: 14px 4px; }

.gap-14-6 {
  gap: 14px 6px; }

.gap-14-8 {
  gap: 14px 8px; }

.gap-14-12 {
  gap: 14px 12px; }

.gap-14-14 {
  gap: 14px 14px; }

.gap-14-16 {
  gap: 14px 16px; }

.gap-14-18 {
  gap: 14px 18px; }

.gap-14-20 {
  gap: 14px 20px; }

.gap-14-24 {
  gap: 14px 24px; }

.gap-14-26 {
  gap: 14px 26px; }

.gap-14-28 {
  gap: 14px 28px; }

.gap-14-32 {
  gap: 14px 32px; }

.gap-14-48 {
  gap: 14px 48px; }

.gap-16-0 {
  gap: 16px 0px; }

.gap-16-2 {
  gap: 16px 2px; }

.gap-16-4 {
  gap: 16px 4px; }

.gap-16-6 {
  gap: 16px 6px; }

.gap-16-8 {
  gap: 16px 8px; }

.gap-16-12 {
  gap: 16px 12px; }

.gap-16-14 {
  gap: 16px 14px; }

.gap-16-16 {
  gap: 16px 16px; }

.gap-16-18 {
  gap: 16px 18px; }

.gap-16-20 {
  gap: 16px 20px; }

.gap-16-24 {
  gap: 16px 24px; }

.gap-16-26 {
  gap: 16px 26px; }

.gap-16-28 {
  gap: 16px 28px; }

.gap-16-32 {
  gap: 16px 32px; }

.gap-16-48 {
  gap: 16px 48px; }

.gap-18-0 {
  gap: 18px 0px; }

.gap-18-2 {
  gap: 18px 2px; }

.gap-18-4 {
  gap: 18px 4px; }

.gap-18-6 {
  gap: 18px 6px; }

.gap-18-8 {
  gap: 18px 8px; }

.gap-18-12 {
  gap: 18px 12px; }

.gap-18-14 {
  gap: 18px 14px; }

.gap-18-16 {
  gap: 18px 16px; }

.gap-18-18 {
  gap: 18px 18px; }

.gap-18-20 {
  gap: 18px 20px; }

.gap-18-24 {
  gap: 18px 24px; }

.gap-18-26 {
  gap: 18px 26px; }

.gap-18-28 {
  gap: 18px 28px; }

.gap-18-32 {
  gap: 18px 32px; }

.gap-18-48 {
  gap: 18px 48px; }

.gap-20-0 {
  gap: 20px 0px; }

.gap-20-2 {
  gap: 20px 2px; }

.gap-20-4 {
  gap: 20px 4px; }

.gap-20-6 {
  gap: 20px 6px; }

.gap-20-8 {
  gap: 20px 8px; }

.gap-20-12 {
  gap: 20px 12px; }

.gap-20-14 {
  gap: 20px 14px; }

.gap-20-16 {
  gap: 20px 16px; }

.gap-20-18 {
  gap: 20px 18px; }

.gap-20-20 {
  gap: 20px 20px; }

.gap-20-24 {
  gap: 20px 24px; }

.gap-20-26 {
  gap: 20px 26px; }

.gap-20-28 {
  gap: 20px 28px; }

.gap-20-32 {
  gap: 20px 32px; }

.gap-20-48 {
  gap: 20px 48px; }

.gap-24-0 {
  gap: 24px 0px; }

.gap-24-2 {
  gap: 24px 2px; }

.gap-24-4 {
  gap: 24px 4px; }

.gap-24-6 {
  gap: 24px 6px; }

.gap-24-8 {
  gap: 24px 8px; }

.gap-24-12 {
  gap: 24px 12px; }

.gap-24-14 {
  gap: 24px 14px; }

.gap-24-16 {
  gap: 24px 16px; }

.gap-24-18 {
  gap: 24px 18px; }

.gap-24-20 {
  gap: 24px 20px; }

.gap-24-24 {
  gap: 24px 24px; }

.gap-24-26 {
  gap: 24px 26px; }

.gap-24-28 {
  gap: 24px 28px; }

.gap-24-32 {
  gap: 24px 32px; }

.gap-24-48 {
  gap: 24px 48px; }

.gap-26-0 {
  gap: 26px 0px; }

.gap-26-2 {
  gap: 26px 2px; }

.gap-26-4 {
  gap: 26px 4px; }

.gap-26-6 {
  gap: 26px 6px; }

.gap-26-8 {
  gap: 26px 8px; }

.gap-26-12 {
  gap: 26px 12px; }

.gap-26-14 {
  gap: 26px 14px; }

.gap-26-16 {
  gap: 26px 16px; }

.gap-26-18 {
  gap: 26px 18px; }

.gap-26-20 {
  gap: 26px 20px; }

.gap-26-24 {
  gap: 26px 24px; }

.gap-26-26 {
  gap: 26px 26px; }

.gap-26-28 {
  gap: 26px 28px; }

.gap-26-32 {
  gap: 26px 32px; }

.gap-26-48 {
  gap: 26px 48px; }

.gap-28-0 {
  gap: 28px 0px; }

.gap-28-2 {
  gap: 28px 2px; }

.gap-28-4 {
  gap: 28px 4px; }

.gap-28-6 {
  gap: 28px 6px; }

.gap-28-8 {
  gap: 28px 8px; }

.gap-28-12 {
  gap: 28px 12px; }

.gap-28-14 {
  gap: 28px 14px; }

.gap-28-16 {
  gap: 28px 16px; }

.gap-28-18 {
  gap: 28px 18px; }

.gap-28-20 {
  gap: 28px 20px; }

.gap-28-24 {
  gap: 28px 24px; }

.gap-28-26 {
  gap: 28px 26px; }

.gap-28-28 {
  gap: 28px 28px; }

.gap-28-32 {
  gap: 28px 32px; }

.gap-28-48 {
  gap: 28px 48px; }

.gap-32-0 {
  gap: 32px 0px; }

.gap-32-2 {
  gap: 32px 2px; }

.gap-32-4 {
  gap: 32px 4px; }

.gap-32-6 {
  gap: 32px 6px; }

.gap-32-8 {
  gap: 32px 8px; }

.gap-32-12 {
  gap: 32px 12px; }

.gap-32-14 {
  gap: 32px 14px; }

.gap-32-16 {
  gap: 32px 16px; }

.gap-32-18 {
  gap: 32px 18px; }

.gap-32-20 {
  gap: 32px 20px; }

.gap-32-24 {
  gap: 32px 24px; }

.gap-32-26 {
  gap: 32px 26px; }

.gap-32-28 {
  gap: 32px 28px; }

.gap-32-32 {
  gap: 32px 32px; }

.gap-32-48 {
  gap: 32px 48px; }

.gap-48-0 {
  gap: 48px 0px; }

.gap-48-2 {
  gap: 48px 2px; }

.gap-48-4 {
  gap: 48px 4px; }

.gap-48-6 {
  gap: 48px 6px; }

.gap-48-8 {
  gap: 48px 8px; }

.gap-48-12 {
  gap: 48px 12px; }

.gap-48-14 {
  gap: 48px 14px; }

.gap-48-16 {
  gap: 48px 16px; }

.gap-48-18 {
  gap: 48px 18px; }

.gap-48-20 {
  gap: 48px 20px; }

.gap-48-24 {
  gap: 48px 24px; }

.gap-48-26 {
  gap: 48px 26px; }

.gap-48-28 {
  gap: 48px 28px; }

.gap-48-32 {
  gap: 48px 32px; }

.gap-48-48 {
  gap: 48px 48px; }

.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

.aspect-1-1 {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: var(--neutral-200); }
  .aspect-1-1 > img,
  .aspect-1-1 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-2-1 {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  background-color: var(--neutral-200); }
  .aspect-2-1 > img,
  .aspect-2-1 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-16-9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: var(--neutral-200); }
  .aspect-16-9 > img,
  .aspect-16-9 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-5-4 {
  position: relative;
  width: 100%;
  padding-bottom: 80%;
  background-color: var(--neutral-200); }
  .aspect-5-4 > img,
  .aspect-5-4 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-3-2 {
  position: relative;
  width: 100%;
  padding-bottom: 66.66667%;
  background-color: var(--neutral-200); }
  .aspect-3-2 > img,
  .aspect-3-2 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-2-3 {
  position: relative;
  width: 100%;
  padding-bottom: 150%;
  background-color: var(--neutral-200); }
  .aspect-2-3 > img,
  .aspect-2-3 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-4-5 {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
  background-color: var(--neutral-200); }
  .aspect-4-5 > img,
  .aspect-4-5 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-9-16 {
  position: relative;
  width: 100%;
  padding-bottom: 177.77778%;
  background-color: var(--neutral-200); }
  .aspect-9-16 > img,
  .aspect-9-16 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.aspect-41-14 {
  position: relative;
  width: 100%;
  padding-bottom: 34.14634%;
  background-color: var(--neutral-200); }
  .aspect-41-14 > img,
  .aspect-41-14 > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center; }

.object-top > img,
.object-top > * {
  -o-object-position: top center;
  object-position: top center; }

.object-bottom > img,
.object-bottom > * {
  -o-object-position: bottom center;
  object-position: bottom center; }

.object-left > img,
.object-left > * {
  -o-object-position: center left;
  object-position: center left; }

.object-right > img,
.object-right > * {
  -o-object-position: center right;
  object-position: center right; }

.border-1 {
  border-color: var(--neutral-200);
  border-style: solid;
  border-width: 1px; }

.border-2 {
  border-color: var(--neutral-200);
  border-style: solid;
  border-width: 2px; }

.border-3 {
  border-color: var(--neutral-200);
  border-style: solid;
  border-width: 3px; }

.border-4 {
  border-color: var(--neutral-200);
  border-style: solid;
  border-width: 4px; }

.border-5 {
  border-color: var(--neutral-200);
  border-style: solid;
  border-width: 5px; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 6px;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* prevent layout shift */
  border-style: solid;
  border-color: transparent; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    pointer-events: none; }
  .btn-outline:disabled {
    border-color: transparent; }

.btn-solid {
  background: var(--blue-primary);
  color: var(--base-white);
  border-color: transparent;
  border-width: 3px; }
  .btn-solid.active, .btn-solid:hover:not(:disabled) {
    background: var(--blue-800);
    color: var(--base-white); }
  .btn-solid:focus-visible:not(:disabled), .btn-solid:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-200);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-200);
    color: var(--blue-200); }
  .btn-solid:disabled {
    background: var(--neutral-400);
    color: var(--base-white); }

.btn-filter {
  background: var(--base-white);
  color: var(--neutral-600);
  border-color: var(--neutral-600);
  border-width: 2px;
  border-radius: 24px; }
  .btn-filter .iconBase {
    -webkit-filter: invert(59%) sepia(12%) saturate(0%) hue-rotate(145deg) brightness(105%) contrast(91%);
    filter: invert(59%) sepia(12%) saturate(0%) hue-rotate(145deg) brightness(105%) contrast(91%); }
  .btn-filter.active, .btn-filter:hover:not(:disabled) {
    background: var(--base-white);
    color: var(--blue-primary);
    border-color: var(--blue-primary); }
    .btn-filter.active .iconBase, .btn-filter:hover:not(:disabled) .iconBase {
      -webkit-filter: invert(40%) sepia(32%) saturate(2298%) hue-rotate(193deg) brightness(105%) contrast(93%);
      filter: invert(40%) sepia(32%) saturate(2298%) hue-rotate(193deg) brightness(105%) contrast(93%); }
  .btn-filter:focus-visible:not(:disabled), .btn-filter:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    color: var(--blue-primary); }
  .btn-filter:disabled {
    background: var(--neutral-400);
    color: var(--base-white); }

.btn-activity {
  background: var(--blue-100);
  color: var(--neutral-900);
  border-color: var(--blue-100);
  border-width: 1px;
  border-radius: 8px; }
  .btn-activity.active, .btn-activity:hover:not(:disabled) {
    background: var(--neutral-100);
    color: var(--neutral-900);
    border-color: var(--neutral-200); }
  .btn-activity:focus-visible:not(:disabled), .btn-activity:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    color: var(--blue-primary); }
  .btn-activity:disabled {
    background: var(--neutral-400);
    color: var(--base-white); }

.btn-outline {
  background: var(--base-white);
  color: var(--blue-primary);
  border-color: var(--blue-primary);
  border-width: 1px; }
  .btn-outline.active, .btn-outline:hover:not(:disabled) {
    background: #eff5ff;
    color: var(--blue-primary);
    border-color: var(--neutral-200); }
  .btn-outline:focus-visible:not(:disabled), .btn-outline:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    background: var(--blue-primary);
    color: var(--blue-primary);
    color: var(--base-white); }
  .btn-outline:disabled {
    background: var(--neutral-400);
    color: #ffffff; }

.btn-outline-left {
  background: transparent;
  color: var(--blue-primary);
  border-color: var(--blue-primary);
  border-width: 2px; }
  .btn-outline-left.active, .btn-outline-left:hover:not(:disabled) {
    background: #eff5ff;
    color: var(--blue-primary);
    border-color: var(--neutral-200); }
  .btn-outline-left:focus-visible:not(:disabled), .btn-outline-left:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    background: var(--blue-primary);
    color: var(--blue-primary);
    color: var(--base-white); }
  .btn-outline-left:disabled {
    color: #ffffff; }

.btn-capsule {
  background: transparent;
  color: #111827;
  border-color: #d2d5da;
  border-width: 1px; }
  .btn-capsule.active, .btn-capsule:hover:not(:disabled) {
    color: #111827;
    border-color: #d2d5da; }
  .btn-capsule:focus-visible:not(:disabled), .btn-capsule:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-primary);
    color: var(--blue-primary);
    color: #3b82f6; }

.btn-text {
  background: transparent;
  color: var(--blue-primary);
  border-color: transparent;
  border-width: 3px; }
  .btn-text.active, .btn-text:hover:not(:disabled) {
    background: #dbeafe; }
  .btn-text:focus-visible:not(:disabled), .btn-text:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) #93c5fd;
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) #93c5fd;
    color: #93c5fd; }
  .btn-text:disabled {
    background: #bfdbfe;
    color: #ffffff; }

.btn-2xs {
  font-size: 14px;
  font-weight: 600;
  padding: 0px 0px;
  height: 24px;
  min-width: 24px; }
  .btn-2xs i {
    width: 24px;
    height: 24px; }
  .btn-2xs:focus-visible:not(:disabled), .btn-2xs:focus:not(:disabled) {
    --btn-focus-shadow-width: 0px; }
  .btn-2xs span {
    margin-left: 0px;
    margin-right: 0px; }
  .btn-2xs i ~ span {
    margin-right: 0px;
    margin-left: 0; }
  .btn-2xs i:not(:only-child) {
    margin-left: 0px;
    margin-right: 0px; }
  .btn-2xs span ~ i:not(:only-child) {
    margin-right: 0px;
    margin-left: 0; }

.btn-xs {
  font-size: 12px;
  font-weight: 600;
  padding: 5.5px 5px;
  height: 32px;
  min-width: 32px; }
  .btn-xs i {
    width: 16px;
    height: 16px; }
  .btn-xs:focus-visible:not(:disabled), .btn-xs:focus:not(:disabled) {
    --btn-focus-shadow-width: 2px; }
  .btn-xs span {
    margin-left: 4px;
    margin-right: 4px; }
  .btn-xs i ~ span {
    margin-right: 4px;
    margin-left: 0; }
  .btn-xs i:not(:only-child) {
    margin-left: 4px;
    margin-right: 4px; }
  .btn-xs span ~ i:not(:only-child) {
    margin-right: 4px;
    margin-left: 0; }

.btn-sm {
  font-size: 14px;
  font-weight: 600;
  padding: 8px 5px;
  height: 36px;
  min-width: 36px; }
  .btn-sm i {
    width: 16px;
    height: 16px; }
  .btn-sm:focus-visible:not(:disabled), .btn-sm:focus:not(:disabled) {
    --btn-focus-shadow-width: 2px; }
  .btn-sm span {
    margin-left: 4px;
    margin-right: 4px; }
  .btn-sm i ~ span {
    margin-right: 4px;
    margin-left: 0; }
  .btn-sm i:not(:only-child) {
    margin-left: 4px;
    margin-right: 4px; }
  .btn-sm span ~ i:not(:only-child) {
    margin-right: 4px;
    margin-left: 0; }

.btn-base {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 5px;
  height: 40px;
  min-width: 40px; }
  .btn-base i {
    width: 18px;
    height: 18px; }
  .btn-base:focus-visible:not(:disabled), .btn-base:focus:not(:disabled) {
    --btn-focus-shadow-width: 3px; }
  .btn-base span {
    margin-left: 15px;
    margin-right: 15px; }
  .btn-base i ~ span {
    margin-right: 15px;
    margin-left: 0; }
  .btn-base i:not(:only-child) {
    margin-left: 15px;
    margin-right: 15px; }
  .btn-base span ~ i:not(:only-child) {
    margin-right: 15px;
    margin-left: 0; }

.btn-lg {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 5px;
  height: 48px;
  min-width: 48px; }
  .btn-lg i {
    width: 20px;
    height: 20px; }
  .btn-lg:focus-visible:not(:disabled), .btn-lg:focus:not(:disabled) {
    --btn-focus-shadow-width: 3px; }
  .btn-lg span {
    margin-left: 12px;
    margin-right: 12px; }
  .btn-lg i ~ span {
    margin-right: 12px;
    margin-left: 0; }
  .btn-lg i:not(:only-child) {
    margin-left: 12px;
    margin-right: 12px; }
  .btn-lg span ~ i:not(:only-child) {
    margin-right: 12px;
    margin-left: 0; }

.btn-xl {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 5px;
  height: 52px;
  min-width: 52px; }
  .btn-xl i {
    width: 20px;
    height: 20px; }
  .btn-xl:focus-visible:not(:disabled), .btn-xl:focus:not(:disabled) {
    --btn-focus-shadow-width: 3px; }
  .btn-xl span {
    margin-left: 19px;
    margin-right: 19px; }
  .btn-xl i ~ span {
    margin-right: 19px;
    margin-left: 0; }
  .btn-xl i:not(:only-child) {
    margin-left: 19px;
    margin-right: 19px; }
  .btn-xl span ~ i:not(:only-child) {
    margin-right: 19px;
    margin-left: 0; }

.btn-pill {
  background: var(--blue-primary);
  color: var(--base-white);
  border-color: transparent;
  border-width: 3px;
  border-radius: 24px; }
  .btn-pill.active, .btn-pill:hover:not(:disabled) {
    background: var(--blue-800);
    color: var(--base-white); }
  .btn-pill:focus-visible:not(:disabled), .btn-pill:focus:not(:disabled) {
    -webkit-box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-200);
    box-shadow: 0 0 0 var(--btn-focus-shadow-width, 3px) var(--blue-200);
    color: var(--blue-200); }
  .btn-pill:disabled {
    background: var(--neutral-400);
    color: var(--base-white); }

.btn-filter span {
  font-weight: 700; }

.btn-text:not(:has(span)) {
  border: 0; }

.btn-text.btn-2xs:focus, .btn-text.btn-2xs:hover {
  color: var(--neutral-900);
  background: transparent; }

.btn-premium {
  background: var(--orange-primary); }
  .btn-premium:hover:not(:disabled) {
    background: var(--orange-800); }

.w-0 {
  width: 0; }

.w-1 {
  width: 1px; }

.w-2 {
  width: 2px; }

.w-4 {
  width: 4px; }

.w-8 {
  width: 8px; }

.w-12 {
  width: 12px; }

.w-16 {
  width: 16px; }

.w-18 {
  width: 18px; }

.w-24 {
  width: 24px; }

.w-28 {
  width: 28px; }

.w-32 {
  width: 32px; }

.w-40 {
  width: 40px; }

.w-50 {
  width: 50px; }

.w-60 {
  width: 60px; }

.w-64 {
  width: 64px; }

.w-68 {
  width: 68px; }

.w-100 {
  width: 100px; }

.w-256 {
  width: 256px; }

.w-p25 {
  width: 25%; }

.w-p33 {
  width: 33.333%; }

.w-p50 {
  width: 50%; }

.w-p75 {
  width: 75%; }

.w-p100 {
  width: 100%; }

.h-p25 {
  height: 25%; }

.h-p33 {
  height: 33.333%; }

.h-p50 {
  height: 50%; }

.h-p75 {
  height: 75%; }

.h-p100 {
  height: 100%; }

.h-0 {
  height: 0; }

.h-1 {
  height: 1px; }

.h-2 {
  height: 2px; }

.h-4 {
  height: 4px; }

.h-8 {
  height: 8px; }

.h-12 {
  height: 12px; }

.h-16 {
  height: 16px; }

.h-18 {
  height: 18px; }

.h-24 {
  height: 24px; }

.h-28 {
  height: 28px; }

.h-32 {
  height: 32px; }

.h-40 {
  height: 40px; }

.h-50 {
  height: 50px; }

.h-60 {
  height: 60px; }

.h-64 {
  height: 64px; }

.h-68 {
  height: 68px; }

.h-100 {
  height: 100px; }

.h-256 {
  height: 256px; }

.w-auto {
  width: auto; }

.w-full {
  width: 100%; }

.w-screen-h {
  width: 100vh; }

.w-screen-w {
  width: 100vw; }

.sq-0 {
  width: 0;
  height: 0; }

.sq-1 {
  width: 1px;
  height: 1px; }

.sq-2 {
  width: 2px;
  height: 2px; }

.sq-4 {
  width: 4px;
  height: 4px; }

.sq-8 {
  width: 8px;
  height: 8px; }

.sq-12 {
  width: 12px;
  height: 12px; }

.sq-16 {
  width: 16px;
  height: 16px; }

.sq-18 {
  width: 18px;
  height: 18px; }

.sq-24 {
  width: 24px;
  height: 24px; }

.sq-28 {
  width: 28px;
  height: 28px; }

.sq-32 {
  width: 32px;
  height: 32px; }

.sq-40 {
  width: 40px;
  height: 40px; }

.sq-50 {
  width: 50px;
  height: 50px; }

.sq-60 {
  width: 60px;
  height: 60px; }

.sq-64 {
  width: 64px;
  height: 64px; }

.sq-68 {
  width: 68px;
  height: 68px; }

.sq-100 {
  width: 100px;
  height: 100px; }

.sq-256 {
  width: 256px;
  height: 256px; }

.sq-p25 {
  width: 25%;
  height: 25%; }

.sq-p33 {
  width: 33.333%;
  height: 33.333%; }

.sq-p50 {
  width: 50%;
  height: 50%; }

.sq-p75 {
  width: 75%;
  height: 75%; }

.sq-p100 {
  width: 100%;
  height: 100%; }

.sq-auto {
  width: auto;
  height: auto; }

.sq-full {
  width: 100%;
  height: 100%; }

.sq-screen {
  width: 100vw;
  height: 100vh; }

.round-2 {
  border-radius: 2px; }

.round-4 {
  border-radius: 4px; }

.round-8 {
  border-radius: 8px; }

.round-16 {
  border-radius: 16px; }

.round-full {
  border-radius: 50%; }

.ad {
  background-color: #ddd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 9px auto;
  margin-left: 15px; }
  .ad::before {
    content: "Advertisement";
    position: absolute;
    top: 4px;
    left: 8px;
    color: #fff;
    font-size: 12px; }
  .ad-h {
    width: 980px;
    height: 250px;
    margin: auto; }
    @media (max-width: 480px) {
      .ad-h {
        width: 334px;
        height: 100px;
        max-height: 100%;
        min-width: 100%; } }
  .ad-v {
    display: inline-block;
    width: 300px;
    height: 600px; }
    .ad-v-s {
      display: inline-block;
      width: 300px;
      height: 249px; }

.sidebar > .ad {
  margin-top: 0;
  margin-right: 0; }

.sidebar > .ad ~ .ad {
  margin: 9px 0;
  margin-left: 15px; }

.thr-banner img {
  position: relative;
  width: 1098px;
  height: 732px;
  -o-object-fit: cover;
  object-fit: cover; }
  @media (max-width: 480px) {
    .thr-banner img {
      width: 100%;
      height: auto;
      max-height: 100%;
      min-width: 100%;
      max-height: 300px; } }
  .thr-banner img:before {
    background-color: #529df1;
    content: "Space Iklan";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.banner-center {
  text-align: center; }

.ads-horizontal, .ads-pol {
  position: fixed;
  text-align: center;
  width: 100%; }

.ads-horizontal {
  margin: 5px auto 0;
  padding: 0;
  bottom: 0;
  height: auto;
  background: rgba(237, 237, 237, 0.8);
  z-index: 10; }
  .ads-horizontal .close-pol, .ads-horizontal .dropdown .dropdown-submenu {
    text-align: left; }
  .ads-horizontal .close-pol a {
    position: absolute;
    right: 0;
    top: -26px;
    color: #fff;
    padding: 4px 8px;
    background: #3ca5dd;
    display: inline-block;
    font: 500 11px/18px Roboto,sans-serif; }

.banner-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 90px; }

.btn {
  background-color: #ffca28;
  color: #45818e;
  display: inline-block;
  border-radius: 4px;
  font-size: 12px;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  text-align: center;
  text-decoration: none; }
  .btn:hover {
    background-color: #3d737f;
    color: #ccc; }
  .btn--loadmore {
    font-size: 13px;
    padding: 12px 8px;
    width: 100%; }
    @media (max-width: 480px) {
      .btn--loadmore {
        font-size: 10px;
        padding: 7px 8px; } }
  .btn--snk {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 35px;
    display: inline-block;
    max-width: 209px;
    margin: auto;
    background: #FF0000;
    padding: 8px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 600; }

.headline {
  height: 429px; }
  @media (max-width: 480px) {
    .headline {
      height: auto;
      min-height: 167px; } }
  .headlineItem {
    position: relative;
    height: 100%; }
    @media (max-width: 480px) {
      .headlineItem {
        height: auto;
        min-height: 167px;
        position: relative;
        padding-bottom: 26.25%;
        /* 16:9 */
        height: 0; } }
  .headlineImg {
    position: relative;
    width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .headline iframe {
    width: 100%;
    height: 100%; }
    @media (max-width: 480px) {
      .headline iframe {
        height: auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .headline--video .headlineItem:after {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNjUiIHZpZXdCb3g9IjAgMCA2NSA2NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC43IiBkPSJNMzIuMzQ1MSAwLjU0MzIxM0MyNi4wNTUyIDAuNTQzMjEzIDE5LjkwNjYgMi40MDgzOCAxNC42NzY4IDUuOTAyODRDOS40NDY5NiA5LjM5NzMgNS4zNzA4IDE0LjM2NDEgMi45NjM3OCAyMC4xNzUyQzAuNTU2NzQ4IDI1Ljk4NjMgLTAuMDczMDQwMiAzMi4zODA2IDEuMTU0MDUgMzguNTQ5NkMyLjM4MTE0IDQ0LjcxODYgNS40MSA1MC4zODUyIDkuODU3NjEgNTQuODMyOEMxNC4zMDUyIDU5LjI4MDUgMTkuOTcxOCA2Mi4zMDkzIDI2LjE0MDggNjMuNTM2NEMzMi4zMDk4IDY0Ljc2MzUgMzguNzA0MiA2NC4xMzM3IDQ0LjUxNTMgNjEuNzI2N0M1MC4zMjYzIDU5LjMxOTcgNTUuMjkzMiA1NS4yNDM1IDU4Ljc4NzYgNTAuMDEzN0M2Mi4yODIxIDQ0Ljc4MzggNjQuMTQ3MiAzOC42MzUyIDY0LjE0NzIgMzIuMzQ1M0M2NC4xNDcyIDIzLjkxMDkgNjAuNzk2NyAxNS44MjE5IDU0LjgzMjYgOS44NTc4NEM0OC44Njg2IDMuODkzNzggNDAuNzc5NiAwLjU0MzIxMyAzMi4zNDUxIDAuNTQzMjEzWk00OS4yNjIzIDM0LjM3NzNMMjIuMDAzMyA0OC4wMDY4QzIxLjY1NjkgNDguMTggMjEuMjcyMSA0OC4yNjE4IDIwLjg4NTIgNDguMjQ0NEMyMC40OTg0IDQ4LjIyNyAyMC4xMjI0IDQ4LjExMSAxOS43OTMgNDcuOTA3NEMxOS40NjM1IDQ3LjcwMzggMTkuMTkxNiA0Ny40MTk0IDE5LjAwMzEgNDcuMDgxMkMxOC44MTQ1IDQ2Ljc0MjkgMTguNzE1NiA0Ni4zNjIxIDE4LjcxNTYgNDUuOTc0OFYxOC43MTU5QzE4LjcxNTYgMTguMzI4NiAxOC44MTQ1IDE3Ljk0NzggMTkuMDAzMSAxNy42MDk1QzE5LjE5MTYgMTcuMjcxMyAxOS40NjM1IDE2Ljk4NjkgMTkuNzkzIDE2Ljc4MzNDMjAuMTIyNCAxNi41Nzk3IDIwLjQ5ODQgMTYuNDYzNyAyMC44ODUyIDE2LjQ0NjNDMjEuMjcyMSAxNi40Mjg5IDIxLjY1NjkgMTYuNTEwNyAyMi4wMDMzIDE2LjY4MzlMNDkuMjYyMyAzMC4zMTM0QzQ5LjYzOTcgMzAuNTAyIDQ5Ljk1NzEgMzAuNzkyMSA1MC4xNzg5IDMxLjE1MDlDNTAuNDAwOCAzMS41MDk4IDUwLjUxODMgMzEuOTIzNCA1MC41MTgzIDMyLjM0NTNDNTAuNTE4MyAzMi43NjczIDUwLjQwMDggMzMuMTgwOSA1MC4xNzg5IDMzLjUzOTdDNDkuOTU3MSAzMy44OTg2IDQ5LjYzOTcgMzQuMTg4NiA0OS4yNjIzIDM0LjM3NzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    z-index: 2;
    width: 63px;
    height: 63px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 480px) {
      .headline--video .headlineItem:after {
        width: 30px;
        height: 30px; } }

.subheadline {
  padding: 12px 33px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px; }
  @media (max-width: 480px) {
    .subheadline {
      padding: 12px 15px; } }
  @media (max-width: 768px) {
    .subheadline {
      background: #ffca28;
      border-radius: 5px;
      margin-top: 7px; } }
  .subheadlineTitle {
    font-size: 22px;
    font-weight: 700; }
    @media (max-width: 480px) {
      .subheadlineTitle {
        font-size: 14px; } }
  .subheadline p {
    font-size: 16px;
    font-weight: 400;
    margin: 4px 0;
    overflow: hidden; }
    @media (max-width: 480px) {
      .subheadline p {
        font-size: 11px;
        max-height: 68px; } }

.heading {
  display: block;
  font-weight: 700;
  font-size: 28px;
  margin: 8px 0 0px;
  color: #45818E; }
  .heading--content {
    font-size: 24px; }
  .heading .group label {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
  .heading span {
    position: relative;
    padding-right: 12px;
    z-index: 2;
    line-height: 1.2; }
    .heading span:last-child {
      z-index: 1;
      line-height: 1.1; }
  .headingLinks {
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    bottom: 0;
    position: absolute;
    top: 22px;
    right: 0;
    margin: auto;
    color: #45818E; }
    @media (max-width: 480px) {
      .headingLinks {
        clear: both;
        display: inline-block;
        bottom: auto;
        top: 10px;
        right: 16px; } }
    .headingLinks:hover {
      color: #ffa65c; }
  @media (max-width: 1280px) {
    .heading {
      font-size: 32px;
      margin: 40px 0 12px; } }
  @media (max-width: 768px) {
    .heading {
      font-size: 20px;
      margin: 30px 0 0px; } }
  .heading--line {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    padding: 10px 0;
    position: relative; }
    .heading--line:before {
      position: absolute;
      content: "";
      width: 221px;
      top: 0;
      left: 0;
      height: 1px;
      background-color: #3192bf; }
  .heading--inbetween {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

@media (max-width: 480px) {
  .posterWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -12px !important;
    margin-right: -12px !important; } }

.posterItem {
  width: 257px;
  height: 385px;
  position: relative;
  margin: 13px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #45818e; }
  @media (max-width: 480px) {
    .posterItem {
      width: 45%;
      height: auto;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0; } }
  .posterItem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #299b5b;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(41, 155, 91, 0.8)), color-stop(80%, rgba(217, 217, 217, 0.5)), color-stop(94%, rgba(245, 245, 245, 0.13)), color-stop(99%, rgba(255, 255, 255, 0)));
    background: linear-gradient(360deg, rgba(41, 155, 91, 0.8) 0%, rgba(217, 217, 217, 0.5) 80%, rgba(245, 245, 245, 0.13) 94%, rgba(255, 255, 255, 0) 99%);
    z-index: 2; }
  .posterItem__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 249px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 6px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 3; }
    @media (max-width: 480px) {
      .posterItem__content {
        padding: 6px; } }
  .posterItem a {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 480px) {
      .posterItem a {
        font-size: 9px; } }
  .posterItem__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 7px 0 5px;
    position: relative;
    gap: 8px;
    width: 100%; }
    .posterItem__footer a {
      background-color: #fff;
      border: 1px solid #45818e;
      border-radius: 4px;
      color: #45818e;
      position: relative;
      width: 100%;
      padding: 3px; }
  .posterItem__btn {
    background: #ffca28;
    color: #299b5b;
    width: 100%;
    padding: 1px 8px; }
    @media (max-width: 480px) {
      .posterItem__btn {
        font-size: 10px; } }
  .posterItem img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative; }

.ramadan .thumb-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px; }
  .ramadan .thumb-user .user-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden; }
  .ramadan .thumb-user .user-box {
    font-weight: 700;
    font-size: 14px;
    margin: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center; }
    .ramadan .thumb-user .user-box span {
      font-size: 12px;
      font-weight: 400;
      margin-right: 6px; }
  .ramadan .thumb-user .date-box {
    font-size: 10px; }
  .ramadan .thumb-user .icon {
    height: 15px; }
  .ramadan .thumb-user a {
    color: #45818E;
    text-decoration: none; }

.answerbox {
  padding: 10px 12px;
  border-top: 1px solid #ddd;
  margin-top: 12px; }
  .answerbox .thumb-user {
    height: 36px; }
    .answerbox .thumb-user .user-img {
      width: 30px;
      height: 30px; }
  .answerbox .card--bg {
    background: #E9FFF2;
    padding: 10px 10px;
    margin: 3px -2px 0 0 !important;
    border: 1px solid #DBDBDB;
    border-radius: 8px; }
    .answerbox .card--bg .cardImg {
      width: 120px !important;
      height: 80px; }
    .answerbox .card--bg .cardTitle {
      font-size: 14.5px; }

.imsyakiyah {
  background: #299b5b;
  display: none;
  position: fixed;
  left: calc(((100% - 1100px) / 2) + calc(((100% - 1100px) / 2)));
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0px 10px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-family: Roboto, sans-serif;
  z-index: 12;
  padding: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .imsyakiyah {
      top: 5px;
      clear: both;
      left: 0;
      position: relative;
      -webkit-transform: translateX(0px);
      transform: translateX(0px);
      margin-left: 12px;
      margin-right: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: flex; } }
  .imsyakiyah .title {
    max-width: 80px;
    font-family: HammersmithOne, sans-serif;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    margin-right: 6px; }
    .imsyakiyah .title span {
      color: #fff;
      display: block;
      font-family: OpenSans, sans-serif;
      font-size: 10px;
      margin-top: 3px; }
  .imsyakiyahTitle {
    background: #ffca28;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #299b5b;
    padding: 5px 0;
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none; }
    @media (max-width: 768px) {
      .imsyakiyahTitle {
        display: block; } }
  .imsyakiyah ul {
    margin: 0;
    padding: 0;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .imsyakiyah li {
    background: #f1f1f1;
    padding: 2px 8px;
    margin: 0;
    list-style: none;
    display: inline-block;
    color: #45818e;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(33% - 5px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px; }

.imsyakiyah .logo-sponsor {
  margin-bottom: 7px;
  display: block; }
  .imsyakiyah .logo-sponsor img {
    width: 70px;
    height: 30px;
    position: relative; }
    .imsyakiyah .logo-sponsor img:before {
      background: #eee;
      width: 100%;
      height: 100%;
      content: "Logo Sponsor 70x30px";
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 9px;
      font-weight: 600;
      padding: 2px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.4; }

.imsyakiyah .schedule {
  width: 210px;
  font-size: 11px;
  line-height: 13px; }

.imsyakiyah .schedule span {
  display: block; }

.imsyakiyah .ims-select {
  position: relative;
  width: auto;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  margin: 0 8px 5px 0;
  padding: 3px 4px; }

.imsyakiyah .ims-select:after {
  position: absolute;
  right: 5px;
  top: 4px;
  content: "";
  z-index: 1;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDkgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03Ljc5MTAyIDguMzAwOTFMNC4zMzU5MSAxMS43NTZMMC44ODA4MDcgOC4zMDA5MSIgc3Ryb2tlPSIjNDU4MThFIiBzdHJva2Utd2lkdGg9IjAuOTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMC44ODA4NTkgNC4yMDE0N0w0LjMzNTk2IDAuNzQ2MzY1TDcuNzkxMDcgNC4yMDE0NyIgc3Ryb2tlPSIjNDU4MThFIiBzdHJva2Utd2lkdGg9IjAuOTkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  background-size: contain;
  color: #3ec1a0;
  height: 12px;
  width: 8px; }

.imsyakiyah .ims-select select {
  width: 100%;
  outline: none;
  display: inline-block;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -ms-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  content: "";
  z-index: 2;
  position: relative;
  border: none;
  color: #7f2d76;
  cursor: pointer;
  padding: 0 13px 0 2px; }

.logo-sponsor {
  display: inline-block;
  margin: 0 0 2px;
  vertical-align: top; }

.ims-link {
  color: #fdd84b;
  font-family: OpenSans, sans-serif;
  font-size: 11px;
  text-decoration: none; }

@media (min-width: 480px) {
  .imsyakiyah--horizontal {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 8px;
    border-radius: 5px; } }

@media (min-width: 480px) {
  .imsyakiyah--horizontal .imsyakiyahTitle {
    padding: 8px 13px;
    font-size: 14px;
    width: 100px; } }

@media (min-width: 480px) {
  .imsyakiyah--horizontal .float-left {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; } }

.imsyakiyah--horizontal .title {
  text-decoration: none; }
  @media (min-width: 480px) {
    .imsyakiyah--horizontal .title {
      max-width: unset; } }
  @media (min-width: 480px) {
    .imsyakiyah--horizontal .title span {
      font-size: 14px;
      margin-top: 10px; } }

@media (min-width: 480px) {
  .imsyakiyah--horizontal .schedule {
    width: auto;
    margin-top: 8px; } }

@media (min-width: 480px) {
  .imsyakiyah--horizontal .ims-select {
    height: 18px;
    margin-top: 2px;
    width: 220px; } }

@media (min-width: 480px) {
  .imsyakiyah--horizontal ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 12px; } }

@media (min-width: 480px) {
  .imsyakiyah--horizontal ul li {
    color: #fff;
    background: none;
    font-size: 13px;
    padding: 3px 0px; } }

.imsyakiyah--header {
  display: none;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  width: 141px;
  font-family: Roboto, sans-serif;
  z-index: 120;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: absolute;
  left: 0px;
  top: 0px; }
  @media (max-width: 480px) {
    .imsyakiyah--header {
      display: none; } }
  .imsyakiyah--header .title {
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    text-align: left; }
    .imsyakiyah--header .title span {
      color: #fff;
      display: block; }
  .imsyakiyah--headerTitle {
    background: #45818e;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #e8d088;
    padding: 5px 0;
    margin: 0;
    font-size: 11px;
    font-weight: 700; }
  .imsyakiyah--header ul {
    margin: 0;
    padding: 0;
    gap: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
  .imsyakiyah--header li {
    background: #f1f1f1;
    padding: 2px 8px;
    margin: 0;
    list-style: none;
    display: inline-block;
    color: #45818e;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(33% - 5px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 10px;
    border-radius: 3px; }
  .imsyakiyah--header .ims-select {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin: 0 0 5px 0;
    padding: 0px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 22px;
    margin-top: 2px;
    width: 100%; }
    .imsyakiyah--header .ims-select select {
      text-overflow: "";
      content: "";
      width: 100%;
      font-size: 10px;
      position: relative;
      border: none;
      color: #45818e;
      cursor: pointer;
      padding: 0 10px 0 2px;
      outline: none; }

.rangkaianEvent {
  background-color: #f2e4ac;
  padding: 40px 0;
  text-align: center; }
  @media (max-width: 768px) {
    .rangkaianEvent {
      padding: 12px 0 20px; } }
  .rangkaianEvent .section-title {
    color: #299b5b;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 24px;
    text-transform: none; }
    @media (max-width: 768px) {
      .rangkaianEvent .section-title {
        font-size: 15px; } }
  .rangkaianEvent__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .rangkaianEvent__card {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    border-radius: 12px;
    padding: 24px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (max-width: 768px) {
      .rangkaianEvent__card {
        min-height: 81px;
        max-height: 81px;
        min-width: calc(45% - 32px);
        max-width: calc(45% - 32px);
        padding: 9px 16px; } }
    .rangkaianEvent__card:hover {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px); }
    .rangkaianEvent__card.bg-primary {
      background-color: #299b5b; }
    .rangkaianEvent__card.bg-maroon {
      background-color: #c2003d; }
  .rangkaianEvent__name {
    color: #ffca28;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 12px 0; }
    @media (max-width: 768px) {
      .rangkaianEvent__name {
        font-size: 20px;
        margin: 0; } }
    .rangkaianEvent__name.longtext {
      font-size: 22px; }
      @media (max-width: 768px) {
        .rangkaianEvent__name.longtext {
          font-size: 12px; } }
  .rangkaianEvent__meta .label-periode {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 4px; }
  .rangkaianEvent__date {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    margin: 0; }
    @media (max-width: 768px) {
      .rangkaianEvent__date {
        font-size: 10px; } }

@media (max-width: 768px) {
  .rangkaianEvent__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.ico {
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: block;
  background-position: center; }
  @media (max-width: 1280px) {
    .ico {
      width: 12px;
      height: 12px; } }
  .ico-tk {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4wMjkiIGhlaWdodD0iMTYuNDgiIHZpZXdCb3g9IjAgMCAxNC4wMjkgMTYuNDgiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjQ3IC0wLjAxNykiPjxwYXRoIGQ9Ik05LjgxMywxLjAxNkMxMC42MzIsMSwxMS40NDQsMS4wMTEsMTIuMjU2LDFBMy44ODEsMy44ODEsMCwwLDAsMTMuMzUxLDMuNjFoMGE0LjM4NSw0LjM4NSwwLDAsMCwyLjYzNSwxLjExN0gxNlY3LjI0NmE2LjY2Myw2LjY2MywwLDAsMS0yLjY2NS0uNjIzbC4wNDEuMDE3YTcuNjkyLDcuNjkyLDAsMCwxLTEuMDM4LS42bC4wMjYuMDE3Yy0uMDA2LDEuODI0LjAwNiwzLjY0OS0uMDEyLDUuNDY3QTQuNzU2LDQuNzU2LDAsMCwxLDExLjUsMTRsLjAxLS4wMTZhNC42NTcsNC42NTcsMCwwLDEtMy42ODUsMi4wMDVINy44MTRjLS4wNjEsMC0uMTM0LDAtLjIwNywwYTQuNTM2LDQuNTM2LDAsMCwxLTIuMzYyLS42NTlsLjAyLjAxMkE0LjcyMyw0LjcyMywwLDAsMSwyLjk4NSwxMS44bDAtLjAyMWMtLjAxMy0uMzEyLS4wMTktLjYyNS0uMDA2LS45MzFhNC43MDksNC43MDksMCwwLDEsNC42OC00LjIzOCw0Ljc2MSw0Ljc2MSwwLDAsMSwuOC4wNjhsLS4wMjgsMGMuMDEyLjkyNC0uMDI1LDEuODQ5LS4wMjUsMi43NzRhMi4xMDYsMi4xMDYsMCwwLDAtLjcxLS4xMjEsMi4xNDUsMi4xNDUsMCwwLDAtMi4wMjIsMS40M2wwLC4wMTVhMi40MjYsMi40MjYsMCwwLDAtLjEwNS43MTMsMi41NjIsMi41NjIsMCwwLDAsLjAxOS4zdi0uMDEyYTIuMTMsMi4xMywwLDAsMCwyLjEsMS43OTVsLjA5LDBoMGEyLjEsMi4xLDAsMCwwLDEuNzI1LTFsLjAwNS0uMDA5YTEuNDI5LDEuNDI5LDAsMCwwLC4yNTUtLjY1NnYtLjAwN2MuMDYzLTEuMTE4LjAzOC0yLjIzLjA0My0zLjM0OS4wMDYtMi41MTgtLjAwNi01LjAzLjAxMi03LjU0MVoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9nPjwvc3ZnPg=="); }
  .ico-tw {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE1IDEzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOSAtMjQ1KSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNS42MzEgMjM1LjA0NSkiPjxwYXRoIGQ9Ik0xOC4zNjksMTEuNDkzYTUuODU2LDUuODU2LDAsMCwxLTEuNzY4LjUxNywzLjI2MywzLjI2MywwLDAsMCwxLjM1My0xLjgxNiw1LjkzNCw1LjkzNCwwLDAsMS0xLjk1NC44LDIuOTg4LDIuOTg4LDAsMCwwLTIuMjQ2LTEuMDM2LDMuMTg1LDMuMTg1LDAsMCwwLTMuMDc3LDMuMjgyLDMuNSwzLjUsMCwwLDAsLjA4Ljc0OCw4LjU3LDguNTcsMCwwLDEtNi4zNDMtMy40MjlBMy40MzQsMy40MzQsMCwwLDAsNCwxMi4yMDVhMy4zNDMsMy4zNDMsMCwwLDAsMS4zNjksMi43MzIsMi45MjEsMi45MjEsMCwwLDEtMS4zOTQtLjQxYzAsLjAxNCwwLC4wMjcsMCwuMDQxQTMuMjM5LDMuMjM5LDAsMCwwLDYuNDQsMTcuNzg2YTIuODkzLDIuODkzLDAsMCwxLTEuMzkuMDU2LDMuMTEzLDMuMTEzLDAsMCwwLDIuODc1LDIuMjc5QTUuOTM1LDUuOTM1LDAsMCwxLDQuMSwyMS41MjZhNS44MjMsNS44MjMsMCwwLDEtLjczNC0uMDQ2LDguMzIsOC4zMiwwLDAsMCw0LjcxNywxLjQ3NWM1LjY2MSwwLDguNzU2LTUsOC43NTYtOS4zMzhxMC0uMjEzLS4wMDktLjQyNWE2LjUsNi41LDAsMCwwLDEuNTM2LTEuN1ptMCwwIi8+PC9nPjxwYXRoIGQ9Ik05LDI1Ni41MjZhNS44MjgsNS44MjgsMCwwLDAsLjczNC4wNDYsNS45MzYsNS45MzYsMCwwLDAsMy44MjItMS40LDMuMTEzLDMuMTEzLDAsMCwxLTIuODc1LTIuMjgsMi44NTYsMi44NTYsMCwwLDAsLjU3OS4wNTksMi45MTMsMi45MTMsMCwwLDAsLjgxMS0uMTE1QTMuMjM5LDMuMjM5LDAsMCwxLDkuNiwyNDkuNjEzdi0uMDQxYTIuOTIyLDIuOTIyLDAsMCwwLDEuMzk0LjQxLDMuMzQsMy4zNCwwLDAsMS0xLjM2OS0yLjczMiwzLjQzOCwzLjQzOCwwLDAsMSwuNDE3LTEuNjUsOC41NjksOC41NjksMCwwLDAsNi4zNDMsMy40MjksMy40NjMsMy40NjMsMCwwLDEtLjA4LS43NDhBMy4xODQsMy4xODQsMCwwLDEsMTkuMzg1LDI0NWEyLjk4NSwyLjk4NSwwLDAsMSwyLjI0NiwxLjAzNiw1LjkyNyw1LjkyNywwLDAsMCwxLjk1NS0uOCwzLjI2OCwzLjI2OCwwLDAsMS0xLjM1NCwxLjgxNkE1Ljg1MSw1Ljg1MSwwLDAsMCwyNCwyNDYuNTM5YTYuNDg0LDYuNDg0LDAsMCwxLTEuNTM1LDEuN2MuMDA1LjE0LjAwOS4yODMuMDA5LjQyNSwwLDQuMzM3LTMuMSw5LjMzNy04Ljc1Niw5LjMzN0E4LjMyOSw4LjMyOSwwLDAsMSw5LDI1Ni41MjZaIiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg=="); }
  .ico-x {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNC4yMTEiIGhlaWdodD0iMTMuMzAxIiB2aWV3Qm94PSIwIDAgMTQuMjExIDEzLjMwMSI+PHBhdGggZD0iTTI4MS41MzUsMTY3LjMxbDUuNDg3LDcuMzM2LTUuNTIxLDUuOTY1aDEuMjQzbDQuODM0LTUuMjIyLDMuOTA2LDUuMjIyaDQuMjI5bC01LjgtNy43NDksNS4xMzktNS41NTJoLTEuMjQzbC00LjQ1Miw0LjgxLTMuNi00LjgxWm0xLjgyNy45MTVIMjg1LjNsOC41NzksMTEuNDdoLTEuOTQzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI4MS41IC0xNjcuMzEpIiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }
  .ico-in {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTQiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNCAxMiI+PGltYWdlIHdpZHRoPSIxNCIgaGVpZ2h0PSIxMiIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBNEFBQUFNQ0FZQUFBQlNnSXphQUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQU8xSlJFRlVLRk9WMHI4cnhsRVV4L0hYUTBZYk10Z01abGtzRm9XQkpBTXhlRXpzL2dWL2dKVk5LUU9sSkVwaU1ERlpqRXhTVXBKZjg5WFIvZGJ0V2I2UE81NzdlZC9QK1p4ekd5bWxCL1RoRkV2YVBJMlVVc3JhTi9TMHlRbHdCZDBJNS9QL2dLM2FUdlNqQTAvNWNoZ0RlTVZ0MU1MeEJiMDR3UndXc1k5M1RHTVRFOFhyTjVndk04WkxvMWpIZGtzYjl4aENWNjZmQmZpWk0xNWdFazNzWnNFSFJ2Q0lRZHhsN1ZjZHVJR3R3djBTNC9pcEF5UHZRUUVlWXhiZmRlQUNEZ3N3QmppRHYxYXJEMUFOWncwN1dSdzczaXZBYTR4VjYzak9nYS95T3BhTHFhN2lxQUREZlNvY2Z3RnhGMXRtSTRaMHhBQUFBQUJKUlU1RXJrSmdnZz09Ii8+PC9zdmc+"); }
  .ico-fb {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDcgMTciPjxpbWFnZSB3aWR0aD0iNyIgaGVpZ2h0PSIxNyIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFBY0FBQUFSQ0FZQUFBQVIzYlpWQUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQUlKSlJFRlVHRmZkemlFS1FsRVFCZER6cXl0d0RTYWIwYUxnTXF3bW0vbFhteGE3T3pDTG16QVp4T0FldEFsUEhzeklMMzhEVGhtWXcyVnVVMG9STThNZW96dzBnVU04TUVpb08zR0ZRd2ZlK0NSdXNRbThZTjVON3JBT1BHS1oyR0tCU2VBVnA4UmYzVzRadk9yUFByeFhyUCttR0VmeWhqT2UyYmEzVUEzOEFYNEJ0VjlWaXhkNjV0OEFBQUFBU1VWT1JLNUNZSUk9Ii8+PC9zdmc+"); }
  .ico-ig {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyI+PGltYWdlIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFCRUFBQUFSQ0FZQUFBQTdiVWY2QUFBQUJITkNTVlFJQ0FnSWZBaGtpQUFBQWVkSlJFRlVPRStOa3pGc2pWRVV4MytQSURHMGkraEFHY1JKU0F6VVFMUVZRa3gwSUdmUUpoTGRXc21aYklUUUxoS0p1K2lDU1FjM2RDV1JsR2hMMG9wMkVOSTd0QWF4VkNJWTZDQlB6bk0vK1Y3ejlEblRsM3ZPL2QzLzl6L25WS3JWS2g0aHBuM0FWZUJrN1dEMWVPeTFwakx0WlJXSGhKaDZnZnY1M2l6d0FmaERyNDhLc0Ezb3lNZjlwbkt2Y3V2Qi9FNGdBWitCYmxONTMweEdpR2tkc0FCc0JmWTQ1RGx3R05oaUtwLytBekFJL0FRaThBMlljWWpMbmpVVjkrUnZoSmk2Z0F2K0V2QU91RzBxNHlHbWM4QW1VN2taWXBvRURoV1FVVlBwS3dnaHBvdkFqUWFxTHB2S1VLbnVEdEJmUUI2WnlwbmNwZjB1RVhnTG5ES1Z4UkJUT3pBR2VLN1RWS1p5clRlanQ0Q01tY3JwbkhnQ25BQmFUT1Y3NmRYMXdETHd6RlNPNXRwUjRHd2p5SmNNV0x2eWQwSk1idWl5cWJRMmd6d0ZqZ0ViVGVWSFNja2E0QmN3WVNyZGpTQmxUdzRBcjREWFFJKzNQY1RVQmp4MFA0QWpwdUpqNFVOYTU4bks3bHdDcm1jVjdzT0cvRDFzS3A2clJZaXByanR2VEtVWTVhTGdPREFBN0FibWdSRlQ4WjBwejlLRXEzTmphd01EYkRhVnBXWVRXMUxSQW53RjVoeXlLMC9rUng5L1UvR2RXRFZDVEw2RTQ4QU9ZRyt4eGVlQnUvbm15N3pGL3dKdHo4bzlQMkFxSXpWSU51a2djQzIzdDVrWTc4NFZVM25oaGI4QkpkemozTnZGaExzQUFBQUFTVVZPUks1Q1lJST0iLz48L3N2Zz4="); }
  .ico-wa {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNy4yIiBoZWlnaHQ9IjE3LjIwMyIgdmlld0JveD0iMCAwIDE3LjIgMTcuMjAzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMy4yOSAtMy41KSI+PHBhdGggZD0iTTE3LjYsNi4zMkE3Ljg1LDcuODUsMCwwLDAsMTIsNCw3Ljk0LDcuOTQsMCwwLDAsNS4xMiwxNS44OUw0LDIwbDQuMi0xLjFBNy45MjIsNy45MjIsMCwwLDAsMTcuNiw2LjMyWk0xMiwxOC41M2E2LjU3OSw2LjU3OSwwLDAsMS0zLjM2LS45MmwtLjI0LS4xNS0yLjQ5LjY2LjY2LTIuNDMtLjE2LS4yNUE2LjYyNyw2LjYyNywwLDEsMSwxMiwxOC41M1ptMy42MS00Ljk0Yy0uMi0uMS0xLjE3LS41OC0xLjM1LS42NHMtLjMyLS4xLS40NS4xYTksOSwwLDAsMS0uNjMuNzdjLS4xMS4xNC0uMjMuMTUtLjQzLDBhNS4zMyw1LjMzLDAsMCwxLTIuNjktMi4zNWMtLjIxLS4zNS4yLS4zMy41OC0xLjA4YS4zOC4zOCwwLDAsMCwwLS4zNWMwLS4xLS40NS0xLjA4LS42MS0xLjQ3cy0uMzItLjMzLS40NS0uMzRIOS4xOWEuNzEuNzEsMCwwLDAtLjUzLjI1QTIuMTksMi4xOSwwLDAsMCw4LDEwLjE3YTMuODIsMy44MiwwLDAsMCwuODEsMi4wNSw4Ljg5LDguODksMCwwLDAsMy4zOSwzLDMuODUxLDMuODUxLDAsMCwwLDIuMzguNSwyLDIsMCwwLDAsMS4zMy0uOTQsMS42MiwxLjYyLDAsMCwwLC4xMi0uOTRBMS40LDEuNCwwLDAsMCwxNS42MSwxMy41OVoiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9nPjwvc3ZnPg=="); }
  .ico-plus {
    position: relative;
    background-color: #bbb;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    display: inline-block;
    font-size: 18px; }
    .ico-plus:before {
      content: "+";
      position: absolute;
      font-weight: 700;
      top: -3px;
      left: 4px;
      display: inline-block; }
  .ico-heart {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTkxMDUgMTAuMTczM0w0Ljk2NjM4IDEwLjAyMzZDMy44OTg3NiA5LjMxMDUxIDIuNTQ3OTEgOC41MDQ4MyAxLjU0NzM3IDcuMzIwNDRDMC40OTI4ODggNi4wNzI1MiAtMC4wMTI4ODI3IDQuNzkxMjQgMC4wMDAyNDkxODUgMy40MDI0MUMwLjAxNTg2NjYgMS44NTE3NCAxLjI1OTUzIDAuNTkwMzMyIDIuNzcyMjMgMC41OTAzMzJDMy45NzI5NCAwLjU5MDMzMiA0Ljc3MTE3IDEuMjg5MTggNS4xOTEwNSAxLjc5MzUzQzUuNjEwOTMgMS4yODkxOCA2LjQwOTE2IDAuNTkwMzMyIDcuNjA5ODcgMC41OTAzMzJDOS4xMjI1NyAwLjU5MDMzMiAxMC4zNjYyIDEuODUxNzQgMTAuMzgxOCAzLjQwMTdDMTAuMzk1NyA0Ljc5MTI0IDkuODg5OTIgNi4wNzE4MSA4LjgzNDcyIDcuMzE5NzNDNy44MzQxOSA4LjUwNDgzIDYuNDgzMzMgOS4zMTA4NyA1LjQxNTcyIDEwLjAyMzZMNS4xOTEwNSAxMC4xNzMzWiIgZmlsbD0iIzc1NzU3NSIvPgo8L3N2Zz4K"); }
  .ico-comment {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTc3MSAwLjU5MDgySDEuMzExMDJDMC41ODc5MDggMC41OTA4MiAwIDEuMTc4NzMgMCAxLjkwMTgzVjcuODAxNEMwIDguNTI0NSAwLjU4NzkwOCA5LjExMjQxIDEuMzExMDIgOS4xMTI0MUgzLjI3NzU0VjEwLjgzMzFDMy4yNzc1NCAxMS4wMzM5IDMuNTA2OTcgMTEuMTUwNiAzLjY2ODc5IDExLjAzMThMNi4yMjczMiA5LjExMjQxSDkuMTc3MUM5LjkwMDIxIDkuMTEyNDEgMTAuNDg4MSA4LjUyNDUgMTAuNDg4MSA3LjgwMTRWMS45MDE4M0MxMC40ODgxIDEuMTc4NzMgOS45MDAyMSAwLjU5MDgyIDkuMTc3MSAwLjU5MDgyWiIgZmlsbD0iIzc1NzU3NSIvPgo8L3N2Zz4K"); }
  .ico-views {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzA5MiAwLjc4NzEwOUMzLjc4Mjg2IDAuNzg3MTA5IDEuMjQ2NDIgMi40OTExNyAwIDQuOTgwMzZDMS4yNDY0MiA3LjQ2OTU1IDMuNzgyODYgOS4xNzM2MSA2LjcwOTIgOS4xNzM2MUM5LjYzNTQ2IDkuMTczNjEgMTIuMTcxOSA3LjQ2OTU1IDEzLjQxODQgNC45ODAzNkMxMi4xNzIgMi40OTExNyA5LjYzNTQ2IDAuNzg3MTA5IDYuNzA5MiAwLjc4NzEwOVpNMTAuMDE3MyAzLjAxMDg5QzEwLjgwNTYgMy41MTM3NCAxMS40NzM3IDQuMTg3MjggMTEuOTc1NSA0Ljk4MDM2QzExLjQ3MzcgNS43NzM0MyAxMC44MDU2IDYuNDQ2OTcgMTAuMDE3MyA2Ljk0OTgyQzkuMDI2NjggNy41ODE2NiA3Ljg4Mjc2IDcuOTE1NjMgNi43MDkyIDcuOTE1NjNDNS41MzU2MiA3LjkxNTYzIDQuMzkxNjcgNy41ODE2NiAzLjQwMTA5IDYuOTQ5ODJDMi42MTI3OSA2LjQ0NyAxLjk0NDc1IDUuNzczNDYgMS40NDI5NiA0Ljk4MDM2QzEuOTQ0NzQgNC4xODcyNiAyLjYxMjggMy41MTM3MiAzLjQwMTEzIDMuMDEwODlDMy40NTI0NyAyLjk3ODEzIDMuNTA0MzQgMi45NDY0IDMuNTU2NTUgMi45MTUyNEMzLjQyNjAzIDMuMjczMzQgMy4zNTQ2MSAzLjY1OTgyIDMuMzU0NjEgNC4wNjMwOUMzLjM1NDYxIDUuOTE1NzQgNC44NTY1MyA3LjQxNzY4IDYuNzA5MjIgNy40MTc2OEM4LjU2MTg3IDcuNDE3NjggMTAuMDYzOCA1LjkxNTc0IDEwLjA2MzggNC4wNjMwOUMxMC4wNjM4IDMuNjU5ODIgOS45OTIzOCAzLjI3MzM0IDkuODYxOTEgMi45MTUyMUM5LjkxNDE3IDIuOTQ2MzUgOS45NjU5NSAyLjk3ODI1IDEwLjAxNzMgMy4wMTA4OVpNNi43MDkyIDMuNzIyMzhDNi43MDkyIDQuNDE3MTUgNi4xNDYgNC45ODAzNiA1LjQ1MTIzIDQuOTgwMzZDNC43NTY0NiA0Ljk4MDM2IDQuMTkzMjUgNC40MTcxNSA0LjE5MzI1IDMuNzIyMzhDNC4xOTMyNSAzLjAyNzYxIDQuNzU2NDYgMi40NjQ0MSA1LjQ1MTIzIDIuNDY0NDFDNi4xNDYgMi40NjQ0MSA2LjcwOTIgMy4wMjc2NCA2LjcwOTIgMy43MjIzOFoiIGZpbGw9IiM3NTc1NzUiLz4KPC9zdmc+Cg=="); }
  .ico-reply {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxMyAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDMuNDk1NzhMMi45NzE1OCA1LjIwNTY3TDUuOTQzMTUgNi45ODczM0w1Ljg4NDY0IDQuNjQ4MzdIOC4wMTYxNUMxMC44ODMyIDQuNjgyMTUgMTAuNzQ1MyA2LjYzNjkxIDEwLjc0NTMgNi44ODE3OVY5LjQ5OTRDMTAuNzQ1MyA5LjY3MjUgMTAuODgzMiAxMS42OTkgOC4wMTYxNSAxMS43MzI4SDMuNTk0MzFWMTRINy45ODI3MkMxMy4wOTgzIDE0IDEzLjAyNzMgOS45ODQ5MiAxMi45OTM5IDkuNDk1MTdWNi44Nzc1NkMxMy4wMjczIDYuMzg3ODIgMTMuMDk4MyAyLjMzODk2IDcuOTgyNzIgMi4zMzg5Nkg1Ljg4NDY0TDUuOTQzMTUgMEwyLjk3MTU4IDEuNzQzNjdMMCAzLjQ5NTc4WiIgZmlsbD0iIzQ1ODE4RSIvPgo8L3N2Zz4K"); }
  .ico-trash {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNSAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuODc1OTggOC42ODU0MlYxMi43NDkxIiBzdHJva2U9IiM0NTgxOEUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik05LjEyNjk1IDguNjg1NDJWMTIuNzQ5MSIgc3Ryb2tlPSIjNDU4MThFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMSA0LjYyMTgzSDE0LjAwMzciIHN0cm9rZT0iIzQ1ODE4RSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIuNjI1IDcuMDU5OTRWMTMuNTYxOEMyLjYyNSAxNC45MDg0IDMuNzE2NjIgMTYgNS4wNjMxOSAxNkg5LjkzOTU3QzExLjI4NjIgMTYgMTIuMzc3OCAxNC45MDg0IDEyLjM3NzggMTMuNTYxOFY3LjA1OTk0IiBzdHJva2U9IiM0NTgxOEUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik01LjA2MzQ4IDIuOTk2MzFDNS4wNjM0OCAyLjA5ODU5IDUuNzkxMjIgMS4zNzA4NSA2LjY4ODk0IDEuMzcwODVIOC4zMTQ0QzkuMjEyMTQgMS4zNzA4NSA5LjkzOTg2IDIuMDk4NTkgOS45Mzk4NiAyLjk5NjMxVjQuNjIxNzdINS4wNjM0OFYyLjk5NjMxWiIgc3Ryb2tlPSIjNDU4MThFIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K"); }

.ico-pencil {
  width: 2.5px;
  height: 7px;
  background: #45818e;
  position: relative;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg); }

.ico-pencil::before {
  content: "";
  position: absolute;
  width: 2.5px;
  height: 2.5px;
  background: #45818e;
  top: -4px; }

.ico-pencil::after {
  content: "";
  position: absolute;
  width: 2.4px;
  height: 2.4px;
  background: #45818e;
  left: 0.33px;
  bottom: -2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  background-repeat: no-repeat; }

.logobrand {
  width: 264px;
  height: 88px;
  display: block;
  padding: 20px 0 0px;
  margin: auto; }
  @media (max-width: 1280px) {
    .logobrand {
      width: 190px;
      height: 63px; } }
  @media (max-width: 768px) {
    .logobrand {
      width: 118px;
      height: 39px;
      padding: 38px 12px 6px; } }

.webTitle {
  color: #FECD1A;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: 1px; }
  .webTitle b {
    color: #09D9BE; }
  @media (max-width: 1280px) {
    .webTitle {
      font-size: 60px; } }
  @media (max-width: 768px) {
    .webTitle {
      font-size: 25px; } }

.webSubtitle {
  color: #12D760;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 8px; }
  @media (max-width: 1280px) {
    .webSubtitle {
      font-size: 22px;
      letter-spacing: 7.5px; } }
  @media (max-width: 768px) {
    .webSubtitle {
      font-size: 13px;
      letter-spacing: 3.5px; } }

.webLead {
  font-size: 18px;
  margin: 10px 10px 30px; }
  @media (max-width: 1280px) {
    .webLead {
      font-size: 14px;
      margin: 10px 10px 12px; } }
  @media (max-width: 768px) {
    .webLead {
      font-size: 10px;
      padding: 0 82px;
      margin: 10px 10px 15px; } }
  @media (max-width: 376px) {
    .webLead {
      padding: 0 20px; } }

.webTitle, .webSubtitle, .webLead {
  text-align: center;
  line-height: 1.4; }

.card {
  -webkit-box-flex: calc(25% - 28px);
  -ms-flex: calc(25% - 28px);
  flex: calc(25% - 28px);
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .card--patern-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 444px;
    gap: 25px;
    list-style-type: none; }
    @media (max-width: 480px) {
      .card--patern-3 {
        gap: 15px;
        height: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .card--patern-3 .card {
      text-align: center;
      color: #45818e;
      border-radius: 5px;
      margin-bottom: 2px; }
      .card--patern-3 .card:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 657px;
        border-radius: 10px;
        overflow: hidden; }
        @media (max-width: 480px) {
          .card--patern-3 .card:nth-child(1) {
            width: 100%; }
            .card--patern-3 .card:nth-child(1) img {
              width: 100%; } }
      .card--patern-3 .card:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .card--patern-3 .card:nth-child(3) {
        margin-top: 10px; }
      .card--patern-3 .card:nth-child(2), .card--patern-3 .card:nth-child(3) {
        background-color: #d8fbf2;
        padding: 19px;
        height: 199px;
        width: 417px; }
        @media (max-width: 480px) {
          .card--patern-3 .card:nth-child(2), .card--patern-3 .card:nth-child(3) {
            width: 50%;
            padding: 6px;
            margin-top: 0;
            height: auto; } }
        .card--patern-3 .card:nth-child(2) .cardTitle, .card--patern-3 .card:nth-child(3) .cardTitle {
          font-weight: 700;
          margin: 10px 0 0;
          color: #45818e; }
          @media (max-width: 480px) {
            .card--patern-3 .card:nth-child(2) .cardTitle, .card--patern-3 .card:nth-child(3) .cardTitle {
              font-size: 10px; } }
        .card--patern-3 .card:nth-child(2) .cardLead, .card--patern-3 .card:nth-child(3) .cardLead {
          height: 44px;
          font-size: 15px;
          font-weight: 400;
          line-height: 22px;
          margin: 1px 0 10px;
          -webkit-transition: all 0.1s ease-in-out;
          transition: all 0.1s ease-in-out; }
          @media (max-width: 480px) {
            .card--patern-3 .card:nth-child(2) .cardLead, .card--patern-3 .card:nth-child(3) .cardLead {
              font-size: 10px;
              line-height: 12px;
              height: 25px; } }
      .card--patern-3 .card a:hover {
        color: unset; }
        .card--patern-3 .card a:hover .cardLead {
          color: #ffa65c; }
      @media (max-width: 480px) {
        .card--patern-3 .cardDate--yellowbox {
          font-size: 11px; }
          .card--patern-3 .cardDate--yellowbox span {
            display: inline-block; } }
      @media (max-width: 480px) {
        .card--patern-3 .card .btn {
          font-size: 9px;
          width: 100%; } }
      .card--patern-3 .card .wPost {
        margin: 0 !important;
        padding: 0 !important;
        border: none; }
      .card--patern-3 .card .wRamadan {
        gap: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        .card--patern-3 .card .wRamadan .accord__content {
          height: 205px;
          padding: 20px 20px 20px 29px; }
      .card--patern-3 .card.wPost {
        padding: 0;
        border: none;
        background: none; }
        .card--patern-3 .card.wPost .accord__heading {
          color: #000; }
        .card--patern-3 .card.wPost .accord__text {
          height: 38px;
          overflow: hidden; }
          @media (max-width: 768px) {
            .card--patern-3 .card.wPost .accord__text {
              height: 44px;
              overflow: hidden;
              line-height: 1.1; } }
        .card--patern-3 .card.wPost .accord__action {
          position: absolute;
          bottom: 8px;
          color: #fff; }
        .card--patern-3 .card.wPost .accord__content {
          border-radius: 5px; }
          @media (max-width: 768px) {
            .card--patern-3 .card.wPost .accord__content {
              width: 100%; } }
  .card a {
    color: inherit;
    text-decoration: none; }
    .card a:hover {
      color: #ccc; }
  .card--headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 34px;
    position: relative; }
    @media (max-width: 480px) {
      .card--headline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        height: 420px; } }
    .card--headline .cardHeader {
      width: 658px; }
      @media (max-width: 480px) {
        .card--headline .cardHeader {
          width: 100%; } }
    @media (max-width: 480px) {
      .card--headline .cardImg {
        border-radius: 5px;
        position: relative; }
        .card--headline .cardImg:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          background: -webkit-gradient(linear, left bottom, left top, color-stop(30.04%, #fff), color-stop(97.35%, rgba(99, 155, 164, 0)));
          background: linear-gradient(360deg, #fff 30.04%, rgba(99, 155, 164, 0) 97.35%); } }
    .card--headline .cardContent {
      position: relative;
      border-radius: 5px;
      padding: 30px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      background: -webkit-gradient(linear, right top, left top, color-stop(30.04%, #fff), color-stop(97.35%, rgba(99, 155, 164, 0)));
      background: linear-gradient(270deg, #fff 30.04%, rgba(99, 155, 164, 0) 97.35%);
      height: 398px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 480px) {
        .card--headline .cardContent {
          background: -webkit-gradient(linear, left bottom, left top, color-stop(30.04%, #fff), color-stop(97.35%, rgba(99, 155, 164, 0)));
          background: linear-gradient(360deg, #fff 30.04%, rgba(99, 155, 164, 0) 97.35%);
          top: -90px;
          padding: 20px;
          height: auto; } }
    .card--headline .cardLead {
      height: 165px;
      font-size: 16px;
      margin: 12px 0 22px; }
      @media (max-width: 480px) {
        .card--headline .cardLead {
          font-size: 11px;
          height: 85px;
          line-height: 14px;
          margin: 12px 0; } }
    .card--headline .cardDate--yellowbox {
      font-size: 24px;
      display: inline-block; }
      @media (max-width: 480px) {
        .card--headline .cardDate--yellowbox {
          font-size: 14px;
          margin-right: 50px;
          max-height: 44px;
          overflow: hidden; } }
    .card--headline .btn {
      width: 100%;
      margin: 20px 0;
      text-align: center;
      height: 40px;
      padding: 11px; }
      @media (max-width: 480px) {
        .card--headline .btn {
          margin: 6px 0; } }
    .card--headline a:hover .cardLead {
      color: #ffa65c !important; }
  .cardWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 28px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 20px; }
  .cardImg {
    overflow: hidden; }
    .cardImg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .cardLead, .cardName {
    height: 18px;
    overflow: hidden; }
  .cardName {
    font-weight: 400;
    font-size: 10px;
    margin: 1px 0;
    color: #236baa; }
  .cardLead {
    font-size: 20px;
    font-weight: 400; }
    .cardLead p {
      padding: 0;
      margin: 0; }
  .cardTitle {
    font-size: 15px;
    font-weight: 600;
    color: #757575;
    cursor: pointer; }
    .cardTitle:hover {
      color: #ffa65c; }
    @media (max-width: 480px) {
      .cardTitle {
        font-size: 12px; } }
  .cardDesc {
    font-size: 16px; }
    @media (max-width: 1280px) {
      .cardDesc {
        font-size: 11px; } }
    @media (max-width: 768px) {
      .cardDesc {
        font-size: 12px; } }
  .cardDate {
    font-size: 11px;
    font-weight: 400;
    margin: 5px 0; }
    .cardDate--yellowbox {
      background-color: #fad953;
      font-weight: 700;
      font-size: 18px;
      display: inline-block;
      padding: 1px 15px;
      border-radius: 5px; }
  .cardCount {
    font-size: 37px;
    color: #97f0b6;
    margin: 8px 0 0; }
    @media (max-width: 1280px) {
      .cardCount {
        font-size: 25px;
        margin: 4px 0 0;
        line-height: 1; } }
    @media (max-width: 768px) {
      .cardCount {
        font-size: 20px; } }
    @media (max-width: 376px) {
      .cardCount {
        font-size: 18px; } }
  @media (max-width: 767px) {
    .card-m6 .card {
      display: none; }
    .card-m6 .card:nth-child(-n + 6) {
      display: block; } }
  .card--video iframe {
    min-width: unset !important;
    position: relative !important;
    width: 100%; }
  .card--video--play .cardImg {
    position: relative; }
    .card--video--play .cardImg:after {
      content: "";
      background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjUiIGhlaWdodD0iNjUiIHZpZXdCb3g9IjAgMCA2NSA2NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggb3BhY2l0eT0iMC43IiBkPSJNMzIuMzQ1MSAwLjU0MzIxM0MyNi4wNTUyIDAuNTQzMjEzIDE5LjkwNjYgMi40MDgzOCAxNC42NzY4IDUuOTAyODRDOS40NDY5NiA5LjM5NzMgNS4zNzA4IDE0LjM2NDEgMi45NjM3OCAyMC4xNzUyQzAuNTU2NzQ4IDI1Ljk4NjMgLTAuMDczMDQwMiAzMi4zODA2IDEuMTU0MDUgMzguNTQ5NkMyLjM4MTE0IDQ0LjcxODYgNS40MSA1MC4zODUyIDkuODU3NjEgNTQuODMyOEMxNC4zMDUyIDU5LjI4MDUgMTkuOTcxOCA2Mi4zMDkzIDI2LjE0MDggNjMuNTM2NEMzMi4zMDk4IDY0Ljc2MzUgMzguNzA0MiA2NC4xMzM3IDQ0LjUxNTMgNjEuNzI2N0M1MC4zMjYzIDU5LjMxOTcgNTUuMjkzMiA1NS4yNDM1IDU4Ljc4NzYgNTAuMDEzN0M2Mi4yODIxIDQ0Ljc4MzggNjQuMTQ3MiAzOC42MzUyIDY0LjE0NzIgMzIuMzQ1M0M2NC4xNDcyIDIzLjkxMDkgNjAuNzk2NyAxNS44MjE5IDU0LjgzMjYgOS44NTc4NEM0OC44Njg2IDMuODkzNzggNDAuNzc5NiAwLjU0MzIxMyAzMi4zNDUxIDAuNTQzMjEzWk00OS4yNjIzIDM0LjM3NzNMMjIuMDAzMyA0OC4wMDY4QzIxLjY1NjkgNDguMTggMjEuMjcyMSA0OC4yNjE4IDIwLjg4NTIgNDguMjQ0NEMyMC40OTg0IDQ4LjIyNyAyMC4xMjI0IDQ4LjExMSAxOS43OTMgNDcuOTA3NEMxOS40NjM1IDQ3LjcwMzggMTkuMTkxNiA0Ny40MTk0IDE5LjAwMzEgNDcuMDgxMkMxOC44MTQ1IDQ2Ljc0MjkgMTguNzE1NiA0Ni4zNjIxIDE4LjcxNTYgNDUuOTc0OFYxOC43MTU5QzE4LjcxNTYgMTguMzI4NiAxOC44MTQ1IDE3Ljk0NzggMTkuMDAzMSAxNy42MDk1QzE5LjE5MTYgMTcuMjcxMyAxOS40NjM1IDE2Ljk4NjkgMTkuNzkzIDE2Ljc4MzNDMjAuMTIyNCAxNi41Nzk3IDIwLjQ5ODQgMTYuNDYzNyAyMC44ODUyIDE2LjQ0NjNDMjEuMjcyMSAxNi40Mjg5IDIxLjY1NjkgMTYuNTEwNyAyMi4wMDMzIDE2LjY4MzlMNDkuMjYyMyAzMC4zMTM0QzQ5LjYzOTcgMzAuNTAyIDQ5Ljk1NzEgMzAuNzkyMSA1MC4xNzg5IDMxLjE1MDlDNTAuNDAwOCAzMS41MDk4IDUwLjUxODMgMzEuOTIzNCA1MC41MTgzIDMyLjM0NTNDNTAuNTE4MyAzMi43NjczIDUwLjQwMDggMzMuMTgwOSA1MC4xNzg5IDMzLjUzOTdDNDkuOTU3MSAzMy44OTg2IDQ5LjYzOTcgMzQuMTg4NiA0OS4yNjIzIDM0LjM3NzNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
      background-repeat: no-repeat;
      z-index: 2;
      width: 43px;
      height: 43px;
      background-size: cover;
      display: block;
      position: absolute;
      opacity: 0.8;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .card--video .cardImg:hover:after {
    opacity: 1; }
  .card .btn {
    color: #fff; }
  .cardFooter {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .cardFooter {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column; } }
  .cardAnalitycs > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    margin: 0px 5px; }
    @media (max-width: 480px) {
      .cardAnalitycs > div {
        margin: 0px 5px 0 0; } }
    .cardAnalitycs > div .ico {
      margin-right: 2px; }

.reportbtnMenu {
  display: none;
  font-family: "Roboto", sans-serif;
  position: absolute;
  margin-top: 10px;
  width: 95px;
  right: -35px;
  padding: 6px 4px;
  border: 0.5px solid #a8a8a8;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 10; }
  .reportbtnMenu::after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-left: 0.5px solid #a8a8a8;
    border-top: 0.5px solid #a8a8a8;
    background-color: #ffffff;
    display: block;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .reportbtnMenu__item {
    font-size: 10px;
    padding: 5px 2px 3px;
    cursor: pointer;
    color: #313432; }
    .reportbtnMenu__item:hover {
      background-color: #d6f2ff; }

.timeline__flag {
  position: absolute;
  right: 30px;
  margin-top: 12px;
  overflow: visible;
  line-height: 1;
  font-size: 15px; }
  .timeline__flag a {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #2376ba;
    position: relative; }
    .timeline__flag a:before, .timeline__flag a::after {
      content: "";
      display: block;
      position: absolute; }
    .timeline__flag a:before {
      top: 20%;
      left: 42%;
      height: 8px;
      width: 3px;
      border: solid #fff;
      border-width: 0 3px 0 0; }
    .timeline__flag a:after {
      top: 70%;
      left: 42%;
      height: 2px;
      width: 3px;
      border: solid #fff;
      border-width: 0 3px 0 0;
      border-radius: 10px; }
    .timeline__flag a:hover {
      background: #67c5f1; }
  .timeline__flag_report {
    position: relative; }

.timeline--trenpekanini__item .reportbtnMenu {
  right: -5px; }
  .timeline--trenpekanini__item .reportbtnMenu::after {
    left: auto;
    right: 10px; }

.reportpopup {
  display: none;
  font-family: "Roboto", sans-serif;
  width: 510px;
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5fcff;
  border: 1px solid #276ebb;
  border-radius: 10px;
  overflow: hidden;
  z-index: 99;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .reportpopupContent {
    max-height: 458px;
    overflow-y: auto;
    padding: 20px 25px;
    overscroll-behavior-y: contain; }
    .reportpopupContent::-webkit-scrollbar-thumb:hover {
      background: #555; }
  .reportpopup textarea {
    resize: none;
    width: 100%;
    height: 98px;
    border-radius: 10px;
    padding: 12px;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .reportpopupClose {
    position: absolute;
    right: 9px;
    top: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    padding: 12px; }
    .reportpopupClose::after, .reportpopupClose::before {
      position: absolute;
      content: "";
      display: block;
      width: 15px;
      height: 2px;
      background: #276ebb; }
    .reportpopupClose:before {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
  .reportpopupTitle {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0; }
    .reportpopupTitle:before {
      content: "";
      height: 1px;
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      width: 140px; }
  .reportpopup span {
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
    padding-left: 2px; }
  .reportpopup .radio {
    position: relative;
    margin: 2px 0;
    vertical-align: middle;
    padding-left: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .reportpopup .radio input,
    .reportpopup .radio label {
      margin-top: 0;
      cursor: pointer;
      font-weight: normal;
      margin-bottom: 5px;
      display: inline-block;
      min-height: auto; }
    .reportpopup .radio input {
      position: relative;
      margin-left: 0px; }
    .reportpopup .radio label {
      padding-left: 8px;
      top: -2px;
      position: relative; }
  .reportpopupAction {
    margin: 12px 0 0;
    text-align: center; }
    .reportpopupAction__button {
      display: inline-block;
      background-color: #fff;
      color: #4f8ed3;
      border: 1px solid #4f8ed3;
      padding: 6px 20px;
      border-radius: 20px;
      font-size: 12px; }
      .reportpopupAction__button:hover {
        background-color: #1f61a8;
        color: #f5f5f5; }
      .reportpopupAction__button:nth-child(2) {
        background-color: #4f8ed3;
        color: #f5f5f5; }
        .reportpopupAction__button:nth-child(2):hover {
          background-color: #1f61a8;
          color: #f5f5f5; }
      .reportpopupAction__button.active {
        background-color: #1f61a8; }
  .reportpopupMessage {
    display: none;
    font-family: "Roboto", sans-serif;
    width: 168px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #f5fcff;
    border: 1px solid #276ebb;
    border-radius: 10px;
    padding: 20px 25px;
    z-index: 11;
    text-align: center; }
    .reportpopupMessage .reportpopupClose {
      right: 10px;
      top: 0px; }

.header {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 100; }
  @media (max-width: 480px) {
    .header {
      display: block;
      height: 65px; } }
  .header--ramadan {
    height: 184px;
    background-color: #299b5b;
    z-index: 99;
    overflow: hidden; }
    @media (max-width: 480px) {
      .header--ramadan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 80px; } }
  .headerVector {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .headerVector--left {
      left: -20px;
      right: auto; }
      @media (max-width: 480px) {
        .headerVector--left {
          display: none; } }
    .headerVector--right {
      right: -20px;
      left: auto; }
      @media (max-width: 480px) {
        .headerVector--right {
          display: none; } }
  .headermenu {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 14px;
    gap: 42px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 5; }
    @media (max-width: 480px) {
      .headermenu {
        font-size: 11px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: auto;
        width: 100%;
        height: 20px; } }
    .headermenu li {
      list-style: none;
      -webkit-transition: all ease-in-out;
      transition: all ease-in-out; }
      .headermenu li a {
        color: #fff;
        text-decoration: none;
        position: relative; }
        .headermenu li a span {
          position: absolute;
          top: 0px;
          right: -32px;
          background: #ff1f00;
          font-size: 5.5px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 0px 2px;
          text-transform: uppercase;
          border-radius: 3px;
          font-weight: 400;
          -webkit-transition: all ease-in-out;
          transition: all ease-in-out; }
      .headermenu li:hover a {
        color: #ffa65c; }
        .headermenu li:hover a span {
          background: #00c2ff;
          color: #fff; }
  .header .logoBrand {
    position: relative; }
    @media (max-width: 480px) {
      .header .logoBrand img {
        height: 47px; } }
  .headerFixedCls {
    height: 0;
    position: relative;
    z-index: -1;
    background-color: #d8fbf2; }
    .headerFixedCls.scrolled {
      height: 184px; }
      @media (max-width: 480px) {
        .headerFixedCls.scrolled {
          height: 65px; } }
    @media (max-width: 480px) {
      .headerFixedCls {
        position: relative; } }

body.scrolled header {
  position: fixed;
  z-index: 103;
  width: 100%; }

body.scrolled .header .imsyakiyah--header {
  display: block; }
  @media (max-width: 480px) {
    body.scrolled .header .imsyakiyah--header {
      display: none; } }

@media (min-width: 480px) {
  body.scrolled .header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    height: 75px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; } }

@media (min-width: 480px) {
  body.scrolled .header .headerVector {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    top: -28px;
    opacity: 0;
    z-index: -1; } }

@media (min-width: 480px) {
  body.scrolled .header .headermenu {
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; } }

@media (min-width: 480px) {
  body.scrolled .header .logoBrand {
    position: relative;
    max-width: 230px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media (min-width: 480px) {
  body.scrolled .header .logoBrand img {
    height: 60px; } }

.sliderVideo,
.slider {
  margin-left: -13px;
  margin-right: -13px;
  height: 411px;
  overflow: hidden; }
  .sliderVideobox,
  .sliderbox {
    height: 377px;
    overflow: hidden; }
    @media (max-width: 480px) {
      .sliderVideobox,
      .sliderbox {
        height: auto; } }
    @media (max-width: 480px) {
      .sliderVideobox .posterItem,
      .sliderbox .posterItem {
        display: none; } }
  .sliderVideoItem__box,
  .sliderItem__box {
    width: 657px;
    background-color: #fff;
    padding: 20px 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    margin-right: 26px; }
    @media (max-width: 480px) {
      .sliderVideoItem__box,
      .sliderItem__box {
        width: 100%;
        margin-bottom: 12px;
        padding-top: 10px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #EFFDF9), color-stop(108%, #93DDED));
        background: linear-gradient(0deg, #EFFDF9 80%, #93DDED 108%); } }
    .sliderVideoItem__box .heading,
    .sliderItem__box .heading {
      font-size: 18px;
      margin: 0;
      position: relative; }
      .sliderVideoItem__box .heading a,
      .sliderItem__box .heading a {
        color: #125ba8;
        top: 6px;
        font-size: 10px; }
    .sliderVideoItem__box .posterItem,
    .sliderItem__box .posterItem {
      width: 200px;
      height: 300px;
      margin: 0; }
      .sliderVideoItem__box .posterItem a,
      .sliderItem__box .posterItem a {
        font-size: 11px; }
    .sliderVideoItem__box .card,
    .sliderItem__box .card {
      margin-top: 12px;
      margin-bottom: 6px; }
      .sliderVideoItem__box .cardTitle,
      .sliderItem__box .cardTitle {
        line-height: 1.2;
        color: #45818e; }
      .sliderVideoItem__box .cardTitle, .sliderVideoItem__box .cardFooter,
      .sliderItem__box .cardTitle,
      .sliderItem__box .cardFooter {
        margin-left: 10px; }
    .sliderVideoItem__box .btn,
    .sliderItem__box .btn {
      width: 100%; }
    .sliderVideoItem__box .profile,
    .sliderItem__box .profile {
      padding: 0 0 5px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 1px solid #d9d9d9;
      margin-bottom: 12px; }
      .sliderVideoItem__box .profilePic img,
      .sliderItem__box .profilePic img {
        height: 50px;
        width: 50px;
        border: 3px solid #f0bc57; }
      .sliderVideoItem__box .profileName,
      .sliderItem__box .profileName {
        font-size: 11px; }
        .sliderVideoItem__box .profileName span,
        .sliderItem__box .profileName span {
          font-size: 9px; }
      .sliderVideoItem__box .profilePic, .sliderVideoItem__box .profileDetails,
      .sliderItem__box .profilePic,
      .sliderItem__box .profileDetails {
        margin-bottom: 0; }
      .sliderVideoItem__box .profileDetails,
      .sliderItem__box .profileDetails {
        padding-left: 20px; }
        @media (max-width: 480px) {
          .sliderVideoItem__box .profileDetails__name,
          .sliderItem__box .profileDetails__name {
            margin-left: 0; } }
      @media (max-width: 480px) {
        .sliderVideoItem__box .profilePic,
        .sliderItem__box .profilePic {
          position: relative; } }
      @media (max-width: 480px) {
        .sliderVideoItem__box .profilePic img,
        .sliderItem__box .profilePic img {
          margin: 0; } }
  .sliderVideoItem__detail,
  .sliderItem__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 22px; }
    @media (max-width: 480px) {
      .sliderVideoItem__detail,
      .sliderItem__detail {
        margin-left: 0; } }
    .sliderVideoItem__detail .penanya span,
    .sliderItem__detail .penanya span {
      color: #45818e; }
    .sliderVideoItem__detail p,
    .sliderItem__detail p {
      font-size: 15px;
      height: 92px;
      overflow: hidden;
      margin: 6px 0; }
      @media (max-width: 480px) {
        .sliderVideoItem__detail p,
        .sliderItem__detail p {
          height: 114px; } }
    .sliderVideoItem__detail p,
    .sliderVideoItem__detail .cardAnalitycs > div,
    .sliderVideoItem__detail .cardDate,
    .sliderItem__detail p,
    .sliderItem__detail .cardAnalitycs > div,
    .sliderItem__detail .cardDate {
      color: #454545; }
    @media (min-width: 480px) {
      .sliderVideoItem__detail .answerbox .cardImg,
      .sliderItem__detail .answerbox .cardImg {
        width: 140px;
        border-radius: 4px; } }
  .sliderVideo .card--video,
  .slider .card--video {
    margin: 13px;
    border-radius: 4px; }
    .sliderVideo .card--video .cardImg,
    .slider .card--video .cardImg {
      border-radius: 4px; }
    .sliderVideo .card--video,
    .sliderVideo .card--video .cardImg,
    .slider .card--video,
    .slider .card--video .cardImg {
      width: 236px;
      margin: auto;
      height: 394px; }

@media (max-width: 480px) {
  .slider {
    height: auto; } }

@media (max-width: 480px) {
  .sliderVideo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: -15px;
    margin-left: 0px;
    gap: 18px; } }

.slick-slider {
  opacity: 0;
  visibility: hidden; }

.slick-initialized {
  opacity: 1;
  visibility: visible; }

.slick-arrow {
  position: absolute;
  top: 45%;
  z-index: 2;
  width: 32px;
  height: 32px;
  color: transparent;
  border-radius: 50%;
  border: none;
  background-color: #2376ba;
  opacity: 0.8;
  cursor: pointer;
  padding: 9px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .slick-arrow:before {
    content: "";
    width: 11px;
    height: 11px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .slick-arrow:hover {
    opacity: 1; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg); }

.slick-next {
  right: 0; }
  .slick-next:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 2px;
    position: relative; }

.imsakyah {
  width: 100%; }

.imsakyahHeader {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 25px;
  position: relative !important; }
  @media (max-width: 768px) {
    .imsakyahHeader {
      position: relative !important;
      margin: 0 12px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: auto !important;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .imsakyahHeader .imsakyahHeader__image {
        max-height: 30px; } }
  .imsakyahHeader__title {
    font-family: "Fredoka", cursive;
    font-size: 48px;
    color: white;
    line-height: 1.2;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-text-stroke: 8px #2fa866;
    paint-order: stroke fill;
    text-shadow: 4px 4px 0px #f4a236; }
    @supports not (-webkit-text-stroke: 8px #2fa866) {
      .imsakyahHeader__title {
        color: #2fa866;
        text-shadow: none; } }
  .imsakyahHeader .sponsor-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .imsakyahHeader .sponsor-section .sponsor-label {
      font-size: 10px;
      color: #666;
      margin-bottom: 4px; }
    .imsakyahHeader .sponsor-section .sponsor-logo {
      background-color: #dcdcdc;
      width: 80px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 10px;
      font-weight: bold;
      color: #333; }

.search-container {
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .search-container {
      margin: 0 12px; } }
  .search-container .select-wrapper {
    position: relative;
    width: 100%;
    max-width: 300px; }
    @media (max-width: 768px) {
      .search-container .select-wrapper {
        max-height: 28px;
        max-width: 204px; } }
    .search-container .select-wrapper select {
      width: 100%;
      padding: 12px 15px;
      border: 2px solid #8ad191;
      border-radius: 6px;
      font-family: "Quicksand", sans-serif;
      font-size: 16px;
      color: #555;
      outline: none;
      background: white;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      @media (max-width: 768px) {
        .search-container .select-wrapper select {
          font-size: 13px;
          padding: 4px 12px; } }
    .search-container .select-wrapper .arrow-icon {
      position: absolute;
      right: 15px;
      top: 45%;
      width: 8px;
      height: 8px;
      border-right: 2px solid #999;
      border-bottom: 2px solid #999;
      -webkit-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      pointer-events: none; }

.imsakyahTable__wrapper {
  background: #fff;
  padding: 18px;
  border-radius: 12px; }
  @media (max-width: 768px) {
    .imsakyahTable__wrapper {
      margin-top: 20px; } }
  .imsakyahTable__wrapper .table-responsive {
    overflow-x: auto; }
    .imsakyahTable__wrapper .table-responsive::-webkit-scrollbar {
      height: 6px; }
    .imsakyahTable__wrapper .table-responsive::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
  .imsakyahTable__wrapper table {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0 5px; }
  .imsakyahTable__wrapper thead th {
    background-color: #2fa866;
    color: white;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    border: none; }
    .imsakyahTable__wrapper thead th:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px; }
    .imsakyahTable__wrapper thead th:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .imsakyahTable__wrapper thead th.badge-col {
      width: 150px;
      text-align: left;
      padding-left: 10px;
      position: relative; }
      @media (max-width: 768px) {
        .imsakyahTable__wrapper thead th.badge-col {
          width: auto; } }
    .imsakyahTable__wrapper thead th .yellow-badge {
      background-color: #fdd835;
      color: #2d5c48;
      padding: 5px 10px;
      font-size: 10px;
      line-height: 1.2;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      font-weight: 800;
      display: inline-block;
      text-align: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      position: absolute;
      top: 0;
      right: 10px;
      color: #299b5b; }
  .imsakyahTable__wrapper tbody td {
    background-color: #dcfcc9;
    padding: 12px 10px;
    text-align: center;
    border: none;
    color: #004c56; }
    @media (max-width: 768px) {
      .imsakyahTable__wrapper tbody td {
        padding: 0px 8px;
        font-size: 11px; } }
    .imsakyahTable__wrapper tbody td:first-child {
      border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
      text-align: left;
      padding-left: 15px; }
    .imsakyahTable__wrapper tbody td:last-child {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
    .imsakyahTable__wrapper tbody td.time-col {
      font-size: 15px; }
    .imsakyahTable__wrapper tbody td:nth-child(2), .imsakyahTable__wrapper tbody td:nth-child(6) {
      color: #ef8e00; }

.footer {
  background-color: #299b5b;
  padding: 40px;
  clear: both; }
  @media (max-width: 768px) {
    .footer {
      margin-top: 50px; } }
  .footerWrap {
    gap: 50px; }
    @media (max-width: 480px) {
      .footerWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6px; } }
  .footerLogobrand {
    max-width: 177px; }
  .footer--parent {
    color: #fff;
    font-size: 14px;
    margin-top: 15px; }
  .footer--child {
    font-size: 11px; }
  .footer a {
    text-decoration: none;
    color: #fff; }
  .footerColumn {
    line-height: 2; }

.sections {
  min-height: 200px;
  color: var(--color);
  background: var(--bg);
  font-size: 18px;
  position: relative;
  overflow: hidden;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 1280px) {
    .sections {
      font-size: 14px;
      min-height: 100px; } }
  .sectionsVectors {
    position: absolute; }
    .sectionsVectors--cover {
      position: absolute; }
    .sectionsVectors-1 {
      left: 0;
      right: auto;
      bottom: 0;
      width: 200px; }
      @media (max-width: 1366px) {
        .sectionsVectors-1 {
          width: 75px;
          left: -25px; } }
      @media (max-width: 768px) {
        .sectionsVectors-1 {
          display: none; } }
    .sectionsVectors-2 {
      right: 0;
      left: auto;
      top: 100px;
      width: 200px; }
      @media (max-width: 1366px) {
        .sectionsVectors-2 {
          width: 75px;
          right: -25px; } }
      @media (max-width: 768px) {
        .sectionsVectors-2 {
          display: none; } }
    .sectionsVectors-1l {
      opacity: 0;
      right: calc((100% - -510px) / 2);
      top: -40%;
      -webkit-transform: rotate(-95deg);
      transform: rotate(-95deg); }
      @media (max-width: 1280px) {
        .sectionsVectors-1l {
          left: -286px;
          top: -163px;
          height: 795px;
          -o-object-fit: cover;
          object-fit: cover; } }
      @media (max-width: 768px) {
        .sectionsVectors-1l {
          height: 300px;
          top: -25%;
          left: auto;
          right: 64%;
          -webkit-transform: rotate(-79deg);
          transform: rotate(-79deg); } }
      @media (max-width: 376px) {
        .sectionsVectors-1l {
          right: 56%; } }
    .sectionsVectors-1r {
      opacity: 0;
      left: calc((100% - -897px) / 2);
      top: -40%; }
      @media (max-width: 1280px) {
        .sectionsVectors-1r {
          right: -230px;
          left: auto;
          top: -88px;
          height: 670px;
          -o-object-fit: cover;
          object-fit: cover; } }
      @media (max-width: 768px) {
        .sectionsVectors-1r {
          height: 300px;
          top: auto;
          left: 70%;
          bottom: -23%; } }
    .sectionsVectors-awards-tl {
      left: -12px;
      top: -2px;
      width: 236px; }
      @media (max-width: 1280px) {
        .sectionsVectors-awards-tl {
          width: 170px; } }
      @media (max-width: 768px) {
        .sectionsVectors-awards-tl {
          width: 80px;
          left: -30px; } }
    .sectionsVectors-awards-bl {
      left: -1px;
      bottom: -35px;
      width: 387px; }
      @media (max-width: 1280px) {
        .sectionsVectors-awards-bl {
          width: 250px; } }
      @media (max-width: 768px) {
        .sectionsVectors-awards-bl {
          width: 142px;
          left: -70px;
          bottom: -20px; } }
    .sectionsVectors-awards-tr {
      right: -15px;
      top: -1px;
      width: 350px; }
      @media (max-width: 1280px) {
        .sectionsVectors-awards-tr {
          width: 240px; } }
      @media (max-width: 768px) {
        .sectionsVectors-awards-tr {
          width: 160px;
          right: -31px; } }
    .sectionsVectors-awards-br {
      right: -10px;
      bottom: -2px;
      width: 236px; }
      @media (max-width: 1280px) {
        .sectionsVectors-awards-br {
          width: 170px; } }
      @media (max-width: 768px) {
        .sectionsVectors-awards-br {
          width: 80px;
          right: -30px; } }
    .sectionsVectors-terpopuler-1 {
      left: 0;
      right: auto;
      top: 600px;
      width: 200px;
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
      @media (max-width: 1366px) {
        .sectionsVectors-terpopuler-1 {
          width: 75px;
          left: -25px; } }
      @media (max-width: 768px) {
        .sectionsVectors-terpopuler-1 {
          display: none; } }
    .sectionsVectors-terpopuler-2 {
      right: 0;
      left: auto;
      bottom: 200px;
      width: 100px; }
      @media (max-width: 1366px) {
        .sectionsVectors-terpopuler-2 {
          width: 75px;
          right: -25px; } }
      @media (max-width: 768px) {
        .sectionsVectors-terpopuler-2 {
          display: none; } }
    .sectionsVectors-terproduktif-1 {
      right: 75px;
      top: 125px;
      width: 307px;
      -webkit-transform: scaleX(-1) rotate(35deg);
      transform: scaleX(-1) rotate(35deg); }
      @media (max-width: 1280px) {
        .sectionsVectors-terproduktif-1 {
          right: 70px;
          top: 95px;
          width: 200px; } }
      @media (max-width: 768px) {
        .sectionsVectors-terproduktif-1 {
          display: none; } }
    .sectionsVectors-terproduktif-2 {
      right: -65px;
      top: 145px;
      width: 288px; }
      @media (max-width: 1280px) {
        .sectionsVectors-terproduktif-2 {
          right: -50px;
          top: 88px;
          width: 225px; } }
      @media (max-width: 768px) {
        .sectionsVectors-terproduktif-2 {
          display: none; } }
    .sectionsVectors-statistik-1 {
      left: -600px;
      top: 100px;
      width: 805px; }
      @media (max-width: 1280px) {
        .sectionsVectors-statistik-1 {
          left: -412px;
          top: 95px;
          width: 550px; } }
      @media (max-width: 768px) {
        .sectionsVectors-statistik-1 {
          left: -192px;
          top: auto;
          bottom: -35px;
          width: 232px; } }
    .sectionsVectors-statistik-2 {
      left: 130px;
      top: 190px;
      width: 166px; }
      @media (max-width: 1280px) {
        .sectionsVectors-statistik-2 {
          left: 90px;
          top: 168px;
          width: 100px; } }
      @media (max-width: 768px) {
        .sectionsVectors-statistik-2 {
          left: 20px;
          top: auto;
          bottom: 12px;
          width: 39px; } }
    .sectionsVectors-statistik-3 {
      right: -600px;
      top: 0;
      width: 805px; }
      @media (max-width: 1280px) {
        .sectionsVectors-statistik-3 {
          right: -412px;
          top: 0;
          width: 550px; } }
      @media (max-width: 768px) {
        .sectionsVectors-statistik-3 {
          right: -192px;
          top: auto;
          bottom: -12px;
          width: 232px; } }
    .sectionsVectors-statistik-4 {
      right: 107px;
      top: 131px;
      width: 133px; }
      @media (max-width: 1280px) {
        .sectionsVectors-statistik-4 {
          right: 69px;
          top: 82px;
          width: 110px; } }
      @media (max-width: 768px) {
        .sectionsVectors-statistik-4 {
          right: 12px;
          top: auto;
          bottom: 6px;
          width: 45px; } }
    .sectionsVectors-alltime-bl {
      left: -1px;
      bottom: -1px;
      width: 163px; }
      @media (max-width: 1280px) {
        .sectionsVectors-alltime-bl {
          width: 120px; } }
      @media (max-width: 768px) {
        .sectionsVectors-alltime-bl {
          width: 68px;
          left: -1px; } }
    .sectionsVectors-alltime-astro {
      left: 50px;
      bottom: 150px;
      width: 249px; }
      @media (max-width: 1280px) {
        .sectionsVectors-alltime-astro {
          width: 155px;
          left: 40px;
          bottom: 125px; } }
      @media (max-width: 768px) {
        .sectionsVectors-alltime-astro {
          display: none; } }
    .sectionsVectors-alltime-right {
      right: -15px;
      top: 250px;
      width: 350px; }
      @media (max-width: 1280px) {
        .sectionsVectors-alltime-right {
          width: 240px;
          top: 180px; } }
      @media (max-width: 768px) {
        .sectionsVectors-alltime-right {
          width: 160px;
          right: -31px;
          top: auto;
          bottom: -30px; } }
    .sectionsVectors-alltime-rocket {
      right: 0;
      top: 50px;
      width: 239px; }
      @media (max-width: 1280px) {
        .sectionsVectors-alltime-rocket {
          width: 150px;
          top: 50px; } }
      @media (max-width: 768px) {
        .sectionsVectors-alltime-rocket {
          display: none; } }
    .sectionsVectors-artikel-bl {
      left: -170px;
      bottom: -40px;
      width: 490px; }
      @media (max-width: 1280px) {
        .sectionsVectors-artikel-bl {
          left: -122px;
          bottom: -28px;
          width: 340px; } }
      @media (max-width: 768px) {
        .sectionsVectors-artikel-bl {
          display: none; } }
    .sectionsVectors-artikel-tr {
      right: -1px;
      top: -5px;
      width: 369px; }
      @media (max-width: 1280px) {
        .sectionsVectors-artikel-tr {
          width: 240px; } }
      @media (max-width: 768px) {
        .sectionsVectors-artikel-tr {
          display: none; } }
    .sectionsVectors-qa-1-bl {
      left: -50px;
      bottom: -40px;
      width: 349px; }
      @media (max-width: 1280px) {
        .sectionsVectors-qa-1-bl {
          left: -30px;
          width: 270px; } }
      @media (max-width: 768px) {
        .sectionsVectors-qa-1-bl {
          width: 122px;
          left: -1px; } }
    .sectionsVectors-qa-1-tr {
      right: -45px;
      top: -5px;
      width: 232px; }
      @media (max-width: 1280px) {
        .sectionsVectors-qa-1-tr {
          right: -25px;
          width: 124px; } }
      @media (max-width: 768px) {
        .sectionsVectors-qa-1-tr {
          width: 54px;
          right: -10px; } }
    .sectionsVectors-qa-1-br {
      right: 70px;
      bottom: -70px;
      width: 383px; }
      @media (max-width: 1280px) {
        .sectionsVectors-qa-1-br {
          right: 50px;
          bottom: -50px;
          width: 327px; } }
      @media (max-width: 768px) {
        .sectionsVectors-qa-1-br {
          width: 99px;
          right: 0;
          bottom: -15px; } }
    .sectionsVectors-qa-2-bl {
      left: -20px;
      bottom: -40px;
      width: 236px; }
      @media (max-width: 1280px) {
        .sectionsVectors-qa-2-bl {
          width: 182px; } }
      @media (max-width: 768px) {
        .sectionsVectors-qa-2-bl {
          width: 63px;
          left: auto;
          right: -5px;
          bottom: auto;
          top: -5px;
          -webkit-transform: scaleX(-1);
          transform: scaleX(-1); } }
    .sectionsVectors-qa-2-right {
      right: -45px;
      top: 70px;
      width: 369px; }
      @media (max-width: 1280px) {
        .sectionsVectors-qa-2-right {
          width: 285px;
          top: 80px; } }
      @media (max-width: 768px) {
        .sectionsVectors-qa-2-right {
          width: 118px;
          right: auto;
          left: -12px;
          top: auto;
          bottom: -10px;
          -webkit-transform: scaleX(-1) rotate(25deg);
          transform: scaleX(-1) rotate(25deg); } }
    .sectionsVectors-komunitas-tr {
      right: -28px;
      top: -14px;
      width: 236px; }
      @media (max-width: 1280px) {
        .sectionsVectors-komunitas-tr {
          right: -22px;
          top: -12px;
          width: 182px; } }
      @media (max-width: 768px) {
        .sectionsVectors-komunitas-tr {
          right: -12px;
          top: -5px;
          width: 86px; } }
    .sectionsVectors-komunitas-bl {
      left: -50px;
      bottom: -40px;
      width: 450px; }
      @media (max-width: 1280px) {
        .sectionsVectors-komunitas-bl {
          width: 347px; } }
      @media (max-width: 768px) {
        .sectionsVectors-komunitas-bl {
          width: 155px;
          left: -70px;
          top: 200px;
          bottom: auto; } }
    .sectionsVectors-komunitas-br {
      right: 0;
      bottom: 0;
      width: 320px; }
      @media (max-width: 1280px) {
        .sectionsVectors-komunitas-br {
          width: 241px; } }
      @media (max-width: 768px) {
        .sectionsVectors-komunitas-br {
          display: none; } }
  .sectionsVectors-1l-animate {
    opacity: 1; }
    @media (min-width: 1280px) {
      .sectionsVectors-1l-animate {
        -webkit-animation: slideinl 3s, rotatel 4s;
        animation: slideinl 3s, rotatel 4s; }
      @-webkit-keyframes slideinl {
        from {
          right: 100%; }
        to {
          right: calc((100% - -510px) / 2); } }
      @keyframes slideinl {
        from {
          right: 100%; }
        to {
          right: calc((100% - -510px) / 2); } }
      @-webkit-keyframes rotatel {
        from {
          -webkit-transform: rotate(-115deg);
          transform: rotate(-115deg); }
        to {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } }
      @keyframes rotatel {
        from {
          -webkit-transform: rotate(-115deg);
          transform: rotate(-115deg); }
        to {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } }
      @-webkit-keyframes runl {
        0% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); }
        50% {
          -webkit-transform: rotate(-115deg);
          transform: rotate(-115deg); }
        100% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } }
      @keyframes runl {
        0% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); }
        50% {
          -webkit-transform: rotate(-115deg);
          transform: rotate(-115deg); }
        100% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } } }
    @media (max-width: 1280px) {
      .sectionsVectors-1l-animate {
        -webkit-animation: slideinl 3s, rotatel 4s;
        animation: slideinl 3s, rotatel 4s;
        -webkit-animation-delay: 0s, 0s, 4s;
        animation-delay: 0s, 0s, 4s; }
      @-webkit-keyframes slideinl {
        from {
          left: -100%; }
        to {
          left: -286px; } }
      @keyframes slideinl {
        from {
          left: -100%; }
        to {
          left: -286px; } }
      @-webkit-keyframes rotatel {
        from {
          -webkit-transform: rotate(-115deg);
          transform: rotate(-115deg); }
        to {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } }
      @keyframes rotatel {
        from {
          -webkit-transform: rotate(-115deg);
          transform: rotate(-115deg); }
        to {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } }
      @-webkit-keyframes runl {
        0% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); }
        50% {
          -webkit-transform: rotate(-95deg) translateY(-8px);
          transform: rotate(-95deg) translateY(-8px); }
        100% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } }
      @keyframes runl {
        0% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); }
        50% {
          -webkit-transform: rotate(-95deg) translateY(-8px);
          transform: rotate(-95deg) translateY(-8px); }
        100% {
          -webkit-transform: rotate(-95deg);
          transform: rotate(-95deg); } } }
    @media (max-width: 768px) {
      .sectionsVectors-1l-animate {
        -webkit-animation: slideinl 3s, rotatel 4s;
        animation: slideinl 3s, rotatel 4s; }
      @-webkit-keyframes slideinl {
        from {
          left: auto;
          right: 100%; }
        to {
          left: auto;
          right: 64%; } }
      @keyframes slideinl {
        from {
          left: auto;
          right: 100%; }
        to {
          left: auto;
          right: 64%; } }
      @-webkit-keyframes rotatel {
        from {
          -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg); }
        to {
          -webkit-transform: rotate(-79deg);
          transform: rotate(-79deg); } }
      @keyframes rotatel {
        from {
          -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg); }
        to {
          -webkit-transform: rotate(-79deg);
          transform: rotate(-79deg); } } }
    @media (max-width: 376px) {
      @-webkit-keyframes slideinl {
        from {
          right: 100%; }
        to {
          right: 56%; } }
      @keyframes slideinl {
        from {
          right: 100%; }
        to {
          right: 56%; } } }
  .sectionsVectors-1r-animate {
    opacity: 1; }
    @media (min-width: 1280px) {
      .sectionsVectors-1r-animate {
        -webkit-animation: slideinr 3s, rotater 4s;
        animation: slideinr 3s, rotater 4s; }
      @-webkit-keyframes slideinr {
        from {
          left: 100%; }
        to {
          left: calc((100% - -897px) / 2); } }
      @keyframes slideinr {
        from {
          left: 100%; }
        to {
          left: calc((100% - -897px) / 2); } }
      @-webkit-keyframes rotater {
        from {
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); }
        to {
          -webkit-transform: rotate(0);
          transform: rotate(0); } }
      @keyframes rotater {
        from {
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); }
        to {
          -webkit-transform: rotate(0);
          transform: rotate(0); } } }
    @media (max-width: 1280px) {
      .sectionsVectors-1r-animate {
        -webkit-animation: slideinr 3s, rotater 4s;
        animation: slideinr 3s, rotater 4s; }
      @-webkit-keyframes slideinr {
        from {
          right: -100%;
          left: auto; }
        to {
          right: -230px;
          left: auto; } }
      @keyframes slideinr {
        from {
          right: -100%;
          left: auto; }
        to {
          right: -230px;
          left: auto; } }
      @-webkit-keyframes rotater {
        from {
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); }
        to {
          -webkit-transform: rotate(0);
          transform: rotate(0); } }
      @keyframes rotater {
        from {
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); }
        to {
          -webkit-transform: rotate(0);
          transform: rotate(0); } } }
    @media (max-width: 768px) {
      .sectionsVectors-1r-animate {
        -webkit-animation: slideinr 3s, rotater 4s;
        animation: slideinr 3s, rotater 4s; }
      @-webkit-keyframes slideinr {
        from {
          left: 100%; }
        to {
          left: 70%; } }
      @keyframes slideinr {
        from {
          left: 100%; }
        to {
          left: 70%; } }
      @-webkit-keyframes rotater {
        from {
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); }
        to {
          -webkit-transform: rotate(0);
          transform: rotate(0); } }
      @keyframes rotater {
        from {
          -webkit-transform: rotate(15deg);
          transform: rotate(15deg); }
        to {
          -webkit-transform: rotate(0);
          transform: rotate(0); } } }
  .sectionsVectors-awards-tl {
    opacity: 0;
    -webkit-transform: translatex(-100%) translatey(-100%);
    transform: translatex(-100%) translatey(-100%); }
    .sectionsVectors-awards-tl.visible {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .sectionsVectors-awards-tr {
    opacity: 0;
    -webkit-transform: translatex(100%) translatey(100%);
    transform: translatex(100%) translatey(100%); }
    .sectionsVectors-awards-tr.visible {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
  .sections small {
    font-size: 12px; }
    @media (max-width: 1280px) {
      .sections small {
        font-size: 9px; } }
    @media (max-width: 768px) {
      .sections small {
        font-size: 9px; } }
  .sectionsHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 87px; }
    @media (max-width: 1280px) {
      .sectionsHeader {
        gap: 50px; } }
    @media (max-width: 768px) {
      .sectionsHeader {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0; } }
    .sectionsHeader--col {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: 0; }
      .sectionsHeader--col span:first-child {
        display: inline-block; }
    .sectionsHeader p {
      font-size: 14px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      @media (max-width: 768px) {
        .sectionsHeader p {
          padding-right: 18%; } }
      @media (max-width: 376px) {
        .sectionsHeader p {
          padding-right: 12%; } }
  .sections--awards {
    background: #8200ba; }
    @media (max-width: 768px) {
      .sections--awards {
        padding-bottom: 50px; } }
    .sections--awards .heading span {
      background: #000;
      color: #ff8b1f; }
      .sections--awards .heading span:last-child {
        background: #12d760;
        color: #000; }
    .sections--awards .cardDesc {
      max-height: 50px;
      overflow: hidden; }
  .sections--terpopuler {
    background: #FD3A69; }
    .sections--terpopuler .heading span {
      background: #6A00BA;
      color: #ff8b1f; }
      .sections--terpopuler .heading span:last-child {
        background: #FECD1A;
        color: #000; }
  .sections--terproduktif {
    background: #0096A3; }
    .sections--terproduktif .heading span {
      background: #6A00BA;
      color: #ff8b1f; }
      .sections--terproduktif .heading span:last-child {
        background: #FECD1A;
        color: #000; }
  .sections--statTahun {
    background: #FECD1A; }
    .sections--statTahun .heading span {
      background: #F674C2;
      color: #000; }
      .sections--statTahun .heading span:last-child {
        background: #6A00BA;
        color: #FECD1A; }
  .sections--statAlltime {
    background: #09CBD9; }
    .sections--statAlltime .heading span {
      background: #FF8B1F;
      color: #000; }
      .sections--statAlltime .heading span:last-child {
        background: #6A00BA;
        color: #F2FF47; }
  .sections--artikel {
    background: #202f72; }
    .sections--artikel .heading span {
      background: #fecd1a;
      color: #000000; }
      .sections--artikel .heading span:last-child {
        background: #fd3a69;
        color: #f5f563; }
    .sections--artikel .card {
      background-color: #000000;
      max-width: 220px; }
      @media (max-width: 1280px) {
        .sections--artikel .card {
          max-width: 155px; } }
      @media (max-width: 768px) {
        .sections--artikel .card {
          max-width: 50%; } }
      .sections--artikel .cardWrapper {
        gap: 25px; }
        @media (max-width: 1280px) {
          .sections--artikel .cardWrapper {
            gap: 20px; } }
        @media (max-width: 768px) {
          .sections--artikel .cardWrapper {
            gap: 24px; } }
        @media (max-width: 325px) {
          .sections--artikel .cardWrapper {
            gap: 24px 5px; } }
      .sections--artikel .cardHeader {
        position: relative;
        top: -11px; }
        @media (max-width: 1280px) {
          .sections--artikel .cardHeader {
            top: -10px; } }
      .sections--artikel .cardImg {
        overflow: hidden;
        height: 142px; }
        @media (max-width: 1280px) {
          .sections--artikel .cardImg {
            height: 94px; } }
        @media (max-width: 768px) {
          .sections--artikel .cardImg {
            height: 88px; } }
        .sections--artikel .cardImg img {
          height: 100%; }
      .sections--artikel .cardContent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 10px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 5px; }
        @media (min-width: 768px) {
          .sections--artikel .cardContent {
            gap: 8px; } }
        @media (max-width: 1280px) {
          .sections--artikel .cardContent {
            padding: 6px 12px; } }
      .sections--artikel .cardLead, .sections--artikel .cardName {
        font-size: 14px;
        font-weight: 300; }
        @media (max-width: 1280px) {
          .sections--artikel .cardLead, .sections--artikel .cardName {
            font-size: 11px; } }
      .sections--artikel .cardName {
        position: relative;
        top: -3px;
        padding: 10px 20px 0;
        height: 65px;
        padding-right: 25px; }
        @media (max-width: 1280px) {
          .sections--artikel .cardName {
            padding: 6px 12px 0;
            height: 50px; } }
      .sections--artikel .cardLead {
        height: auto; }
      .sections--artikel .cardImg {
        padding-right: 18px; }
        @media (max-width: 1280px) {
          .sections--artikel .cardImg {
            padding-right: 15px; } }
      .sections--artikel .cardCount {
        font-size: 14px;
        font-weight: 700;
        color: #FECD1A;
        margin: 0;
        line-height: normal; }
        @media (max-width: 1280px) {
          .sections--artikel .cardCount {
            font-size: 11px; } }
  .sections--komunitas {
    background: #e95d31; }
    .sections--komunitas .heading span {
      background: #330088;
      color: #ff8b1f; }
      .sections--komunitas .heading span:last-child {
        background: #12d760;
        color: #000; }
    .sections--komunitas .sectionsContent {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 50px; }
      @media (max-width: 1280px) {
        .sections--komunitas .sectionsContent {
          margin-top: 40px; } }
      @media (max-width: 768px) {
        .sections--komunitas .sectionsContent {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .sections--komunitas .sectionsContent .cardWrapper {
        margin: 5px 0 5px; }
        @media (max-width: 768px) {
          .sections--komunitas .sectionsContent .cardWrapper {
            gap: 15px; } }
      .sections--komunitas .sectionsContent__left {
        -webkit-box-flex: 36%;
        -ms-flex: 36%;
        flex: 36%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -ms-flex-item-align: start;
        align-self: flex-start; }
        @media (max-width: 1280px) {
          .sections--komunitas .sectionsContent__left {
            -webkit-box-flex: 33%;
            -ms-flex: 33%;
            flex: 33%; } }
        @media (max-width: 768px) {
          .sections--komunitas .sectionsContent__left {
            -ms-flex-item-align: center;
            align-self: center; } }
        .sections--komunitas .sectionsContent__left .heading {
          margin-top: 0; }
        .sections--komunitas .sectionsContent__left .card {
          margin-top: 20px; }
          .sections--komunitas .sectionsContent__left .card--rounded {
            max-width: 284px;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            @media (max-width: 1280px) {
              .sections--komunitas .sectionsContent__left .card--rounded {
                max-width: 219px; } }
            @media (max-width: 768px) {
              .sections--komunitas .sectionsContent__left .card--rounded {
                position: relative; } }
          @media (max-width: 1280px) {
            .sections--komunitas .sectionsContent__left .cardImg {
              max-width: 171px; } }
          .sections--komunitas .sectionsContent__left .cardContent {
            padding: 10px 0; }
          .sections--komunitas .sectionsContent__left .cardName {
            font-size: 23px;
            height: 36px; }
            @media (max-width: 1280px) {
              .sections--komunitas .sectionsContent__left .cardName {
                font-size: 16px;
                height: 23px; } }
          .sections--komunitas .sectionsContent__left .cardDesc {
            font-size: 18px; }
            @media (max-width: 1280px) {
              .sections--komunitas .sectionsContent__left .cardDesc {
                font-size: 12px; } }
      .sections--komunitas .sectionsContent__right {
        -webkit-box-flex: 64%;
        -ms-flex: 64%;
        flex: 64%; }
        @media (max-width: 1280px) {
          .sections--komunitas .sectionsContent__right {
            -webkit-box-flex: 67%;
            -ms-flex: 67%;
            flex: 67%;
            margin-left: 12px; } }
        @media (max-width: 768px) {
          .sections--komunitas .sectionsContent__right {
            margin-left: 0; } }
        .sections--komunitas .sectionsContent__right p {
          margin-left: 20px; }
          @media (max-width: 768px) {
            .sections--komunitas .sectionsContent__right p {
              margin-left: 0; } }
      .sections--komunitas .sectionsContent__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 25px;
        margin-left: 20px; }
        @media (max-width: 768px) {
          .sections--komunitas .sectionsContent__row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-left: 0;
            margin-bottom: 10px; } }
        @media (max-width: 768px) {
          .sections--komunitas .sectionsContent__row .cardWrapper {
            -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }
        .sections--komunitas .sectionsContent__row .card--rounded {
          max-width: 150px; }
          @media (min-width: 768px) {
            .sections--komunitas .sectionsContent__row .card--rounded {
              max-width: 113px; } }
          @media (max-width: 768px) {
            .sections--komunitas .sectionsContent__row .card--rounded {
              max-width: 90px; } }
          @media (max-width: 376px) {
            .sections--komunitas .sectionsContent__row .card--rounded {
              max-width: 25.33%; } }
        .sections--komunitas .sectionsContent__row .cardContent {
          padding: 10px 0; }
        .sections--komunitas .sectionsContent__row .cardHeader {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        .sections--komunitas .sectionsContent__row .cardName {
          font-size: 14px;
          height: 20px;
          overflow: hidden;
          margin: 0 auto; }
        .sections--komunitas .sectionsContent__row .cardDesc {
          font-size: 11px;
          max-height: 50px;
          overflow: hidden; }
      .sections--komunitas .sectionsContent .cardImg {
        background-color: #fff;
        width: 97px;
        height: 97px; }
        @media (max-width: 1200px) {
          .sections--komunitas .sectionsContent .cardImg {
            width: 113px;
            height: 113px; } }
        @media (max-width: 768px) {
          .sections--komunitas .sectionsContent .cardImg {
            width: 88px;
            height: 88px; } }
      .sections--komunitas .sectionsContent .sectionsContent__left .cardImg {
        width: 245px;
        height: 245px; }
        @media (max-width: 1280px) {
          .sections--komunitas .sectionsContent .sectionsContent__left .cardImg {
            width: 165px;
            height: 165px; } }
  .sections--qa-1 {
    background: #b255d9; }
    @media (max-width: 768px) {
      .sections--qa-1 {
        padding-bottom: 30px; } }
    .sections--qa-1 .heading span {
      background: #121212;
      color: #ff8b1f; }
      .sections--qa-1 .heading span:last-child {
        background: #12d760;
        color: #121212; }
  .sections--qa-2 {
    background: #97f0b6; }
    @media (max-width: 768px) {
      .sections--qa-2 {
        padding-bottom: 50px; } }
    @media (max-width: 768px) {
      .sections--qa-2 .qaDiv {
        padding-left: 12px;
        padding-right: 12px; } }
    .sections--qa-2 .heading span {
      background: #ff5fbf;
      color: #202f72; }
      .sections--qa-2 .heading span:last-child {
        background: #3400e0;
        color: #97f0b6; }
  .sections--congrats {
    background-color: #3908e1;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    background-position-x: 100%;
    background-position-y: center;
    min-height: 720px; }
    @media (max-width: 1280px) {
      .sections--congrats {
        min-height: 420px; } }
    @media (max-width: 768px) {
      .sections--congrats {
        min-height: 250px; } }
    .sections--congrats .heading span {
      background: #eeff00;
      color: #202f72; }
      .sections--congrats .heading span:last-child {
        background: #00ff59;
        color: #202f72; }
    .sections--congrats p {
      font-size: 1.2em; }
  .sections--ramadanBercerita {
    background-color: #ffca28;
    overflow: unset;
    padding: 30px 0; }
    @media (max-width: 768px) {
      .sections--ramadanBercerita .heading {
        margin-top: 0; } }
    .sections--ramadanBercerita .wPost .wRamadan .accord__action {
      width: 107px; }
    .sections--ramadanBercerita .wPost .wRamadan .accord__action--secondary {
      left: 150px;
      width: auto;
      color: #000; }
    @media (max-width: 768px) {
      .sections--ramadanBercerita .heading img {
        max-height: 26px; } }
  @media (max-width: 768px) {
    .sections--ramadanBarengpakar .heading img {
      max-height: 40px; } }
  .sections--ketemuDiramadan {
    padding-bottom: 32px; }
    @media (min-width: 768px) {
      .sections--ketemuDiramadan {
        padding-top: 15px;
        padding-bottom: 40px; } }
    @media (max-width: 768px) {
      .sections--ketemuDiramadan .heading img {
        max-height: 38px; } }
    .sections--ketemuDiramadan .card {
      width: 350px;
      height: 389px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      position: relative;
      border-radius: 15px; }
      @media (max-width: 768px) {
        .sections--ketemuDiramadan .card {
          width: 100%;
          height: auto; } }
      .sections--ketemuDiramadan .cardFlex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px; }
        @media (max-width: 768px) {
          .sections--ketemuDiramadan .cardFlex {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 15px; } }
        .sections--ketemuDiramadan .cardFlex img {
          width: 100%; }
      .sections--ketemuDiramadan .card .btn {
        position: absolute;
        bottom: 13px;
        left: 10px;
        right: 0;
        margin: auto;
        max-width: 212px;
        background: #ff0000;
        color: #fff; }
  @media (min-width: 768px) {
    .sections--ramadhan-seharihari {
      min-height: 490px; } }
  @media (max-width: 768px) {
    .sections--ramadhan-seharihari {
      padding-bottom: 20px; } }
  .sections--ramadhan-seharihari .heading {
    margin: 10px; }
    @media (max-width: 768px) {
      .sections--ramadhan-seharihari .heading {
        margin: 12px 0 5px; }
        .sections--ramadhan-seharihari .heading img {
          max-height: 32px; } }
  .sections--ramadhan-seharihari .sectionsVectors {
    z-index: 1; }
    .sections--ramadhan-seharihari .sectionsVectors-terpopuler-1 {
      right: auto;
      left: -18px;
      width: 240px;
      top: auto;
      bottom: 0;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
    .sections--ramadhan-seharihari .sectionsVectors-terpopuler-2 {
      left: auto;
      right: -30px;
      bottom: 0;
      top: auto;
      width: 450px;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .sections .sectionsVectors {
    z-index: 1; }
    .sections .sectionsVectors-terpopuler-3 {
      right: auto;
      top: 50%;
      left: 0;
      width: 140px;
      margin-top: auto;
      margin-bottom: auto;
      -webkit-transform: rotate(0deg) scaleX(-1);
      transform: rotate(0deg) scaleX(-1); }
    .sections .sectionsVectors-terpopuler-4 {
      left: auto;
      right: 0;
      top: 20%;
      width: 100px;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

.cover {
  opacity: 0; }
  @media (min-width: 1200px) {
    .cover {
      min-height: 80vh; } }
  .cover > p {
    font-size: 14px; }

.cover-animate {
  opacity: 1;
  -webkit-animation: zoom-in-cover 4s ease-in;
  animation: zoom-in-cover 4s ease-in; }

@-webkit-keyframes zoom-in-cover {
  0% {
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98); }
  50% { }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes zoom-in-cover {
  0% {
    -webkit-transform: scale(0.98, 0.98);
    transform: scale(0.98, 0.98); }
  50% { }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.contentTerpopuler--boxed {
  border-radius: 5px;
  background-color: #299b5b;
  padding: 2px 23px; }
  @media (max-width: 480px) {
    .contentTerpopuler--boxed {
      margin-left: -16px;
      margin-right: -16px;
      border-radius: 0;
      padding: 2px 16px; } }
  .contentTerpopuler--boxed .cardName {
    color: #bce5ee; }
  .contentTerpopuler--boxed .cardTitle, .contentTerpopuler--boxed .cardDate {
    color: #fff; }
  .contentTerpopuler--boxed .cardTitle:hover {
    color: #757575; }
  .contentTerpopuler--boxed .cardAnalitycs {
    color: #ffffff; }
  .contentTerpopuler--boxed .card .ico-heart {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuMTkxMDUgMTAuMTczM0w0Ljk2NjM4IDEwLjAyMzZDMy44OTg3NiA5LjMxMDUxIDIuNTQ3OTEgOC41MDQ4MyAxLjU0NzM3IDcuMzIwNDRDMC40OTI4ODggNi4wNzI1MiAtMC4wMTI4ODI3IDQuNzkxMjQgMC4wMDAyNDkxODUgMy40MDI0MUMwLjAxNTg2NjYgMS44NTE3NCAxLjI1OTUzIDAuNTkwMzMyIDIuNzcyMjMgMC41OTAzMzJDMy45NzI5NCAwLjU5MDMzMiA0Ljc3MTE3IDEuMjg5MTggNS4xOTEwNSAxLjc5MzUzQzUuNjEwOTMgMS4yODkxOCA2LjQwOTE2IDAuNTkwMzMyIDcuNjA5ODcgMC41OTAzMzJDOS4xMjI1NyAwLjU5MDMzMiAxMC4zNjYyIDEuODUxNzQgMTAuMzgxOCAzLjQwMTdDMTAuMzk1NyA0Ljc5MTI0IDkuODg5OTIgNi4wNzE4MSA4LjgzNDcyIDcuMzE5NzNDNy44MzQxOSA4LjUwNDgzIDYuNDgzMzMgOS4zMTA4NyA1LjQxNTcyIDEwLjAyMzZMNS4xOTEwNSAxMC4xNzMzWiIgZmlsbD0iI0JDRTVFRSIvPgo8L3N2Zz4K"); }
  .contentTerpopuler--boxed .card .ico-comment {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMSAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuMTc3MSAwLjU5MDU3NkgxLjMxMTAyQzAuNTg3OTA4IDAuNTkwNTc2IDAgMS4xNzg0OCAwIDEuOTAxNTlWNy44MDExNUMwIDguNTI0MjYgMC41ODc5MDggOS4xMTIxNyAxLjMxMTAyIDkuMTEyMTdIMy4yNzc1NFYxMC44MzI5QzMuMjc3NTQgMTEuMDMzNiAzLjUwNjk3IDExLjE1MDQgMy42Njg3OSAxMS4wMzE2TDYuMjI3MzIgOS4xMTIxN0g5LjE3NzFDOS45MDAyMSA5LjExMjE3IDEwLjQ4ODEgOC41MjQyNiAxMC40ODgxIDcuODAxMTVWMS45MDE1OUMxMC40ODgxIDEuMTc4NDggOS45MDAyMSAwLjU5MDU3NiA5LjE3NzEgMC41OTA1NzZaIiBmaWxsPSIjQkNFNUVFIi8+Cjwvc3ZnPgo="); }
  .contentTerpopuler--boxed .card .ico-views {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzA5MiAwLjc4Njg2NUMzLjc4Mjg2IDAuNzg2ODY1IDEuMjQ2NDIgMi40OTA5MiAwIDQuOTgwMTFDMS4yNDY0MiA3LjQ2OTMxIDMuNzgyODYgOS4xNzMzNiA2LjcwOTIgOS4xNzMzNkM5LjYzNTQ2IDkuMTczMzYgMTIuMTcxOSA3LjQ2OTMxIDEzLjQxODQgNC45ODAxMUMxMi4xNzIgMi40OTA5MiA5LjYzNTQ2IDAuNzg2ODY1IDYuNzA5MiAwLjc4Njg2NVpNMTAuMDE3MyAzLjAxMDY1QzEwLjgwNTYgMy41MTM1IDExLjQ3MzcgNC4xODcwNCAxMS45NzU1IDQuOTgwMTFDMTEuNDczNyA1Ljc3MzE5IDEwLjgwNTYgNi40NDY3MyAxMC4wMTczIDYuOTQ5NThDOS4wMjY2OCA3LjU4MTQyIDcuODgyNzYgNy45MTUzOSA2LjcwOTIgNy45MTUzOUM1LjUzNTYyIDcuOTE1MzkgNC4zOTE2NyA3LjU4MTQyIDMuNDAxMDkgNi45NDk1OEMyLjYxMjc5IDYuNDQ2NzUgMS45NDQ3NSA1Ljc3MzIyIDEuNDQyOTYgNC45ODAxMUMxLjk0NDc0IDQuMTg3MDEgMi42MTI4IDMuNTEzNDcgMy40MDExMyAzLjAxMDY1QzMuNDUyNDcgMi45Nzc4OSAzLjUwNDM0IDIuOTQ2MTUgMy41NTY1NSAyLjkxNDk5QzMuNDI2MDMgMy4yNzMwOSAzLjM1NDYxIDMuNjU5NTggMy4zNTQ2MSA0LjA2Mjg0QzMuMzU0NjEgNS45MTU1IDQuODU2NTMgNy40MTc0NCA2LjcwOTIyIDcuNDE3NDRDOC41NjE4NyA3LjQxNzQ0IDEwLjA2MzggNS45MTU1IDEwLjA2MzggNC4wNjI4NEMxMC4wNjM4IDMuNjU5NTggOS45OTIzOCAzLjI3MzA5IDkuODYxOTEgMi45MTQ5NkM5LjkxNDE3IDIuOTQ2MTEgOS45NjU5NSAyLjk3ODAxIDEwLjAxNzMgMy4wMTA2NVpNNi43MDkyIDMuNzIyMTRDNi43MDkyIDQuNDE2OTEgNi4xNDYgNC45ODAxMSA1LjQ1MTIzIDQuOTgwMTFDNC43NTY0NiA0Ljk4MDExIDQuMTkzMjUgNC40MTY5MSA0LjE5MzI1IDMuNzIyMTRDNC4xOTMyNSAzLjAyNzM3IDQuNzU2NDYgMi40NjQxNyA1LjQ1MTIzIDIuNDY0MTdDNi4xNDYgMi40NjQxNyA2LjcwOTIgMy4wMjc0IDYuNzA5MiAzLjcyMjE0WiIgZmlsbD0iI0JDRTVFRSIvPgo8L3N2Zz4K"); }
  .contentTerpopuler--boxed .heading {
    margin: 12px 0 12px; }

.contentTerpopuler .heading {
  color: #fff; }

.contentTerpopuler__wrapper {
  gap: 6px 23px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .contentTerpopuler__wrapper {
      gap: 10px; } }
  .contentTerpopuler__wrapper .card {
    width: 223px;
    -webkit-box-flex: 30.333%;
    -ms-flex: 30.333%;
    flex: 30.333%;
    max-width: 221px; }
    @media (max-width: 480px) {
      .contentTerpopuler__wrapper .card {
        width: 50%;
        -webkit-box-flex: calc(50% - 10px);
        -ms-flex: calc(50% - 10px);
        flex: calc(50% - 10px);
        max-width: calc(50% - 10px); } }

.contentTerpopuler .cardImg {
  position: relative;
  height: 150px;
  margin-bottom: 5px; }
  @media (max-width: 480px) {
    .contentTerpopuler .cardImg {
      aspect-ratio: 141 / 93;
      height: 100%; } }
  .contentTerpopuler .cardImg img {
    position: relative;
    z-index: 2; }
  .contentTerpopuler .cardImg img:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    content: ""; }

.contentTerpopuler--row .contentTerpopuler__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.videoRamadan .headline {
  width: 100%;
  max-width: 762px;
  max-height: 421px;
  border-radius: 10px;
  overflow: hidden; }

.videoRamadan .subheadline {
  width: 100%;
  max-width: 306px;
  background-color: #ffca28;
  color: #299b5b; }
  .videoRamadan .subheadline p {
    color: #2a5d2a; }

.ramadan--imsakyah .bottomSection {
  position: relative;
  height: 12vh; }
  .ramadan--imsakyah .bottomSection .sectionsVectors {
    bottom: 0; }
    .ramadan--imsakyah .bottomSection .sectionsVectors-terpopuler-1 {
      left: -30px;
      width: calc((100% - 1100px) / 2);
      top: auto;
      -webkit-transform: none;
      transform: none; }
    .ramadan--imsakyah .bottomSection .sectionsVectors-terpopuler-2 {
      right: -30px;
      width: calc((100% - 1100px) / 2);
      top: auto; }

@media (max-width: 768px) {
  .ramadan--pakar .ad-h {
    margin-top: 10px; } }

.wPost {
  background: #fff;
  border-radius: 6px;
  padding: 18px 18px;
  font-family: "Poppins", sans-serif;
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04); }
  .wPost .heading {
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 12px; }
    .wPost .heading .headingLinks {
      font-size: 10px;
      font-weight: 300;
      color: #125BA8; }
  .wPost__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .wPost__grid--2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 15px; }
    .wPost__grid--col {
      gap: 12px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }

.accord__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid rgba(128, 128, 128, 0.5);
  border-radius: 5px;
  padding: 14px 14px 14px 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .accord__content {
      width: calc(100% - 40px);
      margin: auto; } }
  .accord__content::after {
    content: "";
    display: table;
    clear: both; }
  .accord__content--brown {
    background: #ccb16a;
    border: 1px solid #ccb16a; }
    .accord__content--brown .accord__guidelinks {
      color: #725a29; }
  .accord__content--blue {
    background: #93dbf6;
    border: 1px solid #5e90c2; }
  .accord__content--green {
    background: #b2d384;
    border: 1px solid #b2d384;
    padding: 23px 20px 23px 32px; }
    .accord__content--green .accord__guidelinks {
      color: #12664e; }
  .accord__content--orange {
    background: #ffcb5c;
    border: 1px solid #ffcb5c; }
  .accord__content--sponsored .accord__heading {
    margin-top: 4px; }
  .accord__content--sponsored .accord__text {
    margin-top: 0;
    padding-top: 6px;
    padding: 5px 0px 5px 0px; }
    .accord__content--sponsored .accord__text bold p:last-child {
      margin: 0;
      padding: 0; }
  .accord__content:hover {
    overflow: visible; }

.accord__title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px; }
  .accord__title--text {
    background: #fad953;
    margin: auto;
    text-align: center;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 5px;
    display: table; }
  .accord__title--status {
    color: #ff0000;
    font-size: 15px;
    font-weight: 600; }

.accord__text {
  display: table-cell;
  text-align: left;
  color: #000;
  vertical-align: middle;
  font-size: 22px;
  padding: 4px 0px 4px 0px;
  line-height: 1;
  margin: 0; }
  .accord__text p {
    margin: 0; }
  .accord__text bold {
    font-weight: 700; }

.accord__tag {
  text-align: left;
  overflow: hidden; }
  .accord__tag:before {
    content: attr(label);
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0; }
  .accord__tag a,
  .accord__tag span {
    background-color: #6be4ff;
    border: 1px solid #6be4ff;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 6px;
    display: inline-block;
    margin: 3px 0; }

.accord__heading {
  font-size: 12px;
  font-weight: 500;
  border-left: 2px solid #ff0000;
  padding-left: 4px;
  margin: 3px 0 0px 1px; }

.accord__action {
  background: #ff0000;
  padding: 6px 10px;
  height: 30px;
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
  border: 1px solid #ff0000;
  border-radius: 6px;
  text-decoration: none; }
  .accord__actionWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px; }
  .accord__action--secondary {
    background: #fff;
    color: #000; }
  .accord__action:hover {
    color: #fff;
    background: #4f8ed3; }

.accord__guidelinks {
  text-decoration: underline; }

.accord__notes {
  font-size: 12px; }

.accord__3 {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 12px; }
  @media (max-width: 480px) {
    .accord__3 {
      width: 100%; } }

.accord__hover {
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  padding-top: 45px;
  background: #eda821;
  width: 100%;
  height: 100%;
  line-height: 1.7;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .accord__hover--footer {
    position: absolute;
    z-index: 4;
    bottom: 0px; }
    .accord__hover--footer-left {
      padding-top: 12px;
      float: left;
      line-height: 1.3;
      text-align: left;
      font-size: 12px;
      width: 80%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .accord__hover--footer-right {
      float: left;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 20%;
      text-align: left;
      padding-top: 12px; }
      .accord__hover--footer-right li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .accord__hover--footer-right li a {
          color: #fff; }
        .accord__hover--footer-right li:hover a {
          color: #337ab7; }
      .accord__hover--footer-right--title {
        font-size: 13px;
        line-height: 1;
        text-align: left; }

.accord__footer {
  position: relative;
  color: #fff;
  padding: 10px 10px 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 10px; }
  .accord__footer--left {
    float: left;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .accord__footer .follow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    padding: 0;
    margin: 0; }
    .accord__footer .follow li {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 4px; }
      .accord__footer .follow li:first-child {
        padding-left: 0; }
      .accord__footer .follow li:last-child {
        padding-right: 0; }
  .accord__footer--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .accord__footer--right .title {
      font-size: 12px;
      margin-right: 10px; }
  .accord__footer a {
    color: #fff; }
    .accord__footer a:hover {
      color: #337ab7; }

.accord__sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  font-size: 10px;
  color: #000;
  padding: 8px 0 10px;
  margin: 0 10px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: calc(100% - 20px);
  text-align: left;
  top: 0;
  right: 0;
  position: absolute; }
  .accord__sponsor img {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    margin-left: 8px;
    background: #000;
    overflow: hidden;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
  .accord__sponsor img::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 12px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1; }
  .accord__sponsor img::after {
    content: "LOGO";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 12px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .accord__sponsor:hover img {
    -webkit-transform: scale(1.3) translateX(1px) translateY(0px);
    transform: scale(1.3) translateX(1px) translateY(0px); }

.wRamadan--style3 .wRamadan__left,
.wRamadan--style3 .wRamadan__right {
  width: 50%; }

.wRamadan--style3 .accord__content {
  height: 282px; }

.wRamadan--style3 .accord__title {
  height: 26px; }
  .wRamadan--style3 .accord__title--text {
    font-size: 15px; }

.wRamadan--style3 .accord__heading {
  height: 17px; }

.wRamadan--style3 .accord__text {
  font-size: 22px;
  line-height: 1.1;
  margin: 0;
  max-height: 54px;
  overflow: hidden; }

.wRamadan--style3 .accord__tag {
  font-size: 12px;
  height: 80px;
  overflow: hidden; }
  .wRamadan--style3 .accord__tag span {
    margin: 2px 0; }

.wRamadan--style3 .wRamadan__right .accord__content {
  height: 135px; }

.wRamadan--style3 .wRamadan__right .accord__title {
  height: 20px; }
  .wRamadan--style3 .wRamadan__right .accord__title--text {
    font-size: 11px;
    padding: 2px 3px; }

.wRamadan--style3 .wRamadan__right .accord__text {
  font-size: 14px;
  max-height: 38.5px; }

.wRamadan--style3 .wRamadan__right .accord__tag {
  font-size: 11px;
  padding-left: 36px;
  font-size: 12px;
  height: 46px;
  overflow: hidden; }
  .wRamadan--style3 .wRamadan__right .accord__tag::before {
    position: absolute;
    left: 14px; }
  .wRamadan--style3 .wRamadan__right .accord__tag a,
  .wRamadan--style3 .wRamadan__right .accord__tag span {
    padding: 0px 4px; }

.read-content .wPost {
  padding: 12px 12px;
  position: relative; }
  .read-content .wPost .headingLinks {
    top: 24px;
    right: 15px; }

.read-content .wRamadan__left .accord__title--text {
  padding: 1px 2px; }

.read-content .wRamadan__left .accord__title--status {
  font-size: 10px; }

.read-content .wRamadan--style3 .accord__content--orange,
.read-content .wRamadan--style3 .accord__content--green {
  padding: 14px; }

.read-content .wRamadan--style3 .accord__content--orange, .read-content .wRamadan--style3 .accord__content--green {
  padding: 60px 14px 14px; }

.read-content .wRamadan--style3 .accord__heading {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1px 0;
  font-weight: 600; }

.read-content .wRamadan--style3 .accord__text {
  font-size: 16px; }

.read-content .wRamadan--style3 .accord__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .read-content .wRamadan--style3 .accord__title--text {
    font-size: 11px;
    padding: 1px 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .read-content .wRamadan--style3 .accord__title--status {
    font-size: 10px;
    width: 117px; }

.read-content .wRamadan--style3 .accord__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  gap: 1px 4px;
  height: 74px;
  padding-top: 15px; }
  .read-content .wRamadan--style3 .accord__tag::before {
    top: -8px;
    position: absolute;
    padding: 0; }
  .read-content .wRamadan--style3 .accord__tag a,
  .read-content .wRamadan--style3 .accord__tag span {
    margin: 2px 0;
    padding: 0px 6px;
    height: 24px;
    vertical-align: middle;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.read-content .wRamadan--style3 .accord__actionWrap {
  gap: 6px; }

.read-content .wRamadan--style3 .accord__action {
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: normal; }

.read-content .wRamadan--style3 .wRamadan__right .accord__title--text {
  font-size: 10px; }

.read-content .wRamadan--style3 .wRamadan__right .accord__text {
  font-size: 14px;
  max-height: 37px;
  height: 37px; }

.read-content .wRamadan--style3 .wRamadan__right .accord__tag {
  padding: 0;
  padding-left: 30px;
  height: 40px; }
  .read-content .wRamadan--style3 .wRamadan__right .accord__tag::before {
    left: 0;
    font-size: 11px; }
  .read-content .wRamadan--style3 .wRamadan__right .accord__tag span,
  .read-content .wRamadan--style3 .wRamadan__right .accord__tag a {
    height: 15px;
    padding: 0 2px;
    font-size: 10px; }

.read-content .wRamadan--style3 .wRamadan__right .accord__footer--left {
  font-size: 8px; }

.read-content .wRamadan--style3 .wRamadan__right .accord__sponsor {
  padding: 4px 0 0;
  margin: 0 3px; }

.read-content .wRamadan--style3 .wRamadan__right .accord__sponsor img {
  width: 35px;
  height: 35px; }

.sections--terpopuler .cardName,
.sections--terproduktif .cardName {
  font-size: 18px;
  height: 48px; }
  @media (max-width: 1280px) {
    .sections--terpopuler .cardName,
    .sections--terproduktif .cardName {
      font-size: 13px;
      height: 38px;
      line-height: 1.3; } }
  @media (max-width: 768px) {
    .sections--terpopuler .cardName,
    .sections--terproduktif .cardName {
      font-size: 10.5px;
      height: 30px; } }
  @media (max-width: 376px) {
    .sections--terpopuler .cardName,
    .sections--terproduktif .cardName {
      font-size: 8px;
      height: 24px; } }

.desktop {
  display: block; }
  @media (max-width: 480px) {
    .desktop {
      display: none; } }

.mobile {
  display: none !important; }
  @media (max-width: 480px) {
    .mobile {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; } }

.textEditor {
  margin-top: 20px; }
  @media (min-width: 480px) {
    .textEditor {
      height: 230px; } }
  @media (max-width: 480px) {
    .textEditor {
      height: 250px; } }
  @media (max-width: 320px) {
    .textEditor {
      margin-top: 12px;
      height: 230px; } }

.profile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 20px 40px 30px; }
  @media (max-width: 480px) {
    .profile {
      padding: 20px 20px 20px 20px; } }
  .profile:before {
    content: "";
    border-radius: 0.3125rem;
    opacity: 0.8;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(47.13%, #F6FFEA), color-stop(120.47%, #FFE783));
    background: linear-gradient(0deg, #F6FFEA 47.13%, #FFE783 120.47%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: -1; }
    @media (max-width: 480px) {
      .profile:before {
        width: 100%;
        border-radius: 5px; } }
  .profilePic, .profileDetails {
    margin-bottom: 10px; }
    .profilePic__name, .profileDetails__name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (max-width: 480px) {
    .profilePic {
      position: absolute; } }
  .profilePic img {
    border: 8px solid #f0bc57;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover; }
    @media (max-width: 480px) {
      .profilePic img {
        width: 67px;
        height: 67px;
        border: 4px solid #f0bc57;
        margin: 20px 20px; } }
  .profileDetails {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 30px; }
    @media (max-width: 480px) {
      .profileDetails__name {
        margin-left: 80px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 16px; } }
    @media (max-width: 760px) {
      .profileDetails {
        padding-left: 0; } }
  .profileName {
    color: #161b28;
    font-size: 28px;
    font-weight: 700; }
    @media (max-width: 480px) {
      .profileName {
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 18px; } }
    .profileName span {
      display: block;
      font-size: 16px;
      color: #45818e;
      font-weight: 400; }
  .profile p {
    font-size: 16px;
    margin: 20px 0; }

.ask {
  position: relative;
  margin-bottom: 50px; }
  .askWrapper {
    position: relative; }
    .askWrapper .askBtn {
      position: absolute;
      bottom: -40px;
      right: 0; }
      @media (max-width: 480px) {
        .askWrapper .askBtn {
          padding: 8px 14px; } }
      @media (max-width: 320px) {
        .askWrapper .askBtn {
          padding: 6px 8px; } }
  .askBtn {
    border: 1px solid #45818e;
    border-radius: 4px;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    font-size: 12px;
    font-weight: 600;
    color: #45818e; }
    .askBtn .ico {
      display: inline-block; }
    .askBtn--select {
      padding: 8px 12px;
      outline: none; }
  .ask textarea {
    height: 158px;
    width: 100%;
    resize: none;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 400 15px "Merriweather", serif; }
    @media (max-width: 480px) {
      .ask textarea {
        height: 145px; } }
  .ask .counter {
    position: absolute;
    bottom: 10px;
    right: 4px;
    background: #fff;
    font-size: 10px; }
    @media (max-width: 480px) {
      .ask .counter {
        font-size: 9px; } }
  .ask small {
    position: absolute; }
    @media (min-width: 480px) {
      .ask small {
        width: calc(755px - 200px);
        display: block; } }
    @media (max-width: 480px) {
      .ask small {
        max-width: 60%;
        display: block;
        line-height: 2;
        margin-top: 4px; } }
    @media (max-width: 320px) {
      .ask small {
        max-width: 55%;
        line-height: 1.5; } }

.alert {
  display: none;
  position: fixed;
  background: #5baabb;
  width: 525px;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
  padding: 25px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  font-size: 15px;
  border-radius: 6px; }
  @media (max-width: 480px) {
    .alert {
      width: 90%;
      padding: 24px 28px; } }
  @media (max-width: 320px) {
    .alert {
      width: 95%;
      top: 16vh;
      max-height: 80vh;
      max-height: calc(100vh - 80px); } }
  .alertClose {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-color: #fff;
    color: transparent;
    width: 18px;
    height: 18px;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%; }
    @media (max-width: 480px) {
      .alertClose {
        top: 4px;
        right: 4px; } }
    @media (max-width: 320px) {
      .alertClose {
        top: -4px;
        right: -4px;
        border: 1px solid #ccc; } }
    .alertClose:hover {
      background-color: #ddd; }
    .alertClose:before, .alertClose:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 1px;
      background-color: #5baabb;
      display: inline-block;
      top: 8px;
      left: 4px; }
    .alertClose::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .alertClose::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .alertTitle {
    font-weight: 700; }
  .alert p {
    margin: 6px; }
  .alert.content {
    padding: 25px 23px; }
    @media (max-width: 480px) {
      .alert.content {
        padding: 15px 15px; } }
    @media (max-width: 320px) {
      .alert.content {
        padding: 12px 12px; } }
    @media (min-width: 480px) {
      .alert.content textarea {
        height: 100px; } }
  .alert.success {
    height: 158px; }
    @media (max-width: 480px) {
      .alert.success {
        height: 188px; } }
  .alert.open {
    display: block;
    z-index: 100; }
  .alert.open + body {
    overflow: hidden;
    /* Applied when alert is open */ }
  .alert .answerList {
    padding: 12px 15px;
    text-align: left; }
    @media (max-width: 320px) {
      .alert .answerList {
        padding: 10px 12px; } }
    .alert .answerList p {
      font-size: 13px;
      line-height: 1.2;
      word-break: break-word; }
      @media (max-width: 480px) {
        .alert .answerList p {
          max-height: 25vh;
          overflow: scroll; } }
      @media (max-width: 320px) {
        .alert .answerList p {
          max-height: 74px;
          font-size: 12px;
          margin-top: 6px; } }
  .alertForm span {
    font-size: 14px; }
  .alertForm input,
  .alertForm textarea {
    border-radius: 4px;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .alertForm input {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 8px; }
  .alertForm textarea {
    margin: 15px 0;
    width: 100%;
    padding: 8px; }
  .alertForm--input {
    gap: 12px; }
  .alertForm__footer {
    text-align: right; }
    .alertForm__footer .askBtn:hover {
      color: #000; }

.answerList {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  border-radius: 6px;
  padding: 20px 20px;
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .answerList {
      padding: 20px 18px; } }
  @media (max-width: 320px) {
    .answerList {
      margin-bottom: 10px; } }
  .answerList__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .answerList__answer {
    border-top: 1px solid #dad7d7;
    padding-top: 20px;
    padding-left: 30px; }
    @media (max-width: 480px) {
      .answerList__answer {
        padding-left: 10px; } }
    @media (max-width: 480px) {
      .answerList__answer .cardImg {
        width: 88px !important; } }
  .answerList__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .answerList__footer .ico-pencil {
      top: 3px; }
      @media (max-width: 480px) {
        .answerList__footer .ico-pencil {
          margin-right: 3px; } }
  .answerList .askBtn {
    padding: 10px 20px;
    display: block;
    text-align: center; }
    @media (max-width: 480px) {
      .answerList .askBtn {
        height: 20px; } }
  .answerList .thumb-user {
    -ms-flex-item-align: center;
    align-self: center; }
    @media (max-width: 480px) {
      .answerList .thumb-user .user-img img {
        width: 30px;
        height: 30px;
        position: absolute;
        border-radius: 100%; } }
  .answerList .user-box span {
    display: inline-block; }
  .answerList p {
    margin: 10px 0 5px;
    color: #454545; }
    .answerList p a {
      text-decoration: none;
      color: #1d61ab;
      position: relative;
      display: inline-block; }
  @media (min-width: 480px) {
    .answerList .cardImg, .answerList .cardHeader {
      width: 170px; } }
  @media (max-width: 480px) {
    .answerList .cardImg, .answerList .cardHeader {
      width: 95px; } }
  .answerList .cardTitle {
    color: #45818e;
    overflow: hidden;
    line-height: 1.4; }
    @media (min-width: 480px) {
      .answerList .cardTitle {
        max-height: 64px; } }
    @media (max-width: 480px) {
      .answerList .cardTitle {
        max-height: 48px; } }
  .answerList .cardContent {
    padding-left: 15px; }
  .answerList .cardFooter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px; }
  .answerList .card-bg-green {
    background: #e9fff2;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 15px;
    margin: 12px 0; }

.artikelPakar .card {
  margin: 0px 0 20px; }
  @media (min-width: 480px) {
    .artikelPakar .cardImg, .artikelPakar .cardHeader {
      width: 220px; } }
  @media (max-width: 480px) {
    .artikelPakar .cardImg, .artikelPakar .cardHeader {
      width: 127px; } }
  .artikelPakar .cardTitle {
    color: #454545;
    margin: 12px 0 0;
    overflow: hidden;
    line-height: 1.4; }
    @media (min-width: 480px) {
      .artikelPakar .cardTitle {
        max-height: 64px; } }
    @media (max-width: 480px) {
      .artikelPakar .cardTitle {
        max-height: 48px; } }
  .artikelPakar .cardContent {
    margin: 4px 0 0;
    padding-left: 20px; }
    @media (max-width: 480px) {
      .artikelPakar .cardContent {
        margin: 0; } }
  .artikelPakar .cardFooter {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px; }
    @media (max-width: 480px) {
      .artikelPakar .cardFooter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        gap: 12px; } }

@media (max-width: 480px) {
  .artikelPakar .thumb-user {
    height: 26px; } }

@media (max-width: 480px) {
  .artikelPakar .thumb-user .user-img {
    width: 27px;
    height: 27px; } }

.disable-overflow {
  overflow: hidden; }

.banner-horizontal {
  z-index: 20 !important; }

@media (max-width: 480px) {
  .kgnw-middle {
    width: 100% !important;
    margin: auto !important; } }

@media (max-width: 480px) {
  .kgnw-root {
    width: 100% !important;
    margin: auto !important; } }

@media (max-width: 480px) {
  .kgnw-player {
    margin: 0 -20px 0 0; } }

@media (min-width: 480px) {
  .kgnowGate .rVideo-thumbnail {
    height: 283.75px !important; } }

@media (min-width: 480px) {
  .sections {
    min-height: 250px; } }

.card--patern-3 {
  height: 429px; }
  @media (max-width: 480px) {
    .card--patern-3 {
      height: auto; } }
  .card--patern-3 .card--thumbonly > a > img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom; }

@media (max-width: 480px) {
  .ad-h {
    min-height: 100px;
    height: auto; }
  .thr-banner--fullwidth {
    aspect-ratio: 375 / 187 !important;
    min-height: auto !important; }
  .thr-banner--fullwidth img {
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top; }
  .btn--snk {
    bottom: 10px;
    padding: 5px 18px; } }

.pushdown-banner ~ .root #page1 {
  background: inherit !important; }
