.clear::after {
  content: "";
  display: block;
  clear: both;
}

.inner {
  width: 1200px;
  margin: auto;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

button:focus {
  outline: none;
  padding: 0;
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  margin-top: 50px;
  padding: 15px 20px 12px 20px;
  background: #fff;
  color: #1749bf;
  border-radius: 50px;
}

.btn .btn_title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.btn i {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 5px;
}

.btn:hover .btn_bg {
  right: -10px;
  width: 150px;
  height: 50px;
}

#cursor {
  width: 80px;
  height: 80px;
  background: #ffc82c;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  border-radius: 50%;
  mix-blend-mode: difference;
  will-change: transform;
}
