<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  a:focus, a:hover,  .review-billet.card24:hover .title,.app-billet.card33:hover .title{
    color: var(--primary-color);
  }
  .sitemap_page .tabs_container .tabs-nav button,.editors-choice_section .btn:hover, .btn-section:hover,.footer_142699 .menu-list li a:hover
  ,.blog-billet.card14:focus .concise-info .text-part .title, .blog-billet.card14:hover .concise-info .text-part .title, 
  .blog-billet.card15 .concise-info .text-part .title:hover,.app-billet.card8.vertical .top-part .concise-info .title:hover, .site-block__title .text,
  .articles-block .site-block__title .block-subtitle, .our-advantages-section .new-container .text-block .title,.blog-billet .author-block{
    color: var(--primary-color)!important;
  }
  .page-numbers:hover, .sitemap_page .tabs_container .tabs-nav button:hover, .sitemap_page .tabs_container .tabs-nav button.active{
    color: #fff!important;
  }
  a:hover, .footer_142699 .menu-list li a:hover, .btn-section:focus, .btn-section:hover,.footer_142699 .logo-site:hover{
    background: transparent!important;
  }
  .page-numbers.current{
    border: 1px solid var(--primary-color)!important;
    background: var(--primary-color)!important;
  }
  .page-numbers:hover, .page-numbers:focus, .row-info-h5 .tag,.app-billet.card8 .bottom-part .availability,.simple-btn.default-btn, #myModal .close, 
  #modal-ask-accept .close, #modal-accept-download .close {
    background: var(--primary-color)!important;
    color: #fff;
  }
  .list-action li.active, .read-more-btn, .product_section .progress-bar-block .progressbar span,.read-more-btn,
  .sitemap_page .tabs_container .tabs-nav button.active, .sitemap_page .tabs_container .tabs-nav button:focus,
  .sitemap_page .tabs_container .tabs-nav button:hover,.list-action li:hover, .latest-posts_product-section, .blog-billet.card33 .category span
  , .product_section .product-plus li:after, .title-section.with-decor:after, .popular-reviewed_section, .access-btn,.recommended .blog-carousel .owl-nav button{
    background: var(--primary-color)!important;
  }
  .list-action li.active, .list-action li:hover {
    border-top: 4px solid var(--primary-color)!important;
  }
  .list-action li:hover a {
    color: #fff !important;
    background: transparent !important;
  }
  .read-more-btn:hover, .simple-btn.default-btn:hover{
    color: var(--primary-color);
      background: #fff!important;
      border: 1px solid var(--primary-color);
  }
  .sitemap_page .tabs_container .tabs-nav button{
    border: 2px solid var(--primary-color)!important;
  }
  .ready-app-icon img{
    width: 100%;
  }
  .footer_142699 .copyright {
    text-align: left!important;
  }
  .product_section .product-text-block .product-info&gt;div{
    text-align: justify;
  }
.play-game .title {
    padding: 10px 10px 10px 0px!important;
}
.top-info_product.with-btn .btn-section{
  border: 1px solid;
}
  /*old css*/

.preloader {

  position: fixed!important;
  top: 0%!important;
  left: 0%!important;
  margin: 0px!important;
  width: 100vw!important;
  height: 100vh!important;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.preloader .site-logo {
  margin-bottom: 25px;
}
.sidebar-load-bar--small {
  height: 4px;
}
.sidebar-load-bar {
  position: relative;
  max-width: 800px;
  width: 90vw;
  height: 20px;
  background-color: #263238;
  border-radius: 20px;
}
.sidebar-bar:nth-child(1) {
  background-color: var(--primary-color);
  border-radius: 20px;
  -webkit-animation: sidebar-loading 4s linear infinite;
  animation: sidebar-loading 4s linear infinite;
}
.sidebar-bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
  border-radius: 4px;
}
.preloader .site-logo img{
  max-width: 200px;
}
#preloader-tooltip-block{
  font-weight: 500;
    font-size: 24px;
    line-height: 55px;
    color: var(--primary-color);
}
@keyframes sidebar-loading {
  0% {
    left: 50%;
    width: 0;
    z-index: 100;
  }
  33.3333% {
    left: 0;
    width: 100%;
    z-index: 10;
  }
  100% {
    left: 0;
    width: 100%;
}
}
/*end css loading*/

/*css text footer + loading*/
.footer_142699 .text {
    margin: 20px 0px;
}
.logo-container {
    transform: scale(1.05);
    transition: transform 0.2sease;
    font-family: system-ui;
    color: transparent;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    display: inline-block;
  }
  .logo-text {
    background: linear-gradient(90deg, var(--color-logo-1), var(--color-logo-2)) text;
    -webkit-text-fill-color: transparent;
  }
  .thin-text-logo {
    font-weight: 200;
  }
  .bold-text-logo {
    font-weight: 700;
  }
  .exclamation-logo {
    color: var(--color-logo-2);
    font-weight: 700;
    margin-left: -7px;
    transform: rotate(8deg);
    display: inline-block;
  }
  footer .menu-list li a:hover{
    background: transparent!important;
  }

  .logo-text {
    background: linear-gradient(90deg, var(--color-logo-1), var(--color-logo-2)) text;
    -webkit-text-fill-color: transparent;
    }
    .logo-text-header-mobile {
        display: none !important;
    }
    @media screen and (min-width: 768px) {
        
        header .logo-container{
            margin-bottom: 10px;
        }
    }
    @media screen and (max-width: 767px) {
        
        .hide-mb{
            display: none;
        }
    }
    .logo-text {
        background: linear-gradient(90deg, var(--color-logo-1), var(--color-logo-2)) text;
        -webkit-text-fill-color: transparent;
    }
footer .logo-container a:hover{
    background-color: transparent!important;
}
/*end css text footer + loading*/

html{
  overflow-x: hidden;
}
.header_142699 {
  background: #f8f9fc;
}
.header_142699 .nav-list&gt;li&gt;a{
  text-transform: capitalize;
  text-decoration: none !important;
  font-weight: 700;
  line-height: 30px;
  color: #0c1b33;
  font-family: 'Roboto Slab', serif;
}
.header_142699 .inner{
  height: 62px;
}
body.home .header_142699{
  box-shadow: none !important;
}
body.home .index-wrap {
  width: 100%;
  padding-bottom: 100px;
}
body.home .bg-main {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../../images/bg1920.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 560px;
  width: 100%;
}
body.home .index-wrap .index-top {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 120px 0 125px;
}
/* body.home .index-wrap .index-top .big-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
} */
body.home .index-wrap .index-top .big-container {
  width: 100%;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: 125px;
}
body.home .index-wrap .big-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
/* body.home .top-form-search {
  width: 100%;
  max-width: 440px;
  margin: 22px 125px 0 80px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
} */
body.home .top-form-search {
  width: 100%;
  max-width: 440px;
  margin: 22px 0px 0 80px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
body.home .top-form-search h1 {
  font-family: Roboto, sans-serif;
  /* font-size: 46px; */
  font-size: 40px;
  font-weight: 700;
  line-height: 1.17;
  color: #0c1b33;
  margin: 0 0 30px;
}
body.home .top-form-search .search-form {
  width: 100%;
  max-width: 439px;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24), 0 1px 3px 0 rgba(0, 0, 0, .12);
  background-color: #fff;
  padding: 3px;
}
body.home .top-img {
  margin-right: 72px;
}
body.home .lion-blog {
  width: 100%;
  margin: 60px 0 80px;
}
body.home .lion-blog .big-container {
  width: 100%;
}
body.home .lion-blog h2 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  color: #0c1b33;
  margin: 0 0 30px;
}
body.home .lion-blog-block {
  display: flex;
  justify-content: space-between;
}
body.home .lion-blog-block .big-blog-block {
  width: calc(100% - 396px);
}
body.home .blog-billet-big {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 468px;
  border-radius: 4px;
  transition: .5s;
}
body.home .blog-billet-big .logo {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
body.home .blog-billet-big .blog-billet-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 468px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(14, 18, 22, .28), rgba(14, 18, 22, .78));
  padding: 32px 32px 40px;
}
body.home .blog-billet-big .blog-billet-content .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 15px;
}
body.home .blog-billet-big .blog-billet-content .author{
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #abb3b8;
}
body.home  .blog-billet-big .blog-billet-content .text,body.home .blog-billet-big .blog-billet-content .title {
  font-family: Roboto, sans-serif;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}
body.home .blog-billet-big .blog-billet-content .text {
  font-size: 16px;
  line-height: 1.5;
  color: #abb3b8;
}
body.home .blog-billet-big .blog-billet-content .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 8px;
  transition: .5s;
}
body.home .right-blog-block {
  width: 100%;
  max-width: 368px;
  margin-left: 28px;
}
body.home .blog-card-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 28px);
  margin: -14px;
  padding: 0;
  list-style: none;
}
body.home .blog-card-list li {
  padding: 14px;
  width: 100%;
}
body.home .blog-billet-middle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  border-radius: 4px;
  transition: .5s;
}
body.home .blog-billet-middle .logo {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}
body.home .blog-billet-middle .blog-billet-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  border-radius: 4px;
  background-image: linear-gradient(180deg, rgba(14, 18, 22, .28), rgba(14, 18, 22, .78));
  padding: 24px;
}
body.home .blog-billet-middle .blog-billet-content .author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 0 8px;
}
body.home .blog-billet-middle .blog-billet-content .author img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
}
body.home .blog-billet-middle .blog-billet-content .author .name {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  color: #abb3b8;
  width: 100%;
}
body.home .blog-billet-middle .blog-billet-content .title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  margin: 0 0 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  transition: .5s;
}
body.home .index-wrap .updated-block {
  width: 100%;
  margin-bottom: 115px;
}
body.home .index-wrap .updated-block h2 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  color: #0c1b33;
  margin: 0 0 30px;
}
body.home .index-wrap .updated-block .app-card-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 48px);
  margin: -21px -24px;
  padding: 0;
  list-style: none;
}
body.home .index-wrap .updated-block .app-card-list li {
  width: 16.666%;
  padding: 21px 24px;
}
body.home .app-billet-middle {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
body.home .app-billet-middle .logo {
  width: 100%;
  height: 160px;
  max-height: 160px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}
body.home .app-billet-middle .app-billet-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
body.home .app-billet-middle .app-billet-content .title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33;
  color: #0c1b33;
  margin: 0 0 2px;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}
body.home .index-wrap .about-block-main {
  width: 100%;
  margin-bottom: 100px;
}
body.home .index-wrap .about-block-main .big-container {
  display: grid;
  justify-content: space-between;
  padding: 0 100px;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
body.home .index-wrap .big-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body.home .index-wrap .about-block-main img {
  width: 100%;
  max-width: 470px;
  height: 100%;
}
/* body.home .index-wrap .about-block-main .about-main-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 446px;
  height: 100%;
  margin: 20px 0 0 80px;
} */
body.home .index-wrap .about-block-main .about-main-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 446px;
  height: 100%;
  margin: 20px 0 0 0px;
}
body.home .index-wrap .about-block-main .about-main-text h2 {
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 700;
  width: 100%;
  line-height: 1.2;
  color: #0c1b33;
  margin: 0 0 12px;
}
body.home .index-wrap .about-block-main .about-main-text p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  color: #556974;
  margin: 0 0 26px;
}
body.home .index-wrap .about-block-main .about-main-text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 48px;
  border-radius: 4px;
  background-color: var(--primary-color);
  transition: .5s;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #fff;
}
body.home .index-wrap .latest-review {
  width: 100%;
}
body.home .index-wrap .latest-review h2 {
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.27;
  color: #0c1b33;
  margin: 0 0 30px;
}
body.home .index-wrap .app-list-fore {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 48px);
  margin: -24px;
  padding: 0;
  list-style: none;
}
body.home .index-wrap .app-list-fore li {
  padding: 24px;
  width: 25%;
}
body.home .app-billet-hor {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
body.home .app-billet-hor .logo-block {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 12px;
}
body.home .app-billet-hor .logo-block .logo {
  width: auto;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
}
body.home .app-billet-hor .logo-block .title-block {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 16px;
  width: 100%;
}
body.home .app-billet-hor .logo-block .title-block .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.22;
  color: #0c1b33;
  margin: 0 0 8px;
  transition: .5s;
  -webkit-line-clamp: 2;
}
body.home .app-billet-hor .app-billet-text,body.home .app-billet-hor .logo-block .title-block .title {
  font-family: 'Roboto', sans-serif;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
body.home .app-billet-hor .app-billet-text {
  font-size: 16px;
  line-height: 1.5;
  color: #556974;
  -webkit-line-clamp: 3;
}
body.home #searchForm2{
  width: 100%;
  max-width: 439px;
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24), 0 1px 3px 0 rgba(0, 0, 0, .12);
  background-color: #fff;
  padding: 3px;
}
body.home #searchForm2 input{
  border: none;
  height: 46px;
}
body.home .top-form-search .form-container{
  width: 100%;
}
body.home .top-form-search .form-search .sbmt-btn {
  position: absolute;
  top: 50%;
  right: 15px;
  fill: none !important;
  width: 24px;
  height: 24px;
}
.form-search .sbmt-btn:hover svg, .form-search .sbmt-btn svg{
  fill:none !important;
}
body.home .blog-billet-content .data{
  color: #abb3b8;
}
.footer_142699 .menu h3 {
  font-family: 'Roboto Slab', serif;
}
body.home .top-img img{
  width: 100%;
}
@media only screen and (max-width: 1279px) {
  body.home .index-wrap .app-list-fore {
      width: calc(100% + 36px);
      margin: -18px;
  }
  body.home .index-wrap .app-list-fore li {
    padding: 18px;
    width: 50%;
  }
  body.home .index-wrap .big-container {
    padding: 0 20px;
  }
  
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

  body.home .top-form-search h1 {
    font-size: 32px;
  }
  body.home body.home .index-wrap .updated-block .app-card-list li {
    width: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

  body.home .top-form-search h1 {
    font-size: 28px;
  }
  body.home body.home .index-wrap .updated-block .app-card-list li {
    width: 25%;
  }
  body.home .index-wrap .index-top .big-container {
    grid-template-columns: 3fr 4fr;
    gap: 60px;
  }
  body.home .top-form-search {
    margin: 22px 0px 0 20px;
  }
  body.home .top-img {
    margin-right: 20px;
  }

  body.home .index-wrap .index-top{
    padding: 80px 0 20px;
  }
  body.home .index-wrap .index-top .big-container{
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.17;
    color: #0c1b33;
    margin: 0 0 30px;
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  body.home .top-form-search {
    width: 100% ! Important;
    max-width: max-content;
    margin: auto;
    text-align: center;
  }
  body.home .top-form-search h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.17;
    color: #0c1b33;
    margin: 0 0 30px;
    max-width: 100%;
  }
  body.home .top-form-search .form-container {
    width: 100%;
    text-align: center;
    margin: auto;
    display: block;
    align-items: center;
  }
  body.home .top-img{
    margin: auto;
  }
  body.home #searchForm2{
    margin: auto;
  }
  body.home .lion-blog-block{
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home .lion-blog-block .big-blog-block{
    margin-bottom: 28px;
  }
  body.home .right-blog-block{
    margin-left: 0px;
    max-width: 100%;
  }
  body.home .blog-card-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  body.home .index-wrap .updated-block .app-card-list li {
    width: 25%;
    padding: 15px 15px;
  }
  body.home .index-wrap .about-block-main .big-container {
    display: grid;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  body.home .index-wrap .about-block-main img {
    margin: auto;
  } 
  body.home .index-wrap .about-block-main .about-main-text{
    margin: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 652px;
  }
}
@media only screen and (max-width: 767px){
  body.home .index-wrap .index-top{
    padding: 40px 0 20px;
  }
  body.home .index-wrap .index-top .big-container{
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.17;
    color: #0c1b33;
    margin: 0 0 30px;
    width: 100%;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr;
    gap: 60px;
  }
  body.home .top-form-search{
    margin: 0px 0px 0px 0px;
    max-width: 100%;
    text-align: center;
  }
  body.home .top-img {
    margin-right: 0px;
  }
  body.home .top-form-search h1{
    font-size: 28px;
  }
  body.home .lion-blog-block{
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home .lion-blog-block .big-blog-block{
    width: 100%;
    margin-bottom: 28px;
  }
  body.home .blog-billet-big{
    width: 100%;
    height: 220px;
    padding: 24px;
  }
  body.home .blog-billet-big .blog-billet-content{
    height: 220px;
  }
  body.home .blog-billet-big .blog-billet-content .text{
    display: none;
  }
  body.home .right-blog-block{
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
  }
  body.home .index-wrap .updated-block .app-card-list{
    margin: 0px -10px;
    width: calc(100% + 20px);
  }
  body.home .index-wrap .updated-block .app-card-list li {
    width: 50%;
    padding: 10px 12px;
  }
  body.home .index-wrap .app-list-fore li {
    padding: 18px;
    width: 100%;
  }
  body.home .index-wrap .about-block-main .big-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 60px;

  }
  body.home .index-wrap .updated-block{
    margin-bottom: 60px;
  }
  body.home .index-wrap .about-block-main .about-main-text{
    text-align: center;
    margin: auto;
  }
  body.home .index-wrap .about-block-main .about-main-text h2{
    font-size: 32px;
  }
  body.home .index-wrap .about-block-main .about-main-text a{
    margin: auto;
  }
  body.home .index-wrap .about-block-main {
    margin-bottom: 70px;
  }
  body.home .index-wrap {
    padding-bottom: 40px;
  }
  body.home .blog-billet-big .blog-billet-content{
    padding: 24px;
  }
  body.home .blog-billet-big .blog-billet-content .title {
    font-size: 18px;  
  }
}</pre></body></html>