/* Fonts */
@font-face {
  font-family: "AGaramondPro Regular";
  src: url(../fonts/AGaramondPro-Regular.woff);
  font-display: swap;
}
@font-face {
  font-family: "AGaramondPro Bold";
  src: url(../fonts/AGaramondPro-Bold.woff);
  font-display: swap;
}
@font-face {
  font-family: "SignikaLight";
  src: url(../fonts/Signika-Light.ttf) format("TrueType");
  font-display: swap;
}
@font-face {
  font-family: "SignikaSemiBold";
  src: url(../fonts/Signika-SemiBold.ttf) format("TrueType");
  font-display: swap;
}

/* Konstant */

html {
  font-size: 62.5%;  
  -webkit-text-size-adjust: 100%;
}

p {
  font-size: 2rem;
  font-family: "SignikaLight", sans-serif;
  line-height: 130%;
  margin: 0;
  padding-bottom: 1.7rem;
}

body {
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  background: #fff;
  line-height: 138%;
  font-family: "SignikaLight", sans-serif;
  overflow-x: hidden;
}

.bodyWrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  z-index: -2;
}

.contentWrapper {
  width: 100%;
  padding: 0;
  max-width: 76rem;
  outline: 1px solid #999;
  position: relative;
  display: block;
  overflow: hidden;
}

header {
  position: relative;
}

header img {
  display: block;
  width: 100%;
  height: auto;
}

header .copyRight {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 53px 5px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 12px;
  background: rgba(55, 54, 50, 0.5);
}

.box {
  padding: 0;
}

strong {
  font-family: "SignikaSemiBold", sans-serif;
  font-weight: bold;
}

.noMg {
  padding: 0 !important;
  margin: 0 !important;
}

h1,
h2,
h3,
h4 {
  font-weight: bold;
  font-family: "SignikaSemiBold", sans-serif;
}

h1 {
  font-size: 4rem;
  line-height: 4.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1 span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-family: "SignikaLight", sans-serif;
  margin-top: 5px;
}

h2,
h3 {
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0;
  margin-top: -2px !important;
}

h4 {
  font-size: 1.6rem;
  line-height: 2.3rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}

.content {
  padding: 3rem 3rem 0.75rem;
}

footer {
  display: block;
  position: relative;
  border-bottom: 2rem solid #a92d37;
  width: 100%;
  float: right;
}

.box {
  padding-bottom: 2.25rem;
}
.box > *:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.intro {
  color: #000;
  padding-bottom: 1.25rem;
}

/* End Konstant */

/* Style */

a {
  color: #a92d37;
  text-decoration: none;
  position: relative;
  display: inline;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-weight: normal;
}
a:hover {
  color: #a92d37;
}
a.btn {
  padding: 10px 30px !important;
  background: #000;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
}

ul {
  margin-left: 15px;
  margin-top: 0;
  padding-top: 0;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
  list-style: none;
}
ul li {
  position: relative;
  font-size: 2rem;
  line-height: 130%;
}

ul li::before {
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  margin-left: -15px;
  display: block;
}
ul li:last-child {
  margin-bottom: 0px;
}

ul ul li {
  margin-left: 0px;
}
ul ul li::before {
  content: "";
  background: #000;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 0;
  margin-left: -15px;
}

.contentBox {
  padding: 0 1rem 3rem;
}

/* End Style */

/* Responsive */

@media all and (-ms-high-contrast: none) {
  ul {
    margin-left: -23px;
  }
}

@media screen and (max-width: 560px) {
  header {
    margin-bottom: 3rem;
  }

  header img {
    width: 100%;
  }

  .bodyWrapper {
    padding: 0;
  }

  .content {
    padding: 0 3rem;
  }
  h1 {
    font-size: 3rem;
    line-height: 125%;
  }

  footer {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0;
  }
}

/* End Responsive */
.noWrap {
  white-space: pre;
  word-break: keep-all;
}