body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  display: block;
  margin: 2px auto 10px;
  padding-top: 40px;
  font-family:'Varela Round', sans-serif;
  color: white;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  text-align: center;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  padding-right: 43px;
  padding-left: 43px;
  font-family:'Varela Round', sans-serif;
  color: white;
  text-align: center;
}
.button {
  display: inline-block;
  width: 350px;
  padding: 4px 15px;
  background-color: #ffcc24;
  color: white;
  text-align: center;
  text-decoration: none;
}
.center {
  display: block;
  margin: 12px auto 36px;
}
.center.middle {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  text-align: center;
}
.center.koyu {
  width: 450px;
  height: 60px;
  margin-bottom: 39px;
  padding-top: 19px;
  border-radius: 12px;
  background-color: #525252;
  font-family:'Varela Round', sans-serif;
  font-size: 17px;
}
.center.koyu:hover {
  background-color: #383838;
}
.center.imaj {
  margin-bottom: -2px;
  padding-top: 27px;
}
.title {
  margin-top: 43px;
  padding-bottom: 32px;
  font-family:'Varela Round', sans-serif;
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}
.box {
  display: block;
  width: 350px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}
.call {
  height: 400px;
  margin-top: 26px;
  margin-bottom: 78px;
  background-color: #8f77fc;
}
.footer {
  display: block;
  margin-top: 204px;
}
.sari {
  padding-bottom: 10px;
  background-color: #ffcf30;
}
html.w-mod-js *[data-ix="soldan"] {
  opacity: 0;
  -webkit-transform: translate(71px, 0px);
  -ms-transform: translate(71px, 0px);
  transform: translate(71px, 0px);
}
html.w-mod-js *[data-ix="sagdan"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}
html.w-mod-js *[data-ix="alttan"] {
  opacity: 0;
  -webkit-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  transform: translate(0px, 200px);
}
@media (max-width: 479px) {
  .center {
    width: 260px;
  }
  .center.koyu {
    width: 250px;
  }
  .center.slight {
    width: 160px;
    text-align: center;
  }
  .center.mid {
    width: 89px;
  }
  .title {
    line-height: 41px;
  }
  .box {
    width: 260px;
  }
  .call {
    height: 688px;
  }
}