/* COMMON */
.text-uppercase {
  text-transform: uppercase;
}
.text-uderline {
  text-decoration: underline;
}
/* COMMON */

/* HEADER */
#gp-header {
    background-color: #091519;
  position: relative;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
/* ---------------------------------------- gp-head */
.gp-head {
    padding: 30px 0px 15px;
  position: relative;
  z-index: 3;
}
.gp-head .logo img{
    height: 34px;
}


/* ---------------------------------------- logo */
.gp-head .logo,
.navigation .logo {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  color: #333333;
}
.gp-head a.logo,
.navigation a.logo {
  text-decoration: none;
}
/* ------------------------------ logo-icon */
.gp-head .logo .logo-icon,
.navigation .logo .logo-icon {
  display: block;
  flex: none;
}
.gp-head .logo .logo-icon svg,
.navigation .logo .logo-icon svg {
  height: 100%;
  width: auto;
}
.gp-head .logo .logo-icon .svg-fill,
.navigation .logo .logo-icon .svg-fill {
  fill: #c92317;
}
/* ------------------------------ logo-text */
.gp-head .logo .logo-text,
.navigation .logo .logo-text {
  display: block;
  flex: none;
}
/* -------------------- */
.gp-head .logo .logo-text .subtitle,
.navigation .logo .logo-text .subtitle {
  font-weight: 700;
  border-top: 1px solid #666666;
  padding-top: 5px;
}
/* -------------------- */
.gp-head .logo .logo-text sub,
.navigation .logo .logo-text sub {
  bottom: 0;
}

/
/*@media (min-width: 768px) and (max-width: 991.9px) {*/
  .gp-head {
/*
    min-height: 72px;
    padding: 15px 0;
*/
  }
  .gp-head .logo .logo-icon,
  .navigation .logo .logo-icon {
    margin-right: 8px;
    height: 28px;
  }
  .gp-head .logo .logo-text,
  .navigation .logo .logo-text {
    font-size: 17px;
  }
  .gp-head .logo .logo-text .title sub,
  .navigation .logo .logo-text .title sub {
    font-size: 0.77em;
  }
  .gp-head .logo .logo-text .subtitle,
  .navigation .logo .logo-text .subtitle {
    border-top: 1px solid #666666;
    padding-top: 3px;
    font-size: 7px;
  }
/*}*/
@media (min-width: 576px) and (max-width: 767.9px) {
  .gp-head {
/*
    min-height: 72px;
    padding: 15px 0;
*/
  }
  .gp-head .logo .logo-icon,
  .navigation .logo .logo-icon {
    margin-right: 8px;
    height: 28px;
  }
  .gp-head .logo .logo-text,
  .navigation .logo .logo-text {
    font-size: 17px;
  }
  .gp-head .logo .logo-text .title sub,
  .navigation .logo .logo-text .title sub {
    font-size: 0.77em;
  }
  .gp-head .logo .logo-text .subtitle,
  .navigation .logo .logo-text .subtitle {
    border-top: 1px solid #666666;
    padding-top: 3px;
    font-size: 7px;
  }
}
@media screen and (max-width: 575.9px) {
  .gp-head {
/*
    min-height: 72px;
    padding: 15px 0;
*/
  }
  .gp-head .logo .logo-icon,
  .navigation .logo .logo-icon {
    margin-right: 8px;
    height: 28px;
  }
  .gp-head .logo .logo-text,
  .navigation .logo .logo-text {
    font-size: 17px;
  }
  .gp-head .logo .logo-text .title sub,
  .navigation .logo .logo-text .title sub {
    font-size: 0.77em;
  }
  .gp-head .logo .logo-text .subtitle,
  .navigation .logo .logo-text .subtitle {
    border-top: 1px solid #666666;
    padding-top: 3px;
    font-size: 7px;
  }
}
/* ---------------------------------------- navbar */
.gp-navbar {
  margin-bottom: 0;
}
/* -------------------- */
.gp-navbar li {
  position: relative;
}
/* -------------------- */
.gp-navbar a {
    font-size: 14px;
    text-transform: uppercase;
/*  font-weight: 700;*/
  text-decoration: none;
  position: relative;
  display: block;
    color: #ffffff;
}
.gp-navbar a:hover {
  color: #c92317;
}
/* -------------------- */
.gp-navbar a sup {
  color: #c92317;
  top: -0.35em;
}

@media screen and (min-width: 1920px) {
  .gp-navbar li {
    padding: 0 25px;
  }
  .gp-navbar li::after {
    height: 8px;
    width: 8px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.9px) {
  .gp-navbar li {
    padding: 0 20px;
  }
  .gp-navbar li::after {
    height: 8px;
    width: 8px;
  }
}
/*
@media screen and (max-width: 991.9px) {
  .gp-head .gp-navbar {
    display: none;
  }
}
*/
/* ---------------------------------------- gp-enter */
.gp-enter {
  align-items: center;
  margin-bottom: 0;
  display: flex;
    color: #ffffff;
}
.gp-enter{
    
}
.gp-enter .login-btn{
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    height: 34px;
    border-radius: 8px;
    background-color: transparent;
    transition: 200ms;
    line-height: normal;
}
.gp-enter .login-btn:hover{
    background-color: #ed2d1a;
    transition: 200ms;
}
.gp-enter .sign-btn{
    line-height: normal;
    text-decoration: none;
    padding: 0 20px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
    height: 34px;
    text-transform: uppercase;
    background-color: #ed2d1a;
    border-radius: 8px;
}


/* ------------------------------ login-link */
.login-link {
  font-weight: 700;
  text-decoration: underline;
  line-height: 30px;
  color: #000;
}
/* -------------------- */
.login-link:hover {
  text-decoration: none;
  color: #c92317;
}
/* ------------------------------ sign-link */
.sign-link {
  font-weight: 700;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  position: relative;
  line-height: 30px;
  display: flex;
  color: #fff;
}
a.sign-link {
  text-decoration: none;
}
/* -------------------- */
.sign-link::after,
.sign-link::before {
/*  transition: all 0.5s;*/
  position: absolute;
  content: "";
  width: 200%;
}
.sign-link::after {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  background-color: #c92317;
  bottom: 0;
  left: 0;
  top: 0;
}
.sign-link::before {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border: 1px solid #fff;
  bottom: 3px;
  z-index: 2;
  left: 3px;
  top: 3px;
}
/* -------------------- */
.sign-link span {
  position: relative;
  z-index: 5;
}
/* -------------------- */
.sign-link span.btn-border {
  border-bottom-left-radius: 0px;
  border: 1px solid transparent;
  border-top-left-radius: 0px;
  transform: translateY(-50%);
/*  transition: all 0.5s;*/
  position: absolute;
  height: 100%;
  width: 200%;
  opacity: 0;
  top: 50%;
  left: 0;
}
.sign-link:hover span.btn-border {
  border-color: #ffafaf;
  height: 130%;
  width: 204%;
  opacity: 1;
  left: -4%;
}
/* -------------------- */
.sign-link .icon-w .svg-fill {
  fill: #fff;
}
/* -------------------- */
.sign-link:hover {
  color: #c92317;
}
.sign-link:hover::before {
  background-color: #fff;
}
.sign-link:hover .icon-w {
  margin-left: 10px;
}
.sign-link:hover .icon-w .svg-fill {
  fill: #c92317;
}

@media screen and (min-width: 1920px) {
  .gp-enter li + li {
    margin-left: 30px;
  }
  .sign-link {
    padding: 10px 0 10px 30px;
    width: 200px;
  }
  .sign-link::before {
    border: 1px solid #fff;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .gp-enter li + li {
    margin-left: 30px;
  }
  .sign-link {
    padding: 6px 0 6px 30px;
    width: 170px;
  }
  .sign-link::before {
    border: 1px solid #fff;
    bottom: 2px;
    left: 2px;
    top: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .gp-enter li + li {
    margin-left: 30px;
  }
  .sign-link {
    padding: 6px 0 6px 30px;
    width: 170px;
  }
  .sign-link::before {
    border: 1px solid #fff;
    bottom: 2px;
    left: 2px;
    top: 2px;
  }
}
/*
@media screen and (max-width: 991.9px) {
  .gp-head .gp-enter {
    display: none;
  }
}
*/
/* ---------------------------------------- mobile navigation */
#navigation-block {
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: flex-end;
  overflow: hidden;
  position: fixed;
  display: flex;
  z-index: 1030;
  height: 100vh;
  width: 0;
  right: 0;
  top: 0;
}
#navigation-block.show {
  width: 100vw;
}
.navbar-open {
  overflow: hidden;
  height: 100vh;
}
/* ------------------------------ navigation-bg */
#navigation-bg {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
/*  transition: linear 0.5s;*/
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
/* ------------------------------ navigation */
.navigation {
  background-color: #fff;
  padding: 15px 25px 50px;
/*  transition: linear 0.3s;*/
  white-space: nowrap;
  overflow-x: hidden;
  position: absolute;
  overflow-y: auto;
  max-width: 465px;
  height: 100vh;
  z-index: 5;
  opacity: 0;
  width: 0;
}
.navigation.navbar-show {
/*  transition: linear 0.5s;*/
  width: 100vw;
  opacity: 1;
}
/* ------------------------------ nav-content */
.nav-content {
  flex-direction: column;
/*  transition: all 0.25s;*/
  position: relative;
  display: flex;
  min-height: 100%;
  opacity: 0;
  z-index: 3;
}
.navbar-show .nav-content {
/*  transition: all 0.8s;*/
  opacity: 1;
}
/*.nav-content::after {
  background: url(/assets/image/temp/guest/logo-general-bg.png) right center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -50px;
  height: 425px;
  width: 455px;
  left: -225px;
  content: "";
  z-index: -3;
}*/
/* ------------------------------ close-nav */
#close-nav.navbar-toggler {
  margin-right: -10px;
}
/* ------------------------------ navbar button */
.navbar-toggler .icon-w {
  width: 20px;
}
/* -------------------- */
.navbar-toggler .icon-w .svg-fill {
  fill: #353535;
}
.navbar-toggler:hover .icon-w .svg-fill {
  fill: #e70000;
}

@media screen and (min-width: 992px) {
  .navbar-toggler,
  #navigation-block,
  .navigation .logo,
  .navigation .gp-enter,
  .navigation .gp-navbar,
  .navigation .protection-status {
    display: none;
  }
}
/*
@media screen and (max-width: 991.9px) {
  .navbar-toggler {
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    width: 40px;
  }
  .navigation .gp-navbar {
    padding: 30px 0;
  }
  .navigation .gp-navbar a {
    text-align: right;
    padding: 10px 0;
  }
  .navigation .gp-navbar a sup {
    font-size: 16px;
    top: 0em;
  }
  .gp-enter {
    justify-content: flex-end;
    padding-top: 30px;
    margin-top: auto;
  }
  .sign-link::before {
    border: 1px solid #fff;
    bottom: 2px;
    left: 2px;
    top: 2px;
  }
  .navigation .protection-status {
    padding: 20px 0 30px;
    font-size: 12px;
  }
}
@media (min-width: 576px) and (max-width: 991.9px) {
  .gp-enter li + li {
    margin-left: 30px;
  }
  .sign-link {
    padding: 6px 0 6px 30px;
    width: 170px;
  }
}
*/
/*
@media screen and (max-width: 575.9px) {
  .gp-enter {
    flex-direction: column;
    align-items: flex-end;
  }
  .gp-enter li + li {
    margin-top: 20px;
  }
  .sign-link {
    padding: 6px 0 6px 30px;
    width: 205px;
  }
}
@media screen and (max-width: 399.9px) {
  .navigation {
    padding: 15px 15px 40px;
  }
  .nav-content::after {
    bottom: -40px;
    left: -210px;
  }
}
*/
@media screen and (min-width: 1920px) {
  .nav-content {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .nav-content {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199.9px) {
  .nav-content {
    font-size: 12px;
  }
}
/* ---------------------------------------- protection-status */
.protection-status {
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (min-width: 1920px) {
  .ddos-info {
    padding-bottom: 25px;
    padding-top: 100px;
  }
  .protection-status {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .ddos-info {
    padding-bottom: 15px;
    padding-top: 72px;
  }
  .protection-status {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .ddos-info {
    padding-bottom: 15px;
    padding-top: 72px;
  }
  .protection-status {
    font-size: 10px;
  }
}
/*
@media screen and (max-width: 991.9px) {
  .ddos-info {
    padding-bottom: 15px;
    padding-top: 72px;
  }
}
@media screen and (max-width: 991.9px) {
  .ddos-info .protection-status {
    display: none;
  }
}
*/
/* HEADER END */

/* CONTENT */
.gp-page {
/*  background-color: #fff;*/
}
/* ---------------------------------------- guest-content */
.guest-content {
  max-width: 1115px;
    padding-left: 15px;
    padding-right: 15px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
}

@media screen and (min-width: 1920px) {
  .guest-content {
    padding: 0 100px;
    font-size: 14px;
  }
  .small-font {
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .guest-content {
    
  }
  .small-font {
    font-size: 10px;
  }
}
@media screen and (max-width: 1199.9px) {
 
}
/* ---------------------------------------- guest-title */
.guest-title {
  text-transform: uppercase;
}
/* -------------------- guest-title h1 */
.guest-title h1 {
/*  font-weight: 300;*/
    font-weight: 300;
  position: relative;
  line-height: 1;
}
/* -------------------- */
.guest-title h1::after {
  background-color: #c92317;
  position: absolute;
  content: "";
  width: 200%;
  height: 2px;
  bottom: 0;
  left: 0;
}
/* -------------------- guest-title h2 */
.guest-title h2 {
/*  font-family: "pf_baseline_proregular";*/
  position: relative;
  line-height: 1;
  margin: 0 auto;
}
.guest-title h2 .arrow-icon .svg-fill {
  fill: #000000;
}
.guest-title h2 .arrow-icon {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

@media screen and (min-width: 1920px) {
  .guest-title {
    padding: 50px 0 80px;
  }
  .guest-title h2 .arrow-icon {
    left: -54px;
  }
  .guest-title h1 {
    padding-bottom: 15px;
    margin: 0 auto 15px;
    font-size: 70px;
  }
  .guest-title h1::after {
    height: 1px;
  }
  .guest-title h2 {
    font-size: 25px;
  }
  .arrow-icon {
    width: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1919.9px) {
  .guest-title {
    padding: 40px 0 70px;
  }
  .guest-title h2 .arrow-icon {
    left: -28px;
  }
  .guest-title h1 {
    padding-bottom: 10px;
    margin: 0 auto 10px;
    font-size: 50px;
  }
  .guest-title h1::after {
    height: 1px;
  }
  .guest-title h2 {
    font-size: 20px;
  }
  .arrow-icon {
    width: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .guest-title {
    padding: 30px 0 60px;
  }
  .guest-title h2 .arrow-icon {
    left: -28px;
  }
  .guest-title h1 {
    padding-bottom: 10px;
    margin: 0 auto 10px;
    font-size: 50px;
  }
  .guest-title h1::after {
    height: 1px;
  }
  .guest-title h2 {
    font-size: 20px;
  }
  .arrow-icon {
    width: 6px;
  }
}
/*
@media (min-width: 768px) and (max-width: 991.9px) {
  .guest-title {
    padding: 30px 0 60px;
  }
  .guest-title h2 .arrow-icon {
    left: -28px;
  }
  .guest-title h1 {
    padding-bottom: 10px;
    margin: 0 auto 10px;
    font-size: 45px;
  }
  .guest-title h1::after {
    height: 1px;
  }
  .guest-title h2 {
    font-size: 20px;
  }
  .arrow-icon {
    width: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .guest-title {
    padding: 30px 0 50px;
  }
  .guest-title h2 .arrow-icon {
    left: -28px;
  }
  .guest-title h1 {
    padding-bottom: 10px;
    margin: 0 auto 10px;
    font-size: 40px;
  }
  .guest-title h1::after {
    height: 1px;
  }
  .guest-title h2 {
    font-size: 18px;
  }
  .arrow-icon {
    width: 6px;
  }
}
@media screen and (max-width: 575.9px) {
  .guest-title {
    padding: 30px 0 50px;
  }
  .guest-title h2 .arrow-icon {
    left: -28px;
  }
  .guest-title h1 {
    padding-bottom: 10px;
    margin: 0 auto 10px;
    font-size: 30px;
  }
  .guest-title h1::after {
    height: 1px;
  }
  .guest-title h2 {
    font-size: 16px;
  }
  .arrow-icon {
    width: 6px;
  }
}
*/
/* ---------------------------------------- guest-side */
.guest-side {
  position: relative;
  height: 100%;
}
/* ------------------------------ guest-nav */
.guest-nav li:nth-child(1) a::after {
  background-color: #c92317;
}
.guest-nav li:nth-child(2) a::after {
  background-color: #c60e0e;
}
.guest-nav li:nth-child(3) a::after {
  background-color: #a61c1c;
}
.guest-nav li:nth-child(4) a::after {
  background-color: #862a2a;
}
.guest-nav li a.active::after {
  background-color: #464646;
}
/* -------------------- */
.guest-nav {
  margin-bottom: 0;
}
.guest-nav a {
  justify-content: space-between;
  text-decoration: none;
  align-items: center;
  position: relative;
  display: flex;
  line-height: 1;
  color: #fff;
}
.guest-nav a::after {
  position: absolute;
  content: "";
  width: 200%;
  bottom: 0;
  right: 0;
  top: 0;
}
/* -------------------- */
.guest-nav a span {
  position: relative;
  z-index: 3;
}
/* -------------------- */
.guest-nav a span.arrow-icon {
  transform: translateY(-50%);
  position: absolute;
  opacity: 0;
  right: 0;
  top: 50%;
}
.guest-nav a:hover span.arrow-icon,
.guest-nav a.active span.arrow-icon {
  right: 30px;
  opacity: 1;
}
/* -------------------- */
.guest-nav a span.arrow-icon .svg-fill {
  fill: #fff;
}
/* ------------------------------ guest-info */
.guest-info {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}
.guest-info li:last-child {
  padding-top: 25px;
}
/* ------------------------------ guest-right */
.guest-right {
  background-color: #f1f1f1;
  position: relative;
}
.guest-right::after {
  background-color: #f1f1f1;
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 99%;
  top: 0;
}

@media screen and (min-width: 1920px) {
  .guest-left {
    width: 380px;
  }
  .guest-nav {
    margin: 0 0 60px;
  }
  .guest-nav a {
    padding: 25px 25px 25px 0;
    font-size: 14px;
  }
  .guest-info {
    margin: 0 0 60px;
    font-size: 12px;
  }
  .guest-right {
    padding: 45px 0 45px 45px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.9px) {
  .guest-left {
    width: 350px;
  }
  .guest-nav {
    margin: 0 0 60px;
  }
  .guest-nav a {
    padding: 20px 20px 20px 0;
    font-size: 12px;
  }
  .guest-info {
    margin: 0 0 60px;
    font-size: 10px;
  }
  .guest-right {
    padding: 40px 0 40px 40px;
  }
}
@media screen and (max-width: 1439.9px) {
  .guest-nav a {
    padding: 20px 20px 20px 0;
    font-size: 12px;
  }
  .guest-info {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1439.9px) {
  .guest-nav {
    margin: 0 0 60px;
  }
  .guest-info {
    margin: 0 0 60px;
  }
  .guest-right {
    padding: 35px 0 35px 35px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.9px) {
  .guest-left {
    width: 320px;
  }
}
@media (min-width: 992px) and (max-width: 1199.9px) {
  .guest-left {
    width: 290px;
  }
  .guest-nav {
    margin: 0 0 50px;
  }
  .guest-info {
    margin: 0 0 50px;
  }
}
/*
@media (min-width: 768px) and (max-width: 991.9px) {
  .guest-left {
    width: 260px;
  }
  .guest-nav {
    margin: 0 0 50px;
  }
  .guest-info {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .guest-nav {
    margin: 0 -15px 0 0;
  }
  .guest-info {
    margin: 0 0 50px;
  }
  .guest-info li:last-child {
    padding-top: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.9px) {
  .guest-right {
    padding: 25px 0 25px 25px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 575.9px) {
  .guest-right {
    padding: 15px 0 15px 15px;
    margin-left: -15px;
  }
}
*/
/* CONTENT END */

.btn-site{
    background-color: rgb(0, 0, 0);
    height: 40px;
     border: 1px solid #f11a28;
    width: 100%;
    border-radius: 8px;
    font-size: 12px;
    color: #ffffff;
    line-height: normal;
}
.btn-site:hover{
    background: #f11a28;
}


/* FOOTER */
#gp-footer {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #4b555d;
  font-weight: 400;
  background-color: #0c2430;
}
#gp-footer .href-footer{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
    padding-bottom: 70px;
}
#gp-footer .href-footer a{
    font-size: 14px;
}
#gp-footer .href-footer span{
    color: #f11a28;
}    
#gp-footer .footer-copyright{
    color: #707d87;
    font-size: 13px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
#gp-footer .footer-copyright a{
    margin-left: 45px;
}

/* FOOTER END */


  .gp-head .gp-navbar {
    flex-direction: row;
    align-items: center;
    display: flex;
  }
  .gp-head .gp-navbar li:first-child::after {
    background: url(/assets/image/temp/guest/arrow-upd-dark.svg) center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    position: absolute;
    margin-top: -2px;
    content: "";
    top: 50%;
    left: 0;
  }
  
  .gp-navbar li {
    padding: 0 15px;
  }
  .gp-navbar li::after {
    height: 6px;
    width: 6px;
  }
  
  .gp-head .logo {
    margin-right: 40px;
  }
  .gp-head .logo .logo-icon {
    margin-right: 12px;
    height: 36px;
  }
  .gp-head .logo .logo-text {
    font-size: 21px;
  }
  .gp-head .logo .logo-text .title sub {
    font-size: 0.7em;
  }
  .gp-head .logo .logo-text .subtitle {
    font-size: 8px;
  }