/*######################GENERIC########################*/
.sc[data-bg="1"] { background: #ffffff; }
.sc[data-bg="2"] { background: #f7f7f7; }
.sc[data-bg="3"] { background: #0096dc; }

/*########################EMP##########################*/
.sc[data-sc="emp"] {  
  font-size: 0;
  max-width: 1170px !important;
  padding: 0 10px;
}
.sc[data-sc="emp"] > div:not(.line40) {  
  display: inline-block;
  vertical-align: top;
  width: 162.84px; /*14.285%;*/
  box-sizing: border-box;
  padding: 10px;
  /*background: #fff;*/
}
.sc[data-sc="emp"] > div:not(.line40) > div {  
  width: 100%;
  height: 0;
  padding-top: 75%;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.sc[data-sc="emp"] > div:not(.line40) > div[data-s="1"] { background: rgba(0,150,220,0.4); }
.sc[data-sc="emp"] > div:not(.line40) > div[data-s="2"] {
	background-color: #ccc;
    cursor: pointer;
    background-image: url(triangle.png);
    background-repeat: no-repeat;
    background-position: top 7px right 7px;
    background-size: 14%;
}
.sc[data-sc="emp"] > div:not(.line40) > div > div {  
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-weight: 500;
}
@media screen and (min-width: 0px) and (max-width: 532px) {
  .sc[data-sc="emp"] > div:not(.line40) {  
    width: 50%;
  }
}

/*########################TOP5#########################*/
.sc[data-sc="top5"] > div {  
  margin: 54px 0 7px 0;
}
.sc[data-sc="top5"] > div > div {  
  color: #fff;
  font-size: 0px;
  display: inline-block;
  vertical-align: top;
  margin: 0; /*//margin: 0 0 13px 0;*/
}
.sc[data-sc="top5"] > div > div > a,
.sc[data-sc="top5"] > div > div > a:hover,
.sc[data-sc="top5"] > div > div > a:active,
.sc[data-sc="top5"] > div > div > a:visited {  
  color: #fff;
  font-size: 0px;
}
.sc[data-sc="top5"] > div > div > a > div {  
  display: inline-block;
  vertical-align: top;
}
.sc[data-sc="top5"] > div > div > a > div:nth-child(1) {  
  font-size: 24px;
  line-height: 22px;
  width: 18px;
}
.sc[data-sc="top5"] > div > div > a > div:nth-child(2) {  
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px);
}
@media screen and (min-width: 0px) and (max-width: 485px) {
  .c2 .btn.w {  
    text-align: center;
  }
  .sc[data-sc="top5"] {  
    margin: 0 0 10px 0;
  }
}

/*#######################TOP5G#########################*/
.sc[data-sc="top5g"] > div { 
  max-width: 1120px;
  margin: 0 auto;
}
.sc[data-sc="top5g"] > div > hr {  
  clear: both;
  width: 100%;
  height: 0;
  margin: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}
.sc[data-sc="top5g"] > div > div[data-v] {  
  padding: 0 5px;
  overflow: hidden;
}
.sc[data-sc="top5g"] > div > div[data-v] > div:nth-child(1) {  
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 13px 30px 13px 30px;
  font-weight: 700;
  width: 100%;
  cursor: pointer;
  color: #000;
}
.sc[data-sc="top5g"] > div > div[data-v] > div:nth-child(1):hover {  
  color: rgba(0,150,220,1);
}
.sc[data-sc="top5g"] > div > div[data-v] > div:nth-child(1):before {  
  margin-top: -0.6rem;
  width: 10px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: auto;
  content: '';
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  left: 5px;
  transition: transform 400ms ease;
  transform: rotate(0deg);
  background-image: url(/application/blocks/gofast_accordion/img/accordion-arrow_k.svg);
}
.sc[data-sc="top5g"] > div > div[data-v] > div:nth-child(1):hover:before {  
  background-image: url(/application/blocks/gofast_accordion/img/accordion-arrow_b.svg);
}
.sc[data-sc="top5g"] > div > div[data-v="1"] > div:nth-child(1):before {  
  transform: rotate(90deg);
}
.sc[data-sc="top5g"] > div > div[data-v] > div:nth-child(2) {  
  -webkit-transition: max-height 0.4s ease;
  -moz-transition: max-height 0.4s ease;
  -o-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  max-height: 0px;
}
.sc[data-sc="top5g"] > div > div[data-v] > div:nth-child(2) > p {  
  padding: 0 10px 20px 10px;
  margin: 0;
  display: block;
  font-size: 16px;
  line-height: 27px;
}