/* General */
.clearboth {
  clear: both;
}
.relative {
  position: relative;
}
.tooltip {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
a,
.btn,
button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.shower {
  display: block;
}
.hider {
  display: none;
}
/* Topic */
.topic h1,
.topic h2,
.topic h3,
.topic h4,
.topic h5,
.topic h6,
.topic p,
.topic ul,
.topic ol {
  margin-bottom: 20px;
  font-family: 'Gilroy Semibold', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #171721;
  letter-spacing: -0.04em;
}
.topic h1 a,
.topic h2 a,
.topic h3 a,
.topic h4 a,
.topic h5 a,
.topic h6 a,
.topic p a,
.topic ul a,
.topic ol a {
  color: #27274e;
  border-bottom: 1px dotted #ccc;
}
.topic h1 a:hover,
.topic h2 a:hover,
.topic h3 a:hover,
.topic h4 a:hover,
.topic h5 a:hover,
.topic h6 a:hover,
.topic p a:hover,
.topic ul a:hover,
.topic ol a:hover {
  opacity: 0.8;
}
.topic h1.h1-title,
.topic h1,
.topic h2,
.topic h3,
.topic h4,
.topic h5,
.topic h6 {
  font-family: 'Gilroy Extrabold', sans-serif;
  color: #171721;
}
.topic h1.h1-title,
.topic h1 {
  font-size: 28px;
  line-height: 32px;
}
.topic h1.h1-title.border-bottom,
.topic h1.border-bottom {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
}
.topic h2 {
  font-size: 26px;
  line-height: 30px;
}
.topic h3 {
  font-size: 24px;
  line-height: 28px;
}
.topic h4 {
  font-size: 22px;
  line-height: 26px;
}
.topic h5 {
  font-size: 20px;
  line-height: 24px;
}
.topic h6 {
  font-size: 18px;
  line-height: 22px;
}
.topic p {
  color: #2c2c2c;
}
.topic img.page-image {
  margin-bottom: 25px;
  width: 100%;
}
.topic ul {
  margin-left: 30px;
}
.topic ul li::before {
  content: '\e906';
  font-family: 'icon', sans-serif;
  margin-right: 10px;
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 8px;
}
.topic ul.type-2 {
  list-style: disc;
  margin-left: 20px;
}
.topic ul.type-2 li {
  font-size: 18px;
  line-height: 24px;
  padding: 8px 0;
  font-family: 'Gilroy Extrabold', sans-serif;
}
.topic ul.type-2 li:first-child {
  padding-top: 0;
}
.topic ul.type-2 li:last-child {
  padding-bottom: 0;
}
.topic ul.type-2 li:before {
  display: none;
}
.topic ol {
  margin-left: 45px;
  list-style-type: decimal;
}
.topic ol li::before {
  font-family: 'Icons', sans-serif;
  margin-right: 10px;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
}
@font-face {
  font-family: 'HeronSans';
  src: url('../fonts/HeronSans-Regular.woff2') format('woff2'), url('../fonts/HeronSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HeronSans';
  src: url('../fonts/HeronSans-Medium.woff2') format('woff2'), url('../fonts/HeronSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*# sourceMappingURL=general.css.map */