﻿/* common border radius */
/* disable text selection */
section.gt-block.tools-list article.tool {
  margin: 0 0 3rem 0;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  background: #F8F8F8;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}
section.gt-block.tools-list article.tool .tool-content {
  max-height: 99999px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.tools-list article.tool .tool-content:after {
  content: " ";
  width: 100%;
  height: 0px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
  background: linear-gradient(to top, #f8f8f8 0%, rgba(248, 248, 248, 0) 100%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
section.gt-block.tools-list article.tool:not(.opened) .tool-content {
  max-height: 8rem;
}
section.gt-block.tools-list article.tool:not(.opened) .tool-content:after {
  height: 6rem;
  opacity: 1;
}
section.gt-block.tools-list article.tool .tool-more-less {
  padding: 2rem;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
  color: #707070;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
section.gt-block.tools-list article.tool .tool-more-less span {
  padding: 0 3.4rem 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.tools-list article.tool .tool-more-less span:after {
  content: " ";
  width: 1.5rem;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.481' height='8.242' viewBox='0 0 14.481 8.242'%3E%3Cpath d='M12.481,6.242,6.24,0,0,6.242' transform='translate(13.481 7.242) rotate(180)' fill='%23fff'/%3E%3Cpath d='M12.481,7.242a1,1,0,0,1-.707-.293L6.24,1.414.707,6.949a1,1,0,0,1-1.414,0,1,1,0,0,1,0-1.414L5.533-.707A1,1,0,0,1,6.24-1a1,1,0,0,1,.707.293l6.24,6.242a1,1,0,0,1-.707,1.707Z' transform='translate(13.481 7.242) rotate(180)' fill='%23707070'/%3E%3C/svg%3E");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.tools-list article.tool.opened .tool-more-less span:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
section.gt-block.tools-list article.tool .tool-top {
  display: flex;
}
section.gt-block.tools-list article.tool .tool-top .title {
  padding: 2rem 2rem 0 5rem;
  flex-grow: 1;
}
section.gt-block.tools-list article.tool .tool-top .title h1,
section.gt-block.tools-list article.tool .tool-top .title h2 {
  padding: 0.2rem 0;
  margin: 0 0 2rem 0;
  display: inline-block;
  vertical-align: top;
  color: #898989;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: -0.02em;
}
section.gt-block.tools-list article.tool .tool-top .title .web-section-btn {
  margin: 0 3rem 2rem 0;
}
section.gt-block.tools-list article.tool .tool-top .categories {
  padding: 1rem 5rem;
  -webkit-border-radius: 4rem 4rem 0 0;
  -moz-border-radius: 4rem 4rem 0 0;
  border-radius: 4rem 4rem 0 0;
  background: white;
  -webkit-box-shadow: 0 0 0 2px #f7f7f7 inset;
  -moz-box-shadow: 0 0 0 2px #f7f7f7 inset;
  box-shadow: 0 0 0 2px #f7f7f7 inset;
  white-space: nowrap;
}
section.gt-block.tools-list article.tool .tool-top .categories strong {
  padding: 1rem 2rem 1rem 0;
  display: inline-block;
  vertical-align: top;
  color: #1A2428;
  font-size: 1.5rem;
  line-height: 3.4rem;
  font-weight: bold;
}
section.gt-block.tools-list article.tool .tool-top .categories ul {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.tools-list article.tool .tool-top .categories ul li {
  padding: 1rem 0 1rem 1rem;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.tools-list article.tool .tool-top .categories ul li a {
  padding: 0.9rem 1.8rem;
  display: inline-block;
  vertical-align: top;
  background: #E5E5E5;
  -webkit-border-radius: 1.2rem;
  -moz-border-radius: 1.2rem;
  border-radius: 1.2rem;
  color: #9f9f9f;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.tools-list article.tool .tool-top .categories ul li a:hover {
  background: #D60E01;
  color: white;
}
@media screen and (max-width: 1100px) {
  section.gt-block.tools-list article.tool .tool-top {
    display: block;
  }
  section.gt-block.tools-list article.tool .tool-top .categories {
    white-space: normal;
  }
}
@media screen and (max-width: 1000px) {
  section.gt-block.tools-list article.tool .tool-top .title {
    padding: 2rem 2rem 0 4rem;
  }
  section.gt-block.tools-list article.tool .tool-top .categories {
    padding: 1rem 4rem;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool .tool-top .title {
    padding: 2rem 2rem 0 2rem;
  }
  section.gt-block.tools-list article.tool .tool-top .title .web-section-btn {
    margin-right: 0;
    display: block;
  }
  section.gt-block.tools-list article.tool .tool-top .title h1,
  section.gt-block.tools-list article.tool .tool-top .title h2 {
    display: block;
    text-align: center;
  }
  section.gt-block.tools-list article.tool .tool-top .categories {
    padding: 1rem 2rem;
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    border-radius: 2rem 2rem 0 0;
    text-align: center;
  }
  section.gt-block.tools-list article.tool .tool-top .categories strong {
    display: none;
  }
  section.gt-block.tools-list article.tool .tool-top .categories ul li {
    padding: 0.5rem;
  }
}
section.gt-block.tools-list article.tool .tool-gallery {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 0 0 4rem 4rem;
  -moz-border-radius: 0 0 4rem 4rem;
  border-radius: 0 0 4rem 4rem;
}
section.gt-block.tools-list article.tool .tool-gallery .share-line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
section.gt-block.tools-list article.tool .tool-gallery .images {
  position: relative;
  z-index: 1;
}
section.gt-block.tools-list article.tool .tool-gallery .images .list:not(.slick-initialized) > div {
  display: none;
}
section.gt-block.tools-list article.tool .tool-gallery .images .list:not(.slick-initialized) > div:first-of-type {
  display: block;
}
section.gt-block.tools-list article.tool .tool-gallery .images .image {
  padding: 56.25% 0 0 0;
  position: relative;
}
section.gt-block.tools-list article.tool .tool-gallery .images .image .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
section.gt-block.tools-list article.tool .tool-gallery .share-line {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
section.gt-block.tools-list article.tool .tool-gallery .arrow-btn {
  margin-top: -3rem;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-box-shadow: 0 0 0 1px white inset;
  -moz-box-shadow: 0 0 0 1px white inset;
  box-shadow: 0 0 0 1px white inset;
}
section.gt-block.tools-list article.tool .tool-gallery .arrow-btn--prev {
  left: 3rem;
}
section.gt-block.tools-list article.tool .tool-gallery .arrow-btn--next {
  right: 3rem;
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool .tool-gallery .arrow-btn {
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    background-size: 1.1rem auto;
  }
  section.gt-block.tools-list article.tool .tool-gallery .arrow-btn--prev {
    left: 1rem;
  }
  section.gt-block.tools-list article.tool .tool-gallery .arrow-btn--next {
    right: 1rem;
  }
}
section.gt-block.tools-list article.tool .tool-gallery .slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3rem;
  text-align: center;
  line-height: 1.8rem;
}
section.gt-block.tools-list article.tool .tool-gallery .slick-dots li {
  padding: 0rem 0.7rem;
  display: inline-block;
  vertical-align: top;
}
section.gt-block.tools-list article.tool .tool-gallery .slick-dots li button {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  overflow: hidden;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FD7D23;
  -webkit-box-shadow: 0 0 0 1px white inset;
  -moz-box-shadow: 0 0 0 1px white inset;
  box-shadow: 0 0 0 1px white inset;
  white-space: nowrap;
  text-indent: 400px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
  cursor: pointer;
}
section.gt-block.tools-list article.tool .tool-gallery .slick-dots li.slick-active button {
  opacity: 1;
}
section.gt-block.tools-list article.tool .tool-gallery .slick-dots li:not(.slick-active) button:hover {
  opacity: 0.9;
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool .tool-gallery .slick-dots {
    bottom: 1rem;
  }
  section.gt-block.tools-list article.tool .tool-gallery .slick-dots li {
    padding: 0 0.4rem;
  }
  section.gt-block.tools-list article.tool .tool-gallery .slick-dots li button {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool .tool-gallery {
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
  }
}
section.gt-block.tools-list article.tool .tool-content .tool-text {
  padding: 2rem 5rem 1rem;
}
section.gt-block.tools-list article.tool .tool-content .tool-text h3 {
  padding-top: 2rem;
}
@media screen and (max-width: 1000px) {
  section.gt-block.tools-list article.tool .tool-content .tool-text {
    padding: 2rem 4rem 1rem;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool .tool-content .tool-text {
    padding: 2rem 2rem 1rem;
  }
}
section.gt-block.tools-list article.tool .tool-content .tool-kinds {
  padding: 3rem 0 0 0;
}
section.gt-block.tools-list article.tool .tool-content .tool-kinds h3 {
  margin: 0;
  padding: 3rem 5rem;
  background: #EFEFEF;
  -webkit-border-radius: 4rem 4rem 0 0;
  -moz-border-radius: 4rem 4rem 0 0;
  border-radius: 4rem 4rem 0 0;
  color: #1A2428;
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: bold;
}
section.gt-block.tools-list article.tool .tool-content .tool-kinds .item {
  position: relative;
}
section.gt-block.tools-list article.tool .tool-content .tool-kinds .item:nth-of-type(2n) {
  background: #EFEFEF;
}
section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .text {
  width: 55%;
  padding: 5rem 4rem 3rem 8rem;
}
section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .img {
  width: 45%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-border-radius: 4rem 0 0 4rem;
  -moz-border-radius: 4rem 0 0 4rem;
  border-radius: 4rem 0 0 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  section.gt-block.tools-list article.tool .tool-content .tool-kinds h3 {
    padding: 3rem 4rem;
  }
  section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .text {
    padding: 4rem 4rem 3rem;
  }
}
@media screen and (max-width: 760px) {
  section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .text {
    width: auto;
  }
  section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .img {
    width: 100%;
    height: 30rem;
    position: static;
    -webkit-border-radius: 4rem 4rem 0 0;
    -moz-border-radius: 4rem 4rem 0 0;
    border-radius: 4rem 4rem 0 0;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.tools-list article.tool .tool-content .tool-kinds {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
  section.gt-block.tools-list article.tool .tool-content .tool-kinds h3 {
    margin: 0;
    padding: 2rem;
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    border-radius: 2rem 2rem 0 0;
  }
  section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .text {
    padding: 2rem 2rem 0.6rem;
  }
  section.gt-block.tools-list article.tool .tool-content .tool-kinds .item .img {
    -webkit-border-radius: 2rem 2rem 0 0;
    -moz-border-radius: 2rem 2rem 0 0;
    border-radius: 2rem 2rem 0 0;
  }
}
section.gt-block.tools-list article.tool .tool-content .tool-store-banner {
  width: auto;
  margin: 3rem 2rem 2rem 2rem;
  position: relative;
  -webkit-box-shadow: 0 -0.1rem 0.6rem rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -0.1rem 0.6rem rgba(0, 0, 0, 0.16);
  box-shadow: 0 -0.1rem 0.6rem rgba(0, 0, 0, 0.16);
}