﻿/* common border radius */
/* disable text selection */
section.gt-block.save-article {
  padding: 3.6rem 4.4rem;
  background: #F8F8F8;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
section.gt-block.save-article h2 {
  padding: 0 24rem 0 0;
  margin: 0 0 3rem 0;
  color: #707070;
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.save-article h2 strong {
  color: #AC9FEE;
}
section.gt-block.save-article a.read-more-btn {
  position: absolute;
  right: 10rem;
  top: 4rem;
}
section.gt-block.save-article a.close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 4.4rem;
  top: 4rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.3rem auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.15' height='13.148' viewBox='0 0 13.15 13.148'%3E%3Cg transform='translate(-1150.743 -3603.258)'%3E%3Cpath d='M-3552.437-19205.924a1,1,0,0,1-.707-.293l-11.15-11.148a1,1,0,0,1,0-1.414,1,1,0,0,1,1.414,0l11.15,11.148a1,1,0,0,1,0,1.414A1,1,0,0,1-3552.437-19205.924Z' transform='translate(4715.33 22822.33)' fill='%231a2428'/%3E%3Cpath d='M-3563.587-19205.924a1,1,0,0,1-.707-.293,1,1,0,0,1,0-1.414l11.15-11.148a1,1,0,0,1,1.414,0,1,1,0,0,1,0,1.414l-11.15,11.148A1,1,0,0,1-3563.587-19205.924Z' transform='translate(4715.33 22822.33)' fill='%231a2428'/%3E%3C/g%3E%3C/svg%3E%0A");
  -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.save-article a.close:hover {
  background-color: white;
}
section.gt-block.save-article .info {
  margin: 0 -2rem;
  pointer-events: none;
  text-align: center;
}
section.gt-block.save-article .info span {
  padding: 0 1.4rem;
  display: inline-block;
  vertical-align: top;
  color: #1A2428;
  font-size: 1.2rem;
  line-height: 4.4rem;
  font-weight: bold;
  white-space: nowrap;
}
section.gt-block.save-article .info em {
  width: 2.8rem;
  height: 4.4rem;
  margin: 0 4rem;
  display: inline-block;
  vertical-align: top;
  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='28.961' height='50.991' viewBox='0 0 28.961 50.991'%3E%3Cpath d='M43.991,25.5a3.489,3.489,0,0,1-2.475-1.025L22,4.95,2.475,24.476a3.5,3.5,0,0,1-4.95,0,3.5,3.5,0,0,1,0-4.95l22-22a3.6,3.6,0,0,1,4.95,0l22,22A3.5,3.5,0,0,1,43.991,25.5Z' transform='translate(25.502 3.5) rotate(90)' fill='%23707070'/%3E%3C/svg%3E");
}
@media screen and (max-width: 1350px) {
  section.gt-block.save-article .info span {
    padding: 0 1rem;
  }
  section.gt-block.save-article .info em {
    margin: 0 2rem;
  }
}
@media screen and (max-width: 1260px) {
  section.gt-block.save-article .info span {
    padding: 0 1rem;
  }
  section.gt-block.save-article .info em {
    margin: 2rem 0;
    position: relative;
    left: 50%;
    display: block;
    -webkit-transform: rotate(90deg) translate(0%, 50%);
    -moz-transform: rotate(90deg) translate(0%, 50%);
    -o-transform: rotate(90deg) translate(0%, 50%);
    -ms-transform: rotate(90deg) translate(0%, 50%);
    transform: rotate(90deg) translate(0%, 50%);
  }
}
@media screen and (max-width: 750px) {
  section.gt-block.save-article h2 {
    padding-right: 3rem;
    margin: 0 0 1rem 0;
    font-size: 3rem;
    line-height: 4rem;
  }
  section.gt-block.save-article a.close {
    right: 2rem;
    top: 2rem;
  }
  section.gt-block.save-article a.read-more-btn {
    margin: 0 0 3rem 0;
    position: static;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.save-article {
    padding: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
  section.gt-block.save-article .info span {
    margin: 0.4rem 0;
  }
}