body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.qplus {
  font-family: "Inter", sans-serif;
  /* Buttons */
}
.qplus h1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .qplus h1 {
    font-weight: 400;
    font-size: 42px;
  }
}
.qplus h2 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 50px;
  line-height: 115%;
  margin: 0;
}
@media (max-width: 767px) {
  .qplus h2 {
    font-weight: 400;
    font-size: 40px;
  }
}
.qplus h3 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 115%;
  margin: 0;
}
.qplus p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  margin: 0;
}
.qplus .button {
  border-radius: 100px;
  padding: 0 26px;
  cursor: pointer;
  text-decoration: none !important;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.14);
  transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.qplus .button:hover, .qplus .button:focus {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.3);
}
.qplus .button.w-100 {
  width: 100%;
}
.qplus .button.button-active {
  background-color: #FF8C00;
  color: #ffffff;
  border-color: transparent;
}
.qplus .button.button-active:hover, .qplus .button.button-active:focus {
  background-color: #FF8200;
  color: #ffffff;
  border-color: transparent;
}
.qplus .button.button-active.shadow-z3 {
  box-shadow: 0px 12px 15px rgba(255, 140, 0, 0.16);
}
.qplus .button.button-active.active-shadow {
  box-shadow: 0px 8px 16px 0px rgba(255, 140, 0, 0.2);
}
.qplus .button.button-error {
  background-color: #D0021B;
  color: #ffffff;
  border-color: transparent;
}
.qplus .button.button-error:hover, .qplus .button.button-error:focus {
  background-color: #e61c41;
  color: #ffffff;
  border-color: transparent;
}
.qplus .button.button-default {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  color: #000000;
}
.qplus .button.button-sm {
  line-height: 38px;
  min-width: 132px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .qplus .button.button-sm {
    width: 100%;
    max-width: 290px;
  }
}
.qplus .button.button-xs {
  line-height: 36px;
  min-width: 100px;
  font-size: 14px;
}
.qplus .button.button-md {
  line-height: 52px;
  font-size: 16px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .qplus .button.button-md {
    width: 100%;
    max-width: 290px;
  }
}
.qplus .button.button-lg {
  line-height: 64px;
  font-size: 24px;
  min-width: 280px;
}
@media (max-width: 767px) {
  .qplus .button.button-lg {
    line-height: 48px;
    font-size: 20px;
    min-width: 100%;
    max-width: 290px;
  }
}
.qplus .header-block {
  background-color: #FF8C00;
  padding: 40px 0 80px 0;
  color: #ffffff;
}
.qplus .header-block p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
.qplus .header-block .content-block {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.qplus .header-block .content-block .header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.qplus .header-block .content-block .header a {
  display: block;
}
.qplus .header-block .content-block .header .language {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
}
.qplus .header-block .content-block .header .language a {
  font-weight: 400;
  text-decoration: none;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  margin-top: 1px;
  transition: all 120ms cubic-bezier(0.4, 0, 0.2, 1);
}
.qplus .header-block .content-block .header .language a:hover {
  border-bottom: 1px solid #fff;
}
.qplus .header-block .content-block .logo {
  width: 163px;
  height: 51px;
}
@media (max-width: 767px) {
  .qplus .header-block .content-block .logo {
    margin: 0 auto;
    display: block;
  }
}
.qplus .header-block .content-block .content-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .qplus .header-block .content-block .content-wrapper {
    flex-direction: column;
    gap: 100px;
  }
}
.qplus .header-block .content-block .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 55%;
}
@media (max-width: 767px) {
  .qplus .header-block .content-block .text {
    width: 100%;
    text-align: center;
  }
}
.qplus .header-block .content-block .text .button {
  margin-top: 10px;
}
.qplus .header-block .content-block .text p {
  max-width: 450px;
}
@media (max-width: 767px) {
  .qplus .header-block .content-block .text p {
    max-width: none;
  }
}
.qplus .header-block .content-block .top-block-img {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
@media (max-width: 767px) {
  .qplus .header-block .content-block .top-block-img {
    flex-direction: column;
  }
}
.qplus .body-block {
  background-color: #FEF2E6;
  padding: 120px 0;
  color: #2D3540;
  background-image: url("../images/promo/qplus/body-bg.svg");
  background-repeat: no-repeat;
  background-size: 890px;
  background-position: left 40px;
}
@media (max-width: 767px) {
  .qplus .body-block {
    background: rgb(245, 245, 245);
    background-image: none;
    padding: 0;
  }
}
.qplus .body-block .wrapper {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .qplus .body-block .wrapper {
    padding-top: 65px;
    padding-bottom: 0px;
    gap: 70px;
  }
}
.qplus .body-block .application {
  color: #ffffff;
  background-color: #B85FFF;
  border-radius: 30px;
  padding: 0 50px;
  display: flex;
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .qplus .body-block .application {
    flex-direction: column;
    padding: 0 40px;
    border-radius: 0;
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
}
.qplus .body-block .application .content-block {
  width: 66%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 20px 0;
  margin: auto 0;
}
@media (max-width: 767px) {
  .qplus .body-block .application .content-block {
    width: 100%;
    text-align: center;
    padding: 45px 0 0 0;
  }
}
.qplus .body-block .application .content-block .app-link {
  display: flex;
  gap: 15px;
  width: 100%;
  max-width: 595px;
}
@media (max-width: 767px) {
  .qplus .body-block .application .content-block .app-link {
    flex-direction: column;
    gap: 32px;
  }
}
.qplus .body-block .application .content-block .app-link .link {
  border-radius: 50px;
  border: 1px solid #ffffff;
  padding: 14px;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .qplus .body-block .application .content-block .app-link .link {
    width: 100%;
  }
}
.qplus .body-block .application .image {
  margin-top: 54px;
  max-width: 323px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.qplus .body-block .opportunities {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.qplus .body-block .opportunities .items {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .qplus .body-block .opportunities .items {
    flex-direction: column;
    gap: 40px;
  }
}
.qplus .body-block .opportunities .items .item {
  color: #2D3540;
  width: 30%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .qplus .body-block .opportunities .items .item {
    width: 100%;
  }
}
.qplus .body-block .opportunities .items .item .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 30px 30px 20px 30px;
}
.qplus .body-block .opportunities .items .item .image {
  width: 100%;
  margin-top: auto;
}
.qplus .body-block .opportunities .items .item .image img {
  width: 100%;
  display: block;
}
.qplus .body-block .opportunities .button {
  margin: 0 auto;
}
.qplus .footer-block {
  background-color: #2D3540;
  display: flex;
  flex-direction: column;
  padding: 120px 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .qplus .footer-block {
    padding: 72px 0 30px 0;
  }
}
.qplus .footer-block .content-block {
  display: flex;
  margin-top: 40px;
}
.qplus .footer-block .content-block .copyright {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .qplus .footer-block .content-block .copyright {
    flex-direction: column;
  }
}
.qplus .footer-block .content-block .copyright p {
  color: rgba(255, 255, 255, 0.4);
  max-width: 590px;
}
.qplus .footer-block .content-block .copyright .links {
  display: flex;
  margin: 0 auto;
  gap: 50px;
}
@media (max-width: 767px) {
  .qplus .footer-block .content-block .copyright .links {
    width: 100%;
    margin-top: 55px;
  }
}
.qplus .footer-block .content-block .copyright .links > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qplus .footer-block .content-block .copyright .links .suite-link {
  display: none;
}
@media (max-width: 767px) {
  .qplus .footer-block .content-block .copyright .links .suite-link {
    display: flex;
    align-items: flex-end;
    margin-top: auto;
  }
}
.qplus .footer-block .content-block .copyright .links a {
  color: #ffffff;
  text-decoration: none;
}
.qplus .footer-block .link {
  color: rgba(255, 255, 255, 0.5019607843);
  margin-top: 15px;
  display: inline-block;
  text-decoration: none;
}
@media (max-width: 767px) {
  .qplus .footer-block .link {
    display: none;
  }
}
.qplus .wrapper {
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}/*# sourceMappingURL=qplus.css.map */