<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#friendtrol-scope body {
  margin: 0;
}
#friendtrol-scope * {
  box-sizing: border-box;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}
#friendtrol-scope * a {
  text-decoration: none;
}
#friendtrol-scope .to-top {
  position: fixed;
  right: 50px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/top.svg");
  transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 1);
  cursor: pointer;
  z-index: 777;
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope .to-top {
    right: 20px;
    bottom: 30px;
  }
}
#friendtrol-scope .to-top.hid {
  opacity: 0;
  visibility: hidden;
}
#friendtrol-scope header {
  width: 100%;
}
#friendtrol-scope header nav.main-nav {
  position: fixed;
  width: 100%;
  height: 56px;
  background-color: #333;
  z-index: 999;
}
#friendtrol-scope header nav.main-nav .nav-bar {
  max-width: 1370px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1399px) {
  #friendtrol-scope header nav.main-nav .nav-bar {
    max-width: 1170px;
  }
}
#friendtrol-scope header nav.main-nav .nav-bar .logo-wrap {
  position: absolute;
  top: 14px;
  left: 15px;
}
#friendtrol-scope header nav.main-nav .nav-bar .logo-wrap img {
  width: 120px;
  height: auto;
  transform: scale(0.8);
  transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 1);
}
#friendtrol-scope header nav.main-nav .nav-bar .logo-wrap img.top {
  transform: scale(1);
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 0 10px;
  background-color: #009ee3;
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon .icon {
  width: 35px;
  height: 27px;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/menu.svg");
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon .text {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon:hover {
  background-color: #fff;
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon:hover .icon {
  background-image: url("../img/menu_blue.svg");
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon:hover .text {
  color: #009ee3;
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon.active {
  background-color: #fff;
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon.active .icon {
  background-image: url("../img/close.svg");
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon.active .text {
  color: #636363;
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon.active:hover .icon {
  background-image: url("../img/close_blue.svg");
}
#friendtrol-scope header nav.main-nav .nav-bar .menu-icon.active:hover .text {
  color: #009ee3;
}
#friendtrol-scope header .menu-content {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 56px);
  background-color: #fff;
  top: 56px;
  z-index: 998;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.68, 0, 0.265, 1);
}
#friendtrol-scope header .menu-content.active {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
}
#friendtrol-scope header .menu-content .content-wrap {
  max-width: 1370px;
  padding: 60px 65px 0;
  margin: 0 auto;
  height: 100%;
  overflow: overlay;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope header .menu-content .content-wrap {
    padding: 60px 20px 0;
  }
}
#friendtrol-scope header .menu-content .content-wrap .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item {
  width: 33.3333%;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope header .menu-content .content-wrap .content .flex-item {
    width: 100%;
  }
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item a {
  display: block;
  color: #636363;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item a:hover {
  color: #009ee3;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .item-wrap {
  padding: 15px 0 0 35px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope header .menu-content .content-wrap .content .flex-item .item-wrap a {
    line-height: 40px;
  }
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .item-wrap .text {
  color: #636363;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .item-wrap .text.red {
  color: #e3000f;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .item-wrap .text.red:hover {
  color: #e3000f;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .title-wrap {
  padding-left: 32px;
  background-position: left 3px center;
  background-size: auto 80%;
  background-repeat: no-repeat;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .title-wrap .text {
  font-size: 18px;
  font-weight: bold;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .title-wrap .text.red {
  color: #e3000f;
}
#friendtrol-scope header .menu-content .content-wrap .content .flex-item .title-wrap .text.red:hover {
  color: #e3000f;
}
#friendtrol-scope header .menu-content .content-wrap .menu-footer {
  padding: 26px 18px 60px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #efefef;
}
#friendtrol-scope header .menu-content .content-wrap .menu-footer .footer-item {
  width: 33.3333%;
  padding: 0 32px 15px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope header .menu-content .content-wrap .menu-footer .footer-item {
    width: 100%;
  }
}
#friendtrol-scope header .menu-content .content-wrap .menu-footer .footer-item a {
  display: block;
  color: #636363;
}
#friendtrol-scope header .menu-content .content-wrap .menu-footer .footer-item a:hover {
  color: #009ee3;
}
#friendtrol-scope main {
  padding: 56px 0 140px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main {
    padding: 56px 0 60px;
  }
}
#friendtrol-scope main .wrap-title {
  padding: 32px 0;
  color: #e3000f;
  font-size: 34px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main .wrap-title {
    font-size: 24px;
  }
}
#friendtrol-scope main section {
  max-width: 1370px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  #friendtrol-scope main section {
    max-width: 1170px;
  }
}
#friendtrol-scope main section.slide-wrap {
  max-width: none;
  padding: 0;
}
#friendtrol-scope main section.slide-wrap .owl-carousel {
  width: 100%;
  position: relative;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item {
  width: 100%;
  padding-bottom: 24.9479%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.slide-wrap .owl-carousel .slide-item {
    padding-bottom: 30%;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.slide-wrap .owl-carousel .slide-item {
    padding-bottom: 50%;
  }
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap {
  position: absolute;
  background-color: rgba(0,0,0,0.6);
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  padding: 20px;
  bottom: 60px;
  left: calc(50% + 200px);
  max-width: 500px;
  cursor: pointer;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap {
    left: unset;
    right: 20px;
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap {
    display: none;
  }
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap .text {
  color: #fff;
  line-height: 1.6;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap .title .text {
  font-size: 26px;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap .content .text {
  font-size: 16px;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap .readmore {
  width: 100%;
  padding-top: 15px;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap .readmore .text {
  width: 100%;
  text-align: right;
  font-size: 16px;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .slide-item .link-wrap:hover {
  background-color: #000;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#friendtrol-scope main section.slide-wrap .owl-carousel .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #333;
  margin: 0 5px;
  opacity: 0.4;
  outline: none;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .owl-carousel .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
  }
}
#friendtrol-scope main section.slide-wrap .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
#friendtrol-scope main section.slide-wrap .intro-wrap {
  width: 100%;
  background-color: #001e3d;
}
#friendtrol-scope main section.slide-wrap .intro-wrap .wrap {
  max-width: 1370px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
}
@media screen and (max-width: 1399px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .wrap {
    max-width: 1170px;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .wrap {
    padding: 15px 24px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .wrap {
    flex-wrap: wrap;
  }
}
#friendtrol-scope main section.slide-wrap .intro-wrap .text {
  color: #fff;
}
#friendtrol-scope main section.slide-wrap .intro-wrap .content-wrap {
  width: 75%;
  max-width: 75%;
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .content-wrap {
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .content-wrap {
    width: 100%;
  }
}
#friendtrol-scope main section.slide-wrap .intro-wrap .content-wrap .text {
  font-size: 26px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .content-wrap .text {
    font-size: 16px;
  }
}
#friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap {
  width: 25%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap {
    width: 100%;
    justify-content: center;
    padding-top: 15px;
  }
}
#friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap .button-wrap {
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.65;
  border: 1px solid #fff;
  position: relative;
  display: flex;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap .button-wrap {
    min-width: 113.75px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap .button-wrap {
    min-width: auto;
    font-size: 14px;
  }
}
#friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap .button-wrap .bg-color {
  background-color: #009ee3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s ease-out;
}
#friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap .button-wrap:hover .bg-color {
  transform: translate3d(0, 0, 0);
}
#friendtrol-scope main section.slide-wrap .intro-wrap .buttons-wrap .button-wrap .text {
  position: relative;
  z-index: 10;
  font-size: 16px;
  line-height: 1.65;
}
#friendtrol-scope main section.product-news-wrap {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.product-news-wrap {
    padding: 0 0 30px;
  }
}
#friendtrol-scope main section.product-news-wrap .wrap-title {
  font-size: 42px;
  padding: 32px 15px;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.product-news-wrap .wrap-title {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.product-news-wrap .wrap-title {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.product-news-wrap .wrap-title {
    font-size: 28px;
    padding: 20px 15px;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap {
  display: flex;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap {
    flex-wrap: wrap;
    padding: 0 9px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap {
    padding: 0;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item {
  width: 41.66666667%;
  padding: 0 15px;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .news-item {
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .news-item {
    width: 100%;
    padding: 10px 15px;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap {
  transition: all 0.5s ease;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap {
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap {
    padding: 15px;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap:hover {
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: flex-end;
  background-color: #636363;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .label-wrap .text {
  color: #fff;
  width: 100%;
  text-align: center;
  line-height: 30px;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .content-title {
  padding-bottom: 18px;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .content-title .text {
  color: #e3000f;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .content-title .text {
    max-width: calc(100% - 65px);
    font-size: 24px;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .content-subtitle .text {
  color: #636363;
  font-size: 16px;
  padding-bottom: 13px;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .media-wrap {
  padding: 30px 0;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .media-wrap img {
  width: 100%;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .media-wrap iframe {
  width: 100%;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .context {
  font-size: 16px;
  color: #636363;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .context .text {
  display: block;
  padding-bottom: 10px;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .context strong {
  display: block;
  color: #636363;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .context strong.red {
  color: #dc1a2b;
  padding: 13px 0;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap {
  padding: 13px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap .button-wrap {
  display: flex;
  border: 1px solid #009ee3;
  position: relative;
  overflow: hidden;
  padding: 6px 12px;
  cursor: pointer;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap .button-wrap .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009ee3;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s ease-out;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap .button-wrap .text {
  font-size: 16px;
  line-height: 1.65;
  transition-delay: 0.2s;
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  color: #009ee3;
  position: relative;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap .button-wrap .text {
    font-size: 14px;
    text-align: center;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap .button-wrap:hover .bg-color {
  transform: translate3d(0, 0, 0);
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .buttons-wrap .button-wrap:hover .text {
  color: #fff;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .list-wrap {
  padding-left: 15px;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .list-wrap .list-item {
  padding: 0 0 15px 30px;
  background-image: url("../img/cube_icon.svg");
  background-size: 21px auto;
  background-position: left 0 top 0;
  background-repeat: no-repeat;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .list-wrap .list-item .text {
  color: #636363;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .list-wrap .list-item strong {
  color: #636363;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content .list-wrap .list-item strong.red {
  color: #dc2a1b;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content a {
  color: #009ee3;
  font-weight: 400;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .news-item .content-wrap .content a:hover {
  color: #31c0ff;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .anchor-wrap {
  flex-grow: 1;
  padding: 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.product-news-wrap .news-wrap .anchor-wrap {
    display: none;
  }
}
#friendtrol-scope main section.product-news-wrap .news-wrap .anchor-wrap .anchor {
  padding: 62px 10px 10px;
  background-color: #009ee3;
  width: 140px;
  position: relative;
  cursor: pointer;
  background-image: url("../img/icon/new.svg");
  background-size: 35px auto;
  background-position: top 20px center;
  background-repeat: no-repeat;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .anchor-wrap .anchor .text {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
}
#friendtrol-scope main section.product-news-wrap .news-wrap .anchor-wrap .anchor .triangle {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 70px 0 70px;
  border-color: #009ee3 transparent transparent transparent;
}
#friendtrol-scope main section.else-news-wrap {
  max-width: none;
  width: 100%;
  background-color: #efefef;
  padding-bottom: 60px;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.else-news-wrap {
    padding-bottom: 0;
  }
}
#friendtrol-scope main section.else-news-wrap .else-news {
  max-width: 1370px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  #friendtrol-scope main section.else-news-wrap .else-news {
    max-width: 1170px;
  }
}
#friendtrol-scope main section.else-news-wrap .wrap-title {
  padding: 32px 15px;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.else-news-wrap .wrap-title {
    padding: 32px 40px;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.else-news-wrap .wrap-title {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .wrap-title {
    padding: 32px 15px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap {
  display: flex;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap {
    flex-wrap: wrap;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item {
  width: 33.3333%;
  padding: 0 15px;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item {
    width: 100%;
    padding: 0 40px 80px;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item {
    padding: 0 24px 80px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item {
    padding: 0 15px 60px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .item-title {
  width: 100%;
  display: flex;
  height: 58.5px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .item-title {
    height: 45px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .item-title .text {
  height: 100%;
  line-height: 58.5px;
  flex-grow: 1;
  font-size: 26px;
  color: #fff;
  padding: 0 15px;
  text-align: right;
  background-color: #e3000f;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .item-title .text {
    font-size: 24px;
    line-height: 45px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .item-title .icon {
  width: 55px;
  height: 100%;
  background-color: #636363;
  background-size: 23px auto;
  background-position: center;
  background-repeat: no-repeat;
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap {
  padding: 30px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap {
    padding: 30px 15px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel {
  background-color: rgba(255,255,255,0.9);
  position: relative;
  min-height: 250px;
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .item {
  width: 100%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .item {
    padding: 15px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .item .title {
  color: #e3000f;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .item .title {
    font-size: 20px;
    line-height: 22px;
  }
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .item .date {
  font-weight: 400;
  color: #636363;
  padding: 15px 0 10px;
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .item a {
  color: #009ee3;
  font-weight: 400;
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 99;
  bottom: -50px;
  left: 0;
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  background-color: #333;
  opacity: 0.4;
  outline: none;
  margin: 0 8px;
  border-radius: 50%;
}
#friendtrol-scope main section.else-news-wrap .flex-wrap .else-news-item .content-wrap .owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}
#friendtrol-scope main section.suggest-wrap {
  padding: 0 15px;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope main section.suggest-wrap {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.suggest-wrap {
    padding: 0 24px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap {
    padding: 0 15px;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .title-wrap {
  display: flex;
}
#friendtrol-scope main section.suggest-wrap .wrap-content .title-wrap .text {
  flex-grow: 1;
  text-align: right;
  background-color: #e3000f;
  font-size: 26px;
  font-weight: 300;
  padding: 10px 20px;
  line-height: 41px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .title-wrap .text {
    line-height: 26px;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .title-wrap .icon {
  width: 60px;
  background-color: #636363;
  background-size: 24px auto;
  background-position: center;
  background-repeat: no-repeat;
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content {
  padding: 30px;
  display: flex;
  background-color: #efefef;
}
@media screen and (max-width: 1023px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content {
    flex-wrap: wrap;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap {
  width: 75%;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap {
    padding-right: 0;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .title {
  margin-bottom: 18px;
  color: #e3000f;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .title {
    font-size: 20px;
    line-height: 24px;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .title strong {
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .title strong {
    line-height: 24px;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .text {
  font-size: 16px;
  color: #636363;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .text {
    padding-bottom: 15px;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap .button-wrap {
    padding-bottom: 15px;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap .button {
  display: flex;
  border: 1px solid #009ee3;
  position: relative;
  overflow: hidden;
  padding: 6px 12px;
  cursor: pointer;
  margin-right: 5px;
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap .button .bg-color {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #009ee3;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s ease-out;
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap .button .btn {
  font-size: 16px;
  line-height: 1.65;
  transition-delay: 0.2s;
  transition: all 0.3s cubic-bezier(0.68, 0, 0.265, 1);
  color: #009ee3;
  position: relative;
  z-index: 10;
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap .button:hover .bg-color {
  transform: translate3d(0, 0, 0);
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .context-wrap .buttons-wrap .button:hover .btn {
  color: #fff;
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .image-wrap {
  width: 25%;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope main section.suggest-wrap .wrap-content .content .image-wrap {
    width: 100%;
    padding: 0;
  }
}
#friendtrol-scope main section.suggest-wrap .wrap-content .content .image-wrap .image {
  width: 100%;
  height: auto;
}
#friendtrol-scope footer {
  padding: 10px 15px 30px;
  background-color: #636363;
}
@media screen and (max-width: 1279px) {
  #friendtrol-scope footer {
    padding: 10px 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  #friendtrol-scope footer {
    padding: 10px 15px 30px;
  }
}
#friendtrol-scope footer .footer-wrap {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  color: rgba(255,255,255,0.8);
}
@media screen and (max-width: 1399px) {
  #friendtrol-scope footer .footer-wrap {
    max-width: 1170px;
  }
}
#friendtrol-scope footer .footer-wrap .content-wrap .top-wrap {
  padding: 0 15px;
  border-bottom: 1px solid #ccc;
}
#friendtrol-scope footer .footer-wrap .content-wrap .top-wrap .text {
  line-height: 22px;
  font-size: 18px;
  width: 100%;
  text-align: right;
  padding: 25px 0;
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap {
  display: flex;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap {
    flex-wrap: wrap;
  }
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap {
  width: 25%;
  padding: 0 15px;
  display: flex;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap {
    width: 100%;
    padding-bottom: 18px;
  }
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap address {
  font-style: normal;
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap address a {
  color: rgba(255,255,255,0.8);
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap address a:hover {
  color: #31c0ff;
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap .wrap {
  width: 50%;
  padding-right: 5px;
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap .wrap a {
  padding-bottom: 5px;
  display: block;
  color: rgba(255,255,255,0.8);
}
#friendtrol-scope footer .footer-wrap .content-wrap .bottom-wrap .flex-item-wrap .wrap a:hover {
  color: #31c0ff;
}
#friendtrol-scope footer .footer-wrap .copy-right-wrap {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
#friendtrol-scope footer .footer-wrap .copy-right-wrap .text {
  font-size: 12px;
  font-weight: 300;
}
#friendtrol-scope footer .footer-wrap .copy-right-wrap .text a {
  display: inline-block;
}
</pre></body></html>