@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@font-face {
  font-family: "OpenSnas-Regular";
  src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
  font-display: fallback;
}
body {
  font-family: "OpenSnas-Regular";
  font-weight: normal;
}

#lp {
  width: 100%;
  overflow: hidden;
}

.section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  clear: both;
  z-index: 0;
}

.full {
  float: left;
  width: 100%;
  clear: both;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1030px;
  position: relative;
  z-index: 2;
}

.row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col {
  width: 100%;
  display: inline-block;
}

.header {
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 30px;
}

.header .h1, .h2 {
  font-size: 32px;
  line-height: 120%;
  color: #2C2E2D;
  margin-bottom: 24px;
  letter-spacing: -0.946px;
  display: block;
}

.header p, p {
  font-size: 16px;
  line-height: 130%;
  color: #909090;
  margin-bottom: 9px;
}

.h3 {
  color: #27AFB0;
  text-align: center;
  font-size: 16.07px;
  font-style: normal;
  line-height: 136%; /* 136.901% */
  letter-spacing: 1.045px;
  text-transform: uppercase;
}

.h3.blue {
  color: #e5002b;
}

.button-ws {
  display: flex;
  min-width: 180px;
  min-height: 56px;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  border-radius: 120px;
  background-color: #e5002b;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1.61px;
  text-decoration: none;
  text-transform: uppercase;
}

.field {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  float: left;
  clear: none;
  position: relative;
  min-height: 80px;
}

.submit {
  width: 100%;
  text-align: center;
  float: left;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
}

.field input, .field select, .field textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #666666;
  border-radius: 5px;
  resize: none;
  padding-left: 22px;
  padding-right: 22px;
  color: #6C6A6A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
  line-height: 130%;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.field textarea {
  min-height: 206px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.field .icon.calendar {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 5px;
  margin-right: 12px;
  border-radius: 120px;
  background: url(../img/calendar.png);
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d8f1f1;
}

.field .icon.arrow {
  width: 48px;
  height: 50px;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
  margin-top: 0;
  margin-right: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: url(../img/arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d8f1f1;
}

.field-contest-answer {
  min-height: 236px;
}

.upload {
  width: 100%;
  min-height: 206px;
  border-radius: 5px;
  background: linear-gradient(to right, rgb(32, 144, 145) 0%, rgb(22, 98, 99) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.48px;
  position: relative;
}

.upload span.text {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 18px;
}

.upload .button-ws {
  max-width: 198px;
  height: 58px;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  border-radius: 78px;
  border: 1px solid rgba(255, 255, 255, 0.41);
  background: rgba(255, 255, 255, 0.09);
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.61px;
  text-transform: uppercase;
}

.upload input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
}

.checkbox {
  position: relative;
  width: 100%;
  max-width: 460px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  min-height: 35px;
  margin-bottom: 24px;
}

.checkbox .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #909090;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
}

.checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 3px;
}

.checkbox .container:hover input ~ .checkmark {
  background-color: #666666;
}

.checkbox .container input:checked ~ .checkmark {
  background-color: #666666;
  border-color: #666666;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox .container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .container .checkmark:after {
  left: 8px;
  top: 5px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form {
  margin-left: auto;
  margin-right: auto;
  max-width: 616px;
  position: relative;
  z-index: 2;
}

.form-wrapper {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.section.main-section {
  min-height: 566px;
  opacity: 1;
}

.section.main-section .wrapper {
  position: relative;
  z-index: 1;
}

.section.main-section .wrapper .row {
  position: absolute;
  height: 566px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.section.main-section .wrapper .row .col-nav {
  height: 80px;
}

.section.main-section .wrapper .row .col-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

.section.main-section .wrapper .row .col-nav ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}

.section.main-section .wrapper .row .col-nav ul li a {
  margin-left: 36px;
  margin-right: 36px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  text-decoration: none;
}

.section.main-section .wrapper .row .col-nav ul li.active a {
  font-weight: 600;
}

.section.main-section .wrapper .row .col-text {
  height: 300px;
  margin-top: 100px;
}

.section.main-section .wrapper .row .col-text p {
  color: white;
  margin-bottom: 20px;
}

.section.main-section .wrapper .row .col-text .h2 {
  color: #FFF;
  font-size: 48.202px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -1.446px;
  margin-bottom: 20px;
}

.section.main-section .wrapper .row .col-text .button-ws {
  float: left;
}

.section.main-section .background {
  position: absolute;
  width: 4000px;
  height: 100%;
  left: 50%;
  margin-left: -2000px;
  z-index: 0;
  overflow: visible;
  transform: rotate(-8.77deg);
  opacity: 1;
}

.section.main-section .background span {
  display: block;
  position: absolute;
  width: 100%;
}

.section.main-section .background .bg-1 {
  background-color: #27afb0;
  height: 400px;
  top: 0;
  left: 0;
  margin-top: -283px;
  z-index: 2;
  opacity: 1;
}

.section.main-section .background .bg-2 {
  background-color: #209b9c;
  height: 292px;
  top: 115px;
  left: 0;
  z-index: 2;
  opacity: 1;
}

.section.main-section .background .bg-3 {
  background-color: black;
  height: 600px;
  top: 405px;
  left: 0;
  background: linear-gradient(to bottom, rgb(3, 13, 13) 0%, rgb(19, 91, 92) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 6;
}

.section.main-section .background .light {
  display: block;
  position: absolute;
  z-index: 3;
  width: 698px;
  height: 653px;
  transform: rotate(15.535deg);
  flex-shrink: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.25) 100%), rgba(255, 255, 255, 0.25);
  mix-blend-mode: overlay;
  filter: blur(79px);
  left: 50%;
  margin-left: -349px;
  top: 0;
  border-radius: 1000px;
}

.section.main-section .background .main {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 0;
  margin-left: -230px;
  margin-bottom: 0;
  width: 460px;
  height: 515px;
  transform: rotate(8.77deg);
}

.section.main-section .satysfaction, .onlyimg-section .satysfaction {
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 50%;
  margin-right: -710px;
  margin-bottom: -120px;
  width: 329px;
  height: 232px;
}

.onlyimg-section .satysfaction {
  bottom: 0;
  margin-bottom: -40px;
  z-index: 3;
}

.section.main-section .logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  margin-left: -610px;
  margin-top: 24px;
  width: 192px;
  height: 108px;
}

.section.onlyimg-section {
  height: 1px;
  margin-top: -1px;
  position: relative;
  z-index: 3;
  overflow: visible;
}

.section.onlyimg-section img.first {
  width: 640px;
  height: 202px;
  position: absolute;
  top: -155px;
  left: 50%;
  margin-left: -325px;
}

.section.box-section {
  min-height: 800px;
  opacity: 1;
  background: linear-gradient(to bottom, rgb(181, 235, 235) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 140px;
}

.section.box-section .row {
  flex-wrap: wrap;
  align-items: flex-start;
}

.section.box-section .button-ws {
  max-width: 180px;
}

.section.box-section .col-text {
  width: 300px;
}

.section.box-section .col-text .h2 {
  margin-bottom: 24px;
  margin-top: 24px;
}

.section.box-section .col-boxes {
  width: calc(100% - 300px);
}

.section.box-section .col-boxes .boxes {
  width: calc(100% + 8px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: -4px;
}

.section.box-section .col-boxes .boxes .box {
  width: 242px;
  min-height: 306px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.section.box-section .col-boxes .boxes .box::before, .section.box-section .col-boxes .boxes .box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 4px;
  background-color: #f1fefe;
  border: 1px solid #25AAAB;
  opacity: 0.1;
}

.section.box-section .col-boxes .boxes .box::after {
  border-color: transparent;
  border-radius: 4px;
  opacity: 0.2;
  background: linear-gradient(180deg, rgba(39, 176, 177, 0.45) 0%, rgba(39, 176, 177, 0) 100%);
  left: 6px;
  top: 6px;
  width: calc(100% - 6px);
}

.section.box-section .col-boxes .boxes .box .number {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e8889+0,186a6b+100 */
  background: linear-gradient(to right, rgb(30, 136, 137) 0%, rgb(24, 106, 107) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  line-height: 54px;
  text-align: center;
  color: #F5FFFF;
  font-size: 31.536px;
  font-style: normal;
  top: 3px;
  left: 18px;
}

.section.box-section .col-boxes .boxes .box .title {
  display: flex;
  width: 100%;
  height: 75px;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #1E1E1E;
  font-size: 21px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.627px;
  margin-top: 115px;
  padding-left: 18px;
  padding-right: 18px;
}

.section.box-section .col-boxes .boxes .box p {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 220px;
  top: 0;
  left: 0;
  font-weight: 400;
  color: #909090;
  font-size: 14px;
  padding-left: 18px;
  padding-right: 18px;
}

.section.box-section .col-boxes .boxes .box img {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.section.form-section {
  z-index: 1;
  height: 1100px;
  opacity: 1;
}

.section.form-section .water {
  position: absolute;
  width: 311px;
  height: 303px;
  right: 50%;
  margin-right: -640px;
  top: 150px;
}

.section.form-section .razer {
  position: absolute;
  width: 233px;
  height: 480px;
  z-index: 5;
  right: 50%;
  margin-right: -716px;
  top: 320px;
}

.section.form-section .background {
  position: absolute;
  width: 4000px;
  height: 100%;
  left: 50%;
  margin-left: -2000px;
  z-index: 0;
  overflow: visible;
  transform: rotate(-8.77deg);
  opacity: 1;
}

.section.form-section .background span {
  display: block;
  position: absolute;
  width: 100%;
}

.section.form-section .background .bg-1 {
  height: 654px;
  top: 0;
  left: 0;
  margin-top: 215px;
  z-index: 3;
  opacity: 1;
  background: linear-gradient(to bottom, rgb(39, 175, 176) 0%, rgb(61, 220, 220) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section.product-section {
  margin-top: -500px;
  min-height: 1058px;
  opacity: 1;
  background: linear-gradient(to bottom, rgb(1, 1, 1) 33%, rgb(23, 86, 85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.section.form-section .row {
  min-height: 815px;
  border-radius: 10px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.section.form-section .row .col {
  position: relative;
  z-index: 1;
}

.section.product-section .row {
  flex-wrap: wrap;
}

.section.product-section .header {
  margin-top: 500px;
  margin-bottom: 24px;
}

.section.product-section .header .h1 {
  color: white;
}

.section.product-section .header p {
  margin-bottom: 0;
}

.product-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 26px);
  margin-left: -14px;
  flex-wrap: wrap;
}

.product-col .product {
  display: inline-block;
  width: 100%;
  min-height: 460px;
  background-color: white;
  max-width: 324px;
  margin-left: 14px;
  margin-right: 14px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: relative;
  overflow: hidden;
}

.product-col .product .h3 {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 24px;
  left: 0;
  z-index: 4;
}

.product-col .product .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  text-align: center;
  padding-top: 75px;
}

.product-col .product .img img {
  position: relative;
  z-index: 3;
}

.product-col .product .img .background {
  position: absolute;
  width: 200%;
  left: -50%;
  top: 140px;
  height: calc(100% + 120px);
  transform: rotate(-8.77deg);
  background: #27AFB0;
}

.product-col .product .img .background::after {
  content: "";
  width: 60%;
  height: 100%;
  position: absolute;
  transform: rotate(8.77deg);
  left: 25%;
  margin-left: 0;
  top: -100px;
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0.2;
}

.product-col .product .img .background.blue {
  background: #e5002b;
}

.product-col .product .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 18px;
  padding-top: 18px;
  z-index: 3;
}

.product-col .product .text .background {
  position: absolute;
  width: 200%;
  left: -50%;
  top: 0;
  height: calc(100% + 120px);
  transform: rotate(-8.77deg);
  background: linear-gradient(to right, rgb(15, 69, 70) 0%, rgb(4, 16, 17) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product-col .product .text .background.green {
  background: linear-gradient(to right, rgb(32, 142, 143) 0%, rgb(32, 142, 143) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product-col .product .text .full {
  position: relative;
  z-index: 3;
}

.product-col .product .text span {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgba(245, 255, 255, 0.76);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%; /* 128.571% */
  padding-left: 18px;
  padding-right: 18px;
}

.section.footer-section {
  min-height: 366px;
  background-color: black;
  opacity: 1;
  padding-top: 60px;
}

.section.footer-section .row {
  justify-content: flex-start;
  align-items: flex-start;
}

.section.footer-section .col.logo {
  width: 180px;
  padding-left: 9px;
  padding-top: 12px;
}

.section.footer-section .col.nav {
  width: calc(100% - 300px);
  padding-right: 12px;
  padding-left: 46px;
  padding-top: 24px;
}

.section.footer-section .col.nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #757575;
  padding: 0;
  margin: 0;
  min-height: 38px;
  margin-bottom: 16px;
}

.section.footer-section .col.nav ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 48px;
}

.section.footer-section .col.nav ul li a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  text-decoration: none;
}

.section.footer-section .col.nav .legal {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 325;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.section.footer-section .col.back {
  width: 120px;
  padding-right: 9px;
  padding-top: 20px;
}

.section.footer-section .col.back a {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: block;
  position: relative;
}

.section.footer-section .col.back a i {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/arrow-footer.png);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: 24px;
}

.section .o1, .section .o2, .section .o3, .section .o4 {
  position: absolute;
  width: 99px;
  height: 99px;
  z-index: 0;
}

.section .o2 {
  width: 111px;
  height: 111px;
}

.section .o1, .section .o4 {
  right: 50%;
  margin-right: -740px;
  top: 0;
}

.section .o4 {
  margin-top: 180px;
}

.section .o2 {
  left: 50%;
  margin-left: -550px;
  bottom: 0;
  margin-bottom: 140px;
}

.section .o3 {
  left: 50%;
  margin-left: -460px;
  top: 0;
  margin-top: 510px;
}

.section.form-section .o3 {
  display: none;
}

.mobile-nav {
  position: absolute;
  width: 60px;
  height: 65px;
  top: 0;
  right: 0;
  background-color: #209b9c;
  top: 21px;
  right: 0;
  display: none;
}

.mobile-nav span {
  display: block;
  position: absolute;
  width: 28px;
  height: 2px;
  left: 50%;
  margin-left: -14px;
  top: 50%;
  margin-top: -1px;
  background-color: white;
}

.mobile-nav span:first-child {
  margin-top: -11px;
}

.mobile-nav span:last-child {
  margin-top: 9px;
}

/*Custom*/
#upload-and-submit {
  position: relative;
}

#file-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(32, 144, 145) 0%, rgb(22, 98, 99) 100%);
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
#file-loading div {
  text-align: center;
  display: inline-block;
}

#file-loading.active {
  display: flex;
}

#file-uploaded {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(32, 144, 145) 0%, rgb(22, 98, 99) 100%);
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
#file-uploaded div {
  text-align: center;
  display: inline-block;
}

#file-uploaded.active {
  display: flex;
}

.just-validate-error-label {
  font-size: 14px;
  color: #ff4949 !important;
  font-size: 12px;
  margin-top: 2px;
}

.just-validate-error-field {
  background-color: #ffbebe;
}

#application-form.disabled {
  opacity: 0;
  visibility: hidden;
}

.product-col .product .img .background.essentials-bg {
  background: #374C96;
}

.product-col .product .img .background.sensitive-bg {
  background: #e5002b;
}

/*PAGE-PL */
.page-pl .section.main-section .background .bg-1 {
  background-color: #1C4F8F;
}

.page-pl .section.main-section .background .bg-2 {
  background-color: #0F3463;
}

.page-pl .section.main-section .background .bg-3 {
  background: linear-gradient(to bottom, #030D0D 0%, #215DA3 70%);
}

.page-pl .section.box-section {
  background: linear-gradient(to bottom, #c2d8e7 0%, rgb(255, 255, 255) 100%);
}

.page-pl .section.form-section .background .bg-1 {
  background: linear-gradient(to bottom, #1C4F8F 0%, #60b9e4 100%);
}

.page-pl .section.box-section .col-boxes .boxes .box .number {
  display: block;
  position: absolute;
  width: 54px;
  height: 54px;
}

.page-pl .section.box-section .col-boxes .boxes .box::before {
  background-color: #f1fefe;
  border: 1px solid #25AAAB;
}

.page-pl .section.box-section .col-boxes .boxes .box::after {
  background: linear-gradient(180deg, rgba(42, 99, 170, 0.45) 0%, rgba(42, 99, 170, 0) 100%);
}

.page-pl .field .icon.calendar {
  background-color: #d3e5f5;
}

.page-pl .field .icon.arrow {
  background-color: #d3e5f5;
}

.page-pl .upload,
.page-pl #file-loading,
.page-pl #file-uploaded {
  background: #e5002b;
}

.page-pl .checkbox .container input:checked ~ .checkmark {
  background-color: #e5002b;
  border-color: #e5002b;
}

.page-pl .product-col .product {
  max-width: 236px;
}

.page-pl .section.form-section .razer {
  margin-right: -698px;
  top: 310px;
}

#form-loader {
  position: absolute;
  background: rgb(39, 175, 176);
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.page-pl #form-loader {
  background: rgba(229, 0, 43, 0.8);
}

#form-loader.active {
  display: flex;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@font-face {
  font-family: "OpenSnas-Regular";
  src: url("../fonts/Open_Sans/static/OpenSans-Regular.ttf") format("truetype");
  font-display: fallback;
}
@font-face {
  font-family: "Poppins", sans-serif;
  src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "OpenSnas-Regular";
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}

#qweLp {
  overflow: hidden;
}

.qweBrMobile {
  display: none;
}

@media (max-width: 768px) {
  .qweBrMobile {
    display: inline-block;
  }
}
#qweTopMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  height: auto;
  min-height: 80px;
  background-color: #F5F5F5;
  /* Transform hamburger to X when active */
  /* Menu Style */
  /* Show qweHamburger only on mobile */
}
#qweTopMenu .qweHamburger {
  display: none; /* Hidden by default */
  cursor: pointer;
  padding: 10px;
}
#qweTopMenu .qweHamburger div {
  width: 30px;
  height: 4px;
  background-color: black;
  margin: 6px 0;
}
#qweTopMenu .qweHamburger {
  display: none; /* Hidden by default */
  cursor: pointer;
  padding: 10px;
  transition: transform 0.3s;
}
#qweTopMenu .qweHamburger div {
  width: 20px;
  height: 2px;
  background-color: black;
  margin: 5px 0;
  transition: all 0.3s;
}
#qweTopMenu .qweHamburger div:nth-child(2) {
  width: 15px;
}
#qweTopMenu .qweHamburger.active div:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
#qweTopMenu .qweHamburger.active div:nth-child(2) {
  opacity: 0; /* Hide middle line */
}
#qweTopMenu .qweHamburger.active div:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
#qweTopMenu .qweMenu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 72px;
}
#qweTopMenu .qweMenu a {
  text-decoration: none;
  padding: 0px;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
}
#qweTopMenu .qweMenu a:hover {
  color: #E52236;
}
#qweTopMenu .qweMenu a:hover {
  background-color: #f0f0f0;
}
@media (min-width: 769px) {
  #qweTopMenu .qweMenu {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  #qweTopMenu {
    justify-content: flex-end;
    min-height: 58px;
  }
  #qweTopMenu .qweHamburger {
    display: inline-block;
    margin-right: 20px;
  }
  #qweTopMenu .qweMenu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 58px;
    right: 0px;
    background-color: #F5F5F5;
    border: 0px solid #ccc;
    padding: 10px;
    box-shadow: 0;
    height: calc(100vh - 58px);
    z-index: 999;
    gap: 40px;
    justify-content: flex-start;
  }
  #qweTopMenu .qweMenu a {
    font-size: 18px;
  }
}
#qweHeader .qweHeaderContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 33.3333333333vw;
  background-image: url(../img/header.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
#qweHeader .qweHeaderContainer .qweHeaderBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 34.1666666667vw;
  margin-left: -58.3333333333vw;
}
#qweHeader .qweHeaderContainer .qweHeaderBox h1 {
  font-size: 5.3333333333vw;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  margin-bottom: 0.8333333333vw;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderText1 {
  font-size: 1.6666666667vw;
  line-height: 1.6666666667vw;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderText2 {
  font-size: 1.4166666667vw;
  line-height: 2.1666666667vw;
  font-weight: 700;
  width: 100%;
  text-align: center;
  margin-top: 1.6666666667vw;
}
#qweHeader .qweHeaderContainer .qweHeaderBox img {
  width: 34.1666666667vw;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 14.0833333333vw;
  height: 4.0833333333vw;
  color: white;
  border-radius: 3.3333333333vw;
  font-size: 1.3333333333vw;
  font-weight: 700;
  text-decoration: none;
  margin: 1.3333333333vw 1.5vw 0;
  transition: 0.2s;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn1 {
  border: 1px solid #E4002B;
  background-color: #E4002B;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn1:hover {
  border: 1px solid white;
  background-color: white;
  color: black;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn2 {
  border: 1px solid white;
  background-color: transparent;
}
#qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn2:hover {
  border: 1px solid white;
  background-color: white;
  color: black;
}
@media (max-width: 768px) {
  #qweHeader .qweHeaderContainer {
    width: 100vw;
    height: 155.5555555556vw;
    background-image: url(../img/headerMobile.webp);
    align-items: flex-end;
    padding-bottom: 4.4444444444vw;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: inherit;
    margin-left: 0;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox h1 {
    font-size: 7.7777777778vw;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 2.7777777778vw;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderText1 {
    font-size: 2.7777777778vw;
    line-height: 2.7777777778vw;
    font-weight: 700;
    width: 100%;
    text-align: center;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderText2 {
    font-size: 3.6111111111vw;
    line-height: 5.5555555556vw;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 3.3333333333vw;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox img {
    width: 83.3333333333vw;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 34.4444444444vw;
    height: 10vw;
    color: white;
    border-radius: 11.1111111111vw;
    font-size: 3.3333333333vw;
    font-weight: 700;
    text-decoration: none;
    margin: 3.0555555556vw 2.7777777778vw 0;
    transition: 0.2s;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn1 {
    border: 1px solid #E4002B;
    background-color: #E4002B;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn1:hover {
    border: 1px solid white;
    background-color: white;
    color: black;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn2 {
    border: 1px solid white;
    background-color: transparent;
  }
  #qweHeader .qweHeaderContainer .qweHeaderBox .qweHeaderBtnBox .qweHeaderBtn2:hover {
    border: 1px solid white;
    background-color: white;
    color: black;
  }
}

#qweRules {
  padding: 30px 0;
  position: relative;
}
#qweRules .qweRulesContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 20px 40px;
  width: 100%;
  max-width: 1130px;
  border: 2px solid #E4002B;
  border-radius: 36px;
  position: relative;
  margin: 0 auto;
}
#qweRules .qweRulesContainer .qweTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
  background-color: #E4002B;
  border-radius: 0 0 12px 12px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -32px;
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}
#qweRules .qweRulesContainer .qweTitle::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  background-color: #E4002B;
  z-index: -1;
}
#qweRules .qweRulesContainer .qweTitle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E4002B;
  bottom: -19px;
}
#qweRules .qweRulesContainer .qweRulesBox {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
  width: 100%;
  gap: 20px;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule span {
  font-size: 22px;
  line-height: 26px;
  font-weight: 100;
  color: #000000;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-left: 70px;
  width: 100%;
  height: 170px;
  position: relative;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule .qweRulesImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 121px;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule1 {
  max-width: 330px;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule1 > span::after {
  content: "1";
  position: absolute;
  top: 0;
  left: 0;
  height: 170px;
  width: 70px;
  color: #E4002B;
  opacity: 0.2;
  font-size: 120px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule2 {
  max-width: 230px;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule2 > span::after {
  content: "2";
  position: absolute;
  top: 0;
  left: 0;
  height: 170px;
  width: 70px;
  color: #E4002B;
  opacity: 0.2;
  font-size: 120px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule3 {
  max-width: 220px;
}
#qweRules .qweRulesContainer .qweRulesBox .qweRule3 > span::after {
  content: "3";
  position: absolute;
  top: 0;
  left: 0;
  height: 170px;
  width: 70px;
  color: #E4002B;
  opacity: 0.2;
  font-size: 120px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#qweRules #qweImg1 {
  position: absolute;
  top: 0;
  left: -1000px;
  right: 0;
  margin: auto;
  z-index: 9;
  max-width: 230px;
}
#qweRules #qweImg2 {
  position: absolute;
  bottom: -160px;
  left: 0;
  right: -930px;
  margin: auto;
  z-index: 9;
  max-width: 230px;
}
@media (max-width: 768px) {
  #qweRules #qweImg1 {
    width: 100px;
    left: 10px;
    right: inherit;
  }
  #qweRules #qweImg2 {
    width: 108px;
    right: 10px;
    left: inherit;
    bottom: -39px;
  }
  #qweRules .qweRulesContainer {
    padding-top: 25px;
    margin: 0 17px;
    width: calc(100% - 34px);
    border-radius: 0 0 24px 24px;
    border-top: 0;
  }
  #qweRules .qweRulesContainer .qweTitle {
    height: 30px;
    font-size: 18px;
  }
  #qweRules .qweRulesContainer .qweTitle::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #E4002B;
    bottom: -15px;
  }
  #qweRules .qweRulesContainer .qweRulesBox .qweRule .qweRulesImg {
    height: 64px;
  }
  #qweRules .qweRulesContainer .qweRulesBox .qweRule .qweRulesImg img {
    max-width: 64px;
    max-height: 64px;
  }
  #qweRules .qweRulesContainer .qweRulesBox .qweRule span {
    height: auto;
    max-width: 230px;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #qweRules .qweRulesContainer .qweRulesBox .qweRule > span::after {
    font-size: 80px;
    height: 100px;
    width: 40px;
    top: -10px !important;
  }
}

#qweStatute {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 75px;
  position: relative;
}
#qweStatute .qweStatuteContainer {
  display: inline-block;
  width: 100%;
  max-width: 675px;
  text-align: center;
}
#qweStatute .qweStatuteContainer > span {
  color: #000000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 100;
}
#qweStatute .qweStatuteContainer > span span {
  color: #E4002B;
}
#qweStatute .qweStatuteContainer a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 169px;
  height: 49px;
  border: 2px solid #E4002B;
  background-color: #E4002B;
  color: white;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 40px;
  transition: 0.2s;
  margin: 20px auto 0;
}
#qweStatute .qweStatuteContainer a:hover {
  background-color: white;
  color: #E4002B;
}

@media (max-width: 768px) {
  #qweStatute {
    margin-bottom: 40px;
    margin-top: 50px;
  }
  #qweStatute .qweStatuteContainer {
    padding: 0 30px;
  }
  #qweStatute .qweStatuteContainer span {
    font-size: 16px;
    line-height: 18px;
  }
  #qweStatute .qweStatuteContainer a {
    width: 184px;
    height: 54px;
  }
}
#qweGifts {
  background-color: #F5F5F5;
  padding: 30px 0;
  position: relative;
}
#qweGifts .qweGiftsContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  padding: 80px 20px 40px;
  width: 100%;
  max-width: 1130px;
  border: 2px solid #E4002B;
  border-radius: 36px;
  position: relative;
  margin: 0 auto;
}
#qweGifts .qweGiftsContainer .qweTitle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 443px;
  height: 67px;
  background-color: #E4002B;
  border-radius: 0 0 12px 12px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: -32px;
  color: white;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
#qweGifts .qweGiftsContainer .qweTitle::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #E4002B;
  bottom: -19px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  width: 100%;
  margin-bottom: 40px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox1 > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #E4002B;
  font-size: 32px;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 326px;
  text-align: center;
}
#qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift .qweGiftImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 206px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift .qweGiftImg img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift span {
  font-size: 20px;
  line-height: 22px;
  color: #787878;
}
#qweGifts .qweGiftsContainer .qweGiftsBox2 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 228px;
  margin: 0 30px 30px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox2 > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #787878;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0px 20px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
#qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift .qweGiftImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 150px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift .qweGiftImg img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift span {
  font-size: 20px;
  line-height: 22px;
  color: #787878;
}
#qweGifts .qweGiftsContainer .qweGiftsBox3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 460px;
  margin: 0 30px 30px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox3 > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #787878;
  font-size: 24px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0px 20px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}
#qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift .qweGiftImg {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 150px;
}
#qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift .qweGiftImg img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift span {
  font-size: 20px;
  line-height: 22px;
  color: #787878;
}

@media (max-width: 768px) {
  #qweGifts .qweGiftsContainer {
    margin: 0 17px;
    width: calc(100% - 34px);
    border-radius: 0 0 24px 24px;
    padding: 30px 20px 20px;
  }
  #qweGifts .qweGiftsContainer .qweTitle {
    height: 33px;
    font-size: 18px;
    left: -17px;
    width: calc(100% + 34px);
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox1 {
    justify-content: center;
    gap: 20px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox1 > span {
    font-size: 26px;
    margin-bottom: 0;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift {
    max-width: 140px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift .qweGiftImg {
    height: 70px;
    margin-bottom: 10px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift .qweGiftImg img {
    max-height: 70px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox1 .qweGift span {
    font-size: 12px;
    line-height: 14px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox2 {
    justify-content: center;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox2 > span {
    font-size: 26px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift {
    max-width: 250px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift .qweGiftImg {
    height: 70px;
    margin-bottom: 10px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift .qweGiftImg img {
    max-height: 70px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox2 .qweGift span {
    font-size: 12px;
    line-height: 14px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox3 {
    justify-content: center;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox3 > span {
    font-size: 20px;
    text-align: center;
    line-height: 22px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift {
    max-width: 250px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift .qweGiftImg {
    height: 70px;
    margin-bottom: 10px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift .qweGiftImg img {
    max-height: 70px;
  }
  #qweGifts .qweGiftsContainer .qweGiftsBox3 .qweGift span {
    font-size: 12px;
    line-height: 14px;
  }
}
#qweForm {
  padding-top: 60px;
  padding-bottom: 90px;
  position: relative;
}
#qweForm .qweTitle {
  font-size: 40px;
  line-height: 60px;
  text-transform: uppercase;
  color: #E4002B;
  font-weight: 700;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  padding-bottom: 60px;
}
#qweForm .qweFormContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-around;
  justify-content: center;
  padding: 60px 20px 70px;
  width: 100%;
  max-width: 1130px;
  border: 1px solid #787878;
  border-radius: 51px;
  position: relative;
  margin: 0 auto;
}
#qweForm .qweFormContainer form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  gap: 20px;
  width: 100%;
}
#qweForm .qweFormContainer .qweFormSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}
#qweForm .qweFormContainer .qweFormSection .qweFormTitle {
  color: #000000;
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
  justify-content: center;
}
#qweForm .qweFormContainer .qweFormSection .qweFormText {
  color: #969696;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
  justify-content: center;
}
#qweForm .qweFormContainer .qweFormSection .field {
  width: 100%;
}
#qweForm .qweFormContainer .qweFormSection .field input {
  height: 59px;
  width: 100%;
  border-radius: 3px;
  border-color: #EDEDED;
  font-size: 15px;
  color: #313131;
}
#qweForm .qweFormContainer .qweFormSection .field textarea {
  min-height: 270px;
  width: 100%;
  border-radius: 3px;
  border-color: #EDEDED;
  font-size: 15px;
  color: #313131;
}
#qweForm .qweFormContainer .qweFormSection .field #upload-and-submit {
  background: #FAFBFC;
}
#qweForm .qweFormContainer .qweFormSection .field #upload-and-submit span.text {
  color: #787878;
}
#qweForm .qweFormContainer .qweFormSection .field #upload-and-submit .button-ws {
  color: #E4002B;
  border-color: #E4002B;
  max-width: 190px;
  height: 49px;
  text-transform: none;
}
#qweForm .qweFormContainer .qweFormSection .field #upload-and-submit input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  text-transform: none;
}
#qweForm .qweFormContainer .qweFormSection .checkbox {
  padding-top: 50px;
}
#qweForm .qweFormContainer .qweFormSection .checkbox .container {
  color: #787878;
  font-size: 16px;
  line-height: 24px;
}
#qweForm .qweFormContainer .qweFormSection .checkbox .checkmark {
  border-color: #000046;
  background-color: white;
}
#qweForm .qweFormContainer .qweFormSection .checkbox .container input:checked ~ .checkmark {
  background-color: #e5002b;
  border-color: #e5002b;
}
#qweForm .qweFormContainer .qweFormSection #submit-btn.button-ws {
  min-width: 202px;
  min-height: 49px;
  border: 1px solid #e5002b;
  cursor: pointer;
  transition: 0.2s;
  font-size: 16px;
  text-transform: none;
}
#qweForm .qweFormContainer .qweFormSection #submit-btn.button-ws:hover {
  background-color: transparent;
  color: #e5002b;
}
#qweForm .qweFormContainer .qweFormSection1 {
  max-width: 360px;
}
#qweForm .qweFormContainer .qweFormSection2 {
  max-width: 413px;
}
#qweForm #qweFormThp {
  padding: 80px 20px 0px;
}
#qweForm #qweFormThp #thp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
#qweForm #qweFormThp #thp p {
  font-size: 40px;
  line-height: 60px;
  font-weight: 700;
  color: #000000;
}
#qweForm #qweFormThp #thp p span {
  color: #E4002B;
}

@media (max-width: 768px) {
  #qweForm {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  #qweForm .qweTitle {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  #qweForm .qweFormContainer {
    border: none;
    padding: 0;
  }
  #qweForm .qweFormContainer .qweFormSection {
    max-width: 100% !important;
  }
  #qweForm .qweFormContainer .qweFormSection .form-wrapper {
    max-width: 300px;
    width: 100%;
  }
  #qweForm .qweFormContainer .qweFormSection .qweFormTitle {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 15px;
  }
  #qweForm .qweFormContainer .qweFormSection .qweFormText {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  #qweForm .qweFormContainer .qweFormSection .field {
    min-height: 1px;
  }
  #qweForm .qweFormContainer .qweFormSection .field input {
    height: 48px;
    font-size: 12px;
  }
  #qweForm .qweFormContainer .qweFormSection .field textarea {
    min-height: 160px;
    font-size: 12px;
  }
  #qweForm .qweFormContainer .qweFormSection .checkbox {
    padding-top: 5px;
  }
  #qweForm .field-contest-answer {
    min-height: 1px;
  }
  #qweForm .upload {
    height: auto;
    min-height: 1px;
    background: transparent !important;
    margin-bottom: 0;
  }
  #qweForm #drop-area img {
    display: none;
  }
  #qweForm #drop-area span.text {
    display: none;
  }
  #qweFormThp {
    padding: 20px 20px 0px !important;
  }
  #qweFormThp #thp {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
  }
  #qweFormThp #thp p {
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 700;
    color: #000000;
  }
  #qweFormThp #thp p span {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #E4002B;
    font-size: 18px;
    line-height: 22px;
    justify-content: center;
    text-align: center;
  }
}
.navBox {
  position: absolute;
  top: -110px;
  width: 100%;
  height: 1px;
  z-index: -10;
}

@media (max-width: 1024px) {
  .navBox {
    top: -60px;
  }
}/*# sourceMappingURL=style.css.map */