* {
  font-family: "Titillium Web", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Titillium Web", sans-serif;
  color: #0F1111;
  height: 100%;
}
a {
  color: #0F1111;
}
.content {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 50px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .content {
    height: auto;
    padding: 20px;
    position: relative;
  }
}
.content__wrapper {
  background: #F9F9F9;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3% 7%;
}
.content__wrapper::after {
  background: url("../img/img1.png") no-repeat center center;
  background-size: contain;
  width: 756px;
  height: 690px;
  content: "";
  position: absolute;
  right: 5%;
  bottom: 15%;
}
@media (max-width: 1919px) {
  .content__wrapper::after {
    right: 3%;
    bottom: 8%;
  }
}
@media (max-width: 1600px) {
  .content__wrapper::after {
    width: 40%;
    height: 60%;
  }
}
@media (max-width: 1199px) {
  .content__wrapper::after {
    width: 90%;
    height: 300px;
    bottom: 30px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .content__wrapper {
    height: auto;
    display: block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 30px 30px 350px 30px;
  }
}
.content__wrapper .page-title {
  font-size: 96px;
  line-height: 110px;
  font-weight: 200;
}
@media (max-width: 2200px) {
  .content__wrapper .page-title {
    font-size: 86px;
    line-height: 90px;
  }
}
@media (max-width: 1919px) {
  .content__wrapper .page-title {
    font-size: 76px;
    line-height: 85px;
  }
}
@media (max-width: 1600px) {
  .content__wrapper .page-title {
    font-size: 60px;
    line-height: 67px;
  }
}
@media (max-width: 1199px) {
  .content__wrapper .page-title {
    font-size: 30px;
    line-height: 34px;
    text-align: Center;
  }
}
.content__wrapper .page-title b {
  font-weight: 700;
}
.content__wrapper .page-title span {
  font-weight: 500;
  display: block;
}
.content__wrapper .page-long {
  font-size: 24px;
  line-height: 34px;
  font-weight: 200;
  max-width: 55%;
  height: 280px;
  display: flex;
  align-items: center;
}
@media (max-width: 2200px) {
  .content__wrapper .page-long {
    height: 280px;
  }
}
@media (max-width: 1600px) {
  .content__wrapper .page-long {
    height: 230px;
  }
}
@media (max-width: 1199px) {
  .content__wrapper .page-long {
    height: auto;
    padding: 40px 0;
    text-align: Center;
  }
}
.content__wrapper .page-long__wrapper {
  width: 100%;
}
@media (max-width: 1600px) {
  .content__wrapper .page-long {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .content__wrapper .page-long {
    max-width: 100%;
    font-size: 17px;
    line-height: 24px;
  }
}
.content__wrapper .page-long p {
  margin: 0;
  padding: 0;
}
.content__wrapper .page-long p + p {
  margin-top: 15px;
}
.content__wrapper .page-form {
  position: Relative;
  max-width: 450px;
}
@media (max-width: 1199px) {
  .content__wrapper .page-form {
    margin: 0 auto;
    width: 100%;
    text-align: Center;
  }
}
.content__wrapper .page-form a {
  height: 60px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-right: 6px;
  background: #8EC4A5;
  color: #fff;
  line-height: 60px;
  padding: 0 20px;
  font-size: 20px;
  border: none;
  z-index: 2;
  cursor: pointer;
  outline: none;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .content__wrapper .page-form a {
    font-size: 16px;
  }
}
.content__wrapper .page-form a:hover {
  background: #74a78a;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.content__wrapper .page-copyright .logo {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .content__wrapper .page-copyright .logo {
    margin-top: 20px;
    text-align: Center;
  }
}
.content__wrapper .page-copyright .logo img {
  display: block;
  max-width: 150px;
}
@media (max-width: 1199px) {
  .content__wrapper .page-copyright .logo img {
    margin: 0 auto;
  }
}
.content__wrapper .page-copyright .copyright {
  margin-top: 20px;
  font-size: 16px;
  max-width: 450px;
}
.content__wrapper .page-copyright .copyright a {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .content__wrapper .page-copyright .copyright {
    max-width: 100%;
    text-align: Center;
  }
}
.content__inner {
  width: 100%;
  position: Relative;
}
.content__inner::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 334px;
  background: url("../img/down-arrow.svg") no-repeat center center;
  background-size: contain;
  top: 190px;
  left: -80px;
}
@media (max-width: 2200px) {
  .content__inner::after {
    top: 150px;
    left: -80px;
  }
}
@media (max-width: 1919px) {
  .content__inner::after {
    top: 150px;
    left: -80px;
  }
}
@media (max-width: 1600px) {
  .content__inner::after {
    top: 80px;
    left: -80px;
  }
}
@media (max-width: 1199px) {
  .content__inner::after {
    display: none;
  }
}
