.custom-container {
  padding-left: 24px;
  padding-right: 25px;
}

.header::after {
  content: "";
  position: absolute;
  top: -440px;
  width: 100%;
  height: 100%;
  background-color: #b9f0ec;
  -webkit-transform: skewY(-33deg);
          transform: skewY(-33deg);
  z-index: -1;
}

.header .header-top {
  padding-top: 60px;
}

.header .header-top a {
  width: 138px;
  height: 60px;
}

.header .header-top .add-to-chrome {
  display: none;
}

.header .header-top img {
  width: 180px;
  height: auto;
}

.header .header-bottom {
  margin-top: 68px;
}

.header .header-bottom .title {
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.header .header-bottom .title sup {
  font-size: 30px;
  left: -22px;
  top: -20px;
}

.header .header-bottom .sub-title {
  margin-top: -10px;
  margin-bottom: 9.6px;
  height: 100px;
  color: white;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.header .header-bottom p {
  margin-top: 0;
  height: 123px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 24.96px;
}

.header .header-bottom .free-download {
  color: var(--pink-color);
  width: 100%;
}

.header .header-bottom .free-download div {
  height: 42px;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
  border-radius: 5px;
  border: solid 2px var(--pink-color);
}

.header .header-bottom .hero-img {
  right: 10px;
  margin-top: 64px;
  width: 600px;
  height: 539px;
}

.options {
  margin-top: 64px;
}

.options .icon {
  margin-right: 14px;
}

.options .title {
  height: 30px;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: 1.38px;
}

.options .text {
  margin-left: 63px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}

.bdd-testing {
  margin-top: 41px;
}

.bdd-testing .col-left {
  left: -76px;
  margin-bottom: 47px;
}

.bdd-testing .col-left img {
  width: 529.52px;
  height: 402px;
}

.bdd-testing .col-right .title {
  font-size: 40px;
  line-height: 50px;
}

.bdd-testing .col-right .text {
  margin-top: 27px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.itms-recorder {
  margin-top: 74px;
  margin-bottom: 60px;
}

.itms-recorder .new {
  color: #b9f0ec;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-shadow: 0 -3px #fff;
}

.itms-recorder .title {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 50px;
}

.itms-recorder .text {
  margin-top: 30px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--secondary-font), sans-serif;
}

.itms-recorder .add-to-chrome {
  display: none;
}

.itms-recorder .add-to-chrome div {
  background-color: #1973e8;
  width: 168px;
  height: 42px;
  cursor: pointer;
  border-radius: 5px;
  color: white;
  padding: 13px 36px;
  font-size: 14px;
}

.itms-recorder .col-right {
  position: relative;
  right: 126px;
}

.itms-recorder .col-right img {
  width: 596px;
  height: 515px;
}

.popper {
  margin-top: 50px;
  height: 340px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 365px;
  padding: 36px 22px 49px;
  background-color: #b9f0ec;
  border-radius: 10px;
  z-index: 999;
}

.popper .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
}

.popper .text {
  margin-top: 19px;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.popper .download-now {
  color: var(--pink-color);
  height: 42px;
  font-size: 16px;
  line-height: 30px;
  padding: 5px 0;
  border-radius: 5px;
  border: solid 2px var(--pink-color);
}

.footer {
  padding-bottom: 42px;
  height: 600px;
  width: 100%;
}

.footer::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 125px;
  bottom: 0;
  background-color: var(--main-color);
  width: 100%;
  height: 100%;
  -webkit-transform: skewY(20deg);
          transform: skewY(20deg);
  z-index: -1;
}

.footer .footer-wrapper {
  position: relative;
  top: 420px;
}

.footer .footer-wrapper .copyright {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}

.footer .footer-wrapper .copyright .rest span {
  color: var(--pink-color);
}

.footer .footer-wrapper .copyright img {
  width: 20px;
  height: 20px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.footer .footer-wrapper .col-right {
  margin-top: 21.5px;
}

.footer .footer-wrapper .col-right .box-icon {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.footer .footer-wrapper .col-right .box-icon img {
  width: 24px;
  height: 24px;
}

.footer .footer-wrapper .col-right .email {
  margin-left: 0;
  background-color: #fff;
}

.footer .footer-wrapper .col-right .skype {
  background-color: #0078ca;
}

.footer .footer-wrapper .col-right .skype img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.hightlight {
  color: var(--pink-color);
  text-decoration: none;
}
/*# sourceMappingURL=custom-sm.css.map */