/*
    Plugin: Post Grid Carousel Ultimate
    Plugin URI: https://wordpress.org/plugins/post-grid-carousel-ultimate/
    Author: wpWax
    Version: 2.0
*/
/* Import font */
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap");
:root {
  /* Default Variables */
  --pgcu-primaryColor: #F31C1C;
  --pgcu-borderColor: #EBEDF2;
  --pgcu-textColor: #63666D;
  --pgcu-textLight: #9C9DAB;
  --pgcu-textDark: #030213;
  /* Posts Header Title */
  --pgcu-headerFontSize: 24px;
  --pgcu-headerFontColor: #030213;
  /* Post Title */
  --pgcu-titleFontSize: 20px;
  --pgcu-titleColor: #030213;
  --pgcu-titleColorHover: #F31C1C;
  /* Post Meta */
  --pgcu-metaFontSize: 14px;
  --pgcu-metaColor: #9C9DAB;
  --pgcu-metaColorHover: #F31C1C;
  /* Post excerpt */
  --pgcu-excerptFontSize: 16px;
  --pgcu-excerptColor: #63666D;
  /* Read more link */
  --pgcu-readMoreColor: #030213;
  --pgcu-readMoreColorHover: #F31C1C;
  /* Buttons */
  --pgcu-buttonFontSize: 14px;
  --pgcu-buttonColor: #030213;
  --pgcu-buttonColorHover: #ffffff;
  --pgcu-buttonBg: #EFEFEF;
  --pgcu-buttonBgHover: #030213;
  /* Sortable button */
  --pgcu-sortableBtnBorder: #E4E4ED;
  --pgcu-sortableBtnColor: #4F515A;
  --pgcu-sortableBtnActiveBg: #030213;
  --pgcu-sortableBtnActiveColor: #fff;
  /* Pagination */
  --pgcu-pagColor: #4F515A;
  --pgcu-pagColorHover: #fff;
  --pgcu-pagBorderColor: #EFEFEF;
  --pgcu-pagBorderColorHover: #030213;
  --pgcu-pagBgColor: #fff;
  --pgcu-pagBgColorHover: #030213;
  --pgcu-pagActiveColor: #fff;
  --pgcu-pagActiveBgColor: #030213;
  --pgcu-pagActiveBorderColor: #030213;
  /* Badge */
  --pgcu-badgeColor: #fff;
  --pgcu-badgeBg: #F31C1C;
  /* Marquee Animation */
  --pgcu-marqueeItemsWidth: -2930px;
  --pgcu-marqueeSpeed: 10000ms;
  /* Navigaiton */
  --pgcu-navArrowColor: #030517;
  --pgcu-navArrowColorHover: #fff;
  --pgcu-navBgColor: #f5f5f5;
  --pgcu-navBgColorHover: #F31C1C;
  --pgcu-navBorderColor: #f5f5f5;
  --pgcu-navBorderColorHover: #F31C1C;
}

/* General Styles */
.pgcu-posts {
  max-width: 100% !important;
  width: 100% !important;
  position: relative;
  overflow: hidden;
}

/* Header style */
.pgcu-posts__header {
  margin: 0 0 30px !important;
  max-width: 100% !important;
  width: 100% !important;
  padding: 0;
  text-align: left !important;
}

.pgcu-posts__header--middle {
  text-align: center !important;
}

.pgcu-posts__header--right {
  text-align: right !important;
}

.pgcu-posts__header h2 {
  font-size: var(--pgcu-headerFontSize);
  color: var(--pgcu-headerFontColor) !important;
  font-weight: 500;
  margin: 0 !important;
}

/* Post card */
.pgcu-post__img > a {
  display: block;
  line-height: 0;
}

.pgcu-post__img > a img {
  margin: 0;
}

.pgcu-post__img__upper-content {
  position: absolute;
  box-sizing: border-box;
}

.pgcu-post__img__upper-content--bottom-left {
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
}

.pgcu-post--rounded-border {
  border-radius: 6px;
}

.pgcu-post--rounded-border .pgcu-post__img {
  position: relative;
}

.pgcu-post--rounded-border .pgcu-post__img img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.pgcu-post--rounded-border .pgcu-post__details {
  border: 1px solid #EBEDF2;
  border-top: 0 none;
  border-radius: 0 0 6px 6px;
  transition: 0.3s ease;
}

.pgcu-post__content {
  background: #fff;
  border-radius: 6px;
}

/* Carousel default */
.pgcu-carousel {
  position: relative;
  overflow: hidden;
  /* Carousel marquee effect */
}

.pgcu-carousel--marquee .swiper-wrapper {
  transition: none !important;
}

.pgcu-carousel--marquee:hover .swiper-wrapper {
  animation-play-state: paused;
}

.pgcu-carousel--marquee .pgcu-carousel-nav {
  display: none;
}

/* Carousel nav style */
.pgcu-carousel-nav {
  margin: 0 -5px;
  padding: 0 15px;
}

.pgcu-carousel-nav__btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--pgcu-navBorderColor) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  cursor: pointer;
  transition: 0.3s ease;
  background: var(--pgcu-navBgColor) !important;
}

.pgcu-carousel-nav__btn svg {
  width: 8px;
  height: 16px;
  fill: var(--pgcu-navArrowColor) !important;
}

.pgcu-carousel-nav__btn:hover {
  border-color: var(--pgcu-navBorderColorHover) !important;
  background: var(--pgcu-navBgColorHover) !important;
}

.pgcu-carousel-nav__btn:hover svg {
  fill: var(--pgcu-navArrowColorHover) !important;
}

.pgcu-carousel-nav--circle .pgcu-carousel-nav__btn {
  border-radius: 50%;
}

.pgcu-carousel-nav--bottom-left {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.pgcu-carousel-nav--bottom-center {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pgcu-carousel-nav--bottom-right {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
}

.pgcu-carousel-nav--middle {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

.pgcu-carousel-nav--middle .pgcu-carousel-nav__btn {
  margin: 0;
  pointer-events: all;
}

.pgcu-carousel-nav--middle .pgcu-carousel-nav__btn--prev {
  margin-left: 0;
}

.pgcu-carousel-nav--middle .pgcu-carousel-nav__btn--next {
  margin-right: 0;
}

.pgcu-carousel-nav--top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
  padding: 0;
}

.pgcu-carousel-nav--top-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 0;
}

.pgcu-carousel-nav--top-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 0;
}

/* Sortable grid */
.pgcu-post-sortable__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: -4px -4px 36px;
}

.pgcu-post-sortable__nav .pgcu-post-sortable__btn {
  margin: 4px;
  color: var(--pgcu-sortableBtnColor) !important;
  font-size: 14px;
  font-weight: 500;
  height: 38px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid var(--pgcu-sortableBtnBorder) !important;
  border-radius: 4px;
  background: #fff;
}

.pgcu-post-sortable__nav .pgcu-post-sortable__btn--active {
  border-color: var(--pgcu-sortableBtnActiveBg) !important;
  color: var(--pgcu-sortableBtnActiveColor) !important;
  background: var(--pgcu-sortableBtnActiveBg) !important;
}

.pgcu-post-sortable .pgcu-row {
  margin-top: 0;
}

.pgcu-post-sortable .pgcu-row .pgcu-post {
  margin-top: 0;
  margin-bottom: 30px;
}

/* Loading effect */
.pgcu-post-loading {
  position: relative;
}

.pgcu-post-loading:before {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #F31C1C;
  border-top-color: transparent;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: pgcu-rotate 1s linear infinite;
}

.pgcu-post-loading:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
}

/* pgcu grid */
.pgcu-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: -25px;
  min-width: 100%;
}

.pgcu-row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 25px;
}

/* pgcu columns */
.pgcu-column-1 .pgcu-post {
  flex: 0 0 100%;
  width: 100%;
}

.pgcu-column-2 .pgcu-post {
  flex: 0 0 50%;
  width: 50%;
}

.pgcu-column-3 .pgcu-post {
  flex: 0 0 33.33%;
  width: 33.33%;
}

.pgcu-column-4 .pgcu-post {
  flex: 0 0 25%;
  width: 25%;
}

.pgcu-column-5 .pgcu-post {
  flex: 0 0 20%;
  width: 20%;
}

/* columns in mobile and tablet */
@media only screen and (max-width: 991px) {
  .pgcu-column-md-1 .pgcu-post {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .pgcu-column-md-2 .pgcu-post {
    flex: 0 0 50%;
    width: 50%;
  }
  .pgcu-column-md-3 .pgcu-post {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .pgcu-column-md-4 .pgcu-post {
    flex: 0 0 25%;
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .pgcu-column-sm-1 .pgcu-post {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .pgcu-column-sm-2 .pgcu-post {
    flex: 0 0 50%;
    width: 50%;
  }
  .pgcu-column-sm-3 .pgcu-post {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
  .pgcu-column-sm-4 .pgcu-post {
    flex: 0 0 25%;
    width: 25%;
    display: flex;
  }
}

/* Keyframes */
@keyframes pgcu-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes pgcu-marquee {
  to {
    transform: translateX(-100%);
  }
}

/*===========================
 Style: Components
===========================*/
/* Post title */
.pgcu-post__title {
  margin: 0 !important;
  font-size: unset;
  line-height: 1.2;
}

.pgcu-post__title:before, .pgcu-post__title:after {
  content: none;
}

.pgcu-post__title a {
  font-size: var(--pgcu-titleFontSize);
  color: var(--pgcu-titleColor) !important;
  transition: 0.3s ease;
  text-decoration: none !important;
  border: 0 none !important;
  line-height: inherit;
}

.pgcu-post__title a:hover {
  color: var(--pgcu-titleColorHover) !important;
}

/* Post Meta */
.pgcu-post__meta {
  margin: 0 -11px !important;
  padding: 0 !important;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pgcu-post__meta li {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 11px !important;
}

.pgcu-post__meta li a {
  text-decoration: none !important;
  font-size: 14px;
  color: var(--pgcu-metaColor) !important;
  display: block;
  transition: 0.3s ease;
}

.pgcu-post__meta li a:hover {
  color: var(--pgcu-metaColorHover) !important;
}

.pgcu-post__meta--dots li:not(:last-child) {
  position: relative;
}

.pgcu-post__meta--dots li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--pgcu-textLight);
}

.pgcu-post__meta--has-icon {
  margin: 0 -10px !important;
  position: relative;
}

.pgcu-post__meta--has-icon li {
  padding: 0 10px;
}

.pgcu-post__meta--has-icon li span {
  font-size: 14px;
  color: var(--pgcu-metaColor) !important;
  display: block;
}

.pgcu-post__meta--has-icon li div {
  display: flex;
  align-items: center;
}

.pgcu-post__meta--has-icon li svg {
  width: 14px;
  height: 14px;
  fill: var(--pgcu-metaColor) !important;
  margin-right: 8px;
}

.pgcu-post__meta__share {
  position: relative;
}

.pgcu-post__meta__share__dropdown {
  position: absolute;
  width: 130px;
  left: auto;
  right: -15px;
  top: 40px;
  box-shadow: 0 0 15px rgba(3, 2, 19, 0.1);
  padding: 15px;
  background: #fff;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease;
  z-index: 2;
}

.pgcu-post__meta__share__dropdown a {
  display: block;
  margin: 0 7px;
  text-decoration: none !important;
  transition: 0.3s ease;
  flex: none;
  line-height: 1;
}

.pgcu-post__meta__share__dropdown a svg {
  margin-right: 0;
}

.pgcu-post__meta__share__dropdown a:hover svg {
  fill: var(--pgcu-metaColorHover) !important;
}

.pgcu-post__meta__share:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 10px;
  left: 0;
  bottom: -12px;
}

.pgcu-post__meta__share:hover {
  cursor: pointer;
}

.pgcu-post__meta__share:hover .pgcu-post__meta__share__icon svg {
  fill: var(--pgcu-metaColorHover) !important;
}

.pgcu-post__meta__share:hover .pgcu-post__meta__share__icon span {
  color: var(--pgcu-metaColorHover) !important;
}

.pgcu-post__meta__share:hover .pgcu-post__meta__share__dropdown {
  top: 26px;
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.pgcu-post__meta__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -3px !important;
}

.pgcu-post__meta__categories > a {
  margin: 3px;
  text-decoration: none !important;
}

.pgcu-post__meta__categories > a:first-child:after {
  content: ',';
}

.pgcu-post__meta__categories > a:last-child:after {
  content: none;
}

.pgcu-post__meta__categories-more {
  line-height: 0.5;
  position: relative;
}

.pgcu-post__meta__categories-more span {
  display: block;
  margin-left: 4px;
  cursor: pointer;
}

.pgcu-post__meta__categories-more span svg {
  width: 9px;
  height: 9px;
  fill: var(--pgcu-textLight);
  transition: 0.3s ease;
}

.pgcu-post__meta__categories-more div {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  right: -12px;
  bottom: calc(100% + 10px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  min-width: 100px;
}

.pgcu-post__meta__categories-more div:before {
  position: absolute;
  content: '';
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 9px solid #fff;
  right: 10px;
  bottom: -9px;
}

.pgcu-post__meta__categories-more div:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  left: 0;
  bottom: -13px;
  background: transparent;
}

.pgcu-post__meta__categories-more div a {
  display: block;
  line-height: 1;
  text-decoration: none !important;
}

.pgcu-post__meta__categories-more div a:not(:last-child) {
  margin-bottom: 5px;
}

.pgcu-post__meta__categories-more:hover span svg {
  fill: var(--pgcu-primaryColor);
}

.pgcu-post__meta__categories-more:hover span + div {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

/* Post Excerpt */
.pgcu-post__excerpt {
  color: var(--pgcu-excerptColor) !important;
  font-size: var(--pgcu-excerptFontSize);
  line-height: 1.625;
  margin: 0;
}

/* Buttons */
.pgcu-button {
  background: var(--pgcu-buttonBg) !important;
  color: var(--pgcu-buttonColor) !important;
  font-size: var(--pgcu-buttonFontSize);
  font-weight: 500;
  height: 38px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s ease;
  line-height: 1;
}

.pgcu-button:hover {
  background: var(--pgcu-buttonBgHover) !important;
  color: var(--pgcu-buttonColorHover) !important;
}

.pgcu-button--rounded {
  border-radius: 4px;
}

.pgcu-button--loading {
  position: relative;
}

.pgcu-button--loading:after {
  content: "";
  position: absolute;
}

.pgcu-button--active {
  background: var(--pgcu-buttonBgHover) !important;
  color: var(--pgcu-buttonColorHover) !important;
}

/* Read more link */
.pgcu-post__readmore {
  font-size: 14px;
  font-weight: 500;
  color: var(--pgcu-readMoreColor) !important;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease;
}

.pgcu-post__readmore svg {
  width: 11px;
  height: 13px;
  margin-left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  fill: var(--pgcu-readMoreColor);
}

.pgcu-post__readmore:hover {
  color: var(--pgcu-readMoreColorHover) !important;
  text-decoration: underline !important;
}

.pgcu-post__readmore:hover svg {
  margin-left: 7px;
  visibility: visible;
  opacity: 1;
  fill: var(--pgcu-readMoreColorHover);
}

/* Badges */
.pgcu-post__badge {
  border-radius: 3px;
  background: var(--pgcu-badgeBg) !important;
  color: var(--pgcu-badgeColor) !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 500;
  height: 22px;
  border-radius: 3px;
  padding: 0 4px;
  line-height: 24px;
  display: inline-block;
}

/*===========================
 Utility Classes
===========================*/
.pgcu-text-center {
  text-align: center;
}

.pgcu-pos-relative {
  position: relative;
}

.pgcu-d-block {
  display: block;
}

.pgcu-d-flex {
  display: flex;
}

.pgcu-d-flex-wrap {
  flex-wrap: wrap;
}

.pgcu-space-between {
  justify-content: space-between;
}

.pgcu-flex-center {
  justify-content: center;
}

.pgcu-flex-column {
  flex-direction: column;
}

.pgcu-flex-align-center {
  align-items: center;
}

.pgcu-tr-0 {
  top: 0;
  right: 0;
}

.pgcu-tl-0 {
  top: 0;
  left: 0;
}

.pgcu-br-0 {
  bottom: 0;
  right: 0;
}

.pgcu-bl-0 {
  bottom: 0;
  left: 0;
}

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

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

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

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

/* Utility responsiveness */
@media (max-width: 575px) {
  .wpxu-d-sm-block {
    display: block;
  }
}

/*===========================
 Pagination styles
===========================*/
.pgcu-pagination .pagination {
  margin: 0;
  padding: 0;
  border: 0 none;
  width: 100%;
  max-width: 100%;
}

.pgcu-pagination .pagination .nav-links {
  margin: 25px -5px -5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pgcu-pagination.pgcu-pagination--left .pagination .nav-links {
  justify-content: flex-start;
}

.pgcu-pagination.pgcu-pagination--right .pagination .nav-links {
  justify-content: flex-end;
}

.pgcu-pagination .pagination .nav-links .page-numbers {
  color: var(--pgcu-pagColor) !important;
  margin: 5px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid var(--pgcu-pagBorderColor) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: var(--pgcu-pagBgColor) !important;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  border-radius: 4px !important;
  transition: 0.3s ease;
}

.pgcu-pagination .pagination .nav-links .page-numbers:before, .pgcu-pagination .pagination .nav-links .page-numbers:after {
  content: none;
}

.pgcu-pagination .pagination .nav-links .page-numbers.prev, .pgcu-pagination .pagination .nav-links .page-numbers.next {
  position: static;
}

.pgcu-pagination .pagination .nav-links .page-numbers svg {
  fill: var(--pgcu-pagColor) !important;
  transition: 0.3s ease;
  width: 12px;
}

.pgcu-pagination .pagination .nav-links .page-numbers:hover svg {
  fill: var(--pgcu-pagColorHover) !important;
}

.pgcu-pagination .pagination .nav-links .page-numbers:hover {
  background: var(--pgcu-pagBgColorHover) !important;
  border-color: var(--pgcu-pagBorderColorHover) !important;
  color: var(--pgcu-pagColorHover) !important;
}

.pgcu-pagination .pagination .nav-links .page-numbers.current {
  background: var(--pgcu-pagActiveBgColor) !important;
  border-color: var(--pgcu-pagActiveBorderColor) !important;
  color: var(--pgcu-pagActiveColor) !important;
  box-shadow: none !important;
}

/*===========================
 Style: Theme One
===========================*/
.pgcu-theme-1 .pgcu-post__title {
  margin-bottom: 12px !important;
}

.pgcu-theme-1 .pgcu-post__meta {
  margin-bottom: 16px !important;
}

.pgcu-theme-1 .pgcu-post__excerpt {
  margin-bottom: 14px !important;
}

.pgcu-theme-1 .pgcu-post__details {
  padding: 20px;
}

/*===========================
 Style: Theme Two
===========================*/
.pgcu-theme-2 .pgcu-post__title {
  margin-bottom: 12px !important;
}

.pgcu-theme-2 .pgcu-post__excerpt {
  margin-bottom: 20px !important;
}

.pgcu-theme-2 .pgcu-post__details {
  padding: 20px;
}

/*===========================
 Style: Theme Three
===========================*/
.pgcu-theme-3 .pgcu-post__title {
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}

.pgcu-theme-3 .pgcu-post__excerpt {
  margin-bottom: 20px !important;
}

.pgcu-theme-3 .pgcu-post__details {
  padding: 20px;
}

/*===========================
 Style: Theme Four
===========================*/
.pgcu-theme-4 {
  padding-bottom: 45px;
}

.pgcu-theme-4 .pgcu-post__title {
  margin-top: 10px !important;
  margin-bottom: 12px !important;
}

.pgcu-theme-4 .pgcu-post__excerpt {
  margin-bottom: 20px !important;
}

.pgcu-theme-4 .pgcu-post__details {
  padding: 20px;
  transition: 0.3s ease;
}

.pgcu-theme-4 .pgcu-post__content:hover .pgcu-post__details {
  border-color: transparent;
  box-shadow: 0 5px 20px rgba(162, 164, 193, 0.2);
}
/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:50%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}#colorbox.urvanov-syntax-highlighter-colorbox,#cboxOverlay.urvanov-syntax-highlighter-colorbox,.urvanov-syntax-highlighter-colorbox #cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay.urvanov-syntax-highlighter-colorbox{position:fixed;width:100%;height:100%}.urvanov-syntax-highlighter-colorbox #cboxMiddleLeft,.urvanov-syntax-highlighter-colorbox #cboxBottomLeft{clear:left}.urvanov-syntax-highlighter-colorbox #cboxContent{position:relative}.urvanov-syntax-highlighter-colorbox #cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}.urvanov-syntax-highlighter-colorbox #cboxTitle{display:none !important}.urvanov-syntax-highlighter-colorbox #cboxLoadingOverlay,.urvanov-syntax-highlighter-colorbox #cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}.urvanov-syntax-highlighter-colorbox #cboxPrevious,.urvanov-syntax-highlighter-colorbox #cboxNext,.urvanov-syntax-highlighter-colorbox #cboxClose,.urvanov-syntax-highlighter-colorbox #cboxSlideshow{cursor:pointer}.urvanov-syntax-highlighter-colorbox .cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.urvanov-syntax-highlighter-colorbox .cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox.urvanov-syntax-highlighter-colorbox,.urvanov-syntax-highlighter-colorbox #cboxContent,.urvanov-syntax-highlighter-colorbox #cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay.urvanov-syntax-highlighter-colorbox{background:#000}#colorbox.urvanov-syntax-highlighter-colorbox{outline:0}.urvanov-syntax-highlighter-colorbox #cboxContent{margin-top:20px;background:#000}.urvanov-syntax-highlighter-colorbox .cboxIframe{background:#fff}.urvanov-syntax-highlighter-colorbox #cboxError{padding:50px;border:1px solid #ccc}.urvanov-syntax-highlighter-colorbox #cboxLoadedContent{border:5px solid #000;background:#fff}.urvanov-syntax-highlighter-colorbox #cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}.urvanov-syntax-highlighter-colorbox #cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}.urvanov-syntax-highlighter-colorbox #cboxPrevious,.urvanov-syntax-highlighter-colorbox #cboxNext,.urvanov-syntax-highlighter-colorbox #cboxSlideshow,.urvanov-syntax-highlighter-colorbox #cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}.urvanov-syntax-highlighter-colorbox #cboxPrevious:active,.urvanov-syntax-highlighter-colorbox #cboxNext:active,.urvanov-syntax-highlighter-colorbox #cboxSlideshow:active,.urvanov-syntax-highlighter-colorbox #cboxClose:active{outline:0}.urvanov-syntax-highlighter-colorbox #cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}.urvanov-syntax-highlighter-colorbox #cboxContent{margin-top:0}.urvanov-syntax-highlighter-colorbox #cboxLoadedContent{border:0}#urvanov-syntax-highlighter-main-wrap .form-table th{width:100px}#urvanov-syntax-highlighter-log{display:none;max-height:200px;border-color:#dfdfdf;background-color:white;border-width:1px;border-style:solid;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;margin:1px;padding:3px;overflow:auto;white-space:pre;margin-bottom:5px}.urvanov-syntax-highlighter-span,.urvanov-syntax-highlighter-span-5,.urvanov-syntax-highlighter-span-10,.urvanov-syntax-highlighter-span-50,.urvanov-syntax-highlighter-span-100,.urvanov-syntax-highlighter-span-110{line-height:24px;display:inline-block}.urvanov-syntax-highlighter-span-5{min-width:5px}.urvanov-syntax-highlighter-span-10{min-width:10px}.urvanov-syntax-highlighter-span-50{min-width:50px}.urvanov-syntax-highlighter-span-100{min-width:100px}.urvanov-syntax-highlighter-span-110{min-width:117px}.urvanov-syntax-highlighter-span-margin{margin-left:5px}#height_mode,#width_mode{min-width:65px}.urvanov-syntax-highlighter-error{color:#F00}.urvanov-syntax-highlighter-success{color:#00F}.urvanov-syntax-highlighter-warning{color:#ff8000}.urvanov-syntax-highlighter-help{min-height:30px;padding:5px 10px}.urvanov-syntax-highlighter-help .urvanov-syntax-highlighter-help-close,.urvanov-syntax-highlighter-help .urvanov-syntax-highlighter-help-close:active,.urvanov-syntax-highlighter-help .urvanov-syntax-highlighter-help-close:hover{text-decoration:none;float:right;color:#000}.urvanov-syntax-highlighter-help span,.urvanov-syntax-highlighter-help a{margin:0;padding:0;font-size:12px}#urvanov-syntax-highlighter-log-text{font:11px/13px Monaco,'MonacoRegular','Courier New',monospace}#urvanov-syntax-highlighter-log-controls{float:left;margin-right:5px}.urvanov-syntax-highlighter-table{font-size:12px;border:1px solid #999;padding:0;margin:0;margin-top:12px}.urvanov-syntax-highlighter-table td{vertical-align:top;border-bottom:1px solid #AAA;padding:0 6px;margin:0;background:#EEE}.urvanov-syntax-highlighter-table-light td{background:#f8f8f8}.urvanov-syntax-highlighter-table-header td{font-weight:bold;background:#CCC}.urvanov-syntax-highlighter-table-last td,.urvanov-syntax-highlighter-table tr:last-child td{border:0}#lang-info div{padding:5px 0}.urvanov-syntax-highlighter-table .not-parsed{color:#F00}.urvanov-syntax-highlighter-table .parsed-with-errors{color:#f90}.urvanov-syntax-highlighter-table .successfully-parsed{color:#77a000}#urvanov-syntax-highlighter-live-preview,#urvanov-syntax-highlighter-log-wrapper{padding:0;width:100%;float:left;clear:both}#urvanov-syntax-highlighter-live-preview{float:none;padding:0}#urvanov-syntax-highlighter-logo{text-align:center}#urvanov-syntax-highlighter-info,#urvanov-syntax-highlighter-info td{border:0;padding:0 5px;margin:0}.urvanov-syntax-highlighter-admin-button{display:inline-block;text-align:center}#urvanov-syntax-highlighter-subsection-langs-info{margin-top:5px}#urvanov-syntax-highlighter-theme-editor-admin-buttons{display:inline}#urvanov-syntax-highlighter-theme-editor-admin-buttons .urvanov-syntax-highlighter-admin-button{margin-left:5px}#urvanov-syntax-highlighter-theme-info{display:table;padding:0;margin:0;margin-top:5px}#urvanov-syntax-highlighter-theme-info>div{display:table-cell;vertical-align:middle}#urvanov-syntax-highlighter-theme-info .content *{float:left}#urvanov-syntax-highlighter-theme-info .field{font-weight:bold}#urvanov-syntax-highlighter-theme-info .field,#urvanov-syntax-highlighter-theme-info .value{margin-left:5px}#urvanov-syntax-highlighter-theme-info .description.value{font-style:italic;color:#999}#urvanov-syntax-highlighter-theme-info .type{text-align:center;min-width:120px;font-weight:bold;border-right:1px solid #ccc;padding-right:5px}#urvanov-syntax-highlighter-theme-info .type.stock{color:#666}#urvanov-syntax-highlighter-theme-info .type.user{color:#5b9a00}#urvanov-syntax-highlighter-editor-table td{vertical-align:top}.small-icon{width:24px;height:24px;display:inline-block;margin:5px 5px 0 0}#twitter-icon{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/twitter.png)}#gmail-icon{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/google.png)}#docs-icon{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/docs.png)}#git-icon{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/github.png)}#wp-icon{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/wordpress-blue.png)}#donate-icon{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/donate.png);width:75px}#urvanov-syntax-highlighter-donate,#urvanov-syntax-highlighter-donate input{margin:0;display:inline;padding:0}#urvanov-syntax-highlighter-theme-editor-info a{text-decoration:none !important;font-style:italic !important;color:#666 !important}#urvanov-syntax-highlighter-main-wrap .form-table .note{font-style:italic;color:#999}#urvanov-syntax-highlighter-change-code-text{width:400px;height:300px}.urvanov-syntax-highlighter-syntax{overflow:hidden !important;position:relative !important;direction:ltr;text-align:left;box-sizing:border-box;direction:ltr !important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-text-size-adjust:none}.urvanov-syntax-highlighter-syntax div{background:0;border:0;padding:0;margin:0;text-align:left}.urvanov-syntax-highlighter-syntax.urvanov-syntax-highlighter-loading{visibility:hidden}.urvanov-syntax-highlighter-syntax,.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-main,.urvanov-syntax-highlighter-syntax .crayon-toolbar,.urvanov-syntax-highlighter-syntax .crayon-info,.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-plain,.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-code{width:100%}.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-main,.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-plain{overflow:auto}.urvanov-syntax-highlighter-syntax,.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-main,.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-plain,.urvanov-syntax-highlighter-syntax .crayon-table{padding:0;margin:0}.urvanov-syntax-highlighter-syntax-inline{margin:0 2px;padding:0 2px}.urvanov-syntax-highlighter-syntax .crayon-table{border:none !important;background:none !important;padding:0 !important;margin-top:0 !important;margin-right:0 !important;margin-bottom:0 !important;width:auto !important;border-spacing:0 !important;border-collapse:collapse !important;table-layout:auto !important}.urvanov-syntax-highlighter-syntax .crayon-table td,.urvanov-syntax-highlighter-syntax .crayon-table tr{padding:0 !important;border:none !important;background:0;vertical-align:top !important;margin:0 !important}.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-invisible{display:none !important}.urvanov-syntax-highlighter-plain-tag{margin-bottom:12px}.urvanov-syntax-highlighter-popup .urvanov-syntax-highlighter-plain{display:block !important;width:100% !important;height:100% !important;opacity:100 !important;position:relative !important}.urvanov-syntax-highlighter-popup-window{background:#fff}.urvanov-syntax-highlighter-syntax .crayon-num{text-align:center;padding:0 5px;margin:0}.urvanov-syntax-highlighter-syntax .crayon-toolbar{position:relative;overflow:hidden;z-index:4}.urvanov-syntax-highlighter-syntax .crayon-info{position:absolute;overflow:hidden;display:none;z-index:3;padding:0;min-height:18px;line-height:18px}.urvanov-syntax-highlighter-syntax .crayon-info div{padding:2px !important;text-align:center}.urvanov-syntax-highlighter-syntax .crayon-toolbar span{padding:0 4px !important}.urvanov-syntax-highlighter-syntax .crayon-toolbar .crayon-button{display:inline;float:left !important;position:relative;width:24px;background-repeat:no-repeat;line-height:15px;border:0;text-decoration:none}.crayon-toolbar .crayon-button,.crayon-toolbar .crayon-button:hover,.crayon-toolbar .crayon-button.crayon-pressed:hover{background-position:0 center}.crayon-toolbar .crayon-button.crayon-pressed,.crayon-toolbar .crayon-button:active,.crayon-toolbar .crayon-button.crayon-pressed:active{background-position:-24px 0}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-popup-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-popup-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-popup-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 0}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-copy-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-copy-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-copy-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 -16px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-nums-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-nums-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-nums-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 -32px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-plain-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-plain-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-plain-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 -48px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-mixed-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-mixed-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-mixed-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 -64px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-minimize .urvanov-syntax-highlighter-button-icon{background-position:0 -80px;background-color:transparent !important}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-expand-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-expand-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-expand-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 -96px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-wrap-button .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-wrap-button:hover .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-wrap-button.crayon-pressed:hover .urvanov-syntax-highlighter-button-icon{background-position:0 -112px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-popup-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-popup-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-popup-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px 0}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-copy-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-copy-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-copy-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px -16px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-nums-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-nums-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-nums-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px -32px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-plain-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-plain-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-plain-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px -48px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-mixed-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-mixed-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-mixed-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px -64px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-minimize .urvanov-syntax-highlighter-button-icon{background-position:-24px -80px;background-color:transparent !important}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-expand-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-expand-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-expand-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px -96px}.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-wrap-button.crayon-pressed .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-wrap-button:active .urvanov-syntax-highlighter-button-icon,.crayon-toolbar .crayon-button.urvanov-syntax-highlighter-wrap-button.crayon-pressed:active .urvanov-syntax-highlighter-button-icon{background-position:-24px -112px}.urvanov-syntax-highlighter-syntax .crayon-toolbar .crayon-language{padding-right:8px !important}.urvanov-syntax-highlighter-syntax .crayon-title,.urvanov-syntax-highlighter-syntax .crayon-language{float:left}.urvanov-syntax-highlighter-main::-webkit-scrollbar,.urvanov-syntax-highlighter-plain::-webkit-scrollbar{height:6px;overflow:visible;width:6px;background:#EEE}.urvanov-syntax-highlighter-main::-webkit-scrollbar-thumb,.urvanov-syntax-highlighter-plain::-webkit-scrollbar-thumb{background-color:#CCC;background-clip:padding-box;border:1px solid #AAA;box-shadow:inset 0 0 2px #999;min-height:8px;padding:0;border-width:1px}.urvanov-syntax-highlighter-main::-webkit-scrollbar-button,.urvanov-syntax-highlighter-plain::-webkit-scrollbar-button{height:0;width:0;padding:0}.urvanov-syntax-highlighter-main::-webkit-scrollbar-track,.urvanov-syntax-highlighter-plain::-webkit-scrollbar-track{background-clip:padding-box;border:solid transparent;border-width:0 0 0 4px;border:1px solid #BBB;border-right:0;border-bottom:0}.urvanov-syntax-highlighter-main::-webkit-scrollbar-corner,.urvanov-syntax-highlighter-plain::-webkit-scrollbar-corner{background:#EEE}.urvanov-syntax-highlighter-main::-webkit-scrollbar-thumb:hover,.urvanov-syntax-highlighter-plain::-webkit-scrollbar-thumb:hover{background:#AAA;border:1px solid #777;box-shadow:inset 0 0 2px #777}.urvanov-syntax-highlighter-syntax .crayon-pre,.urvanov-syntax-highlighter-syntax pre{color:#000;white-space:pre;margin:0;padding:0;overflow:visible;background:none !important;border:none !important;tab-size:4}.urvanov-syntax-highlighter-syntax .crayon-line{padding:0 5px}.urvanov-syntax-highlighter-syntax.urvanov-syntax-highlighter-wrapped .crayon-line{white-space:pre-wrap !important;height:auto;word-break:break-all}.urvanov-syntax-highlighter-syntax-inline .crayon-pre,.urvanov-syntax-highlighter-syntax-inline pre{white-space:normal}.urvanov-syntax-highlighter-syntax-inline-nowrap .crayon-pre,.urvanov-syntax-highlighter-syntax-inline-nowrap pre{white-space:pre}.urvanov-syntax-highlighter-syntax{font-family:Monaco,'MonacoRegular','Courier New',monospace;font-weight:500}.urvanov-syntax-highlighter-syntax .crayon-toolbar *::selection,.urvanov-syntax-highlighter-syntax .crayon-nums *::selection{background:transparent}.crayon-table .urvanov-syntax-highlighter-nums-content{white-space:nowrap}.urvanov-syntax-highlighter-syntax .crayon-num,.urvanov-syntax-highlighter-syntax .crayon-pre .crayon-line,.urvanov-syntax-highlighter-syntax .crayon-toolbar *,.urvanov-syntax-highlighter-syntax .crayon-pre *{font-family:inherit;font-size:inherit !important;line-height:inherit !important;font-weight:inherit !important;height:inherit}.urvanov-syntax-highlighter-syntax .crayon-toolbar .crayon-button .urvanov-syntax-highlighter-button-icon{background-image:url('https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/toolbar/buttons.png');height:16px !important;width:100%;position:absolute;left:0;top:50%;margin-top:-8px}.urvanov-syntax-highlighter-syntax .crayon-toolbar .crayon-tools{position:absolute;right:0}.urvanov-syntax-highlighter-syntax.urvanov-syntax-highlighter-expanded{position:absolute !important;margin:0 !important}.urvanov-syntax-highlighter-syntax.urvanov-syntax-highlighter-expanded .urvanov-syntax-highlighter-main{overflow:hidden !important}.urvanov-syntax-highlighter-placeholder{width:100% !important}.urvanov-syntax-highlighter-toolbar-visible .crayon-toolbar{position:relative !important;margin-top:0 !important;display:block !important}.urvanov-syntax-highlighter-syntax.urvanov-syntax-highlighter-expanded .crayon-toolbar .crayon-tools{position:relative;right:auto;float:left !important}.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-plain-wrap{height:auto !important;padding:0 !important;margin:0 !important}.urvanov-syntax-highlighter-syntax .urvanov-syntax-highlighter-plain{width:100%;height:100%;position:absolute;opacity:0;padding:0 5px;margin:0;border:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-shadow:none;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;white-space:pre;word-wrap:normal;overflow:auto;resize:none;color:#000;background:#FFF}.urvanov-syntax-highlighter-wrapped .urvanov-syntax-highlighter-plain{white-space:pre-wrap}.bbp-body .urvanov-syntax-highlighter-syntax{clear:none !important}.urvanov-syntax-highlighter-minimized .crayon-toolbar{cursor:pointer}.urvanov-syntax-highlighter-minimized .urvanov-syntax-highlighter-plain-wrap,.urvanov-syntax-highlighter-minimized .urvanov-syntax-highlighter-main,.urvanov-syntax-highlighter-minimized .crayon-toolbar .crayon-tools *{display:none !important}.urvanov-syntax-highlighter-minimized .crayon-toolbar .crayon-tools .urvanov-syntax-highlighter-minimize{display:block !important}.urvanov-syntax-highlighter-minimized .crayon-toolbar{position:relative !important}.urvanov-syntax-highlighter-syntax.urvanov-syntax-highlighter-minimized .crayon-toolbar{border-bottom:none !important}.urvanov-syntax-highlighter-te *,#urvanov-syntax-highlighter-te-bar-content{font-family:"Lucida Grande",Arial,sans-serif !important;font-size:12px}.urvanov-syntax-highlighter-te input[type="text"],.urvanov-syntax-highlighter-te textarea{background:#f9f9f9;border:1px solid #CCC;box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,0.1);padding:2px 4px;-webkit-border-radius:3px;border-radius:3px;border-width:1px;border-style:solid}.urvanov-syntax-highlighter-te #urvanov-syntax-highlighter-code{font-family:monospace !important}#urvanov-syntax-highlighter-te-content,#urvanov-syntax-highlighter-te-table{width:100%;height:auto !important}#urvanov-syntax-highlighter-range,#urvanov-syntax-highlighter-mark{width:100px}#urvanov-syntax-highlighter-te-table th,#urvanov-syntax-highlighter-te-table td{vertical-align:top;text-align:left}.rtl #urvanov-syntax-highlighter-te-table th,.rtl #urvanov-syntax-highlighter-te-table td{text-align:right}#urvanov-syntax-highlighter-te-table .urvanov-syntax-highlighter-tr-center td,#urvanov-syntax-highlighter-te-table .urvanov-syntax-highlighter-tr-center th{vertical-align:middle}#urvanov-syntax-highlighter-te-table .urvanov-syntax-highlighter-nowrap{white-space:nowrap}#urvanov-syntax-highlighter-te-bar{position:absolute;top:0;left:0;width:100%}#urvanov-syntax-highlighter-te-bar-content{border:1px solid #666;border-bottom:0;height:26px;line-height:25px;padding:0 8px;padding-right:0;background-color:#222;color:#cfcfcf}#urvanov-syntax-highlighter-te-bar-content a{line-height:25px;padding:5px 10px;color:#DDD;font-weight:bold;text-decoration:none !important}#urvanov-syntax-highlighter-te-bar-content a:hover{color:#FFF}.urvanov-syntax-highlighter-te-seperator{color:#666;margin:0;padding:0}#urvanov-syntax-highlighter-te-bar-block{height:34px;width:100%}#urvanov-syntax-highlighter-te-title{float:left}#urvanov-syntax-highlighter-te-controls{float:right}#urvanov-syntax-highlighter-url-th{vertical-align:top !important;padding-top:5px}.urvanov-syntax-highlighter-te-heading{font-size:14px;font-weight:bold}#urvanov-syntax-highlighter-te-settings-info{text-align:center}.urvanov-syntax-highlighter-te-section{font-weight:bold;padding:0 10px}#urvanov-syntax-highlighter-te-sub-section{margin-left:10px}#urvanov-syntax-highlighter-te-sub-section .urvanov-syntax-highlighter-te-section{font-weight:normal;padding:0}#urvanov-syntax-highlighter-code{height:200px;white-space:pre}#urvanov-syntax-highlighter-code,#urvanov-syntax-highlighter-url{width:555px !important}.urvanov-syntax-highlighter-disabled{background:#EEE !important}.qt_urvanov_syntax_highlighter_highlight{background-image:-ms-linear-gradient(bottom,#daf2ff,white) !important;background-image:-moz-linear-gradient(bottom,#daf2ff,white) !important;background-image:-o-linear-gradient(bottom,#daf2ff,white) !important;background-image:-webkit-linear-gradient(bottom,#daf2ff,white) !important;background-image:linear-gradient(bottom,#daf2ff,white) !important}.qt_urvanov_syntax_highlighter_highlight:hover{background:#ddebf2 !important}.urvanov-syntax-highlighter-tag-editor-button-wrapper{display:inline-block}.mce_urvanov_syntax_highlighter_tinymce{padding:0 !important;margin:2px 3px !important}.mce-i-urvanov_syntax_highlighter_tinymce,.mce_urvanov_syntax_highlighter_tinymce{background:url(https://du0ulnyus7r80.cloudfront.net/wp-content/plugins/urvanov-syntax-highlighter/css/images/urvanov_syntax_highlighter_tinymce.png) 0 0 !important}a.mce_urvanov_syntax_highlighter_tinymce{background-position:2px 0 !important}.wp_themeSkin .mceButtonEnabled:hover span.mce_urvanov_syntax_highlighter_tinymce,.wp_themeSkin .mceButtonActive span.mce_urvanov_syntax_highlighter_tinymce{background-position:-20px 0}.wp_themeSkin span.mce_urvanov_syntax_highlighter_tinymce{background:none !important}#urvanov-syntax-highlighter-te-table{margin-top:26px;padding:10px;border-collapse:separate !important;border-spacing:2px !important}#urvanov-syntax-highlighter-te-table th{width:100px}#urvanov-syntax-highlighter-te-clear{margin-left:10px;color:#666;background-color:#f4f4f4;border:1px solid #CCC;border-radius:3px;margin-left:8px}#urvanov-syntax-highlighter-title{width:360px}#TB_window.urvanov-syntax-highlighter-te-ajax{overflow:auto !important}#TB_window.urvanov-syntax-highlighter-te-ajax,#TB_window.urvanov-syntax-highlighter-te-ajax #TB_ajaxContent,#TB_window.urvanov-syntax-highlighter-te-ajax #TB_title{width:680px !important}#TB_window.urvanov-syntax-highlighter-te-ajax #TB_ajaxContent{padding:0 !important;margin:0 !important;width:100% !important;height:auto !important;margin-top:28px !important}#TB_window.urvanov-syntax-highlighter-te-ajax #TB_title{position:fixed !important}#TB_window.urvanov-syntax-highlighter-te-ajax #TB_title .urvanov-syntax-highlighter-te-submit{margin-top:3px !important;float:right !important}#TB_window.urvanov-syntax-highlighter-te-ajax a{color:#2587e2;text-decoration:none}#TB_window.urvanov-syntax-highlighter-te-ajax a:hover{color:#499ce9}.urvanov-syntax-highlighter-te-quote{background:#DDD;padding:0 2px}#urvanov-syntax-highlighter-te-submit-wrapper{display:none}#urvanov-syntax-highlighter-te-clear{display:none;margin:0;margin-top:10px}.urvanov-syntax-highlighter-syntax-pre{background:red;white-space:pre;overflow:auto;display:block;word-wrap:break-word}.urvanov-syntax-highlighter-question{padding:1px 4px !important;text-decoration:none !important;color:#83b3cb !important;border-radius:10px !important;height:15px !important;width:15px !important}.urvanov-syntax-highlighter-question:hover{background:#83b3cb !important;color:white !important;height:15px !important;width:15px !important}.urvanov-syntax-highlighter-setting-changed,.urvanov-syntax-highlighter-setting-selected{background:#fffaad !important}.urvanov-syntax-highlighter-question:hover{color:white;background:#a6d6ef}#urvanov-syntax-highlighter-te-warning{display:none}.urvanov-syntax-highlighter-te-info{padding:5px !important;margin:2px 0 !important}#urvanov-syntax-highlighter-te-submit{margin-bottom:5px}