header {
  padding: 18px 0px;
}
header .vi-top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #8F93A3;
}
header .vi-top-header .vi-logo {
  width: 171px;
  height: 36px;
}
header .vi-top-header .left-header-items {
  display: flex;
  align-items: center;
}
header .vi-top-header .left-header-items .left-header-child-item {
  padding: 0px 32px;
  border-right: 1px solid #8F93A3;
}
header .vi-top-header .left-header-items .left-header-child-item:first-child {
  padding-left: 0px;
}
header .vi-top-header .left-header-items .left-header-child-item:last-child {
  padding-right: 0px;
  border-right: unset;
}
header .vi-top-header .left-header-items .left-header-child-item.vi-translate-container,
header .vi-top-header .left-header-items .left-header-child-item .vi-icons {
  cursor: pointer;
}
header .vi-top-header .left-header-items .vi-translate-container {
  display: flex;
  column-gap: 16px;
}
header .vi-top-header .left-header-items .vi-translate-container p {
  font-size: 14px;
  margin: 0px;
}
header .vi-top-header .left-header-items .vi-user-profile {
  display: flex;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
}
header .vi-top-header .left-header-items .vi-user-profile .vi-user-name {
  font-size: 14px;
  font-weight: 700;
  margin: 0px;
}
header .vi-bottom-header {
  display: flex;
  align-items: center;
  padding-top: 24px;
  justify-content: space-between;
  gap: 16px;
}
header .vi-bottom-header .vi-bottom-header-left-items {
  display: flex;
  column-gap: 24px;
  align-items: center;
}
header .vi-bottom-header .vi-bottom-header-left-items .vi-header-menu-list-wrapper {
  display: flex;
  column-gap: 24px;
  align-items: center;
  margin: 0px;
  list-style-type: none;
  padding-left: 0px;
}
header .vi-bottom-header .vi-bottom-header-left-items .vi-header-menu-list-wrapper .vi-menu-list-item {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  font-weight: 600;
  white-space: nowrap;
}
header .vi-bottom-header-right-items {
  width: 30.5%;
}
header .has-submenu {
  position: relative;
}
header .has-submenu .vi-menu-list-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
header .has-submenu .vi-menu-list-item:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 9px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -141px -96px;
  transform: rotate(90deg);
}
header .vi-submenu-fluid {
  position: absolute;
  top: 30px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 234px;
}
header .vi-submenu-fluid .vi-submenu-box-item {
  padding: 16px;
}
header .vi-submenu-fluid .vi-submenu-box-item .vi-primary-button {
  display: block;
  text-align: center;
}
header .vi-submenu-fluid .vi-submneu-list .vi-submenu-items {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 8px 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
header .vi-submenu-fluid .vi-submneu-list .vi-submenu-items p {
  margin: 0px;
}
header .vi-submenu-fluid .vi-submneu-list .vi-submenu-items p:hover {
  text-decoration: underline;
}
header .vi-submenu-fluid .vi-submneu-list .vi-submenu-items .vi-drop-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
header .vi-submenu-fluid .vi-submneu-list .vi-submenu-items .vi-drop-arrow:before {
  transform: rotate(-90deg);
}
header .vi-submenu-fluid .vi-submneu-list .vi-submenu-items:hover {
  background-color: #EFEFEF;
}
header .has-2nd-level-menu {
  position: relative;
}
header .has-2nd-level-menu .vi-subchild-menu {
  display: grid;
  gap: 16px;
  position: absolute;
  top: 0px;
  left: 235px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  min-width: 234px;
  padding: 24px 8px 24px 24px;
  border-radius: 4px;
}
footer {
  padding: 58px 0 38px;
  background-color: #F9F9F9;
  margin-top: 56px;
}
footer .vi-footer-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 24px;
  border-bottom: 1px solid #8F93A3;
  flex-wrap: wrap;
}
footer .vi-footer-wrapper .vi-footer-left-item {
  display: grid;
  grid-gap: 36px;
  align-items: center;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar {
  display: flex;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-contact-no {
  padding-right: 30px;
  border-right: 1px solid #8F93A3;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-contact-no .vi-contact-wrapper {
  display: flex;
  flex-wrap: wrap;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-contact-detail-val {
  font-size: 14px;
  text-decoration: none;
  color: #000000;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-contact-detail-val:hover {
  text-decoration: underline;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-email {
  padding-left: 30px;
}
footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar p {
  color: #8F93A3;
  font-size: 14px;
  margin: 0;
}
footer .vi-footer-wrapper .vi-footer-right-item {
  display: flex;
  flex: 1 auto;
  justify-content: space-between;
  max-width: 480px;
  gap: 16px;
}
footer .vi-footer-wrapper .vi-footer-right-item .vi-footer-single-col {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .vi-footer-wrapper .vi-footer-right-item .vi-footer-single-col .vi-footer-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
footer .vi-footer-wrapper .vi-footer-right-item .vi-footer-single-col .vi-footer-items {
  font-size: 14px;
}
footer .vi-copy-right {
  margin-top: 38px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.vi-mobile-header-wrapper {
  display: none;
}
.vi-mobile-submenu-fluid {
  display: none;
}
.vi-magzin-header {
  background-color: #005FAF;
  overflow: auto;
}
.vi-magzin-header .vi-magzin-header-list {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 8px;
  list-style-type: none;
  margin: 0px;
}
.vi-magzin-header .vi-magzin-header-list .vi-magzin-items {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.vi-magzin-header .vi-magzin-header-list .vi-magzin-items:hover {
  text-decoration: underline;
}
.vi-magzin-header .vi-magzin-header-list .vi-line {
  width: 15px;
  border-bottom: 1px solid #ffffff;
}
.vi-breadcrumb-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
}
.vi-breadcrumb-wrap ul {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}
.vi-breadcrumb-wrap a {
  font-size: 16px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 24px;
}
.vi-breadcrumb-wrap .vi-breadcrumb-links ul li:not(:last-child) {
  position: relative;
}
.vi-breadcrumb-wrap .vi-breadcrumb-links ul li:not(:last-child):before {
  content: '';
  width: 6px;
  height: 8px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -115px -96px;
  position: absolute;
  right: -18px;
  top: 8px;
}
.vi-breadcrumb-wrap .vi-bookmark-links .vi-icons:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  margin-top: -4px;
}
.vi-pagination {
  display: flex;
  justify-content: flex-start;
  gap: 68px;
  margin-top: 56px;
  margin-left: 376px;
}
.vi-pagination a {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.vi-pagination .vi-prev {
  display: inline-block;
}
.vi-pagination .vi-prev:before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -56px -4px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}
.vi-pagination .vi-next {
  display: inline-block;
}
.vi-pagination .vi-next:after {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -82px -4px;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
}
.vi-tooltip {
  color: #005FAF;
  position: relative;
  cursor: pointer;
}
.vi-tooltip .vi-tooltip-wrap {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #04040499;
  backdrop-filter: blur(9px);
  width: 354px;
  padding: 12px;
  border-radius: 4px;
  display: none;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.vi-tooltip .vi-tooltip-wrap .vi-tooltio-title {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ffffff;
}
.vi-tooltip .vi-tooltip-wrap .vi-tooltip-content {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 20px;
}
.vi-tooltip .vi-tooltip-wrap:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #04040499;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.vi-tooltip:hover .vi-tooltip-wrap {
  display: flex;
}
.vi-fixed-icons {
  position: fixed;
  right: 0;
  top: 40%;
  background-color: #005FAF;
  width: 50px;
  padding: 0 4px;
  border-radius: 4px;
}
.vi-fixed-icons .vi-icons {
  display: inline-block;
  padding: 12px;
}
.vi-fixed-icons .vi-icons:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
.vi-fixed-icons .vi-icons.edit {
  border-bottom: 0;
}
.vi-fixed-icons .vi-icons.share {
  display: none;
}
.vi-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background-color: #00000088;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.vi-modal-wrap .vi-modal-inner {
  max-width: 567px;
  width: 100%;
  padding: 16px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  max-height: 90vh;
  overflow-y: scroll;
}
.vi-modal-wrap .vi-modal-inner::-webkit-scrollbar {
  display: none;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #8F93A3;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-header .vi-modal-title {
  font-size: 16px;
  font-weight: 700;
  color: #040404;
  margin-top: 0;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-header .vi-icons {
  display: inline-block;
  cursor: pointer;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-content {
  margin-top: 20px;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-content p {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 19px;
  margin-top: 0;
  opacity: 0.5;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-content .vi-tinymce-editor {
  margin-top: 10px;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-content .vi-modal-action {
  margin-top: 10px;
  text-align: right;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-content .vi-modal-action a {
  display: inline-block;
  width: auto;
}
.vi-modal-wrap .vi-modal-inner .vi-modal-content .vi-modal-action a.vi-secondary-button {
  margin-right: 12px;
}
.vi-note {
  border: 1px solid #E9E9E9;
  position: relative;
  font-size: 14px;
}
.vi-note .vi-note-title {
  border-bottom: 1px solid #E9E9E9;
  padding: 9px 12px;
  font-size: 14px;
  margin: 0px;
}
.vi-note .vi-note-title .vi-note-name {
  color: #8F93A3;
}
.vi-note .note-content {
  border-bottom: 1px solid #E9E9E9;
  padding: 9px 12px;
}
.vi-note .note-content p {
  font-size: 14px;
  display: inline;
}
.vi-note .note-content p:not(:first-child) {
  margin-top: 10px;
}
.vi-note .note-content .vi-text-dark {
  opacity: 1 !important;
}
.vi-note .note-content .vi-text-light {
  opacity: 0.5 !important;
}
.vi-note .note-content .vi-yellow-text {
  background-color: #FFF0BA;
}
.vi-note .vi-note-action {
  text-align: right;
  padding: 9px 12px;
}
.vi-note .vi-note-action .vi-icons:not(:last-child) {
  margin-right: 10px;
}
.vi-note:not(:first-child) {
  margin-top: 12px;
}
.vi-note .vi-card-corner {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 15px;
  height: 15px;
  background-color: #8F93A3;
}
.vi-note .vi-card-corner .vi-card-corner-triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
.vi-note.highlights .vi-note-title-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #E9E9E9;
  padding: 9px 12px;
}
.vi-note.highlights .vi-note-title-wrap .vi-note-title {
  border-bottom: 0;
  padding: 0;
}
.vi-post-card img {
  width: 100%;
}
.vi-post-card .vi-post-meta-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
}
.vi-post-card .vi-post-meta-wrap .vi-post-meta {
  font-size: 16px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 24px;
  margin-top: 0;
}
.vi-post-card .vi-post-title {
  font-size: 20px;
  font-weight: 700;
  color: #040404;
  line-height: 28px;
  margin-top: 9px;
}
.vi-post-card .vi-post-desc {
  font-size: 14px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 20px;
  margin-top: 8px;
}
.vi-post-card .vi-post-desc a {
  color: #005FAF;
}
.vi-article-card .vi-article h5 {
  font-size: 20px;
  color: #040404;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.vi-article-card .vi-article p {
  font-size: 16px;
  color: #8F93A3;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}
.vi-article-card.vi-inline {
  display: flex;
  align-items: center;
  gap: 12px;
}
.vi-article-card.vi-inline .vi-article img {
  max-width: 130px;
}
.vi-article-card.vi-inline .vi-article p {
  color: #040404;
  margin-top: 0;
}
.vi-article-card.vi-inline .vi-article .vi-article-date-name {
  color: #8F93A3;
}
.vi-article-card .vi-video {
  position: relative;
}
.vi-article-card .vi-video .vi-play-btn {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  padding: 12px;
  background-color: #04040499;
  backdrop-filter: blur(9px);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  position: absolute;
  left: 22px;
  top: 15px;
}
.vi-article-card .vi-video .vi-play-btn:after {
  content: '';
  min-width: 12px;
  height: 16px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -166px -92px;
  display: inline-block;
}
.vi-score-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  background-color: #F4F4F6;
  border-radius: 4px;
  cursor: pointer;
}
.vi-score-card .vi-index {
  font-size: 16px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 24px;
}
.vi-score-card .vi-user-img {
  width: 36px;
  height: 36px;
}
.vi-score-card .vi-user-img img {
  width: 100%;
}
.vi-score-card .vi-user-name {
  flex: 1 0 0;
  font-size: 16px;
  font-weight: 400;
  color: #040404;
  line-height: 24px;
}
.vi-score-card .vi-user-score {
  font-size: 16px;
  font-weight: 400;
  color: #040404;
  line-height: 24px;
}
.vi-comments-wrap.active .vi-comments:after {
  height: 2px;
  background-position-y: -73px;
}
.vi-comments-wrap.active .vi-comment-content {
  display: block;
}
.vi-comment-content .vi-comment-wrap .vi-comment-bar {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
.vi-comment-content .vi-comment-wrap .vi-comment-bar .vi-user-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.vi-comment-content .vi-comment-wrap .vi-comment-bar .vi-comment-area {
  width: 100%;
}
.vi-comment-content .vi-comment-wrap .vi-comment-bar .vi-comment-area textarea {
  width: 100%;
  border: 1px solid #D4D4D4;
  padding: 10px 12px;
  border-radius: 4px;
  resize: none;
}
.vi-comment-content .vi-comment-wrap .vi-comment-bar .vi-comment-area .vi-comment {
  max-width: 106px;
  border: 0;
  margin-top: 20px;
  cursor: pointer;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper {
  margin-top: 56px;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .vi-comments-list {
  padding-left: 0;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper ul.children {
  margin: 16px 0;
  border-left: 1px solid #8F93A3;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .comment {
  position: relative;
  list-style: none;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .comment .vi-comment-author .vi-commenter-avatar {
  float: left;
  margin-right: 12px;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .comment .vi-comment-author .vi-commenter-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .comment .vi-comment-author .vi-commenter-name {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
  line-height: 19px;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .comment .vi-comment-author .vi-common-meta {
  font-size: 14px;
  color: #8F93A3;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
  display: block;
  margin: 4px 0 8px;
}
.vi-comment-content .vi-comment-wrap .vi-comment-response-wrapper .comment .vi-comment-author .vi-comment-text {
  font-size: 16px;
  color: #8F93A3;
  font-weight: 400;
  line-height: 24px;
}
.vi-comment-content .vi-sources {
  margin-top: 24px;
  padding-left: 0;
}
.vi-comment-content .vi-sources li {
  list-style: none;
  margin: 12px 0;
}
.vi-comment-content .vi-sources li a {
  font-size: 14px;
  color: #8F93A3;
  font-weight: 400;
  line-height: 20px;
  font-style: italic;
}
.my-content-tab-wrapper {
  padding: 27px 32px;
  border: 1px solid #E9E9E9;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll:not(.active) .vi-acc-top-box .vi-tab-acc-close.vi-line {
  border: 0;
  min-width: 14px;
  height: 24px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -54px -62px;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  word-wrap: break-word;
}
::selection {
  background: #000000;
  color: #FFFFFF;
}
*:focus {
  outline: none;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Inter', sans-serif;
  margin: 0px;
  line-height: normal;
  font-size: 18px;
}
a {
  text-decoration: none;
}
h1 {
  font-size: 72px;
  line-height: 90px;
  font-weight: 400;
  margin: 32px 0 0;
}
h2 {
  font-size: 56px;
  line-height: 60px;
  font-weight: 400;
  margin: 30px 0 0;
}
h3 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin: 24px 0 0;
}
h4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  margin: 20px 0 0;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 16px 0 0;
}
h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin: 16px 0 0;
}
p,
li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
ul,
ol {
  padding-left: 25px;
}
img {
  max-width: 100%;
}
.vi-secondary-button {
  padding: 7px 17px;
  background-color: transparent;
  font-size: 14px;
  color: #005FAF;
  font-weight: 600;
  border: 1px solid #005FAF;
  border-radius: 4px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.vi-secondary-button:hover {
  background-color: #84b8e63f;
}
.vigrid-wide {
  max-width: 1300px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.vigrid-compact {
  max-width: 1084px;
  padding: 0 30px;
  width: 100%;
  margin: 0 auto;
}
.vi-icons {
  transition: all 0.2s ease-in-out;
}
.vi-icons::before {
  content: '';
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  transition: all 0.2s ease-in-out;
}
.vi-icons.translate:before {
  background-position: -131px -2px;
}
.vi-icons.accessibility-up:before {
  background-position: -2px -62px;
}
.vi-icons.accessibility-up:hover {
  filter: brightness(0.5);
}
.vi-icons.accessibility-down:before {
  background-position: -28px -62px;
}
.vi-icons.accessibility-down:hover {
  filter: brightness(0.5);
}
.vi-icons.user:before {
  background-position: -132px -62px;
}
.vi-icons.home:before {
  background-position: -2px -87px;
}
.vi-icons.search:before {
  background-position: -155px -2px;
}
.vi-icons.hamburger:before {
  background-position: -106px -114px;
}
.vi-icons.vi-bookmark:before {
  width: 16px;
  height: 21px;
  background-position: -110px -3px;
}
.vi-icons.vi-bookmark:hover {
  filter: brightness(0.5);
}
.vi-icons.vi-mark-read:before {
  width: 19px;
  height: 21px;
  background-position: -179px -3px;
}
.vi-icons.vi-mark-read:hover {
  filter: brightness(0.5);
}
.vi-icons.vi-fullscreen:before {
  width: 20px;
  height: 18px;
  background-position: -108px -65px;
}
.vi-icons.vi-fullscreen:hover {
  filter: brightness(0.5);
}
.vi-icons.vi-diamond:before {
  width: 14px;
  height: 14px;
  background-position: -112px -176px;
}
.vi-icons.vi-whatsapp:before {
  width: 28px;
  height: 28px;
  background-position: -4px -171px;
}
.vi-icons.vi-telegram:before {
  width: 28px;
  height: 28px;
  background-position: -38px -171px;
}
.vi-icons.vi-facebook:before {
  width: 28px;
  height: 28px;
  background-position: -72px -171px;
}
.vi-icons.vi-twitter:before {
  width: 28px;
  height: 28px;
  background-position: -106px -171px;
}
.vi-icons.vi-drop-arrow:before {
  width: 14px;
  height: 10px;
  background-position: -59px -95px;
}
.vi-icons.comment:before {
  width: 20px;
  height: 20px;
  background-position: -160px -64px;
}
.vi-icons.edit:before {
  width: 20px;
  height: 20px;
  background-position: -186px -64px;
}
.vi-icons.share:before {
  width: 20px;
  height: 20px;
  background-position: -82px -116px;
}
.vi-icons.close:before {
  width: 13px;
  height: 13px;
  background-position: -86px -93px;
}
.vi-icons.note-delete:before {
  width: 20px;
  height: 20px;
  background-position: -186px -90px;
}
.vi-icons.note-edit:before {
  width: 20px;
  height: 20px;
  background-position: -3px -116px;
}
.vi-icons.prev:before {
  width: 20px;
  height: 20px;
  background-position: -161px -90px;
  transform: rotate(180deg);
}
.vi-icons.next:before {
  width: 20px;
  height: 20px;
  background-position: -161px -90px;
}
.vi-icons.pdf:before {
  width: 20px;
  height: 20px;
  background-position: -30px -90px;
}
p {
  color: #000000;
  font-weight: 400;
  margin: 16px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}
.vi-dropdown {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.vi-dropdown .vi-dropbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  color: #8F93A3;
  font-size: 14px;
  padding: 8px 18px;
  border: 1px solid #8F93A3;
  border-radius: 4px;
  min-width: 130px;
}
.vi-dropdown:hover .vi-dropdown-content {
  display: block;
}
.vi-dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  width: 100%;
}
.vi-dropdown-content a {
  color: #000000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.vi-dropdown-content a:hover {
  background-color: #f1f1f1;
}
.vi-primary-button {
  padding: 8px 18px;
  background-color: #005FAF;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.vi-primary-button:hover {
  opacity: 0.9;
}
.vi-line {
  border-bottom: 1px solid #8F93A3;
  width: 100%;
}
.overflow-hidde {
  overflow: hidden;
}
.vi-calender-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  font-size: 12px;
}
.vi-calender-grid a {
  color: #040404;
  padding: 1px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  text-align: center;
  border-radius: 2px;
}
.vi-calender-grid a:hover {
  border: 1px solid #8F93A3;
}
.progress-bar {
  padding: 0;
  width: 100%;
  height: 4px;
  overflow: hidden;
  border-radius: 6px;
}
.progress-bar .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 100%;
}
.vi-progress-bar-round {
  display: inline-flex;
  min-width: 24px;
  height: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  background: radial-gradient(closest-side, #f9f9f9 80%, transparent 90% 100%), conic-gradient(#EFC73A 72%, #f9f9f9 0);
}
.vi-progress-bar-round:before {
  content: attr(data-progress);
  color: #8F93A3;
}
.vi-progress-bar-round.vi-progress-complete {
  background: radial-gradient(closest-side, #f9f9f9 80%, transparent 90% 100%), conic-gradient(#47A83E 100%, #f9f9f9 0);
}
.vi-progress-bar-round.vi-progress-complete:before {
  content: '';
  width: 10px;
  height: 5px;
  border-bottom: 2px solid #47A83E;
  border-left: 2px solid #47A83E;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.vi-progress-bar-round.vi-progress-null {
  background: radial-gradient(closest-side, #f9f9f9 80%, transparent 90% 100%), conic-gradient(#8F93A3 100%, #f9f9f9 0);
}
:root {
  --square-size: 12px;
  --square-gap: 2px;
  --week-width: calc(var(--square-size) + var(--square-gap));
}
.con-title {
  font-size: 14px;
  margin: 0px;
  color: #040404;
  margin: 18px 0 8px 0;
}
.con-graph,
.weekly-con-graph,
.monthly-con-graph {
  display: inline-grid;
  grid-template-areas: "empty months" "days squares";
  grid-template-columns: auto 1fr;
  overflow-x: auto;
  width: 100%;
}
.con-graph:has(>.con-squares>li:hover),
.weekly-con-graph:has(>.con-squares>li:hover),
.monthly-con-graph:has(>.con-squares>li:hover) {
  overflow-x: clip;
}
.con-graph::-webkit-scrollbar,
.weekly-con-graph::-webkit-scrollbar,
.monthly-con-graph::-webkit-scrollbar {
  display: none;
}
.con-graph li,
.weekly-con-graph li,
.monthly-con-graph li,
.con-graph ul,
.weekly-con-graph ul,
.monthly-con-graph ul {
  list-style-type: none;
  padding: 0px;
  font-size: 12px;
  color: #040404;
  margin: 0px;
}
.con-graph .con-months,
.weekly-con-graph .con-months,
.monthly-con-graph .con-months {
  grid-area: months;
  grid-row: 3;
}
.con-graph .con-days,
.weekly-con-graph .con-days,
.monthly-con-graph .con-days {
  grid-area: days;
}
.con-graph .con-squares,
.weekly-con-graph .con-squares,
.monthly-con-graph .con-squares {
  grid-area: squares;
}
.con-months {
  display: grid;
  grid-template-columns: calc(var(--week-width) * 4) /* Jan */ calc(var(--week-width) * 4) /* Feb */ calc(var(--week-width) * 4) /* Mar */ calc(var(--week-width) * 5) /* Apr */ calc(var(--week-width) * 4) /* May */ calc(var(--week-width) * 4) /* Jun */ calc(var(--week-width) * 5) /* Jul */ calc(var(--week-width) * 4) /* Aug */ calc(var(--week-width) * 4) /* Sep */ calc(var(--week-width) * 5) /* Oct */ calc(var(--week-width) * 4) /* Nov */ calc(var(--week-width) * 5) /* Dec */;
}
.con-days,
.con-squares {
  display: grid;
  grid-gap: var(--square-gap);
  grid-template-rows: repeat(7, var(--square-size));
}
.con-days li,
.con-squares li {
  background-color: #ECECEC;
  width: 12px;
  height: 12px;
  position: relative;
}
.con-days li:focus::before,
.con-squares li:focus::before,
.con-days li:hover::before,
.con-squares li:hover::before {
  content: attr(data-complete) " - " attr(aria-label);
  text-align: center;
  position: absolute;
  display: block;
  z-index: 1;
  bottom: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 12em;
  max-width: 57em;
  padding: 0.5em 0.75em;
  border-radius: 4px;
  background: rgba(4, 4, 4, 0.6);
  backdrop-filter: blur(9px);
  color: #ffffff;
  font-size: 14px;
  animation: graphtooltip 0.1s ease-out 1;
  transform-origin: 0 0;
}
.con-days li:hover::after,
.con-squares li:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(4, 4, 4, 0.6);
  position: absolute;
  backdrop-filter: blur(9px);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}
.con-squares {
  grid-auto-flow: column;
  grid-auto-columns: var(--square-size);
}
.con-days li:nth-child(odd) {
  visibility: hidden;
}
li[data-level="1"] {
  background-color: #4DA769;
}
li[data-level="2"] {
  background-color: #E66F51;
}
li[data-level="3"] {
  background-color: #89D38C;
}
li[data-level="4"] {
  background-color: #F3A261;
}
.weekly-con-graph .con-squares {
  grid-template-columns: repeat(52, var(--square-size)) !important;
}
.weekly-con-graph .con-squares {
  grid-template-rows: unset;
}
.weekly-con-graph .con-squares li {
  height: 96px;
}
.monthly-con-graph {
  position: relative;
}
.monthly-con-graph .con-months {
  gap: 2px;
  position: absolute;
  top: -25px;
}
.monthly-con-graph .con-months li {
  text-align: center;
  z-index: 999;
  font-size: 16px;
  color: #FFFFFF;
  pointer-events: none;
}
.monthly-con-graph .con-squares {
  grid-template-rows: unset;
  display: grid;
  grid-template-columns: calc(var(--week-width) * 4) /* Jan */ calc(var(--week-width) * 4) /* Feb */ calc(var(--week-width) * 4) /* Mar */ calc(var(--week-width) * 5) /* Apr */ calc(var(--week-width) * 4) /* May */ calc(var(--week-width) * 4) /* Jun */ calc(var(--week-width) * 5) /* Jul */ calc(var(--week-width) * 4) /* Aug */ calc(var(--week-width) * 4) /* Sep */ calc(var(--week-width) * 5) /* Oct */ calc(var(--week-width) * 4) /* Nov */ calc(var(--week-width) * 5) /* Dec */;
}
.monthly-con-graph .con-squares li {
  height: 96px;
  width: 100%;
}
.monthly-con-graph li:focus::before,
.monthly-con-graph li:hover::before {
  bottom: 106px;
  animation: unset;
}
.monthly-con-graph li:focus::before,
.weekly-con-graph li:focus::before,
.monthly-con-graph li:hover::before,
.weekly-con-graph li:hover::before {
  bottom: 106px;
  animation: unset;
}
@keyframes graphtooltip {
  from {
    bottom: 0.5em;
  }
  to {
    bottom: 1.5em;
  }
}
.vi-bottom-header-right-items {
  width: 30.5%;
}
.search-bar-wrapper {
  position: relative;
}
.search-bar-wrapper .search {
  position: absolute;
  left: 9px;
  top: 6px;
}
.vi-search-bar {
  width: 100%;
  padding: 8px 40px 8px;
  font-size: 16px;
  border: 1px solid #8F93A3;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
}
.vi-search-bar:hover {
  border-color: #434141;
}
.section-weekly-focus-archive,
.section-monthly-focus-archive,
.vi-pt-356-section {
  margin-top: 16px;
}
.section-weekly-focus-archive .focus-wrapper,
.section-monthly-focus-archive .focus-wrapper,
.vi-pt-356-section .focus-wrapper {
  margin-top: 32px;
}
.section-weekly-focus-archive .focus-wrapper h4,
.section-monthly-focus-archive .focus-wrapper h4,
.vi-pt-356-section .focus-wrapper h4 {
  margin: 32px 0 20px 0;
}
.section-weekly-focus-archive .focus-wrapper .focus-card-listing,
.section-monthly-focus-archive .focus-wrapper .focus-card-listing,
.vi-pt-356-section .focus-wrapper .focus-card-listing {
  column-count: 4;
  column-fill: initial;
  column-gap: 24px;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 12px 16px;
  margin-bottom: 24px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card p,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card p,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card p {
  margin: 0px;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-month-name,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-month-name,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-month-name {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list {
  display: grid;
  grid-gap: 26px;
  margin-top: 10px;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar {
  cursor: pointer;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar p,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar p,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar p {
  font-size: 14px;
  color: #040404;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar span,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar span,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar span {
  color: #8F93A3;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar .progress-bar,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar .progress-bar,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar .progress-bar {
  margin-top: 10px;
}
.section-weekly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar:hover,
.section-monthly-focus-archive .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar:hover,
.vi-pt-356-section .focus-wrapper .weekly-foucs-single-card .weekly-focus-prog-list .weekly-focus-prog-sinle-bar:hover {
  text-decoration: underline;
}
.section-monthly-focus-archive .focus-card-listing,
.vi-daily-news-archive-section .focus-card-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card,
.vi-daily-news-archive-section .monthly-focus-sinlge-card {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 12px 16px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card h4,
.vi-daily-news-archive-section .monthly-focus-sinlge-card h4 {
  margin: 0px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .vi-progress-bar-wrapper,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .vi-progress-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .vi-progress-bar-wrapper .vi-progress-bar-round,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .vi-progress-bar-wrapper .vi-progress-bar-round {
  width: 32px;
  height: 32px;
  font-size: 14px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .monthly-focus-prog-list,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .monthly-focus-prog-list {
  margin-top: 18px;
  display: grid;
  grid-gap: 18px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar {
  cursor: pointer;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar p,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar p {
  font-size: 14px;
  margin: 0px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar .progress-bar,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar .progress-bar {
  margin-top: 10px;
}
.section-monthly-focus-archive .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar:hover,
.vi-daily-news-archive-section .monthly-focus-sinlge-card .monthly-focus-prog-list .monthly-focus-prog-sinle-bar:hover {
  text-decoration: underline;
}
.focus-archive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #8F93A3;
}
.focus-archive-header h3 {
  margin: 0px;
}
.focus-archive-header .focus-archive-filter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.focus-archive-header .focus-archive-filter .archive-filter-text {
  margin: 0px;
  font-size: 14px;
}
.vi-user-profile-section {
  margin-top: 28px;
}
.vi-user-profile-section .vi-user-profile-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail {
  display: flex;
  align-items: center;
  gap: 28px;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail .vi-user-name-wrapper {
  display: grid;
  gap: 12px;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail .vi-user-name-wrapper p {
  font-size: 32px;
  color: #040404;
  margin: 0px;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail .vi-user-name-wrapper a {
  font-size: 16px;
  color: #005FAF;
  text-decoration: underline;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges {
  display: grid;
  gap: 15px;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges p {
  font-size: 20px;
  margin: 0px;
  margin-left: 20px;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges .vi-user-rcvd-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges .vi-user-rcvd-badges img {
  width: 110px;
  height: 110px;
}
.vi-user-profile-section .vi-user-profile-tab-wrapper {
  margin-top: 68px;
}
.vi-user-profile-section .vi-user-profile-tab-wrapper .vi-profile-tab-list {
  display: flex;
  gap: 32px;
}
.vi-user-profile-section .vi-user-profile-tab-wrapper .vi-profile-tab-list .tab-item {
  font-size: 20px;
  color: #8F93A3;
  cursor: pointer;
}
.vi-user-profile-section .vi-user-profile-tab-wrapper .vi-profile-tab-list .tab-item.active {
  color: #000000;
}
.vi-profile-tab-container {
  margin-top: 32px;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper {
  display: flex;
  gap: 32px;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .vi-tab-title {
  font-size: 20px;
  column-rule: #040404;
  margin: 0px;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-left-itmes {
  padding: 24px;
  height: 574px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  overflow-y: auto;
  max-width: 400px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-left-itmes::-webkit-scrollbar {
  display: none;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-left-itmes .vi-left-child-item-list {
  display: grid;
  grid-gap: 24px;
  margin-top: 32px;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-right-itmes {
  padding: 24px;
  border: 1px solid #E9E9E9;
  flex: 1 auto;
  overflow-x: auto;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-right-itmes .graph-box-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-right-itmes .graph-box-title-wrap .graph-represent-list {
  display: flex;
  gap: 2px;
}
.vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-right-itmes .graph-box-title-wrap .graph-represent-list li {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  list-style-type: none;
}
.my-content-tab-wrapper .my-contnet-tab-filter {
  display: flex;
  gap: 64px;
  justify-content: end;
}
.my-content-tab-wrapper .my-contnet-tab-filter .my-content-search,
.my-content-tab-wrapper .my-contnet-tab-filter .my-content-sort {
  display: flex;
  gap: 10px;
  align-items: center;
}
.my-content-tab-wrapper .my-contnet-tab-filter .my-content-search p,
.my-content-tab-wrapper .my-contnet-tab-filter .my-content-sort p {
  font-size: 14px;
  margin: 0px;
  white-space: nowrap;
}
.my-content-tab-wrapper .vi-tab-acc-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 22px;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll {
  display: grid;
  gap: 24px;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll .vi-acc-top-box {
  display: grid;
  grid-template-columns: auto 1fr 20px;
  gap: 16px;
  align-items: center;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll .vi-acc-top-box p {
  font-size: 20px;
  color: #8F93A3;
  margin: 0px;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll .vi-acc-top-box .vi-tab-acc-close.vi-line {
  border-width: 2px;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll .ci-tab-acc-content .vi-note-and-high-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.my-content-tab-wrapper .vi-acrticle-highligh-coll .ci-tab-acc-content .vi-note-and-high-list .vi-note {
  margin-top: 0px;
}
.vi-leaderboard-tab-wrapper {
  padding: 19px 32px 32px;
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  border-radius: 4px;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars {
  flex: 1 1;
  padding: 24px 32px;
  background: linear-gradient(156deg, #FDF0D5 11%, #F8D169 82.91%);
  border-radius: 4px;
  display: grid;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-stars-year {
  font-size: 14px;
  font-weight: 600;
  color: #040404;
  line-height: 20px;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap {
  max-width: 418px;
  width: 90%;
  height: 365px;
  max-height: 32vw;
  margin: 24px auto;
  position: relative;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img {
  display: inline-block;
  position: absolute;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img .vi-rank {
  font-size: 18px;
  font-weight: 700;
  color: #040404;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  background-color: #E9C46B;
  border: 3px solid #F4F4F6;
  border-radius: 50%;
  position: absolute;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-1 {
  width: 55%;
  border-radius: 50%;
  left: 25%;
  top: 0;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-1 .vi-rank {
  top: 4%;
  left: 14%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-2 {
  width: 39%;
  border-radius: 50%;
  left: 0;
  top: 56%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-2 .vi-rank {
  top: 3%;
  left: 10%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-3 {
  width: 27.5%;
  border-radius: 50%;
  top: 68%;
  left: 43%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-3 .vi-rank {
  top: -2%;
  left: 10%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-4 {
  width: 23.5%;
  border-radius: 50%;
  right: 10px;
  top: 66%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-4 .vi-rank {
  top: -2%;
  left: 6%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-5 {
  width: 13%;
  border-radius: 50%;
  right: 5%;
  top: 47%;
}
.vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img.star-5 .vi-rank {
  top: -16%;
  left: -6%;
}
.vi-leaderboard-tab-wrapper .vi-leaderboard-score-wrap {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.vi-leaderboard-tab-wrapper .vi-leaderboard-score-wrap .vi-score-card:first-child .vi-user-name {
  font-weight: 700;
}
.vi-pt-356-section {
  margin-top: 16px;
}
.vi-pt-356-section .vi-pt-365-single-card {
  padding: 8px 16px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  margin-bottom: 12px;
  cursor: pointer;
}
.vi-pt-356-section .vi-pt-365-single-card p {
  font-size: 14px;
  color: #040404;
  margin: 0;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(auto, 292px));
  grid-gap: 24px;
  justify-content: center;
  margin-top: 20px;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card {
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 8px 16px;
  max-width: max-content;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-cal-month {
  font-size: 14px;
  font-weight: 700;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 6px;
  font-size: 12px;
  max-width: max-content;
  margin-top: 10px;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #040404;
  text-align: center;
  padding: 2px 0px;
  border-width: 12px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid a:hover {
  border-color: #8F93A3;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid a::after {
  content: '';
  width: 12px;
  height: 4px;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid a[data-status="lvl-0"]::after {
  background-color: #FFE58E;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid a[data-status="lvl-1"]::after {
  background-color: #E66F51;
}
.vi-daily-news-archive-section .vi-daily-news-card-listing .vi-daily-news-card .vi-calender-grid a[data-status="lvl-2"]::after {
  background-color: #55C786;
}
.vi-article-title {
  margin-top: 10px;
}
.vi-article-title h1 {
  font-size: 72px;
  font-weight: 400;
  color: #000000;
  line-height: 90px;
  margin: 0;
}
.vi-social-share-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.vi-social-share-wrap .vi-post-dates {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
}
.vi-social-share-wrap .vi-post-dates .vi-dates {
  font-size: 16px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 24px;
}
.vi-social-share-wrap .vi-post-dates .vi-dates span {
  font-weight: 700;
}
.vi-social-share-wrap .vi-icons {
  display: inline-block;
}
.vi-social-share-wrap .vi-icons:before {
  display: inline-block;
}
.vi-social-share-wrap .vi-social-share .vi-icons {
  cursor: pointer;
}
.vi-post-content-wrap {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-top: 32px;
}
.vi-post-content-wrap .vi-post-right-content {
  max-width: 864px;
  width: 100%;
}
.vi-post-content-wrap .vi-post-right-content .vi-reading-wrap {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #8F93A3;
  border-bottom: 1px solid #8F93A3;
}
.vi-post-content-wrap .vi-post-right-content .vi-reading-wrap .vi-reading-time {
  font-size: 16px;
  font-weight: 400;
  color: #8F93A3;
}
.vi-post-content-wrap .vi-post-right-content .vi-reading-wrap .vi-read-aloud {
  font-size: 16px;
  font-weight: 700;
  color: #8F93A3;
  cursor: pointer;
}
.vi-post-content-wrap .vi-post-right-content .vi-reading-wrap .vi-read-aloud:before {
  content: '';
  width: 22px;
  height: 20px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -81px -64px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.vi-post-content-wrap .vi-post-right-content .vi-author-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
}
.vi-post-content-wrap .vi-post-right-content .vi-author-wrap .vi-author-info {
  font-size: 16px;
  font-weight: 400;
  color: #8F93A3;
}
.vi-post-content-wrap .vi-post-right-content .vi-author-wrap .vi-author-info span {
  font-weight: 700;
}
.vi-post-content-wrap .vi-post-right-content .vi-author-wrap .vi-author-info.vi-author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 9px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap {
  color: #000000;
  position: relative;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h1,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h2,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h3,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h4,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h5,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h6 {
  margin-top: 32px;
  margin-bottom: 0;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap p,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap li {
  margin-bottom: 0;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap ul,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap ol {
  margin-bottom: 0;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap figure {
  margin: 0;
  margin-top: 32px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap figure figcaption {
  font-size: 14px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 20px;
  font-style: italic;
  margin-top: 8px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap p + p {
  margin-top: 32px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h1 + p,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h3 + p,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h4 + p,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h5 + p,
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h6 + p {
  margin-top: 8px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap h2 + p {
  margin-top: 32px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-green-text {
  background-color: #CCE3CC;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-yellow-text {
  background-color: #FFF0BA;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-blue-text {
  background-color: #ACD3FC;
  position: relative;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-blue-text .vi-text-selector {
  display: none;
  align-items: center;
  padding: 12px 0;
  background-color: #04040499;
  backdrop-filter: blur(9px);
  border-radius: 4px;
  position: absolute;
  bottom: calc(100% + 12px);
  left: 70%;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-blue-text .vi-text-selector:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #04040499;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-blue-text .vi-text-selector .vi-action {
  display: inline-block;
  width: max-content;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  cursor: pointer;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-blue-text .vi-text-selector .vi-action:not(:last-child) {
  border-right: 1px solid #8F93A3;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-blue-text:hover .vi-text-selector {
  display: inline-flex;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-magzines-data {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  background-color: #CCE3CC;
  position: absolute;
  right: -40px;
}
.vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-magzines-data:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 7px solid #CCE3CC;
  position: absolute;
  top: 0;
  left: -7px;
}
.vi-mobile-sidebar-wrap {
  margin-top: 16px;
  padding: 8px 14px;
  background-color: #F9F9F9;
  border-radius: 4px;
  display: none;
}
.vi-mobile-sidebar-wrap .vi-magzine-accordian-title {
  font-size: 14px;
  font-weight: 400;
  color: #040404;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.vi-mobile-sidebar-wrap .vi-magzine-accordian-title:after {
  content: '';
  min-width: 14px;
  height: 24px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -59px -62px;
  display: inline-block;
}
.vi-post-left-sidebar.vi-magzine-accordian-content .vi-post-sidebar {
  width: 100%;
  background-color: #EFEFEF;
  margin-top: 16px;
  padding: 6px 16px;
}
.vi-post-left-sidebar.vi-magzine-accordian-content .vi-post-sidebar .vi-card-wrap .vi-title {
  font-size: 12px;
}
.vi-post-left-sidebar.vi-magzine-accordian-content .vi-post-sidebar .vi-card-wrap .vi-accordian-content {
  font-size: 12px;
}
.vi-post-left-sidebar.vi-magzine-accordian-content .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-icon-list p {
  font-size: 12px;
}
.vi-post-left-sidebar.vi-magzine-accordian-content .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card {
  margin-top: 16px;
}
.vi-post-left-sidebar.vi-magzine-accordian-content .vi-post-sidebar .vi-card-wrap .vi-download-pdf {
  font-size: 12px;
  align-items: center;
}
.vi-post-left-sidebar .vi-post-sidebar {
  width: 344px;
  padding: 16px 24px;
  border-radius: 4px;
  background-color: #F9F9F9;
}
.vi-post-left-sidebar .vi-post-sidebar:not(:first-child) {
  margin-top: 32px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap {
  padding: 16px 0;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-title {
  font-size: 16px;
  font-weight: 400;
  color: #040404;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-title:after {
  content: '';
  min-width: 14px;
  height: 24px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -59px -62px;
  display: inline-block;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content {
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #040404;
  line-height: 24px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-icon-list {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-icon-list p {
  margin: 0;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-icon-list.active p {
  font-weight: 700;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card {
  border: 1px solid #E9E9E9;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 8px 16px;
  max-width: max-content;
  margin-top: 24px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-cal-month {
  font-size: 14px;
  font-weight: 700;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid {
  display: grid;
  grid-template-columns: repeat(7, 32px);
  gap: 6px;
  font-size: 12px;
  max-width: max-content;
  margin-top: 10px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #040404;
  text-align: center;
  padding: 2px 0px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid a::after {
  content: '';
  width: 12px;
  height: 4px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid a[data-status="lvl-0"]::after {
  background-color: #FFE58E;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid a[data-status="lvl-1"]::after {
  background-color: #E66F51;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid a[data-status="lvl-2"]::after {
  background-color: #55C786;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap.active .vi-title {
  font-weight: 700;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap.active .vi-title:after {
  height: 2px;
  background-position: -59px -73px;
  margin-top: 11px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap.active .vi-accordian-content {
  display: block;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap:not(:last-child) {
  border-bottom: 1px solid #8f93a333;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-download-pdf {
  font-size: 16px;
  font-weight: 400;
  color: #040404;
  display: inline-flex;
  gap: 9px;
  width: 100%;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-download-pdf:before,
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-download-pdf:after {
  content: '';
  width: 18px;
  height: 20px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-download-pdf:before {
  background-position: -31px -90px;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-download-pdf.vi-icon-card:after {
  background-position: -5px -4px;
  margin-left: auto;
}
.vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-download-pdf.vi-icon-book:after {
  width: 20px;
  background-position: -30px -4px;
  margin-left: auto;
}
.vi-related-post-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 60px;
}
.vi-related-post-wrap .vi-article-wrap {
  display: grid;
  gap: 24px;
}
.vi-related-post-wrap .vi-article-wrap .vi-related-title {
  font-size: 20px;
  color: #040404;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}
.vi-comments-wrap {
  margin-top: 32px;
  padding: 8px 16px;
  border: 1px solid #D4D4D4;
  border-radius: 4px;
}
.vi-comments-wrap .vi-comment-title {
  font-size: 20px;
  color: #040404;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.vi-comments-wrap .vi-commnet-counts {
  font-size: 16px;
  color: #8F93A3;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
}
.vi-comments-wrap .vi-comments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.vi-comments-wrap .vi-comments:after {
  content: '';
  min-width: 14px;
  height: 24px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  background-position: -59px -62px;
  display: inline-block;
}
.vi-comments-wrap .vi-comment-content {
  display: none;
}
.vi-highlights-section {
  margin-top: 56px;
}
.vi-highlights-section.vi-latest-news-wrap {
  margin-top: 0px;
}
.vi-highlights-section .vi-highlight-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
}
.vi-highlights-section .vi-highlight-wrap .vi-slider {
  display: flex;
  gap: 16px;
  padding: 0 16px;
  position: relative;
  height: fit-content;
}
.vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  background-color: #04040499;
  backdrop-filter: blur(9px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons:hover {
  opacity: 0.9;
}
.vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons.prev {
  left: 0;
}
.vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons.next {
  right: 0;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcment-wrap {
  width: 258px;
  padding: 16px;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-sidebar-title {
  font-size: 20px;
  font-weight: 700;
  color: #040404;
  line-height: 28px;
  margin-top: 0;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card {
  border-top: 1px solid #8F93A3;
  padding-top: 12px;
  margin-top: 12px;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card .vi-announcement-title {
  font-size: 14px;
  font-weight: 700;
  color: #8F93A3;
  line-height: 20px;
  margin-top: 0;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card ul {
  margin: 0;
  padding-left: 0;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: #040404;
  line-height: 20px;
  margin: 12px 0;
}
.vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card ul li:before {
  content: '✦';
  display: inline-block;
  margin-right: 5px;
}
.vi-latest-news-wrap .vi-latest-news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  margin-top: 24px;
}
.vi-latest-news-wrap .vi-latest-news.vi-four-card {
  margin-top: 32px;
  grid-template-columns: repeat(4, 1fr);
}
.vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card .vi-post-title,
.vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card .vi-post-meta-wrap {
  margin-top: 16px;
}
.vi-search-wrap {
  text-align: center;
}
.vi-search-wrap .vi-search-bar-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 537px;
  margin: 24px auto 0;
}
.vi-search-wrap .vi-search-bar-wrapper .search {
  position: absolute;
  left: 9px;
  top: 6px;
}
.vi-search-wrap .vi-search-bar-wrapper .vi-search-btn {
  max-width: 110px;
  border: 0;
  padding: 10px 18px;
  border-radius: 0 4px 4px 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.vi-search-wrap .vi-search-bar-wrapper .vi-search-btn:hover {
  opacity: 0.9;
}
.vi-search-wrap .vi-search-bar {
  width: 100%;
  padding: 8px 40px 8px;
  font-size: 16px;
  border: 1px solid #8F93A3;
  border-radius: 4px 0 0 4px;
  transition: all 0.2s ease-in-out;
  border-right: none;
}
.vi-search-wrap .vi-search-bar:hover {
  border-color: #1d1e1e;
}
.vi-videos-and-downloads {
  display: flex;
  gap: 24px;
}
.vi-videos-and-downloads .vi-latest-videos {
  max-width: 283px;
}
.vi-videos-and-downloads .vi-latest-downloads {
  max-width: 568px;
}
.vi-videos-and-downloads .vi-article-title-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.vi-videos-and-downloads .vi-article-title-wrap .vi-article-title {
  font-size: 20px;
  font-weight: 700;
  color: #040404;
  margin-top: 0;
  line-height: 28px;
}
.vi-videos-and-downloads .vi-article-title-wrap .vi-view-all {
  font-size: 16px;
  font-weight: 400;
  color: #005FAF;
  line-height: 24px;
}
.vi-videos-and-downloads .vi-article-card-wrap {
  display: grid;
  grid-gap: 24px;
}
.vi-videos-and-downloads .vi-article-card .vi-video img {
  width: 100%;
}
.vi-videos-and-downloads .vi-article-card .vi-video .vi-play-btn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vi-videos-and-downloads .vi-article-card .vi-article p {
  font-weight: 700;
  color: #040404;
}
.vi-videos-and-downloads .vi-article-card:first-child {
  margin-top: 0;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap {
  columns: 2;
  column-gap: 16px;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card {
  border: 1px solid #E9E9E9;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-radius: 4px;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-header .vi-category {
  font-size: 14px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 20px;
  border-bottom: 1px solid #8F93A3;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-body-text {
  font-size: 14px;
  font-weight: 400;
  color: #040404;
  line-height: 20px;
  margin-top: 10px;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-body-text span,
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-body-text strong {
  font-weight: 700;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #8F93A3;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-downloads-links {
  font-size: 14px;
  font-weight: 400;
  color: #8F93A3;
  line-height: 20px;
  transition: all 0.2s ease-in-out;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-downloads-links:before {
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../../images/main-sprite.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-downloads-links.downloads:before {
  background-position: -29px -117px;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-downloads-links.source-file:before {
  background-position: -55px -117px;
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-downloads-links:hover {
  filter: brightness(0.5);
}
.vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-divider {
  display: inline-block;
  width: 1px;
  height: 24px;
  background-color: #8F93A3;
}
.vi-videos-and-downloads .vi-test-yourself .vi-quiz-wrap {
  padding: 34px 28px;
  border-radius: 4px;
  background: linear-gradient(156deg, #FDF0D5 11%, #F8D169 82.91%);
  position: relative;
}
.vi-videos-and-downloads .vi-test-yourself .vi-quiz-wrap .vi-quiz-label {
  font-size: 16px;
  font-weight: 700;
  color: #040404;
  line-height: 24px;
  margin-top: 0px;
  max-width: 183px;
}
.vi-videos-and-downloads .vi-test-yourself .vi-quiz-wrap .vi-quiz-btn {
  font-size: 14px;
  font-weight: 600;
  color: #040404;
  line-height: 24px;
  background-color: #ffffff;
  padding: 8px 14px;
  border-radius: 4px;
  margin-top: 14px;
  display: inline-block;
}
.vi-videos-and-downloads .vi-test-yourself .vi-quiz-wrap .vi-quiz-background {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.vi-videos-and-downloads .vi-test-yourself .vi-score-card-wrap {
  display: grid;
  gap: 6px;
  margin-top: 16px;
}
.vi-videos-and-downloads .vi-test-yourself .vi-score-card-wrap .vi-score-card:first-child .vi-user-name {
  font-weight: 700;
}
@media (max-width: 1340px) {
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-magzines-data {
    right: -20px;
  }
}
@media (max-width: 1120px) {
  .section-weekly-focus-archive .focus-wrapper .focus-card-listing,
  .section-monthly-focus-archive .focus-wrapper .focus-card-listing,
  .vi-pt-356-section .focus-wrapper .focus-card-listing {
    column-count: 3;
  }
  .section-monthly-focus-archive .focus-card-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .vi-videos-and-downloads .vi-latest-downloads {
    max-width: 455px;
  }
  .vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card {
    padding: 12px;
  }
  .vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer {
    gap: 6px;
  }
  .vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer .vi-downloads-links:before {
    margin-right: 4px;
  }
}
@media (max-width: 1024px) {
  .vigrid-wide {
    padding: 0px 15px;
  }
  .vi-super-menu {
    display: none;
  }
  .vi-super-menu .has-submenu .vi-submenu-fluid {
    display: none;
  }
  .vi-super-menu .has-submenu .vi-subchild-menu {
    display: none;
  }
  .vi-mobile-header-wrapper {
    display: grid;
  }
  .vi-mobile-header-wrapper .vi-mob-top-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vi-mobile-header-wrapper .vi-bottom-header-right-items {
    width: 100%;
    margin-top: 12px;
  }
  .vi-mobile-submenu-fluid {
    display: block;
    min-width: 221px;
    max-width: 243px;
    padding: 24px 16px;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-item-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 35px;
    height: calc(100vh - 236px);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-item-list::-webkit-scrollbar {
    display: none;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-item-list .vi-mobi-menu-item .vi-mobi-menu-text {
    font-size: 14px;
    color: #040404;
    margin: 0px;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-item-list .vi-mobi-menu-item.home {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-item-list .vi-mobi-menu-item.home .vi-mobi-menu-text {
    font-weight: 600;
  }
  .vi-mobile-submenu-fluid .has-mobi-submenu .vi-mobi-menu-text {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .vi-mobile-submenu-fluid .has-mobi-submenu .vi-mobi-menu-text:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url(../../images/main-sprite.svg);
    background-repeat: no-repeat;
    background-position: -141px -96px;
    transform: rotate(90deg);
    margin-top: 10px;
    position: relative;
    right: 4px;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid {
    background-color: #F9F9F9;
    max-width: 221px;
    margin-top: 24px;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .vi-submenu-2nd-level-box-item {
    padding: 16px;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .vi-submneu-2nd-level-list .vi-submenu-items {
    padding: 8px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .vi-submneu-2nd-level-list .vi-submenu-items p {
    font-size: 12px;
    margin: 0px;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .vi-submneu-2nd-level-list .vi-submenu-items .vi-drop-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .vi-submneu-2nd-level-list .vi-submenu-items .vi-drop-arrow::before {
    transform: scale(0.8);
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .has-3rd-level-menu {
    background-color: #EFEFEF;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .has-3rd-level-menu .vi-submenu-value {
    display: flex;
    justify-content: space-between;
    gap: 5px;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .has-3rd-level-menu .vi-submenu-value:after {
    content: '';
    display: inline-block;
    width: 11px;
    height: 9px;
    background-image: url(../../images/main-sprite.svg);
    background-repeat: no-repeat;
    background-position: -141px -96px;
    transform: rotate(90deg);
    margin-top: 10px;
    position: relative;
    right: 4px;
  }
  .vi-mobile-submenu-fluid .vi-submenu-2nd-level-fluid .vi-subchild-3rd-level-menu {
    margin-top: 20px;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-bottom-box {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    margin-top: 35px;
    position: fixed;
    bottom: 0;
    left: 0px;
    padding: 16px;
    min-width: 243px;
    background-color: #ffffff;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-bottom-box .vi-mobi-menu-language-box {
    display: flex;
    gap: 16px;
  }
  .vi-mobile-submenu-fluid .vi-mobi-menu-bottom-box .vi-mobi-menu-language-box p {
    margin: 0px;
    font-size: 14px;
  }
  footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar {
    flex-wrap: wrap;
  }
  footer .vi-footer-wrapper .vi-footer-right-item {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .vi-profile-tab-container.tabc-activity .activity-tab-wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .vi-profile-tab-container.tabc-activity .activity-tab-wrapper .vi-tab-title {
    font-size: 16px;
    font-weight: 700;
  }
  .vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-left-itmes {
    padding: 0px;
    border: unset;
  }
  .vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-left-itmes .vi-left-child-item-list {
    margin-top: 14px;
  }
  .vi-profile-tab-container.tabc-activity .activity-tab-wrapper .activity-tab-right-itmes {
    width: 100%;
    padding: 0px;
    border: unset;
  }
  .vi-article-card.vi-inline .vi-article p {
    font-size: 12px;
    line-height: normal;
  }
  .my-content-tab-wrapper .vi-acrticle-highligh-coll .ci-tab-acc-content .vi-note-and-high-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .vi-videos-and-downloads {
    flex-wrap: wrap;
  }
  .vi-videos-and-downloads .vi-latest-videos,
  .vi-videos-and-downloads .vi-latest-downloads {
    max-width: 100%;
  }
  .vi-videos-and-downloads .vi-article-card-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .vi-videos-and-downloads .vi-test-yourself {
    width: 100%;
  }
  .vi-videos-and-downloads .vi-pdf-downloads-wrap .vi-pdf-card .vi-card-footer {
    gap: 20px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-magzines-data {
    right: -10px;
  }
}
@media (max-width: 991px) {
  .vi-article-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .vi-related-post-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .vi-post-card .vi-post-meta-wrap {
    gap: 6px;
  }
  .vi-latest-news-wrap .vi-latest-news.vi-four-card {
    grid-template-columns: repeat(2, 1fr);
  }
  .vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card {
    display: flex;
    flex-direction: column;
  }
  .vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card .vi-post-title-link {
    order: 2;
  }
  .vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card .vi-post-meta-wrap,
  .vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card .vi-post-title {
    margin-top: 9px;
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img .vi-rank {
    width: 24px;
    height: 24px;
    font-size: 14px;
    border-width: 2px;
  }
}
@media (max-width: 768px) {
  .vigrid-wide {
    padding: 0 15px;
  }
  .vigrid-compact {
    padding: 0 15px;
  }
  .vi-breadcrumb-wrap .vi-bookmark-links ul {
    gap: 20px;
  }
  .vi-breadcrumb-wrap .vi-bookmark-links .vi-icons {
    font-size: 0;
  }
  .vi-breadcrumb-wrap .vi-bookmark-links .vi-icons:before {
    margin-right: 0;
  }
  .section-weekly-focus-archive .focus-wrapper .focus-card-listing,
  .section-monthly-focus-archive .focus-wrapper .focus-card-listing,
  .vi-pt-356-section .focus-wrapper .focus-card-listing {
    column-count: 2;
  }
  .section-monthly-focus-archive .focus-card-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .vi-social-share-wrap .vi-social-share {
    display: none;
  }
  .vi-article-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .vi-mobile-sidebar-wrap {
    display: block;
  }
  .vi-mobile-sidebar-wrap .vi-post-left-sidebar {
    display: none;
  }
  .vi-mobile-sidebar-wrap .vi-post-left-sidebar .vi-post-sidebar:not(:first-child) {
    margin-top: 16px;
  }
  .vi-post-content-wrap {
    flex-wrap: wrap;
  }
  .vi-post-content-wrap .vi-post-left-sidebar {
    display: none;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap .vi-magzines-data {
    right: -15px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h2 {
    font-size: 32px;
    margin-top: 16px;
    line-height: normal;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h3 {
    font-size: 24px;
    margin-top: 16px;
    line-height: normal;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h4 {
    font-size: 22px;
    margin-top: 16px;
    line-height: normal;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h2 + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap p + p {
    margin-top: 16px;
  }
  .vi-pagination {
    margin-left: 0;
    margin-top: 30px;
    gap: 20px;
  }
  .vi-related-post-wrap {
    grid-template-columns: auto;
    grid-gap: 40px;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-slider .vi-post-card:not(:first-child) {
    display: none;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcment-wrap {
    width: 220px;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons {
    width: 24px;
    height: 24px;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons:before {
    scale: 0.6;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons.prev {
    left: -9px;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-slider .vi-icons.next {
    right: -9px;
  }
  .vi-videos-and-downloads .vi-article-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .my-content-tab-wrapper {
    padding: 0;
    border: 0;
  }
  .vi-leaderboard-tab-wrapper {
    flex-direction: column;
    padding: 0;
    border: 0;
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap {
    max-height: 65vw;
  }
}
@media (max-width: 525px) {
  footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar {
    flex-direction: column;
    gap: 16px;
  }
  footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar* {
    flex: 1 auto;
  }
  footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-contact-no {
    padding-right: 0;
    border-right: unset;
  }
  footer .vi-footer-wrapper .vi-footer-left-item .vi-coatact-detail-bar .vi-email {
    padding-left: 0;
  }
  .section-weekly-focus-archive .focus-archive-header h3,
  .section-monthly-focus-archive .focus-archive-header h3,
  .vi-pt-356-section .focus-archive-header h3 {
    font-size: 24px;
  }
  .section-weekly-focus-archive .focus-wrapper .focus-card-listing,
  .section-monthly-focus-archive .focus-wrapper .focus-card-listing,
  .vi-pt-356-section .focus-wrapper .focus-card-listing {
    column-count: 1;
  }
  .section-monthly-focus-archive .focus-card-listing {
    grid-template-columns: repeat(1, 1fr);
  }
  .vi-dropdown .vi-dropbtn {
    gap: 23px;
    min-width: unset;
  }
  .vi-article-title h1 {
    font-size: 24px;
    line-height: 29px;
  }
  h1 {
    font-size: 24px;
    line-height: 29px;
  }
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
  h3 {
    font-size: 24px;
    line-height: 29px;
  }
  h4 {
    font-size: 14px;
    line-height: 19px;
  }
  h5 {
    font-size: 12px;
    line-height: 26px;
  }
  h6 {
    font-size: 12px;
    line-height: 16px;
  }
  .vi-breadcrumb-wrap a {
    font-size: 12px;
  }
  .vi-breadcrumb-wrap .vi-breadcrumb-links ul li:not(:last-child):before {
    top: 10px;
  }
  .vi-article-title {
    margin-top: 12px;
  }
  .vi-social-share-wrap .vi-post-dates .vi-dates {
    font-size: 12px;
  }
  .vi-post-content-wrap {
    margin-top: 12px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-reading-wrap {
    align-items: center;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-reading-wrap .vi-reading-time,
  .vi-post-content-wrap .vi-post-right-content .vi-reading-wrap .vi-read-aloud {
    font-size: 12px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-author-wrap {
    display: none;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap {
    margin-top: 24px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h1,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h2,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h3,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h4,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h5,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h6 {
    margin-top: 20px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h1 + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h2 + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h3 + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h4 + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h5 + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap h6 + p {
    margin-top: 10px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap li {
    font-size: 12px;
    line-height: 19px;
  }
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap ul,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap ol,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap p + p,
  .vi-post-content-wrap .vi-post-right-content .vi-content-wrap figure {
    margin-top: 10px;
  }
  .vi-article-card .vi-article p {
    font-size: 14px;
  }
  .vi-fixed-icons {
    left: 0;
    bottom: 0;
    top: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 12px;
  }
  .vi-fixed-icons .vi-icons {
    padding: 2px 32px;
  }
  .vi-fixed-icons .vi-icons:not(:last-child) {
    border-bottom: 0;
    border-right: 1px solid #ffffff;
  }
  .vi-fixed-icons .vi-icons.share {
    display: block;
  }
  .vi-modal-wrap .vi-modal-inner .vi-modal-header {
    padding-bottom: 10px;
  }
  .vi-modal-wrap .vi-modal-inner .vi-modal-content {
    margin-top: 10px;
  }
  .vi-highlights-section {
    margin-top: 40px;
  }
  .vi-highlights-section.vi-latest-news-wrap {
    margin-top: 32px;
  }
  .vi-highlights-section .vi-highlight-wrap {
    flex-wrap: wrap;
    gap: 24px;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcment-wrap {
    width: 100%;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-sidebar-title {
    font-size: 16px;
  }
  .vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card .vi-announcement-title,
  .vi-highlights-section .vi-highlight-wrap .vi-highlights-sidebar .vi-announcement-card ul li {
    font-size: 12px;
  }
  .vi-post-card .vi-post-meta-wrap .vi-post-meta {
    font-size: 12px;
    line-height: 16px;
  }
  .vi-post-card .vi-post-title {
    font-size: 16px;
    line-height: 22px;
  }
  .vi-post-card .vi-post-desc {
    font-size: 12px;
    line-height: 17px;
  }
  .vi-latest-news-wrap .vi-latest-news {
    grid-template-columns: auto;
  }
  .vi-latest-news-wrap .vi-latest-news.vi-four-card {
    margin-top: 24px;
    grid-gap: 8px;
  }
  .vi-latest-news-wrap .vi-latest-news.vi-four-card .vi-post-card .vi-post-meta-wrap {
    flex-wrap: wrap;
    gap: 4px 8px;
  }
  .vi-videos-and-downloads .vi-article-card-wrap {
    grid-template-columns: auto;
  }
  .vi-videos-and-downloads .vi-pdf-downloads-wrap {
    columns: 1;
  }
  .vi-videos-and-downloads .vi-test-yourself .vi-quiz-wrap {
    padding: 34px 16px;
  }
  .vi-score-card .vi-user-name,
  .vi-score-card .vi-index,
  .vi-score-card .vi-user-score {
    font-size: 12px;
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars {
    padding: 12px 16px;
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap {
    max-height: 70vw;
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img .vi-rank {
    font-size: 10px;
    width: 20px;
    height: 20px;
  }
  .vi-post-left-sidebar .vi-post-sidebar {
    padding: 6px 10px;
  }
  .vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card {
    padding: 6px;
  }
  .vi-post-left-sidebar .vi-post-sidebar .vi-card-wrap .vi-accordian-content .vi-daily-news-card .vi-calender-grid {
    gap: 2px;
    grid-template-columns: repeat(7, 29px);
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap {
    max-height: 65vw;
  }
  .vi-leaderboard-tab-wrapper .vi-shining-stars .vi-shining-star-wrap .vi-star-img .vi-rank {
    width: 15px;
    height: 15px;
  }
  .vi-user-profile-section {
    margin-top: 20px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail {
    gap: 18px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail img {
    width: 75px;
    height: 75px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail .vi-user-name-wrapper p {
    font-size: 24px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-detail .vi-user-name-wrapper a {
    font-size: 12px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges {
    gap: 8px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges p {
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
  }
  .vi-user-profile-section .vi-user-profile-wrapper .vi-user-badges .vi-user-rcvd-badges img {
    width: 48px;
    height: 48px;
  }
  .vi-user-profile-section .vi-user-profile-tab-wrapper {
    margin-top: 36px;
  }
  .vi-user-profile-section .vi-user-profile-tab-wrapper .vi-profile-tab-list {
    gap: 22px;
  }
  .vi-user-profile-section .vi-user-profile-tab-wrapper .vi-profile-tab-list .tab-item {
    font-size: 16px;
  }
  .my-content-tab-wrapper .my-contnet-tab-filter {
    display: grid;
    gap: 24px;
    justify-content: unset;
  }
  .my-content-tab-wrapper .my-contnet-tab-filter .my-content-search,
  .my-content-tab-wrapper .my-contnet-tab-filter .my-content-sort {
    display: grid;
  }
  .my-content-tab-wrapper .vi-acrticle-highligh-coll .ci-tab-acc-content .vi-note-and-high-list {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}
