﻿ html {
     line-height: 1.15;
     -ms-text-size-adjust: 100%;
     -webkit-text-size-adjust: 100%;
     scroll-behavior: smooth;
 }

 body {
     margin: 0;
     zoom: 1;
 }

 article,
 aside,
 footer,
 header,
 nav,
 section {
     display: block;
 }

 h1 {
     font-size: 2em;
     margin: 0.67em 0;
 }

 figcaption,
 figure,
 main {
     display: block;
 }

 figure {
     margin: 1em 40px;
 }

 hr {
     box-sizing: content-box;
     height: 0;
     overflow: visible;
 }

 pre {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 a {
     background-color: transparent;
     -webkit-text-decoration-skip: objects;
 }

 abbr[title] {
     border-bottom: none;
     text-decoration: underline;
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
 }

 b,
 strong {
     font-weight: inherit;
 }

 b,
 strong {
     font-weight: bolder;
 }

 code,
 kbd,
 samp {
     font-family: monospace, monospace;
     font-size: 1em;
 }

 dfn {
     font-style: italic;
 }

 mark {
     background-color: #ff0;
     color: #000;
 }

 small {
     font-size: 80%;
 }

 sub,
 sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
 }

 sub {
     bottom: -0.25em;
 }

 sup {
     top: -0.5em;
 }

 audio,
 video {
     display: inline-block;
 }

 audio:not([controls]) {
     display: none;
     height: 0;
 }

 img {
     border-style: none;
 }

 svg:not(:root) {
     overflow: hidden;
 }

 button,
 input,
 optgroup,
 select,
 textarea {
     font-family: sans-serif;
     font-size: 100%;
     line-height: 1.15;
     margin: 0;
 }

 button,
 input {
     overflow: visible;
 }

 button,
 select {
     text-transform: none;
 }

 [type="reset"],
 [type="submit"],
 button,
 html [type="button"] {
     -webkit-appearance: button;
 }

 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner,
 button::-moz-focus-inner {
     border-style: none;
     padding: 0;
 }

 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring,
 button:-moz-focusring {
     outline: 1px dotted ButtonText;
 }

 fieldset {
     padding: 0.35em 0.75em 0.625em;
 }

 legend {
     box-sizing: border-box;
     color: inherit;
     display: table;
     max-width: 100%;
     padding: 0;
     white-space: normal;
 }

 progress {
     display: inline-block;
     vertical-align: baseline;
 }

 textarea {
     overflow: auto;
 }

 [type="checkbox"],
 [type="radio"] {
     box-sizing: border-box;
     padding: 0;
 }

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
     height: auto;
 }

 [type="search"] {
     -webkit-appearance: textfield;
     outline-offset: -2px;
 }

 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
 }

 ::-webkit-file-upload-button {
     -webkit-appearance: button;
     font: inherit;
 }

 details,
 menu {
     display: block;
 }

 summary {
     display: list-item;
 }

 canvas {
     display: inline-block;
 }

 template {
     display: none;
 }

 [hidden] {
     display: none;
 }

 .container {
     margin-left: auto;
     margin-right: auto;
 }

 .container-fluid {
     width: 100%;
     padding-right: 0;
     padding-left: 0;
     margin-right: auto;
     margin-left: auto;
     overflow: hidden;
 }

 .container.inside {
     height: 0;
     position: relative;
     z-index: 1;
 }

 @media (max-width: 767px) {
     .container {
         max-width: 460px;
         padding-left: 18px;
         padding-right: 18px;
     }
 }

 @media (min-width: 768px) {
     .container {
         max-width: 720px;
         padding-left: 15px;
         padding-right: 15px;
     }
 }

 @media (max-width: 991px) {
     .container .container.small {
         padding: 0;
     }
 }

 @media (min-width: 992px) {
     .container {
         max-width: 960px;
     }
     .container.small {
         max-width: 780px;
     }
 }

 @media (max-width: 1229px) {
     .container .container.medium {
         padding: 0;
     }
 }

 @media (min-width: 1230px) {
     .container {
         max-width: 1190px;
     }
     .container.medium {
         max-width: 1030px;
     }
 }

 .navbar .menu-item-mega>.sub-menu,
 .row {
     display: flex;
     flex-wrap: wrap;
     margin-left: -15px;
     margin-right: -15px;
 }

 .navbar .menu-item-mega-v2>.sub-menu,
 .row {
     display: flex;
     flex-wrap: wrap;
     margin-left: -15px;
     margin-right: -15px;
 }

 .row-fluid {
     display: flex;
     flex-wrap: wrap;
 }

 .col-1,
 .col-10,
 .col-11,
 .col-12,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-xl-1,
 .col-xl-10,
 .col-xl-11,
 .col-xl-12,
 .col-xl-2,
 .col-xl-3,
 .col-xl-4,
 .col-xl-5,
 .col-xl-6,
 .col-xl-7,
 .col-xl-8,
 .col-xl-9,
 .navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item,
 .navbar .menu-item-mega.mega-col-3>.sub-menu>.menu-item,
 .navbar .menu-item-mega.mega-col-6>.sub-menu>.menu-item,
 .navbar .menu-item-mega>.sub-menu>.menu-item {
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
     width: 100%;
 }

 .col-1,
 .col-10,
 .col-11,
 .col-12,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-lg-1,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-md-1,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-sm-1,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-xl-1,
 .col-xl-10,
 .col-xl-11,
 .col-xl-12,
 .col-xl-2,
 .col-xl-3,
 .col-xl-4,
 .col-xl-5,
 .col-xl-6,
 .col-xl-7,
 .col-xl-8,
 .col-xl-9,
 .navbar .menu-item-mega-v2.mega-col-2>.sub-menu>.menu-item,
 .navbar .menu-item-mega-v2.mega-col-3>.sub-menu>.menu-item,
 .navbar .menu-item-mega-v2.mega-col-6>.sub-menu>.menu-item,
 .navbar .menu-item-mega-v2>.sub-menu>.menu-item {
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
     position: relative;
     width: 100%;
 }

 .col-1 {
     flex: 0 0 8.333333%;
     max-width: 8.333333%;
 }

 .col-2 {
     flex: 0 0 16.666667%;
     max-width: 16.666667%;
 }

 .col-3 {
     flex: 0 0 25%;
     max-width: 25%;
 }

 .col-4 {
     flex: 0 0 33.333333%;
     max-width: 33.333333%;
 }

 .col-5 {
     flex: 0 0 41.666667%;
     max-width: 41.666667%;
 }

 .col-6 {
     flex: 0 0 50%;
     max-width: 50%;
 }

 .col-7 {
     flex: 0 0 58.333333%;
     max-width: 58.333333%;
 }

 .col-8 {
     flex: 0 0 66.666667%;
     max-width: 66.666667%;
 }

 .col-9 {
     flex: 0 0 75%;
     max-width: 75%;
 }

 .col-10 {
     flex: 0 0 83.333333%;
     max-width: 83.333333%;
 }

 .col-11 {
     flex: 0 0 91.666667%;
     max-width: 91.666667%;
 }

 .col-12 {
     flex: 0 0 100%;
     max-width: 100%;
 }

 .d-block {
     display: block !important;
 }

 .mt-10 {
     margin-top: 10px !important;
 }

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

 .mt-30 {
     margin-top: 30px !important;
 }

 .mt-40 {
     margin-top: 40px !important;
 }

 .mt-50 {
     margin-top: 50px !important;
 }

 .mt-60 {
     margin-top: 60px !important;
 }

 .mb-10 {
     margin-bottom: 10px !important;
 }

 .mb-20 {
     margin-bottom: 20px !important;
 }

 .mb-30 {
     margin-bottom: 30px !important;
 }

 .mb-40 {
     margin-bottom: 40px !important;
 }

 .mb-50 {
     margin-bottom: 50px !important;
 }

 .mb-60 {
     margin-bottom: 60px !important;
 }

 .ml-10 {
     margin-left: 10px !important;
 }

 .ml-18 {
     margin-left: 18px !important;
 }

 .ml-20 {
     margin-left: 20px !important;
 }

 .ml-30 {
     margin-left: 30px !important;
 }

 .ml-40 {
     margin-left: 40px !important;
 }

 .ml-50 {
     margin-left: 50px !important;
 }

 .ml-60 {
     margin-left: 60px !important;
 }

 .mr-10 {
     margin-right: 10px !important;
 }

 .mr-20 {
     margin-right: 20px !important;
 }

 .mr-30 {
     margin-right: 30px !important;
 }

 .mr-40 {
     margin-right: 40px !important;
 }

 .mr-50 {
     margin-right: 50px !important;
 }

 .mr-60 {
     margin-right: 60px !important;
 }

 .pt-10 {
     padding-top: 10px !important;
 }

 .pt-20 {
     padding-top: 20px !important;
 }

 .pt-30 {
     padding-top: 30px !important;
 }

 .pt-40 {
     padding-top: 40px !important;
 }

 .pt-50 {
     padding-top: 50px !important;
 }

 .pt-60 {
     padding-top: 60px !important;
 }

 .pb-10 {
     padding-bottom: 10px !important;
 }

 .pb-20 {
     padding-bottom: 20px !important;
 }

 .pb-30 {
     padding-bottom: 30px !important;
 }

 .pb-40 {
     padding-bottom: 40px !important;
 }

 .pb-50 {
     padding-bottom: 50px !important;
 }

 .pb-60 {
     padding-bottom: 60px !important;
 }

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

 .text-white {
     color: #fff !important
 }

 .text-black {
     color: #000 !important
 }

 @media (min-width: 576px) {
     .col-sm-1 {
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-sm-2 {
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-sm-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-sm-4 {
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-sm-5 {
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-sm-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-sm-7 {
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-sm-8 {
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-sm-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-sm-10 {
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-sm-11 {
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-sm-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }

 @media (min-width: 768px) {
     .col-md-1 {
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-md-2 {
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-md-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-md-4 {
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-md-5 {
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-md-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-md-7 {
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-md-8 {
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-md-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-md-10 {
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-md-11 {
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-md-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }

 @media (min-width: 992px) {
     .col-lg-1 {
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-lg-2,
     .navbar .menu-item-mega.mega-col-6>.sub-menu>.menu-item {
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-lg-3,
     .navbar .menu-item-mega>.sub-menu>.menu-item {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-lg-4,
     .navbar .menu-item-mega.mega-col-3>.sub-menu>.menu-item {
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-lg-5 {
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-lg-6,
     .navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-lg-7 {
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-lg-8 {
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-lg-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-lg-10 {
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-lg-11 {
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-lg-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }

 @media (min-width: 992px) {
     .col-lg-1 {
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-lg-2,
     .navbar .menu-item-mega-v2.mega-col-6>.sub-menu>.menu-item {
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-lg-3,
     .navbar .menu-item-mega-v2>.sub-menu>.menu-item {
         flex: 0 0 20%;
         max-width: 20%;
     }
     .col-lg-4,
     .navbar .menu-item-mega-v2.mega-col-3>.sub-menu>.menu-item {
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-lg-5 {
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-lg-6,
     .navbar .menu-item-mega-v2.mega-col-2>.sub-menu>.menu-item {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-lg-7 {
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-lg-8 {
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-lg-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-lg-10 {
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-lg-11 {
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-lg-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }

 @media (min-width: 1200px) {
     .col-xl-1 {
         flex: 0 0 8.333333%;
         max-width: 8.333333%;
     }
     .col-xl-2 {
         flex: 0 0 16.666667%;
         max-width: 16.666667%;
     }
     .col-xl-3 {
         flex: 0 0 25%;
         max-width: 25%;
     }
     .col-xl-4 {
         flex: 0 0 33.333333%;
         max-width: 33.333333%;
     }
     .col-xl-5 {
         flex: 0 0 41.666667%;
         max-width: 41.666667%;
     }
     .col-xl-6 {
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-xl-7 {
         flex: 0 0 58.333333%;
         max-width: 58.333333%;
     }
     .col-xl-8 {
         flex: 0 0 66.666667%;
         max-width: 66.666667%;
     }
     .col-xl-9 {
         flex: 0 0 75%;
         max-width: 75%;
     }
     .col-xl-10 {
         flex: 0 0 83.333333%;
         max-width: 83.333333%;
     }
     .col-xl-11 {
         flex: 0 0 91.666667%;
         max-width: 91.666667%;
     }
     .col-xl-12 {
         flex: 0 0 100%;
         max-width: 100%;
     }
 }

 @media (max-width: 575px) {
     .hidden-xs {
         display: none !important;
     }
 }

 @media (min-width: 576px) and (max-width: 767px) {
     .hidden-sm {
         display: none !important;
     }
 }

 @media (min-width: 768px) and (max-width: 991px) {
     .hidden-md {
         display: none !important;
     }
 }

 @media (min-width: 992px) and (max-width: 1199px) {
     .hidden-lg {
         display: none !important;
     }
 }

 @media (min-width: 1200px) {
     .hidden-xl {
         display: none !important;
     }
 }

 html {
     box-sizing: border-box;
     --accent-color: #1a1a1a;
 }

 *,
 :after,
 :before {
     box-sizing: inherit;
 }

 body {
     background-color: #fff;
     color: #1e1e1e;
     font-family: Graphik, sans-serif;
     font-size: 15px;
     line-height: 24px;
     text-rendering: optimizeLegibility;
     word-break: break-word;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }

 a {
     color: #1a1a1a;
     text-decoration: none;
 }

 a:hover {
     opacity: 0.8;
 }

 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     color: #1a1a1a;
     font-weight: 700;
     line-height: 1.2;
     margin: 0 0 15px;
 }

 p {
     margin: 0 0 15px;
 }

 img {
     display: block;
     height: auto;
     max-width: 100%;
 }

 blockquote {
     border-left: 5px solid var(--accent-color);
     color: #1a1a1a;
     font-family: Merriweather, serif;
     font-weight: 700;
     margin: 30px 0;
     padding: 15px 0 15px 20px;
 }

 blockquote p {
     font-size: 18px !important;
     line-height: 30px !important;
 }

 blockquote> :last-child {
     margin-bottom: 0 !important;
 }

 blockquote cite {
     color: #aaa;
     display: block;
     font-size: 14px;
     font-style: normal;
     margin-top: -5px;
 }

 hr {
     background-color: #1a1a1a;
     border: 0;
     border-radius: 50%;
     height: 5px;
     margin: 30px auto;
     position: relative;
     width: 5px;
 }

 hr:after,
 hr:before {
     background-color: #1a1a1a;
     border-radius: 50%;
     content: "";
     height: 5px;
     position: absolute;
     width: 5px;
 }

 hr:before {
     right: 20px;
 }

 hr:after {
     left: 20px;
 }

 hr.wp-block-separator.is-style-wide {
     border-bottom-width: 0px;
     background: #e6e6e6;
     width: 100%;
     height: 1px;
     border-radius: 0px;
 }

 hr.wp-block-separator.is-style-wide:after,
 hr.wp-block-separator.is-style-wide:before {
     display: none;
 }

 table {
     font-family: Arial, sans-serif;
     border-collapse: collapse;
     font-size: 15px;
     margin: 0 0 15px;
     word-break: normal;
 }

 td,
 th {
     border: 1px solid #f4f4f4;
     padding: 8px 12px;
 }

 .tabtoolbar {
     display: inline-block;
 }

 .paginate_button.current {
     background: #e1e3e6 !important;
     border: none !important;
     border-radius: 6px !important;
 }

 .paginate_button:hover {
     border: 1px solid #9d9d9d !important;
     background: #9d9d9d !important;
     border-radius: 7px !important;
 }

 dl,
 ol,
 ul {
     margin: 30px 0;
     padding-left: 30px;
 }

 dl {
     padding-left: 0;
 }

 dt {
     font-weight: 700;
 }

 dd {
     margin: 0 0 15px 0;
 }

 embed,
 iframe {
     border: 0;
     display: block;
     overflow: hidden;
     width: 100%;
 }

 figure {
     margin: 0;
 }

 pre {
     overflow-y: scroll;
 }

 input[type="email"],
 input[type="number"],
 input[type="password"],
 input[type="search"],
 input[type="tel"],
 input[type="text"],
 textarea {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background-color: #f4f4f4;
     border: 0;
     border-radius: 0;
     color: #fff;
     display: block;
     font-family: Graphik, sans-serif;
     font-size: 16px;
     height: 40px;
     line-height: 38px;
     margin-bottom: 10px;
     padding: 0 12px;
     transition: border-color cubic-bezier(0.77, 0, 0.175, 1);
     width: 100%;
 }

 input[type="email"]:focus,
 input[type="number"]:focus,
 input[type="password"]:focus,
 input[type="search"]:focus,
 input[type="tel"]:focus,
 input[type="text"]:focus,
 textarea:focus {
     border-color: #e6e6e6;
     outline: 0;
 }

 textarea {
     height: 100%;
     line-height: inherit;
     padding: 9px 12px;
     resize: vertical;
 }

 select {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background-color: #fff;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAANCAYAAAC+ct6XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjBBRUQ1QTQ1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjBBRUQ1QTU1QzkxMTFFMDlDNDdEQzgyNUE1RjI4MTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMEFFRDVBMjVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMEFFRDVBMzVDOTExMUUwOUM0N0RDODI1QTVGMjgxMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pk5mU4QAAACUSURBVHjaYmRgYJD6////MwY6AyaGAQIspCieM2cOjKkIxCFA3A0TSElJoZ3FUCANxAeAWA6IOYG4iR5BjWwpCDQCcSnNgxoIVJCDFwnwA/FHWlp8EIpHSKoGgiggLkITewrEcbQO6mVAbAbE+VD+a3IsJTc7FQAxDxD7AbEzEF+jR1DDywtoCr9DbhwzDlRZDRBgACYqHJO9bkklAAAAAElFTkSuQmCC);
     background-position: center right;
     background-repeat: no-repeat;
     border: 1px solid #e6e6e6;
     border-radius: 0;
     color: #1a1a1a;
     font-family: inherit;
     font-size: 14px;
     height: 40px;
     line-height: 40px;
     outline: 0;
     padding: 0 14px;
     width: 100%;
 }

 label {
     color: #1a1a1a;
     display: inline-block;
     font-family: Graphik, sans-serif;
     font-size: 13px;
     margin-bottom: 5px;
     vertical-align: middle;
 }

 input[type="checkbox"]+label {
     margin-bottom: 0;
     margin-left: 2px;
 }

 form.inline {
     position: relative;
 }

 form.inline .inline-field {
     margin-bottom: 0;
     padding-right: 20px;
     text-overflow: ellipsis;
 }

 form.inline button[type="submit"] {
     background-color: transparent;
     border: 0;
     color: #1a1a1a;
     font-size: 16px;
     height: 30px;
     line-height: 30px;
     margin-top: -15px;
     padding: 0;
     position: absolute;
     right: 0;
     text-align: center;
     top: 50%;
     width: 30px;
 }

 .button,
 .navigation .nav-next a,
 .navigation .nav-previous a,
 button[type="submit"],
 input[type="submit"] {
     background-color: var(--accent-color);
     border: 1px solid var(--accent-color);
     border-radius: 30px;
     color: #fff;
     cursor: pointer;
     display: inline-block;
     font-family: Graphik, sans-serif;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: 1px;
     line-height: 1;
     outline: 0;
     padding: 12px 20px;
     text-align: center;
     text-transform: uppercase;
 }

 .button:hover,
 .navigation .nav-next a:hover,
 .navigation .nav-previous a:hover,
 button[type="submit"]:hover,
 input[type="submit"]:hover {
     opacity: 1;
 }

 .button.transparent,
 .navigation .nav-next a.transparent,
 .navigation .nav-previous a.transparent,
 button[type="submit"].transparent,
 input[type="submit"].transparent {
     background-color: transparent;
     border: 1px solid rgba(255, 255, 255, 0.3);
 }

 .site {
     position: relative;
 }

 .site-content {
     padding-bottom: 60px;
     padding-top: 60px;
     overflow: hidden;
 }

 .site-content-single {
     padding-top: 60px;
     overflow: hidden;
 }

 .site-content-single .container.small {
     padding-bottom: 60px
 }

 .page-parent .site-content,
 .fakultas-template-default .site-content,
 .pagination-numeric .site-content {
     border-bottom: 0px solid #e6e6e6;
 }

 .page-template-page-modular .site-content {
     padding-bottom: 0;
     padding-top: 0;
 }

 @media (max-width: 767px) {
     .site-content {
         padding-bottom: 30px;
         padding-top: 30px;
     }
     .page-template-page-modular .site-content {
         padding-bottom: 0;
         padding-top: 0;
     }
 }

 .sidebar-right .sidebar-column .widget-area {
     padding-left: 30px;
 }

 .sidebar-left .sidebar-column .widget-area {
     padding-right: 30px;
 }

 @media (max-width: 991px) {
     .sidebar-column .widget-area {
         margin: 60px auto 0;
         max-width: 300px;
         padding: 0 !important;
     }
 }

 @media (min-width: 992px) {
     .content-column {
         flex: 0 0 72%;
         max-width: 72%;
     }
     .sidebar-column {
         flex: 0 0 28%;
         max-width: 28%;
     }
     .sidebar-left .sidebar-column {
         order: -1;
     }
 }

 .u-clearfix:after,
 .u-clearfix:before {
     content: " ";
     display: table;
 }

 .u-clearfix:after {
     clear: both;
 }

 .u-plain-list {
     list-style-type: none;
     margin: 0;
     padding: 0;
 }

 .u-permalink {
     bottom: 0;
     left: 0;
     outline: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 50;
 }

 .u-border-title {
     align-items: center;
     display: flex;
 }

 .u-border-title:before {
     background-color: #1a1a1a;
     content: "";
     height: 3px;
     margin-right: 10px;
     width: 30px;
 }

 .u-text-format> :first-child,
 .u-text-format> :first-child> :first-child {
     margin-top: 0 !important;
 }

 .u-text-format> :last-child,
 .u-text-format> :last-child> :last-child {
     margin-bottom: 0 !important;
 }

 .u-text-format h1,
 .u-text-format h2,
 .u-text-format h3,
 .u-text-format h4,
 .u-text-format h5,
 .u-text-format h6 {
     font-weight: 900;
     margin-bottom: 12px;
     margin-top: 45px;
 }

 .u-text-format h1 {
     font-size: 28px;
 }

 .u-text-format h2 {
     font-size: 25px;
 }

 .u-text-format h3 {
     font-size: 22px;
 }

 .u-text-format h4 {
     font-size: 19px;
 }

 .u-text-format h5 {
     font-size: 16px;
 }

 .u-text-format h6 {
     font-size: 13px;
     text-transform: uppercase;
 }

 .u-text-format dl dl,
 .u-text-format dl ol,
 .u-text-format dl ul,
 .u-text-format ol dl,
 .u-text-format ol ol,
 .u-text-format ol ul,
 .u-text-format ul dl,
 .u-text-format ul ol,
 .u-text-format ul ul {
     margin: 0;
 }

 .u-text-format li {
     margin: 5px 0;
 }

 .u-text-format a {
     font-weight: 700;
     text-decoration: underline;
 }

 .u-text-format .fluid-width-video-wrapper {
     margin: 10px 0;
 }

 .u-module-margin {
     position: relative;
     padding-bottom: 60px;
 }

 @media (max-width: 767px) {
     .u-module-margin {
         margin: -15px 0;
     }
     .u-module-margin .post {
         margin: 15px 0;
     }
 }

 .lazyload:not(.visible),
 .lazyloading:not(.visible) {
     opacity: 0;
 }

 .lazyloaded {
     opacity: 1;
     transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .owl {
     display: none;
     position: relative;
     width: 100%;
     z-index: 1;
     -webkit-tap-highlight-color: transparent;
 }

 .owl .owl-stage {
     position: relative;
     touch-action: pan-Y;
 }

 .owl .owl-stage:after {
     clear: both;
     content: ".";
     display: block;
     height: 0;
     line-height: 0;
     visibility: hidden;
 }

 .owl .owl-stage-outer {
     overflow: hidden;
     position: relative;
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
 }

 .owl .owl-item {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     float: left;
     min-height: 1px;
     position: relative;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
 }

 .owl .owl-item>img {
     display: block;
     -webkit-transform-style: preserve-3d;
     transform-style: preserve-3d;
     width: 100%;
 }

 .owl .owl-dots.disabled,
 .owl .owl-nav.disabled {
     display: none;
 }

 .owl .owl-dot,
 .owl .owl-next,
 .owl .owl-prev {
     cursor: pointer;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .owl .owl-next,
 .owl .owl-prev {
     background-color: #1a1a1a;
     border-radius: 50%;
     color: #fff;
     font-size: 17px;
     height: 30px;
     line-height: 30px;
     position: absolute;
     text-align: center;
     top: -45px;
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     width: 30px;
 }

 .owl .owl-next.disabled,
 .owl .owl-prev.disabled {
     background-color: #aaa;
     cursor: default;
 }

 .owl .owl-prev {
     right: 33px;
 }

 .owl .owl-next {
     right: 0;
 }

 .owl.nav-transparent .owl-next,
 .owl.nav-transparent .owl-prev {
     background-color: rgba(0, 0, 0, 0.4);
 }

 .owl.nav-transparent .owl-next.disabled,
 .owl.nav-transparent .owl-prev.disabled {
     background-color: rgba(0, 0, 0, 0.2);
 }

 .owl.nav-white .owl-next,
 .owl.nav-white .owl-prev {
     background-color: #fff;
     border: none;
     color: #1a1a1a;
 }

 .owl.nav-white .owl-next.disabled,
 .owl.nav-white .owl-prev.disabled {
     background-color: #fff;
     color: #aaa;
 }

 .owl .owl-dots {
     bottom: 25px;
     display: flex;
     justify-content: center;
     left: 0;
     position: absolute;
     right: 0;
 }

 .owl .owl-dot {
     background-color: #e6e6e6;
     display: inline-block;
     height: 4px;
     width: 20px;
 }

 .owl .owl-dot.active {
     background-color: var(--accent-color);
 }

 .owl.owl-loaded {
     display: block;
 }

 .owl.owl-loading {
     display: block;
     opacity: 0;
 }

 .owl.owl-hidden {
     opacity: 0;
 }

 .owl.owl-refresh .owl-item {
     visibility: hidden;
 }

 .owl.owl-drag .owl-item {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .owl.owl-grab {
     cursor: move;
 }

 .no-js .owl {
     display: block;
 }

 .owl .animated {
     -webkit-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     animation-fill-mode: both;
     -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
     animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
 }

 .owl .owl-animated-in {
     z-index: 0;
 }

 .owl .owl-animated-out {
     z-index: 1;
 }

 .owl .fadeOut {
     -webkit-animation-name: fadeOut;
     animation-name: fadeOut;
 }

 .owl-height {
     transition: height 0.5s ease-in-out;
 }

 @font-face {
     font-family: 'Graphik Medium';
     src: url('fonts/Graphik-Medium.otf') format('opentype');
     font-weight: 500;
     font-style: normal;
     font-display: auto;
 }

 @font-face {
     font-family: 'Graphik';
     src: url('fonts/Graphik-RegularItalic.otf') format('opentype');
     font-weight: 400;
     font-style: italic;
     font-display: auto;
 }

 @font-face {
     font-family: 'Graphik';
     src: url('fonts/Graphik-Regular.otf') format('opentype');
     font-weight: 400;
     font-style: normal;
     font-display: auto;
 }

 @font-face {
     font-family: 'Graphik';
     src: url('fonts/Graphik-MediumItalic.otf') format('opentype');
     font-weight: 500;
     font-style: italic;
     font-display: auto;
 }

 @font-face {
     font-family: "Material Design Icons";
     src: url(fonts/materialdesignicons-webfont.eot);
     src: url(fonts/materialdesignicons-webfont-1.eot) format("embedded-opentype"), url(fonts/materialdesignicons-webfont.woff2) format("woff2"), url(fonts/materialdesignicons-webfont.woff) format("woff"), url(fonts/materialdesignicons-webfont.ttf) format("truetype"), url(fonts/materialdesignicons-webfont.svg) format("svg");
     font-weight: 400;
     font-style: normal;
 }

 .mdi-set,
 .mdi:before {
     display: inline-block;
     font: normal normal normal 24px/1 "Material Design Icons";
     font-size: inherit;
     text-rendering: auto;
     line-height: inherit;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }

 .mdi-access-point:before {
     content: "\F002";
 }

 .mdi-access-point-network:before {
     content: "\F003";
 }

 .mdi-account:before {
     content: "\F004";
 }

 .mdi-account-alert:before {
     content: "\F005";
 }

 .mdi-account-box:before {
     content: "\F006";
 }

 .mdi-account-box-outline:before {
     content: "\F007";
 }

 .mdi-account-card-details:before {
     content: "\F5D2";
 }

 .mdi-account-check:before {
     content: "\F008";
 }

 .mdi-account-circle:before {
     content: "\F009";
 }

 .mdi-account-convert:before {
     content: "\F00A";
 }

 .mdi-account-edit:before {
     content: "\F6BB";
 }

 .mdi-account-key:before {
     content: "\F00B";
 }

 .mdi-account-location:before {
     content: "\F00C";
 }

 .mdi-account-minus:before {
     content: "\F00D";
 }

 .mdi-account-multiple:before {
     content: "\F00E";
 }

 .mdi-account-multiple-minus:before {
     content: "\F5D3";
 }

 .mdi-account-multiple-outline:before {
     content: "\F00F";
 }

 .mdi-account-multiple-plus:before {
     content: "\F010";
 }

 .mdi-account-multiple-plus-outline:before {
     content: "\F7FF";
 }

 .mdi-account-network:before {
     content: "\F011";
 }

 .mdi-account-off:before {
     content: "\F012";
 }

 .mdi-account-outline:before {
     content: "\F013";
 }

 .mdi-account-plus:before {
     content: "\F014";
 }

 .mdi-account-plus-outline:before {
     content: "\F800";
 }

 .mdi-account-remove:before {
     content: "\F015";
 }

 .mdi-account-search:before {
     content: "\F016";
 }

 .mdi-account-settings:before {
     content: "\F630";
 }

 .mdi-account-settings-variant:before {
     content: "\F631";
 }

 .mdi-account-star:before {
     content: "\F017";
 }

 .mdi-account-switch:before {
     content: "\F019";
 }

 .mdi-adjust:before {
     content: "\F01A";
 }

 .mdi-air-conditioner:before {
     content: "\F01B";
 }

 .mdi-airballoon:before {
     content: "\F01C";
 }

 .mdi-airplane:before {
     content: "\F01D";
 }

 .mdi-airplane-landing:before {
     content: "\F5D4";
 }

 .mdi-airplane-off:before {
     content: "\F01E";
 }

 .mdi-airplane-takeoff:before {
     content: "\F5D5";
 }

 .mdi-airplay:before {
     content: "\F01F";
 }

 .mdi-alarm:before {
     content: "\F020";
 }

 .mdi-alarm-bell:before {
     content: "\F78D";
 }

 .mdi-alarm-check:before {
     content: "\F021";
 }

 .mdi-alarm-light:before {
     content: "\F78E";
 }

 .mdi-alarm-multiple:before {
     content: "\F022";
 }

 .mdi-alarm-off:before {
     content: "\F023";
 }

 .mdi-alarm-plus:before {
     content: "\F024";
 }

 .mdi-alarm-snooze:before {
     content: "\F68D";
 }

 .mdi-album:before {
     content: "\F025";
 }

 .mdi-alert:before {
     content: "\F026";
 }

 .mdi-alert-box:before {
     content: "\F027";
 }

 .mdi-alert-circle:before {
     content: "\F028";
 }

 .mdi-alert-circle-outline:before {
     content: "\F5D6";
 }

 .mdi-alert-decagram:before {
     content: "\F6BC";
 }

 .mdi-alert-octagon:before {
     content: "\F029";
 }

 .mdi-alert-octagram:before {
     content: "\F766";
 }

 .mdi-alert-outline:before {
     content: "\F02A";
 }

 .mdi-all-inclusive:before {
     content: "\F6BD";
 }

 .mdi-allo:before {
     content: "\F801";
 }

 .mdi-alpha:before {
     content: "\F02B";
 }

 .mdi-alphabetical:before {
     content: "\F02C";
 }

 .mdi-altimeter:before {
     content: "\F5D7";
 }

 .mdi-amazon:before {
     content: "\F02D";
 }

 .mdi-amazon-clouddrive:before {
     content: "\F02E";
 }

 .mdi-ambulance:before {
     content: "\F02F";
 }

 .mdi-amplifier:before {
     content: "\F030";
 }

 .mdi-anchor:before {
     content: "\F031";
 }

 .mdi-android:before {
     content: "\F032";
 }

 .mdi-android-debug-bridge:before {
     content: "\F033";
 }

 .mdi-android-head:before {
     content: "\F78F";
 }

 .mdi-android-studio:before {
     content: "\F034";
 }

 .mdi-angular:before {
     content: "\F6B1";
 }

 .mdi-angularjs:before {
     content: "\F6BE";
 }

 .mdi-animation:before {
     content: "\F5D8";
 }

 .mdi-apple:before {
     content: "\F035";
 }

 .mdi-apple-finder:before {
     content: "\F036";
 }

 .mdi-apple-ios:before {
     content: "\F037";
 }

 .mdi-apple-keyboard-caps:before {
     content: "\F632";
 }

 .mdi-apple-keyboard-command:before {
     content: "\F633";
 }

 .mdi-apple-keyboard-control:before {
     content: "\F634";
 }

 .mdi-apple-keyboard-option:before {
     content: "\F635";
 }

 .mdi-apple-keyboard-shift:before {
     content: "\F636";
 }

 .mdi-apple-mobileme:before {
     content: "\F038";
 }

 .mdi-apple-safari:before {
     content: "\F039";
 }

 .mdi-application:before {
     content: "\F614";
 }

 .mdi-approval:before {
     content: "\F790";
 }

 .mdi-apps:before {
     content: "\F03B";
 }

 .mdi-archive:before {
     content: "\F03C";
 }

 .mdi-arrange-bring-forward:before {
     content: "\F03D";
 }

 .mdi-arrange-bring-to-front:before {
     content: "\F03E";
 }

 .mdi-arrange-send-backward:before {
     content: "\F03F";
 }

 .mdi-arrange-send-to-back:before {
     content: "\F040";
 }

 .mdi-arrow-all:before {
     content: "\F041";
 }

 .mdi-arrow-bottom-left:before {
     content: "\F042";
 }

 .mdi-arrow-bottom-right:before {
     content: "\F043";
 }

 .mdi-arrow-collapse:before {
     content: "\F615";
 }

 .mdi-arrow-collapse-all:before {
     content: "\F044";
 }

 .mdi-arrow-collapse-down:before {
     content: "\F791";
 }

 .mdi-arrow-collapse-left:before {
     content: "\F792";
 }

 .mdi-arrow-collapse-right:before {
     content: "\F793";
 }

 .mdi-arrow-collapse-up:before {
     content: "\F794";
 }

 .mdi-arrow-down:before {
     content: "\F045";
 }

 .mdi-arrow-down-bold:before {
     content: "\F72D";
 }

 .mdi-arrow-down-bold-box:before {
     content: "\F72E";
 }

 .mdi-arrow-down-bold-box-outline:before {
     content: "\F72F";
 }

 .mdi-arrow-down-bold-circle:before {
     content: "\F047";
 }

 .mdi-arrow-down-bold-circle-outline:before {
     content: "\F048";
 }

 .mdi-arrow-down-bold-hexagon-outline:before {
     content: "\F049";
 }

 .mdi-arrow-down-box:before {
     content: "\F6BF";
 }

 .mdi-arrow-down-drop-circle:before {
     content: "\F04A";
 }

 .mdi-arrow-down-drop-circle-outline:before {
     content: "\F04B";
 }

 .mdi-arrow-down-thick:before {
     content: "\F046";
 }

 .mdi-arrow-expand:before {
     content: "\F616";
 }

 .mdi-arrow-expand-all:before {
     content: "\F04C";
 }

 .mdi-arrow-expand-down:before {
     content: "\F795";
 }

 .mdi-arrow-expand-left:before {
     content: "\F796";
 }

 .mdi-arrow-expand-right:before {
     content: "\F797";
 }

 .mdi-arrow-expand-up:before {
     content: "\F798";
 }

 .mdi-arrow-left:before {
     content: "\F04D";
 }

 .mdi-arrow-left-bold:before {
     content: "\F730";
 }

 .mdi-arrow-left-bold-box:before {
     content: "\F731";
 }

 .mdi-arrow-left-bold-box-outline:before {
     content: "\F732";
 }

 .mdi-arrow-left-bold-circle:before {
     content: "\F04F";
 }

 .mdi-arrow-left-bold-circle-outline:before {
     content: "\F050";
 }

 .mdi-arrow-left-bold-hexagon-outline:before {
     content: "\F051";
 }

 .mdi-arrow-left-box:before {
     content: "\F6C0";
 }

 .mdi-arrow-left-drop-circle:before {
     content: "\F052";
 }

 .mdi-arrow-left-drop-circle-outline:before {
     content: "\F053";
 }

 .mdi-arrow-left-thick:before {
     content: "\F04E";
 }

 .mdi-arrow-right:before {
     content: "\F054";
 }

 .mdi-arrow-right-bold:before {
     content: "\F733";
 }

 .mdi-arrow-right-bold-box:before {
     content: "\F734";
 }

 .mdi-arrow-right-bold-box-outline:before {
     content: "\F735";
 }

 .mdi-arrow-right-bold-circle:before {
     content: "\F056";
 }

 .mdi-arrow-right-bold-circle-outline:before {
     content: "\F057";
 }

 .mdi-arrow-right-bold-hexagon-outline:before {
     content: "\F058";
 }

 .mdi-arrow-right-box:before {
     content: "\F6C1";
 }

 .mdi-arrow-right-drop-circle:before {
     content: "\F059";
 }

 .mdi-arrow-right-drop-circle-outline:before {
     content: "\F05A";
 }

 .mdi-arrow-right-thick:before {
     content: "\F055";
 }

 .mdi-arrow-top-left:before {
     content: "\F05B";
 }

 .mdi-arrow-top-right:before {
     content: "\F05C";
 }

 .mdi-arrow-up:before {
     content: "\F05D";
 }

 .mdi-arrow-up-bold:before {
     content: "\F736";
 }

 .mdi-arrow-up-bold-box:before {
     content: "\F737";
 }

 .mdi-arrow-up-bold-box-outline:before {
     content: "\F738";
 }

 .mdi-arrow-up-bold-circle:before {
     content: "\F05F";
 }

 .mdi-arrow-up-bold-circle-outline:before {
     content: "\F060";
 }

 .mdi-arrow-up-bold-hexagon-outline:before {
     content: "\F061";
 }

 .mdi-arrow-up-box:before {
     content: "\F6C2";
 }

 .mdi-arrow-up-drop-circle:before {
     content: "\F062";
 }

 .mdi-arrow-up-drop-circle-outline:before {
     content: "\F063";
 }

 .mdi-arrow-up-thick:before {
     content: "\F05E";
 }

 .mdi-artist:before {
     content: "\F802";
 }

 .mdi-assistant:before {
     content: "\F064";
 }

 .mdi-asterisk:before {
     content: "\F6C3";
 }

 .mdi-at:before {
     content: "\F065";
 }

 .mdi-atlassian:before {
     content: "\F803";
 }

 .mdi-atom:before {
     content: "\F767";
 }

 .mdi-attachment:before {
     content: "\F066";
 }

 .mdi-audiobook:before {
     content: "\F067";
 }

 .mdi-auto-fix:before {
     content: "\F068";
 }

 .mdi-auto-upload:before {
     content: "\F069";
 }

 .mdi-autorenew:before {
     content: "\F06A";
 }

 .mdi-av-timer:before {
     content: "\F06B";
 }

 .mdi-azure:before {
     content: "\F804";
 }

 .mdi-baby:before {
     content: "\F06C";
 }

 .mdi-baby-buggy:before {
     content: "\F68E";
 }

 .mdi-backburger:before {
     content: "\F06D";
 }

 .mdi-backspace:before {
     content: "\F06E";
 }

 .mdi-backup-restore:before {
     content: "\F06F";
 }

 .mdi-bandcamp:before {
     content: "\F674";
 }

 .mdi-bank:before {
     content: "\F070";
 }

 .mdi-barcode:before {
     content: "\F071";
 }

 .mdi-barcode-scan:before {
     content: "\F072";
 }

 .mdi-barley:before {
     content: "\F073";
 }

 .mdi-barrel:before {
     content: "\F074";
 }

 .mdi-basecamp:before {
     content: "\F075";
 }

 .mdi-basket:before {
     content: "\F076";
 }

 .mdi-basket-fill:before {
     content: "\F077";
 }

 .mdi-basket-unfill:before {
     content: "\F078";
 }

 .mdi-basketball:before {
     content: "\F805";
 }

 .mdi-battery:before {
     content: "\F079";
 }

 .mdi-battery-10:before {
     content: "\F07A";
 }

 .mdi-battery-20:before {
     content: "\F07B";
 }

 .mdi-battery-30:before {
     content: "\F07C";
 }

 .mdi-battery-40:before {
     content: "\F07D";
 }

 .mdi-battery-50:before {
     content: "\F07E";
 }

 .mdi-battery-60:before {
     content: "\F07F";
 }

 .mdi-battery-70:before {
     content: "\F080";
 }

 .mdi-battery-80:before {
     content: "\F081";
 }

 .mdi-battery-90:before {
     content: "\F082";
 }

 .mdi-battery-alert:before {
     content: "\F083";
 }

 .mdi-battery-charging:before {
     content: "\F084";
 }

 .mdi-battery-charging-100:before {
     content: "\F085";
 }

 .mdi-battery-charging-20:before {
     content: "\F086";
 }

 .mdi-battery-charging-30:before {
     content: "\F087";
 }

 .mdi-battery-charging-40:before {
     content: "\F088";
 }

 .mdi-battery-charging-60:before {
     content: "\F089";
 }

 .mdi-battery-charging-80:before {
     content: "\F08A";
 }

 .mdi-battery-charging-90:before {
     content: "\F08B";
 }

 .mdi-battery-charging-wireless:before {
     content: "\F806";
 }

 .mdi-battery-charging-wireless-10:before {
     content: "\F807";
 }

 .mdi-battery-charging-wireless-20:before {
     content: "\F808";
 }

 .mdi-battery-charging-wireless-30:before {
     content: "\F809";
 }

 .mdi-battery-charging-wireless-40:before {
     content: "\F80A";
 }

 .mdi-battery-charging-wireless-50:before {
     content: "\F80B";
 }

 .mdi-battery-charging-wireless-60:before {
     content: "\F80C";
 }

 .mdi-battery-charging-wireless-70:before {
     content: "\F80D";
 }

 .mdi-battery-charging-wireless-80:before {
     content: "\F80E";
 }

 .mdi-battery-charging-wireless-90:before {
     content: "\F80F";
 }

 .mdi-battery-charging-wireless-alert:before {
     content: "\F810";
 }

 .mdi-battery-charging-wireless-outline:before {
     content: "\F811";
 }

 .mdi-battery-minus:before {
     content: "\F08C";
 }

 .mdi-battery-negative:before {
     content: "\F08D";
 }

 .mdi-battery-outline:before {
     content: "\F08E";
 }

 .mdi-battery-plus:before {
     content: "\F08F";
 }

 .mdi-battery-positive:before {
     content: "\F090";
 }

 .mdi-battery-unknown:before {
     content: "\F091";
 }

 .mdi-beach:before {
     content: "\F092";
 }

 .mdi-beaker:before {
     content: "\F68F";
 }

 .mdi-beats:before {
     content: "\F097";
 }

 .mdi-beer:before {
     content: "\F098";
 }

 .mdi-behance:before {
     content: "\F099";
 }

 .mdi-bell:before {
     content: "\F09A";
 }

 .mdi-bell-off:before {
     content: "\F09B";
 }

 .mdi-bell-outline:before {
     content: "\F09C";
 }

 .mdi-bell-plus:before {
     content: "\F09D";
 }

 .mdi-bell-ring:before {
     content: "\F09E";
 }

 .mdi-bell-ring-outline:before {
     content: "\F09F";
 }

 .mdi-bell-sleep:before {
     content: "\F0A0";
 }

 .mdi-beta:before {
     content: "\F0A1";
 }

 .mdi-bible:before {
     content: "\F0A2";
 }

 .mdi-bike:before {
     content: "\F0A3";
 }

 .mdi-bing:before {
     content: "\F0A4";
 }

 .mdi-binoculars:before {
     content: "\F0A5";
 }

 .mdi-bio:before {
     content: "\F0A6";
 }

 .mdi-biohazard:before {
     content: "\F0A7";
 }

 .mdi-bitbucket:before {
     content: "\F0A8";
 }

 .mdi-bitcoin:before {
     content: "\F812";
 }

 .mdi-black-mesa:before {
     content: "\F0A9";
 }

 .mdi-blackberry:before {
     content: "\F0AA";
 }

 .mdi-blender:before {
     content: "\F0AB";
 }

 .mdi-blinds:before {
     content: "\F0AC";
 }

 .mdi-block-helper:before {
     content: "\F0AD";
 }

 .mdi-blogger:before {
     content: "\F0AE";
 }

 .mdi-bluetooth:before {
     content: "\F0AF";
 }

 .mdi-bluetooth-audio:before {
     content: "\F0B0";
 }

 .mdi-bluetooth-connect:before {
     content: "\F0B1";
 }

 .mdi-bluetooth-off:before {
     content: "\F0B2";
 }

 .mdi-bluetooth-settings:before {
     content: "\F0B3";
 }

 .mdi-bluetooth-transfer:before {
     content: "\F0B4";
 }

 .mdi-blur:before {
     content: "\F0B5";
 }

 .mdi-blur-linear:before {
     content: "\F0B6";
 }

 .mdi-blur-off:before {
     content: "\F0B7";
 }

 .mdi-blur-radial:before {
     content: "\F0B8";
 }

 .mdi-bomb:before {
     content: "\F690";
 }

 .mdi-bomb-off:before {
     content: "\F6C4";
 }

 .mdi-bone:before {
     content: "\F0B9";
 }

 .mdi-book:before {
     content: "\F0BA";
 }

 .mdi-book-minus:before {
     content: "\F5D9";
 }

 .mdi-book-multiple:before {
     content: "\F0BB";
 }

 .mdi-book-multiple-variant:before {
     content: "\F0BC";
 }

 .mdi-book-open:before {
     content: "\F0BD";
 }

 .mdi-book-open-page-variant:before {
     content: "\F5DA";
 }

 .mdi-book-open-variant:before {
     content: "\F0BE";
 }

 .mdi-book-plus:before {
     content: "\F5DB";
 }

 .mdi-book-secure:before {
     content: "\F799";
 }

 .mdi-book-unsecure:before {
     content: "\F79A";
 }

 .mdi-book-variant:before {
     content: "\F0BF";
 }

 .mdi-bookmark:before {
     content: "\F0C0";
 }

 .mdi-bookmark-check:before {
     content: "\F0C1";
 }

 .mdi-bookmark-music:before {
     content: "\F0C2";
 }

 .mdi-bookmark-outline:before {
     content: "\F0C3";
 }

 .mdi-bookmark-plus:before {
     content: "\F0C5";
 }

 .mdi-bookmark-plus-outline:before {
     content: "\F0C4";
 }

 .mdi-bookmark-remove:before {
     content: "\F0C6";
 }

 .mdi-boombox:before {
     content: "\F5DC";
 }

 .mdi-bootstrap:before {
     content: "\F6C5";
 }

 .mdi-border-all:before {
     content: "\F0C7";
 }

 .mdi-border-bottom:before {
     content: "\F0C8";
 }

 .mdi-border-color:before {
     content: "\F0C9";
 }

 .mdi-border-horizontal:before {
     content: "\F0CA";
 }

 .mdi-border-inside:before {
     content: "\F0CB";
 }

 .mdi-border-left:before {
     content: "\F0CC";
 }

 .mdi-border-none:before {
     content: "\F0CD";
 }

 .mdi-border-outside:before {
     content: "\F0CE";
 }

 .mdi-border-right:before {
     content: "\F0CF";
 }

 .mdi-border-style:before {
     content: "\F0D0";
 }

 .mdi-border-top:before {
     content: "\F0D1";
 }

 .mdi-border-vertical:before {
     content: "\F0D2";
 }

 .mdi-bow-tie:before {
     content: "\F677";
 }

 .mdi-bowl:before {
     content: "\F617";
 }

 .mdi-bowling:before {
     content: "\F0D3";
 }

 .mdi-box:before {
     content: "\F0D4";
 }

 .mdi-box-cutter:before {
     content: "\F0D5";
 }

 .mdi-box-shadow:before {
     content: "\F637";
 }

 .mdi-bridge:before {
     content: "\F618";
 }

 .mdi-briefcase:before {
     content: "\F0D6";
 }

 .mdi-briefcase-check:before {
     content: "\F0D7";
 }

 .mdi-briefcase-download:before {
     content: "\F0D8";
 }

 .mdi-briefcase-outline:before {
     content: "\F813";
 }

 .mdi-briefcase-upload:before {
     content: "\F0D9";
 }

 .mdi-brightness-1:before {
     content: "\F0DA";
 }

 .mdi-brightness-2:before {
     content: "\F0DB";
 }

 .mdi-brightness-3:before {
     content: "\F0DC";
 }

 .mdi-brightness-4:before {
     content: "\F0DD";
 }

 .mdi-brightness-5:before {
     content: "\F0DE";
 }

 .mdi-brightness-6:before {
     content: "\F0DF";
 }

 .mdi-brightness-7:before {
     content: "\F0E0";
 }

 .mdi-brightness-auto:before {
     content: "\F0E1";
 }

 .mdi-broom:before {
     content: "\F0E2";
 }

 .mdi-brush:before {
     content: "\F0E3";
 }

 .mdi-buffer:before {
     content: "\F619";
 }

 .mdi-bug:before {
     content: "\F0E4";
 }

 .mdi-bulletin-board:before {
     content: "\F0E5";
 }

 .mdi-bullhorn:before {
     content: "\F0E6";
 }

 .mdi-bullseye:before {
     content: "\F5DD";
 }

 .mdi-bus:before {
     content: "\F0E7";
 }

 .mdi-bus-articulated-end:before {
     content: "\F79B";
 }

 .mdi-bus-articulated-front:before {
     content: "\F79C";
 }

 .mdi-bus-double-decker:before {
     content: "\F79D";
 }

 .mdi-bus-school:before {
     content: "\F79E";
 }

 .mdi-bus-side:before {
     content: "\F79F";
 }

 .mdi-cached:before {
     content: "\F0E8";
 }

 .mdi-cake:before {
     content: "\F0E9";
 }

 .mdi-cake-layered:before {
     content: "\F0EA";
 }

 .mdi-cake-variant:before {
     content: "\F0EB";
 }

 .mdi-calculator:before {
     content: "\F0EC";
 }

 .mdi-calendar:before {
     content: "\F0ED";
 }

 .mdi-calendar-blank:before {
     content: "\F0EE";
 }

 .mdi-calendar-check:before {
     content: "\F0EF";
 }

 .mdi-calendar-clock:before {
     content: "\F0F0";
 }

 .mdi-calendar-multiple:before {
     content: "\F0F1";
 }

 .mdi-calendar-multiple-check:before {
     content: "\F0F2";
 }

 .mdi-calendar-plus:before {
     content: "\F0F3";
 }

 .mdi-calendar-question:before {
     content: "\F691";
 }

 .mdi-calendar-range:before {
     content: "\F678";
 }

 .mdi-calendar-remove:before {
     content: "\F0F4";
 }

 .mdi-calendar-text:before {
     content: "\F0F5";
 }

 .mdi-calendar-today:before {
     content: "\F0F6";
 }

 .mdi-call-made:before {
     content: "\F0F7";
 }

 .mdi-call-merge:before {
     content: "\F0F8";
 }

 .mdi-call-missed:before {
     content: "\F0F9";
 }

 .mdi-call-received:before {
     content: "\F0FA";
 }

 .mdi-call-split:before {
     content: "\F0FB";
 }

 .mdi-camcorder:before {
     content: "\F0FC";
 }

 .mdi-camcorder-box:before {
     content: "\F0FD";
 }

 .mdi-camcorder-box-off:before {
     content: "\F0FE";
 }

 .mdi-camcorder-off:before {
     content: "\F0FF";
 }

 .mdi-camera:before {
     content: "\F100";
 }

 .mdi-camera-burst:before {
     content: "\F692";
 }

 .mdi-camera-enhance:before {
     content: "\F101";
 }

 .mdi-camera-front:before {
     content: "\F102";
 }

 .mdi-camera-front-variant:before {
     content: "\F103";
 }

 .mdi-camera-gopro:before {
     content: "\F7A0";
 }

 .mdi-camera-iris:before {
     content: "\F104";
 }

 .mdi-camera-metering-center:before {
     content: "\F7A1";
 }

 .mdi-camera-metering-matrix:before {
     content: "\F7A2";
 }

 .mdi-camera-metering-partial:before {
     content: "\F7A3";
 }

 .mdi-camera-metering-spot:before {
     content: "\F7A4";
 }

 .mdi-camera-off:before {
     content: "\F5DF";
 }

 .mdi-camera-party-mode:before {
     content: "\F105";
 }

 .mdi-camera-rear:before {
     content: "\F106";
 }

 .mdi-camera-rear-variant:before {
     content: "\F107";
 }

 .mdi-camera-switch:before {
     content: "\F108";
 }

 .mdi-camera-timer:before {
     content: "\F109";
 }

 .mdi-cancel:before {
     content: "\F739";
 }

 .mdi-candle:before {
     content: "\F5E2";
 }

 .mdi-candycane:before {
     content: "\F10A";
 }

 .mdi-cannabis:before {
     content: "\F7A5";
 }

 .mdi-car:before {
     content: "\F10B";
 }

 .mdi-car-battery:before {
     content: "\F10C";
 }

 .mdi-car-connected:before {
     content: "\F10D";
 }

 .mdi-car-convertible:before {
     content: "\F7A6";
 }

 .mdi-car-estate:before {
     content: "\F7A7";
 }

 .mdi-car-hatchback:before {
     content: "\F7A8";
 }

 .mdi-car-pickup:before {
     content: "\F7A9";
 }

 .mdi-car-side:before {
     content: "\F7AA";
 }

 .mdi-car-sports:before {
     content: "\F7AB";
 }

 .mdi-car-wash:before {
     content: "\F10E";
 }

 .mdi-caravan:before {
     content: "\F7AC";
 }

 .mdi-cards:before {
     content: "\F638";
 }

 .mdi-cards-outline:before {
     content: "\F639";
 }

 .mdi-cards-playing-outline:before {
     content: "\F63A";
 }

 .mdi-cards-variant:before {
     content: "\F6C6";
 }

 .mdi-carrot:before {
     content: "\F10F";
 }

 .mdi-cart:before {
     content: "\F110";
 }

 .mdi-cart-off:before {
     content: "\F66B";
 }

 .mdi-cart-outline:before {
     content: "\F111";
 }

 .mdi-cart-plus:before {
     content: "\F112";
 }

 .mdi-case-sensitive-alt:before {
     content: "\F113";
 }

 .mdi-cash:before {
     content: "\F114";
 }

 .mdi-cash-100:before {
     content: "\F115";
 }

 .mdi-cash-multiple:before {
     content: "\F116";
 }

 .mdi-cash-usd:before {
     content: "\F117";
 }

 .mdi-cast:before {
     content: "\F118";
 }

 .mdi-cast-connected:before {
     content: "\F119";
 }

 .mdi-cast-off:before {
     content: "\F789";
 }

 .mdi-castle:before {
     content: "\F11A";
 }

 .mdi-cat:before {
     content: "\F11B";
 }

 .mdi-cctv:before {
     content: "\F7AD";
 }

 .mdi-ceiling-light:before {
     content: "\F768";
 }

 .mdi-cellphone:before {
     content: "\F11C";
 }

 .mdi-cellphone-android:before {
     content: "\F11D";
 }

 .mdi-cellphone-basic:before {
     content: "\F11E";
 }

 .mdi-cellphone-dock:before {
     content: "\F11F";
 }

 .mdi-cellphone-iphone:before {
     content: "\F120";
 }

 .mdi-cellphone-link:before {
     content: "\F121";
 }

 .mdi-cellphone-link-off:before {
     content: "\F122";
 }

 .mdi-cellphone-settings:before {
     content: "\F123";
 }

 .mdi-cellphone-wireless:before {
     content: "\F814";
 }

 .mdi-certificate:before {
     content: "\F124";
 }

 .mdi-chair-school:before {
     content: "\F125";
 }

 .mdi-chart-arc:before {
     content: "\F126";
 }

 .mdi-chart-areaspline:before {
     content: "\F127";
 }

 .mdi-chart-bar:before {
     content: "\F128";
 }

 .mdi-chart-bar-stacked:before {
     content: "\F769";
 }

 .mdi-chart-bubble:before {
     content: "\F5E3";
 }

 .mdi-chart-donut:before {
     content: "\F7AE";
 }

 .mdi-chart-donut-variant:before {
     content: "\F7AF";
 }

 .mdi-chart-gantt:before {
     content: "\F66C";
 }

 .mdi-chart-histogram:before {
     content: "\F129";
 }

 .mdi-chart-line:before {
     content: "\F12A";
 }

 .mdi-chart-line-stacked:before {
     content: "\F76A";
 }

 .mdi-chart-line-variant:before {
     content: "\F7B0";
 }

 .mdi-chart-pie:before {
     content: "\F12B";
 }

 .mdi-chart-scatterplot-hexbin:before {
     content: "\F66D";
 }

 .mdi-chart-timeline:before {
     content: "\F66E";
 }

 .mdi-check:before {
     content: "\F12C";
 }

 .mdi-check-all:before {
     content: "\F12D";
 }

 .mdi-check-circle:before {
     content: "\F5E0";
 }

 .mdi-check-circle-outline:before {
     content: "\F5E1";
 }

 .mdi-checkbox-blank:before {
     content: "\F12E";
 }

 .mdi-checkbox-blank-circle:before {
     content: "\F12F";
 }

 .mdi-checkbox-blank-circle-outline:before {
     content: "\F130";
 }

 .mdi-checkbox-blank-outline:before {
     content: "\F131";
 }

 .mdi-checkbox-marked:before {
     content: "\F132";
 }

 .mdi-checkbox-marked-circle:before {
     content: "\F133";
 }

 .mdi-checkbox-marked-circle-outline:before {
     content: "\F134";
 }

 .mdi-checkbox-marked-outline:before {
     content: "\F135";
 }

 .mdi-checkbox-multiple-blank:before {
     content: "\F136";
 }

 .mdi-checkbox-multiple-blank-circle:before {
     content: "\F63B";
 }

 .mdi-checkbox-multiple-blank-circle-outline:before {
     content: "\F63C";
 }

 .mdi-checkbox-multiple-blank-outline:before {
     content: "\F137";
 }

 .mdi-checkbox-multiple-marked:before {
     content: "\F138";
 }

 .mdi-checkbox-multiple-marked-circle:before {
     content: "\F63D";
 }

 .mdi-checkbox-multiple-marked-circle-outline:before {
     content: "\F63E";
 }

 .mdi-checkbox-multiple-marked-outline:before {
     content: "\F139";
 }

 .mdi-checkerboard:before {
     content: "\F13A";
 }

 .mdi-chemical-weapon:before {
     content: "\F13B";
 }

 .mdi-chevron-double-down:before {
     content: "\F13C";
 }

 .mdi-chevron-double-left:before {
     content: "\F13D";
 }

 .mdi-chevron-double-right:before {
     content: "\F13E";
 }

 .mdi-chevron-double-up:before {
     content: "\F13F";
 }

 .mdi-chevron-down:before {
     content: "\F140";
 }

 .mdi-chevron-left:before {
     content: "\F141";
 }

 .mdi-chevron-right:before {
     content: "\F142";
 }

 .mdi-chevron-up:before {
     content: "\F143";
 }

 .mdi-chili-hot:before {
     content: "\F7B1";
 }

 .mdi-chili-medium:before {
     content: "\F7B2";
 }

 .mdi-chili-mild:before {
     content: "\F7B3";
 }

 .mdi-chip:before {
     content: "\F61A";
 }

 .mdi-church:before {
     content: "\F144";
 }

 .mdi-circle:before {
     content: "\F764";
 }

 .mdi-circle-outline:before {
     content: "\F765";
 }

 .mdi-cisco-webex:before {
     content: "\F145";
 }

 .mdi-city:before {
     content: "\F146";
 }

 .mdi-clipboard:before {
     content: "\F147";
 }

 .mdi-clipboard-account:before {
     content: "\F148";
 }

 .mdi-clipboard-alert:before {
     content: "\F149";
 }

 .mdi-clipboard-arrow-down:before {
     content: "\F14A";
 }

 .mdi-clipboard-arrow-left:before {
     content: "\F14B";
 }

 .mdi-clipboard-check:before {
     content: "\F14C";
 }

 .mdi-clipboard-flow:before {
     content: "\F6C7";
 }

 .mdi-clipboard-outline:before {
     content: "\F14D";
 }

 .mdi-clipboard-plus:before {
     content: "\F750";
 }

 .mdi-clipboard-text:before {
     content: "\F14E";
 }

 .mdi-clippy:before {
     content: "\F14F";
 }

 .mdi-clock:before {
     content: "\F150";
 }

 .mdi-clock-alert:before {
     content: "\F5CE";
 }

 .mdi-clock-end:before {
     content: "\F151";
 }

 .mdi-clock-fast:before {
     content: "\F152";
 }

 .mdi-clock-in:before {
     content: "\F153";
 }

 .mdi-clock-out:before {
     content: "\F154";
 }

 .mdi-clock-start:before {
     content: "\F155";
 }

 .mdi-close:before {
     content: "\F156";
 }

 .mdi-close-box:before {
     content: "\F157";
 }

 .mdi-close-box-outline:before {
     content: "\F158";
 }

 .mdi-close-circle:before {
     content: "\F159";
 }

 .mdi-close-circle-outline:before {
     content: "\F15A";
 }

 .mdi-close-network:before {
     content: "\F15B";
 }

 .mdi-close-octagon:before {
     content: "\F15C";
 }

 .mdi-close-octagon-outline:before {
     content: "\F15D";
 }

 .mdi-close-outline:before {
     content: "\F6C8";
 }

 .mdi-closed-caption:before {
     content: "\F15E";
 }

 .mdi-cloud:before {
     content: "\F15F";
 }

 .mdi-cloud-braces:before {
     content: "\F7B4";
 }

 .mdi-cloud-check:before {
     content: "\F160";
 }

 .mdi-cloud-circle:before {
     content: "\F161";
 }

 .mdi-cloud-download:before {
     content: "\F162";
 }

 .mdi-cloud-off-outline:before {
     content: "\F164";
 }

 .mdi-cloud-outline:before {
     content: "\F163";
 }

 .mdi-cloud-print:before {
     content: "\F165";
 }

 .mdi-cloud-print-outline:before {
     content: "\F166";
 }

 .mdi-cloud-sync:before {
     content: "\F63F";
 }

 .mdi-cloud-tags:before {
     content: "\F7B5";
 }

 .mdi-cloud-upload:before {
     content: "\F167";
 }

 .mdi-clover:before {
     content: "\F815";
 }

 .mdi-code-array:before {
     content: "\F168";
 }

 .mdi-code-braces:before {
     content: "\F169";
 }

 .mdi-code-brackets:before {
     content: "\F16A";
 }

 .mdi-code-equal:before {
     content: "\F16B";
 }

 .mdi-code-greater-than:before {
     content: "\F16C";
 }

 .mdi-code-greater-than-or-equal:before {
     content: "\F16D";
 }

 .mdi-code-less-than:before {
     content: "\F16E";
 }

 .mdi-code-less-than-or-equal:before {
     content: "\F16F";
 }

 .mdi-code-not-equal:before {
     content: "\F170";
 }

 .mdi-code-not-equal-variant:before {
     content: "\F171";
 }

 .mdi-code-parentheses:before {
     content: "\F172";
 }

 .mdi-code-string:before {
     content: "\F173";
 }

 .mdi-code-tags:before {
     content: "\F174";
 }

 .mdi-code-tags-check:before {
     content: "\F693";
 }

 .mdi-codepen:before {
     content: "\F175";
 }

 .mdi-coffee:before {
     content: "\F176";
 }

 .mdi-coffee-outline:before {
     content: "\F6C9";
 }

 .mdi-coffee-to-go:before {
     content: "\F177";
 }

 .mdi-coin:before {
     content: "\F178";
 }

 .mdi-coins:before {
     content: "\F694";
 }

 .mdi-collage:before {
     content: "\F640";
 }

 .mdi-color-helper:before {
     content: "\F179";
 }

 .mdi-comment:before {
     content: "\F17A";
 }

 .mdi-comment-account:before {
     content: "\F17B";
 }

 .mdi-comment-account-outline:before {
     content: "\F17C";
 }

 .mdi-comment-alert:before {
     content: "\F17D";
 }

 .mdi-comment-alert-outline:before {
     content: "\F17E";
 }

 .mdi-comment-check:before {
     content: "\F17F";
 }

 .mdi-comment-check-outline:before {
     content: "\F180";
 }

 .mdi-comment-multiple-outline:before {
     content: "\F181";
 }

 .mdi-comment-outline:before {
     content: "\F182";
 }

 .mdi-comment-plus-outline:before {
     content: "\F183";
 }

 .mdi-comment-processing:before {
     content: "\F184";
 }

 .mdi-comment-processing-outline:before {
     content: "\F185";
 }

 .mdi-comment-question:before {
     content: "\F816";
 }

 .mdi-comment-question-outline:before {
     content: "\F186";
 }

 .mdi-comment-remove:before {
     content: "\F5DE";
 }

 .mdi-comment-remove-outline:before {
     content: "\F187";
 }

 .mdi-comment-text:before {
     content: "\F188";
 }

 .mdi-comment-text-outline:before {
     content: "\F189";
 }

 .mdi-compare:before {
     content: "\F18A";
 }

 .mdi-compass:before {
     content: "\F18B";
 }

 .mdi-compass-outline:before {
     content: "\F18C";
 }

 .mdi-console:before {
     content: "\F18D";
 }

 .mdi-console-line:before {
     content: "\F7B6";
 }

 .mdi-contact-mail:before {
     content: "\F18E";
 }

 .mdi-contacts:before {
     content: "\F6CA";
 }

 .mdi-content-copy:before {
     content: "\F18F";
 }

 .mdi-content-cut:before {
     content: "\F190";
 }

 .mdi-content-duplicate:before {
     content: "\F191";
 }

 .mdi-content-paste:before {
     content: "\F192";
 }

 .mdi-content-save:before {
     content: "\F193";
 }

 .mdi-content-save-all:before {
     content: "\F194";
 }

 .mdi-content-save-outline:before {
     content: "\F817";
 }

 .mdi-content-save-settings:before {
     content: "\F61B";
 }

 .mdi-contrast:before {
     content: "\F195";
 }

 .mdi-contrast-box:before {
     content: "\F196";
 }

 .mdi-contrast-circle:before {
     content: "\F197";
 }

 .mdi-cookie:before {
     content: "\F198";
 }

 .mdi-copyright:before {
     content: "\F5E6";
 }

 .mdi-corn:before {
     content: "\F7B7";
 }

 .mdi-counter:before {
     content: "\F199";
 }

 .mdi-cow:before {
     content: "\F19A";
 }

 .mdi-creation:before {
     content: "\F1C9";
 }

 .mdi-credit-card:before {
     content: "\F19B";
 }

 .mdi-credit-card-multiple:before {
     content: "\F19C";
 }

 .mdi-credit-card-off:before {
     content: "\F5E4";
 }

 .mdi-credit-card-plus:before {
     content: "\F675";
 }

 .mdi-credit-card-scan:before {
     content: "\F19D";
 }

 .mdi-crop:before {
     content: "\F19E";
 }

 .mdi-crop-free:before {
     content: "\F19F";
 }

 .mdi-crop-landscape:before {
     content: "\F1A0";
 }

 .mdi-crop-portrait:before {
     content: "\F1A1";
 }

 .mdi-crop-rotate:before {
     content: "\F695";
 }

 .mdi-crop-square:before {
     content: "\F1A2";
 }

 .mdi-crosshairs:before {
     content: "\F1A3";
 }

 .mdi-crosshairs-gps:before {
     content: "\F1A4";
 }

 .mdi-crown:before {
     content: "\F1A5";
 }

 .mdi-cube:before {
     content: "\F1A6";
 }

 .mdi-cube-outline:before {
     content: "\F1A7";
 }

 .mdi-cube-send:before {
     content: "\F1A8";
 }

 .mdi-cube-unfolded:before {
     content: "\F1A9";
 }

 .mdi-cup:before {
     content: "\F1AA";
 }

 .mdi-cup-off:before {
     content: "\F5E5";
 }

 .mdi-cup-water:before {
     content: "\F1AB";
 }

 .mdi-currency-btc:before {
     content: "\F1AC";
 }

 .mdi-currency-chf:before {
     content: "\F7B8";
 }

 .mdi-currency-cny:before {
     content: "\F7B9";
 }

 .mdi-currency-eth:before {
     content: "\F7BA";
 }

 .mdi-currency-eur:before {
     content: "\F1AD";
 }

 .mdi-currency-gbp:before {
     content: "\F1AE";
 }

 .mdi-currency-inr:before {
     content: "\F1AF";
 }

 .mdi-currency-jpy:before {
     content: "\F7BB";
 }

 .mdi-currency-krw:before {
     content: "\F7BC";
 }

 .mdi-currency-ngn:before {
     content: "\F1B0";
 }

 .mdi-currency-rub:before {
     content: "\F1B1";
 }

 .mdi-currency-sign:before {
     content: "\F7BD";
 }

 .mdi-currency-try:before {
     content: "\F1B2";
 }

 .mdi-currency-twd:before {
     content: "\F7BE";
 }

 .mdi-currency-usd:before {
     content: "\F1B3";
 }

 .mdi-currency-usd-off:before {
     content: "\F679";
 }

 .mdi-cursor-default:before {
     content: "\F1B4";
 }

 .mdi-cursor-default-outline:before {
     content: "\F1B5";
 }

 .mdi-cursor-move:before {
     content: "\F1B6";
 }

 .mdi-cursor-pointer:before {
     content: "\F1B7";
 }

 .mdi-cursor-text:before {
     content: "\F5E7";
 }

 .mdi-database:before {
     content: "\F1B8";
 }

 .mdi-database-minus:before {
     content: "\F1B9";
 }

 .mdi-database-plus:before {
     content: "\F1BA";
 }

 .mdi-debug-step-into:before {
     content: "\F1BB";
 }

 .mdi-debug-step-out:before {
     content: "\F1BC";
 }

 .mdi-debug-step-over:before {
     content: "\F1BD";
 }

 .mdi-decagram:before {
     content: "\F76B";
 }

 .mdi-decagram-outline:before {
     content: "\F76C";
 }

 .mdi-decimal-decrease:before {
     content: "\F1BE";
 }

 .mdi-decimal-increase:before {
     content: "\F1BF";
 }

 .mdi-delete:before {
     content: "\F1C0";
 }

 .mdi-delete-circle:before {
     content: "\F682";
 }

 .mdi-delete-empty:before {
     content: "\F6CB";
 }

 .mdi-delete-forever:before {
     content: "\F5E8";
 }

 .mdi-delete-restore:before {
     content: "\F818";
 }

 .mdi-delete-sweep:before {
     content: "\F5E9";
 }

 .mdi-delete-variant:before {
     content: "\F1C1";
 }

 .mdi-delta:before {
     content: "\F1C2";
 }

 .mdi-deskphone:before {
     content: "\F1C3";
 }

 .mdi-desktop-classic:before {
     content: "\F7BF";
 }

 .mdi-desktop-mac:before {
     content: "\F1C4";
 }

 .mdi-desktop-tower:before {
     content: "\F1C5";
 }

 .mdi-details:before {
     content: "\F1C6";
 }

 .mdi-developer-board:before {
     content: "\F696";
 }

 .mdi-deviantart:before {
     content: "\F1C7";
 }

 .mdi-dialpad:before {
     content: "\F61C";
 }

 .mdi-diamond:before {
     content: "\F1C8";
 }

 .mdi-dice-1:before {
     content: "\F1CA";
 }

 .mdi-dice-2:before {
     content: "\F1CB";
 }

 .mdi-dice-3:before {
     content: "\F1CC";
 }

 .mdi-dice-4:before {
     content: "\F1CD";
 }

 .mdi-dice-5:before {
     content: "\F1CE";
 }

 .mdi-dice-6:before {
     content: "\F1CF";
 }

 .mdi-dice-d10:before {
     content: "\F76E";
 }

 .mdi-dice-d20:before {
     content: "\F5EA";
 }

 .mdi-dice-d4:before {
     content: "\F5EB";
 }

 .mdi-dice-d6:before {
     content: "\F5EC";
 }

 .mdi-dice-d8:before {
     content: "\F5ED";
 }

 .mdi-dice-multiple:before {
     content: "\F76D";
 }

 .mdi-dictionary:before {
     content: "\F61D";
 }

 .mdi-dip-switch:before {
     content: "\F7C0";
 }

 .mdi-directions:before {
     content: "\F1D0";
 }

 .mdi-directions-fork:before {
     content: "\F641";
 }

 .mdi-discord:before {
     content: "\F66F";
 }

 .mdi-disk:before {
     content: "\F5EE";
 }

 .mdi-disk-alert:before {
     content: "\F1D1";
 }

 .mdi-disqus:before {
     content: "\F1D2";
 }

 .mdi-disqus-outline:before {
     content: "\F1D3";
 }

 .mdi-division:before {
     content: "\F1D4";
 }

 .mdi-division-box:before {
     content: "\F1D5";
 }

 .mdi-dna:before {
     content: "\F683";
 }

 .mdi-dns:before {
     content: "\F1D6";
 }

 .mdi-do-not-disturb:before {
     content: "\F697";
 }

 .mdi-do-not-disturb-off:before {
     content: "\F698";
 }

 .mdi-dolby:before {
     content: "\F6B2";
 }

 .mdi-domain:before {
     content: "\F1D7";
 }

 .mdi-donkey:before {
     content: "\F7C1";
 }

 .mdi-door:before {
     content: "\F819";
 }

 .mdi-door-closed:before {
     content: "\F81A";
 }

 .mdi-door-open:before {
     content: "\F81B";
 }

 .mdi-dots-horizontal:before {
     content: "\F1D8";
 }

 .mdi-dots-horizontal-circle:before {
     content: "\F7C2";
 }

 .mdi-dots-vertical:before {
     content: "\F1D9";
 }

 .mdi-dots-vertical-circle:before {
     content: "\F7C3";
 }

 .mdi-douban:before {
     content: "\F699";
 }

 .mdi-download:before {
     content: "\F1DA";
 }

 .mdi-download-network:before {
     content: "\F6F3";
 }

 .mdi-drag:before {
     content: "\F1DB";
 }

 .mdi-drag-horizontal:before {
     content: "\F1DC";
 }

 .mdi-drag-vertical:before {
     content: "\F1DD";
 }

 .mdi-drawing:before {
     content: "\F1DE";
 }

 .mdi-drawing-box:before {
     content: "\F1DF";
 }

 .mdi-dribbble:before {
     content: "\F1E0";
 }

 .mdi-dribbble-box:before {
     content: "\F1E1";
 }

 .mdi-drone:before {
     content: "\F1E2";
 }

 .mdi-dropbox:before {
     content: "\F1E3";
 }

 .mdi-drupal:before {
     content: "\F1E4";
 }

 .mdi-duck:before {
     content: "\F1E5";
 }

 .mdi-dumbbell:before {
     content: "\F1E6";
 }

 .mdi-ear-hearing:before {
     content: "\F7C4";
 }

 .mdi-earth:before {
     content: "\F1E7";
 }

 .mdi-earth-box:before {
     content: "\F6CC";
 }

 .mdi-earth-box-off:before {
     content: "\F6CD";
 }

 .mdi-earth-off:before {
     content: "\F1E8";
 }

 .mdi-edge:before {
     content: "\F1E9";
 }

 .mdi-eject:before {
     content: "\F1EA";
 }

 .mdi-elephant:before {
     content: "\F7C5";
 }

 .mdi-elevation-decline:before {
     content: "\F1EB";
 }

 .mdi-elevation-rise:before {
     content: "\F1EC";
 }

 .mdi-elevator:before {
     content: "\F1ED";
 }

 .mdi-email:before {
     content: "\F1EE";
 }

 .mdi-email-alert:before {
     content: "\F6CE";
 }

 .mdi-email-open:before {
     content: "\F1EF";
 }

 .mdi-email-open-outline:before {
     content: "\F5EF";
 }

 .mdi-email-outline:before {
     content: "\F1F0";
 }

 .mdi-email-secure:before {
     content: "\F1F1";
 }

 .mdi-email-variant:before {
     content: "\F5F0";
 }

 .mdi-emby:before {
     content: "\F6B3";
 }

 .mdi-emoticon:before {
     content: "\F1F2";
 }

 .mdi-emoticon-cool:before {
     content: "\F1F3";
 }

 .mdi-emoticon-dead:before {
     content: "\F69A";
 }

 .mdi-emoticon-devil:before {
     content: "\F1F4";
 }

 .mdi-emoticon-excited:before {
     content: "\F69B";
 }

 .mdi-emoticon-happy:before {
     content: "\F1F5";
 }

 .mdi-emoticon-neutral:before {
     content: "\F1F6";
 }

 .mdi-emoticon-poop:before {
     content: "\F1F7";
 }

 .mdi-emoticon-sad:before {
     content: "\F1F8";
 }

 .mdi-emoticon-tongue:before {
     content: "\F1F9";
 }

 .mdi-engine:before {
     content: "\F1FA";
 }

 .mdi-engine-outline:before {
     content: "\F1FB";
 }

 .mdi-equal:before {
     content: "\F1FC";
 }

 .mdi-equal-box:before {
     content: "\F1FD";
 }

 .mdi-eraser:before {
     content: "\F1FE";
 }

 .mdi-eraser-variant:before {
     content: "\F642";
 }

 .mdi-escalator:before {
     content: "\F1FF";
 }

 .mdi-ethernet:before {
     content: "\F200";
 }

 .mdi-ethernet-cable:before {
     content: "\F201";
 }

 .mdi-ethernet-cable-off:before {
     content: "\F202";
 }

 .mdi-etsy:before {
     content: "\F203";
 }

 .mdi-ev-station:before {
     content: "\F5F1";
 }

 .mdi-eventbrite:before {
     content: "\F7C6";
 }

 .mdi-evernote:before {
     content: "\F204";
 }

 .mdi-exclamation:before {
     content: "\F205";
 }

 .mdi-exit-to-app:before {
     content: "\F206";
 }

 .mdi-export:before {
     content: "\F207";
 }

 .mdi-eye:before {
     content: "\F208";
 }

 .mdi-eye-off:before {
     content: "\F209";
 }

 .mdi-eye-off-outline:before {
     content: "\F6D0";
 }

 .mdi-eye-outline:before {
     content: "\F6CF";
 }

 .mdi-eyedropper:before {
     content: "\F20A";
 }

 .mdi-eyedropper-variant:before {
     content: "\F20B";
 }

 .mdi-face:before {
     content: "\F643";
 }

 .mdi-face-profile:before {
     content: "\F644";
 }

 .mdi-facebook:before {
     content: "\F20C";
 }

 .mdi-facebook-box:before {
     content: "\F20D";
 }

 .mdi-facebook-messenger:before {
     content: "\F20E";
 }

 .mdi-factory:before {
     content: "\F20F";
 }

 .mdi-fan:before {
     content: "\F210";
 }

 .mdi-fan-off:before {
     content: "\F81C";
 }

 .mdi-fast-forward:before {
     content: "\F211";
 }

 .mdi-fast-forward-outline:before {
     content: "\F6D1";
 }

 .mdi-fax:before {
     content: "\F212";
 }

 .mdi-feather:before {
     content: "\F6D2";
 }

 .mdi-ferry:before {
     content: "\F213";
 }

 .mdi-file:before {
     content: "\F214";
 }

 .mdi-file-account:before {
     content: "\F73A";
 }

 .mdi-file-chart:before {
     content: "\F215";
 }

 .mdi-file-check:before {
     content: "\F216";
 }

 .mdi-file-cloud:before {
     content: "\F217";
 }

 .mdi-file-delimited:before {
     content: "\F218";
 }

 .mdi-file-document:before {
     content: "\F219";
 }

 .mdi-file-document-box:before {
     content: "\F21A";
 }

 .mdi-file-excel:before {
     content: "\F21B";
 }

 .mdi-file-excel-box:before {
     content: "\F21C";
 }

 .mdi-file-export:before {
     content: "\F21D";
 }

 .mdi-file-find:before {
     content: "\F21E";
 }

 .mdi-file-hidden:before {
     content: "\F613";
 }

 .mdi-file-image:before {
     content: "\F21F";
 }

 .mdi-file-import:before {
     content: "\F220";
 }

 .mdi-file-lock:before {
     content: "\F221";
 }

 .mdi-file-multiple:before {
     content: "\F222";
 }

 .mdi-file-music:before {
     content: "\F223";
 }

 .mdi-file-outline:before {
     content: "\F224";
 }

 .mdi-file-pdf:before {
     content: "\F225";
 }

 .mdi-file-pdf-box:before {
     content: "\F226";
 }

 .mdi-file-percent:before {
     content: "\F81D";
 }

 .mdi-file-plus:before {
     content: "\F751";
 }

 .mdi-file-powerpoint:before {
     content: "\F227";
 }

 .mdi-file-powerpoint-box:before {
     content: "\F228";
 }

 .mdi-file-presentation-box:before {
     content: "\F229";
 }

 .mdi-file-restore:before {
     content: "\F670";
 }

 .mdi-file-send:before {
     content: "\F22A";
 }

 .mdi-file-tree:before {
     content: "\F645";
 }

 .mdi-file-video:before {
     content: "\F22B";
 }

 .mdi-file-word:before {
     content: "\F22C";
 }

 .mdi-file-word-box:before {
     content: "\F22D";
 }

 .mdi-file-xml:before {
     content: "\F22E";
 }

 .mdi-film:before {
     content: "\F22F";
 }

 .mdi-filmstrip:before {
     content: "\F230";
 }

 .mdi-filmstrip-off:before {
     content: "\F231";
 }

 .mdi-filter:before {
     content: "\F232";
 }

 .mdi-filter-outline:before {
     content: "\F233";
 }

 .mdi-filter-remove:before {
     content: "\F234";
 }

 .mdi-filter-remove-outline:before {
     content: "\F235";
 }

 .mdi-filter-variant:before {
     content: "\F236";
 }

 .mdi-finance:before {
     content: "\F81E";
 }

 .mdi-find-replace:before {
     content: "\F6D3";
 }

 .mdi-fingerprint:before {
     content: "\F237";
 }

 .mdi-fire:before {
     content: "\F238";
 }

 .mdi-firefox:before {
     content: "\F239";
 }

 .mdi-fish:before {
     content: "\F23A";
 }

 .mdi-flag:before {
     content: "\F23B";
 }

 .mdi-flag-checkered:before {
     content: "\F23C";
 }

 .mdi-flag-outline:before {
     content: "\F23D";
 }

 .mdi-flag-triangle:before {
     content: "\F23F";
 }

 .mdi-flag-variant:before {
     content: "\F240";
 }

 .mdi-flag-variant-outline:before {
     content: "\F23E";
 }

 .mdi-flash:before {
     content: "\F241";
 }

 .mdi-flash-auto:before {
     content: "\F242";
 }

 .mdi-flash-circle:before {
     content: "\F81F";
 }

 .mdi-flash-off:before {
     content: "\F243";
 }

 .mdi-flash-outline:before {
     content: "\F6D4";
 }

 .mdi-flash-red-eye:before {
     content: "\F67A";
 }

 .mdi-flashlight:before {
     content: "\F244";
 }

 .mdi-flashlight-off:before {
     content: "\F245";
 }

 .mdi-flask:before {
     content: "\F093";
 }

 .mdi-flask-empty:before {
     content: "\F094";
 }

 .mdi-flask-empty-outline:before {
     content: "\F095";
 }

 .mdi-flask-outline:before {
     content: "\F096";
 }

 .mdi-flattr:before {
     content: "\F246";
 }

 .mdi-flip-to-back:before {
     content: "\F247";
 }

 .mdi-flip-to-front:before {
     content: "\F248";
 }

 .mdi-floor-plan:before {
     content: "\F820";
 }

 .mdi-floppy:before {
     content: "\F249";
 }

 .mdi-flower:before {
     content: "\F24A";
 }

 .mdi-folder:before {
     content: "\F24B";
 }

 .mdi-folder-account:before {
     content: "\F24C";
 }

 .mdi-folder-download:before {
     content: "\F24D";
 }

 .mdi-folder-google-drive:before {
     content: "\F24E";
 }

 .mdi-folder-image:before {
     content: "\F24F";
 }

 .mdi-folder-lock:before {
     content: "\F250";
 }

 .mdi-folder-lock-open:before {
     content: "\F251";
 }

 .mdi-folder-move:before {
     content: "\F252";
 }

 .mdi-folder-multiple:before {
     content: "\F253";
 }

 .mdi-folder-multiple-image:before {
     content: "\F254";
 }

 .mdi-folder-multiple-outline:before {
     content: "\F255";
 }

 .mdi-folder-open:before {
     content: "\F76F";
 }

 .mdi-folder-outline:before {
     content: "\F256";
 }

 .mdi-folder-plus:before {
     content: "\F257";
 }

 .mdi-folder-remove:before {
     content: "\F258";
 }

 .mdi-folder-star:before {
     content: "\F69C";
 }

 .mdi-folder-upload:before {
     content: "\F259";
 }

 .mdi-font-awesome:before {
     content: "\F03A";
 }

 .mdi-food:before {
     content: "\F25A";
 }

 .mdi-food-apple:before {
     content: "\F25B";
 }

 .mdi-food-croissant:before {
     content: "\F7C7";
 }

 .mdi-food-fork-drink:before {
     content: "\F5F2";
 }

 .mdi-food-off:before {
     content: "\F5F3";
 }

 .mdi-food-variant:before {
     content: "\F25C";
 }

 .mdi-football:before {
     content: "\F25D";
 }

 .mdi-football-australian:before {
     content: "\F25E";
 }

 .mdi-football-helmet:before {
     content: "\F25F";
 }

 .mdi-forklift:before {
     content: "\F7C8";
 }

 .mdi-format-align-bottom:before {
     content: "\F752";
 }

 .mdi-format-align-center:before {
     content: "\F260";
 }

 .mdi-format-align-justify:before {
     content: "\F261";
 }

 .mdi-format-align-left:before {
     content: "\F262";
 }

 .mdi-format-align-middle:before {
     content: "\F753";
 }

 .mdi-format-align-right:before {
     content: "\F263";
 }

 .mdi-format-align-top:before {
     content: "\F754";
 }

 .mdi-format-annotation-plus:before {
     content: "\F646";
 }

 .mdi-format-bold:before {
     content: "\F264";
 }

 .mdi-format-clear:before {
     content: "\F265";
 }

 .mdi-format-color-fill:before {
     content: "\F266";
 }

 .mdi-format-color-text:before {
     content: "\F69D";
 }

 .mdi-format-float-center:before {
     content: "\F267";
 }

 .mdi-format-float-left:before {
     content: "\F268";
 }

 .mdi-format-float-none:before {
     content: "\F269";
 }

 .mdi-format-float-right:before {
     content: "\F26A";
 }

 .mdi-format-font:before {
     content: "\F6D5";
 }

 .mdi-format-header-1:before {
     content: "\F26B";
 }

 .mdi-format-header-2:before {
     content: "\F26C";
 }

 .mdi-format-header-3:before {
     content: "\F26D";
 }

 .mdi-format-header-4:before {
     content: "\F26E";
 }

 .mdi-format-header-5:before {
     content: "\F26F";
 }

 .mdi-format-header-6:before {
     content: "\F270";
 }

 .mdi-format-header-decrease:before {
     content: "\F271";
 }

 .mdi-format-header-equal:before {
     content: "\F272";
 }

 .mdi-format-header-increase:before {
     content: "\F273";
 }

 .mdi-format-header-pound:before {
     content: "\F274";
 }

 .mdi-format-horizontal-align-center:before {
     content: "\F61E";
 }

 .mdi-format-horizontal-align-left:before {
     content: "\F61F";
 }

 .mdi-format-horizontal-align-right:before {
     content: "\F620";
 }

 .mdi-format-indent-decrease:before {
     content: "\F275";
 }

 .mdi-format-indent-increase:before {
     content: "\F276";
 }

 .mdi-format-italic:before {
     content: "\F277";
 }

 .mdi-format-line-spacing:before {
     content: "\F278";
 }

 .mdi-format-line-style:before {
     content: "\F5C8";
 }

 .mdi-format-line-weight:before {
     content: "\F5C9";
 }

 .mdi-format-list-bulleted:before {
     content: "\F279";
 }

 .mdi-format-list-bulleted-type:before {
     content: "\F27A";
 }

 .mdi-format-list-checks:before {
     content: "\F755";
 }

 .mdi-format-list-numbers:before {
     content: "\F27B";
 }

 .mdi-format-page-break:before {
     content: "\F6D6";
 }

 .mdi-format-paint:before {
     content: "\F27C";
 }

 .mdi-format-paragraph:before {
     content: "\F27D";
 }

 .mdi-format-pilcrow:before {
     content: "\F6D7";
 }

 .mdi-format-quote-close:before {
     content: "\F27E";
 }

 .mdi-format-quote-open:before {
     content: "\F756";
 }

 .mdi-format-rotate-90:before {
     content: "\F6A9";
 }

 .mdi-format-section:before {
     content: "\F69E";
 }

 .mdi-format-size:before {
     content: "\F27F";
 }

 .mdi-format-strikethrough:before {
     content: "\F280";
 }

 .mdi-format-strikethrough-variant:before {
     content: "\F281";
 }

 .mdi-format-subscript:before {
     content: "\F282";
 }

 .mdi-format-superscript:before {
     content: "\F283";
 }

 .mdi-format-text:before {
     content: "\F284";
 }

 .mdi-format-textdirection-l-to-r:before {
     content: "\F285";
 }

 .mdi-format-textdirection-r-to-l:before {
     content: "\F286";
 }

 .mdi-format-title:before {
     content: "\F5F4";
 }

 .mdi-format-underline:before {
     content: "\F287";
 }

 .mdi-format-vertical-align-bottom:before {
     content: "\F621";
 }

 .mdi-format-vertical-align-center:before {
     content: "\F622";
 }

 .mdi-format-vertical-align-top:before {
     content: "\F623";
 }

 .mdi-format-wrap-inline:before {
     content: "\F288";
 }

 .mdi-format-wrap-square:before {
     content: "\F289";
 }

 .mdi-format-wrap-tight:before {
     content: "\F28A";
 }

 .mdi-format-wrap-top-bottom:before {
     content: "\F28B";
 }

 .mdi-forum:before {
     content: "\F28C";
 }

 .mdi-forum-outline:before {
     content: "\F821";
 }

 .mdi-forward:before {
     content: "\F28D";
 }

 .mdi-foursquare:before {
     content: "\F28E";
 }

 .mdi-fridge:before {
     content: "\F28F";
 }

 .mdi-fridge-filled:before {
     content: "\F290";
 }

 .mdi-fridge-filled-bottom:before {
     content: "\F291";
 }

 .mdi-fridge-filled-top:before {
     content: "\F292";
 }

 .mdi-fuel:before {
     content: "\F7C9";
 }

 .mdi-fullscreen:before {
     content: "\F293";
 }

 .mdi-fullscreen-exit:before {
     content: "\F294";
 }

 .mdi-function:before {
     content: "\F295";
 }

 .mdi-gamepad:before {
     content: "\F296";
 }

 .mdi-gamepad-variant:before {
     content: "\F297";
 }

 .mdi-garage:before {
     content: "\F6D8";
 }

 .mdi-garage-open:before {
     content: "\F6D9";
 }

 .mdi-gas-cylinder:before {
     content: "\F647";
 }

 .mdi-gas-station:before {
     content: "\F298";
 }

 .mdi-gate:before {
     content: "\F299";
 }

 .mdi-gauge:before {
     content: "\F29A";
 }

 .mdi-gavel:before {
     content: "\F29B";
 }

 .mdi-gender-female:before {
     content: "\F29C";
 }

 .mdi-gender-male:before {
     content: "\F29D";
 }

 .mdi-gender-male-female:before {
     content: "\F29E";
 }

 .mdi-gender-transgender:before {
     content: "\F29F";
 }

 .mdi-gesture:before {
     content: "\F7CA";
 }

 .mdi-gesture-double-tap:before {
     content: "\F73B";
 }

 .mdi-gesture-swipe-down:before {
     content: "\F73C";
 }

 .mdi-gesture-swipe-left:before {
     content: "\F73D";
 }

 .mdi-gesture-swipe-right:before {
     content: "\F73E";
 }

 .mdi-gesture-swipe-up:before {
     content: "\F73F";
 }

 .mdi-gesture-tap:before {
     content: "\F740";
 }

 .mdi-gesture-two-double-tap:before {
     content: "\F741";
 }

 .mdi-gesture-two-tap:before {
     content: "\F742";
 }

 .mdi-ghost:before {
     content: "\F2A0";
 }

 .mdi-gift:before {
     content: "\F2A1";
 }

 .mdi-git:before {
     content: "\F2A2";
 }

 .mdi-github-box:before {
     content: "\F2A3";
 }

 .mdi-github-circle:before {
     content: "\F2A4";
 }

 .mdi-github-face:before {
     content: "\F6DA";
 }

 .mdi-glass-flute:before {
     content: "\F2A5";
 }

 .mdi-glass-mug:before {
     content: "\F2A6";
 }

 .mdi-glass-stange:before {
     content: "\F2A7";
 }

 .mdi-glass-tulip:before {
     content: "\F2A8";
 }

 .mdi-glassdoor:before {
     content: "\F2A9";
 }

 .mdi-glasses:before {
     content: "\F2AA";
 }

 .mdi-gmail:before {
     content: "\F2AB";
 }

 .mdi-gnome:before {
     content: "\F2AC";
 }

 .mdi-golf:before {
     content: "\F822";
 }

 .mdi-gondola:before {
     content: "\F685";
 }

 .mdi-google:before {
     content: "\F2AD";
 }

 .mdi-google-analytics:before {
     content: "\F7CB";
 }

 .mdi-google-assistant:before {
     content: "\F7CC";
 }

 .mdi-google-cardboard:before {
     content: "\F2AE";
 }

 .mdi-google-chrome:before {
     content: "\F2AF";
 }

 .mdi-google-circles:before {
     content: "\F2B0";
 }

 .mdi-google-circles-communities:before {
     content: "\F2B1";
 }

 .mdi-google-circles-extended:before {
     content: "\F2B2";
 }

 .mdi-google-circles-group:before {
     content: "\F2B3";
 }

 .mdi-google-controller:before {
     content: "\F2B4";
 }

 .mdi-google-controller-off:before {
     content: "\F2B5";
 }

 .mdi-google-drive:before {
     content: "\F2B6";
 }

 .mdi-google-earth:before {
     content: "\F2B7";
 }

 .mdi-google-glass:before {
     content: "\F2B8";
 }

 .mdi-google-home:before {
     content: "\F823";
 }

 .mdi-google-keep:before {
     content: "\F6DB";
 }

 .mdi-google-maps:before {
     content: "\F5F5";
 }

 .mdi-google-nearby:before {
     content: "\F2B9";
 }

 .mdi-google-pages:before {
     content: "\F2BA";
 }

 .mdi-google-photos:before {
     content: "\F6DC";
 }

 .mdi-google-physical-web:before {
     content: "\F2BB";
 }

 .mdi-google-play:before {
     content: "\F2BC";
 }

 .mdi-google-plus:before {
     content: "\F2BD";
 }

 .mdi-google-plus-box:before {
     content: "\F2BE";
 }

 .mdi-google-translate:before {
     content: "\F2BF";
 }

 .mdi-google-wallet:before {
     content: "\F2C0";
 }

 .mdi-gradient:before {
     content: "\F69F";
 }

 .mdi-grease-pencil:before {
     content: "\F648";
 }

 .mdi-grid:before {
     content: "\F2C1";
 }

 .mdi-grid-large:before {
     content: "\F757";
 }

 .mdi-grid-off:before {
     content: "\F2C2";
 }

 .mdi-group:before {
     content: "\F2C3";
 }

 .mdi-guitar-acoustic:before {
     content: "\F770";
 }

 .mdi-guitar-electric:before {
     content: "\F2C4";
 }

 .mdi-guitar-pick:before {
     content: "\F2C5";
 }

 .mdi-guitar-pick-outline:before {
     content: "\F2C6";
 }

 .mdi-guy-fawkes-mask:before {
     content: "\F824";
 }

 .mdi-hackernews:before {
     content: "\F624";
 }

 .mdi-hamburger:before {
     content: "\F684";
 }

 .mdi-hand-pointing-right:before {
     content: "\F2C7";
 }

 .mdi-hanger:before {
     content: "\F2C8";
 }

 .mdi-hangouts:before {
     content: "\F2C9";
 }

 .mdi-harddisk:before {
     content: "\F2CA";
 }

 .mdi-headphones:before {
     content: "\F2CB";
 }

 .mdi-headphones-box:before {
     content: "\F2CC";
 }

 .mdi-headphones-off:before {
     content: "\F7CD";
 }

 .mdi-headphones-settings:before {
     content: "\F2CD";
 }

 .mdi-headset:before {
     content: "\F2CE";
 }

 .mdi-headset-dock:before {
     content: "\F2CF";
 }

 .mdi-headset-off:before {
     content: "\F2D0";
 }

 .mdi-heart:before {
     content: "\F2D1";
 }

 .mdi-heart-box:before {
     content: "\F2D2";
 }

 .mdi-heart-box-outline:before {
     content: "\F2D3";
 }

 .mdi-heart-broken:before {
     content: "\F2D4";
 }

 .mdi-heart-half:before {
     content: "\F6DE";
 }

 .mdi-heart-half-full:before {
     content: "\F6DD";
 }

 .mdi-heart-half-outline:before {
     content: "\F6DF";
 }

 .mdi-heart-off:before {
     content: "\F758";
 }

 .mdi-heart-outline:before {
     content: "\F2D5";
 }

 .mdi-heart-pulse:before {
     content: "\F5F6";
 }

 .mdi-help:before {
     content: "\F2D6";
 }

 .mdi-help-box:before {
     content: "\F78A";
 }

 .mdi-help-circle:before {
     content: "\F2D7";
 }

 .mdi-help-circle-outline:before {
     content: "\F625";
 }

 .mdi-help-network:before {
     content: "\F6F4";
 }

 .mdi-hexagon:before {
     content: "\F2D8";
 }

 .mdi-hexagon-multiple:before {
     content: "\F6E0";
 }

 .mdi-hexagon-outline:before {
     content: "\F2D9";
 }

 .mdi-high-definition:before {
     content: "\F7CE";
 }

 .mdi-highway:before {
     content: "\F5F7";
 }

 .mdi-history:before {
     content: "\F2DA";
 }

 .mdi-hololens:before {
     content: "\F2DB";
 }

 .mdi-home:before {
     content: "\F2DC";
 }

 .mdi-home-account:before {
     content: "\F825";
 }

 .mdi-home-assistant:before {
     content: "\F7CF";
 }

 .mdi-home-automation:before {
     content: "\F7D0";
 }

 .mdi-home-circle:before {
     content: "\F7D1";
 }

 .mdi-home-heart:before {
     content: "\F826";
 }

 .mdi-home-map-marker:before {
     content: "\F5F8";
 }

 .mdi-home-modern:before {
     content: "\F2DD";
 }

 .mdi-home-outline:before {
     content: "\F6A0";
 }

 .mdi-home-variant:before {
     content: "\F2DE";
 }

 .mdi-hook:before {
     content: "\F6E1";
 }

 .mdi-hook-off:before {
     content: "\F6E2";
 }

 .mdi-hops:before {
     content: "\F2DF";
 }

 .mdi-hospital:before {
     content: "\F2E0";
 }

 .mdi-hospital-building:before {
     content: "\F2E1";
 }

 .mdi-hospital-marker:before {
     content: "\F2E2";
 }

 .mdi-hot-tub:before {
     content: "\F827";
 }

 .mdi-hotel:before {
     content: "\F2E3";
 }

 .mdi-houzz:before {
     content: "\F2E4";
 }

 .mdi-houzz-box:before {
     content: "\F2E5";
 }

 .mdi-hulu:before {
     content: "\F828";
 }

 .mdi-human:before {
     content: "\F2E6";
 }

 .mdi-human-child:before {
     content: "\F2E7";
 }

 .mdi-human-female:before {
     content: "\F649";
 }

 .mdi-human-greeting:before {
     content: "\F64A";
 }

 .mdi-human-handsdown:before {
     content: "\F64B";
 }

 .mdi-human-handsup:before {
     content: "\F64C";
 }

 .mdi-human-male:before {
     content: "\F64D";
 }

 .mdi-human-male-female:before {
     content: "\F2E8";
 }

 .mdi-human-pregnant:before {
     content: "\F5CF";
 }

 .mdi-humble-bundle:before {
     content: "\F743";
 }

 .mdi-ice-cream:before {
     content: "\F829";
 }

 .mdi-image:before {
     content: "\F2E9";
 }

 .mdi-image-album:before {
     content: "\F2EA";
 }

 .mdi-image-area:before {
     content: "\F2EB";
 }

 .mdi-image-area-close:before {
     content: "\F2EC";
 }

 .mdi-image-broken:before {
     content: "\F2ED";
 }

 .mdi-image-broken-variant:before {
     content: "\F2EE";
 }

 .mdi-image-filter:before {
     content: "\F2EF";
 }

 .mdi-image-filter-black-white:before {
     content: "\F2F0";
 }

 .mdi-image-filter-center-focus:before {
     content: "\F2F1";
 }

 .mdi-image-filter-center-focus-weak:before {
     content: "\F2F2";
 }

 .mdi-image-filter-drama:before {
     content: "\F2F3";
 }

 .mdi-image-filter-frames:before {
     content: "\F2F4";
 }

 .mdi-image-filter-hdr:before {
     content: "\F2F5";
 }

 .mdi-image-filter-none:before {
     content: "\F2F6";
 }

 .mdi-image-filter-tilt-shift:before {
     content: "\F2F7";
 }

 .mdi-image-filter-vintage:before {
     content: "\F2F8";
 }

 .mdi-image-multiple:before {
     content: "\F2F9";
 }

 .mdi-image-off:before {
     content: "\F82A";
 }

 .mdi-import:before {
     content: "\F2FA";
 }

 .mdi-inbox:before {
     content: "\F686";
 }

 .mdi-inbox-arrow-down:before {
     content: "\F2FB";
 }

 .mdi-inbox-arrow-up:before {
     content: "\F3D1";
 }

 .mdi-incognito:before {
     content: "\F5F9";
 }

 .mdi-infinity:before {
     content: "\F6E3";
 }

 .mdi-information:before {
     content: "\F2FC";
 }

 .mdi-information-outline:before {
     content: "\F2FD";
 }

 .mdi-information-variant:before {
     content: "\F64E";
 }

 .mdi-instagram:before {
     content: "\F2FE";
 }

 .mdi-instapaper:before {
     content: "\F2FF";
 }

 .mdi-internet-explorer:before {
     content: "\F300";
 }

 .mdi-invert-colors:before {
     content: "\F301";
 }

 .mdi-itunes:before {
     content: "\F676";
 }

 .mdi-jeepney:before {
     content: "\F302";
 }

 .mdi-jira:before {
     content: "\F303";
 }

 .mdi-jsfiddle:before {
     content: "\F304";
 }

 .mdi-json:before {
     content: "\F626";
 }

 .mdi-karate:before {
     content: "\F82B";
 }

 .mdi-keg:before {
     content: "\F305";
 }

 .mdi-kettle:before {
     content: "\F5FA";
 }

 .mdi-key:before {
     content: "\F306";
 }

 .mdi-key-change:before {
     content: "\F307";
 }

 .mdi-key-minus:before {
     content: "\F308";
 }

 .mdi-key-plus:before {
     content: "\F309";
 }

 .mdi-key-remove:before {
     content: "\F30A";
 }

 .mdi-key-variant:before {
     content: "\F30B";
 }

 .mdi-keyboard:before {
     content: "\F30C";
 }

 .mdi-keyboard-backspace:before {
     content: "\F30D";
 }

 .mdi-keyboard-caps:before {
     content: "\F30E";
 }

 .mdi-keyboard-close:before {
     content: "\F30F";
 }

 .mdi-keyboard-off:before {
     content: "\F310";
 }

 .mdi-keyboard-return:before {
     content: "\F311";
 }

 .mdi-keyboard-tab:before {
     content: "\F312";
 }

 .mdi-keyboard-variant:before {
     content: "\F313";
 }

 .mdi-kickstarter:before {
     content: "\F744";
 }

 .mdi-kodi:before {
     content: "\F314";
 }

 .mdi-label:before {
     content: "\F315";
 }

 .mdi-label-outline:before {
     content: "\F316";
 }

 .mdi-ladybug:before {
     content: "\F82C";
 }

 .mdi-lambda:before {
     content: "\F627";
 }

 .mdi-lamp:before {
     content: "\F6B4";
 }

 .mdi-lan:before {
     content: "\F317";
 }

 .mdi-lan-connect:before {
     content: "\F318";
 }

 .mdi-lan-disconnect:before {
     content: "\F319";
 }

 .mdi-lan-pending:before {
     content: "\F31A";
 }

 .mdi-language-c:before {
     content: "\F671";
 }

 .mdi-language-cpp:before {
     content: "\F672";
 }

 .mdi-language-csharp:before {
     content: "\F31B";
 }

 .mdi-language-css3:before {
     content: "\F31C";
 }

 .mdi-language-go:before {
     content: "\F7D2";
 }

 .mdi-language-html5:before {
     content: "\F31D";
 }

 .mdi-language-javascript:before {
     content: "\F31E";
 }

 .mdi-language-php:before {
     content: "\F31F";
 }

 .mdi-language-python:before {
     content: "\F320";
 }

 .mdi-language-python-text:before {
     content: "\F321";
 }

 .mdi-language-r:before {
     content: "\F7D3";
 }

 .mdi-language-swift:before {
     content: "\F6E4";
 }

 .mdi-language-typescript:before {
     content: "\F6E5";
 }

 .mdi-laptop:before {
     content: "\F322";
 }

 .mdi-laptop-chromebook:before {
     content: "\F323";
 }

 .mdi-laptop-mac:before {
     content: "\F324";
 }

 .mdi-laptop-off:before {
     content: "\F6E6";
 }

 .mdi-laptop-windows:before {
     content: "\F325";
 }

 .mdi-lastfm:before {
     content: "\F326";
 }

 .mdi-lastpass:before {
     content: "\F446";
 }

 .mdi-launch:before {
     content: "\F327";
 }

 .mdi-lava-lamp:before {
     content: "\F7D4";
 }

 .mdi-layers:before {
     content: "\F328";
 }

 .mdi-layers-off:before {
     content: "\F329";
 }

 .mdi-lead-pencil:before {
     content: "\F64F";
 }

 .mdi-leaf:before {
     content: "\F32A";
 }

 .mdi-led-off:before {
     content: "\F32B";
 }

 .mdi-led-on:before {
     content: "\F32C";
 }

 .mdi-led-outline:before {
     content: "\F32D";
 }

 .mdi-led-strip:before {
     content: "\F7D5";
 }

 .mdi-led-variant-off:before {
     content: "\F32E";
 }

 .mdi-led-variant-on:before {
     content: "\F32F";
 }

 .mdi-led-variant-outline:before {
     content: "\F330";
 }

 .mdi-library:before {
     content: "\F331";
 }

 .mdi-library-books:before {
     content: "\F332";
 }

 .mdi-library-music:before {
     content: "\F333";
 }

 .mdi-library-plus:before {
     content: "\F334";
 }

 .mdi-lightbulb:before {
     content: "\F335";
 }

 .mdi-lightbulb-on:before {
     content: "\F6E7";
 }

 .mdi-lightbulb-on-outline:before {
     content: "\F6E8";
 }

 .mdi-lightbulb-outline:before {
     content: "\F336";
 }

 .mdi-link:before {
     content: "\F337";
 }

 .mdi-link-off:before {
     content: "\F338";
 }

 .mdi-link-variant:before {
     content: "\F339";
 }

 .mdi-link-variant-off:before {
     content: "\F33A";
 }

 .mdi-linkedin:before {
     content: "\F33B";
 }

 .mdi-linkedin-box:before {
     content: "\F33C";
 }

 .mdi-linux:before {
     content: "\F33D";
 }

 .mdi-loading:before {
     content: "\F771";
 }

 .mdi-lock:before {
     content: "\F33E";
 }

 .mdi-lock-open:before {
     content: "\F33F";
 }

 .mdi-lock-open-outline:before {
     content: "\F340";
 }

 .mdi-lock-outline:before {
     content: "\F341";
 }

 .mdi-lock-pattern:before {
     content: "\F6E9";
 }

 .mdi-lock-plus:before {
     content: "\F5FB";
 }

 .mdi-lock-reset:before {
     content: "\F772";
 }

 .mdi-locker:before {
     content: "\F7D6";
 }

 .mdi-locker-multiple:before {
     content: "\F7D7";
 }

 .mdi-login:before {
     content: "\F342";
 }

 .mdi-login-variant:before {
     content: "\F5FC";
 }

 .mdi-logout:before {
     content: "\F343";
 }

 .mdi-logout-variant:before {
     content: "\F5FD";
 }

 .mdi-looks:before {
     content: "\F344";
 }

 .mdi-loop:before {
     content: "\F6EA";
 }

 .mdi-loupe:before {
     content: "\F345";
 }

 .mdi-lumx:before {
     content: "\F346";
 }

 .mdi-magnet:before {
     content: "\F347";
 }

 .mdi-magnet-on:before {
     content: "\F348";
 }

 .mdi-magnify:before {
     content: "\F349";
 }

 .mdi-magnify-minus:before {
     content: "\F34A";
 }

 .mdi-magnify-minus-outline:before {
     content: "\F6EB";
 }

 .mdi-magnify-plus:before {
     content: "\F34B";
 }

 .mdi-magnify-plus-outline:before {
     content: "\F6EC";
 }

 .mdi-mail-ru:before {
     content: "\F34C";
 }

 .mdi-mailbox:before {
     content: "\F6ED";
 }

 .mdi-map:before {
     content: "\F34D";
 }

 .mdi-map-marker:before {
     content: "\F34E";
 }

 .mdi-map-marker-circle:before {
     content: "\F34F";
 }

 .mdi-map-marker-minus:before {
     content: "\F650";
 }

 .mdi-map-marker-multiple:before {
     content: "\F350";
 }

 .mdi-map-marker-off:before {
     content: "\F351";
 }

 .mdi-map-marker-outline:before {
     content: "\F7D8";
 }

 .mdi-map-marker-plus:before {
     content: "\F651";
 }

 .mdi-map-marker-radius:before {
     content: "\F352";
 }

 .mdi-margin:before {
     content: "\F353";
 }

 .mdi-markdown:before {
     content: "\F354";
 }

 .mdi-marker:before {
     content: "\F652";
 }

 .mdi-marker-check:before {
     content: "\F355";
 }

 .mdi-martini:before {
     content: "\F356";
 }

 .mdi-material-ui:before {
     content: "\F357";
 }

 .mdi-math-compass:before {
     content: "\F358";
 }

 .mdi-matrix:before {
     content: "\F628";
 }

 .mdi-maxcdn:before {
     content: "\F359";
 }

 .mdi-medical-bag:before {
     content: "\F6EE";
 }

 .mdi-medium:before {
     content: "\F35A";
 }

 .mdi-memory:before {
     content: "\F35B";
 }

 .mdi-menu:before {
     content: "\F35C";
 }

 .mdi-menu-down:before {
     content: "\F35D";
 }

 .mdi-menu-down-outline:before {
     content: "\F6B5";
 }

 .mdi-menu-left:before {
     content: "\F35E";
 }

 .mdi-menu-right:before {
     content: "\F35F";
 }

 .mdi-menu-up:before {
     content: "\F360";
 }

 .mdi-menu-up-outline:before {
     content: "\F6B6";
 }

 .mdi-message:before {
     content: "\F361";
 }

 .mdi-message-alert:before {
     content: "\F362";
 }

 .mdi-message-bulleted:before {
     content: "\F6A1";
 }

 .mdi-message-bulleted-off:before {
     content: "\F6A2";
 }

 .mdi-message-draw:before {
     content: "\F363";
 }

 .mdi-message-image:before {
     content: "\F364";
 }

 .mdi-message-outline:before {
     content: "\F365";
 }

 .mdi-message-plus:before {
     content: "\F653";
 }

 .mdi-message-processing:before {
     content: "\F366";
 }

 .mdi-message-reply:before {
     content: "\F367";
 }

 .mdi-message-reply-text:before {
     content: "\F368";
 }

 .mdi-message-settings:before {
     content: "\F6EF";
 }

 .mdi-message-settings-variant:before {
     content: "\F6F0";
 }

 .mdi-message-text:before {
     content: "\F369";
 }

 .mdi-message-text-outline:before {
     content: "\F36A";
 }

 .mdi-message-video:before {
     content: "\F36B";
 }

 .mdi-meteor:before {
     content: "\F629";
 }

 .mdi-metronome:before {
     content: "\F7D9";
 }

 .mdi-metronome-tick:before {
     content: "\F7DA";
 }

 .mdi-micro-sd:before {
     content: "\F7DB";
 }

 .mdi-microphone:before {
     content: "\F36C";
 }

 .mdi-microphone-off:before {
     content: "\F36D";
 }

 .mdi-microphone-outline:before {
     content: "\F36E";
 }

 .mdi-microphone-settings:before {
     content: "\F36F";
 }

 .mdi-microphone-variant:before {
     content: "\F370";
 }

 .mdi-microphone-variant-off:before {
     content: "\F371";
 }

 .mdi-microscope:before {
     content: "\F654";
 }

 .mdi-microsoft:before {
     content: "\F372";
 }

 .mdi-minecraft:before {
     content: "\F373";
 }

 .mdi-minus:before {
     content: "\F374";
 }

 .mdi-minus-box:before {
     content: "\F375";
 }

 .mdi-minus-box-outline:before {
     content: "\F6F1";
 }

 .mdi-minus-circle:before {
     content: "\F376";
 }

 .mdi-minus-circle-outline:before {
     content: "\F377";
 }

 .mdi-minus-network:before {
     content: "\F378";
 }

 .mdi-mixcloud:before {
     content: "\F62A";
 }

 .mdi-mixer:before {
     content: "\F7DC";
 }

 .mdi-monitor:before {
     content: "\F379";
 }

 .mdi-monitor-multiple:before {
     content: "\F37A";
 }

 .mdi-more:before {
     content: "\F37B";
 }

 .mdi-motorbike:before {
     content: "\F37C";
 }

 .mdi-mouse:before {
     content: "\F37D";
 }

 .mdi-mouse-off:before {
     content: "\F37E";
 }

 .mdi-mouse-variant:before {
     content: "\F37F";
 }

 .mdi-mouse-variant-off:before {
     content: "\F380";
 }

 .mdi-move-resize:before {
     content: "\F655";
 }

 .mdi-move-resize-variant:before {
     content: "\F656";
 }

 .mdi-movie:before {
     content: "\F381";
 }

 .mdi-movie-roll:before {
     content: "\F7DD";
 }

 .mdi-multiplication:before {
     content: "\F382";
 }

 .mdi-multiplication-box:before {
     content: "\F383";
 }

 .mdi-mushroom:before {
     content: "\F7DE";
 }

 .mdi-mushroom-outline:before {
     content: "\F7DF";
 }

 .mdi-music:before {
     content: "\F759";
 }

 .mdi-music-box:before {
     content: "\F384";
 }

 .mdi-music-box-outline:before {
     content: "\F385";
 }

 .mdi-music-circle:before {
     content: "\F386";
 }

 .mdi-music-note:before {
     content: "\F387";
 }

 .mdi-music-note-bluetooth:before {
     content: "\F5FE";
 }

 .mdi-music-note-bluetooth-off:before {
     content: "\F5FF";
 }

 .mdi-music-note-eighth:before {
     content: "\F388";
 }

 .mdi-music-note-half:before {
     content: "\F389";
 }

 .mdi-music-note-off:before {
     content: "\F38A";
 }

 .mdi-music-note-quarter:before {
     content: "\F38B";
 }

 .mdi-music-note-sixteenth:before {
     content: "\F38C";
 }

 .mdi-music-note-whole:before {
     content: "\F38D";
 }

 .mdi-music-off:before {
     content: "\F75A";
 }

 .mdi-nature:before {
     content: "\F38E";
 }

 .mdi-nature-people:before {
     content: "\F38F";
 }

 .mdi-navigation:before {
     content: "\F390";
 }

 .mdi-near-me:before {
     content: "\F5CD";
 }

 .mdi-needle:before {
     content: "\F391";
 }

 .mdi-nest-protect:before {
     content: "\F392";
 }

 .mdi-nest-thermostat:before {
     content: "\F393";
 }

 .mdi-netflix:before {
     content: "\F745";
 }

 .mdi-network:before {
     content: "\F6F2";
 }

 .mdi-new-box:before {
     content: "\F394";
 }

 .mdi-newspaper:before {
     content: "\F395";
 }

 .mdi-nfc:before {
     content: "\F396";
 }

 .mdi-nfc-tap:before {
     content: "\F397";
 }

 .mdi-nfc-variant:before {
     content: "\F398";
 }

 .mdi-ninja:before {
     content: "\F773";
 }

 .mdi-nintendo-switch:before {
     content: "\F7E0";
 }

 .mdi-nodejs:before {
     content: "\F399";
 }

 .mdi-note:before {
     content: "\F39A";
 }

 .mdi-note-multiple:before {
     content: "\F6B7";
 }

 .mdi-note-multiple-outline:before {
     content: "\F6B8";
 }

 .mdi-note-outline:before {
     content: "\F39B";
 }

 .mdi-note-plus:before {
     content: "\F39C";
 }

 .mdi-note-plus-outline:before {
     content: "\F39D";
 }

 .mdi-note-text:before {
     content: "\F39E";
 }

 .mdi-notebook:before {
     content: "\F82D";
 }

 .mdi-notification-clear-all:before {
     content: "\F39F";
 }

 .mdi-npm:before {
     content: "\F6F6";
 }

 .mdi-nuke:before {
     content: "\F6A3";
 }

 .mdi-null:before {
     content: "\F7E1";
 }

 .mdi-numeric:before {
     content: "\F3A0";
 }

 .mdi-numeric-0-box:before {
     content: "\F3A1";
 }

 .mdi-numeric-0-box-multiple-outline:before {
     content: "\F3A2";
 }

 .mdi-numeric-0-box-outline:before {
     content: "\F3A3";
 }

 .mdi-numeric-1-box:before {
     content: "\F3A4";
 }

 .mdi-numeric-1-box-multiple-outline:before {
     content: "\F3A5";
 }

 .mdi-numeric-1-box-outline:before {
     content: "\F3A6";
 }

 .mdi-numeric-2-box:before {
     content: "\F3A7";
 }

 .mdi-numeric-2-box-multiple-outline:before {
     content: "\F3A8";
 }

 .mdi-numeric-2-box-outline:before {
     content: "\F3A9";
 }

 .mdi-numeric-3-box:before {
     content: "\F3AA";
 }

 .mdi-numeric-3-box-multiple-outline:before {
     content: "\F3AB";
 }

 .mdi-numeric-3-box-outline:before {
     content: "\F3AC";
 }

 .mdi-numeric-4-box:before {
     content: "\F3AD";
 }

 .mdi-numeric-4-box-multiple-outline:before {
     content: "\F3AE";
 }

 .mdi-numeric-4-box-outline:before {
     content: "\F3AF";
 }

 .mdi-numeric-5-box:before {
     content: "\F3B0";
 }

 .mdi-numeric-5-box-multiple-outline:before {
     content: "\F3B1";
 }

 .mdi-numeric-5-box-outline:before {
     content: "\F3B2";
 }

 .mdi-numeric-6-box:before {
     content: "\F3B3";
 }

 .mdi-numeric-6-box-multiple-outline:before {
     content: "\F3B4";
 }

 .mdi-numeric-6-box-outline:before {
     content: "\F3B5";
 }

 .mdi-numeric-7-box:before {
     content: "\F3B6";
 }

 .mdi-numeric-7-box-multiple-outline:before {
     content: "\F3B7";
 }

 .mdi-numeric-7-box-outline:before {
     content: "\F3B8";
 }

 .mdi-numeric-8-box:before {
     content: "\F3B9";
 }

 .mdi-numeric-8-box-multiple-outline:before {
     content: "\F3BA";
 }

 .mdi-numeric-8-box-outline:before {
     content: "\F3BB";
 }

 .mdi-numeric-9-box:before {
     content: "\F3BC";
 }

 .mdi-numeric-9-box-multiple-outline:before {
     content: "\F3BD";
 }

 .mdi-numeric-9-box-outline:before {
     content: "\F3BE";
 }

 .mdi-numeric-9-plus-box:before {
     content: "\F3BF";
 }

 .mdi-numeric-9-plus-box-multiple-outline:before {
     content: "\F3C0";
 }

 .mdi-numeric-9-plus-box-outline:before {
     content: "\F3C1";
 }

 .mdi-nut:before {
     content: "\F6F7";
 }

 .mdi-nutrition:before {
     content: "\F3C2";
 }

 .mdi-oar:before {
     content: "\F67B";
 }

 .mdi-octagon:before {
     content: "\F3C3";
 }

 .mdi-octagon-outline:before {
     content: "\F3C4";
 }

 .mdi-octagram:before {
     content: "\F6F8";
 }

 .mdi-octagram-outline:before {
     content: "\F774";
 }

 .mdi-odnoklassniki:before {
     content: "\F3C5";
 }

 .mdi-office:before {
     content: "\F3C6";
 }

 .mdi-oil:before {
     content: "\F3C7";
 }

 .mdi-oil-temperature:before {
     content: "\F3C8";
 }

 .mdi-omega:before {
     content: "\F3C9";
 }

 .mdi-onedrive:before {
     content: "\F3CA";
 }

 .mdi-onenote:before {
     content: "\F746";
 }

 .mdi-opacity:before {
     content: "\F5CC";
 }

 .mdi-open-in-app:before {
     content: "\F3CB";
 }

 .mdi-open-in-new:before {
     content: "\F3CC";
 }

 .mdi-openid:before {
     content: "\F3CD";
 }

 .mdi-opera:before {
     content: "\F3CE";
 }

 .mdi-orbit:before {
     content: "\F018";
 }

 .mdi-ornament:before {
     content: "\F3CF";
 }

 .mdi-ornament-variant:before {
     content: "\F3D0";
 }

 .mdi-owl:before {
     content: "\F3D2";
 }

 .mdi-package:before {
     content: "\F3D3";
 }

 .mdi-package-down:before {
     content: "\F3D4";
 }

 .mdi-package-up:before {
     content: "\F3D5";
 }

 .mdi-package-variant:before {
     content: "\F3D6";
 }

 .mdi-package-variant-closed:before {
     content: "\F3D7";
 }

 .mdi-page-first:before {
     content: "\F600";
 }

 .mdi-page-last:before {
     content: "\F601";
 }

 .mdi-page-layout-body:before {
     content: "\F6F9";
 }

 .mdi-page-layout-footer:before {
     content: "\F6FA";
 }

 .mdi-page-layout-header:before {
     content: "\F6FB";
 }

 .mdi-page-layout-sidebar-left:before {
     content: "\F6FC";
 }

 .mdi-page-layout-sidebar-right:before {
     content: "\F6FD";
 }

 .mdi-palette:before {
     content: "\F3D8";
 }

 .mdi-palette-advanced:before {
     content: "\F3D9";
 }

 .mdi-panda:before {
     content: "\F3DA";
 }

 .mdi-pandora:before {
     content: "\F3DB";
 }

 .mdi-panorama:before {
     content: "\F3DC";
 }

 .mdi-panorama-fisheye:before {
     content: "\F3DD";
 }

 .mdi-panorama-horizontal:before {
     content: "\F3DE";
 }

 .mdi-panorama-vertical:before {
     content: "\F3DF";
 }

 .mdi-panorama-wide-angle:before {
     content: "\F3E0";
 }

 .mdi-paper-cut-vertical:before {
     content: "\F3E1";
 }

 .mdi-paperclip:before {
     content: "\F3E2";
 }

 .mdi-parking:before {
     content: "\F3E3";
 }

 .mdi-passport:before {
     content: "\F7E2";
 }

 .mdi-pause:before {
     content: "\F3E4";
 }

 .mdi-pause-circle:before {
     content: "\F3E5";
 }

 .mdi-pause-circle-outline:before {
     content: "\F3E6";
 }

 .mdi-pause-octagon:before {
     content: "\F3E7";
 }

 .mdi-pause-octagon-outline:before {
     content: "\F3E8";
 }

 .mdi-paw:before {
     content: "\F3E9";
 }

 .mdi-paw-off:before {
     content: "\F657";
 }

 .mdi-pen:before {
     content: "\F3EA";
 }

 .mdi-pencil:before {
     content: "\F3EB";
 }

 .mdi-pencil-box:before {
     content: "\F3EC";
 }

 .mdi-pencil-box-outline:before {
     content: "\F3ED";
 }

 .mdi-pencil-circle:before {
     content: "\F6FE";
 }

 .mdi-pencil-circle-outline:before {
     content: "\F775";
 }

 .mdi-pencil-lock:before {
     content: "\F3EE";
 }

 .mdi-pencil-off:before {
     content: "\F3EF";
 }

 .mdi-pentagon:before {
     content: "\F6FF";
 }

 .mdi-pentagon-outline:before {
     content: "\F700";
 }

 .mdi-percent:before {
     content: "\F3F0";
 }

 .mdi-periodic-table-co2:before {
     content: "\F7E3";
 }

 .mdi-periscope:before {
     content: "\F747";
 }

 .mdi-pharmacy:before {
     content: "\F3F1";
 }

 .mdi-phone:before {
     content: "\F3F2";
 }

 .mdi-phone-bluetooth:before {
     content: "\F3F3";
 }

 .mdi-phone-classic:before {
     content: "\F602";
 }

 .mdi-phone-forward:before {
     content: "\F3F4";
 }

 .mdi-phone-hangup:before {
     content: "\F3F5";
 }

 .mdi-phone-in-talk:before {
     content: "\F3F6";
 }

 .mdi-phone-incoming:before {
     content: "\F3F7";
 }

 .mdi-phone-locked:before {
     content: "\F3F8";
 }

 .mdi-phone-log:before {
     content: "\F3F9";
 }

 .mdi-phone-minus:before {
     content: "\F658";
 }

 .mdi-phone-missed:before {
     content: "\F3FA";
 }

 .mdi-phone-outgoing:before {
     content: "\F3FB";
 }

 .mdi-phone-paused:before {
     content: "\F3FC";
 }

 .mdi-phone-plus:before {
     content: "\F659";
 }

 .mdi-phone-return:before {
     content: "\F82E";
 }

 .mdi-phone-settings:before {
     content: "\F3FD";
 }

 .mdi-phone-voip:before {
     content: "\F3FE";
 }

 .mdi-pi:before {
     content: "\F3FF";
 }

 .mdi-pi-box:before {
     content: "\F400";
 }

 .mdi-piano:before {
     content: "\F67C";
 }

 .mdi-pig:before {
     content: "\F401";
 }

 .mdi-pill:before {
     content: "\F402";
 }

 .mdi-pillar:before {
     content: "\F701";
 }

 .mdi-pin:before {
     content: "\F403";
 }

 .mdi-pin-off:before {
     content: "\F404";
 }

 .mdi-pine-tree:before {
     content: "\F405";
 }

 .mdi-pine-tree-box:before {
     content: "\F406";
 }

 .mdi-pinterest:before {
     content: "\F407";
 }

 .mdi-pinterest-box:before {
     content: "\F408";
 }

 .mdi-pipe:before {
     content: "\F7E4";
 }

 .mdi-pipe-disconnected:before {
     content: "\F7E5";
 }

 .mdi-pistol:before {
     content: "\F702";
 }

 .mdi-pizza:before {
     content: "\F409";
 }

 .mdi-plane-shield:before {
     content: "\F6BA";
 }

 .mdi-play:before {
     content: "\F40A";
 }

 .mdi-play-box-outline:before {
     content: "\F40B";
 }

 .mdi-play-circle:before {
     content: "\F40C";
 }

 .mdi-play-circle-outline:before {
     content: "\F40D";
 }

 .mdi-play-pause:before {
     content: "\F40E";
 }

 .mdi-play-protected-content:before {
     content: "\F40F";
 }

 .mdi-playlist-check:before {
     content: "\F5C7";
 }

 .mdi-playlist-minus:before {
     content: "\F410";
 }

 .mdi-playlist-play:before {
     content: "\F411";
 }

 .mdi-playlist-plus:before {
     content: "\F412";
 }

 .mdi-playlist-remove:before {
     content: "\F413";
 }

 .mdi-playstation:before {
     content: "\F414";
 }

 .mdi-plex:before {
     content: "\F6B9";
 }

 .mdi-plus:before {
     content: "\F415";
 }

 .mdi-plus-box:before {
     content: "\F416";
 }

 .mdi-plus-box-outline:before {
     content: "\F703";
 }

 .mdi-plus-circle:before {
     content: "\F417";
 }

 .mdi-plus-circle-multiple-outline:before {
     content: "\F418";
 }

 .mdi-plus-circle-outline:before {
     content: "\F419";
 }

 .mdi-plus-network:before {
     content: "\F41A";
 }

 .mdi-plus-one:before {
     content: "\F41B";
 }

 .mdi-plus-outline:before {
     content: "\F704";
 }

 .mdi-pocket:before {
     content: "\F41C";
 }

 .mdi-pokeball:before {
     content: "\F41D";
 }

 .mdi-poker-chip:before {
     content: "\F82F";
 }

 .mdi-polaroid:before {
     content: "\F41E";
 }

 .mdi-poll:before {
     content: "\F41F";
 }

 .mdi-poll-box:before {
     content: "\F420";
 }

 .mdi-polymer:before {
     content: "\F421";
 }

 .mdi-pool:before {
     content: "\F606";
 }

 .mdi-popcorn:before {
     content: "\F422";
 }

 .mdi-pot:before {
     content: "\F65A";
 }

 .mdi-pot-mix:before {
     content: "\F65B";
 }

 .mdi-pound:before {
     content: "\F423";
 }

 .mdi-pound-box:before {
     content: "\F424";
 }

 .mdi-power:before {
     content: "\F425";
 }

 .mdi-power-plug:before {
     content: "\F6A4";
 }

 .mdi-power-plug-off:before {
     content: "\F6A5";
 }

 .mdi-power-settings:before {
     content: "\F426";
 }

 .mdi-power-socket:before {
     content: "\F427";
 }

 .mdi-power-socket-eu:before {
     content: "\F7E6";
 }

 .mdi-power-socket-uk:before {
     content: "\F7E7";
 }

 .mdi-power-socket-us:before {
     content: "\F7E8";
 }

 .mdi-prescription:before {
     content: "\F705";
 }

 .mdi-presentation:before {
     content: "\F428";
 }

 .mdi-presentation-play:before {
     content: "\F429";
 }

 .mdi-printer:before {
     content: "\F42A";
 }

 .mdi-printer-3d:before {
     content: "\F42B";
 }

 .mdi-printer-alert:before {
     content: "\F42C";
 }

 .mdi-printer-settings:before {
     content: "\F706";
 }

 .mdi-priority-high:before {
     content: "\F603";
 }

 .mdi-priority-low:before {
     content: "\F604";
 }

 .mdi-professional-hexagon:before {
     content: "\F42D";
 }

 .mdi-projector:before {
     content: "\F42E";
 }

 .mdi-projector-screen:before {
     content: "\F42F";
 }

 .mdi-publish:before {
     content: "\F6A6";
 }

 .mdi-pulse:before {
     content: "\F430";
 }

 .mdi-puzzle:before {
     content: "\F431";
 }

 .mdi-qqchat:before {
     content: "\F605";
 }

 .mdi-qrcode:before {
     content: "\F432";
 }

 .mdi-qrcode-scan:before {
     content: "\F433";
 }

 .mdi-quadcopter:before {
     content: "\F434";
 }

 .mdi-quality-high:before {
     content: "\F435";
 }

 .mdi-quicktime:before {
     content: "\F436";
 }

 .mdi-radar:before {
     content: "\F437";
 }

 .mdi-radiator:before {
     content: "\F438";
 }

 .mdi-radio:before {
     content: "\F439";
 }

 .mdi-radio-handheld:before {
     content: "\F43A";
 }

 .mdi-radio-tower:before {
     content: "\F43B";
 }

 .mdi-radioactive:before {
     content: "\F43C";
 }

 .mdi-radiobox-blank:before {
     content: "\F43D";
 }

 .mdi-radiobox-marked:before {
     content: "\F43E";
 }

 .mdi-raspberrypi:before {
     content: "\F43F";
 }

 .mdi-ray-end:before {
     content: "\F440";
 }

 .mdi-ray-end-arrow:before {
     content: "\F441";
 }

 .mdi-ray-start:before {
     content: "\F442";
 }

 .mdi-ray-start-arrow:before {
     content: "\F443";
 }

 .mdi-ray-start-end:before {
     content: "\F444";
 }

 .mdi-ray-vertex:before {
     content: "\F445";
 }

 .mdi-react:before {
     content: "\F707";
 }

 .mdi-read:before {
     content: "\F447";
 }

 .mdi-receipt:before {
     content: "\F449";
 }

 .mdi-record:before {
     content: "\F44A";
 }

 .mdi-record-rec:before {
     content: "\F44B";
 }

 .mdi-recycle:before {
     content: "\F44C";
 }

 .mdi-reddit:before {
     content: "\F44D";
 }

 .mdi-redo:before {
     content: "\F44E";
 }

 .mdi-redo-variant:before {
     content: "\F44F";
 }

 .mdi-refresh:before {
     content: "\F450";
 }

 .mdi-regex:before {
     content: "\F451";
 }

 .mdi-relative-scale:before {
     content: "\F452";
 }

 .mdi-reload:before {
     content: "\F453";
 }

 .mdi-remote:before {
     content: "\F454";
 }

 .mdi-rename-box:before {
     content: "\F455";
 }

 .mdi-reorder-horizontal:before {
     content: "\F687";
 }

 .mdi-reorder-vertical:before {
     content: "\F688";
 }

 .mdi-repeat:before {
     content: "\F456";
 }

 .mdi-repeat-off:before {
     content: "\F457";
 }

 .mdi-repeat-once:before {
     content: "\F458";
 }

 .mdi-replay:before {
     content: "\F459";
 }

 .mdi-reply:before {
     content: "\F45A";
 }

 .mdi-reply-all:before {
     content: "\F45B";
 }

 .mdi-reproduction:before {
     content: "\F45C";
 }

 .mdi-resize-bottom-right:before {
     content: "\F45D";
 }

 .mdi-responsive:before {
     content: "\F45E";
 }

 .mdi-restart:before {
     content: "\F708";
 }

 .mdi-restore:before {
     content: "\F6A7";
 }

 .mdi-rewind:before {
     content: "\F45F";
 }

 .mdi-rewind-outline:before {
     content: "\F709";
 }

 .mdi-rhombus:before {
     content: "\F70A";
 }

 .mdi-rhombus-outline:before {
     content: "\F70B";
 }

 .mdi-ribbon:before {
     content: "\F460";
 }

 .mdi-rice:before {
     content: "\F7E9";
 }

 .mdi-ring:before {
     content: "\F7EA";
 }

 .mdi-road:before {
     content: "\F461";
 }

 .mdi-road-variant:before {
     content: "\F462";
 }

 .mdi-robot:before {
     content: "\F6A8";
 }

 .mdi-rocket:before {
     content: "\F463";
 }

 .mdi-roomba:before {
     content: "\F70C";
 }

 .mdi-rotate-3d:before {
     content: "\F464";
 }

 .mdi-rotate-left:before {
     content: "\F465";
 }

 .mdi-rotate-left-variant:before {
     content: "\F466";
 }

 .mdi-rotate-right:before {
     content: "\F467";
 }

 .mdi-rotate-right-variant:before {
     content: "\F468";
 }

 .mdi-rounded-corner:before {
     content: "\F607";
 }

 .mdi-router-wireless:before {
     content: "\F469";
 }

 .mdi-routes:before {
     content: "\F46A";
 }

 .mdi-rowing:before {
     content: "\F608";
 }

 .mdi-rss:before {
     content: "\F46B";
 }

 .mdi-rss-box:before {
     content: "\F46C";
 }

 .mdi-ruler:before {
     content: "\F46D";
 }

 .mdi-run:before {
     content: "\F70D";
 }

 .mdi-run-fast:before {
     content: "\F46E";
 }

 .mdi-sale:before {
     content: "\F46F";
 }

 .mdi-sass:before {
     content: "\F7EB";
 }

 .mdi-satellite:before {
     content: "\F470";
 }

 .mdi-satellite-variant:before {
     content: "\F471";
 }

 .mdi-saxophone:before {
     content: "\F609";
 }

 .mdi-scale:before {
     content: "\F472";
 }

 .mdi-scale-balance:before {
     content: "\F5D1";
 }

 .mdi-scale-bathroom:before {
     content: "\F473";
 }

 .mdi-scanner:before {
     content: "\F6AA";
 }

 .mdi-school:before {
     content: "\F474";
 }

 .mdi-screen-rotation:before {
     content: "\F475";
 }

 .mdi-screen-rotation-lock:before {
     content: "\F476";
 }

 .mdi-screwdriver:before {
     content: "\F477";
 }

 .mdi-script:before {
     content: "\F478";
 }

 .mdi-sd:before {
     content: "\F479";
 }

 .mdi-seal:before {
     content: "\F47A";
 }

 .mdi-search-web:before {
     content: "\F70E";
 }

 .mdi-seat-flat:before {
     content: "\F47B";
 }

 .mdi-seat-flat-angled:before {
     content: "\F47C";
 }

 .mdi-seat-individual-suite:before {
     content: "\F47D";
 }

 .mdi-seat-legroom-extra:before {
     content: "\F47E";
 }

 .mdi-seat-legroom-normal:before {
     content: "\F47F";
 }

 .mdi-seat-legroom-reduced:before {
     content: "\F480";
 }

 .mdi-seat-recline-extra:before {
     content: "\F481";
 }

 .mdi-seat-recline-normal:before {
     content: "\F482";
 }

 .mdi-security:before {
     content: "\F483";
 }

 .mdi-security-home:before {
     content: "\F689";
 }

 .mdi-security-network:before {
     content: "\F484";
 }

 .mdi-select:before {
     content: "\F485";
 }

 .mdi-select-all:before {
     content: "\F486";
 }

 .mdi-select-inverse:before {
     content: "\F487";
 }

 .mdi-select-off:before {
     content: "\F488";
 }

 .mdi-selection:before {
     content: "\F489";
 }

 .mdi-selection-off:before {
     content: "\F776";
 }

 .mdi-send:before {
     content: "\F48A";
 }

 .mdi-send-secure:before {
     content: "\F7EC";
 }

 .mdi-serial-port:before {
     content: "\F65C";
 }

 .mdi-server:before {
     content: "\F48B";
 }

 .mdi-server-minus:before {
     content: "\F48C";
 }

 .mdi-server-network:before {
     content: "\F48D";
 }

 .mdi-server-network-off:before {
     content: "\F48E";
 }

 .mdi-server-off:before {
     content: "\F48F";
 }

 .mdi-server-plus:before {
     content: "\F490";
 }

 .mdi-server-remove:before {
     content: "\F491";
 }

 .mdi-server-security:before {
     content: "\F492";
 }

 .mdi-set-all:before {
     content: "\F777";
 }

 .mdi-set-center:before {
     content: "\F778";
 }

 .mdi-set-center-right:before {
     content: "\F779";
 }

 .mdi-set-left:before {
     content: "\F77A";
 }

 .mdi-set-left-center:before {
     content: "\F77B";
 }

 .mdi-set-left-right:before {
     content: "\F77C";
 }

 .mdi-set-none:before {
     content: "\F77D";
 }

 .mdi-set-right:before {
     content: "\F77E";
 }

 .mdi-settings:before {
     content: "\F493";
 }

 .mdi-settings-box:before {
     content: "\F494";
 }

 .mdi-shape:before {
     content: "\F830";
 }

 .mdi-shape-circle-plus:before {
     content: "\F65D";
 }

 .mdi-shape-outline:before {
     content: "\F831";
 }

 .mdi-shape-plus:before {
     content: "\F495";
 }

 .mdi-shape-polygon-plus:before {
     content: "\F65E";
 }

 .mdi-shape-rectangle-plus:before {
     content: "\F65F";
 }

 .mdi-shape-square-plus:before {
     content: "\F660";
 }

 .mdi-share:before {
     content: "\F496";
 }

 .mdi-share-variant:before {
     content: "\F497";
 }

 .mdi-shield:before {
     content: "\F498";
 }

 .mdi-shield-half-full:before {
     content: "\F77F";
 }

 .mdi-shield-outline:before {
     content: "\F499";
 }

 .mdi-ship-wheel:before {
     content: "\F832";
 }

 .mdi-shopping:before {
     content: "\F49A";
 }

 .mdi-shopping-music:before {
     content: "\F49B";
 }

 .mdi-shovel:before {
     content: "\F70F";
 }

 .mdi-shovel-off:before {
     content: "\F710";
 }

 .mdi-shredder:before {
     content: "\F49C";
 }

 .mdi-shuffle:before {
     content: "\F49D";
 }

 .mdi-shuffle-disabled:before {
     content: "\F49E";
 }

 .mdi-shuffle-variant:before {
     content: "\F49F";
 }

 .mdi-sigma:before {
     content: "\F4A0";
 }

 .mdi-sigma-lower:before {
     content: "\F62B";
 }

 .mdi-sign-caution:before {
     content: "\F4A1";
 }

 .mdi-sign-direction:before {
     content: "\F780";
 }

 .mdi-sign-text:before {
     content: "\F781";
 }

 .mdi-signal:before {
     content: "\F4A2";
 }

 .mdi-signal-2g:before {
     content: "\F711";
 }

 .mdi-signal-3g:before {
     content: "\F712";
 }

 .mdi-signal-4g:before {
     content: "\F713";
 }

 .mdi-signal-hspa:before {
     content: "\F714";
 }

 .mdi-signal-hspa-plus:before {
     content: "\F715";
 }

 .mdi-signal-off:before {
     content: "\F782";
 }

 .mdi-signal-variant:before {
     content: "\F60A";
 }

 .mdi-silverware:before {
     content: "\F4A3";
 }

 .mdi-silverware-fork:before {
     content: "\F4A4";
 }

 .mdi-silverware-spoon:before {
     content: "\F4A5";
 }

 .mdi-silverware-variant:before {
     content: "\F4A6";
 }

 .mdi-sim:before {
     content: "\F4A7";
 }

 .mdi-sim-alert:before {
     content: "\F4A8";
 }

 .mdi-sim-off:before {
     content: "\F4A9";
 }

 .mdi-sitemap:before {
     content: "\F4AA";
 }

 .mdi-skip-backward:before {
     content: "\F4AB";
 }

 .mdi-skip-forward:before {
     content: "\F4AC";
 }

 .mdi-skip-next:before {
     content: "\F4AD";
 }

 .mdi-skip-next-circle:before {
     content: "\F661";
 }

 .mdi-skip-next-circle-outline:before {
     content: "\F662";
 }

 .mdi-skip-previous:before {
     content: "\F4AE";
 }

 .mdi-skip-previous-circle:before {
     content: "\F663";
 }

 .mdi-skip-previous-circle-outline:before {
     content: "\F664";
 }

 .mdi-skull:before {
     content: "\F68B";
 }

 .mdi-skype:before {
     content: "\F4AF";
 }

 .mdi-skype-business:before {
     content: "\F4B0";
 }

 .mdi-slack:before {
     content: "\F4B1";
 }

 .mdi-sleep:before {
     content: "\F4B2";
 }

 .mdi-sleep-off:before {
     content: "\F4B3";
 }

 .mdi-smoking:before {
     content: "\F4B4";
 }

 .mdi-smoking-off:before {
     content: "\F4B5";
 }

 .mdi-snapchat:before {
     content: "\F4B6";
 }

 .mdi-snowflake:before {
     content: "\F716";
 }

 .mdi-snowman:before {
     content: "\F4B7";
 }

 .mdi-soccer:before {
     content: "\F4B8";
 }

 .mdi-soccer-field:before {
     content: "\F833";
 }

 .mdi-sofa:before {
     content: "\F4B9";
 }

 .mdi-solid:before {
     content: "\F68C";
 }

 .mdi-sort:before {
     content: "\F4BA";
 }

 .mdi-sort-alphabetical:before {
     content: "\F4BB";
 }

 .mdi-sort-ascending:before {
     content: "\F4BC";
 }

 .mdi-sort-descending:before {
     content: "\F4BD";
 }

 .mdi-sort-numeric:before {
     content: "\F4BE";
 }

 .mdi-sort-variant:before {
     content: "\F4BF";
 }

 .mdi-soundcloud:before {
     content: "\F4C0";
 }

 .mdi-source-branch:before {
     content: "\F62C";
 }

 .mdi-source-commit:before {
     content: "\F717";
 }

 .mdi-source-commit-end:before {
     content: "\F718";
 }

 .mdi-source-commit-end-local:before {
     content: "\F719";
 }

 .mdi-source-commit-local:before {
     content: "\F71A";
 }

 .mdi-source-commit-next-local:before {
     content: "\F71B";
 }

 .mdi-source-commit-start:before {
     content: "\F71C";
 }

 .mdi-source-commit-start-next-local:before {
     content: "\F71D";
 }

 .mdi-source-fork:before {
     content: "\F4C1";
 }

 .mdi-source-merge:before {
     content: "\F62D";
 }

 .mdi-source-pull:before {
     content: "\F4C2";
 }

 .mdi-soy-sauce:before {
     content: "\F7ED";
 }

 .mdi-speaker:before {
     content: "\F4C3";
 }

 .mdi-speaker-off:before {
     content: "\F4C4";
 }

 .mdi-speaker-wireless:before {
     content: "\F71E";
 }

 .mdi-speedometer:before {
     content: "\F4C5";
 }

 .mdi-spellcheck:before {
     content: "\F4C6";
 }

 .mdi-spotify:before {
     content: "\F4C7";
 }

 .mdi-spotlight:before {
     content: "\F4C8";
 }

 .mdi-spotlight-beam:before {
     content: "\F4C9";
 }

 .mdi-spray:before {
     content: "\F665";
 }

 .mdi-square:before {
     content: "\F763";
 }

 .mdi-square-inc:before {
     content: "\F4CA";
 }

 .mdi-square-inc-cash:before {
     content: "\F4CB";
 }

 .mdi-square-outline:before {
     content: "\F762";
 }

 .mdi-square-root:before {
     content: "\F783";
 }

 .mdi-stack-overflow:before {
     content: "\F4CC";
 }

 .mdi-stackexchange:before {
     content: "\F60B";
 }

 .mdi-stadium:before {
     content: "\F71F";
 }

 .mdi-stairs:before {
     content: "\F4CD";
 }

 .mdi-standard-definition:before {
     content: "\F7EE";
 }

 .mdi-star:before {
     content: "\F4CE";
 }

 .mdi-star-circle:before {
     content: "\F4CF";
 }

 .mdi-star-half:before {
     content: "\F4D0";
 }

 .mdi-star-off:before {
     content: "\F4D1";
 }

 .mdi-star-outline:before {
     content: "\F4D2";
 }

 .mdi-steam:before {
     content: "\F4D3";
 }

 .mdi-steering:before {
     content: "\F4D4";
 }

 .mdi-step-backward:before {
     content: "\F4D5";
 }

 .mdi-step-backward-2:before {
     content: "\F4D6";
 }

 .mdi-step-forward:before {
     content: "\F4D7";
 }

 .mdi-step-forward-2:before {
     content: "\F4D8";
 }

 .mdi-stethoscope:before {
     content: "\F4D9";
 }

 .mdi-sticker:before {
     content: "\F5D0";
 }

 .mdi-sticker-emoji:before {
     content: "\F784";
 }

 .mdi-stocking:before {
     content: "\F4DA";
 }

 .mdi-stop:before {
     content: "\F4DB";
 }

 .mdi-stop-circle:before {
     content: "\F666";
 }

 .mdi-stop-circle-outline:before {
     content: "\F667";
 }

 .mdi-store:before {
     content: "\F4DC";
 }

 .mdi-store-24-hour:before {
     content: "\F4DD";
 }

 .mdi-stove:before {
     content: "\F4DE";
 }

 .mdi-subdirectory-arrow-left:before {
     content: "\F60C";
 }

 .mdi-subdirectory-arrow-right:before {
     content: "\F60D";
 }

 .mdi-subway:before {
     content: "\F6AB";
 }

 .mdi-subway-variant:before {
     content: "\F4DF";
 }

 .mdi-summit:before {
     content: "\F785";
 }

 .mdi-sunglasses:before {
     content: "\F4E0";
 }

 .mdi-surround-sound:before {
     content: "\F5C5";
 }

 .mdi-surround-sound-2-0:before {
     content: "\F7EF";
 }

 .mdi-surround-sound-3-1:before {
     content: "\F7F0";
 }

 .mdi-surround-sound-5-1:before {
     content: "\F7F1";
 }

 .mdi-surround-sound-7-1:before {
     content: "\F7F2";
 }

 .mdi-svg:before {
     content: "\F720";
 }

 .mdi-swap-horizontal:before {
     content: "\F4E1";
 }

 .mdi-swap-vertical:before {
     content: "\F4E2";
 }

 .mdi-swim:before {
     content: "\F4E3";
 }

 .mdi-switch:before {
     content: "\F4E4";
 }

 .mdi-sword:before {
     content: "\F4E5";
 }

 .mdi-sword-cross:before {
     content: "\F786";
 }

 .mdi-sync:before {
     content: "\F4E6";
 }

 .mdi-sync-alert:before {
     content: "\F4E7";
 }

 .mdi-sync-off:before {
     content: "\F4E8";
 }

 .mdi-tab:before {
     content: "\F4E9";
 }

 .mdi-tab-plus:before {
     content: "\F75B";
 }

 .mdi-tab-unselected:before {
     content: "\F4EA";
 }

 .mdi-table:before {
     content: "\F4EB";
 }

 .mdi-table-column:before {
     content: "\F834";
 }

 .mdi-table-column-plus-after:before {
     content: "\F4EC";
 }

 .mdi-table-column-plus-before:before {
     content: "\F4ED";
 }

 .mdi-table-column-remove:before {
     content: "\F4EE";
 }

 .mdi-table-column-width:before {
     content: "\F4EF";
 }

 .mdi-table-edit:before {
     content: "\F4F0";
 }

 .mdi-table-large:before {
     content: "\F4F1";
 }

 .mdi-table-of-contents:before {
     content: "\F835";
 }

 .mdi-table-row:before {
     content: "\F836";
 }

 .mdi-table-row-height:before {
     content: "\F4F2";
 }

 .mdi-table-row-plus-after:before {
     content: "\F4F3";
 }

 .mdi-table-row-plus-before:before {
     content: "\F4F4";
 }

 .mdi-table-row-remove:before {
     content: "\F4F5";
 }

 .mdi-table-settings:before {
     content: "\F837";
 }

 .mdi-tablet:before {
     content: "\F4F6";
 }

 .mdi-tablet-android:before {
     content: "\F4F7";
 }

 .mdi-tablet-ipad:before {
     content: "\F4F8";
 }

 .mdi-taco:before {
     content: "\F761";
 }

 .mdi-tag:before {
     content: "\F4F9";
 }

 .mdi-tag-faces:before {
     content: "\F4FA";
 }

 .mdi-tag-heart:before {
     content: "\F68A";
 }

 .mdi-tag-multiple:before {
     content: "\F4FB";
 }

 .mdi-tag-outline:before {
     content: "\F4FC";
 }

 .mdi-tag-plus:before {
     content: "\F721";
 }

 .mdi-tag-remove:before {
     content: "\F722";
 }

 .mdi-tag-text-outline:before {
     content: "\F4FD";
 }

 .mdi-target:before {
     content: "\F4FE";
 }

 .mdi-taxi:before {
     content: "\F4FF";
 }

 .mdi-teamviewer:before {
     content: "\F500";
 }

 .mdi-telegram:before {
     content: "\F501";
 }

 .mdi-television:before {
     content: "\F502";
 }

 .mdi-television-box:before {
     content: "\F838";
 }

 .mdi-television-classic:before {
     content: "\F7F3";
 }

 .mdi-television-classic-off:before {
     content: "\F839";
 }

 .mdi-television-guide:before {
     content: "\F503";
 }

 .mdi-television-off:before {
     content: "\F83A";
 }

 .mdi-temperature-celsius:before {
     content: "\F504";
 }

 .mdi-temperature-fahrenheit:before {
     content: "\F505";
 }

 .mdi-temperature-kelvin:before {
     content: "\F506";
 }

 .mdi-tennis:before {
     content: "\F507";
 }

 .mdi-tent:before {
     content: "\F508";
 }

 .mdi-terrain:before {
     content: "\F509";
 }

 .mdi-test-tube:before {
     content: "\F668";
 }

 .mdi-text-shadow:before {
     content: "\F669";
 }

 .mdi-text-to-speech:before {
     content: "\F50A";
 }

 .mdi-text-to-speech-off:before {
     content: "\F50B";
 }

 .mdi-textbox:before {
     content: "\F60E";
 }

 .mdi-textbox-password:before {
     content: "\F7F4";
 }

 .mdi-texture:before {
     content: "\F50C";
 }

 .mdi-theater:before {
     content: "\F50D";
 }

 .mdi-theme-light-dark:before {
     content: "\F50E";
 }

 .mdi-thermometer:before {
     content: "\F50F";
 }

 .mdi-thermometer-lines:before {
     content: "\F510";
 }

 .mdi-thought-bubble:before {
     content: "\F7F5";
 }

 .mdi-thought-bubble-outline:before {
     content: "\F7F6";
 }

 .mdi-thumb-down:before {
     content: "\F511";
 }

 .mdi-thumb-down-outline:before {
     content: "\F512";
 }

 .mdi-thumb-up:before {
     content: "\F513";
 }

 .mdi-thumb-up-outline:before {
     content: "\F514";
 }

 .mdi-thumbs-up-down:before {
     content: "\F515";
 }

 .mdi-ticket:before {
     content: "\F516";
 }

 .mdi-ticket-account:before {
     content: "\F517";
 }

 .mdi-ticket-confirmation:before {
     content: "\F518";
 }

 .mdi-ticket-percent:before {
     content: "\F723";
 }

 .mdi-tie:before {
     content: "\F519";
 }

 .mdi-tilde:before {
     content: "\F724";
 }

 .mdi-timelapse:before {
     content: "\F51A";
 }

 .mdi-timer:before {
     content: "\F51B";
 }

 .mdi-timer-10:before {
     content: "\F51C";
 }

 .mdi-timer-3:before {
     content: "\F51D";
 }

 .mdi-timer-off:before {
     content: "\F51E";
 }

 .mdi-timer-sand:before {
     content: "\F51F";
 }

 .mdi-timer-sand-empty:before {
     content: "\F6AC";
 }

 .mdi-timer-sand-full:before {
     content: "\F78B";
 }

 .mdi-timetable:before {
     content: "\F520";
 }

 .mdi-toggle-switch:before {
     content: "\F521";
 }

 .mdi-toggle-switch-off:before {
     content: "\F522";
 }

 .mdi-tooltip:before {
     content: "\F523";
 }

 .mdi-tooltip-edit:before {
     content: "\F524";
 }

 .mdi-tooltip-image:before {
     content: "\F525";
 }

 .mdi-tooltip-outline:before {
     content: "\F526";
 }

 .mdi-tooltip-outline-plus:before {
     content: "\F527";
 }

 .mdi-tooltip-text:before {
     content: "\F528";
 }

 .mdi-tooth:before {
     content: "\F529";
 }

 .mdi-tor:before {
     content: "\F52A";
 }

 .mdi-tower-beach:before {
     content: "\F680";
 }

 .mdi-tower-fire:before {
     content: "\F681";
 }

 .mdi-towing:before {
     content: "\F83B";
 }

 .mdi-trackpad:before {
     content: "\F7F7";
 }

 .mdi-traffic-light:before {
     content: "\F52B";
 }

 .mdi-train:before {
     content: "\F52C";
 }

 .mdi-tram:before {
     content: "\F52D";
 }

 .mdi-transcribe:before {
     content: "\F52E";
 }

 .mdi-transcribe-close:before {
     content: "\F52F";
 }

 .mdi-transfer:before {
     content: "\F530";
 }

 .mdi-transit-transfer:before {
     content: "\F6AD";
 }

 .mdi-translate:before {
     content: "\F5CA";
 }

 .mdi-treasure-chest:before {
     content: "\F725";
 }

 .mdi-tree:before {
     content: "\F531";
 }

 .mdi-trello:before {
     content: "\F532";
 }

 .mdi-trending-down:before {
     content: "\F533";
 }

 .mdi-trending-neutral:before {
     content: "\F534";
 }

 .mdi-trending-up:before {
     content: "\F535";
 }

 .mdi-triangle:before {
     content: "\F536";
 }

 .mdi-triangle-outline:before {
     content: "\F537";
 }

 .mdi-trophy:before {
     content: "\F538";
 }

 .mdi-trophy-award:before {
     content: "\F539";
 }

 .mdi-trophy-outline:before {
     content: "\F53A";
 }

 .mdi-trophy-variant:before {
     content: "\F53B";
 }

 .mdi-trophy-variant-outline:before {
     content: "\F53C";
 }

 .mdi-truck:before {
     content: "\F53D";
 }

 .mdi-truck-delivery:before {
     content: "\F53E";
 }

 .mdi-truck-fast:before {
     content: "\F787";
 }

 .mdi-truck-trailer:before {
     content: "\F726";
 }

 .mdi-tshirt-crew:before {
     content: "\F53F";
 }

 .mdi-tshirt-v:before {
     content: "\F540";
 }

 .mdi-tumblr:before {
     content: "\F541";
 }

 .mdi-tumblr-reblog:before {
     content: "\F542";
 }

 .mdi-tune:before {
     content: "\F62E";
 }

 .mdi-tune-vertical:before {
     content: "\F66A";
 }

 .mdi-twitch:before {
     content: "\F543";
 }

 .mdi-twitter:before {
     content: "\F544";
 }

 .mdi-twitter-box:before {
     content: "\F545";
 }

 .mdi-twitter-circle:before {
     content: "\F546";
 }

 .mdi-twitter-retweet:before {
     content: "\F547";
 }

 .mdi-uber:before {
     content: "\F748";
 }

 .mdi-ubuntu:before {
     content: "\F548";
 }

 .mdi-ultra-high-definition:before {
     content: "\F7F8";
 }

 .mdi-umbraco:before {
     content: "\F549";
 }

 .mdi-umbrella:before {
     content: "\F54A";
 }

 .mdi-umbrella-outline:before {
     content: "\F54B";
 }

 .mdi-undo:before {
     content: "\F54C";
 }

 .mdi-undo-variant:before {
     content: "\F54D";
 }

 .mdi-unfold-less-horizontal:before {
     content: "\F54E";
 }

 .mdi-unfold-less-vertical:before {
     content: "\F75F";
 }

 .mdi-unfold-more-horizontal:before {
     content: "\F54F";
 }

 .mdi-unfold-more-vertical:before {
     content: "\F760";
 }

 .mdi-ungroup:before {
     content: "\F550";
 }

 .mdi-unity:before {
     content: "\F6AE";
 }

 .mdi-untappd:before {
     content: "\F551";
 }

 .mdi-update:before {
     content: "\F6AF";
 }

 .mdi-upload:before {
     content: "\F552";
 }

 .mdi-upload-multiple:before {
     content: "\F83C";
 }

 .mdi-upload-network:before {
     content: "\F6F5";
 }

 .mdi-usb:before {
     content: "\F553";
 }

 .mdi-van-passenger:before {
     content: "\F7F9";
 }

 .mdi-van-utility:before {
     content: "\F7FA";
 }

 .mdi-vanish:before {
     content: "\F7FB";
 }

 .mdi-vector-arrange-above:before {
     content: "\F554";
 }

 .mdi-vector-arrange-below:before {
     content: "\F555";
 }

 .mdi-vector-circle:before {
     content: "\F556";
 }

 .mdi-vector-circle-variant:before {
     content: "\F557";
 }

 .mdi-vector-combine:before {
     content: "\F558";
 }

 .mdi-vector-curve:before {
     content: "\F559";
 }

 .mdi-vector-difference:before {
     content: "\F55A";
 }

 .mdi-vector-difference-ab:before {
     content: "\F55B";
 }

 .mdi-vector-difference-ba:before {
     content: "\F55C";
 }

 .mdi-vector-intersection:before {
     content: "\F55D";
 }

 .mdi-vector-line:before {
     content: "\F55E";
 }

 .mdi-vector-point:before {
     content: "\F55F";
 }

 .mdi-vector-polygon:before {
     content: "\F560";
 }

 .mdi-vector-polyline:before {
     content: "\F561";
 }

 .mdi-vector-radius:before {
     content: "\F749";
 }

 .mdi-vector-rectangle:before {
     content: "\F5C6";
 }

 .mdi-vector-selection:before {
     content: "\F562";
 }

 .mdi-vector-square:before {
     content: "\F001";
 }

 .mdi-vector-triangle:before {
     content: "\F563";
 }

 .mdi-vector-union:before {
     content: "\F564";
 }

 .mdi-venmo:before {
     content: "\F578";
 }

 .mdi-verified:before {
     content: "\F565";
 }

 .mdi-vibrate:before {
     content: "\F566";
 }

 .mdi-video:before {
     content: "\F567";
 }

 .mdi-video-3d:before {
     content: "\F7FC";
 }

 .mdi-video-4k-box:before {
     content: "\F83D";
 }

 .mdi-video-input-antenna:before {
     content: "\F83E";
 }

 .mdi-video-input-component:before {
     content: "\F83F";
 }

 .mdi-video-input-hdmi:before {
     content: "\F840";
 }

 .mdi-video-input-svideo:before {
     content: "\F841";
 }

 .mdi-video-off:before {
     content: "\F568";
 }

 .mdi-video-switch:before {
     content: "\F569";
 }

 .mdi-view-agenda:before {
     content: "\F56A";
 }

 .mdi-view-array:before {
     content: "\F56B";
 }

 .mdi-view-carousel:before {
     content: "\F56C";
 }

 .mdi-view-column:before {
     content: "\F56D";
 }

 .mdi-view-dashboard:before {
     content: "\F56E";
 }

 .mdi-view-dashboard-variant:before {
     content: "\F842";
 }

 .mdi-view-day:before {
     content: "\F56F";
 }

 .mdi-view-grid:before {
     content: "\F570";
 }

 .mdi-view-headline:before {
     content: "\F571";
 }

 .mdi-view-list:before {
     content: "\F572";
 }

 .mdi-view-module:before {
     content: "\F573";
 }

 .mdi-view-parallel:before {
     content: "\F727";
 }

 .mdi-view-quilt:before {
     content: "\F574";
 }

 .mdi-view-sequential:before {
     content: "\F728";
 }

 .mdi-view-stream:before {
     content: "\F575";
 }

 .mdi-view-week:before {
     content: "\F576";
 }

 .mdi-vimeo:before {
     content: "\F577";
 }

 .mdi-violin:before {
     content: "\F60F";
 }

 .mdi-visualstudio:before {
     content: "\F610";
 }

 .mdi-vk:before {
     content: "\F579";
 }

 .mdi-vk-box:before {
     content: "\F57A";
 }

 .mdi-vk-circle:before {
     content: "\F57B";
 }

 .mdi-vlc:before {
     content: "\F57C";
 }

 .mdi-voice:before {
     content: "\F5CB";
 }

 .mdi-voicemail:before {
     content: "\F57D";
 }

 .mdi-volume-high:before {
     content: "\F57E";
 }

 .mdi-volume-low:before {
     content: "\F57F";
 }

 .mdi-volume-medium:before {
     content: "\F580";
 }

 .mdi-volume-minus:before {
     content: "\F75D";
 }

 .mdi-volume-mute:before {
     content: "\F75E";
 }

 .mdi-volume-off:before {
     content: "\F581";
 }

 .mdi-volume-plus:before {
     content: "\F75C";
 }

 .mdi-vpn:before {
     content: "\F582";
 }

 .mdi-vuejs:before {
     content: "\F843";
 }

 .mdi-walk:before {
     content: "\F583";
 }

 .mdi-wall:before {
     content: "\F7FD";
 }

 .mdi-wallet:before {
     content: "\F584";
 }

 .mdi-wallet-giftcard:before {
     content: "\F585";
 }

 .mdi-wallet-membership:before {
     content: "\F586";
 }

 .mdi-wallet-travel:before {
     content: "\F587";
 }

 .mdi-wan:before {
     content: "\F588";
 }

 .mdi-washing-machine:before {
     content: "\F729";
 }

 .mdi-watch:before {
     content: "\F589";
 }

 .mdi-watch-export:before {
     content: "\F58A";
 }

 .mdi-watch-import:before {
     content: "\F58B";
 }

 .mdi-watch-vibrate:before {
     content: "\F6B0";
 }

 .mdi-water:before {
     content: "\F58C";
 }

 .mdi-water-off:before {
     content: "\F58D";
 }

 .mdi-water-percent:before {
     content: "\F58E";
 }

 .mdi-water-pump:before {
     content: "\F58F";
 }

 .mdi-watermark:before {
     content: "\F612";
 }

 .mdi-waves:before {
     content: "\F78C";
 }

 .mdi-weather-cloudy:before {
     content: "\F590";
 }

 .mdi-weather-fog:before {
     content: "\F591";
 }

 .mdi-weather-hail:before {
     content: "\F592";
 }

 .mdi-weather-lightning:before {
     content: "\F593";
 }

 .mdi-weather-lightning-rainy:before {
     content: "\F67D";
 }

 .mdi-weather-night:before {
     content: "\F594";
 }

 .mdi-weather-partlycloudy:before {
     content: "\F595";
 }

 .mdi-weather-pouring:before {
     content: "\F596";
 }

 .mdi-weather-rainy:before {
     content: "\F597";
 }

 .mdi-weather-snowy:before {
     content: "\F598";
 }

 .mdi-weather-snowy-rainy:before {
     content: "\F67E";
 }

 .mdi-weather-sunny:before {
     content: "\F599";
 }

 .mdi-weather-sunset:before {
     content: "\F59A";
 }

 .mdi-weather-sunset-down:before {
     content: "\F59B";
 }

 .mdi-weather-sunset-up:before {
     content: "\F59C";
 }

 .mdi-weather-windy:before {
     content: "\F59D";
 }

 .mdi-weather-windy-variant:before {
     content: "\F59E";
 }

 .mdi-web:before {
     content: "\F59F";
 }

 .mdi-webcam:before {
     content: "\F5A0";
 }

 .mdi-webhook:before {
     content: "\F62F";
 }

 .mdi-webpack:before {
     content: "\F72A";
 }

 .mdi-wechat:before {
     content: "\F611";
 }

 .mdi-weight:before {
     content: "\F5A1";
 }

 .mdi-weight-kilogram:before {
     content: "\F5A2";
 }

 .mdi-whatsapp:before {
     content: "\F5A3";
 }

 .mdi-wheelchair-accessibility:before {
     content: "\F5A4";
 }

 .mdi-white-balance-auto:before {
     content: "\F5A5";
 }

 .mdi-white-balance-incandescent:before {
     content: "\F5A6";
 }

 .mdi-white-balance-iridescent:before {
     content: "\F5A7";
 }

 .mdi-white-balance-sunny:before {
     content: "\F5A8";
 }

 .mdi-widgets:before {
     content: "\F72B";
 }

 .mdi-wifi:before {
     content: "\F5A9";
 }

 .mdi-wifi-off:before {
     content: "\F5AA";
 }

 .mdi-wii:before {
     content: "\F5AB";
 }

 .mdi-wiiu:before {
     content: "\F72C";
 }

 .mdi-wikipedia:before {
     content: "\F5AC";
 }

 .mdi-window-close:before {
     content: "\F5AD";
 }

 .mdi-window-closed:before {
     content: "\F5AE";
 }

 .mdi-window-maximize:before {
     content: "\F5AF";
 }

 .mdi-window-minimize:before {
     content: "\F5B0";
 }

 .mdi-window-open:before {
     content: "\F5B1";
 }

 .mdi-window-restore:before {
     content: "\F5B2";
 }

 .mdi-windows:before {
     content: "\F5B3";
 }

 .mdi-wordpress:before {
     content: "\F5B4";
 }

 .mdi-worker:before {
     content: "\F5B5";
 }

 .mdi-wrap:before {
     content: "\F5B6";
 }

 .mdi-wrench:before {
     content: "\F5B7";
 }

 .mdi-wunderlist:before {
     content: "\F5B8";
 }

 .mdi-xamarin:before {
     content: "\F844";
 }

 .mdi-xamarin-outline:before {
     content: "\F845";
 }

 .mdi-xaml:before {
     content: "\F673";
 }

 .mdi-xbox:before {
     content: "\F5B9";
 }

 .mdi-xbox-controller:before {
     content: "\F5BA";
 }

 .mdi-xbox-controller-battery-alert:before {
     content: "\F74A";
 }

 .mdi-xbox-controller-battery-empty:before {
     content: "\F74B";
 }

 .mdi-xbox-controller-battery-full:before {
     content: "\F74C";
 }

 .mdi-xbox-controller-battery-low:before {
     content: "\F74D";
 }

 .mdi-xbox-controller-battery-medium:before {
     content: "\F74E";
 }

 .mdi-xbox-controller-battery-unknown:before {
     content: "\F74F";
 }

 .mdi-xbox-controller-off:before {
     content: "\F5BB";
 }

 .mdi-xda:before {
     content: "\F5BC";
 }

 .mdi-xing:before {
     content: "\F5BD";
 }

 .mdi-xing-box:before {
     content: "\F5BE";
 }

 .mdi-xing-circle:before {
     content: "\F5BF";
 }

 .mdi-xml:before {
     content: "\F5C0";
 }

 .mdi-xmpp:before {
     content: "\F7FE";
 }

 .mdi-yammer:before {
     content: "\F788";
 }

 .mdi-yeast:before {
     content: "\F5C1";
 }

 .mdi-yelp:before {
     content: "\F5C2";
 }

 .mdi-yin-yang:before {
     content: "\F67F";
 }

 .mdi-youtube-creator-studio:before {
     content: "\F846";
 }

 .mdi-youtube-gaming:before {
     content: "\F847";
 }

 .mdi-youtube-play:before {
     content: "\F5C3";
 }

 .mdi-youtube-tv:before {
     content: "\F448";
 }

 .mdi-zip-box:before {
     content: "\F5C4";
 }

 .mdi-blank:before {
     content: "\F68C";
     visibility: hidden;
 }

 .justified-gallery {
     overflow: hidden;
     position: relative;
     width: 100%;
 }

 .justified-gallery>a,
 .justified-gallery>div,
 .justified-gallery>figure {
     display: inline-block;
     opacity: 0.1;
     overflow: hidden;
     margin: 0;
     padding: 0;
     position: absolute;
 }

 .justified-gallery>a>a>img,
 .justified-gallery>a>img,
 .justified-gallery>div>a>img,
 .justified-gallery>div>img,
 .justified-gallery>figure>a>img,
 .justified-gallery>figure>img {
     border: none;
     left: 50%;
     margin: 0;
     opacity: 0;
     padding: 0;
     position: absolute;
     top: 50%;
 }

 .justified-gallery>a>.caption,
 .justified-gallery>div>.caption,
 .justified-gallery>figure>.caption {
     background-color: rgba(0, 0, 0, 0.4);
     bottom: 0;
     color: #fff;
     font-size: 12px;
     left: 0;
     margin: 0;
     padding: 8px 12px;
     position: absolute;
     right: 0;
 }

 .justified-gallery>.entry-visible {
     background: 0 0;
     opacity: 1;
 }

 .justified-gallery>.entry-visible>a>img,
 .justified-gallery>.entry-visible>img {
     opacity: 1;
     transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .justified-gallery>.jg-filtered {
     display: none;
 }

 .justified-gallery>.spinner {
     bottom: 0;
     left: 50%;
     margin-left: -24px;
     opacity: 1;
     overflow: initial;
     padding: 10px 0 10px 0;
     position: absolute;
 }

 .justified-gallery>.spinner>span {
     background-color: #000;
     border-radius: 6px;
     display: inline-block;
     height: 8px;
     margin: 0 4px 0 4px;
     opacity: 0;
     width: 8px;
 }

 .pswp {
     display: none;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     overflow: hidden;
     touch-action: none;
     z-index: 1500;
     backface-visibility: hidden;
     -webkit-text-size-adjust: 100%;
     -webkit-backface-visibility: hidden;
     outline: 0;
 }

 .pswp * {
     box-sizing: border-box;
 }

 .pswp img {
     max-width: none;
 }

 .pswp--animate_opacity {
     opacity: 0.001;
     will-change: opacity;
     transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
 }

 .pswp--open {
     display: block;
 }

 .pswp--zoom-allowed .pswp__img {
     cursor: -webkit-zoom-in;
     cursor: -moz-zoom-in;
     cursor: zoom-in;
 }

 .pswp--zoomed-in .pswp__img {
     cursor: -webkit-grab;
     cursor: -moz-grab;
     cursor: grab;
 }

 .pswp--dragging .pswp__img {
     cursor: -webkit-grabbing;
     cursor: -moz-grabbing;
     cursor: grabbing;
 }

 .pswp__bg {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #000;
     opacity: 0;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     will-change: opacity;
 }

 .pswp__scroll-wrap {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
 }

 .pswp__container,
 .pswp__zoom-wrap {
     touch-action: none;
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
 }

 .pswp__container,
 .pswp__img {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     -webkit-tap-highlight-color: transparent;
     -webkit-touch-callout: none;
 }

 .pswp__zoom-wrap {
     position: absolute;
     width: 100%;
     -webkit-transform-origin: left top;
     transform-origin: left top;
     transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
     transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
     transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
 }

 .pswp__bg {
     will-change: opacity;
     transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
 }

 .pswp--animated-in .pswp__bg,
 .pswp--animated-in .pswp__zoom-wrap {
     transition: none;
 }

 .pswp__container,
 .pswp__zoom-wrap {
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
 }

 .pswp__item {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     overflow: hidden;
 }

 .pswp__img {
     position: absolute;
     width: auto;
     height: auto;
     top: 0;
     left: 0;
 }

 .pswp__img--placeholder {
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
 }

 .pswp__img--placeholder--blank {
     background: #222;
 }

 .pswp--ie .pswp__img {
     width: 100% !important;
     height: auto !important;
     left: 0;
     top: 0;
 }

 .pswp__error-msg {
     position: absolute;
     left: 0;
     top: 50%;
     width: 100%;
     text-align: center;
     font-size: 14px;
     line-height: 16px;
     margin-top: -8px;
     color: #ccc;
 }

 .pswp__error-msg a {
     color: #ccc;
     text-decoration: underline;
 }

 .pswp__button {
     width: 44px;
     height: 44px;
     position: relative;
     background: 0 0;
     cursor: pointer;
     overflow: visible;
     -webkit-appearance: none;
     display: block;
     border: 0;
     padding: 0;
     margin: 0;
     float: right;
     opacity: 0.75;
     transition: opacity 0.2s;
     box-shadow: none;
 }

 .pswp__button:focus,
 .pswp__button:hover {
     opacity: 1;
 }

 .pswp__button:active {
     outline: 0;
     opacity: 0.9;
 }

 .pswp__button::-moz-focus-inner {
     padding: 0;
     border: 0;
 }

 .pswp__ui--over-close .pswp__button--close {
     opacity: 1;
 }

 .pswp__button,
 .pswp__button--arrow--left:before,
 .pswp__button--arrow--right:before {
     background: url(images/default-skin.png) 0 0 no-repeat;
     background-size: 264px 88px;
     width: 44px;
     height: 44px;
 }

 @media (-webkit-min-device-pixel-ratio: 1.1),
 (-webkit-min-device-pixel-ratio: 1.09375),
 (min-resolution: 105dpi),
 (min-resolution: 1.1dppx) {
     .pswp--svg .pswp__button,
     .pswp--svg .pswp__button--arrow--left:before,
     .pswp--svg .pswp__button--arrow--right:before {
         background-image: url(images/default-skin.svg);
     }
     .pswp--svg .pswp__button--arrow--left,
     .pswp--svg .pswp__button--arrow--right {
         background: 0 0;
     }
 }

 .pswp__button--close {
     background-position: 0 -44px;
 }

 .pswp__button--share {
     background-position: -44px -44px;
 }

 .pswp__button--fs {
     display: none;
 }

 .pswp--supports-fs .pswp__button--fs {
     display: block;
 }

 .pswp--fs .pswp__button--fs {
     background-position: -44px 0;
 }

 .pswp__button--zoom {
     display: none;
     background-position: -88px 0;
 }

 .pswp--zoom-allowed .pswp__button--zoom {
     display: block;
 }

 .pswp--zoomed-in .pswp__button--zoom {
     background-position: -132px 0;
 }

 .pswp--touch .pswp__button--arrow--left,
 .pswp--touch .pswp__button--arrow--right {
     visibility: hidden;
 }

 .pswp__button--arrow--left,
 .pswp__button--arrow--right {
     background: 0 0;
     top: 50%;
     margin-top: -50px;
     width: 70px;
     height: 100px;
     position: absolute;
 }

 .pswp__button--arrow--left {
     left: 0;
 }

 .pswp__button--arrow--right {
     right: 0;
 }

 .pswp__button--arrow--left:before,
 .pswp__button--arrow--right:before {
     content: "";
     top: 35px;
     background-color: rgba(0, 0, 0, 0.3);
     height: 30px;
     width: 32px;
     position: absolute;
 }

 .pswp__button--arrow--left:before {
     left: 6px;
     background-position: -138px -44px;
 }

 .pswp__button--arrow--right:before {
     right: 6px;
     background-position: -94px -44px;
 }

 .pswp__counter,
 .pswp__share-modal {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
 }

 .pswp__share-modal {
     display: block;
     background: rgba(0, 0, 0, 0.5);
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     padding: 10px;
     position: absolute;
     z-index: 1600;
     opacity: 0;
     transition: opacity 0.25s ease-out;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     will-change: opacity;
 }

 .pswp__share-modal--hidden {
     display: none;
 }

 .pswp__share-tooltip {
     z-index: 1620;
     position: absolute;
     background: #fff;
     top: 56px;
     border-radius: 2px;
     display: block;
     width: auto;
     right: 44px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
     -webkit-transform: translateY(6px);
     transform: translateY(6px);
     transition: -webkit-transform 0.25s;
     transition: transform 0.25s;
     transition: transform 0.25s, -webkit-transform 0.25s;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     will-change: transform;
 }

 .pswp__share-tooltip a {
     display: block;
     padding: 8px 12px;
     color: #000;
     text-decoration: none;
     font-size: 14px;
     line-height: 18px;
 }

 .pswp__share-tooltip a:hover {
     text-decoration: none;
     color: #000;
 }

 .pswp__share-tooltip a:first-child {
     border-radius: 2px 2px 0 0;
 }

 .pswp__share-tooltip a:last-child {
     border-radius: 0 0 2px 2px;
 }

 .pswp__share-modal--fade-in {
     opacity: 1;
 }

 .pswp__share-modal--fade-in .pswp__share-tooltip {
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .pswp--touch .pswp__share-tooltip a {
     padding: 16px 12px;
 }

 a.pswp__share--facebook:before {
     content: "";
     display: block;
     width: 0;
     height: 0;
     position: absolute;
     top: -12px;
     right: 15px;
     border: 6px solid transparent;
     border-bottom-color: #fff;
     -webkit-pointer-events: none;
     -moz-pointer-events: none;
     pointer-events: none;
 }

 a.pswp__share--facebook:hover {
     background: #3e5c9a;
     color: #fff;
 }

 a.pswp__share--facebook:hover:before {
     border-bottom-color: #3e5c9a;
 }

 a.pswp__share--twitter:hover {
     background: #55acee;
     color: #fff;
 }

 a.pswp__share--pinterest:hover {
     background: #ccc;
     color: #ce272d;
 }

 a.pswp__share--download:hover {
     background: #ddd;
 }

 .pswp__counter {
     position: absolute;
     left: 0;
     top: 0;
     height: 44px;
     font-size: 13px;
     line-height: 44px;
     color: #fff;
     opacity: 0.75;
     padding: 0 10px;
 }

 .pswp__caption {
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     min-height: 44px;
 }

 .pswp__caption small {
     font-size: 11px;
     color: #bbb;
 }

 .pswp__caption__center {
     text-align: center;
     max-width: 420px;
     margin: 0 auto;
     font-size: 13px;
     padding: 10px;
     line-height: 20px;
     color: #ccc;
 }

 .pswp__caption--empty {
     display: none;
 }

 .pswp__caption--fake {
     visibility: hidden;
 }

 .pswp__preloader {
     width: 44px;
     height: 44px;
     position: absolute;
     top: 0;
     left: 50%;
     margin-left: -22px;
     opacity: 0;
     transition: opacity 0.25s ease-out;
     will-change: opacity;
     direction: ltr;
 }

 .pswp__preloader__icn {
     width: 20px;
     height: 20px;
     margin: 12px;
 }

 .pswp__preloader--active {
     opacity: 1;
 }

 .pswp__preloader--active .pswp__preloader__icn {
     background: url(images/preloader.gif) 0 0 no-repeat;
 }

 .pswp--css_animation .pswp__preloader--active {
     opacity: 1;
 }

 .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
     -webkit-animation: clockwise 0.5s linear infinite;
     animation: clockwise 0.5s linear infinite;
 }

 .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
     -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
     animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
 }

 .pswp--css_animation .pswp__preloader__icn {
     background: 0 0;
     opacity: 0.75;
     width: 14px;
     height: 14px;
     position: absolute;
     left: 15px;
     top: 15px;
     margin: 0;
 }

 .pswp--css_animation .pswp__preloader__cut {
     position: relative;
     width: 7px;
     height: 14px;
     overflow: hidden;
 }

 .pswp--css_animation .pswp__preloader__donut {
     box-sizing: border-box;
     width: 14px;
     height: 14px;
     border: 2px solid #fff;
     border-radius: 50%;
     border-left-color: transparent;
     border-bottom-color: transparent;
     position: absolute;
     top: 0;
     left: 0;
     background: 0 0;
     margin: 0;
 }

 @media screen and (max-width: 1024px) {
     .pswp__preloader {
         position: relative;
         left: auto;
         top: auto;
         margin: 0;
         float: right;
     }
 }

 @-webkit-keyframes clockwise {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @keyframes clockwise {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
     100% {
         -webkit-transform: rotate(360deg);
         transform: rotate(360deg);
     }
 }

 @-webkit-keyframes donut-rotate {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
     50% {
         -webkit-transform: rotate(-140deg);
         transform: rotate(-140deg);
     }
     100% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
 }

 @keyframes donut-rotate {
     0% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
     50% {
         -webkit-transform: rotate(-140deg);
         transform: rotate(-140deg);
     }
     100% {
         -webkit-transform: rotate(0);
         transform: rotate(0);
     }
 }

 .pswp__ui {
     -webkit-font-smoothing: auto;
     visibility: visible;
     opacity: 1;
     z-index: 1550;
 }

 .pswp__top-bar {
     position: absolute;
     left: 0;
     top: 0;
     height: 44px;
     width: 100%;
 }

 .pswp--has_mouse .pswp__button--arrow--left,
 .pswp--has_mouse .pswp__button--arrow--right,
 .pswp__caption,
 .pswp__top-bar {
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     will-change: opacity;
     transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
 }

 .pswp--has_mouse .pswp__button--arrow--left,
 .pswp--has_mouse .pswp__button--arrow--right {
     visibility: visible;
 }

 .pswp__caption,
 .pswp__top-bar {
     background-color: rgba(0, 0, 0, 0.5);
 }

 .pswp__ui--fit .pswp__caption,
 .pswp__ui--fit .pswp__top-bar {
     background-color: rgba(0, 0, 0, 0.3);
 }

 .pswp__ui--idle .pswp__top-bar {
     opacity: 0;
 }

 .pswp__ui--idle .pswp__button--arrow--left,
 .pswp__ui--idle .pswp__button--arrow--right {
     opacity: 0;
 }

 .pswp__ui--hidden .pswp__button--arrow--left,
 .pswp__ui--hidden .pswp__button--arrow--right,
 .pswp__ui--hidden .pswp__caption,
 .pswp__ui--hidden .pswp__top-bar {
     opacity: 0.001;
 }

 .pswp__ui--one-slide .pswp__button--arrow--left,
 .pswp__ui--one-slide .pswp__button--arrow--right,
 .pswp__ui--one-slide .pswp__counter {
     display: none;
 }

 .pswp__element--disabled {
     display: none !important;
 }

 .pswp--minimal--dark .pswp__top-bar {
     background: 0 0;
 }

 .wpcf7 p {
     font-family: Graphik, sans-serif !important;
 }

 .wpcf7-form {
     margin: 30px 0;
 }

 .wpcf7-form label {
     display: block;
 }

 .wpcf7-form-control-wrap {
     display: block;
     margin-top: 5px;
 }

 div.wpcf7-response-output {
     background-color: #f4f4f4;
     border: 0;
     line-height: 1.2;
     margin: 30px 0 0;
     padding: 15px;
     text-align: center;
 }

 .video-responsive {
     position: relative;
 }

 .video-responsive video {
     position: relative;
     width: 100%
 }

 .video-responsive .text-video {
     font-size: 48px;
     color: #ffffff;
     top: 23%;
     position: absolute;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     line-height: 1.2;
     z-index: 9;
     font-family: utopia-std, serif;
     font-weight: normal !important;
     width: 65%;
 }
.text-video .v-title {
 	font-family: Circular,Arial,Helvetica,sans-serif;
 	font-weight: bold!important;
 	font-size: 42px;
    letter-spacing: -1px;
 }
 .web-accessibility h3 {
    font-size: 28px;
    font-family: Circular,Arial,Helvetica,sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
 }
 .web-accessibility p {
    font-size: 16px;
 }
 .card-chart {
    background: #fff;
    box-shadow: 0 12px 24px 1px rgb(0 0 0 / 20%);
    border-radius: 18px;
    padding: 20px 10px;
 }
 .video-responsive .main-intro,
 .video-responsive .popular-search {
     display: block;
     clear: both;
     width: 100%;
     font-size: 18px;
     font-family: 'Inter', sans-serif;
     padding: 30px 0 20px;
 }

 .list-item {
     width: 200px;
     height: auto;
     background: #fff;
     margin-left: 10px;
     padding: 10px 20px;
     border-radius: 20px;
     font-size: 16px;
     display: inline-block;
     text-align: left;
 }

 .list-item a {
     color: #333
 }

 .scroll {
     overflow-x: scroll;
     overflow-y: hidden;
     white-space: nowrap;
     width: auto;
     padding-left: 0;
     -webkit-overflow-scrolling: touch;
 }

 .scroll::before,
 .scroll::after {
     content: '';
     width: 0;
 }

 .gallery {
     padding: 1rem;
     display: grid;
     grid-template-columns: repeat(10, 10vw);
     grid-template-rows: 1fr;
     grid-column-gap: 1rem;
     grid-row-gap: 1rem;
     overflow: scroll;
     height: 50px;
     scroll-snap-type: both mandatory;
     scroll-padding: 1rem;
     scroll-behavior: smooth;
 }

 .gallery .active {
     scroll-snap-type: unset;
 }

 .gallery li {
     scroll-snap-align: center;
     display: inline-block;
     border-radius: 3px;
     font-size: 0;
 }

 .horizontal-scroll {
     width: 80%;
     margin: 20px auto;
     display: flex;
     gap: 10px;
     height: 45px;
     overflow-x: auto;
     scroll-snap-type: x mandatory;
     scrollbar-width: none;
 }

 .horizontal-scroll::-webkit-scrollbar {
     display: none;
 }

 .horizontal-scroll__item {
     align-items: center;
     background-color: white;
     border: none;
     display: flex;
     flex: 0 0 200px;
     font-size: 16px;
     justify-content: space-around;
     scroll-snap-align: start;
     border-radius: 20px;
 }

 .horizontal-scroll__item a {
     align-items: center;
     display: flex;
     flex: 0 0 200px;
     justify-content: space-around;
     scroll-snap-align: start;
     color: #000
 }

 .video-responsive::after {
     content: "";
     position: absolute;
     bottom: 0;
     background: rgba(0, 0, 0, 0.82);
     left: 0;
     width: 100%;
     height: 100%;
 }

 .video-responsive .wizardinfosys_autosearch_wrapper {
     width: 80%;
     margin: auto;
 }

 .video-responsive .wp_autosearch_form_wrapper,
 .video-responsive input {
     border-radius: 30px;
     border: none !important;
 }

 .video-responsive input {
     padding-left: 50px !important;
 }

 .wp_autosearch_form_wrapper i {
     position: absolute;
     color: rgba(189, 189, 189);
     left: 15px;
     font-size: 26px;
     top: 10px
 }

 .wp_autosearch_suggestions {
     max-height: 40vh !important;
     overflow: auto !important;
     box-shadow: 4px 4px 80px rgb(55 56 69 / 20%) !important;
     border-radius: 8px !important;
     margin-top: 10px !important;
 }

 .wp_autosearch_suggestions img {
     display: none !important
 }

 .wp_autosearch_suggestions ul li a {
     font-size: 16px !important;
     padding: 15px !important;
 }

 .wp_autosearch_suggestions .searchheading {
     font-weight: normal !important;
     overflow: hidden !important;
     text-overflow: ellipsis !important;
     display: -webkit-box !important;
     -webkit-box-orient: vertical !important;
     -webkit-line-clamp: 1 !important;
     white-space: pre-wrap !important;
     line-height: 1.3 !important;
 }

 .wp_autosearch_suggestions a.wp_autosearch_more {
     background: #df072e !important;
     padding: 20px 10px !important;
 }

 .wp_autosearch_suggestions a.wp_autosearch_category {
     background: #f6a61f !important;
     color: #000 !important
 }

 .hero {
     background-color: #f4f4f4;
     background-position: center;
     background-size: cover;
     display: flex;
     /*height: calc(60vh - 80px);*/
     height: calc(34vh - 0px);
     position: relative;
 }

 .hero-slider .slider-item:before,
 .hero:before {
     background: rgba(0, 0, 0, 0.72);
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .hero.dark:before {
     background-color: #000;
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .hero .lazyloaded:before,
 .hero.lazyloaded:before {
     opacity: 0.75;
 }

 .hero .container {
     align-items: flex-end;
     display: flex;
     flex-grow: 1;
     position: relative;
 }

 .hero .entry-header {
     margin: 0 auto 60px;
     width: 70%;
     display: block;
     text-align: center;
 }

 .hero .entry-header.single {
     width: 100%;
 }

 .hero .entry-header .entry-meta {
     margin-bottom: 10px;
 }

 .hero .entry-header .entry-title {
     font-size: 40px;
 }

 .hero-heading {
     color: #fff;
     font-size: 48px;
     font-weight: 900;
     font-family: utopia-std, serif;
 }

 .hero-subheading {
     color: #fff;
     font-size: 17px;
     font-style: italic;
     line-height: 20px;
     margin-top: 15px;
 }

 .hero-full .hero,
 .hero-full .hero.dark {
     height: 100vh;
 }

 .hero.dark #breadcrumbs li {
     display: none;
 }

 .hero.dark #breadcrumbs li:last-child {
     display: block;
     text-transform: uppercase;
     font-weight: 700;
     font-size: 12px;
     color: #fff;
     letter-spacing: .8px;
     color: #bdbdbd
 }

 .hero.dark #breadcrumbs li:last-child a {
     color: #bdbdbd
 }

 .hero.dark .entry-title {
     text-align: left;
     margin-right: 25%;
 }

 .hero.dark .hero-subheading {
     position: relative;
     line-height: inherit;
     text-align: left;
     font-style: normal;
     padding-right: 40%;
     margin-top: 20px;
     font-weight: normal;
 }

 .hero.dark .entry-meta {
     position: relative;
     padding-top: 45px;
     margin-top: 45px;
 }

 .hero.dark .entry-meta:before {
     content: " ";
     display: block;
     position: absolute;
     top: 0;
     right: 0;
     left: 0;
     background-color: #b1863d;
     height: 1px;
     opacity: .5;
 }

 .hero.dark .entry-meta div {
     text-align: left
 }

 .hero.dark .entry-meta .headline-box {
     display: flex;
     justify-content: space-between;
     width: 75%;
 }

 .hero.dark .entry-meta .headline-item .sub-program-title {
     text-transform: uppercase;
     font-size: 11px;
     letter-spacing: .8px;
     padding-bottom: 6px;
 }

 .hero.dark .entry-meta .headline-item .sub-program {
     font-weight: 799;
     font-size: 16px;
 }

 .hero-audio .hero,
 .hero-video .hero {
     background-color: #000;
     display: block;
     height: auto !important;
 }

 .hero-audio .hero .lazyloaded:before,
 .hero-audio .hero.lazyloaded:before,
 .hero-video .hero .lazyloaded:before,
 .hero-video .hero.lazyloaded:before {
     opacity: 0.6;
 }

 .hero-audio.navbar-sticky_transparent .hero,
 .hero-audio.navbar-transparent .hero,
 .hero-video.navbar-sticky_transparent .hero,
 .hero-video.navbar-transparent .hero {
     padding-top: 80px;
 }

 .hero-media {
     padding: 60px 0;
     position: relative;
 }

 .hero-slider {
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }

 .hero-slider .slider-item {
     background-position: center;
     background-size: cover;
     display: flex;
 }

 .hero-slider,
 .hero-slider .owl-item,
 .hero-slider .owl-stage,
 .hero-slider .owl-stage-outer,
 .hero-slider .slider-item {
     height: 100%;
 }

 .hero-slider.owl .owl-next,
 .hero-slider.owl .owl-prev {
     margin-top: -15px;
     top: 50%;
 }

 .hero-slider.owl .owl-prev {
     left: 30px;
     right: autor;
 }

 .hero-slider.owl .owl-next {
     right: 30px;
 }

 .navbar-regular.hero-full .hero,
 .navbar-sticky.hero-full:not(.navbar-sticky_transparent) .hero {
     height: calc(100vh - 80px);
 }

 .navbar-regular.hero-full .hero.dark,
 .navbar-sticky.hero-full:not(.navbar-sticky_transparent) .hero.dark {
     height: calc(100vh - 80px);
 }

 @media (max-width: 767px) {
     .page-template-page-modular .hero {
         margin-bottom: 15px;
     }
     .hero .entry-header {
         margin-bottom: 30px;
     }
     .hero.dark .entry-header {
         margin-bottom: 0;
     }
     .hero .entry-header .entry-title,
     .hero-heading {
         font-size: 25px;
     }
     .hero-subheading {
         margin-top: 10px;
     }
 }

 .site-header {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     background-color: transparent;
     border-bottom: 1px solid rgb(255 255 255 / .2);
     color: #1e1e1e;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), box-shadow 0.5s cubic-bezier(0.77, 0, 0.175, 1), transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     z-index: 80;
 }

 .navbar-full .site-header {
     padding: 0 30px;
 }

 .slide-now .site-header {
     box-shadow: none;
     -webkit-transform: translateY(-80px);
     transform: translateY(-80px);
 }

 .header-gap {
     height: 80px;
 }

 .navbar {
     align-items: center;
     display: flex;
     height: 90px;
 }

 .navbar .main-menu {
     display: flex;
     justify-content: end;
     align-items: center;
 }

 .navbar .sep {
     display: flex;
     height: 100%;
     margin: 0 0 0 20px;
     width: 1px;
 }

 .navbar .sep:after {
     background: rgba(255, 255, 255, .2);
     content: "";
     height: 50%;
     margin: auto;
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     width: 100%;
 }

 .single-setiap-saat .navbar .sep:after,
 .single-berkala .navbar .sep:after,
 .single-jdih .navbar .sep:after {
     background: rgba(0, 0, 0, .2);
 }

 .navbar .menu-item,
 .topnav .menu-item {
     display: inline-block;
     position: relative;
 }

 .navbar .menu-item>a,
 .topnav .menu-item>a {
     display: block;
     font-weight: 700;
     letter-spacing: 0.2px;
     text-transform: none;
 }

 .navbar .menu-item>a .emoji {
     margin-left: 0 !important;
     margin-right: 5px !important;
 }

 .navbar .menu-item.menu-item-has-children>a:after {
     color: #fff;
     content: "\f140";
     font-family: "Material Design Icons";
     font-size: 13px;
     font-weight: 400;
     margin-left: 5px;
     transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .single-setiap-saat .navbar .menu-item.menu-item-has-children>a:after,
 .single-berkala .navbar .menu-item.menu-item-has-children>a:after,
 .single-jdih .navbar .menu-item.menu-item-has-children>a:after {
     color: #000;
 }

 .topnav .menu-item.menu-item-has-children>a:after {
     color: #fff;
     content: "\f140";
     font-family: "Material Design Icons";
     font-size: 13px;
     font-weight: 400;
     margin-left: 5px;
     transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .navbar .menu-item:hover>.sub-menu,
 .topnav .menu-item:hover>.sub-menu {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
     visibility: visible;
 }

 .navbar .nav-list>.menu-item>a {
     font-size: 12px;
     line-height: 81px;
     margin: 0 12px;
     transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     color: #fff;
 }

 .single-setiap-saat .navbar .nav-list>.menu-item>a,
 .single-berkala .navbar .nav-list>.menu-item>a,
 .single-jdih .navbar .nav-list>.menu-item>a {
     color: #000
 }

 .navbar .sub-menu {
     background-color: rgba(16, 24, 32);
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
     list-style-type: none;
     margin: 18px 0 0 -18px;
     min-width: 310px;
     opacity: 0;
     padding: 20px 0;
     position: absolute;
     top: 100%;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
     transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     visibility: hidden;
     z-index: 9999;
     border-radius: 20px
 }

 .topnav .sub-menu {
     background-color: #256b50;
     box-shadow: 0 0 20px rgb(0 0 0 / 20%);
     list-style-type: none;
     margin: 2px 0 0 -18px;
     min-width: 240px;
     opacity: 0;
     padding: 8px 0;
     position: absolute;
     top: 100%;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
     transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     visibility: hidden;
     z-index: 80;
 }

 .topnav .wpml-ls-current-language .sub-menu {
     min-width: 160px !important;
 }

 .navbar .sub-menu .menu-item,
 .topnav .sub-menu .menu-item {
     display: block;
 }

 .topnav .sub-menu .menu-item>a {
     align-items: center;
     display: flex;
     font-size: 11.5px;
     font-weight: 700;
     line-height: 1.2rem;
     padding: 9px 30px;
     transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .navbar .sub-menu .menu-item>a {
     align-items: center;
     display: flex;
     font-size: 14px;
     line-height: 1.2rem;
     padding: 9px 30px;
     transition: -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.3s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .navbar .sub-menu .menu-item>a:hover,
 .topnav .sub-menu .menu-item>a:hover {
     opacity: 1;
     -webkit-transform: translateX(5px);
     transform: translateX(5px);
 }

 .navbar .sub-menu .menu-item.menu-item-has-children>a,
 .topnav .sub-menu .menu-item.menu-item-has-children>a {
     justify-content: space-between;
 }

 .navbar .sub-menu .menu-item.menu-item-has-children>a:after,
 .topnav .sub-menu .menu-item.menu-item-has-children>a:after {
     content: "\f142";
     line-height: 1;
     margin-right: -4px;
 }

 .navbar .sub-menu .sub-menu,
 .topnav .sub-menu .sub-menu {
     left: 100%;
     margin: -20px 0 0;
     top: 0;
 }

 .navbar .actions {
     display: flex;
     flex-grow: 1;
     justify-content: flex-end;
 }

 .navbar .actions>div+div {
     margin-left: 5px;
 }

 .navbar .navbar-button,
 .off-canvas .canvas-close {
     align-items: center;
     border: 1px solid #aaaaaa;
     border-radius: 50%;
     color: #fff;
     cursor: pointer;
     display: flex;
     font-size: 16px;
     height: 30px;
     justify-content: center;
     transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     width: 30px;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .site-header,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .site-header {
     background-color: transparent;
     box-shadow: none;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .logo.text,
 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .logo.text,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a {
     color: #fff;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .logo.regular,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .logo.regular {
     opacity: 0;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .logo.contrary,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .logo.contrary {
     opacity: 1;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .sep:after,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .sep:after {
     background-color: rgba(255, 255, 255, 0.3);
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a:after,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .nav-list>.menu-item>a:after {
     color: rgba(255, 255, 255, 0.6);
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .burger,
 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .navbar-button,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .burger,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .navbar-button {
     background-color: #fff;
     border-color: #fff;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field {
     background-color: transparent;
     color: #fff;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-webkit-input-placeholder,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-webkit-input-placeholder {
     color: #fff;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-moz-placeholder,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field::-moz-placeholder {
     color: #fff;
 }

 .navbar-sticky_transparent.with-hero:not(.navbar-sticky):not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field:-ms-input-placeholder,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .navbar .main-search .search-field:-ms-input-placeholder {
     color: #fff;
 }

 .navbar-sticky_transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .header-gap,
 .navbar-transparent.with-hero:not(.ads-before-header):not(.ads-after-header) .header-gap {
     height: 0;
 }

 .navbar-sticky:not(.ads-before-header) .site-header .navbar.primary,
 .navbar-sticky_transparent:not(.ads-before-header) .site-header .navbar.primary,
 .stick-now .site-header .navbar.primary {
     position: fixed !important;
 }

 .navbar-hidden .navbar .logo {
     margin-right: 0;
 }

 .navbar-hidden .navbar .sep {
     display: none;
 }

 @media (max-width: 991px) {
     .navbar .sep {
         display: none;
     }
 }

 .navbar .menu-item-mega:hover .mega-menu,
 .navbar .menu-item-mega:hover .sub-menu {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
     visibility: visible;
 }

 .navbar .menu-item-mega-v2:hover .mega-menu,
 .navbar .menu-item-mega-v2:hover .sub-menu {
     opacity: 1;
     -webkit-transform: translateY(0);
     transform: translateY(0);
     visibility: visible;
 }

 .mega-menu {
     background-color: #fff;
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
     left: 0;
     opacity: 0;
     position: absolute;
     right: 0;
     top: 100%;
     -webkit-transform: translateY(5px);
     transform: translateY(5px);
     transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     visibility: hidden;
     z-index: 80;
 }

 .mega-menu .menu-posts {
     padding: 30px 30px 80px;
 }

 .mega-menu .entry-media {
     margin-bottom: 20px;
 }

 .mega-menu .owl .owl-next,
 .mega-menu .owl .owl-prev {
     bottom: 20px;
     top: auto;
 }

 .mega-menu .owl .owl-prev {
     right: 62px;
 }

 .mega-menu .owl .owl-next {
     right: 30px;
 }

 .navbar .menu-item-mega {
     position: static;
 }

 .navbar .menu-item-mega-v2 {
     position: static;
 }

 .navbar .menu-item-mega>.sub-menu {
     left: 0;
     margin: 0;
     padding: 40px 0;
     right: 0;
 }

 .navbar .menu-item-mega-v2>.sub-menu {
     left: 0;
     margin: 0;
     padding: 40px 0;
     right: 0;
 }

 .navbar .menu-item-mega>.sub-menu>.menu-item>a {
     color: #aaa;
     font-size: 13px;
     line-height: 1.2rem;
     margin-bottom: 5px;
     pointer-events: none;
     text-transform: uppercase;
     font-weight: 900;
     letter-spacing: 1px;
 }

 .navbar .menu-item-mega-v2>.sub-menu>.menu-item>a {
     color: #aaa;
     font-size: 13px;
     line-height: 1.2rem;
     margin-bottom: 5px;
     pointer-events: none;
     text-transform: uppercase;
     font-weight: 900;
     letter-spacing: 1px;
 }

 .navbar .menu-item-mega>.sub-menu .menu-item-has-children>a:after {
     display: none;
 }

 .navbar .menu-item-mega-v2>.sub-menu .menu-item-has-children>a:after {
     display: none;
 }

 .navbar .menu-item-mega>.sub-menu .sub-menu {
     box-shadow: none;
     margin: 0;
     min-width: auto;
     opacity: 1;
     padding: 0;
     position: static;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .navbar .menu-item-mega-v2>.sub-menu .sub-menu {
     box-shadow: none;
     margin: 0;
     min-width: auto;
     opacity: 1;
     padding: 0;
     position: static;
     -webkit-transform: translateY(0);
     transform: translateY(0);
 }

 .navbar .menu-item-mega>.sub-menu .sub-menu .sub-menu {
     display: none;
 }

 .navbar .menu-item-mega-v2>.sub-menu .sub-menu .sub-menu {
     display: none;
 }

 .navbar .sub-menu .menu-item>a {
     font-family: 'Inter', sans-serif;
     font-weight: 500;
     text-align: left;
     color: #fff;
     line-height: 1.4;
 }

 .navbar .nav-list.top-list {
     display: inline-block;
     padding-bottom: 10px;
 }

 #menu-utama {
     margin-bottom: 5px
 }

 .navbar .nav-list.top-list>.menu-item>a {
     line-height: 0;
     color: #767676;
     font-size: .72em;
     font-weight: 700;
     letter-spacing: 0.05em;
     text-transform: uppercase;
 }

 .navbar .menu-item-language .sub-menu {
     min-width: 110px;
 }

 .navbar .nav-list>.menu-item>a {
     line-height: 0;
     font-size: 16px;
     font-weight: 900;
     text-transform: none;
 }

 .navbar .nav-list>.menu-item-has-children>a {
     cursor: default;
 }

 li.search-open a {
     color: #333;
     padding: 0 12px;
     margin: 0 !important;
     font-size: 17px !important;
 }

 li.endowment a {
     background: transparent;
     padding: 15px 10px;
     border: 1px solid #d1d1d1;
 }

 li.international a {
     background: #c7dbf4;
     padding: 15px 10px;
     color: #284586 !important;
     font-weight: 700 !important;
     margin-left: 0px !important
 }

 li.endowment-mobile a {
     background: transparent;
     padding: 8px 10px;
     width: 100%;
     border: 1px solid #bdbdbd;
     text-align: center;
 }

 li.international-mobile a {
     background: #c7dbf4;
     padding: 8px 10px;
     color: #284586 !important;
     width: 100%;
     text-align: center;
 }

 li.burger {
     border: none;
     height: auto;
     width: auto;
 }

 .select2-search {
     width: 100%
 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     color: #686868 !important;
 }

 .site-main .section:first-child {
     padding-top: 0;
     padding-bottom: 70px;
 }

 .hrnews::after {
     content: "";
     display: block;
     height: 1px;
     width: 100%;
     background-image: -webkit-gradient(linear, left top, right top, color-stop(40%, #6c6c6c), color-stop(20%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(40%, #6c6c6c), color-stop(20%, rgba(255, 255, 255, 0)));
     background-image: linear-gradient(90deg, #6c6c6c 40%, rgba(255, 255, 255, 0) 20%), linear-gradient(90deg, #6c6c6c 40%, rgba(255, 255, 255, 0) 20%);
     background-position: top;
     background-repeat: repeat-x;
     background-size: 4px 1px;
     border: none;
 }

 .search-btn {
     background: transparent;
     color: #fff;
     display: flex;
     align-items: center;
     font-size: 16px;
     font-weight: 600;
     justify-content: center;
 }

 .search-btn {
     color: #000;
 }

 .search-btn i {
     font-weight: 900;
     font-size: 20px;
 }

 .search-btn i.mdi-magnify {
     margin-right: 7px
 }

 .burger {
     display: flex;
     align-items: center;
     font-size: 16px;
     font-weight: 600;
     background: #000;
     fill: #fff;
     height: 80px;
     color: #fff;
     border-left: 1px solid #292c2f;
     width: 150px;
     justify-content: center;
 }

 .burger svg {
     margin-right: 10px;
     color: #fff;
 }

 @media (max-width: 767px) {
     .home .site-header .container {
         position: relative;
     }
     .burger {
         background-color: #000;
         border-left: 1px solid #292c2f !important;
         cursor: pointer;
         height: 70px;
         position: relative;
         transition: background-color 0.5s cubic-bezier(0.77, 0, 0.175, 1), border-color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
         width: 60px;
     }
     .burger svg,
     .search-open i.mdi-magnify {
         margin-right: 0;
         font-size: 26px
     }
     .navbar .navbar-button {
         background: #000;
         height: 70px;
         border-radius: 0;
         width: 60px;
     }
     .welang-mobile {
         display: flex;
         justify-content: center;
         background: #f6a61f;
         width: 55px;
         color: #303030;
         border-left: 0px;
         height: 70px;
         align-items: center;
         font-size: 19px;
     }
     .welang-mobile .country-selector a {
         font-weight: 600;
         font-family: 'Inter', sans-serif;
     }
     .m-burger {
         display: none
     }
     .m-canvas .widget ul li>a {
         font-size: 11px;
         font-weight: 700;
         text-transform: uppercase;
         letter-spacing: 0.2px;
         line-height: 1;
         outline: 0;
         padding: 10px 0;
     }
     .wp-block-media-text .wp-block-media-text__content {
         padding: 20px 0 !important;
     }
     .wp-block-media-text .has-large-font-size {
         font-size: 28px !important;
         line-height: 1.35;
     }
     .wp-block-media-text {
         margin-bottom: 0 !important;
     }
 }

 @media (min-width: 992px) {
     .actions .burger,
     .actions .navbar-button {
         display: none;
     }
 }

 .logo-wrapper {
     position: relative;
 }

 .logo:not(.text) {
     transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .logo.contrary {
     left: 0;
     top: 0;
 }

 .logo.text {
     font-size: 20px;
     font-weight: 900;
     letter-spacing: 2px;
     text-transform: uppercase;
     transition: color 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .logo-wrapper .logo {
     width: 55px;
 }

 .sep-title {
     padding-left: 10px;
 }

 .sep-title .sub-unit {
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: .1px;
    font-weight: bold;
    line-height: 30px;
 }

 .sep-title .main-title {
    display: block;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 0.54px;
 }

 .sep-title .main-address {
     font-size: 15.5px;
 }

 .main-menu {
     flex: 99;
     text-align: right;
 }

 .section {
     padding-bottom: 60px;
     padding-top: 60px;
 }

 .section-ontop {
     padding-bottom: 0;
     padding-top: 30px;
 }

 .modular-title-1 .section-title {
     font-size: 33px;
     font-weight: bold;
     letter-spacing: -1px;
     margin-bottom: 60px;
     text-transform: none;
     font-family: Circular,Arial,Helvetica,sans-serif;
 }

 .modular-title-1 .section-explore {
     display: flex;
     flex-direction: row;
     align-items: center;
 }

 .section-explore>span {
     font-size: 20px;
     font-weight: 500;
     font-style: italic;
     padding: 10px 30px;
     border-left: thin solid #d1d1d1;
     margin-left: 30px;
 }

 .modular-title-2 .section-title {
     font-size: 2.4rem;
     font-weight: 900;
     letter-spacing: 0.2px;
     margin-bottom: 40px;
     position: relative;
     text-align: left;
     text-transform: none;
 }

 .modular-title-2 .section-title span {
     position: relative;
     z-index: 10;
 }

 .modular-title-3 .section-title {
     font-size: 12px;
     letter-spacing: 0.2px;
     margin-bottom: 50px;
     position: relative;
     text-transform: uppercase;
 }

 .modular-title-3 .section-title:after {
     background-color: var(--accent-color);
     bottom: -15px;
     content: "";
     height: 3px;
     left: 0;
     position: absolute;
     width: 20px;
 }

 .content-landing {
     max-width: 80%;
     margin: 0 auto;
 }

 .content-landing .section-landing {
     font-size: 42px;
     font-family: Circular,Arial,Helvetica,sans-serif;
     text-align: center;
     font-weight: bold;
     letter-spacing: -1px;
 }

 .content-landing p {
     text-align: center;
     font-size: 16px;
 }

 .regards {
     display: flex;
     align-items: end;
 }

 .regards .col-md-6:first-child {
     padding-right: 25px
 }

 .regards .col-md-6:last-child {
     padding-left: 25px
 }

 .regards .job-title {
     font-size: 14px;
     text-transform: uppercase;
     font-weight: 600;
     letter-spacing: .7px;
 }

 .regards h3 {
     font-family: utopia-std, serif;
     font-size: 33px;
     padding: 15px 0 0;
 }

 .regards p {
     font-size: 16px;
 }

 .regards a,
 .fun-fact a,
 .news a.wd-button {
     font-size: 16px;
     font-weight: 600;
     display: flex;
     align-items: center;
 }

 .regards a i,
 .fun-fact a i,
 .news a.wd-button i {
     background: #656f77;
     border: 1px solid #656f77;
     height: 35px;
     width: 35px;
     display: inline-flex;
     border-radius: 50%;
     justify-content: center;
     align-items: center;
     font-size: 24px;
     margin-right: 10px;
     color: #fff;
 }

 .fun-fact .card {
     background: rgb(255, 255, 255, .1);
     border-radius: 18px;
     box-shadow: 0 12px 24px 1px rgb(0 0 0 / 20%);
     padding: 80px 25px 30px;
     position: relative;
 }

 .fun-fact .card a.btn-card {
     background-image: linear-gradient(180deg, #4b8dff, #4058ff);
     display: inline-block;
     letter-spacing: 0;
     text-transform: none;
     font-family: 'Inter', sans-serif;
     margin: 20px 0 10px;
     box-shadow: 0 4px 4px 0 rgb(18 23 34 / 1%), 0 1px 1px 0 rgb(18 23 34 / 17%), inset 0 0 0 0.5px rgb(16 29 117 / 11%);
 }

 .fun-fact img {
     padding: 0;
     position: absolute;
     top: -40px;
     max-width: 115px;
     backdrop-filter: blur(5px);
     -webkit-backdrop-filter: blur(5px);
 }

 .fun-fact h3 {
     font-size: 20px;
     font-weight: 900;
     color: #fff;
     margin-bottom: 7px;
 }

 .fun-fact p {
     font-size: 16px;
 }

 .step-services .card {
     background: #4058ff;
     color: #fff;
     border-radius: 18px;
     box-shadow: 0 12px 24px 1px rgb(0 0 0 / 20%);
     padding: 80px 25px 40px 25px;
     position: relative;
 }

 .step-services h3 {
     font-size: 19px;
     font-weight: 900;
     color: #fff;
     margin-bottom: 7px;
     font-family: Circular,Arial,Helvetica,sans-serif;
     letter-spacing: -.8px;
 }

 .step-services h3.step-title {
     color: #000;
     font-size: 30px
 }

 .step-services .card img {
     max-width: 24px
 }

 .step-services a.btn-card {
     background-image: linear-gradient(180deg, #555555, #000000);
     display: inline-block;
     letter-spacing: 0;
     text-transform: none;
     font-family: 'Inter', sans-serif;
     margin: 20px 0 10px;
     box-shadow: 0 12px 24px 1px rgb(0 0 0 / 20%);
     border: none;
     font-size: 16px;
     font-weight: 600;
     padding: 15px 15px;
     width: 100%;
 }

 .step-services a.btn-card-white {
     background-image: linear-gradient(180deg, #fff, #f7f7ff);
     display: inline-block;
     letter-spacing: 0;
     text-transform: none;
     font-family: 'Inter', sans-serif;
     margin: 5px 0 10px;
     box-shadow: 0 4px 4px 0 rgb(18 23 34 / 1%), 0 1px 1px 0 rgb(18 23 34 / 17%), inset 0 0 0 0.5px rgb(255 255 255 / 51%);
     border: none;
     font-size: 16px;
     font-weight: 600;
     padding: 15px 15px;
     width: 100%;
     color: #121722;
 }

 .step-services .col-md-3:nth-child(2) .card::before {
     content: "1";
     color: #fff;
     font: 900 130px 'Inter', sans-serif;
     display: block;
     position: absolute;
     right: -14px;
     bottom: -33px;
     opacity: 0.27;
 }

 .step-services .col-md-3:nth-child(3) .card::before {
     content: "2";
     color: #fff;
     font: 900 130px 'Inter', sans-serif;
     display: block;
     position: absolute;
     right: -14px;
     bottom: -33px;
     opacity: 0.27;
 }

 .step-services .col-md-3:nth-child(4) .card::before {
     content: "3";
     color: #fff;
     font: 900 130px 'Inter', sans-serif;
     display: block;
     position: absolute;
     right: -14px;
     bottom: -33px;
     opacity: 0.27;
 }

 .more-question a {
     background: #df072e;
     color: #fff;
     padding: 17px 20px;
     border-radius: 50px;
     margin-top: 0px;
     display: inline-block;
 }

 .more-question p {
     font-family: utopia-std, serif;
     font-size: 24px;
 }

 .card {
     font-size: 16px;
     background-color: #fff;
     box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .05);
     padding: 20px;
     border-radius: 20px;
     margin-bottom: 16px;
 }

 .top-categories {
     display: flex;
     justify-content: space-between;
     border-bottom: 1px solid rgba(0, 0, 0, .12);
     padding-bottom: 16px;
     margin-bottom: 20px;
 }

 hr.ff {
     background: #fff;
     width: 100%;
     border-radius: 0;
 }

 hr.ff::before,
 hr.ff::after {
     display: none;
 }

 .videotron {
     display: flex;
     justify-content: center;
 }

 .videotron article h3 {
     position: absolute;
     bottom: 15px;
     color: #fff;
     left: 90px;
     font-size: 20px
 }

 .yt-player .play:after {
     background: #000;
     background: linear-gradient(0deg, rgba(0, 0, 0, .9) 10%, transparent);
     content: "";
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
     opacity: .85;
     z-index: 1;
 }

 .f-title {
     font-size: 50px !important
 }

 @media (max-width: 767px) {
     .section {
         padding-bottom: 60px;
         padding-top: 30px;
     }
     .modular-title-1 .section-title {
         font-size: 15px;
         margin-bottom: 20px;
     }
     .modular-title-2 .section-title {
         font-size: 15px;
         margin-bottom: 45px;
     }
 }

 .widget_sitas_module_parallax>.container,
 .widget_sitas_module_slider_center>.container {
     max-width: none;
     padding: 0;
 }

 .widget_sitas_module_slider_big h2.entry-title {
     font-size: 20px !important;
 }

 .widget_sitas_module_slider_big>.container {
     max-width: none !important;
     padding: 0;
 }

 .widget_sitas_module_slider_big .owl-dots {
     bottom: -105px !important;
     border-bottom: 1px solid #d9d9d9;
     padding-bottom: 20px;
     counter-reset: my-sec-counter;
 }

 .widget_sitas_module_slider_big .owl .owl-dot {
     background-color: transparent;
     width: auto;
     height: auto;
     flex: 1;
     border-left: 1px solid #d9d9d9;
     padding: 0 30px;
     line-height: 22px;
     font-weight: 900;
     font-size: 18px;
 }

 .widget_sitas_module_slider_big .owl .owl-dot span {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     white-space: pre-wrap;
 }

 .widget_sitas_module_slider_big .owl .owl-dot b {
     display: block;
     font-weight: 700;
     font-size: 11px;
     text-transform: uppercase;
     color: #aaa;
     letter-spacing: 0.2px;
     margin-bottom: 3px;
 }

 .widget_sitas_module_slider_big .owl .owl-dot b::before {
     counter-increment: my-sec-counter;
     content: "0" counter(my-sec-counter) ". ";
 }

 .widget_sitas_module_slider_big .owl .owl-dot span {
     opacity: 0.6;
 }

 .widget_sitas_module_slider_big .owl .owl-dot.active span {
     opacity: 1;
     color: #1a1a1a;
 }

 .widget_sitas_module_slider_big .owl .owl-dot:first-child {
     border-left: none;
 }

 .module .entry-media {
     height: 219px;
 }

 .module .entry-media .placeholder {
     padding-bottom: 0 !important;
 }

 .thumbnail-content {
     background: transparent;
     position: relative;
     margin: 0;
     padding: 0 0 20px;
     border-radius: 5px;
     z-index: 2;
 }

 .archive-default .thumbnail-content {
     margin: -15px 0 0;
 }

 .thumbnail-content .entry-footer {
     border-bottom: 0 solid #eee;
     padding-bottom: 10px;
 }

 .wd-color-2 {
     background: #e8e6e4;
 }

 .wd-color-3 {
     background: #fcf1ed;
 }

 .module .flex {
     display: flex;
     margin-bottom: 40px;
 }

 .module article.type-agenda,
 .module article.type-jdih {
     flex: 1;
     position: relative;
     padding: 20px 0;
     border-top: thin solid #4c4c4c;
 }

 .module article.type-agenda a {
     color: #fff
 }

 .module article.type-agenda .col-md-4,
 .module article.type-jdih .col-md-4 {
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .module article.type-agenda .col-md-3,
 .module article.type-jdih .col-md-3 {
     display: flex;
     justify-content: space-around;
     align-items: center;
 }

 .module article.type-agenda i.mdi-checkbox-blank-circle,
 .module article.type-jdih i.mdi-checkbox-blank-circle {
     color: #34bd78;
     padding-right: 4px;
 }

 @media (max-width: 767px) {
     .module article.type-agenda,
     .module article.type-pengumuman {
         flex: none !important
     }
 }

 .summary-content {
     position: relative;
     padding: 20px 15px;
     border-radius: 5px;
     z-index: 2;
 }

 .summary-content .entry-footer {
     border-bottom: thin solid #eee;
     padding-bottom: 10px;
 }

 .summary-content .date {
     display: flex;
     font-size: 1rem;
     margin: 5px 0 50px;
     color: #1a1a1a;
     padding-bottom: 16px;
     justify-content: space-between;
     align-items: center;
 }

 .summary-content .date>span.meta-date {
     font-weight: 900;
     text-transform: uppercase;
     background: #f8c21c;
     padding: 4px 16px;
     font-size: 14px;
 }

 .summary-content .date>span.meta-month {
     display: block;
     text-transform: uppercase;
     letter-spacing: 1px;
     padding: 6px 0;
     font-weight: 600;
     font-size: 12px;
 }

 .summary-content .entry-footer a {
     line-height: 19px;
 }

 .module.parallax {
     display: flex;
     min-height: 500px;
     position: relative;
     text-align: center;
 }

 .module.parallax img {
     height: 100%;
     left: 0;
     -o-object-fit: cover;
     object-fit: cover;
     position: absolute;
     top: 0;
     width: 100%;
 }

 .module.parallax .container {
     margin: auto;
     padding-bottom: 60px;
     padding-top: 60px;
 }

 .module.parallax .entry-title {
     color: #fff;
     font-size: 40px;
     font-weight: 900;
     margin-bottom: 0;
     position: relative;
 }

 .module.parallax .button,
 .module.parallax .navigation .nav-next a,
 .module.parallax .navigation .nav-previous a,
 .module.parallax button[type="submit"],
 .module.parallax input[type="submit"] {
     margin: 30px 5px 0;
     position: relative;
     z-index: 60;
 }

 @media (max-width: 767px) {
     .module.parallax {
         min-height: 250px;
     }
     .module.parallax .entry-title {
         font-size: 20px;
     }
     .module.parallax .button,
     .module.parallax .navigation .nav-next a,
     .module.parallax .navigation .nav-previous a,
     .module.parallax button[type="submit"],
     .module.parallax input[type="submit"] {
         width: 100%;
     }
     .module.parallax .button+.button,
     .module.parallax .navigation .nav-next a+.navigation .nav-next a,
     .module.parallax .navigation .nav-previous a+.navigation .nav-previous a,
     .module.parallax button[type="submit"]+button[type="submit"],
     .module.parallax input[type="submit"]+input[type="submit"] {
         margin-top: 10px;
     }
 }

 .module.slider .post {
     background-position: center;
     background-size: cover;
     height: calc(100vh - 5rem);
     position: relative;
 }

 .module.slider .post:before {
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .module.slider .post.lazyloaded:before {
     opacity: 1;
 }

 .module.slider .entry-wrapper {
     bottom: 0;
     left: 0;
     max-width: 300px;
     padding: 60px 45px 30px;
     position: absolute;
     right: 0;
     top: 0;
     transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .module.slider .entry-wrapper:before {
     background-color: #000;
     bottom: 0;
     content: "";
     left: 0;
     opacity: 0.6;
     position: absolute;
     right: 0;
     top: 0;
 }

 .module.slider .entry-wrapper>* {
     position: relative;
 }

 .module.slider .entry-excerpt {
     color: #fff;
     margin-top: 30px;
 }

 .module.slider .entry-footer a {
     color: #e6e6e6;
 }

 .module.slider.owl .owl-next,
 .module.slider.owl .owl-prev {
     bottom: 30px;
     right: auto;
     top: auto;
 }

 .module.slider.owl .owl-prev {
     right: 60px;
 }

 .module.slider.owl .owl-next {
     right: 25px;
 }

 .module.slider.owl .owl-dots {
     bottom: -34px;
     display: none
 }

 .module.slider.center .owl-item:not(.center) .entry-wrapper {
     opacity: 0;
 }

 .module.slider.thumbnail .entry-wrapper {
     align-items: center;
     display: flex;
     flex-direction: column;
     justify-content: center;
     max-width: none;
     padding: 30px;
     text-align: center;
 }

 .module.slider.thumbnail .entry-wrapper:before {
     opacity: 0.4;
 }

 .module.slider.thumbnail .entry-wrapper>* {
     max-width: 500px;
 }

 .module.slider.thumbnail .entry-header .entry-meta {
     justify-content: center;
 }

 .module.slider.thumbnail.owl .owl-dots {
     bottom: -25px;
 }

 .module.slider.thumbnail.owl .owl-dot {
     border: 3px solid #fff;
     border-radius: 50%;
     height: 50px;
     margin: 0 3px;
     overflow: hidden;
     width: 50px;
 }

 .module.slider.thumbnail.owl .owl-dot.active {
     border-color: var(--primary-color);
 }

 .row-shortcut {
     background: white;
     position: relative;
     z-index: 9;
     padding: 20px 20px 0;
     margin-top: -80px;
 }

 .main-shortcut .col-md-4 .bg-short {
     position: relative;
     padding: 20px;
     height: 340px
 }

 .main-shortcut .col-md-4:nth-child(1) .bg-short {
     background-position: bottom left;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .main-shortcut .col-md-4:nth-child(2) .bg-short {
     background-image: url('./images/shortcut-01.jpg');
     background-position: bottom left;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .main-shortcut .col-md-4:nth-child(3) .bg-short {
     background-image: url('./images/shortcut-02.jpg');
     background-position: bottom left;
     background-repeat: no-repeat;
     background-size: cover;
 }

 .bg-short h3 {
     font-size: 30px;
     color: #fff;
 }

 .bg-short span {
     display: flex;
     color: #fff;
     text-transform: uppercase;
     font-weight: 700;
     letter-spacing: .5px;
 }

 .bg-short span i {
     color: #f79f5b;
     font-size: 30px;
     padding-right: 10px;
 }

 .bg-short .content-wrapper {
     position: absolute;
     padding: 20px;
     bottom: 0;
     color: #fff;
     left: 0;
 }

 .content-title {
     display: flex;
     align-items: center;
     justify-content: space-between;
 }

 .events .col-md-4:nth-child(1) {
     border-left: 0
 }

 .events .col-md-4 {
     border-left: 1px solid #e6e6e6;
     border-radius: 0
 }

 .struktur-organigram {
     background: #f6f6f6;
     border-radius: 20px;
     padding: 0 20px;
 }

 .struktur-organisasi {
     width: 100%
 }

 .struktur-organisasi td {
     padding: 8px 0;
     vertical-align: top;
     border-top: 1px solid #000;
     border-bottom: 1px solid #000;
     border-left: 0;
     border-right: 0;
     font-size: 17px;
     line-height: 30px
 }

 .struktur-organisasi ul {
     margin-top: 0;
     list-style: none;
     padding-left: 0;
 }

 .struktur-organisasi ul li {
     padding: 16px 0;
     border-bottom: 1px solid #f5f5f5;
 }

 .struktur-organisasi ul li:last-child {
     border-bottom: 0;
     padding: 16px 0 0;
 }

 .struktur-organisasi ul li:first-child {
     padding: 0 0 16px;
 }

 .struktur-organisasi td {
     padding: 28px 0;
 }

 .struktur-organisasi td>div,
 .struktur-organisasi td>ul li>div {
     display: flex;
 }

 .struktur-organisasi td>div img,
 .struktur-organisasi td>ul li>div img {
     max-width: 60px;
     margin-right: 24px;
 }

 @media (max-width: 767px) {
     .module.slider .post {
         height: 255px;
     }
     .module.slider .entry-wrapper {
         max-width: none;
         padding: 60px 80px 0 15px;
         bottom: 0 !important;
         top: initial !important;
     }
 }

 @media (min-width: 768px) {
     .module.slider.thumbnail .entry-header .entry-title {
         font-size: 30px;
     }
 }

 @media (max-width: 991px) {
     .module.slider.center .entry-wrapper {
         max-width: none;
     }
     .site-frontpage {
         background: url(images/line-background.svg) no-repeat top center !important;
     }
     .m-short span {
         position: absolute !important;
         display: flex;
         padding: 1rem;
         color: #fff;
         text-transform: uppercase;
         font-weight: 700;
         letter-spacing: .5px;
     }
     .m-short span i {
         color: #ffc100;
         font-size: 30px;
         padding-right: 10px;
     }
     .site-footer .col-md-3 .u-dont-border {
         border-left: 0px solid #e6e6e6 !important;
         padding-left: 0 !important;
         padding-bottom: 1px !important;
     }
 }

 .module.image {
     position: relative;
 }

 .module.image .caption {
     margin-top: 15px;
     text-align: center;
 }

 .category-box {
     position: relative;
 }

 .category-box .entry-thumbnails {
     background-color: #f4f4f4;
     border-radius: 5px;
     display: flex;
     height: 220px;
     overflow: hidden;
 }

 .category-box .thumbnail {
     position: relative;
 }

 .category-box .thumbnail img {
     height: 100%;
     left: 0;
     -o-object-fit: cover;
     object-fit: cover;
     position: absolute;
     top: 0;
     width: 100%;
 }

 .category-box .big {
     margin-right: 4px;
     width: 70%;
 }

 .category-box .small {
     flex-direction: column;
     height: 100%;
     width: 30%;
 }

 .category-box .small .thumbnail {
     height: 50%;
 }

 .category-box .small .thumbnail:first-child {
     margin-bottom: 4px;
 }

 .category-box .small .thumbnail:last-child {
     margin-top: 4px;
 }

 .category-box .small span {
     align-items: center;
     background-color: rgba(0, 0, 0, 0.4);
     color: #fff;
     display: flex;
     font-size: 20px;
     font-weight: 900;
     height: 100%;
     justify-content: center;
     position: relative;
     width: 100%;
 }

 .category-box .entry-title {
     font-size: 17px;
     margin: 15px 0 0;
     padding: 0 5px;
 }

 .author-box {
     display: flex;
     margin-top: 60px;
 }

 .author-box .author-image {
     border-radius: 50%;
     flex-shrink: 0;
     height: 70px;
     overflow: hidden;
     width: 70px;
 }

 .author-box .author-info {
     margin-left: 20px;
 }

 .author-box .author-name {
     font-size: 16px;
     margin-bottom: 5px;
 }

 .author-box .author-meta {
     align-items: center;
     display: flex;
     font-size: 16px;
     margin-top: 10px;
 }

 .author-box .author-meta>a {
     color: #aaa;
     line-height: 1.5;
 }

 .author-box .author-meta>a+a {
     margin-left: 4px;
 }

 .author-box .author-meta>a:last-child {
     font-size: 12px;
     font-weight: 700;
     text-transform: uppercase;
 }

 .author-box .author-meta>a+a:last-child {
     border-left: 1px solid #e6e6e6;
     margin-left: 10px;
     padding-left: 10px;
 }

 .author-box .author-meta>a:last-child:after {
     content: "\f054";
     font-family: "Material Design Icons";
     margin-left: 3px;
 }

 .entry-media {
     margin-bottom: 30px;
     position: relative;
 }

 .entry-media .placeholder {
     background-color: #f4f4f4;
     height: 0;
 }

 .entry-media img {
     margin: 0 auto;
     width: 100%;
     object-fit: cover;
 }

 .container.medium .entry-media img {
     border-radius: 8px
 }

 .entry-format {
     background-color: rgba(0, 0, 0, 0.4);
     border-radius: 50%;
     color: #fff;
     font-size: 15px;
     height: 30px;
     left: 10px;
     line-height: 30px;
     position: absolute;
     text-align: center;
     top: 10px;
     width: 30px;
 }

 .entry-gallery .caption {
     background-color: rgba(0, 0, 0, 0.4);
     bottom: 0;
     color: #fff;
     font-size: 13px;
     left: 0;
     line-height: 1.4;
     margin: 15px;
     padding: 10px 15px;
     position: absolute;
 }

 .entry-gallery.owl .owl-next,
 .entry-gallery.owl .owl-prev {
     top: 15px;
 }

 .entry-gallery.owl .owl-prev {
     right: 47px;
 }

 .entry-gallery.owl .owl-next {
     right: 15px;
 }

 .entry-header {
     word-break: break-word;
 }

 .entry-header .entry-meta {
     align-items: center;
     justify-content: space-between;
     color: #555;
     display: flex;
     flex-wrap: wrap;
     font-size: 14px;
     font-weight: 400;
     margin-bottom: 2px;
 }

 .entry-header .entry-meta>span+span {
     margin-left: 15px;
 }

 .entry-header .entry-meta a {
     color: #555;
 }

 .entry-header .entry-meta>span.gsep {
     color: #b5b5b5;
 }

 .entry-header .entry-meta>span.gsep,
 .entry-header .entry-meta>span.meta-time {
     margin-left: 7px !important;
 }

 .entry-header .entry-meta .meta-author a {
     align-items: center;
     display: flex;
 }

 .entry-header .entry-meta .meta-author b,
 .entry-header .entry-meta .meta-author time,
 .entry-header .entry-meta .meta-author span.has-dot {
     display: contents;
 }

 .entry-header .entry-meta .meta-author span.has-dot {
     position: relative;
     display: inline-block;
     margin-left: 10px;
     padding-left: 10px;
 }

 .entry-header .entry-meta .meta-author span.has-dot::before {
     content: "";
     width: 3px;
     height: 3px;
     background: #999;
     border-radius: 50%;
     position: absolute;
     top: 50%;
     margin-top: -1px;
     display: block;
     left: -3px;
     border-radius: 50%;
 }

 .entry-header .entry-meta .avatar {
     border-radius: 50%;
     width: 36px;
     height: 36px;
     margin-right: 10px;
 }

 .entry-header .entry-meta .meta-category {
     display: flex;
     flex-wrap: wrap;
 }

 .entry-header .entry-meta .meta-category a {
     align-items: center;
     display: flex;
 }

 .entry-header .entry-meta .meta-category a+a {
     margin-left: 8px;
 }

 .entry-header .entry-meta .meta-category .dot {
     background-color: var(--accent-color);
     border-radius: 50%;
     height: 6px;
     margin-right: 5px;
     width: 6px;
 }

 .entry-header .entry-title {
     font-size: 20px;
     font-weight: 900;
     font-family: 'Inter', sans-serif;
     letter-spacing: -0.2px;
     margin-bottom: 6px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     white-space: pre-wrap;
     line-height: 1.3;
 }

 .front-faculties p {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     white-space: pre-wrap;
 }

 .front-faculties span {
     color: #aaa;
     text-transform: uppercase;
     font-size: 12px;
     font-weight: 600;
     letter-spacing: .2px;
     padding-right: 22px
 }

 .front-faculties h2 a {
     color: #fff
 }

 .entry-header.white .entry-meta,
 .entry-header.white .entry-meta a,
 .entry-header.white .entry-title {
     color: #fff;
 }

 .entry-subheading {
     color: #766e68;
     font-size: 22px;
     font-style: italic;
     font-weight: 400;
     line-height: 1.4;
     margin-bottom: 45px;
     font-family: gentona, Gentona, calibri, helvetica, arial, sans-serif;
 }

 .entry-excerpt {
     font-family: Merriweather, serif;
     font-size: 14px;
     margin-top: 12px;
 }

 .entry-excerpt .excerpt-link {
     margin-left: 5px;
     text-decoration: none;
 }

 .entry-footer {
     display: flex;
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 0.2px;
     margin-top: 10px;
     text-transform: uppercase;
 }

 .entry-footer,
 .entry-footer a {
     color: #aaa;
 }

 .entry-footer a+a:before {
     content: "â€¢";
     font-family: serif;
     line-height: 1;
     padding: 0 6px;
 }

 .entry-footer .footer-author {
     align-items: center;
     display: flex;
 }

 .entry-footer .footer-author img {
     border-radius: 50%;
     height: 20px;
     margin-right: 5px;
     width: 20px;
 }

 .entry-action {
     align-items: center;
     display: flex;
     font-size: 14px;
     justify-content: space-between;
     line-height: 1.5;
     margin-top: 10px;
     padding-top: 15px;
 }

 .entry-action>div {
     align-items: center;
     display: flex;
 }

 .entry-action .action-count a {
     align-items: center;
     color: #aaa;
     display: flex;
 }

 .entry-action .action-count a+a {
     margin-left: 12px;
 }

 .entry-action .action-count .icon {
     background-color: transparent;
     color: #aaa;
     height: 20px;
     line-height: 20px;
     margin-right: 5px;
     text-align: center;
     width: 20px;
 }

 .entry-action .liked .mdi {
     color: #555;
 }

 .entry-action .mdi-eye {
     font-size: 13px;
 }

 .entry-action .mdi-comment {
     font-size: 10px;
 }

 .entry-action .action-share>a,
 .entry-meta .action-share>a {
     background-color: #1a1a1a;
     color: #fff;
     font-size: 13px;
     height: 20px;
     line-height: 20px;
     text-align: center;
     width: 20px;
     border-radius: 50%
 }

 .entry-meta .action-share>a {
     display: inline-block;
 }

 .entry-action .action-share>a+a {
     margin-left: 6px;
 }

 .entry-meta .action-share>a+a {
     margin-left: 3px;
 }

 .entry-action .action-share>a.facebook,
 .entry-meta .action-share>a.facebook {
     background-color: #3b5998;
 }

 .entry-action .action-share>a.twitter,
 .entry-meta .action-share>a.twitter {
     background-color: #1da1f2;
 }

 .entry-action .action-share>a.google,
 .entry-meta .action-share>a.google {
     background-color: #dd4b39;
 }

 .entry-action .action-share>a.linkedin,
 .entry-meta .action-share>a.linkedin {
     background-color: #0077b5;
 }

 .entry-action .action-share>a.pinterest,
 .entry-meta .action-share>a.pinterest {
     background-color: #bd081c;
 }

 .entry-action .action-share>a.reddit,
 .entry-meta .action-share>a.reddit {
     background-color: #ff4500;
 }

 .entry-action .action-share>a.tumblr,
 .entry-meta .action-share>a.tumblr {
     background-color: #35465c;
 }

 .entry-action .action-share>a.vk,
 .entry-meta .action-share>a.vk {
     background-color: #45668e;
 }

 .entry-action .action-share>a.pocket,
 .entry-meta .action-share>a.pocket {
     background-color: #ef4056;
 }

 .entry-action .action-share>a.whatsapp,
 .entry-meta .action-share>a.whatsapp {
     background-color: #075e54;
 }

 .entry-action .action-share>a.telegram,
 .entry-meta .action-share>a.telegram {
     background-color: #08c;
 }

 .entry-action .action-share>a.facebook,
 .entry-meta .action-share>a.facebook {
     margin-left: 8px
 }

 @media (max-width: 767px) {
     .entry-meta .action-share {
         display: none;
     }
 }

 .entry-navigation {
     background-color: #1a1a1a;
     display: flex;
     height: 200px;
     margin-top: 60px;
     position: relative;
 }

 .entry-navigation:before {
     background-color: rgba(0, 0, 0, 0.4);
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     z-index: 10;
 }

 .entry-navigation img {
     height: 100%;
     left: 0;
     -o-object-fit: cover;
     object-fit: cover;
     position: absolute;
     top: 0;
     width: 100%;
 }

 .entry-navigation .navigation-content {
     margin: auto;
     padding: 30px;
     position: relative;
     text-align: center;
     z-index: 20;
 }

 .entry-navigation span {
     color: #fff;
     font-size: 17px;
     font-weight: 700;
 }

 .entry-navigation span:before {
     background-color: #fff;
 }

 .entry-navigation .navigation-title {
     color: #fff;
     font-size: 30px;
     font-weight: 900;
     margin-bottom: 0;
     margin-top: 5px;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     white-space: pre-wrap;
 }

 @media (max-width: 767px) {
     .entry-navigation {
         height: 150px;
     }
     .entry-navigation span {
         font-size: 15px;
     }
     .entry-navigation .navigation-title {
         font-size: 20px;
     }
 }

 @media (min-width: 1230px) {
     body:not(.sidebar-right):not(.sidebar-left) .entry-navigation {
         margin-left: calc(-1000px / 2 + 100% / 2);
         margin-right: calc(-1000px / 2 + 100% / 2);
         max-width: 1000px;
     }
 }

 .entry-tags {
     display: flex;
     flex-wrap: wrap;
     margin-top: 15px;
 }

 .entry-tags a {
     background: rgb(242, 242, 242) none repeat scroll 0% 0%;
     border-radius: 3px;
     color: rgb(117, 117, 117);
     font-size: 13px;
     font-weight: 700;
     line-height: 1;
     margin: 0 5px 5px 0;
     padding: 6px 10px;
 }

 .page .type-page .entry-header,
 .single .type-agenda .entry-header,
 .single .type-dikecualikan .entry-header,
 .single .type-skripsi .entry-header,
 .single .type-publikasi .entry-header,
 .single .type-fakultas .entry-header,
 .single .type-pengumuman .entry-header,
 .single .type-post .entry-header,
 .single .type-profil .entry-header,
 .single .type-setiap-saat .entry-header,
 .single .type-berkala .entry-header,
 .single .type-jdih .entry-header,
 .single .type-rubrik .entry-header,
 .single .type-video .entry-header {
     margin-bottom: 30px;
 }

 .page .type-page .entry-meta,
 .single .type-agenda .entry-meta,
 .single .type-dikecualikan .entry-meta,
 .single .type-skripsi .entry-meta,
 .single .type-publikasi .entry-meta,
 .single .type-alumni .entry-meta,
 .single .type-fakultas .entry-meta,
 .single .type-pengumuman .entry-meta,
 .single .type-post .entry-meta,
 .single .type-profil .entry-meta,
 .single .type-setiap-saat .entry-meta,
 .single .type-berkala .entry-meta,
 .single .type-jdih .entry-meta,
 .single .type-rubrik .entry-meta,
 .single .type-video .entry-meta {
     margin-bottom: 10px;
     margin-top: 40px;
 }

 .page .type-page .entry-title,
 .single .type-agenda .entry-title,
 .single .type-dikecualikan .entry-title,
 .single .type-skripsi .entry-title,
 .single .type-publikasi .entry-title,
 .single .type-alumni .entry-title,
 .single .type-fakultas .entry-title,
 .single .type-pengumuman .entry-title,
 .single .type-post .entry-title,
 .single .type-profil .entry-title,
 .single .type-setiap-saat .entry-title,
 .single .type-berkala .entry-title,
 .single .type-jdih .entry-title,
 .single .type-rubrik .entry-title,
 .single .type-video .entry-title {
     font-size: 40px;
     font-weight: 900;
     line-height: 1.1;
 }

 .page .type-page .entry-media,
 .single .type-agenda .entry-media,
 .single .type-dikecualikan .entry-media,
 .single .type-skripsi .entry-media,
 .single .type-publikasi .entry-media,
 .single .type-alumni .entry-media,
 .single .type-fakultas .entry-media,
 .single .type-pengumuman .entry-media,
 .single .type-post .entry-media,
 .single .type-profil .entry-media,
 .single .type-setiap-saat .entry-media,
 .single .type-berkala .entry-media,
 .single .type-jdih .entry-media,
 .single .type-rubrik .entry-media,
 .single .type-video .entry-media {
     margin-bottom: 45px;
     margin-top: 45px;
 }

 .page .type-page .entry-content ol,
 .page .type-page .entry-content ul,
 .page .type-page .entry-content>p,
 .single .type-agenda .entry-content ol,
 .single .type-agenda .entry-content ul,
 .single .type-agenda .entry-content>p,
 .single .type-dikecualikan .entry-content ol,
 .single .type-dikecualikan .entry-content ul,
 .single .type-dikecualikan .entry-content>p,
 .single .type-skripsi .entry-content ol,
 .single .type-skripsi .entry-content ul,
 .single .type-skripsi .entry-content>p,
 .single .type-publikasi .entry-content ol,
 .single .type-publikasi .entry-content ul,
 .single .type-publikasi .entry-content>p,
 .single .type-alumni .entry-content ol,
 .single .type-alumni .entry-content ul,
 .single .type-alumni .entry-content>p,
 .single .type-fakultas .entry-content ol,
 .single .type-fakultas .entry-content ul,
 .single .type-fakultas .entry-content>p,
 .single .type-pengumuman .entry-content ol,
 .single .type-pengumuman .entry-content ul,
 .single .type-pengumuman .entry-content>p,
 .single .type-post .entry-content ol,
 .single .type-post .entry-content ul,
 .single .type-post .entry-content>p,
 .single .type-profil .entry-content ol,
 .single .type-profil .entry-content ul,
 .single .type-profil .entry-content>p,
 .single .type-setiap-saat .entry-content ol,
 .single .type-setiap-saat .entry-content ul,
 .single .type-setiap-saat .entry-content>p,
 .single .type-berkala .entry-content ol,
 .single .type-berkala .entry-content ul,
 .single .type-berkala .entry-content>p,
 .single .type-jdih .entry-content ol,
 .single .type-jdih .entry-content ul,
 .single .type-jdih .entry-content>p,
 .single .type-rubrik .entry-content ol,
 .single .type-rubrik .entry-content ul,
 .single .type-rubrik .entry-content>p,
 .single .type-video .entry-content ol,
 .single .type-video .entry-content ul,
 .single .type-video .entry-content>p,
 .wp-block-columns p {
     font-family: Graphik, sans-serif;
     font-size: 17px;
     line-height: 30px;
 }

 .single .type-post .entry-content>p:first-child:first-letter {
     float: left;
     font-family: Georgia;
     font-size: 100px;
     line-height: 60px;
     padding-top: 16px;
     padding-right: 8px;
 }

 .type-page .wp-block-columns {
     gap: 0 !important;
 }

 .single .type-setiap-saat .entry-header,
 .single .type-berkala .entry-header,
 .single .type-jdih .entry-header {
     border-bottom: 1px solid #000;
     padding-bottom: 20px;
 }

 .single .type-setiap-saat .entry-content a.btn,
 .single .type-berkala .entry-content a.btn,
 .single .type-jdih .entry-content a.btn {
     text-decoration: none
 }

 .page .type-page .entry-content>p,
 .single .type-agenda .entry-content>p,
 .single .type-dikecualikan .entry-content>p,
 .single .type-skripsi .entry-content>p,
 .single .type-publikasi .entry-content>p,
 .single .type-alumni .entry-content>p,
 .single .type-fakultas .entry-content>p,
 .single .type-pengumuman .entry-content>p,
 .single .type-post .entry-content>p,
 .single .type-profil .entry-content>p,
 .single .type-setiap-saat .entry-content>p,
 .single .type-berkala .entry-content>p,
 .single .type-jdih .entry-content>p,
 .single .type-rubrik .entry-content>p,
 .single .type-video .entry-content>p,
 .wp-block-columns p {
     margin-bottom: 20px;
 }

 .page .type-page .entry-content strong,
 .single .type-agenda .entry-content strong,
 .single .type-dikecualikan .entry-content strong,
 .single .type-skripsi .entry-content strong,
 .single .type-publikasi .entry-content strong,
 .single .type-alumni .entry-content strong,
 .single .type-fakultas .entry-content strong,
 .single .type-pengumuman .entry-content strong,
 .single .type-post .entry-content strong,
 .single .type-profil .entry-content strong,
 .single .type-setiap-saat .entry-content strong,
 .single .type-berkala .entry-content strong,
 .single .type-jdih .entry-content strong,
 .single .type-rubrik .entry-content strong,
 .single .type-video .entry-content strong {
     color: #1a1a1a;
 }

 .single .type-rubrik .wp-block-image figure,
 .single .type-rubrik .entry-content figure {
     width: auto
 }

 .single .type-rubrik .wp-block-image figure img,
 .single .type-rubrik .entry-content figure img {
     width: auto
 }

 .page.with-subheading .type-page .entry-header {
     margin-bottom: 15px;
 }

 .page.with-subheading .type-page .entry-subheading {
     margin-bottom: 30px;
 }

 .single .type-agenda .entry-meta,
 .single .type-dikecualikan .entry-meta,
 .single .type-skripsi .entry-meta,
 .single .type-publikasi .entry-meta,
 .single .type-alumni .entry-meta {
     display: none;
 }

 .single .type-video .yt-player iframe {
     height: 421px;
     z-index: 0;
     position: relative;
 }

 .archive .type-video .yt-player iframe {
     height: 206px;
     z-index: 0;
 }

 .single .entry-content figure.wp-caption {
     width: 100% !important;
     margin-bottom: 30px !important;
 }

 .single .entry-content figure.wp-caption img,
 .single .entry-content .wp-block-image:not(.is-style-rounded) img {
     width: 100%;
     border-radius: 5px;
 }

 .type-rss p {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     white-space: pre-wrap;
     line-height: 1.3;
 }

 .module article.type-pengumuman {
     background: #fff;
     flex: 1;
     height: 290px;
     position: relative;
 }

 .module article.type-pengumuman .summary-content .date {
     margin: 5px 0 35px;
 }

 .module article.type-pengumuman .wd-button {
     right: auto;
     bottom: 20px;
     padding: 0.4rem 3.2rem 0.4rem 1rem;
 }

 .module article.type-pengumuman .wd-button::after {
     top: 11px;
 }

 .featured article.type-pengumuman {
     background: #a51e37;
 }

 .featured article.type-pengumuman .entry-header a,
 .featured article.type-pengumuman .summary-content .date {
     color: #fff;
 }

 .featured article.type-pengumuman .wd-button {
     color: #fff;
 }

 .featured article.type-pengumuman .wd-button::after {
     background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZmZmZiI+PGc+PGc+PGc+PHBhdGggZD0ibTU5LjUgMzRoLTU1Yy0xLjEgMC0yLS45LTItMnMuOS0yIDItMmg1NC45YzEuMSAwIDIgLjkgMiAycy0uOCAyLTEuOSAyeiIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxwYXRoIGQ9Im0zNy41IDU2Yy0uNSAwLTEtLjItMS40LS42LS44LS44LS44LTIgMC0yLjhsMjAuNi0yMC42LTIwLjYtMjAuNmMtLjgtLjgtLjgtMiAwLTIuOHMyLS44IDIuOCAwbDIyIDIyYy44LjguOCAyIDAgMi44bC0yMiAyMmMtLjQuNC0uOS42LTEuNC42eiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
 }

 .module article.announ-featured {
     background: #a51e37;
 }

 .module article.announ-featured .entry-header a,
 .module article.announ-featured .summary-content .date {
     color: #fff;
 }

 .module article.announ-featured .wd-button {
     color: #fff;
 }

 .module article.announ-featured .wd-button::after {
     background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iI2ZmZmZmZiI+PGc+PGc+PGc+PHBhdGggZD0ibTU5LjUgMzRoLTU1Yy0xLjEgMC0yLS45LTItMnMuOS0yIDItMmg1NC45YzEuMSAwIDIgLjkgMiAycy0uOCAyLTEuOSAyeiIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxwYXRoIGQ9Im0zNy41IDU2Yy0uNSAwLTEtLjItMS40LS42LS44LS44LS44LTIgMC0yLjhsMjAuNi0yMC42LTIwLjYtMjAuNmMtLjgtLjgtLjgtMiAwLTIuOHMyLS44IDIuOCAwbDIyIDIyYy44LjguOCAyIDAgMi44bC0yMiAyMmMtLjQuNC0uOS42LTEuNC42eiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
 }

 .type-agenda .summary-content span.meta-location {
     position: relative;
     display: block;
     text-transform: capitalize;
     color: #5e5e5e;
     padding-left: 23px;
 }

 .type-agenda .summary-content span.meta-location::before {
     background-image: url("data:image/svg+xml,%3Csvg id='Object' height='512' fill='%235e5e5e' viewBox='0 0 32 32' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 1a11 11 0 0 0 -11 11c0 5.81 9.8 18.1 10.22 18.63a1 1 0 0 0 1.56 0c.42-.53 10.22-12.82 10.22-18.63a11 11 0 0 0 -11-11zm0 27.38c-3.09-4-9-12.5-9-16.38a9 9 0 0 1 18 0c0 3.88-5.91 12.36-9 16.38z'/%3E%3Cpath d='m16 5a6 6 0 1 0 6 6 6 6 0 0 0 -6-6zm0 10a4 4 0 1 1 4-4 4 4 0 0 1 -4 4z'/%3E%3C/svg%3E");
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     left: 0;
     height: 18px;
     width: 18px;
     top: 3px;
 }

 i.rm-arrow {
     background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="55" height="16" viewBox="0 0 55 16"><title></title><desc></desc><g fill="none"><g fill="%23000"><path d="M54.7 7.7C54.7 7.8 54.6 8 54.5 8.1L46.8 15.2C46.6 15.4 46.4 15.5 46.1 15.4 45.8 15.2 45.7 15.1 45.7 14.8L45.7 10.3 0.6 10.3C0.5 10.3 0.3 10.2 0.2 10.1 0.1 10 0 9.8 0 9.6L0 5.8C0 5.6 0.1 5.4 0.2 5.3 0.3 5.2 0.5 5.1 0.6 5.1L45.7 5.1 45.7 0.6C45.7 0.4 45.8 0.2 46.1 0.1 46.4 0 46.6 0 46.8 0.2L54.5 7.2C54.6 7.3 54.7 7.5 54.7 7.7Z"/></g></g></svg>');
     background-position: -20px 0;
     background-repeat: no-repeat;
     height: 20px;
     width: 50px;
     display: block;
     transition: background-position 0.3s ease-in-out;
     position: absolute;
     bottom: 1.2rem;
     right: 1rem;
 }

 .page .type-page .entry-header,
 .single .type-agenda .entry-header,
 .single .type-dikecualikan .entry-header,
 .single .type-skripsi .entry-header,
 .single .type-publikasi .entry-header,
 .single .type-post .entry-header {
     margin-bottom: 30px;
 }

 .single .type-post .entry-header {
     margin-top: 30px
 }

 .single .type-alumni .entry-header {
     margin-bottom: 10px
 }

 .page .type-page .entry-meta,
 .single .type-agenda .entry-meta,
 .single .type-dikecualikan .entry-meta,
 .single .type-skripsi .entry-meta,
 .single .type-publikasi .entry-meta,
 .single .type-alumni .entry-meta,
 .single .type-post .entry-meta {
     margin-bottom: 10px;
     margin-top: 40px;
 }

 .page .type-page .entry-title,
 .single .type-agenda .entry-title,
 .single .type-dikecualikan .entry-title,
 .single .type-skripsi .entry-title,
 .single .type-publikasi .entry-title,
 .single .type-alumni .entry-title,
 .single .type-post .entry-title {
     font-size: 40px;
     font-weight: 900;
     line-height: 1.1;
 }

 .page .type-page .entry-media,
 .single .type-agenda .entry-media,
 .single .type-dikecualikan .entry-media,
 .single .type-skripsi .entry-media,
 .single .type-publikasi .entry-media,
 .single .type-alumni .entry-media,
 .single .type-post .entry-media {
     margin-bottom: 45px;
     margin-top: 45px;
 }

 .page .type-page .entry-content ol,
 .page .type-page .entry-content ul,
 .page .type-page .entry-content>p,
 .single .type-agenda .entry-content ol,
 .single .type-agenda .entry-content ul,
 .single .type-agenda .entry-content>p,
 .single .type-dikecualikan .entry-content ol,
 .single .type-dikecualikan .entry-content ul,
 .single .type-dikecualikan .entry-content>p,
 .single .type-skripsi .entry-content ol,
 .single .type-skripsi .entry-content ul,
 .single .type-skirpsi .entry-content>p,
 .single .type-publikasi .entry-content ol,
 .single .type-publikasi .entry-content ul,
 .single .type-publikasi .entry-content>p,
 .single .type-alumni .entry-content ol,
 .single .type-alumni .entry-content ul,
 .single .type-alumni .entry-content>p,
 .single .type-post .entry-content ol,
 .single .type-post .entry-content ul,
 .single .type-post .entry-content>p,
 .wp-block-columns p {
     font-family: Graphik, sans-serif;
     font-size: 17px;
     line-height: 30px;
 }

 .page .type-page .entry-content>p,
 .single .type-agenda .entry-content>p,
 .single .type-dikecualikan .entry-content>p,
 .single .type-skripsi .entry-content>p,
 .single .type-publikasi .entry-content>p,
 .single .type-alumni .entry-content>p,
 .single .type-post .entry-content>p,
 .wp-block-columns p {
     margin-bottom: 20px;
 }

 .page .type-page .entry-content strong,
 .single .type-agenda .entry-content strong,
 .single .type-dikecualikan .entry-content strong,
 .single .type-skripsi .entry-content strong,
 .single .type-publikasi .entry-content strong,
 .single .type-alumni .entry-content strong,
 .single .type-post .entry-content strong {
     color: #1a1a1a;
 }

 .page.with-subheading .type-page .entry-header {
     margin-bottom: 15px;
 }

 .page.with-subheading .type-page .entry-subheading {
     margin-bottom: 30px;
 }

 .single .type-agenda span.meta-location,
 .single .type-agenda time,
 .single .type-alumni span.meta-position {
     font-family: Merriweather, serif;
     font-weight: 600;
 }

 .single .type-agenda time {
     display: flex;
 }

 .single .type-agenda span.meta-location {
     display: block;
     position: relative;
     padding-left: 25px;
 }

 .single .type-agenda span.meta-location::before {
     background-image: url("data:image/svg+xml,%3Csvg id='Object' height='512' viewBox='0 0 32 32' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16 1a11 11 0 0 0 -11 11c0 5.81 9.8 18.1 10.22 18.63a1 1 0 0 0 1.56 0c.42-.53 10.22-12.82 10.22-18.63a11 11 0 0 0 -11-11zm0 27.38c-3.09-4-9-12.5-9-16.38a9 9 0 0 1 18 0c0 3.88-5.91 12.36-9 16.38z'/%3E%3Cpath d='m16 5a6 6 0 1 0 6 6 6 6 0 0 0 -6-6zm0 10a4 4 0 1 1 4-4 4 4 0 0 1 -4 4z'/%3E%3C/svg%3E");
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     left: 0;
     height: 18px;
     width: 18px;
     top: 1px;
 }

 .single .type-agenda .entry-content img {
     border-radius: 5px;
 }

 .single .type-agenda .event-action {
     display: flex;
     justify-content: left;
     align-items: center;
     padding: 30px 0;
 }

 .single .type-agenda .event-action a {
     margin: 0 7px;
 }

 .single .type-agenda .container.small {
     margin-top: 20px;
 }

 .single .type-agenda .row {
     padding: 10px 0;
 }

 .single .type-agenda .col-md-4 {
     border-left: 1px solid #e6e6e6;
     padding: 10px 20px;
     text-align: center;
 }

 .single .type-agenda .col-md-4:first-child {
     border-left: none;
 }

 .single .type-agenda .col-md-4 a,
 .single .type-agenda .event-action a {
     text-decoration: none;
 }

 .single .type-agenda .entry-action {
     margin-top: 0;
 }

 .single .type-agenda .meta-date {
     display: none;
 }

 .site-footer .widget-item,
 .site-footer .widget_text {
     text-align: left;
     color: #1a1a1a;
 }

 .site-footer .widget-item a {
     font-weight: 300;
 }

 .site-footer a.footer__button {
     border: 1px solid #32373c;
     display: block;
     padding: 10px;
     border-radius: 8px;
     text-align: center;
     margin-bottom: 8px;
 }

 .studysearch .select2-container--default .select2-selection--single {
     padding: 18px 0 18px 75px;
     height: auto;
     border: 1px solid #e6e6e6;
     border-radius: 0;
 }

 .select2-dropdown {
     border: 1px solid #e6e6e6;
 }

 .select2-container--default .select2-selection--single {
     background-color: #fff;
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow {
     height: 26px;
     position: absolute;
     top: 1px;
     right: 1px;
     width: 20px;
 }

 .select2-container--default .select2-search--dropdown .select2-search__field {
     border: 1px solid #e6e6e6;
     border-radius: 4px;
 }

 .select2-container--default .select2-selection--single .select2-selection__rendered {
     font-size: 22px;
     font-weight: 600;
 }

 .studysearch {
     position: relative;
     margin-bottom: 30px;
 }

 .studysearch::before {
     left: 22px;
     top: 12px;
     transform: translateY(35%);
     height: 25px;
     width: 25px;
 }

 .studysearch::before {
     background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E79D8EE45-7747-4E73-8BF2-7EBCFD0C1B38%3C/title%3E%3Cpath d='M0 7.114a7.114 7.114 0 0 0 11.772 5.375L17.282 18l.718-.72-5.51-5.51A7.114 7.114 0 0 0 5.108.29 7.113 7.113 0 0 0 0 7.114zm1.017 0a6.1 6.1 0 1 1 6.1 6.1 6.111 6.111 0 0 1-6.1-6.1z' fill='%23595959' fill-rule='evenodd'/%3E%3C/svg%3E");
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
 }

 .studysearch .select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-width: 9px 10px 0 9px;
     left: -130%;
     top: 31px;
 }

 .select2-container--default .select2-selection--single .select2-selection__arrow b {
     border-color: #888 transparent transparent transparent;
     border-style: solid;
     border-width: 5px 4px 0 4px;
     height: 0;
     left: 50%;
     margin-left: -4px;
     margin-top: -2px;
     position: absolute;
     top: 50%;
     width: 0;
 }

 .studysearch .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
     border-width: 0 9px 10px 9px;
     left: -130%;
 }

 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
     border-color: transparent transparent #888 transparent;
     border-width: 0 4px 5px 4px;
 }

 .wd-color-1 {
     border-top: 1px solid #d9d9d9;
 }

 .wd-black {
     background: #000;
 }

 .wd-black .content-title h3,
 .wd-black .content-title a {
     color: #fff;
     display: flex;
     align-items: center;
 }

 .wd-black .section-title {
     font-size: 42px;
     color: #fff
 }

 .wd-black .wd-button i.mdi-arrow-right {
     background: #656f77;
     border: 1px solid #656f77;
     height: 35px;
     width: 35px;
     display: inline-flex;
     border-radius: 50%;
     justify-content: center;
     align-items: center;
     font-size: 24px;
     margin-right: 10px;
     color: #fff;
 }

 .bg-radius-top {
     border-top-left-radius: 90px;
     border-top-right-radius: 90px;
 }

 .wd-lightblue {
     background: #f8faff;
     position: relative;
 }

 .wd-lightblue::before {
     position: absolute;
     content: '';
     background: #000
 }

 .degree-items h3.widget-title {
     display: none;
 }

 .degree-items,
 .degree-items .menu {
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     font-size: 16px;
     font-weight: 900;
 }

 .degree-items .widget ul li {
     padding-right: 20px;
 }

 .degree-items .widget ul li a {
     border-bottom: thin solid;
     color: #444;
 }

 .degree-items {
     visibility: hidden;
 }

 @media (max-width: 767px) {
     .degree-items {
         display: none;
     }
 }

 .module .type-video {
     display: block;
     width: 100%;
 }

 .module .type-video .thumbnail-content-video {
     padding-top: 60px;
 }

 .module .type-video .thumbnail-content-video .entry-header {
     margin-bottom: 15px;
 }

 .thumbnail-content-video .entry-header .entry-title {
     font-size: 28px;
 }

 .module .type-video .thumbnail-content-video p {
     font-weight: 700;
     color: #aaa;
 }

 .module .type-video .col-sm-5.col-md-5.col-lg-5 {
     position: relative;
 }

 .module .type-video .col-sm-5.col-md-5.col-lg-5 .wd-button {
     position: absolute;
     bottom: 0;
 }

 .wd-button {
     position: relative;
     border: 0 solid #a51e37;
     padding: 0.1rem 0 0.1rem 0;
     font-family: Arial, sans-serif;
     font-weight: 600;
     border-left: 0px dotted;
     margin-left: 0;
 }

 .pd-button {
     display: block;
     color: #a51e37;
     font-weight: 600;
     font-family: Merriweather, serif;
     text-align: right;
     padding-top: 15px;
 }

 .splide__slide .wd-button,
 .u-module-margin.see-all .wd-button {
     position: absolute;
     right: 0;
     bottom: 0;
 }

 .red.wd-button {
     background: #a51e37;
     color: #fff;
 }

 .red.wd-button::after {
     background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E413C6A51-D950-49E6-8134-9969D7D9D5DB%3C/title%3E%3Cpath d='M10 0v4H9V1.707L5.853 4.854l-.706-.707L8.293 1H6V0h4zM0 10V0h4v1H1v8h8V6h1v4H0z' fill-rule='evenodd'/%3E%3C/svg%3E");
 }

 .redirect.wd-button {
     background: #a51e37;
     color: #fff;
 }

 .redirect.wd-button::after {
     background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' enable-background='new 0 0 2000 2000' height='512' fill='%23ffffff' viewBox='0 0 2000 2000' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='m256 1808c-16.4 0-32.8-6.2-45.3-18.7-25-25-25-65.5 0-90.5l1488-1488c25-25 65.5-25 90.5 0s25 65.5 0 90.5l-1487.9 1488c-12.5 12.5-28.9 18.7-45.3 18.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath d='m1744 1663.3c-35.3 0-64-28.7-64-64v-1279.3h-1279.3c-35.3 0-64-28.7-64-64s28.7-64 64-64h1343.3c35.3 0 64 28.7 64 64v1343.3c0 35.3-28.7 64-64 64z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
     height: 16px;
     width: 16px;
     top: 16px;
 }

 .col-md-3 .wd-button,
 .col-md-4 .wd-button {
     float: right;
 }

 .item {
     -webkit-transition: opacity 0.6s linear;
     -moz-transition: opacity 0.6s linear;
     -o-transition: opacity 0.6s linear;
     transition: opacity 0.6s linear;
     -moz-opacity: 0.3;
     -khtml-opacity: 0.3;
     -webkit-opacity: 0.3;
     opacity: 0.3;
     display: flex;
     justify-content: center;
 }

 .active .item {
     -moz-opacity: 1;
     -khtml-opacity: 1;
     -webkit-opacity: 1;
     opacity: 1;
 }

 .sk-app-container {
     border-radius: 8px !important;
     margin-bottom: 25px !important;
     background-color: transparent !important;
 }

 .sk-mod-showing .sk-child-el {
     display: none !important
 }

 #customDots {
     margin-bottom: 2.6rem;
 }

 #customDots .owl-dot {
     font-size: 0;
     line-height: 0;
     background-color: transparent;
     width: 50px;
     height: 2px;
     position: relative;
     padding: 0.5rem 0;
     display: inline-block;
     margin-right: 0.5rem;
 }

 #customDots .owl-dot::before {
     content: "";
     position: absolute;
     background-color: #656f77;
     width: 50px;
     height: 2px;
     left: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 #customDots .owl-dot.active::before {
     background-color: #fff;
 }

 #customDots .owl-dot:last-child {
     display: none;
 }

 .info-box h3,
 .info-box p {
     width: 100%;
     max-width: 250px;
 }

 .info-box h3 {
     margin-bottom: 20px !important;
 }

 .info-box p {
     font-size: 16px;
     line-height: 1.3;
 }

 #customNavs .owl-next,
 #customNavs .owl-prev {
     border-radius: 50%;
     background: #656f77 !important;
     border: thin solid #656f77;
     background: 0 0;
     width: 50px;
     height: 50px;
     box-shadow: none;
     position: relative;
     display: inline-block;
 }

 #customNavs .owl-next i {
     font-size: 35px;
     color: #fff;
     position: absolute;
     top: 11px;
     left: 8px;
 }

 #customNavs .owl-prev i {
     font-size: 29px;
     color: #fff;
     position: absolute;
     top: 11px;
     right: 10px;
 }

 .module .type-profil .thumbnail-content {
     margin: -30px 0;
     padding: 0 0 20px;
 }

 .module .type-profil p {
     margin-top: 10px;
 }

 .module .type-profil .entry-footer a {
     display: none;
 }

 .item.others {
     background: 0 0;
 }

 .list-names {
     display: flex;
     justify-content: center;
     align-items: center;
     height: 440.5px;
     padding: 0 20px;
     margin-top: 30px;
 }

 .flex-container {
     display: flex;
     flex-direction: column;
     padding: 0;
 }

 .flex-container .entry-media img,
 .flex-container .placeholder {
     height: 276px;
 }

 .flex-fixed {
     height: 276px;
 }

 .flex-content {
     position: relative;
     padding: 40px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .top-color__pink {
     background-color: #ac145a;
 }

 .top-color__pink:after {
     content: "";
     position: absolute;
     left: 46%;
     top: -20px;
     width: 0;
     height: 0;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-bottom: 20px solid #ac145a;
     clear: both;
 }

 .bottom-color__oyen {
     background-color: #ea7600;
 }

 .bottom-color__oyen:after {
     content: "";
     position: absolute;
     left: 46%;
     bottom: -20px;
     width: 0;
     height: 0;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-top: 20px solid #ea7600;
     clear: both;
     z-index: 2;
 }

 .top-color__tosca {
     background-color: #0097a9;
 }

 .top-color__tosca:after {
     content: "";
     position: absolute;
     left: 46%;
     top: -20px;
     width: 0;
     height: 0;
     border-left: 20px solid transparent;
     border-right: 20px solid transparent;
     border-bottom: 20px solid #0097a9;
     clear: both;
 }

 .flex-fixed h3 {
     font-size: 24px;
     font-weight: 900;
     color: #fff;
 }

 .grid-container {
     height: 100%;
     margin: 0;
 }

 .grid-container {
     display: grid;
     grid-template-columns: 25% 25% 25% 25%;
     grid-template-rows: 348px 348px;
     gap: 0 0;
 }

 .Block-1 {
     grid-area: 1/1/2/3;
 }

 .Block-2 {
     grid-area: 1/3/3/4;
 }

 .Block-3 {
     grid-area: 1/4/2/5;
 }

 .Block-4 {
     grid-area: 2/1/3/2;
 }

 .Block-5 {
     grid-area: 2/2/3/3;
 }

 .Block-6 {
     grid-area: 2/4/3/5;
 }

 .Block-2 {
     grid-area: 1/3/3/4;
 }

 .grid-container * {
     position: relative;
 }

 .Block-1 article {
     height: 100%;
 }

 .Block-1 figure {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     height: 100%;
 }

 .Block-1 figure iframe {
     position: relative;
     z-index: 0;
 }

 .Block-2 article,
 .Block-3 article,
 .Block-4 article,
 .Block-5 article,
 .Block-6 article {
     position: relative;
     overflow: hidden;
     height: 100%;
 }

 .Block-2 article img,
 .Block-3 article img,
 .Block-4 article img,
 .Block-5 article img,
 .Block-6 article img {
     height: 100%;
     width: 100%;
     object-fit: cover;
     object-position: center;
     transition: 0.5s all ease-in-out;
 }

 .Block-2 article img:hover,
 .Block-3 article img:hover,
 .Block-4 article img:hover,
 .Block-5 article img:hover,
 .Block-6 article img:hover {
     transform: scale(1.1);
 }

 .block-thumbnail-content {
     position: absolute;
     bottom: 0;
     width: 100%;
     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 80%);
     padding: 4.5rem 1rem 0.7rem;
 }

 .Block-1 .block-thumbnail-content {
     padding: 4.5rem 0 18px 75px;
 }

 .block-thumbnail-content h3 {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 3;
     white-space: pre-wrap;
     font-size: 20px;
     font-weight: 600;
     line-height: 1.32em;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
     margin-bottom: 5px;
 }

 .Block-1 .block-thumbnail-content h3 {
     color: #fff;
 }

 .block-thumbnail-content h3 a {
     color: #fff;
 }

 .block-thumbnail-content time {
     color: #fff;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
 }

 .block-thumbnail-content a.lm-explore {
     color: #fff;
     font-family: Arial, sans-serif;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     white-space: pre-wrap;
 }

 .faculty-thumbnail-content {
     position: relative;
     width: 100%;
     padding: 1rem 0 0.7rem;
     font-family: Arial, sans-serif;
     font-size: 14px;
 }

 .faculty-thumbnail-content h3::after {
     background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PGc+PGc+PHBhdGggZD0ibTU5LjUgMzRoLTU1Yy0xLjEgMC0yLS45LTItMnMuOS0yIDItMmg1NC45YzEuMSAwIDIgLjkgMiAycy0uOCAyLTEuOSAyeiIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxwYXRoIGQ9Im0zNy41IDU2Yy0uNSAwLTEtLjItMS40LS42LS44LS44LS44LTIgMC0yLjhsMjAuNi0yMC42LTIwLjYtMjAuNmMtLjgtLjgtLjgtMiAwLTIuOHMyLS44IDIuOCAwbDIyIDIyYy44LjguOCAyIDAgMi44bC0yMiAyMmMtLjQuNC0uOS42LTEuNC42eiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     right: 0;
     height: 18px;
     width: 18px;
     top: 17px;
 }

 .type-fakultas img.faculty {
     height: 168px;
     width: 100%;
     object-fit: cover;
     object-position: center;
 }

 .explore-flex {
     display: flex;
     justify-content: space-between;
 }

 .explore-up__content .menu {
     margin: 15px 0;
     list-style: none;
     display: flex;
     flex-wrap: wrap;
     align-items: baseline;
     text-transform: normal;
     font-size: 15px;
     font-weight: 700;
 }

 .explore-up__content ul li {
     padding-right: 40px;
 }

 .explore-up__content ul li a {
     position: relative;
     color: #1a1a1a;
     padding-right: 20px;
 }

 .explore-up__content ul li a::after {
     background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNjQgNjQiIHdpZHRoPSI1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGc+PGc+PGc+PHBhdGggZD0ibTU5LjUgMzRoLTU1Yy0xLjEgMC0yLS45LTItMnMuOS0yIDItMmg1NC45YzEuMSAwIDIgLjkgMiAycy0uOCAyLTEuOSAyeiIvPjwvZz48L2c+PC9nPjxnPjxnPjxnPjxwYXRoIGQ9Im0zNy41IDU2Yy0uNSAwLTEtLjItMS40LS42LS44LS44LS44LTIgMC0yLjhsMjAuNi0yMC42LTIwLjYtMjAuNmMtLjgtLjgtLjgtMiAwLTIuOHMyLS44IDIuOCAwbDIyIDIyYy44LjguOCAyIDAgMi44bC0yMiAyMmMtLjQuNC0uOS42LTEuNC42eiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     right: -10px;
     height: 18px;
     width: 18px;
     top: 2px;
 }

 iframe.vjs-tech {
     margin: 0 !important;
 }

 .yt-player {
     object-fit: cover;
     height: 100%;
     width: 100%;
 }

 .yt-player>div {
     width: 100%;
     height: 100%;
     position: relative;
 }

 .yt-player iframe {
     top: 0;
     left: 0;
     width: 100%;
     height: 437px;
     z-index: 100;
     background: 0 0;
     margin-top: 0;
     border-radius: 0;
 }

 .yt-mobile iframe {
     height: 320px;
     border-radius: 8px
 }

 .yt-player img {
     margin: auto;
     cursor: pointer;
     -webkit-transition: 0.4s all;
     -moz-transition: 0.4s all;
     transition: 0.4s all;
     object-fit: cover;
     object-position: center;
     width: 100%;
     height: 100%;
 }

 @media (max-width: 767px) {
     .yt-mobile iframe {
         position: relative;
     }
 }

 .yt-player img:hover {
     filter: brightness(75%);
     -webkit-filter: brightness(75%);
 }

 .yt-player .play {
     height: 40px;
     width: 40px;
     left: 40px;
     bottom: 3px;
     position: absolute;
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojREYwNzJFO30KCS5zdDF7ZmlsbDpub25lO3N0cm9rZTojREYwNzJFO3N0cm9rZS13aWR0aDoxNDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9Cgkuc3Qye2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNTYsNjYuNEMxNTEuMyw2Ni40LDY2LjQsMTUxLjMsNjYuNCwyNTZTMTUxLjMsNDQ1LjYsMjU2LDQ0NS42UzQ0NS42LDM2MC43LDQ0NS42LDI1NlMzNjAuNyw2Ni40LDI1Niw2Ni40egoJIE0yMzMuOCwzMTUuM1YxOTYuN2w3NC4xLDU5LjNMMjMzLjgsMzE1LjN6Ii8+CjxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjI1NiIgY3k9IjI1NiIgcj0iMjQ5LjgiLz4KPHBvbHlnb24gY2xhc3M9InN0MiIgcG9pbnRzPSIzNTQuNSwyNTkgMjEwLjgsMTU2IDIxMC44LDM2MiAiLz4KPC9zdmc+Cg==);
     background-size: cover;
     cursor: pointer;
     -ms-transform: translate(-50%, -50%);
     -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
     -o-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     z-index: 99;
 }

 .jumper a.u-head {
     position: absolute;
     bottom: 0;
     left: 50%;
     z-index: 2;
     display: inline-block;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     color: #fff;
     letter-spacing: 0.1em;
     text-decoration: none;
     transition: opacity 0.3s;
     z-index: 79;
 }

 .jumper a.u-head span {
     position: absolute;
     bottom: 20px;
     left: 50%;
     width: 27px;
     height: 43px;
     margin-left: -15px;
     border: 2px solid rgba(255, 255, 255, 0.7);
     border-radius: 50px;
     box-sizing: border-box;
     background: #ffffff;
 }

 .jumper a.u-head span::before {
     position: absolute;
     top: 10px;
     left: 50%;
     content: "";
     width: 6px;
     height: 6px;
     margin-left: -3px;
     background-color: #000;
     border-radius: 100%;
     -webkit-animation: sdb10 2s infinite;
     animation: sdb10 2s infinite;
     box-sizing: border-box;
 }

 .newahead {
     position: relative;
     height: 50px;
 }

 .next-jumper a {
     position: absolute;
     bottom: 0;
     left: 50%;
     display: inline-block;
     -webkit-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     text-decoration: none;
     transition: opacity 0.3s;
     z-index: 79;
     font-weight: 400;
     font-size: 15px;
     letter-spacing: 0.8px;
     text-transform: uppercase;
     color: #952b7f;
 }

 .next-jumper a:hover {
     color: #91347d;
     opacity: 1;
 }

 .next-jumper a span {
     position: absolute;
     left: 55%;
     -webkit-transform: translate(-50%, -50%);
     margin-left: -15px;
     transform: translate(-55%, -55%);
     border-radius: 50px;
     box-sizing: border-box;
 }

 .next-jumper a span::before {
     position: absolute;
     top: -15px;
     left: 50%;
     content: "";
     width: 0;
     height: 0;
     margin-left: -3px;
     border-top: 12px solid #d9d9d9;
     border-left: 11px solid transparent;
     border-right: 11px solid transparent;
 }

 .first {
     position: relative;
     background-color: #fff;
     margin-top: 5px;
     z-index: 9;
 }

 .news {
     display: flex;
     justify-content: center;
     margin: 30px 0
 }

 .country-selector.weglot-inline label {
     display: none
 }

 .welang {
     display: flex;
     justify-content: center;
     background: #f6a61f;
     width: 85px;
     color: #303030;
     border-left: 0px;
     height: 80px;
     align-items: center;
 }

 .welang i.mdi {
     font-size: 26px;
 }

 .welang .country-selector.weglot-inline li {
     margin: 4px 0px;
 }

 .welang .country-selector a {
     font-size: 17.3px;
     font-weight: 600;
     padding: 0 5px;
 }

 .welang .country-selector a:hover {
     text-decoration: none;
     color: inherit;
 }

 #pojo-a11y-toolbar {
     position: absolute;
 }

 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
     background-image: linear-gradient(180deg, #4b8dff, #4058ff) !important
 }

 .pojo-a11y-toolbar-overlay {
     background: #f2f3f8 !important;
     padding: 0 20px !important;
     border: 0px !important;
 }

 .pojo-a11y-toolbar-inner {
     padding-bottom: 20px;
 }

 .pojo-a11y-toolbar-inner ul {
     background: #fff;
     box-shadow: 0 10px 30px rgb(60 80 170 / 10%);
     border-radius: 12px;
 }

 .pojo-a11y-toolbar-inner ul li a {
     font-size: 16px !important;
     border-bottom: solid 1px #ebecf2;
     padding: 15px 0 !important;
 }

 .pojo-a11y-toolbar-inner ul li:last-child a {
     border-bottom: 0;
 }

 .pojo-a11y-toolbar-inner ul li a i {
     background: #f2f7fa;
     padding: 7px;
     border-radius: 50%;
     margin-right: 7px;
 }

 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a:focus {
     background-color: #f6a61f !important
 }

 #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
     width: 85px;
     height: 80px;
     display: flex !important;
     justify-content: center;
     position: absolute !important;
     right: 0;
     border: none !important;
 }

 .sk-app-container {
     background-color: #fff !important;
 }

 .wp_autosearch_category {
     display: none !important
 }

 .wp-block-media-text {
     margin-bottom: 40px;
 }

 .wp-block-media-text .has-large-font-size {
     font-family: utopia-std, serif;
     line-height: 1.2;
     font-weight: 400;
 }

 .news-cat {
     display: flex;
     justify-content: start;
 }

 .news-cat .cat-list {
     cursor: pointer;
     text-align: center;
     height: 46px;
     border-radius: 100px;
     border: 1px solid #8996a0;
     padding: 0 24px;
     color: #1e1e1e;
     font-size: 16px;
     font-weight: 600;
     background-color: initial;
     white-space: nowrap;
     transition: all .15s ease-in-out;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 7px
 }

 .news-cat .cat-list.active {
     border: 1px solid #000;
     background: #000;
     color: #fff;
 }

 .news-cat .splide__track {
     position: relative;
 }

 .news-cat .splide__track::after {
     bottom: 0;
     content: "";
     display: block;
     opacity: 1;
     pointer-events: none;
     position: absolute;
     top: 0;
     transition: opacity .2s ease-in-out;
     width: 150px;
     background: linear-gradient(90deg, #fff0 0, #fff 90%, #fff);
     right: 0;
     z-index: 999999;
     ;
 }

 .news-cat #splide-news {
     flex-grow: 1;
     min-width: 0
 }

 .news-cat .splide__arrow--prev {
     display: none
 }

 .news-cat .splide__arrow--next {
     right: 0;
     background: transparent;
 }

 @-webkit-keyframes sdb10 {
     0% {
         -webkit-transform: translate(0, 0);
         opacity: 0;
     }
     40% {
         opacity: 1;
     }
     80% {
         -webkit-transform: translate(0, 20px);
         opacity: 0;
     }
     100% {
         opacity: 0;
     }
 }

 @keyframes sdb10 {
     0% {
         transform: translate(0, 0);
         opacity: 0;
     }
     40% {
         opacity: 1;
     }
     80% {
         transform: translate(0, 20px);
         opacity: 0;
     }
     100% {
         opacity: 0;
     }
 }

 .archive-announcement article,
 .archive-default article,
 .archive-event article,
 .archive-video article {
     margin-bottom: 20px;
 }

 .archive-event article {
     background-color: transparent;
     flex: 1;
     height: 340px;
     position: relative;
     box-shadow: 0 0 30px rgb(0 0 0 / 7%);
     border-radius: 10px;
 }

 .archive-event article .summary-content .date {
     display: flex !important;
     align-items: center;
     justify-content: space-between;
 }

 .archive-announcement article {
     background: #f2f2f2;
     flex: 1;
     height: 290px;
     position: relative;
 }

 .archive-announcement article .wd-button {
     position: absolute;
     right: auto;
     left: 20px;
     bottom: 20px;
     padding: 0.4rem 3.2rem 0.4rem 1rem;
 }

 .archive-video article figure {
     height: 206px;
 }

 .archive-video article figure .yt-player .play {
     left: 42.5%;
     top: 36%;
 }

 .archive-video article .thumbnail-content {
     margin: 0;
     padding: 20px 0;
 }

 .select2-search select {
     border: 0 !important;
 }

 .wgs_wrapper .gsc-input-box .gsib_a input {
     height: auto !important;
     font-family: sans-serif;
     font-size: 20px;
     font-weight: 700;
     text-transform: uppercase;
     text-align: center;
     color: #000;
     background: 0 0;
     font-family: Graphik, sans-serif;
     padding: 0 0 0 2px !important;
 }

 .entry-content .gsc-input {
     padding: 0px !important;
     border: none;
 }

 .entry-content .gsc-input .gsib_a {
     padding: 0px !important;
 }

 .entry-content .gsc-input input {
     padding: 5px 10px !important;
     height: auto !important;
     background: #f4f4f4 !important;
     font-size: 20px;
     font-family: Lato, sans-serif;
 }

 .wgs_wrapper .gsc-input-box .gsib_a input::placeholder {
     color: #aaa;
 }

 .wgs_wrapper .gsc-input {
     padding-right: 0 !important;
 }

 .wgs_wrapper td.gsib_a {
     padding: 0 !important;
 }

 .wgs_wrapper .gs-webResult .gs-visibleUrl {
     color: #3f4145 !important;
 }

 table.gsc-search-box {
     margin-bottom: -17px !important;
 }

 .gcsc-more-maybe-branding-root,
 .gsc-adBlock,
 .gsc-search-button,
 .gsc-table-cell-thumbnail,
 .gsc-thumbnail,
 .gsib_b {
     display: none !important;
 }

 input.gsc-input::placeholder {
     font-size: 20px !important;
 }

 .gs-promotion-image-box .gs-promotion-image,
 .gs-result .gs-image,
 .gs-result .gs-promotion-image,
 .gs-web-image-box .gs-image {
     border: 0 !important;
 }

 .gsc-control-cse {
     padding: 1em 0 !important;
 }

 .gs-snippet {
     font-size: 13px;
 }

 .gsc-result .gs-title {
     font-family: Graphik, sans-serif;
     font-weight: 700;
     font-size: 17px !important;
 }

 .gcs-result .gs-title a {
     color: #165eb1 !important;
 }

 .gcs-result .gs-title b {
     font-weight: 900;
 }

 table.dataTable {
     font-family: Arial, sans-serif;
     font-size: 15px;
     margin-bottom: 30px;
     color: #555;
 }

 table.dataTable thead th input {
     background: 0 0 !important;
     border-radius: 0;
     border: solid 1px #e6e6e6;
 }

 table.dataTable thead td,
 table.dataTable thead th {
     border-bottom: 1px solid #e3e3e3 !important;
     border-top: 0;
     border-left: 0;
     border-right: 0;
 }

 table.dataTable tfoot td,
 table.dataTable tfoot th {
     border-top: 1px solid #e3e3e3 !important;
     border-bottom: 0;
     border-left: 0;
     border-right: 0;
 }

 table.dataTable tbody td {
     border-top: 0 !important;
     border-left: 0 !important;
     border-right: 0 !important;
     padding: 12px 10px;
 }

 table.dataTable img.ic-pdf {
     margin: 0 auto;
 }

 table.dataTable.no-footer {
     border-bottom: 0px solid transparent !important;
     margin-bottom: 30px
 }

 table.dataTable th.category,
 table.dataTable td.category {
     display: none;
 }

 table.dataTable thead td,
 table.dataTable tbody th,
 table.dataTable tbody td {
     padding: 12px 10px;
 }

 table.dataTable p {
     margin: 0 0 5px;
 }

 table.dataTable.manual thead {
     background: #000;
     color: #fff;
     font-weight: 600;
 }

 table.dataTable .col-doc_link {
     text-align: right;
 }

 table.dataTable .col-button {
     padding: 30px 0 !important;
 }

 table.dataTable .col-button a {
     float: right;
 }

 table.dataTable a.cf-link,
 table.dataTable a.posts-table-button {
     background: #000;
     color: #fff;
     padding: 14px 20px;
     border-radius: 20px;
     text-transform: uppercase;
     font-size: 11px;
     letter-spacing: .5px;
     font-weight: bold;
 }

 .dataTables_wrapper .dataTables_paginate .paginate_button {
     font-weight: normal;
 }

 .posts-table-controls.posts-table-below {
     font-size: 14px;
 }

 #files thead tr th,
 #laporantahunan thead tr th {
     box-sizing: border-box;
 }

 #files_length,
 #laporantahunan_length {
     display: flex;
     flex-direction: row;
     align-items: center;
 }

 #files_length label select,
 #laporantahunan_length label select {
     width: 80px;
     margin: 0 10px;
 }

 #files_filter label,
 #laporantahunan_filter label {
     display: flex;
     flex-direction: row;
     align-items: center;
 }

 #files_filter label input,
 #laporantahunan_filter label input {
     margin-left: 10px;
     width: 236px;
 }

 #events-tbl span i.mdi {
     color: #34bd78
 }

 #events-tbl .posts-table-above {
     margin-bottom: 60px;
     margin-top: 40px;
 }

 #events-tbl table tbody tr td.col-title {
     font-family: utopia-std, serif;
     font-size: 20px;
     line-height: 1.35;
     padding: 30px 0;
 }

 #events-tbl table thead tr th.col-jdih_year,
 #events-tbl table thead tr th.col-jdih_number,
 #events-tbl table thead tr th.col-doc-categories {
     text-align: center;
 }

 #events-tbl table tbody tr td.col-jdih_year,
 #events-tbl table tbody tr td.col-jdih_number,
 #events-tbl table tbody tr td.col-doc-categories {
     padding: 30px 0 !important;
     text-align: center;
 }

 #events-tbl table tbody tr td.col-title {
     padding-right: 40px !important
 }

 #events-tbl table tbody tr.odd>.sorting_1,
 #events-tbl table tbody tr.even>.sorting_1 {
     background-color: inherit;
 }

 #events-tbl .dataTable thead tr th {
     text-align: left;
     padding: 10px 0;
     font-weight: normal;
     letter-spacing: .8px;
     text-transform: uppercase;
     color: #1e1e1e;
     font-size: 14px;
     border-bottom: 1px solid #1e1e1e !important;
 }

 #events-tbl .posts-data-table thead th {
     background-image: none !important;
 }

 #events-tbl td.col-agenda_date_start {
     position: relative;
     padding-left: 25px !important;
     padding-top: 30px !important;
 }

 #events-tbl tr.future td.col-agenda_date_start:after {
     position: absolute;
     content: "\F12F";
     border-radius: 50%;
     display: inline-block;
     font: normal normal normal 24px/1 "Material Design Icons";
     font-size: inherit;
     text-rendering: auto;
     line-height: inherit;
     -webkit-font-smoothing: antialiased;
     color: #34bd78;
     left: 0;
 }

 #events-tbl .posts-table-controls {
     justify-content: space-between;
 }

 #events-tbl .posts-table-select-filters {
     display: flex;
     margin-left: 0 !important;
 }

 #events-tbl .dataTables_filter {
     margin-left: 0px;
 }

 #events-tbl .dataTables_length label {
     display: flex;
     align-items: center;
 }

 #events-tbl .dataTables_length span.select2 {
     width: 105px !important
 }

 #events-tbl span.select2 {
     display: block !important;
     cursor: pointer;
     text-align: center;
     height: 46px !important;
     border-radius: 100px;
     border: 1px solid #8996a0;
     padding: 0 24px;
     color: #1e1e1e;
     font-size: 18px !important;
     background-color: initial;
     white-space: nowrap;
     transition: all .15s ease-in-out;
     display: flex;
     align-items: center;
     margin-left: 10px
 }

 #events-tbl .dataTables_paginate {
     margin-left: 0
 }

 #events-tbl span.select2 .select2-selection {
     border: 0px;
     padding: 0 !important;
 }

 #events-tbl .select2-selection__arrow:before {
     display: inline-block;
     border-bottom: 1px solid #1e1e1e !important;
     border-right: 1px solid #1e1e1e !important;
     height: 13px;
     width: 13px;
     transform: rotate(45deg);
     margin-top: 12px;
 }

 #events-tbl .select2-selection__arrow b {
     display: none !important
 }

 #events-tbl span.select2 .select2-selection__rendered {
     height: 44px !important;
     display: flex;
     justify-content: left;
     padding: 0px !important;
     align-items: center;
     line-height: 0 !important;
     font-size: 18px;
     color: #1e1e1e !important;
 }

 #events-tbl .dataTables_filter label,
 #events-tbl .dataTables_filter input {
     position: relative;
     width: 100% !important;
     display: block !important;
 }

 #events-tbl .dataTables_filter label input {
     background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
     background-repeat: no-repeat !important;
     background-position: 97% 50% !important;
     background-color: transparent !important;
     border: 1px solid #8996a0 !important;
     border-radius: 100px !important;
     color: #1e1e1e;
     display: flex !important;
     padding-left: 16px !important;
     padding-right: 16px !important;
     width: 100% !important;
     justify-content: space-between !important;
     height: 46px !important;
     font-size: 18px !important;
 }

 #events-tbl .dataTable tr.odd {
     background-color: #fff !important
 }

 #events-tbl span.select2-dropdown {
     border: none !important;
 }

 #events-tbl ul.select2-results__options {
     background: #fff;
     border-radius: 10px;
     border: 0px !important;
     box-shadow: 4px 4px 80px rgb(55 56 69 / 20%);
     margin-top: 10px !important;
 }

 #events-tbl ul.select2-results__options li {
     padding: 12px;
     text-align: center;
 }

 #events-tbl .select2-results__option--highlighted.select2-results__option--selectable {
     background-color: #000;
 }

 ul.timeline {
     list-style-type: none;
     position: relative;
     padding-left: 1.5rem;
 }

 ul.timeline:before {
     content: ' ';
     background: #bac5c6;
     display: inline-block;
     position: absolute;
     border-radius: 50%;
     left: 12px;
     width: 12px;
     height: 12px;
     z-index: 400;
     top: 16px;
 }

 li.timeline-item {
     margin: 0 20px;
     border: 1px solid #bac5c6;
     border-radius: 10px;
     padding: 0 20px;
 }

 .timeline-arrow {
     border-top: 0.5rem solid transparent;
     border-right: 0.5rem solid #bac5c6;
     border-bottom: 0.5rem solid transparent;
     display: block;
     position: absolute;
     left: 2.3rem;
     top: 15px;
 }

 li.timeline-item::before {
     content: ' ';
     background: #bac5c6;
     display: inline-block;
     position: absolute;
     left: 18px;
     width: 1px;
     height: 97%;
     z-index: 400;
     border-radius: 1rem;
     margin-top: 20px;
 }

 .list_header {
     padding-top: 0 !important;
     padding-bottom: 0 !important;
 }

 .cpt-list-pages {
     list-style: none;
     padding: 0;
     margin: 0;
 }

 .cpt-list-pages li {
     display: flex;
     width: 100%;
     justify-content: space-between;
     padding-top: 36px;
     padding-bottom: 36px;
     border-bottom: 1px solid #000;
     font-size: 20px;
     font-weight: 500;
     line-height: 1.6
 }

 .cpt-list-pages .page_item_has_children {
     display: flex;
     width: 100%;
     justify-content: space-between;
     padding-top: 36px;
     padding-bottom: 36px;
     border-bottom: 1px solid #000;
 }

 .cpt-list-pages .page_home_title {
     display: flex;
     width: 100%;
     justify-content: space-between;
     padding-bottom: 36px;
     padding-top: 0;
     border-bottom: 1px solid #000;
 }

 .cpt-list-pages .page_item_has_children .children {
     list-style: none;
     padding: 0;
     margin: 0;
     width: 70%;
 }

 .cpt-list-pages .page_item_has_children .children li {
     display: flex;
     justify-content: space-between;
     padding: 16px 0;
     border-bottom: 1px solid #f5f5f5;
     align-items: center;
     font-size: 1rem;
     font-weight: normal;
 }

 .cpt-list-pages .page_item_has_children .children li:last-child {
     border-bottom: 0px
 }

 .cpt-list-pages .cpt-title {
     font-size: 20px;
     font-weight: 500;
     padding-top: 16px;
     padding-right: 50px;
     width: 38%;
     line-height: 1.6;
 }

 .cpt-list-pages .cpt-cat {
     letter-spacing: .5px;
     font-size: 14px;
     font-weight: 400
 }

 .cpt-list-pages .chil-title {
     width: 70%;
     line-height: 1.6
 }

 .cpt-list-pages a.cf-link {
     background: #000;
     color: #fff;
     padding: 6px 13px;
     border-radius: 20px;
     text-transform: uppercase;
     font-size: 11px;
     letter-spacing: .5px;
     font-weight: bold;
 }

 table.jdih-detail {
     width: 100%
 }

 table.jdih-detail tr td {
     vertical-align: top;
     border: 0;
 }

 table.jdih-detail tr:nth-child(odd) {
     background-color: #f9f9f9
 }

 table.jdih-detail .button {
     text-decoration: none
 }

 table.jdih-detail ul {
     margin: 0;
     font-size: 15px !important;
     line-height: 24px !important;
 }

 @media (max-width: 767px) {
     .single-agenda .term-bar,
     .post-type-archive-agenda .term-bar {
         height: 70px !important
     }
     .single-agenda #breadcrumbs {
         margin: 0 0 25px;
     }
     #events-tbl table,
     #events-tbl thead,
     #events-tbl tbody,
     #events-tbl th,
     #events-tbl td,
     #events-tbl tr {
         display: block;
     }
     #events-tbl thead tr {
         position: absolute;
         top: -9999px;
         left: -9999px;
     }
     #events-tbl tr {
         border-bottom: 1px solid #ccc;
         margin-bottom: .5em;
     }
     #events-tbl td {
         border: none;
         position: relative;
         padding: 12px 0 !important;
     }
     #events-tbl tr.publish td.col-agenda_date_start {
         padding-left: 0 !important
     }
     #events-tbl tr.future td.col-agenda_date_start {
         padding-left: 25px !important
     }
     #events-tbl td:before {
         position: absolute;
         top: 0;
         left: 0;
         padding: 1em .5em;
         white-space: wrap;
         font-weight: bold;
     }
     #events-tbl table.dataTable.stripe tbody tr.odd,
     #events-tbl table.dataTable.display tbody tr.odd {
         background: transparent;
     }
     #events-tbl .posts-table-above {
         margin-bottom: 20px
     }
     #events-tbl .posts-table-controls {
         display: block
     }
     #events-tbl .posts-table-select-filters,
     #events-tbl span.select2 {
         margin-right: 0 !important
     }
     #events-tbl .dataTables_filter {
         margin: 15px 0 !important;
     }
     #events-tbl .dataTables_filter label input {
         margin-left: 0px
     }
     #events-tbl table tbody tr td.col-title {
         padding: 20px 0 0 !important
     }
     #events-tbl td.col-agenda_date_start {
         padding-top: 10px !important;
     }
 }

 .list--pages {
     padding-left: 0;
     list-style: none;
     margin: 0;
 }

 .posts-table-wrapper .select2-dropdown {
     border: 1px solid #e6e6e6;
 }

 .posts-table-wrapper .select2-dropdown.posts-table-dropdown .select2-results__option {
     font-size: 14px;
 }

 .posts-table-wrapper .select2-container--default .select2-selection--single {
     border: 1px solid #e6e6e6;
     border-radius: 0;
 }

 .posts-table-controls .select2-container .select2-selection--single .select2-selection__rendered {
     font-size: 14px;
     font-weight: normal;
     color: #1a1a1a;
 }

 .posts-table-wrapper .posts-table-controls .posts-table-select-filters .select2-container,
 .posts-table-wrapper .posts-table-controls .posts-table-select-filters select {
     margin: 0px 5px 2px 0 !important;
 }

 .posts-table-wrapper .posts-table-select-filters {
     order: 0;
     margin-left: 12px !important;
 }

 .posts-table-wrapper .dataTables_length {
     order: -1;
     margin-left: 0 !important
 }

 .posts-table-wrapper .posts-table-controls input[type=search] {
     border: 0 !important;
     box-shadow: none !important;
     border-radius: 0px !important;
     height: 36px !important;
     width: 220px !important;
     border: 1px solid #e6e6e6 !important;
 }

 .posts-table-wrapper .posts-table-controls.posts-table-above {
     margin-bottom: 20px
 }

 .dataTable .col-year_file,
 .dataTable .col-doc_link,
 .dataTable th.col-title,
 .dataTable .col-tahun-skripsi,
 .dataTable .col-skripsi_abstrak_file,
 .dataTable .col-tahun_publikasi {
     text-align: center;
 }

 .dataTable .col-skripsi_abstrak_file,
 .dataTable .col-doc_link {
     vertical-align: middle;
 }

 .centering .item {
     background: #fff;
     border-radius: 5px;
     border: 1px solid #e2e8f0;
     overflow: hidden;
     display: -webkit-box;
     display: flex;
     -webkit-transition: box-shadow 0.3s;
     transition: box-shadow 0.3s;
     opacity: 0.4;
     -webkit-transform: scale(0.8);
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     transform: scale(0.8);
 }

 .centering .item .micro-img {
     border-right: 1px solid #e2e8f0;
     background: #f7f8fc;
     height: auto;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     padding: 20px 30px;
     flex-shrink: 0;
     width: 155px;
     justify-content: center;
     align-items: center;
     display: flex;
 }

 .centering .item .micro-img img {
     width: 100%;
 }

 .centering .item .micro-content {
     padding: 20px 30px;
 }

 .centering .item .micro-content h3 {
     font-weight: 900;
 }

 .centering .item .micro-content p {
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     white-space: pre-wrap;
 }

 .centering .item .micro-content a {
     position: relative;
     font-family: Arial, sans-serif;
     font-size: 13px;
     font-weight: 700;
     color: #333;
 }

 .centering .item .micro-content a::after {
     background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='%23333333' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3E413C6A51-D950-49E6-8134-9969D7D9D5DB%3C/title%3E%3Cpath d='M10 0v4H9V1.707L5.853 4.854l-.706-.707L8.293 1H6V0h4zM0 10V0h4v1H1v8h8V6h1v4H0z' fill-rule='evenodd'/%3E%3C/svg%3E");
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     left: 78px;
     height: 10px;
     width: 10px;
     top: 7px;
 }

 .centering .active .item {
     opacity: 0.85;
     scale: 1;
 }

 .centering .center .item {
     opacity: 1 !important;
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     transform: scale(1);
 }

 .centerNavs {
     position: relative;
     display: flex;
     justify-content: space-between;
 }

 .centerNavs .cm-next,
 .centerNavs .cm-prev {
     text-transform: uppercase;
     font-size: 13px;
     font-weight: 700;
     padding: 15px 20px 0;
     position: relative;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .centerNavs i {
     border-radius: 50%;
     border: thin solid #ececec;
     background: #ececec;
     color: #333;
     width: 30px;
     height: 30px;
     box-shadow: none;
     position: relative;
     display: inline-block;
     font-size: 20px;
     padding: 1px 5px;
     margin: 10px;
 }

 #centerDots .owl-dot.active::before {
     color: #333;
 }

 #centerDots .owl-dot::before {
     content: "•";
     position: absolute;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
 }

 #centerDots .owl-dot {
     font-size: 0;
     line-height: 0;
     background-color: transparent;
     position: relative;
     padding: 0.5rem 3px;
     display: inline-block;
     margin-right: 0.5rem;
     font-size: 20px;
     color: #ececec;
 }

 .results-count {
     position: relative;
     display: flex;
 }

 .results-count {
     margin-left: 0;
 }

 .results-count .thumbnail-content {
     padding: 0 15px 0 !important;
 }

 .results-count h2 {
     margin: 0 !important;
     padding: 0 !important;
     line-height: 16px !important;
 }

 .results-count h2 a {
     font-size: 20px;
     font-weight: 500;
     text-decoration: none;
     line-height: 1.4em
 }

 .post-counter-strike {
     background: rgba(0, 0, 0, 0.1);
     color: #333;
     width: 30px;
     display: block;
     height: 30px;
     border-radius: 50%;
     text-align: center;
     padding: 2px;
     font-size: 12px;
 }

 .rss-counter-strike {
     position: relative;
     top: 5px;
     width: 30px;
     display: block;
     padding: 0 7px;
 }

 .single-agenda time span.date,
 .single-agenda time span.time {
     position: relative;
     padding-left: 25px;
     width: 200px;
 }

 .single-agenda time span.date::before {
     background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' fill='%23555555' height='512' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(-62.744 -90.903)'%3E%3Cpath d='m77.744 94.903v-1c0-.552.448-1 1-1s1 .448 1 1v1c2.209 0 4 1.791 4 4v10c0 2.209-1.791 4-4 4-2.86 0-7.141 0-10 0-2.209 0-4-1.791-4-4v-10c0-2.209 1.791-4 4-4v-1c0-.552.448-1 1-1s1 .448 1 1v1zm4 8h-14v6c0 1.104.895 2 2 2h10c1.104 0 2-.896 2-2zm-2-6v1c0 .552-.448 1-1 1s-1-.448-1-1v-1h-6v1c0 .552-.448 1-1 1s-1-.448-1-1v-1c-1.105 0-2 .895-2 2v2h14v-2c0-1.105-.896-2-2-2z'/%3E%3C/g%3E%3C/svg%3E");
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     left: 0;
     height: 20px;
     width: 20px;
     top: 1px;
 }

 .single-agenda time span.time::before {
     background-image: url("data:image/svg+xml,%3Csvg id='Layer_2' height='512' viewBox='0 0 24 24' fill='%23555555' width='512' xmlns='http://www.w3.org/2000/svg' data-name='Layer 2'%3E%3Cpath d='m12 1a11 11 0 1 0 11 11 11.013 11.013 0 0 0 -11-11zm0 20a9 9 0 1 1 9-9 9.011 9.011 0 0 1 -9 9z'/%3E%3Cpath d='m13 11.586v-5.586a1 1 0 0 0 -2 0v6a1 1 0 0 0 .293.707l3 3a1 1 0 0 0 1.414-1.414z'/%3E%3C/svg%3E");
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     left: 0;
     height: 18px;
     width: 18px;
     top: 4px;
 }

 .testing .owl-stage {
     left: -60px;
 }

 .type-fakultas .faculty-title {
     position: relative;
     display: inline !important;
 }

 .type-fakultas .faculty-title::after {
     background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0nMTAnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxMCAxMCcgZmlsbD0nIzMzMzMzMycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48dGl0bGU+NDEzQzZBNTEtRDk1MC00OUU2LTgxMzQtOTk2OUQ3RDlENURCPC90aXRsZT48cGF0aCBkPSdNMTAgMHY0SDlWMS43MDdMNS44NTMgNC44NTRsLS43MDYtLjcwN0w4LjI5MyAxSDZWMGg0ek0wIDEwVjBoNHYxSDF2OGg4VjZoMXY0SDB6JyBmaWxsLXJ1bGU9J2V2ZW5vZGQnLz48L3N2Zz4=);
     background-size: contain;
     content: "";
     position: absolute;
     z-index: 2;
     right: -24px;
     height: 14px;
     width: 14px;
     top: 21px;
 }

 .type-fakultas .headline-box {
     display: flex;
     justify-content: space-between;
     margin-top: 30px;
 }

 .type-fakultas .headline-div {
     width: 1px;
     background: #eee;
 }

 .type-fakultas .sub-program {
     font-size: 17px;
     font-weight: 900;
     margin: 8px 0 0
 }

 @media (max-width: 767px) {
     .headline-box {
         display: block !important;
     }
     .headline-item {
         display: block;
         padding-bottom: 10px;
         margin-bottom: 15px;
     }
     .headline-item:last-child {
         border-bottom: 0px;
     }
 }

 .type-fakultas .entry-meta {
     display: none;
 }

 .system-breadcrumb {
     background: #f4f4f4;
     padding: 14px 0 11px;
 }

 .page-breadcrumbs {
     border-bottom: 1px solid #bac5c6;
 }

 #breadcrumbs {
     list-style: none;
     margin: 25px 0;
     padding: 0;
     overflow: hidden;
     display: flex;
     align-items: center;
 }

 #breadcrumbs li {
     float: left;
     padding: 0 7px;
     color: #aaa;
     font-size: 14px;
     font-weight: 400;
     letter-spacing: 0.2px;
 }

 #breadcrumbs li a {
     color: #292c2f;
 }

 #breadcrumbs li.separator {
     color: #b5b5b5;
     font-weight: 400;
 }

 #breadcrumbs li.separator i {
     background: #f7f7f7;
     border-radius: 50%;
     color: #1e1e1e;
     width: 20px;
     height: 20px;
     display: flex;
     justify-content: center;
     align-items: center;
     font-size: 19px;
     margin-right: 6px;
 }

 #breadcrumbs li:first-child {
     padding: 0 7px 0 0;
 }

 .wpml-ls-menu-item .wpml-ls-flag {
     top: 2px;
     position: relative;
     border-radius: 2px;
 }

 .wpml-ls-menu-item span.wpml-ls-display {
     margin-left: .4em !important;
     margin-top: 6px;
 }

 #globalNavigation {
     font-family: 'Arial', sans-serif;
     padding: 1em;
     background: #fcf1cd;
     color: #333;
 }

 #globalNavigation a {
     text-decoration: underline;
     color: rgb(195, 51, 51);
 }

 #globalNavigation .cookie-btn {
     border: 0;
     background: transparent;
     padding: 0.25em;
     cursor: pointer;
     float: right;
 }

 .tab {
     overflow: hidden;
     padding-bottom: 20px;
 }

 .tab button {
     float: left;
     outline: none;
     cursor: pointer;
     padding: 14px 16px;
     transition: 0.3s;
     background-color: #fff;
     border: 2px solid #fff;
     font-weight: bold;
     box-shadow: 0 1px 6px 0 rgba(49, 53, 59, 0.12);
     border-radius: 7px;
     margin-right: 5px;
 }

 .tab button.active {
     background-color: #ebffef;
     font-weight: bold;
     color: #4fd15a;
     border: 2px solid #4fd15a
 }

 .tabcontent {
     display: none;
 }

 .recognition {
     display: grid;
     grid-template-rows: repeat(2, 100px);
     grid-template-columns: repeat(2, 1fr);
     grid-gap: 5px;
 }

 .recognition-item {
     display: flex;
     justify-content: center;
     align-items: center;
     background: #f4f5f8;
     padding: 5px;
 }

 .magz-wrapper {
     margin-left: -15px;
     margin-right: -15px;
 }

 .type-majalah {
     display: inline-block;
     width: calc((100% - 12px) / 5);
     padding-left: 15px;
     padding-right: 15px;
 }

 .type-majalah img {
     object-fit: cover;
     width: 100%;
     height: 100%;
 }

 .type-majalah h3 {
     text-align: center;
     letter-spacing: 0.2px;
     color: rgb(170, 170, 170);
     font-size: 11px;
     text-transform: uppercase;
     font-weight: 700;
     margin-top: 15px;
 }

 .get-maps {
     background-color: #f6a61f;
 }

 .get-maps .row {
     display: flex;
     align-items: center;
 }

 .get-maps .col-md-8 {
     padding-right: 0
 }

 .get-maps .col-md-4 {
     padding: 0 30px;
 }

 .get-maps h3 {
     font-weight: normal;
     letter-spacing: 0.2px;
     font-size: 50px;
     font-family: utopia-std, serif;
 }

 .get-maps p {
     font-size: 16px;
 }

 .get-maps a {
     display: inline-block;
 }

 .get-maps a img {
     width: 155px;
 }

 .get-maps a.map-button {
     font-size: 16px;
     font-weight: 600;
     display: flex;
     align-items: center;
 }

 .get-maps a.map-button i {
     background: #656f77;
     border: 1px solid #656f77;
     height: 35px;
     width: 35px;
     display: inline-flex;
     border-radius: 50%;
     justify-content: center;
     align-items: center;
     font-size: 24px;
     margin-right: 10px;
     color: #fff;
 }

 p.pendidik-detail {
     margin-top: 20px
 }

 .posts-table-select-filters .select2-container.select2-container--default {
     width: 246px !important
 }

 .notification-bar {
     height: 80px;
     background: #d7e9ff;
 }

 .notification-bar .container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 80px;
 }

 .notification-bar p {
     font-size: 18px;
     margin-bottom: 0;
     text-align: center;
     width: 100%;
 }

 .notification-bar p a {
     text-decoration: underline;
 }

 .notification-bar button {
     background: transparent;
     border: 0px solid transparent;
     box-shadow: none;
     font-size: 31px;
     margin-right: 10px;
     line-height: 0;
     margin-top: -5px;
 }

 #notification-bar {
     height: 80px;
     background: #d7e9ff;
 }

 #notification-bar .container {
     display: flex;
     justify-content: space-between;
     align-items: center;
     height: 80px;
 }

 #notification-bar p {
     font-size: 18px;
     margin-bottom: 0;
     text-align: center;
     width: 100%;
 }

 #notification-bar p a {
     text-decoration: underline;
 }

 #notification-bar button {
     background: transparent;
     border: 0px solid transparent;
     box-shadow: none;
     font-size: 31px;
     margin-right: 10px;
     line-height: 0;
     margin-top: -5px;
 }

 @media (max-width: 767px) {
     .navbar {
         height: 70px
     }
     .logo-wrapper .logo {
         width: 50px
     }
     .navbar .actions {
         position: absolute;
         top: 0;
         right: 0;
     }
     .navbar .actions>div+div {
         margin-left: 0
     }
     .video-responsive {
         display: block;
         height: 500px
     }
     .video-responsive video {
         object-fit: cover;
         height: 100%;
         display: block;
     }
     .video-responsive .text-video {
         font-size: 21px;
         width: 100%;
         padding: 0 30px;
         line-height: 1.4;
     }
     .main-search .search-close {
         top: 10px !important;
     }
     .off-canvas {
         width: 100% !important;
         z-index: 99999 !important
     }
     .content-landing .section-landing,
     .wd-black .section-title,
     .f-title,
     .get-maps h3 {
         font-size: 36px !important;
     }
     .regards .col-md-6:first-child {
         padding-right: 0px
     }
     .regards .col-md-6:last-child {
         padding-left: 15px;
         padding-right: 15px;
     }
     .regards h3 {
         font-size: 32px;
     }
     .module article.type-agenda .col-md-4 {
         flex-direction: column;
         align-items: start;
     }
     .module article.type-agenda .col-md-4 i.mdi-map-marker {
         color: #34bd78;
     }
     .news-cat .cat-list {
         padding: 0 16px;
         font-size: 14px;
         margin-right: 7px !important
     }
     .results-count .post-counter-strike {
         background: transparent;
         font-size: 14px;
         width: 66px;
     }
     .results-count article {
         margin-left: 5px;
     }
 }

 @media (max-width: 767px) {
     .type-majalah {
         width: calc((100% - 3px) / 2);
     }
 }

 @media (max-width: 767px) {
     .page .type-page .entry-title,
     .single .type-agenda .entry-title,
     .single .type-dikecualikan .entry-title,
     .single .type-fakultas .entry-title,
     .single .type-pengumuman .entry-title,
     .single .type-post .entry-title,
     .single .type-profil .entry-title,
     .single .type-setiap-saat .entry-title,
     .single .type-berkala .entry-title,
     .single .type-jdih .entry-title {
         font-size: 24px;
     }
     .page .type-page .entry-media,
     .single .type-agenda .entry-media,
     .single .type-dikecualikan .entry-media,
     .single .type-fakultas .entry-media,
     .single .type-pengumuman .entry-media,
     .single .type-post .entry-media,
     .single .type-profil .entry-media,
     .single .type-setiap-saat .entry-media,
     .single .type-berkala .entry-media,
     .single .type-jdih .entry-media {
         margin-bottom: 30px;
         margin-top: 30px;
     }
     .single .type-post .entry-meta {
         margin-top: 20px;
     }
 }

 .post-list {
     display: flex;
     margin-bottom: 60px;
 }

 .post-list .entry-media {
     flex-shrink: 0;
     margin-bottom: 0;
     margin-right: 20px;
     width: 220px;
 }

 @media (max-width: 767px) {
     .post-list .entry-media {
         width: 120px;
     }
     .post-list .entry-title {
         font-size: 16px;
     }
 }

 .post-grid {
     margin-bottom: 60px;
 }

 .post-large .entry-title {
     font-size: 30px;
 }

 .post-medium .entry-title {
     font-size: 25px;
 }

 @media (max-width: 991px) {
     .post-large .entry-title,
     .post-medium .entry-title {
         font-size: 20px;
     }
 }

 .side-thumbnail .portrait-header {
     display: flex;
     flex-direction: column;
     justify-content: center;
 }

 .side-thumbnail .portrait-media .entry-media {
     margin-top: 0;
 }

 .post.sticky .entry-title a:before {
     content: "\f403";
     font-family: "Material Design Icons";
     left: -2px;
     position: relative;
     top: 1px;
 }

 .latest-title {
     font-size: 30px;
     font-weight: 900;
     letter-spacing: 0.2px;
     margin: 45px 0;
     text-transform: uppercase;
 }

 @media (max-width: 767px) {
     .latest-title {
         font-size: 15px;
         margin-bottom: 30px;
     }
 }

 .bottom-area {
     background-color: #000;
     border-top: 1px solid #e6e6e6;
     border-bottom: 0px solid #e6e6e6;
     padding: 60px 0;
 }

 .bottom-area+.bottom-area {
     padding-top: 0;
     display: none;
 }

 .site-content>.container+.bottom-area {
     margin-top: 60px;
 }

 .bottom-area .u-border-title {
     color: #fff;
 }

 .bottom-area .u-border-title:before {
     background-color: #7d3b81
 }

 .bottom-area .thumbnail-content {
     background: transparent;
 }

 .bottom-area .thumbnail-content .entry-title a {
     color: #fff
 }

 .bottom-area #breadcrumbs {
     display: none;
 }

 .bottom-area .entry-title {
     padding-top: 20px;
 }

 .bottom-area .hero-subheading {
     display: none;
 }

 @media (max-width: 767px) {
     .bottom-area {
         padding-bottom: 30px;
     }
 }

 .comments-area #reply-title,
 .comments-area .comments-title,
 .related-posts h3 {
     font-size: 12px;
     letter-spacing: 0.2px;
     margin-bottom: 30px;
     text-transform: uppercase;
 }

 .related-posts .post {
     display: flex;
     margin: 15px 0;
 }

 .related-posts .entry-media {
     flex-shrink: 0;
     margin-bottom: 0;
     margin-right: 20px;
     width: 220px;
 }

 @media (max-width: 767px) {
     .related-posts .post {
         margin: 10px 0;
     }
     .related-posts .entry-media {
         width: 120px;
     }
 }

 .comments-area {
     background-color: #fff;
     border-radius: 5px;
     box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
     padding: 30px;
 }

 .comments-area .comments-title {
     margin-bottom: 40px;
 }

 .comments-area #reply-title {
     align-items: center;
     display: flex;
     justify-content: space-between;
     margin-bottom: 10px;
     position: relative;
 }

 .comments-area #reply-title a,
 .comments-area .edit-link a,
 .comments-area .reply-link a {
     color: #aaa;
     font-size: 0;
     height: 20px;
     line-height: 20px;
     position: absolute;
     right: 0;
     text-align: center;
     top: 0;
     width: 20px;
 }

 .comments-area #reply-title a:before,
 .comments-area .edit-link a:before,
 .comments-area .reply-link a:before {
     content: "\f156";
     font-family: "Material Design Icons";
     font-size: 16px;
 }

 .comments-area .children,
 .comments-area .comment-list {
     list-style-type: none;
     margin: 0;
     padding: 0;
 }

 .comments-area .children {
     padding-left: 20px;
 }

 .comments-area .comment-wrapper {
     margin-bottom: 10px;
 }

 .comments-area .comment-author-avatar {
     background-color: #f4f4f4;
     border-radius: 50%;
     float: left;
     height: 50px;
     margin-top: 3px;
     overflow: hidden;
     width: 50px;
 }

 .comments-area .comment-content {
     margin-left: 70px;
     overflow: hidden;
     padding-bottom: 30px;
     position: relative;
 }

 .comments-area .comment-author-name {
     color: #1a1a1a;
     font-size: 15px;
     font-weight: 700;
 }

 .comments-area .comment-author-name .fn {
     font-style: normal;
 }

 .comments-area .bypostauthor>.comment-wrapper .fn:before {
     color: #aaa;
     content: "\f008";
     font-family: "Material Design Icons";
     margin: 0 5px 0 1px;
 }

 .comments-area .comment-metadata {
     color: #aaa;
     font-size: 11px;
     font-weight: 700;
     letter-spacing: 0.2px;
     margin-bottom: 10px;
     text-transform: uppercase;
 }

 .comments-area .comment-body {
     font-family: Merriweather, serif;
     font-size: 14px;
 }

 .comments-area .comment-body> :first-child {
     margin-top: 0;
 }

 .comments-area .comment-body> :last-child {
     margin-bottom: 0;
 }

 .comments-area .comment-body dl dl,
 .comments-area .comment-body dl ol,
 .comments-area .comment-body dl ul,
 .comments-area .comment-body ol dl,
 .comments-area .comment-body ol ol,
 .comments-area .comment-body ol ul,
 .comments-area .comment-body ul dl,
 .comments-area .comment-body ul ol,
 .comments-area .comment-body ul ul {
     margin: 0;
 }

 .comments-area .comment-body li {
     margin: 5px 0;
 }

 .comments-area .comment-body a {
     text-decoration: underline;
 }

 .comments-area .comment-list>.comment:last-child>#respond,
 .comments-area>#respond {
     margin-bottom: 0;
 }

 .comments-area .edit-link a {
     right: 20px;
 }

 .comments-area .reply-link a:before {
     content: "\f45a";
 }

 .comments-area .edit-link a:before {
     content: "\f3eb";
 }

 .comments-area .comment-awaiting-moderation {
     color: #aaa;
     font-style: italic;
     margin: 10px 0 0;
 }

 .comments-area .pingback {
     margin-bottom: 10px;
 }

 .comments-area .pingback .edit-link {
     display: none;
 }

 .comments-area .pingback+.comment {
     margin-top: 40px;
 }

 .comments-area .no-comments {
     margin: 0;
 }

 #respond {
     margin-bottom: 45px;
 }

 #respond .logged-in-as>a:first-child {
     color: #555;
 }

 #respond .logged-in-as>a:last-child {
     font-weight: 700;
 }

 #respond .comment-form-comment {
     margin: 30px 0 15px;
 }

 #respond .comment-author-inputs {
     margin: 0 -15px;
 }

 #respond .form-submit {
     margin-bottom: 0;
     margin-top: 20px;
 }

 @media (max-width: 767px) {
     .comments-area .children {
         padding-left: 0;
     }
 }

 .off-canvas {
     background-color: #000;
     height: 100vh;
     overflow-y: scroll;
     padding: 60px 20px 15px;
     position: fixed;
     right: 0;
     top: 0;
     -webkit-transform: translateX(500px);
     transform: translateX(500px);
     transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     width: 500px;
     z-index: 9999;
     -webkit-overflow-scrolling: touch;
 }

 .off-canvas .logo {
     display: flex;
     justify-content: center;
     margin: 0 auto 30px;
     padding: 0 20px;
 }

 .off-canvas .canvas-close {
     position: absolute;
     right: 15px;
     top: 15px;
 }

 .off-canvas .canvas-close .mdi {
     transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .off-canvas .canvas-close:hover .mdi {
     -webkit-transform: rotate(-180deg);
     transform: rotate(-180deg);
 }

 .off-canvas .mega-menu {
     display: none;
 }

 .off-canvas .widget-area .widget {
     padding: 10px 20px 20px;
 }

 .off-canvas .widget-area .widget+.widget {
     margin-top: 30px;
 }

 .off-canvas .widget-area .widget.widget_sitas_promo_widget+.widget_sitas_promo_widget {
     margin-top: -20px;
 }

 .off-canvas .widget-area .widget .widget-title {
     border-bottom: 1px solid #e6e6e6;
     margin: -20px -20px 20px;
     padding: 15px 20px;
 }

 body:not(.canvas-visible) .off-canvas {
     visibility: hidden;
 }

 .canvas-opened {
     overflow-y: hidden;
 }

 .canvas-opened .off-canvas {
     -webkit-transform: translateX(0);
     transform: translateX(0);
     visibility: visible;
 }

 .slicknav_menu .slicknav_nav,
 .slicknav_menu .sub-menu {
     list-style-type: none;
     margin: 0;
     padding: 0 0 0 30px;
 }

 .slicknav_menu .sub-menu a {
     text-transform: none !important;
     font-weight: normal !important;
     color: #9f9f9f !important;
 }

 .slicknav_menu .slicknav_nav {
     background-color: #000;
     display: block !important;
     margin-bottom: 0;
     padding: 0 20px;
     width: 100%;
 }

 .slicknav_menu .menu-item>a {
     align-items: center;
     display: flex;
     font-size: 16px;
     font-weight: 700;
     letter-spacing: 0.2px;
     line-height: 1;
     outline: 0;
     padding: 14px 0;
     text-transform: uppercase;
     color: #fff;
     border-top: 0.1px solid #464646;
 }

 .slicknav_menu .menu-item>a:last-child {
     border-bottom: 0.1px solid #464646;
 }

 .slicknav_menu .menu-item>a .emoji {
     margin-left: 0 !important;
     margin-right: 5px !important;
 }

 .slicknav_menu .menu-item-has-children>a {
     justify-content: space-between;
 }

 .slicknav_menu .slicknav_item a {
     color: #fff;
     display: inline;
     outline: 0;
     padding: 0;
 }

 .slicknav_menu .slicknav_arrow {
     color: #aaa;
     font-size: 9px;
     line-height: 0;
 }

 .modal {
     background: #fff;
     border-radius: 5px;
     display: none;
     left: 30px;
     margin: 0 auto;
     max-width: 400px;
     padding: 60px 30px 30px;
     position: fixed;
     right: 30px;
     text-align: center;
     top: 30%;
     z-index: 90;
 }

 .modal .modal-thumbnail {
     background-color: #f4f4f4;
     border: 4px solid #fff;
     border-radius: 50%;
     height: 90px;
     left: 50%;
     margin-left: -45px;
     overflow: hidden;
     position: absolute;
     top: -45px;
     width: 90px;
     z-index: 10;
 }

 .modal .modal-title {
     color: #1a1a1a;
     font-size: 17px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
 }

 .modal .modal-form {
     margin-top: 15px;
 }

 .modal .modal-form .modal-permalink {
     border-color: #e6e6e6;
     color: #555;
 }

 .dimmer {
     background: rgba(0, 0, 0, 0.7);
     bottom: 0;
     display: none;
     left: 0;
     position: fixed;
     right: 0;
     top: 0;
     z-index: 90;
 }

 .main-search {
     bottom: 0;
     display: none;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }

 .main-search .search-form {
     height: 100%;
 }

 .main-search .search-field {
     background-color: transparent;
     font-size: 20px;
     font-weight: 700;
     height: 100%;
     margin: 0;
     padding: 0;
     text-align: center;
     text-transform: uppercase;
 }

 .main-search .search-field::-webkit-input-placeholder {
     color: #aaa;
 }

 .main-search .search-field:-ms-input-placeholder {
     color: #aaa;
 }

 .main-search .search-field::-ms-input-placeholder {
     color: #aaa;
 }

 .main-search .search-field::placeholder {
     color: #aaa;
 }

 .main-search .search-submit {
     display: none;
 }

 .main-search .search-close {
     font-size: 15px;
     margin-top: -15px;
     position: absolute;
     right: 13px;
     top: 50%;
 }

 .search-open .main-search {
     background-color: #000;
     display: flex;
     justify-content: flex-end;
     align-items: center;
     z-index: 10;
 }

 .search-open .navbar> :not(.main-search) {
     display: none;
 }

 .no-search .main-search,
 .no-search .search-open {
     display: none;
 }

 .ads {
     padding: 60px 0;
 }

 .ads img {
     margin: 0 auto;
 }

 .ads.before_post_content {
     padding: 0 0 30px;
 }

 .ads.after_post_content {
     padding: 30px 0 0;
 }

 @media (max-width: 767px) {
     .ads {
         padding: 30px 0;
     }
 }

 .term-bar {
     align-items: center;
     background-color: #1a1a1a;
     background-position: center;
     background-size: cover;
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 60px 0;
     height: calc(60vh - 80px);
     position: relative;
     text-align: center;
 }

 .single-agenda .term-bar,
 .term-bar.sitemap,
 .post-type-archive-agenda .term-bar {
     height: 80px;
     padding: 0;
 }

 .term-bar:before {
     background-color: #000;
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: opacity 1s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .term-bar.lazyloaded:before {
     opacity: 0.5;
 }

 .term-bar .term-title {
     color: #fff;
     font-size: 23px;
     font-weight: 900;
     line-height: 1;
     margin: 5px 0 0;
     position: relative;
 }

 .cpt.term-bar {
     background-position: top;
 }

 .cpt.term-bar:before {
     background: #000
 }

 .cpt.term-bar.lazyloaded:before {
     opacity: 0.73;
 }

 .cpt-single.term-bar {
     height: 90px;
     padding: 0;
 }

 .cpt-single.term-bar:before {
     background: #fff;
     border-bottom: 1px solid #e4e4e4;
 }

 .cpt-single.term-bar.lazyloaded:before {
     opacity: 1;
 }

 .search-no-results .term-bar {
     display: none;
 }

 .social-links {
     padding: 30px 0 0;
     border-top: 1px solid #e6e6e6;
 }

 .social-bar {
     display: flex;
     justify-content: flex-end;
 }

 .social-bar a {
     display: flex;
     font-size: 17px;
     padding: 0 15px;
 }

 .social-bar span {
     font-weight: 900;
     margin-left: 5px;
     display: none;
 }

 @media (max-width: 767px) {
     .social-bar a {
         padding: 0 10px;
     }
 }

 .site-footer {
     background-color: #000000;
     color: #aaa;
     padding: 45px 0;
     text-align: center;
     border-top: 0 solid #4c4c4c;
 }

 .site-footer .nav-list {
     display: flex;
     justify-content: center;
 }

 .site-footer .nav-list .menu-item+.menu-item:before {
     content: "/";
     margin: 0 10px;
 }

 .site-footer .col-md-3 .u-dont-border {
     border-left: 1px solid #e6e6e6;
     padding-left: 30px;
     padding-bottom: 1px;
 }

 .site-footer .col-md-3:first-child .u-dont-border {
     border-left: 0;
     padding-left: 0;
 }

 .site-footer .col-md-3 .u-dont-border p {
     font-size: 14px
 }

 .site-footer .widget-title {
     text-transform: uppercase;
     font-size: 14.5px;
     letter-spacing: .2px;
 }

 .container+.site-footer {
     border-top: 1px solid #e6e6e6;
 }

 .pu-link__container {
     text-align: left;
 }

 .pu-logos__link {
     display: inline-block;
     margin: 0 1.25rem 1.5rem 0;
 }

 .pu-logos__link img {
     height: 45px;
 }

 .bottom-nav a,
 .u-dont-print {
     text-align: left;
     color: #fff;
 }

 .bottom-nav,
 .u-dont-print .footer--copyright {
     font-size: 13px;
     font-weight: 700;
 }

 .u-dont-print .u-nav a {
     font-weight: 400;
     font-size: 13px;
 }

 .u-dont-print .widget {
     margin-bottom: 45px
 }

 .footer--unlisted {
     display: flex;
     width: 100%;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     text-align: center;
 }

 .keep-connected {
     display: flex;
     width: 100%;
     justify-content: space-around;
 }

 .footer--unlisted a,
 .site-info {
     font-size: 14px;
     font-weight: normal;
 }

 .site-info a {
     color: #fff;
     font-weight: bold
 }

 .site-info p,
 .site-info>.mt-10 {
     color: #8996a0
 }

 .footer--unlisted img {
     height: 35px;
     display: inline-block;
 }

 .footer--unlisted span {
     color: #fff;
     padding: 0 3px;
 }

 .site-footer .u-nav {
     display: block;
     justify-content: center;
 }

 .site-footer .u-nav .menu-item:after {
     content: "·";
     margin: 0 7px;
     color: #aaa;
 }

 .site-footer .u-nav .menu-item:last-child:after {
     display: none;
 }

 .bottom-nav li,
 .site-footer .u-nav li {
     float: left;
 }

 .site-footer .u-nav li a {
     font-weight: 400;
 }

 .bottom-nav {
     font-family: Arial, sans-serif;
 }

 .bottom-nav li {
     position: relative;
     margin-right: 30px;
 }

 .bottom-nav li a::after {
     background: #e6e6e6;
     content: "";
     position: absolute;
     z-index: 2;
     right: -15px;
     height: 10px;
     width: 1px;
     top: 7px;
 }

 .bottom-nav li:last-child a::after {
     background: transparent !important;
 }

 @media (max-width: 767px) {
     .select2-search .row {
         margin-left: 0px;
         margin-right: 0px;
     }
     .site-main .section:first-child {
         padding-bottom: 0;
     }
     .page .type-page .entry-title,
     .single .type-agenda .entry-title,
     .single .type-dikecualikan .entry-title,
     .single .type-post .entry-title {
         font-size: 24px;
     }
     .page .type-page .entry-media,
     .single .type-agenda .entry-media,
     .single .type-dikecualikan .entry-media,
     .single .type-post .entry-media {
         margin-bottom: 30px;
         margin-top: 30px;
     }
     .modular-title-2 .section-title {
         font-size: 35px;
     }
     .degree-items .widget ul li:first-child {
         padding-right: 0;
     }
     .wd-button {
         margin-top: 20px;
     }
     .module .flex:nth-child(-n+2) {
         margin-bottom: 0;
     }
     .container.inside,
     .module .type-video .thumbnail-content-video p,
     .module .type-video .wd-button {
         display: none;
     }
     .module .type-video .thumbnail-content-video {
         padding-top: 0;
     }
     .explore-flex {
         display: block;
     }
     .explore-up__title h3 {
         margin-bottom: 30px;
     }
     .explore-up__content .menu {
         padding-left: 0;
     }
     .container-fluid #carousel {
         margin-left: 35px;
     }
     .site-footer .u-nav {
         flex-direction: column;
     }
     .grid-container {
         display: grid;
         grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
         grid-auto-flow: column;
         grid-auto-columns: minmax(260px, 1fr);
     }
     .social-links .row .col-md-6:last-child {
         margin-top: 15px;
     }
     .social-bar {
         justify-content: space-between;
     }
     .social-bar a:first-child {
         padding-left: 0;
     }
     .site-footer .u-nav .menu-item+.menu-item {
         margin-top: 5px;
     }
     .site-footer .u-nav .menu-item+.menu-item:before {
         display: none;
     }
     .section {
         padding-bottom: 30px;
     }
     .modulePostgrid .section-title {
         font-size: 24px;
         display: flex;
         flex-direction: row;
         justify-content: space-between;
         margin-right: 18px;
         align-items: center;
     }
     .modulePostgrid .section-title a {
         background: #f4f4f4;
         font-size: 12px;
         text-transform: none;
         font-weight: 700;
         margin-right: 18px;
         border-radius: 8px;
         padding: 5px 8px;
     }
     .u-module-margin {
         padding-bottom: 30px;
     }
     .row.see-all .wd-button {
         right: 38px;
     }
     .redirect.wd-button {
         width: 100%;
         margin-bottom: 20px;
     }
     .mobileCentering.exp .item {
         display: flex;
         flex-direction: column;
         border: 0 solid #e6e6e6;
         border-radius: 0;
         padding: 0;
     }
     .mobileCentering.exp .item article {
         margin: 0;
     }
     .mobileCentering.exp .item article img {
         border-radius: 8px;
         height: 320px;
         object-fit: cover;
     }
     .mobileCentering.exp .item .block-thumbnail-content {
         border-bottom-left-radius: 8px;
         border-bottom-right-radius: 8px;
     }
     .mobileSplide .splide__slide,
     .mobileCentering .item {
         display: flex;
         flex-direction: column;
         border: 1px solid #e6e6e6;
         border-radius: 8px;
         padding: 0 20px 20px;
     }
     .mobileSplide .splide__slide img,
     .mobileCentering .item .micro-img img {
         width: 150px;
     }
     .mobileSplide .splide__slide p.micro-content {
         overflow: hidden;
         text-overflow: ellipsis;
         display: -webkit-box;
         -webkit-box-orient: vertical;
         -webkit-line-clamp: 4;
         white-space: pre-wrap;
     }
     .mobileSplide .splide__slide.explore {
         display: flex;
         flex-direction: column;
         height: 320px;
         border: 0px solid #e6e6e6;
         border-radius: 8px;
         padding: 0;
     }
     .mobileSplide .splide__slide.explore img {
         width: 100%;
         height: 100%;
         object-fit: cover;
         border-radius: 8px
     }
     .mobileSplide .splide__slide.explore .block-thumbnail-content {
         color: #fff;
         border-bottom-right-radius: 8px;
         border-bottom-left-radius: 8px
     }
     .slider .isMobile .entry-excerpt,
     .slider .isMobile .entry-footer {
         display: none;
     }
     .slider .isMobile .entry-wrapper {
         top: auto;
         padding: 200px 30px 30px;
         text-align: center;
     }
     .select2-search .col-md-2 {
         display: none;
     }
     .module.slider .entry-wrapper::before {
         background-color: transparent;
         background-image: linear-gradient(180deg, hsla(0, 0%, 5%, 0) 9.9%, #000);
     }
     .slider .isMobile .entry-wrapper header::before {
         border-left: 1px solid #fff;
         content: "";
         height: 65px;
         left: 50%;
         position: absolute;
         bottom: -75px;
         transform: translateX(-50%);
         width: 1px;
         z-index: 1;
     }
     .studysearch .select2-container--default .select2-selection--single {
         padding: 18px 0 18px 50px;
     }
     .degree-items .widget ul li:first-child {
         padding-right: 20px;
     }
     .slider .isMobile .entry-wrapper header h2 {
         font-size: 20px;
     }
     .module.slider.owl .owl-prev {
         right: 60px;
     }
     .module.slider.owl .owl-next {
         right: 25px;
     }
     .off-canvas .endowment a,
     .off-canvas .international a {
         display: none;
     }
     .burger,
     .navbar .navbar-button,
     .off-canvas .canvas-close {
         border: 0;
     }
     .single .type-rubrik .wp-block-image figure,
     .single .type-rubrik .entry-content figure {
         width: 100%
     }
     .single .type-rubrik .wp-block-image figure img,
     .single .type-rubrik .entry-content figure img {
         width: 100%
     }
     .hero.dark .entry-meta .headline-item {
         position: relative;
         padding-bottom: 15px;
     }
     .hero.dark .entry-meta .headline-item:after {
         content: " ";
         display: block;
         position: absolute;
         bottom: 0;
         right: 0;
         left: 0;
         background-color: #b1863d;
         height: 1px;
         opacity: .5;
     }
     .off-canvas .search-form {
         padding: 0 20px;
         margin-bottom: 15px;
     }
     .off-canvas .search-form input {
         color: #000
     }
     .off-canvas .search-form button[type="submit"] {
         padding-right: 50px
     }
     .modulePostgrid .module .thumbnail-content {
         padding: 10px 0;
         margin: -20px 0;
     }
     .modulePostgrid .module .entry-media {
         height: 205px;
     }
     .modulePostgrid .module .entry-media img {
         height: 205px;
         border-radius: 8px
     }
     .page .type-page .entry-title,
     .single .type-agenda .entry-title,
     .single .type-dikecualikan .entry-title,
     .single .type-fakultas .entry-title,
     .single .type-pengumuman .entry-title,
     .single .type-fakultas .entry-title,
     .single .type-profil .entry-title,
     .single .type-setiap-saat .entry-title,
     .single .type-berkala .entry-title,
     .single .type-jdih .entry-title,
     .single .type-rubrik .entry-title,
     .single .type-video .entry-title,
     .single .type-post .entry-title {
         font-size: 24px;
         -webkit-line-clamp: 5 !important;
         line-height: 1.2 !important;
     }
     .related-posts h3 {
         font-size: 21px;
         font-weight: 900;
         text-transform: none;
     }
     .related-posts .col-lg-6 {
         border-bottom: thin solid #464646;
         padding-bottom: 15px;
         margin-bottom: 15px
     }
     .related-posts .col-lg-6:last-child {
         border-bottom: 0px
     }
     .related-posts article.post .entry-media img {
         border-radius: 8px !important
     }
     .related-posts h4.entry-title {
         padding-top: 0px !important
     }
     .related-posts h4.entry-title a {
         color: #fff !important
     }
     .splide__list .type-post .thumbnail-content .entry-footer {
         border-bottom: none;
         padding-bottom: 0px;
     }
     .studysearch {
         margin-bottom: 0px
     }
     .site-footer {
         padding: 30px 0;
     }
     .footer--useful {
         width: 100%;
         text-align: center;
     }
     .bottom-nav,
     .u-dont-print .footer--copyright {
         text-align: center;
     }
     .bottom-nav li,
     .site-footer .u-nav li {
         display: inline-block;
         margin: 0px 8px;
         float: none
     }
     .site-footer .u-nav .menu-item:after {
         display: none;
     }
     .footer--unlisted {
         display: block;
         width: 100%;
         margin-top: 0;
         text-align: center;
     }
     .footer--unlisted .site-info {
         display: inline-block;
     }
     .footer--unlisted span {
         display: none;
     }
     .topnav .container {
         justify-content: flex-end;
     }
     .topnav #menu-pencarian {
         padding-top: 2px !important;
         padding-bottom: 2px !important;
     }
 }

 .main-menu .warning {
     position: relative;
 }

 .main-menu .warning:before {
     content: "";
     background: #d70a0a;
     height: 6px;
     width: 6px;
     border-radius: 50%;
     position: absolute;
     left: 0;
     top: -3px;
 }

 .stickyShareit {
     display: none;
     position: fixed;
     height: 400px;
     width: 100px;
     z-index: 9999;
     top: 154px;
 }

 .stick {
     display: none;
     position: -webkit-sticky;
     position: sticky;
     z-index: 9;
     top: 130px;
     margin-left: -205px;
 }

 @media (max-width: 767px) {
     .site-footer .nav-list {
         flex-direction: column;
     }
     .site-footer .nav-list .menu-item+.menu-item {
         margin-top: 5px;
     }
     .site-footer .nav-list .menu-item+.menu-item:before {
         display: none;
     }
 }

 .numeric-pagination>.page-numbers {
     display: flex;
     justify-content: center;
     list-style-type: none;
     margin: 0;
     padding: 0;
 }

 .numeric-pagination li {
     margin: 0 3px;
 }

 .numeric-pagination .page-numbers:not(ul) {
     align-items: center;
     border-radius: 3px;
     display: flex;
     font-size: 13px;
     font-weight: 700;
     height: 30px;
     justify-content: center;
     width: 30px;
 }

 .numeric-pagination .page-numbers:not(ul).current {
     background-color: var(--accent-color);
     color: #fff;
 }

 .numeric-pagination .mdi {
     font-size: 18px;
 }

 .navigation .nav-links {
     display: flex;
     flex-direction: row-reverse;
     justify-content: center;
 }

 .paged-previous.paged-next .navigation .nav-next {
     margin-right: 2px;
 }

 .paged-previous.paged-next .navigation .nav-previous a {
     border-radius: 0 30px 30px 0;
 }

 .paged-previous.paged-next .navigation .nav-next a {
     border-radius: 30px 0 0 30px;
 }

 .infinite-scroll-status {
     display: none;
     text-align: center;
 }

 .infinite-scroll-request {
     -webkit-animation: scaleOut 1s infinite ease-in-out;
     animation: scaleOut 1s infinite ease-in-out;
     background-color: #1a1a1a;
     border-radius: 50%;
     height: 40px;
     margin: 60px auto;
     width: 40px;
 }

 .infinite-scroll-action {
     display: flex;
     justify-content: center;
 }

 .infinite-scroll-button {
     min-width: 250px;
 }

 .pagination-infinite_button .infinite-scroll-request,
 .pagination-infinite_button .posts-navigation,
 .pagination-infinite_button:not(.paged-next) .infinite-scroll-button,
 .pagination-infinite_scroll .infinite-scroll-button,
 .pagination-infinite_scroll .posts-navigation {
     display: none !important;
 }

 .widget-area .widget {
     background-color: #000;
     position: relative;
 }

 .widget-area .widget+.widget {
     margin-top: 60px;
 }

 .widget-area .widget.widget_sitas_promo_widget+.widget_sitas_promo_widget {
     margin-top: 20px;
 }

 .widget-area .widget .widget-title {
     font-size: 11px;
     letter-spacing: 0.5px;
     line-height: 1;
     margin-bottom: 30px;
     text-transform: uppercase;
 }

 .widget ul {
     list-style-type: none;
     margin: 0;
     padding: 0;
 }

 .widget ul li {
     line-height: 24px;
 }

 .widget ul li>a {
     display: inline-block;
     font-size: 0.95rem;
     color: #9f9f9f
 }

 .widget ul li+li>a,
 .widget ul ul li>a {
     margin-top: 12px;
 }

 .widget_sitas_about_widget .profile-image {
     margin: 0 auto 15px;
 }

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

 .widget_sitas_about_widget .profile-name {
     color: #1a1a1a;
     font-size: 17px;
     font-weight: 900;
     margin-top: 15px;
     text-align: center;
 }

 .widget_sitas_about_widget .profile-autograph {
     margin: 20px auto 0;
 }

 .widget_calendar #wp-calendar {
     margin: 0;
     width: 100%;
 }

 .widget_calendar #wp-calendar caption {
     margin-bottom: 10px;
 }

 .widget_calendar #wp-calendar td,
 .widget_calendar #wp-calendar th {
     border: 0;
     font-size: 12px;
     padding: 3px;
     text-align: center;
 }

 .widget_calendar #wp-calendar th {
     color: #1a1a1a;
 }

 .widget_calendar #wp-calendar td a {
     font-weight: 700;
 }

 .widget_calendar #wp-calendar tfoot td {
     padding-top: 10px;
 }

 .widget_sitas_category_widget .category-item+.category-item {
     margin-top: 15px;
 }

 .widget_sitas_category_widget .category-item>a {
     align-items: center;
     color: #1a1a1a;
     display: flex;
     justify-content: space-between;
 }

 .widget_sitas_category_widget .category-name {
     align-items: center;
     display: flex;
     font-weight: 700;
 }

 .widget_sitas_category_widget .dot {
     background-color: var(--accent-color);
     border-radius: 50%;
     height: 6px;
     margin-right: 8px;
     margin-top: 1px;
     width: 6px;
 }

 .widget_sitas_category_widget .category-count {
     color: #aaa;
     font-size: 13px;
     font-weight: 700;
 }

 .null-instagram-feed {
     position: relative;
 }

 .null-instagram-feed .instagram-pics {
     display: flex;
     flex-wrap: wrap;
     list-style-type: none;
     margin: 0;
     padding: 0;
 }

 .null-instagram-feed .instagram-pics li {
     overflow: hidden;
 }

 .null-instagram-feed:not(.widget) .instagram-pics img {
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     transition: -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
     transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .null-instagram-feed:not(.widget) .instagram-pics a:hover img {
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
 }

 .section.null-instagram-feed .container {
     position: relative;
 }

 .section.null-instagram-feed .instagram-pics {
     margin: -3px;
 }

 .section.null-instagram-feed .instagram-pics li {
     margin: 3px;
     width: calc(16.6666666667% - 6px);
 }

 .section.null-instagram-feed p {
     background-color: rgba(0, 0, 0, 0.6);
     bottom: 20px;
     font-size: 13px;
     font-weight: 700;
     left: 30px;
     margin: 0;
     position: absolute;
     z-index: 10;
 }

 .section.null-instagram-feed p a {
     color: #fff;
     display: block;
     padding: 6px 25px;
 }

 @media (max-width: 767px) {
     .section.null-instagram-feed .instagram-pics li {
         width: calc(33.3333333333% - 6px);
     }
     .section.null-instagram-feed p {
         left: 45px;
     }
 }

 .widget.null-instagram-feed .instagram-pics {
     margin: -1%;
 }

 .widget.null-instagram-feed .instagram-pics li {
     margin: 1%;
     width: 31.333333333%;
 }

 .widget.null-instagram-feed .instagram-pics a {
     display: block;
     margin-top: 0;
 }

 .widget.null-instagram-feed p {
     margin: 20px 0 0;
     text-align: center;
 }

 .widget.null-instagram-feed p>a {
     font-weight: 700;
 }

 .widget.null-instagram-feed p>a:before {
     content: "\f2fe";
     font-family: "Material Design Icons";
     font-weight: 400;
     margin-right: 3px;
 }

 .widget_mc4wp_form_widget .mc4wp-form-fields {
     padding: 45px 0 0;
     position: relative;
     text-align: center;
 }

 .widget_mc4wp_form_widget .mc4wp-form-fields:before {
     color: #aaa;
     content: "\f5ef";
     font-family: "Material Design Icons";
     font-size: 36px;
     left: 50%;
     position: absolute;
     top: 10px;
     -webkit-transform: translateX(-50%);
     transform: translateX(-50%);
 }

 .widget_mc4wp_form_widget .mc4wp-form-fields>p+p {
     margin: 20px 0 0;
 }

 .widget_mc4wp_form_widget .mc4wp-form-fields input {
     text-align: center;
 }

 .widget_sitas_picks_widget .picks-wrapper {
     position: relative;
 }

 .widget_sitas_picks_widget .icon {
     border-right: 40px solid transparent;
     border-top: 40px solid var(--accent-color);
     color: #fff;
     content: "";
     height: 0;
     left: 0;
     position: absolute;
     top: 0;
     width: 0;
     z-index: 10;
 }

 .widget_sitas_picks_widget .icon:before {
     content: attr(data-icon);
     font-family: "Material Design Icons";
     font-size: 17px;
     height: 30px;
     left: -3px;
     line-height: 30px;
     position: absolute;
     text-align: center;
     top: -42px;
     width: 30px;
 }

 .widget_sitas_picks_widget .post {
     background-color: #f4f4f4;
     padding: 45px 30px 80px;
     text-align: center;
 }

 .widget_sitas_picks_widget .entry-thumbnail {
     border-radius: 50%;
     height: 90px;
     margin: 0 auto 20px;
     overflow: hidden;
     width: 90px;
 }

 .widget_sitas_picks_widget .entry-title {
     font-size: 17px;
 }

 .widget-posts .posts>div {
     align-items: center;
     display: flex;
 }

 .widget-posts .posts>div+div {
     margin-top: 23px;
 }

 .widget-posts .entry-thumbnail {
     flex-shrink: 0;
     height: 60px;
     position: relative;
     width: 60px;
 }

 .widget-posts .entry-thumbnail img {
     border-radius: 50%;
     bottom: 0;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
 }

 .widget-posts .entry-header {
     margin-bottom: 0;
     margin-left: 15px;
 }

 .widget-posts .entry-title {
     font-size: 15px;
     font-weight: 700;
     margin-top: 10px;
 }

 .widget-posts .entry-meta {
     line-height: 1;
 }

 .widget-posts .posts.reverse>div {
     flex-direction: row-reverse;
 }

 .widget-posts .posts.reverse .entry-header {
     flex-grow: 1;
     margin-left: 0;
     margin-right: 15px;
 }

 .widget_sitas_promo_widget .promo {
     background-position: center;
     background-size: cover;
     display: flex;
     min-height: 80px;
     padding: 20px;
     position: relative;
 }

 .widget_sitas_promo_widget .promo:before {
     background-color: rgba(0, 0, 0, 0.4);
     bottom: 0;
     content: "";
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .widget_sitas_promo_widget .promo:hover .promo-title,
 .widget_sitas_promo_widget .promo:hover:before {
     opacity: 0;
 }

 .widget_sitas_promo_widget .promo-title {
     color: #fff;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: 0.5px;
     line-height: 1;
     margin: auto;
     position: relative;
     text-transform: uppercase;
     transition: opacity 0.5s cubic-bezier(0.77, 0, 0.175, 1);
 }

 .widget_recent_comments .recentcomments .url {
     color: #555;
 }

 .widget_recent_comments .recentcomments>a {
     color: #1a1a1a;
     display: block !important;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.1;
     margin-top: 5px;
 }

 .widget_recent_comments .recentcomments+.recentcomments {
     margin-top: 18px;
 }

 .widget_rss .widget-title .rsswidget>img {
     display: none;
 }

 .widget_rss ul li+li {
     margin-top: 30px;
 }

 .widget_rss ul li .rsswidget {
     color: #1a1a1a;
     display: block;
     font-size: 15px;
     font-weight: 700;
     line-height: 1.1;
     margin-bottom: 10px;
 }

 .widget_rss ul li .rss-date,
 .widget_rss ul li cite {
     color: #aaa;
     display: block;
     font-size: 11px;
     font-style: normal;
     font-weight: 700;
     line-height: 1;
     text-transform: uppercase;
 }

 .widget_rss ul li cite {
     margin-top: 10px;
 }

 .widget_rss ul li .rssSummary {
     margin-top: 15px;
 }

 .widget_search .search-field {
     margin-bottom: 0;
 }

 .widget_sitas_social_widget .links>a {
     align-items: center;
     background-color: #aaa;
     color: #fff;
     display: flex;
     flex-direction: row-reverse;
     height: 40px;
     justify-content: space-between;
     line-height: 1;
     padding-left: 12px;
 }

 .widget_sitas_social_widget .links>a+a {
     margin-top: 10px;
 }

 .widget_sitas_social_widget .mdi {
     align-items: center;
     background-color: rgba(0, 0, 0, 0.1);
     display: flex;
     font-size: 17px;
     height: 40px;
     justify-content: center;
     width: 40px;
 }

 .widget_sitas_social_widget span {
     font-size: 13px;
     font-weight: 900;
 }

 .widget_tag_cloud .tagcloud {
     display: flex;
     flex-wrap: wrap;
 }

 .widget_tag_cloud .tagcloud>a {
     align-items: center;
     border: 1px solid #e6e6e6;
     border-radius: 3px;
     color: #555;
     display: flex;
     font-size: 10px !important;
     font-weight: 700;
     line-height: 1;
     margin: 0 6px 6px 0;
     padding: 6px 8px;
     text-transform: uppercase;
 }

 .widget_text .textwidget> :last-child {
     margin-bottom: 0;
 }

 @-webkit-keyframes fadeIn {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }

 @keyframes fadeIn {
     0% {
         opacity: 0;
     }
     100% {
         opacity: 1;
     }
 }

 @-webkit-keyframes fadeOut {
     0% {
         opacity: 1;
     }
     100% {
         opacity: 0;
     }
 }

 @keyframes fadeOut {
     0% {
         opacity: 1;
     }
     100% {
         opacity: 0;
     }
 }

 @-webkit-keyframes scaleOut {
     0% {
         -webkit-transform: scale(0);
         transform: scale(0);
     }
     100% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 @keyframes scaleOut {
     0% {
         -webkit-transform: scale(0);
         transform: scale(0);
     }
     100% {
         opacity: 0;
         -webkit-transform: scale(1);
         transform: scale(1);
     }
 }

 .alignleft {
     float: left;
     margin: 10px 30px 10px 0 !important;
 }

 .alignright {
     float: right;
     margin: 10px 0 10px 30px !important;
 }

 .aligncenter {
     clear: both;
     display: block;
     width: 100%;
     margin: 0 auto !important;
 }

 .alignnone {
     margin: 30px 0 !important;
 }

 @media (max-width: 767px) {
     .alignleft,
     .alignright {
         float: none;
         margin: 20px auto !important;
     }
 }

 .wp-caption {
     max-width: 100%;
     position: relative;
 }

 .wp-block-image figcaption,
 .wp-caption-text {
     font-size: 13px;
     color: rgba(0, 0, 0, 0.6);
     line-height: 1.4;
     margin-top: 15px;
     text-align: center;
 }

 .container.medium figcaption {
     color: rgba(0, 0, 0, 0.6);
     line-height: 16px;
     margin-top: 15px;
     text-align: center;
 }

 .wp-block-column .wp-block-image,
 .wp-block-column .wp-block-image .aligncenter {
     margin: 0 0 30px !important;
 }

 .entry-content .gallery {
     margin-top: 30px;
 }

 .entry-content .gallery:after,
 .entry-content .gallery:before {
     content: " ";
     display: table;
 }

 .entry-content .gallery:after {
     clear: both;
 }

 .entry-content .gallery-item {
     float: left;
     margin-bottom: 30px;
     text-align: center;
     vertical-align: middle;
     width: 100%;
 }

 .entry-content .gallery-item img {
     display: inline-block;
     vertical-align: middle;
 }

 .entry-content .gallery-caption {
     display: block;
 }

 .entry-content .gallery-columns-2 .gallery-item {
     max-width: 50%;
 }

 .entry-content .gallery-columns-2 .gallery-item:nth-child(2n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-3 .gallery-item {
     max-width: 33.33%;
 }

 .entry-content .gallery-columns-3 .gallery-item:nth-child(3n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-4 .gallery-item {
     max-width: 25%;
 }

 .entry-content .gallery-columns-4 .gallery-item:nth-child(4n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-5 .gallery-item {
     max-width: 20%;
 }

 .entry-content .gallery-columns-5 .gallery-item:nth-child(5n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-6 .gallery-item {
     max-width: 16.66%;
 }

 .entry-content .gallery-columns-6 .gallery-item:nth-child(6n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-7 .gallery-item {
     max-width: 14.28%;
 }

 .entry-content .gallery-columns-7 .gallery-item:nth-child(7n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-8 .gallery-item {
     max-width: 12.5%;
 }

 .entry-content .gallery-columns-8 .gallery-item:nth-child(8n+1) {
     clear: left;
 }

 .entry-content .gallery-columns-9 .gallery-item {
     max-width: 11.11%;
 }

 .entry-content .gallery-columns-9 .gallery-item:nth-child(9n+1) {
     clear: left;
 }

 .entry-rules ul,
 .entry-rules ol {
     margin-top: 0px
 }

 .entry-rules h2 {
     line-height: 1.6;
     font-size: 20px;
     font-weight: 500;
     padding-top: 16px;
 }

 .entry-rules .col-3,
 .entry-rules .col-9 {
     border-top: 1px solid;
     padding-top: 20px
 }

 ul.front {
     list-style: none
 }

 .entry-rules ul.front li {
     font-size: 1rem;
     line-height: 28px;
     padding: 16px 0;
     border-bottom: 1px solid #f5f5f5;
 }

 .screen-reader-text {
     border: 0;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
 }

 .page-links {
     clear: both;
     font-size: 13px;
     font-weight: 700;
     margin-top: 30px;
 }

 .page-links a {
     text-decoration: none !important;
 }

 .page-links a span {
     border: 0;
 }

 .page-links span {
     border-bottom: 3px solid var(--accent-color);
     display: inline-block;
     line-height: 1;
     margin-right: 5px;
     padding-bottom: 3px;
     text-align: center;
     width: 10px;
 }

 .wp-block-cover-image {
     margin: 30px 0;
 }

 .wp-block-cover-image .wp-block-cover-image-text {
     font-family: Graphik, sans-serif;
     font-size: 30px;
     font-weight: 900;
     margin-bottom: 0;
 }

 .wp-block-group {
     display: flex;
     clear: both;
 }

 .wp-block-group .wp-block-image figure,
 .wp-block-group .wp-block-image figure img {
     width: auto !important;
 }

 .wp-block-image {
     margin: 30px 0;
 }

 .site-content .type-post .wp-block-image {
     margin: 0 0 15px 0;
 }

 .column-img .wp-block-image {
     margin: 0 0 30px 0 !important;
 }

 .wp-block-image figure img,
 .entry-content figure img {
     width: 100%;
     border-radius: 5px !important;
 }

 .wp-block-image.alignleft img {
     margin-right: auto;
 }

 .wp-block-image.alignright img {
     margin-left: auto;
 }

 .wp-block-gallery {
     margin-bottom: 22px;
     margin-top: 22px;
 }

 .wp-block-gallery .blocks-gallery-image figcaption,
 .wp-block-gallery .blocks-gallery-item figcaption {
     font-family: Graphik, sans-serif;
     font-size: 13px;
     font-style: italic;
     line-height: 16px;
     padding-bottom: 20px;
     text-align: center;
 }

 p.wp-block-subhead {
     color: #aaa;
     opacity: 1;
 }

 .wp-block-pullquote {
     padding: 10px 0 10px 20px;
     text-align: left;
 }

 .wp-block-preformatted {
     margin: 30px 0;
 }

 .wp-block-button .wp-block-button__link {
     border-radius: 30px;
     color: #fff;
     font-family: Graphik, sans-serif;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: 1px;
     line-height: 1;
     outline: 0;
     padding: 13px 21px;
     text-align: center;
     text-transform: uppercase;
 }

 .wp-block-button .wp-action-button__link {
     background: #a51e37;
     border-radius: 30px;
     color: #fff;
     font-family: Graphik, sans-serif;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: 1px;
     line-height: 1;
     outline: 0;
     padding: 13px 21px;
     text-align: center;
     text-transform: uppercase;
 }

 .wp-block-button .wp-action-linkedin__link {
     display: inline-block;
     background: #0a66c2;
     border-radius: 30px;
     color: #fff;
     font-family: Graphik, sans-serif;
     font-size: 11px;
     font-weight: 900;
     letter-spacing: 1px;
     line-height: 1;
     outline: 0;
     padding: 13px 21px;
     text-align: center;
     text-transform: uppercase;
 }

 .wp-block-columns {
     margin-left: -15px;
     margin-right: -15px;
 }

 .wp-block-columns .wp-block-column {
     padding-left: 15px;
     padding-right: 15px;
 }

 .pimpinan .wp-block-column:not(:first-child) {
     margin-left: 0px
 }

 @media (min-width: 1230px) {
     body:not(.sidebar-right):not(.sidebar-left) .alignwide {
         margin-left: calc(-1000px / 2 + 100% / 2);
         margin-right: calc(-1000px / 2 + 100% / 2);
         max-width: 1000px;
     }
     body:not(.sidebar-right):not(.sidebar-left) .alignwide img {
         width: 100%;
     }
 }

 body:not(.sidebar-right):not(.sidebar-left) .alignfull {
     margin-left: calc(-100vw / 2 + 100% / 2);
     margin-right: calc(-100vw / 2 + 100% / 2);
     max-width: 100vw;
 }

 body:not(.sidebar-right):not(.sidebar-left) .alignfull img {
     width: 100%;
 }

 .admin-bar .off-canvas,
 .admin-bar.navbar-sticky:not(.ads-before-header) .site-header,
 .admin-bar.navbar-sticky_transparent:not(.ads-before-header) .site-header,
 .admin-bar.stick-now .site-header {
     top: 32px;
 }

 .admin-bar .off-canvas {
     height: calc(100vh - 32px);
 }

 .admin-bar ._404 {
     height: calc(100vh - 80px - 120px - 32px);
 }

 @media screen and (max-width: 782px) {
     .admin-bar .off-canvas,
     .admin-bar.navbar-sticky:not(.ads-before-header) .site-header,
     .admin-bar.navbar-sticky_transparent:not(.ads-before-header) .site-header,
     .admin-bar.stick-now .site-header {
         top: 46px;
     }
     .admin-bar .off-canvas {
         height: calc(100vh - 46px);
     }
     .admin-bar ._404 {
         height: calc(100vh - 80px - 60px - 46px);
     }
 }

 ._404 {
     display: flex;
     height: calc(100vh - 80px - 120px);
 }

 ._404 ._404-inner {
     margin: auto;
 }

 ._404 .entry-content,
 ._404 .entry-title {
     text-align: center;
 }

 ._404 .entry-title {
     font-size: 30px;
     font-weight: 900;
     margin-bottom: 15px;
     margin-top: -60px;
 }

 ._404 .search-form {
     margin: 45px auto 0;
     max-width: 350px;
 }

 @media (max-width: 767px) {
     ._404 {
         height: calc(100vh - 80px - 60px);
     }
     .widget_sitas_module_slider_big .owl-dots,
     li.search-open {
         display: none;
     }
 }
