/* 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;
}
.row-in-center {
  display: flex;
  align-items: center;
}
.no-scroll {
  overflow: hidden !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.no-bg {
  background-color: transparent !important;
}
/* 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;
}
/* Bootstrap Five Column Customize */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1229px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* Bootstrap Seven Column Customize */
.seven-cols .col-xs-1,
.seven-cols .col-sm-1,
.seven-cols .col-md-1,
.seven-cols .col-lg-1 {
  width: 14.28571429%;
  *width: 14.28571429%;
}
/*# sourceMappingURL=general.css.map */