/*===== VARIABLES CSS =====*/
:root {
  /*========== Colors ==========*/
  --green-color: #7fbe25;
  --white-color: #fff;
  --line-height-default: 1.6rem;
}

/*========== Layout ==========*/
* {
  font-family: "Nunito", sans-serif !important;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

h2,
h3,
h4 {
  font-weight: 600 !important;
  text-transform: lowercase !important;
}

p {
  text-transform: lowercase !important;
}

body {
  min-height: 100vh;
  background: rgb(224, 224, 224);
  background: -moz-linear-gradient(180deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 30%);
  background: -webkit-linear-gradient(180deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 30%);
  background: linear-gradient(180deg, rgba(224, 224, 224, 1) 0%, rgba(255, 255, 255, 1) 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0",endColorstr="#ffffff",GradientType=1);
  font-display: swap;
  margin: 0;
}

#mainWID {
  width: 100% !important;
  margin: 0 auto !important;
  line-height: var(--line-height-default);
}

.uk-modal-dialog {
  background: none !important;
}

.uk-close {
  color: #fff !important;
  top: 4px !important;
  right: 4px !important;
}

/*========== HEADER TOP ==========*/

#mainWID .headerTOP .headerTOP__img {
  position: relative !important;
}

#mainWID .headerTOP .headerTOP__img img {
  width: 100% !important;
}

#mainWID .headerTOP__info {
  width: 999px !important;
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f",endColorstr="#265253",GradientType=1);
  padding: 70px 50px 40px 50px !important;
  margin: -50px auto 0 auto !important;
  border-radius: 15px !important;
  color: var(--white-color) !important;
  text-align: center !important;
  font-size: 17px !important;
  position: relative;
  z-index: 99 !important;
}

#mainWID .headerTOP__info .headerTOP__info-flex {
  text-align: center !important;
}

#mainWID .headerTOP__info .headerTOP__info-flex .rewards {
  width: 100% !important;
  margin-top: -130px !important;
}

#mainWID .headerTOP .headerTOP__info h3 {
  margin-bottom: 0 !important;
  font-size: 24px !important;
  color: var(--white-color) !important;
}

#mainWID .headerTOP__footer {
  margin: 5px 0 !important;
}

#mainWID .headerTOP .headerTOP__info h4 {
  margin-top: 6px !important;

  font-size: 32px !important;
  width: 95% !important;
  margin-bottom: 5px !important;
  color: var(--white-color) !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
  margin: 20px auto !important;
  display: block !important;
  width: 320px !important;
  transition: 0.5s !important;
}

#mainWID .headerTOP .headerTOP__info .headerTOP__info-btn:hover {
  transform: scale(0.95) !important;
}

/*========== How to use ==========*/

#mainWID .promotionInfo {
  text-align: center !important;
  margin-top: 80px !important;
}

#mainWID .promotionInfo > h2 {
  font-size: 36px !important;
}

#mainWID .promotionInfo .promotionInfo__grid {
  display: grid !important;
  align-items: center !important;
  grid-template-columns: 25% 75% !important;
  width: 800px !important;
  margin: 60px auto !important;
}

#mainWID .promotionInfo .promotionInfo__grid-first {
  margin-top: 65px !important;
}

#mainWID .promotionInfo .promotionInfo__grid img {
  width: 73px !important;
}

#mainWID .promotionInfo .promotionInfo__grid p {
  text-align: left !important;
  font-size: 19px !important;
  margin-bottom: 0 !important;
  line-height: 1.9rem !important;
}

#mainWID .promotionInfo .promotionInfo__grid p b {
  color: #000 !important;
}

#mainWID .promotionInfo .promotionInfo__grid b a {
  color: #000 !important;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX {
  width: 645px !important;
  margin: 100px auto 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  justify-content: center !important;

  font-size: 22px !important;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX .promotionInfo__btnFLEX-gradient {
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f",endColorstr="#265253",GradientType=1);
  width: 100%;
  margin: 0 auto !important;
  padding: 14px 25px !important;
  border-radius: 25px !important;
  transition: 0.5s;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX .promotionInfo__btnFLEX-black {
  width: 100%;
  margin: 0 auto !important;
  background: #000 !important;
  padding: 14px 35px !important;
  border-radius: 25px !important;
  transition: 0.5s;
}

#mainWID .promotionInfo .promotionInfo__btnFLEX a {
  color: var(--white-color) !important;
  text-decoration: none !important;
}

/*========== Formsection ==========*/

#mainWID .formBackground {
  margin-top: 70px !important;
  background: #e7e7e7 !important;
  padding: 10px 0 40px 0 !important;
}

#mainWID .formSection {
  margin: 0 auto !important;
  text-align: center;
  padding: 60px 0 !important;
  background: #f8f7f7;
  width: 1240px;
  border-radius: 15px;
}

#mainWID .formSection > h2 {
  font-size: 36px !important;
}

#mainWID #form h4 {
  margin: 30px auto !important;
}

#mainWID .formSection .formSection__form {
  width: 700px;
  margin: 0 auto;
}

#mainWID .formSection .formSection__form .oneInput,
#mainWID .formSection .formSection__form .twoInput {
  margin: 10px auto;
}

#mainWID .formSection .formSection__form .twoInput {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
}

#mainWID .formSection .formSection__form .oneInput input,
#mainWID .formSection .formSection__form .twoInput input {
  width: 100%;
  padding: 15px 0 15px 12px;
  border-radius: 13px;
  border: 1px solid #d5d5d5;

  font-size: 15px;
}

#mainWID .formSection .formSection__form select {
  width: 104%;
  font-size: 13px;
  padding: 10px 10px 10px 30px;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/arrow.png) 93% / 3.5% no-repeat #fff;
  border-radius: 13px;
  border: 1px solid #d5d5d5;
}

#mainWID .formSection .formSection__form #fileSection {
  background: #fff;
  border: 1px solid #d5d5d5;
  color: #000;
  border-radius: 13px;
  padding: 30px 23px 20px 23px;
  width: 95%;
}

#mainWID #form #btnSend {
  color: #fff !important;
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f",endColorstr="#265253",GradientType=1);
  padding: 15px 20px !important;
  text-decoration: none !important;
  margin: 50px auto 0 auto !important;
  border: none !important;
  text-align: center !important;
  font-weight: bold !important;
  font-size: 21px !important;
  letter-spacing: 1px !important;
  width: 300px !important;
  border-radius: 25px !important;
  transition: 0.15s !important;
  cursor: pointer !important;
}

#mainWID #form #btnSend:hover {
  transform: scale(0.95);
}

#mainWID #form .exampleFile {
  margin-top: 30px;
}

#mainWID #form .exampleFile .btn-tertiary {
  padding: 9px 0;
  font-size: 18px;
}

#mainWID #form .exampleFile .btn-tertiary:hover {
  color: #fff;
  text-decoration: none;
}

/* Checkbox */

.flex-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  color: #000 !important;
}

.flex-checkbox a {
  text-decoration: underline !important;
}

.flex-checkbox label {
  margin-left: 10px;
  font-size: 13px;
  margin-top: 2px;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: none;
  height: 16px;
  width: 16px;
  border: 1px solid #000864;
}

input[type="checkbox"]:checked {
  background: none;
}

input[type="checkbox"]:hover {
  filter: brightness(90%);
}

input[type="checkbox"]:disabled {
  background: none;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"]:after {
  content: "";
  position: relative;
  left: 40%;
  top: 20%;
  width: 15%;
  height: 40%;
  border: 1px solid #000864;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}

/* == LOADER == */

#form .loader {
  display: none;
  padding: 50px 0;
  position: relative;
  color: #000;
  text-align: center;
  font-size: 24px;
}

#loading-bar-spinner.spinner {
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  position: absolute;
  z-index: 19 !important;
  -webkit-animation: loading-bar-spinner 350ms linear infinite;
  animation: loading-bar-spinner 350ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
  width: 40px;
  height: 40px;
  border: solid 3px transparent;
  border-top-color: #000 !important;
  border-left-color: #000 !important;
  border-radius: 50%;
}

@-webkit-keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading-bar-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*========== about Rewards ==========*/

#mainWID .aboutRewards {
  text-align: center !important;
  background: #e7e7e7 !important;
  padding: 40px 0 !important;
}

#mainWID .aboutRewards > h3 {
  font-size: 35px !important;
}

#mainWID .aboutRewards__topinfo {
  width: 860px !important;
  margin: 0 auto !important;
  font-size: 20px !important;
  line-height: 27px !important;
}

#mainWID .aboutRewards__grid {
  width: 1100px !important;
  margin: 60px auto !important;
  display: grid !important;
  gap: 0 50px !important;
  align-items: center !important;
  grid-template-columns: repeat(2, 1fr) !important;
}

#mainWID .aboutRewards__grid h4 {
  font-size: 30px !important;
  line-height: 25px !important;
}

#mainWID .aboutRewards__grid h4 span {
  font-size: 18px !important;
}

#mainWID .aboutRewards__grid ul {
  text-align: left !important;
}

#mainWID .aboutRewards__grid ul li {
  margin: 5px 0 !important;
}

#mainWID .aboutRewards__btn {
  color: #fff !important;
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f",endColorstr="#265253",GradientType=1);
  padding: 13px 2px !important;
  text-decoration: none !important;
  display: block !important;
  border: none !important;
  text-align: center !important;
  font-weight: bold !important;
  width: 350px !important;
  border-radius: 25px !important;
  transition: 0.15s !important;
  cursor: pointer !important;
  margin: 35px auto 2px auto !important;
  font-size: 15px !important;
}

#mainWID .aboutRewards__btn:hover {
  transform: scale(0.95);
}

/*========== Extra info ==========*/

#mainWID .mailIco {
  animation: shake 2.42s ease infinite;
}

#mainWID .extraInfo .extraInfo__mobile {
  display: none;
}

#mainWID .extraInfo {
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(90deg, rgba(134, 205, 79, 1) 0%, rgba(84, 141, 81, 1) 51%, rgba(30, 70, 83, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(134, 205, 79, 1) 0%, rgba(84, 141, 81, 1) 51%, rgba(30, 70, 83, 1) 100%);
  background: linear-gradient(90deg, rgba(134, 205, 79, 1) 0%, rgba(84, 141, 81, 1) 51%, rgba(30, 70, 83, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f",endColorstr="#1e4653",GradientType=1);
  margin: 40px auto !important;
  text-align: center !important;
  width: 1240px !important;
  padding: 20px 0 !important;
  border-radius: 18px !important;
}

#mainWID .extraInfo .extraInfo__headingFirst {
  font-size: 37px !important;
  color: red !important;

  margin: 20px auto !important;
}

#mainWID .extraInfo .extraInfo__headingSecond {
  font-size: 24px !important;

  margin: 20px auto !important;
  color: #fff !important;
}

#mainWID .extraInfo .extraInfo__headingSecond span {
}

#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond {
  font-size: 27px !important;
}

#mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond img {
  margin: -7px 15px 0 18px;
}

#mainWID .extraInfo .extraInfo__headingLast {
  font-size: 22px !important;

  margin: 20px auto !important;
}

#mainWID .extraInfo .extraInfo__btn {
  color: #fff !important;
  background: #000 !important;
  text-decoration: none !important;
  padding: 12px 20px !important;
  display: block !important;
  width: 320px !important;
  margin: 0 auto 20px auto !important;
  border-radius: 25px !important;
  transition: 0.5s;
}

#mainWID .extraInfo .extraInfo__btn:hover {
  transform: scale(0.9);
}

/*========== Rewards ==========*/

#mainWID .rewards {
  text-align: center !important;
  margin: 100px auto !important;
}

#mainWID .rewards > h2 {
  font-size: 36px !important;
  width: 580px !important;
  margin: 0 auto !important;
  line-height: 42px !important;
}

#mainWID .rewards .rewards__grid {
  display: grid !important;
  width: 1250px !important;
  margin: 90px auto !important;
  gap: 80px !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box img {
  width: 100% !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box h3 {
  font-size: 34px !important;

  margin-top: 50px !important;
  margin-bottom: 0 !important;
  text-transform: unset !important;
}

#mainWID .rewards .rewards__grid .rewards__grid-box h4 {
  margin-top: 1px !important;
  font-size: 23px !important;
}

/*========== Video section ==========*/

#mainWID .video h4 {
  color: #fff !important;
  text-align: center !important;
  font-size: 30px !important;
  padding: 20px 0 !important;
}

#mainWID .video {
  padding: 40px 0 80px 0 !important;
  background: rgb(126, 194, 79);
  background: -moz-linear-gradient(
    141deg,
    rgba(126, 194, 79, 1) 0%,
    rgba(103, 165, 80, 1) 25%,
    rgba(82, 138, 81, 1) 48%,
    rgba(63, 113, 82, 1) 76%,
    rgba(44, 89, 82, 1) 100%
  );
  background: -webkit-linear-gradient(
    141deg,
    rgba(126, 194, 79, 1) 0%,
    rgba(103, 165, 80, 1) 25%,
    rgba(82, 138, 81, 1) 48%,
    rgba(63, 113, 82, 1) 76%,
    rgba(44, 89, 82, 1) 100%
  );
  background: linear-gradient(
    141deg,
    rgba(126, 194, 79, 1) 0%,
    rgba(103, 165, 80, 1) 25%,
    rgba(82, 138, 81, 1) 48%,
    rgba(63, 113, 82, 1) 76%,
    rgba(44, 89, 82, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7ec24f",endColorstr="#2c5952",GradientType=1);
}

#mainWID .video iframe {
  display: block !important;
  margin: 0 auto !important;
  border-radius: 20px !important;
  width: 900px !important;
  height: 500px !important;
}

/*========== Partners ==========*/

#mainWID .partners {
  background: #e7e7e7;
  margin-top: 90px !important;
}

#mainWID .partners .partners__heading {
  color: #000;
  text-align: center !important;
  font-size: 31px !important;
  margin: 20px auto !important;
  padding: 40px 0 20px 0 !important;
}

#mainWID .partners .partners__flex {
  width: 800px !important;
  margin: 0 auto !important;
  gap: 30px !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  padding-bottom: 60px !important;
}

#mainWID .partners .partners__flex .partners__flex-box img {
  width: 170px !important;
  transition: 0.25s !important;
}

#mainWID .partners .partners__flex .partners__flex-box img:hover {
  transform: scale(1.07);
}

/*========== Footer ==========*/

#mainWID footer {
  background: rgb(134, 205, 79);
  background: -moz-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(134, 205, 79, 1) 0%,
    rgba(124, 193, 79, 1) 30%,
    rgba(85, 141, 78, 1) 63%,
    rgba(38, 82, 83, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#86cd4f",endColorstr="#265253",GradientType=1);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

footer .footer__grid {
  width: 80%;
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  align-items: center;
  font-size: 12px !important;
}

footer .footer__grid a {
  color: #fff;
}

#mainWID footer .footer__grid .footer__grid-contact {
  display: flex;
  justify-content: center;
  align-items: center;
}

#mainWID footer .footer__grid .footer__grid-contact img {
  width: 18px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.2s;
}

#mainWID footer .footer__grid .footer__grid-contact img:hover {
  transform: scale(1.2);
}

#mainWID footer .footer__grid .footer__grid-contact .mail {
  width: 22px;
  margin-left: 15px;
}

/*========== Media Queries ==========*/

/* == 2K resolution == */
@media screen and (min-width: 2050px) {
  #mainWID .headerTOP__info {
    width: 1200px !important;
  }
  #mainWID .headerTOP .headerTOP__info h3 {
    font-size: 30px !important;
  }
  #mainWID .headerTOP .headerTOP__info h4 {
    font-size: 37px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
    width: 385px !important;
  }

  #mainWID .promotionInfo > h2 {
    font-size: 40px !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid {
    width: 850px !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid p {
    font-size: 21px !important;
  }
}

@media screen and (max-width: 1309px) {
  #mainWID .rewards .rewards__grid {
    width: 85% !important;
  }

  #mainWID .extraInfo,
  #mainWID .formSection {
    width: 94% !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info {
    width: 90% !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #mainWID .aboutRewards__grid {
    width: 95% !important;
  }

  #mainWID .headerTOP__info {
    width: 92% !important;
    padding: 50px 5px !important;
    margin: 0 auto !important;
  }
}

/* == Mobile resolution == */

@media screen and (max-width: 999px) {
  #mainWID .video iframe {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid p {
    font-size: 19px !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    width: 80% !important;
  }

  #mainWID .rewards .rewards__grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 50px !important;
  }

  #mainWID .partners .partners__flex {
    width: 90% !important;
  }

  #mainWID .formSection .formSection__form {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    display: block !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX div {
    margin: 50px auto !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex {
    display: block !important;
  }

  #mainWID .acerRS-mysz .acerRS-mysz-info .acerRS-mysz-info-flex div {
    width: 90% !important;
    margin: 40px auto 5px auto !important;
  }
}

@media screen and (max-width: 901px) {
  #mainWID .headerTOP__info .headerTOP__info-flex {
    display: block !important;
    text-align: center !important;
  }

  #mainWID .headerTOP__info .headerTOP__info-flex .rewards {
    display: none !important;
  }

  #mainWID .headerTOP__info {
    margin-top: 20px !important;
    padding: 25px 5px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
    margin-top: 10px !important;
    margin: 0 auto !important;
  }

  #mainWID .headerTOP .headerTOP__info h4 {
    margin: 10px auto !important;
  }

  #mainWID .promotionInfo .promotionInfo__grid p {
    margin-top: 15px !important;
  }

  #mainWID .aboutRewards__grid {
    display: block !important;
  }

  #mainWID .aboutRewards__grid img {
    width: 400px !important;
    margin-bottom: 50px !important;
  }

  #mainWID .aboutRewards__grid ul {
    text-align: center !important;
    margin-left: 0 !important;
    list-style: none !important;
    padding-left: 0 !important;
  }

  #mainWID .aboutRewards__topinfo {
    width: 90% !important;
  }

  #mainWID .aboutRewards {
    padding: 10px 0 !important;
  }
}

@media screen and (max-width: 699px) {
  #mainWID .formSection .formSection__form .twoInput {
    display: block;
  }

  #mainWID .formSection .formSection__form .twoInput input,
  #mainWID .formSection .formSection__form .twoInput select {
    margin: 6px auto !important;
  }

  #mainWID .formSection .formSection__form select {
    width: 101% !important;
    background: url(../img/arrow.png) 95% / 2% no-repeat #fff;
  }

  .row_file p {
    width: 95%;
  }

  #mainWID .formSection .formSection__form #fileSection {
    width: 100%;
    padding: 30px 0;
  }

  #mainWID .formSection .formSection__form .oneInput input,
  #mainWID .formSection .formSection__form .twoInput input {
    padding: 15px 0 15px 10px;
    width: 98%;
  }

  #mainWID footer .footer__grid {
    display: block !important;
  }

  .flex-checkbox label {
    font-size: 11px !important;
  }

  #mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond {
    font-size: 20px !important;
  }

  #mainWID .extraInfo.extraInfo__flex .extraInfo__headingSecond img {
    width: 30px !important;
  }

  #mainWID .extraInfo .extraInfo__desktop {
    display: none;
  }

  #mainWID .extraInfo .extraInfo__mobile {
    display: block;
    width: 90%;
    margin: 30px auto !important;
  }
}

@media screen and (max-width: 599px) {
  #mainWID .promotionInfo .promotionInfo__grid {
    display: block !important;
  }
  #mainWID .promotionInfo .promotionInfo__grid p {
    text-align: center !important;
  }

  #mainWID .promotionInfo > h2 {
    font-size: 29px !important;
  }

  #mainWID .rewards .rewards__grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  #mainWID .rewards > h2 {
    width: 95% !important;
    font-size: 29px !important;
  }

  #mainWID .rewards .rewards__grid .rewards__grid-box .swift5 {
    margin-top: 0 !important;
  }

  .row_file p {
    font-size: 16px !important;
  }

  #mainWID .headerTOP .headerTOP__info h4 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 415px) {
  #mainWID .headerTOP .headerTOP__info h3 {
    font-size: 20px !important;
  }
  #mainWID .headerTOP .headerTOP__info h4 {
    font-size: 23px !important;
  }

  #mainWID .headerTOP .headerTOP__info .headerTOP__info-btn {
    width: 90% !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    font-size: 19px !important;
  }

  #mainWID .promotionInfo .promotionInfo__btnFLEX {
    width: 99% !important;
  }

  #mainWID #form #btnSend {
    width: 90% !important;
  }

  #mainWID .aboutRewards__grid img {
    width: 90% !important;
    margin-bottom: 50px !important;
  }
}

/*========== Animations ==========*/

@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(8px, 0);
  }
  5.57143% {
    transform: translate(0, 0);
  }
  9.35714% {
    transform: translate(8px, 0);
  }
  14.14286% {
    transform: translate(0, 0);
  }
  18.92857% {
    transform: translate(8px, 0);
  }
  25.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.cta {
  border-radius: 200px;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 42px;
  line-height: 42px;
  padding: 0 32px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #0082fa;
  color: #fff;
  margin-top: 10px;
  z-index: 1;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cta[disabled] {
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}

.cta:hover {
  background: #0067c7;
  color: #fff;
}

.cta--outline {
  border: 1px solid #0082fa;
  color: #0082fa;
  background: none;
}

.cta--outline:hover {
  background: #0082fa;
  color: #fff;
}

.cta--secondary {
  background: #0fd2ff;
  border: none;
  color: #fff;
}

.cta--secondary:hover {
  background: #00b2db;
  color: #fff;
}

.cta--secondary--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}

.cta--secondary--outline:hover {
  background: #0fd2ff;
  color: #fff;
}

.cta--white {
  background: #fff;
  color: #000;
}

.cta--white:hover {
  background: #cccccc;
  color: #000;
}

.cta--white--outline {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

.cta--white--outline:hover {
  background: #fff;
  color: #000;
}

.cta--black {
  background: #000;
  color: #fff;
}

.cta--black:hover {
  background: #333333;
  color: #fff;
}

.cta--black--outline {
  border: 1px solid #000;
  color: #000;
  background: none;
}

.cta--black--outline:hover {
  background: #000;
  color: #fff;
}

.cta--gray {
  background: #575757;
  color: #fff;
}

.cta--gray:hover {
  background: #3d3d3d;
  color: #fff;
}

.cta--gray--secondary {
  background: #f0f0f0;
  border: none;
  color: #666666;
}

.cta--gray--secondary:hover {
  background: #e0e0e0;
  color: #333333;
}

.cta--gray--outline {
  border: 1px solid #575757;
  color: #575757;
  background: none;
}

.cta--gray--outline:hover {
  background: #575757;
  color: #fff;
}

.cta--violet {
  background: #8250fa;
  color: #fff;
}

.cta--violet:hover {
  background: #5f1ef9;
  color: #fff;
}

.cta--violet--secondary {
  background: #ece5fe;
  border: none;
  color: #5f1ef9;
}

.cta--violet--secondary:hover {
  background: #ded1fe;
  border: none;
  color: #4606de;
}

.cta--violet--outline {
  border: 1px solid #8250fa;
  color: #8250fa;
  background: none;
}

.cta--violet--outline:hover {
  background: #8250fa;
  color: #fff;
}

.cta--pink {
  background: #fa0064;
  color: #fff;
}

.cta--pink:hover {
  background: #c70050;
  color: #fff;
}

.cta--pink--outline {
  border: 1px solid #fa0064;
  color: #fa0064;
  background: none;
}

.cta--pink--outline:hover {
  background: #fa0064;
  color: #fff;
}

.cta--pink--secondary {
  background: #ffe1ed;
  border: none;
  color: #c70050;
}

.cta--pink--secondary:hover {
  background: #ffd1e4;
  border: none;
  color: #c70050;
}

.cta--blue {
  background: #0fd2ff;
  color: #fff;
}

.cta--blue:hover {
  background: #00b2db;
  color: #fff;
}

.cta--blue--outline {
  border: 1px solid #0fd2ff;
  color: #0fd2ff;
  background: none;
}

.cta--blue--outline:hover {
  background: #0fd2ff;
  color: #fff;
}

.cta--big {
  height: 48px;
  line-height: 48px;
  padding: 0 34px;
  font-size: 1.1rem;
}

.cta--medium {
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
}

.cta--small {
  height: 40px;
  padding: 0 24px;
  font-size: 0.95rem;
}

.cta--circle {
  padding: 0;
  height: 44px;
  width: 44px;
}

.cta:hover {
  text-decoration: none;
}
