@charset "UTF-8";
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--sn-primary);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--sn-primary), 0 0 5px var(--sn-primary);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: var(--sn-primary);
  border-left-color: var(--sn-primary);
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.center, .main-header .item .head i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.page-videos .widget-more-videos .entry-box .box-2::before, .entry-box-2 .box::before, .entry-box .entry-image img, .main-menu .menu > li:not(.mobile):hover > ul, .main-menu .menu > li.more > a span, .main-header .site-mode i, .main-header .site-mode::before, .main-header .item-box, .main-header, .main-header > [class*=container], .main-header > [class*=container] > div, .search-box .search-toggle, .search-box, .site-overlay, .swiper-container .swiper-wrapper {
  transition: all 300ms, color 200ms;
}

.swiper-container .swiper-wrapper {
  opacity: 1;
}
.swiper-container .swiper-wrapper.opacity {
  opacity: 0;
}

.site-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 14px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--sn-primary);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp.lc-1 {
  -webkit-line-clamp: 1;
}
.line-clamp.lc-2 {
  -webkit-line-clamp: 2;
}
.line-clamp.lc-3 {
  -webkit-line-clamp: 3;
}
.line-clamp.lc-4 {
  -webkit-line-clamp: 4;
}
.line-clamp.lc-5 {
  -webkit-line-clamp: 5;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fs-42 {
  font-size: 42px !important;
}

@media (min-width: 576px) {
  .fs-sm-12 {
    font-size: 12px !important;
  }

  .fs-sm-14 {
    font-size: 14px !important;
  }

  .fs-sm-16 {
    font-size: 16px !important;
  }

  .fs-sm-18 {
    font-size: 18px !important;
  }

  .fs-sm-20 {
    font-size: 20px !important;
  }

  .fs-sm-22 {
    font-size: 22px !important;
  }

  .fs-sm-24 {
    font-size: 24px !important;
  }

  .fs-sm-28 {
    font-size: 28px !important;
  }

  .fs-sm-32 {
    font-size: 32px !important;
  }

  .fs-sm-38 {
    font-size: 38px !important;
  }

  .fs-sm-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-12 {
    font-size: 12px !important;
  }

  .fs-md-14 {
    font-size: 14px !important;
  }

  .fs-md-16 {
    font-size: 16px !important;
  }

  .fs-md-18 {
    font-size: 18px !important;
  }

  .fs-md-20 {
    font-size: 20px !important;
  }

  .fs-md-22 {
    font-size: 22px !important;
  }

  .fs-md-24 {
    font-size: 24px !important;
  }

  .fs-md-28 {
    font-size: 28px !important;
  }

  .fs-md-32 {
    font-size: 32px !important;
  }

  .fs-md-38 {
    font-size: 38px !important;
  }

  .fs-md-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-12 {
    font-size: 12px !important;
  }

  .fs-lg-14 {
    font-size: 14px !important;
  }

  .fs-lg-16 {
    font-size: 16px !important;
  }

  .fs-lg-18 {
    font-size: 18px !important;
  }

  .fs-lg-20 {
    font-size: 20px !important;
  }

  .fs-lg-22 {
    font-size: 22px !important;
  }

  .fs-lg-24 {
    font-size: 24px !important;
  }

  .fs-lg-28 {
    font-size: 28px !important;
  }

  .fs-lg-32 {
    font-size: 32px !important;
  }

  .fs-lg-38 {
    font-size: 38px !important;
  }

  .fs-lg-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 1200px) {
  .fs-xl-12 {
    font-size: 12px !important;
  }

  .fs-xl-14 {
    font-size: 14px !important;
  }

  .fs-xl-16 {
    font-size: 16px !important;
  }

  .fs-xl-18 {
    font-size: 18px !important;
  }

  .fs-xl-20 {
    font-size: 20px !important;
  }

  .fs-xl-22 {
    font-size: 22px !important;
  }

  .fs-xl-24 {
    font-size: 24px !important;
  }

  .fs-xl-28 {
    font-size: 28px !important;
  }

  .fs-xl-32 {
    font-size: 32px !important;
  }

  .fs-xl-38 {
    font-size: 38px !important;
  }

  .fs-xl-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 1400px) {
  .fs-xxl-12 {
    font-size: 12px !important;
  }

  .fs-xxl-14 {
    font-size: 14px !important;
  }

  .fs-xxl-16 {
    font-size: 16px !important;
  }

  .fs-xxl-18 {
    font-size: 18px !important;
  }

  .fs-xxl-20 {
    font-size: 20px !important;
  }

  .fs-xxl-22 {
    font-size: 22px !important;
  }

  .fs-xxl-24 {
    font-size: 24px !important;
  }

  .fs-xxl-28 {
    font-size: 28px !important;
  }

  .fs-xxl-32 {
    font-size: 32px !important;
  }

  .fs-xxl-38 {
    font-size: 38px !important;
  }

  .fs-xxl-42 {
    font-size: 42px !important;
  }
}
.search-box {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1022;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  background-color: #fff;
}
body.dark-theme .search-box {
  background-color: #151824;
}
@media (prefers-color-scheme: dark) {
  .search-box {
    background-color: #151824;
  }
}
.search-box .search-container {
  position: relative;
}
.search-box form {
  min-height: 60px;
}
.search-box form input[type=search] {
  width: 100%;
  height: 60px;
  border: none;
  color: #000;
  font-size: 16px;
  padding-right: 26px;
  padding-left: 65px;
  background-color: transparent;
}
.search-box form input[type=search]::placeholder {
  color: grays("400");
}
.search-box form input[type=search]:focus, .search-box form input[type=search].not-empty {
  outline: 0;
}
body.dark-theme .search-box form input[type=search] {
  color: #fff;
}
body.dark-theme .search-box form input[type=search]::placeholder {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .search-box form input[type=search] {
    color: #fff;
  }
  .search-box form input[type=search]::placeholder {
    color: #fff;
  }
}
.search-box form label {
  color: #000;
  font-size: 20px;
}
body.dark-theme .search-box form label {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .search-box form label {
    color: #fff;
  }
}
.search-box button {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  transform: translateY(-50%) scale(0);
  transition: all 300ms 0.3s, color 200ms;
}
.search-box .search-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 5;
  opacity: 0;
  color: var(--sn-primary);
  font-size: 14px;
  cursor: pointer;
  transform: translateY(-50%) scale(0) rotate(0);
}
body.dark-theme .search-box .search-toggle {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .search-box .search-toggle {
    color: #fff;
  }
}
body.menu-sm .search-box {
  height: 48px;
}
body.menu-sm .search-box form {
  min-height: 48px;
}
body.menu-sm .search-box form input[type=search] {
  height: 48px;
}
body.search-box-active .search-box {
  visibility: visible !important;
  opacity: 1;
  transform: translateY(0);
}
body.search-box-active .search-box button {
  transform: translateY(-50%) scale(1);
}
body.search-box-active .search-box .search-toggle {
  opacity: 1;
  transform: translateY(-50%) scale(1) rotate(540deg);
}

.main-header {
  width: 100%;
  position: relative;
  z-index: 1020;
  background-color: #fff;
  border-bottom: 1px solid #ebeef1;
  transition: background-color 300ms;
}
.main-header, .main-header > [class*=container], .main-header > [class*=container] > div {
  min-height: 80px;
}
.main-header .main-logo a {
  display: flex;
  align-items: start;
  width: 176px;
  height: 50px;
  background: transparent url("../images/logo-text.png") 0 9px no-repeat;
  transition: background-position 300ms;
}
body.dark-theme .main-header .main-logo a {
  background-position: 0 -41px;
}
@media (prefers-color-scheme: dark) {
  .main-header .main-logo a {
    background-position: 0 -41px;
  }
}
.main-header .item {
  position: relative;
  z-index: 1;
}
.main-header .item.active {
  z-index: 3;
}
.main-header .item .head {
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
body.dark-theme .main-header .item .head {
  color: #fff;
}
.main-header .item-box {
  width: 290px;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
  padding: 60px 20px 20px;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
}
body.dark-theme .main-header .item-box {
  background-color: #1e2231;
}
@media (prefers-color-scheme: dark) {
  .main-header .item-box {
    background-color: #1e2231;
  }
}
body.weather-active .main-header .weather {
  z-index: 5;
}
body.weather-active .main-header .weather .item-box {
  opacity: 1;
  visibility: visible !important;
}
.main-header .site-mode {
  width: 64px;
  height: 34px;
  cursor: pointer;
  position: relative;
  border: 1px solid #d2d4d6;
  border-radius: 50rem;
}
.main-header .site-mode::before {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 0;
  content: "";
  border-radius: 50%;
  background: linear-gradient(to right, #ff9e1a, #ffd03d);
  transform: translateY(-50%);
}
.main-header .site-mode i {
  position: absolute;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.main-header .site-mode i.light {
  right: 9px;
  color: #fff;
  font-size: 14px;
}
.main-header .site-mode i.dark {
  left: 10px;
  font-size: 12px;
}
body.dark-theme .main-header .site-mode {
  border-color: #2d3248;
}
body.dark-theme .main-header .site-mode::before {
  transform: translate(-27px, -50%);
  background-image: linear-gradient(to right top, #3184e0, #3164b0, #294783, #1c2b58, #0d1331);
}
body.dark-theme .main-header .site-mode i.dark {
  color: #fff;
  font-size: 16px;
}
@media (prefers-color-scheme: dark) {
  .main-header .site-mode {
    border-color: #2d3248;
  }
  .main-header .site-mode::before {
    transform: translate(-27px, -50%);
    background-image: linear-gradient(to right top, #3184e0, #3164b0, #294783, #1c2b58, #0d1331);
  }
  .main-header .site-mode i.dark {
    color: #fff;
    font-size: 16px;
  }
}
.main-header .search-toggle .icn2 {
  display: none;
}
body.search-box-active .main-header .search-toggle .icn1 {
  display: none;
}
body.search-box-active .main-header .search-toggle .icn2 {
  display: block;
}
body.dark-theme .main-header {
  background-color: #151824;
  border-bottom-color: #2d3248;
}
@media (prefers-color-scheme: dark) {
  .main-header {
    background-color: #151824;
    border-bottom-color: #2d3248;
  }
}
@media (max-width: 575.98px) {
  .main-header .main-logo a {
    width: 138px;
    background-position: 0 16px;
    background-size: 66%;
  }
  body.dark-theme .main-header .main-logo a {
    background-position: 0 -23px;
  }
}

body.header-fixed .main-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
body.header-fixed .main-header-height {
  height: 80px;
}
body.header-fixed.header-sm .main-header, body.header-fixed.header-sm .main-header > [class*=container], body.header-fixed.header-sm .main-header > [class*=container] > div {
  min-height: 60px;
}

.main-menu {
  width: 100%;
  position: relative;
  z-index: 1015;
  background-color: #fff;
  transition: background-color 300ms;
}
.main-menu, .main-menu > [class*=container], .main-menu > [class*=container] > div {
  min-height: 60px;
}
.main-menu > .container {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .main-menu > .container {
    justify-content: center;
  }
}
.main-menu ul {
  padding-right: 0;
  list-style: none;
  margin-bottom: 0;
}
.main-menu .menu li {
  position: relative;
}
.main-menu .menu > li > a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  font-weight: 500;
  padding-right: 8px;
  padding-left: 8px;
}
.main-menu .menu > li + li:not(.social)::before {
  display: inline-block;
  color: #ececec;
  content: "|";
}
.main-menu .menu > li:nth-child(2)::before {
  display: none;
}
.main-menu .menu > li.more > a {
  position: relative;
  padding: 0 10px;
}
.main-menu .menu > li.more > a span {
  top: 28px;
  right: 9px;
  transform: translateX(-8px);
}
.main-menu .menu > li.more > a span, .main-menu .menu > li.more > a span::before, .main-menu .menu > li.more > a span::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  background-color: var(--sn-primary);
}
.main-menu .menu > li.more > a span::before, .main-menu .menu > li.more > a span::after {
  content: "";
}
.main-menu .menu > li.more > a span::before {
  right: 6px;
  transition-duration: 0.2s;
  transform: translateX(-10px);
}
.main-menu .menu > li.more > a span::after {
  right: 12px;
  transition-duration: 0.4s;
  transform: translateX(-16px);
}
.main-menu .menu > li.more:hover > a {
  color: #fff;
}
.main-menu .menu > li.more:hover > a span, .main-menu .menu > li.more:hover > a span::before, .main-menu .menu > li.more:hover > a span::after {
  opacity: 1;
  transform: translateX(0);
}
.main-menu .menu > li.mobile > a {
  z-index: 5;
}
.main-menu .menu > li.mobile > ul > li > ul > li > a {
  display: block;
  padding: 4px 38px;
}
body.mobile-menu-active .main-menu .menu > li.mobile {
  z-index: 5;
}
body.mobile-menu-active .main-menu .menu > li.mobile > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.main-menu .menu > li > ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 190px;
  padding: 10px 20px;
  background-color: #fff;
  border-top: 1px solid #ebeef1;
  visibility: hidden;
  opacity: 0;
  transform: translateY(8px);
}
.main-menu .menu > li > ul > li > a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-menu .menu > li > ul > li:not(:last-child) {
  border-bottom: 1px solid #ebeef1;
}
.main-menu .menu > li:not(.mobile):hover > ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
body.dark-theme .main-menu {
  background-color: #151824;
}
body.dark-theme .main-menu .menu > li.more:hover > a {
  color: #151824;
}
body.dark-theme .main-menu .menu > li > ul {
  background-color: #151824;
  border-top-color: #404863;
}
body.dark-theme .main-menu .menu > li > ul > li {
  border-bottom-color: #404863;
}
@media (prefers-color-scheme: dark) {
  .main-menu {
    background-color: #151824;
  }
  .main-menu .menu > li.more:hover > a {
    color: #151824;
  }
  .main-menu .menu > li > ul {
    background-color: #151824;
    border-top-color: #404863;
  }
  .main-menu .menu > li > ul > li {
    border-bottom-color: #404863 !important;
  }
}

body.menu-fixed .main-menu {
  position: fixed;
  top: 0;
}
body.menu-fixed .main-menu + .main-menu-height {
  height: 60px;
}
body.menu-fixed.header-fixed .main-menu {
  top: 80px;
}
body.menu-fixed.header-fixed.header-sm .main-menu {
  top: 60px;
}

.entry-box {
  position: relative;
}
.entry-box .entry-image {
  position: relative;
}
.entry-box .svg-icon {
  height: auto;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 2;
  background-size: 100%;
}
.entry-box .svg-icon.size-1 {
  width: 44px;
  height: 44px;
}
.entry-box .svg-icon.size-2 {
  width: 44px;
  height: 44px;
}
.entry-box .svg-icon.size-3 {
  width: 36px;
  height: 36px;
}
.entry-box .svg-icon.play {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 331.84 330.4'%3e%3cpath fill='%23fff' d='M75.05,331.12a20.51,20.51,0,0,1-20.44-20.44v-182a6.83,6.83,0,0,1,13.66,0v182a6.75,6.75,0,0,0,9.86,6L314.68,201.21a6.77,6.77,0,0,0-.14-11.93L78.28,74a6.8,6.8,0,0,0-6.77.15,6.65,6.65,0,0,0-3.24,5.77,6.83,6.83,0,0,1-13.66,0,20.42,20.42,0,0,1,29.8-18.12L320.67,177.09a20.4,20.4,0,0,1,.15,36.31L84.26,328.87A20,20,0,0,1,75.05,331.12Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23ffac24' d='M217.76,190.49l-93.84-45.8a5.39,5.39,0,0,0-7.87,4.79v91.6a5.39,5.39,0,0,0,7.87,4.79l93.84-45.8A5.4,5.4,0,0,0,217.76,190.49Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23ffac24' d='M121.48,253.32a12.32,12.32,0,0,1-6.39-1.8,12.14,12.14,0,0,1-5.86-10.44v-91.6a12.21,12.21,0,0,1,17.83-10.85l93.69,45.73.15.07a12.23,12.23,0,0,1,0,21.7l-94,45.87A11.8,11.8,0,0,1,121.48,253.32Zm-.65-13.54,0,0Zm2-88v87L212,195.28Zm-1.95-1,0,0Z' transform='translate%280 -0.72%29'/%3e%3c/svg%3e");
}
.entry-box .svg-icon.photo {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 423.3 423.3' xml:space='preserve'%3e%3cpolygon fill='%23ffac24' points='171.8,198 97.9,355 245.8,355 '/%3e%3cpolygon fill='%23ffac24' points='226.4,238.9 171.8,355 281.1,355 '/%3e%3cpath fill='%23fff' d='M375.5,361.8H75.9c-3.8,0-6.8-3.1-6.8-6.8V136.5c0-3.8,3.1-6.8,6.8-6.8h176.5c3.8,0,6.8,3.1,6.8,6.8s-3.1,6.8-6.8,6.8H82.8v204.8h285.9V143.4h-70.1c-3.8,0-6.8-3.1-6.8-6.8s3.1-6.8,6.8-6.8h76.9c3.8,0,6.8,3.1,6.8,6.8V355C382.3,358.8,379.2,361.8,375.5,361.8z'/%3e%3ccircle fill='%23ffac24' cx='283.3' cy='208.2' r='37.5'/%3e%3cg%3e%3cpath fill='%23fff' d='M51.8,121.2c-1.7,0-3.5-0.7-4.8-2l-17.1-17.1c-2.7-2.7-2.7-7,0-9.7s7-2.7,9.7,0l17.1,17.1c2.7,2.7,2.7,7,0,9.7	C55.3,120.5,53.6,121.2,51.8,121.2z'/%3e%3cpath fill='%23fff' d='M85.9,114.3c-3.8,0-6.8-3.1-6.8-6.8V80.2c0-3.8,3.1-6.8,6.8-6.8c3.8,0,6.8,3.1,6.8,6.8v27.3	C92.8,111.3,89.7,114.3,85.9,114.3z'/%3e%3cpath fill='%23fff' d='M38.2,148.5H10.9c-3.8,0-6.8-3.1-6.8-6.8c0-3.8,3.1-6.8,6.8-6.8h27.3c3.8,0,6.8,3.1,6.8,6.8	C45,145.4,41.9,148.5,38.2,148.5z'/%3e%3c/g%3e%3c/svg%3e");
}
.entry-box .entry-title a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  content: "";
}
.entry-box .entry-caption {
  display: inline-block;
  background: linear-gradient(0deg, rgba(255, 172, 36, 0) 15%, #ffac24 15%, #ffac24 56%, rgba(255, 172, 36, 0) 56%);
}
.entry-box .author-avatar {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url("../images/avatar-bg.png") 0 0 no-repeat;
  background-size: 100%;
}
.entry-box .author-avatar img {
  border-radius: 50%;
}
.entry-box .view-more, .entry-box .entry-author {
  position: relative;
  z-index: 3;
}
.entry-box:hover .entry-image img {
  filter: grayscale(1);
}
.entry-box:hover .svg-icon.play {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 331.84 330.4'%3e%3cpath fill='%23fff' d='M75.05,331.12a20.51,20.51,0,0,1-20.44-20.44v-182a6.83,6.83,0,0,1,13.66,0v182a6.75,6.75,0,0,0,9.86,6L314.68,201.21a6.77,6.77,0,0,0-.14-11.93L78.28,74a6.8,6.8,0,0,0-6.77.15,6.65,6.65,0,0,0-3.24,5.77,6.83,6.83,0,0,1-13.66,0,20.42,20.42,0,0,1,29.8-18.12L320.67,177.09a20.4,20.4,0,0,1,.15,36.31L84.26,328.87A20,20,0,0,1,75.05,331.12Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23fff' d='M217.76,190.49l-93.84-45.8a5.39,5.39,0,0,0-7.87,4.79v91.6a5.39,5.39,0,0,0,7.87,4.79l93.84-45.8A5.4,5.4,0,0,0,217.76,190.49Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23fff' d='M121.48,253.32a12.32,12.32,0,0,1-6.39-1.8,12.14,12.14,0,0,1-5.86-10.44v-91.6a12.21,12.21,0,0,1,17.83-10.85l93.69,45.73.15.07a12.23,12.23,0,0,1,0,21.7l-94,45.87A11.8,11.8,0,0,1,121.48,253.32Zm-.65-13.54,0,0Zm2-88v87L212,195.28Zm-1.95-1,0,0Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23fff' d='M47.79,48.51a6.81,6.81,0,0,1-4.83-2L25.89,29.44a6.83,6.83,0,0,1,9.66-9.65L52.61,36.85a6.83,6.83,0,0,1-4.82,11.66Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23fff' d='M81.92,41.68a6.83,6.83,0,0,1-6.83-6.83V7.55a6.83,6.83,0,0,1,13.66,0v27.3A6.83,6.83,0,0,1,81.92,41.68Z' transform='translate%280 -0.72%29'/%3e%3cpath fill='%23fff' d='M34.13,75.81H6.83a6.83,6.83,0,1,1,0-13.65h27.3a6.83,6.83,0,1,1,0,13.65Z' transform='translate%280 -0.72%29'/%3e%3c/svg%3e");
}
.entry-box:hover .svg-icon.photo {
  background-image: url("data:image/svg+xml,%3csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 423.3 423.3' xml:space='preserve'%3e%3cpolygon fill='%23fff' points='171.8,198 97.9,355 245.8,355 '/%3e%3cpolygon fill='%23fff' points='226.4,238.9 171.8,355 281.1,355 '/%3e%3cpath fill='%23fff' d='M375.5,361.8H75.9c-3.8,0-6.8-3.1-6.8-6.8V136.5c0-3.8,3.1-6.8,6.8-6.8h176.5c3.8,0,6.8,3.1,6.8,6.8s-3.1,6.8-6.8,6.8H82.8v204.8h285.9V143.4h-70.1c-3.8,0-6.8-3.1-6.8-6.8s3.1-6.8,6.8-6.8h76.9c3.8,0,6.8,3.1,6.8,6.8V355C382.3,358.8,379.2,361.8,375.5,361.8z'/%3e%3ccircle fill='%23fff' cx='283.3' cy='208.2' r='37.5'/%3e%3cg%3e%3cpath fill='%23fff' d='M51.8,121.2c-1.7,0-3.5-0.7-4.8-2l-17.1-17.1c-2.7-2.7-2.7-7,0-9.7s7-2.7,9.7,0l17.1,17.1c2.7,2.7,2.7,7,0,9.7	C55.3,120.5,53.6,121.2,51.8,121.2z'/%3e%3cpath fill='%23fff' d='M85.9,114.3c-3.8,0-6.8-3.1-6.8-6.8V80.2c0-3.8,3.1-6.8,6.8-6.8c3.8,0,6.8,3.1,6.8,6.8v27.3	C92.8,111.3,89.7,114.3,85.9,114.3z'/%3e%3cpath fill='%23fff' d='M38.2,148.5H10.9c-3.8,0-6.8-3.1-6.8-6.8c0-3.8,3.1-6.8,6.8-6.8h27.3c3.8,0,6.8,3.1,6.8,6.8	C45,145.4,41.9,148.5,38.2,148.5z'/%3e%3c/g%3e%3c/svg%3e");
}

.entry-box-1 {
  background-color: #fff;
}
.entry-box-1 .entry-body-2 {
  border-right: 2px solid var(--sn-primary);
}
.entry-box-1:hover .entry-body-2 {
  border-right-color: var(--sn-secondary);
}
body.dark-theme .entry-box-1 {
  background-color: #151824;
}
@media (prefers-color-scheme: dark) {
  .entry-box-1 {
    background-color: #151824;
  }
}

.entry-box-2 {
  position: relative;
  overflow: hidden;
}
.entry-box-2 .box::before {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  content: "";
  background: black;
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.entry-box-2 .entry-body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  width: 100%;
}
.entry-box-2 .entry-category {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.entry-box-2 .entry-category a {
  color: var(--sn-primary);
}
.entry-box-2 .entry-title a {
  color: var(--sn-white);
}
.entry-box-2:hover .box::before {
  height: 100%;
}
.entry-box-2:hover .entry-title a {
  color: var(--sn-primary) !important;
}
.widget .btn-get-more {
  width: 219px;
  height: 48px;
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  position: relative;
}
.widget .btn-get-more::before {
  width: 230px;
  height: 58px;
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  background: transparent url("../images/btn-more-border.png") 0 0 no-repeat;
  background-size: 100%;
}
.widget .btn-get-more:hover {
  color: #fff;
}
.widget-style-1 .widget-header {
  display: inline-block;
  background-color: #fff;
  margin-bottom: 1px;
}
.widget-style-1 .widget-header .header-link {
  display: block;
  padding: 4px 18px 8px;
}
.widget-style-1 .widget-body {
  background-color: #fff;
}
.widget-style-1 .view-more {
  display: inline-block;
  height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: bold;
  font-size: 16px;
  background-color: #f0f3f6;
}
.widget-style-1 .view-more:hover {
  color: var(--sn-secondary);
  background-color: var(--sn-primary);
}
body.dark-theme .widget-style-1 .widget-header, body.dark-theme .widget-style-1 .widget-body {
  background-color: #151824;
}
body.dark-theme .widget-style-1 .view-more {
  background-color: var(--sn-primary);
}
@media (prefers-color-scheme: dark) {
  .widget-style-1 .widget-header, .widget-style-1 .widget-body {
    background-color: #151824;
  }
  .widget-style-1 .view-more {
    background-color: var(--sn-primary);
  }
}

.widget-style-2 .widget-header {
  display: inline-block;
  border: 1px solid #ebeef1;
}
.widget-style-2 .widget-header .header-link {
  display: block;
  padding: 4px 18px 8px;
}
.widget-style-2 .widget-body {
  margin-top: -1px;
  border: 1px solid #ebeef1;
}
body.dark-theme .widget-style-2 .widget-header, body.dark-theme .widget-style-2 .widget-body {
  border-color: #404863;
}
@media (prefers-color-scheme: dark) {
  .widget-style-2 .widget-header, .widget-style-2 .widget-body {
    border-color: #404863;
  }
}

.section-1 {
  background: #0d0d0d url("../images/sec1-bg.png") 0 center no-repeat;
}
body.dark-theme .section-1 {
  background-color: #0c0d14;
}
@media (prefers-color-scheme: dark) {
  .section-1 {
    background-color: #0c0d14;
  }
}

.section-2 {
  background-color: var(--sn-white);
}
body.dark-theme .section-2 {
  background-color: #0c0d14;
}
@media (prefers-color-scheme: dark) {
  .section-2 {
    background-color: #0c0d14;
  }
}

.widget-live .live-video {
  position: relative;
}
.widget-live .live-video .ratio {
  display: none;
}
.widget-live .live-video .video-fixed .close {
  display: none;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5;
  color: #fff;
  font-size: 14px;
}
body.live-video-fixed .widget-live .live-video .video-fixed {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1019;
  width: 350px;
  max-width: 90%;
  height: 197px;
}
body.live-video-fixed .widget-live .live-video .video-fixed .close {
  display: block;
}
body.live-video-fixed .widget-live .live-video .ratio {
  display: block;
}
.widget-1 .swiper-button {
  font-size: 48px;
  color: var(--sn-white);
  position: absolute;
  top: 35%;
  z-index: 5;
  transform: translateY(-50%);
}
.widget-1 .swiper-button:not(.swiper-button-disabled) {
  cursor: pointer;
}
.widget-1 .swiper-button:not(.swiper-button-disabled):hover {
  color: var(--sn-primary);
}
.widget-1 .swiper-button-prev {
  right: 30px;
}
.widget-1 .swiper-button-next {
  left: 30px;
}
.widget-1 .more-news {
  background-color: #fff;
}
body.dark-theme .widget-1 .more-news {
  background-color: #151824;
}
@media (prefers-color-scheme: dark) {
  .widget-1 .more-news {
    background-color: #151824;
  }
}
body.dark-theme .widget-1 .bg-white {
  background-color: #151824 !important;
}
@media (prefers-color-scheme: dark) {
  .widget-1 .bg-white {
    background-color: #151824 !important;
  }
}

.widget-2 .widget-body {
  position: relative;
}
.widget-2 .widget-body::before {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  content: "";
  background-color: #ebeef1;
}
body.dark-theme .widget-2 .widget-body::before {
  background-color: #404863;
}
@media (prefers-color-scheme: dark) {
  .widget-2 .widget-body::before {
    background-color: #404863;
  }
}
.widget-2 .entry-box {
  position: relative;
}
.widget-2 .entry-box::before, .widget-2 .entry-box::after {
  width: 3px;
  height: 0;
  position: absolute;
  top: 2px;
  right: 0;
  content: "";
  transition: height 300ms;
}
.widget-2 .entry-box::before {
  height: 18px;
  background-color: var(--sn-primary);
}
.widget-2 .entry-box::after {
  background-color: var(--sn-secondary);
}
.widget-2 .entry-box .entry-datetime {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  background: linear-gradient(0deg, rgba(255, 172, 36, 0) 10%, #ffac24 10%, #ffac24 80%, rgba(255, 172, 36, 0) 80%);
}
.widget-2 .entry-box .entry-datetime::before {
  width: 0;
  height: 18px;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
  content: "";
  background-color: var(--sn-secondary);
  transition: width 300ms;
}
.widget-2 .entry-box .entry-datetime span {
  position: relative;
  z-index: 2;
}
.widget-2 .entry-box a:hover .entry-datetime {
  color: var(--sn-primary);
}
.widget-2 .entry-box a:hover .entry-datetime::before {
  width: 100%;
}
.widget-2 .entry-box:hover::before {
  height: 0;
}
.widget-2 .entry-box:hover::after {
  height: 18px;
}

.widget-7 {
  background-color: #020202;
}
.widget-7 .loader {
  z-index: 5;
}
.widget-7 .swiper-slide {
  position: relative;
  z-index: 1;
}
.widget-7 .swiper-slide .swiper-button {
  display: none;
}
.widget-7 .swiper-slide .entry-box {
  filter: grayscale(1);
  transition: filter 300ms;
}
.widget-7 .swiper-slide .entry-box .svg-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.widget-7 .swiper-slide .entry-box .svg-icon,
.widget-7 .swiper-slide .entry-box .entry-body {
  opacity: 0;
  visibility: hidden;
  transition: opacity, transform 500ms;
}
.widget-7 .swiper-slide .entry-box .svg-icon {
  transform: translate(-50%, -50%) scale(0);
}
.widget-7 .swiper-slide .entry-box .entry-body {
  transform: translateY(100%);
}
.widget-7 .swiper-slide .entry-box .entry-title {
  font-size: 20px;
}
@media (max-width: 767.98px) {
  .widget-7 .swiper-slide .entry-box .entry-title {
    font-size: 14px;
  }
}
.widget-7 .swiper-slide.swiper-slide-active {
  z-index: 5;
}
.widget-7 .swiper-slide.swiper-slide-active .entry-box {
  filter: grayscale(0);
}
.widget-7 .swiper-slide.swiper-slide-active .entry-box .svg-icon,
.widget-7 .swiper-slide.swiper-slide-active .entry-box .entry-body {
  opacity: 1;
  visibility: visible;
}
.widget-7 .swiper-slide.swiper-slide-active .entry-box .svg-icon {
  transform: translate(-50%, -50%) scale(1);
}
.widget-7 .swiper-slide.swiper-slide-active .entry-box .entry-body {
  transform: translateY(0);
}
.widget-7 .swiper-slide.swiper-slide-prev .swiper-button-prev {
  display: block;
}
@media (max-width: 575.98px) {
  .widget-7 .swiper-slide.swiper-slide-prev .swiper-button-prev {
    display: none !important;
  }
}
.widget-7 .swiper-slide.swiper-slide-next .swiper-button-next {
  display: block;
}
@media (max-width: 575.98px) {
  .widget-7 .swiper-slide.swiper-slide-next .swiper-button-next {
    display: none !important;
  }
}
.widget-7 .swiper-button {
  font-size: 48px;
  color: var(--sn-white);
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
}
.widget-7 .swiper-button:not(.swiper-button-disabled) {
  cursor: pointer;
}
.widget-7 .swiper-button:not(.swiper-button-disabled):hover {
  color: var(--sn-primary);
}
.widget-7 .swiper-button-prev {
  left: 60px;
}
.widget-7 .swiper-button-next {
  right: 60px;
}

.widget-breaking {
  width: 100%;
  position: relative;
  z-index: 1018;
  background-color: var(--sn-primary);
}
.widget-breaking .header {
  width: 105px;
  height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  background-color: var(--sn-secondary);
}
.widget-breaking .item, .widget-breaking .item a {
  color: var(--sn-secondary);
  font-weight: bold;
  font-size: 20px;
}
.widget-breaking .item a:hover {
  color: var(--sn-secondary);
  text-decoration: underline;
}
.widget-breaking .item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 575.98px) {
  .widget-breaking .item, .widget-breaking .item a {
    font-size: 16px;
  }
}
.widget-breaking .close {
  width: 28px;
  height: 28px;
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--sn-secondary);
}
.widget-breaking .close:hover {
  background-color: var(--sn-danger);
}

body.breaking-fixed .widget-breaking {
  position: fixed;
  bottom: 0;
  right: 0;
}
.main-footer {
  background-color: var(--sn-secondary);
}
.main-footer .links a {
  color: #a1a1a1;
  font-size: 14px;
}
.main-footer .links a + a {
  padding-right: 8px;
}
.main-footer .links a + a::before {
  content: "|";
  margin-left: 8px;
}
.main-footer .links a:hover {
  color: #fff;
}
.main-footer .links a:hover::before {
  color: #a1a1a1;
}
.main-footer .social a {
  color: #a8a8a8;
  font-size: 16px;
  cursor: pointer;
}
.main-footer .social a:hover {
  color: #fff;
}
.main-footer .copyright {
  color: #aaaaaa;
  font-size: 14px;
}

.page-share a {
  display: block;
  font-size: 18px;
  position: relative;
}
.page-share a:hover {
  color: var(--sn-primary);
}
.page-share .share-item {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) scale(0);
  transition: all 300ms;
}
body.page-share-active .page-share .share-item {
  visibility: visible;
  opacity: 1;
  transform: translateX(0) scale(1);
}

.page-post .page-post-container {
  background-color: #fff;
}
.page-post .post-caption {
  display: inline-block;
  background: linear-gradient(0deg, rgba(255, 172, 36, 0) 15%, #ffac24 15%, #ffac24 56%, rgba(255, 172, 36, 0) 56%);
}
.page-post .post-read-more {
  background-color: #f6f6f6;
}
.page-post .post-read-more .header {
  border-left: 1px solid #e0e0e0;
}
.page-post .post-read-more .header, .page-post .post-read-more .header *, .page-post .post-read-more .content, .page-post .post-read-more .content * {
  font-weight: 600;
  font-size: 16px;
}
body.dark-theme .page-post .post-read-mode {
  color: #fff;
  border-color: #0f111a;
  background-color: #0f111a;
}
body.dark-theme .page-post .post-read-mode svg {
  fill: #fff;
}
.page-post .post-slider {
  position: relative;
}
.page-post .post-slider .swiper-button {
  position: absolute;
  top: 0;
  z-index: 5;
  height: 100%;
  width: 60px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.page-post .post-slider .swiper-button i {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.page-post .post-slider .swiper-button-disabled {
  cursor: default;
}
.page-post .post-slider .swiper-button-prev {
  right: 0;
}
.page-post .post-slider .swiper-button-next {
  left: 0;
}
.page-post .post-slider .swiper-pagination {
  width: 58px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  border-radius: 30px;
  letter-spacing: 2px;
  background-color: #3b3b3c;
}
.page-post .post-slider .swiper-pagination, .page-post .post-slider .swiper-pagination span {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
.page-post .post-text > p, .page-post .post-text > span, .page-post .post-text > div {
  margin-bottom: 30px;
}
.page-post .post-text p, .page-post .post-text span, .page-post .post-text div {
  color: #111111;
  font-weight: 500;
  font-size: 18px;
  word-wrap: break-word;
}
.page-post .post-text img {
  max-width: 100%;
  height: auto;
}
.page-post .blockquote, .page-post blockquote {
  padding: 20px 0;
  position: relative;
  border-top: 2px solid var(--sn-primary);
  border-bottom: 2px solid var(--sn-primary);
}
.page-post .blockquote::before, .page-post blockquote::before {
  color: var(--sn-primary);
  font-size: 42px;
  content: "";
  font-family: "icons" !important;
  float: right;
  margin-left: 15px;
  margin-top: -10px;
}
.page-post .blockquote > *, .page-post blockquote > * {
  color: var(--sn-primary) !important;
}
.page-post .blockquote > p:last-child, .page-post blockquote > p:last-child {
  margin-bottom: 0 !important;
}
.page-post .short-link-message {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms;
}
.page-post .short-link-message.active {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
body.dark-theme .page-post .post-read-more {
  background-color: #111111;
}
body.dark-theme .page-post .post-read-more .header {
  color: #fff;
  border-left-color: var(--sn-secondary);
}
body.dark-theme .page-post .post-text p, body.dark-theme .page-post .post-text span, body.dark-theme .page-post .post-text div {
  color: #fff;
}
body.dark-theme .page-post .blockquote, body.dark-theme .page-post blockquote {
  background-color: #111111;
}
body.dark-theme .page-post .blockquote *, body.dark-theme .page-post blockquote * {
  color: #fff;
}
body.dark-theme .page-post .short-link {
  border-color: #404863;
}
body.dark-theme .page-post .short-link .text {
  color: var(--sn-gray-600);
  border-left-color: #404863;
}
body.dark-theme .page-post .short-link input[type=text] {
  color: #fff;
}
@media (prefers-color-scheme: dark) {
  .page-post .post-read-more {
    background-color: #111111;
  }
  .page-post .post-read-more .header {
    color: #fff;
    border-left-color: var(--sn-secondary);
  }
  .page-post .post-text p, .page-post .post-text span, .page-post .post-text div {
    color: #fff;
  }
  .page-post .blockquote, .page-post blockquote {
    background-color: #111111;
  }
  .page-post .blockquote *, .page-post blockquote * {
    color: #fff;
  }
  .page-post .short-link {
    border-color: #404863;
  }
  .page-post .short-link .text {
    color: var(--sn-gray-600);
    border-left-color: #404863;
  }
  .page-post .short-link input[type=text] {
    color: #fff;
  }
}
body.dark-theme .page-post .page-post-container {
  background-color: #151824;
}
body.dark-theme .page-post .short-link .input-group-text {
  background-color: #171b2d;
  border-color: #2d3350;
  color: #fff;
}
body.dark-theme .page-post .post-tags .btn-light {
  background-color: #171b2d;
  border-color: #2d3350;
}
@media (prefers-color-scheme: dark) {
  .page-post .page-post-container {
    background-color: #151824;
  }
  .page-post .short-link .input-group-text {
    background-color: #171b2d;
    border-color: #2d3350;
    color: #fff;
  }
  .page-post .post-tags .btn-light {
    background-color: #171b2d;
    border-color: #2d3350;
  }
}

.read-mode {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1030;
  background-color: #fbfcdd;
  display: none;
}
.read-mode .close {
  position: fixed;
  top: 40px;
  left: 50px;
}
.read-mode .rm-post-title {
  color: #212529;
  font-weight: bold;
  font-size: 32px;
}
.read-mode .rm-datetime {
  font-size: 14px;
}
.read-mode .post-text {
  font-size: 22px;
}
.read-mode blockquote,
.read-mode .blockquote {
  padding-right: 20px;
  border-right: 4px solid #000;
}

.read-mode {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: auto;
  z-index: 1030;
  background-color: #fbfcdd;
  display: none;
}
.read-mode .close {
  position: fixed;
  top: 40px;
  left: 50px;
}
.read-mode .rm-post-title {
  color: #212529;
  font-weight: bold;
  font-size: 32px;
}
.read-mode .rm-datetime {
  font-size: 14px;
}
.read-mode .post-text {
  font-size: 22px;
}
.read-mode blockquote,
.read-mode .blockquote {
  padding-right: 20px;
  border-right: 4px solid #000;
}
body.dark-theme .read-mode {
  background-color: #000;
}
body.dark-theme .read-mode .rm-post-title, body.dark-theme .read-mode .rm-post-title a {
  color: var(--sn-primary);
}
body.read-mode-active {
  overflow: hidden;
}
body.read-mode-active .read-mode {
  display: block !important;
}

.page-videos .video-section {
  background-color: #020202;
}
.page-videos .video-container {
  background-color: #111111;
}
.page-videos .video-player .video-tools {
  border-top: 1px solid #1a1a1a;
}
.page-videos .video-player .video-tools .video-date {
  color: #777777;
}
.page-videos .video-player .video-tools .page-share a {
  color: #777777;
}
.page-videos .video-player .video-tools .page-share a:hover {
  color: #fff;
}
.page-videos .widget-more-videos .entry-box {
  color: #fff;
  background-color: #111111;
  border-bottom-color: #020202 !important;
}
.page-videos .widget-more-videos .entry-box .box-2::before {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  content: "";
  background: black;
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0));
}
.page-videos .widget-more-videos .entry-box .svg-icon {
  top: 50%;
  left: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.page-videos .widget-more-videos .entry-box:hover {
  color: var(--sn-primary);
}
.page-videos .widget-more-videos .entry-box:hover .box-2::before, .page-videos .widget-more-videos .entry-box.active .box-2::before {
  opacity: 1;
}
.page-videos .widget-more-videos .entry-box:hover .svg-icon, .page-videos .widget-more-videos .entry-box.active .svg-icon {
  opacity: 1;
}

.page-contact .contact-items .item .icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ebeef1;
}
.page-contact .contact-items .item .details span {
  color: #7e7e7e;
}
body.dark-theme .page-contact .contact-items .item .icon {
  background-color: #131521;
  border-color: #21263a;
}
@media (prefers-color-scheme: dark) {
  .page-contact .contact-items .item {
    background-color: #131521;
    border-color: #21263a;
  }
}

body::-webkit-scrollbar {
  width: 17px;
  /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #e8ecf1;
  /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #d6d6d6;
  /* color of the scroll thumb */
}
body::-webkit-scrollbar-thumb:hover {
  background-color: #cfcfcf;
}
body::-webkit-scrollbar-thumb:active {
  background-color: #bcbcbc;
}
body.dark-theme::-webkit-scrollbar-track {
  background: #000;
  /* color of the tracking area */
}
body.dark-theme::-webkit-scrollbar-thumb {
  background-color: #23293e;
  /* color of the scroll thumb */
}
body.dark-theme::-webkit-scrollbar-thumb:hover {
  background-color: #2b354f;
}
body.dark-theme::-webkit-scrollbar-thumb:active {
  background-color: #34446d;
}
body.dark-theme .border {
  border-color: #404863 !important;
}
body.dark-theme .border-top {
  border-top-color: #404863 !important;
}
body.dark-theme .border-bottom {
  border-bottom-color: #404863 !important;
}
body.dark-theme .border-right {
  border-right-color: #404863 !important;
}
body.dark-theme .border-left {
  border-left-color: #404863 !important;
}
@media (prefers-color-scheme: dark) {
  body .border {
    border-color: #404863 !important;
  }
  body .border-top {
    border-top-color: #404863 !important;
  }
  body .border-bottom {
    border-bottom-color: #404863 !important;
  }
  body .border-right {
    border-right-color: #404863 !important;
  }
  body .border-left {
    border-left-color: #404863 !important;
  }
}

/*# sourceMappingURL=style.css.map */
