*,
*:before,
*:after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

@font-face {
  font-family: "Gotham";
  src: url("../../assets/fonts/Gotham/v1/Gotham-Book.ttf") format("ttf"),
    url("../../assets/fonts/Gotham/v1/Gotham-Book.woff") format("woff"),
    url("../../assets/fonts/Gotham/v1/Gotham-Book.woff2") format("woff2"),
    url("../../assets/fonts/Gotham/v1/Gotham-Book.eot") format("eot");
  font-weight: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../assets/fonts/ProximaNova/v1/ProximaNova-Bold.woff")
      format("woff"),
    url("../../assets/fonts/ProximaNova/v1/ProximaNova-Bold.woff2")
      format("woff2"),
    url("../../assets/fonts/ProximaNova/v1/ProximaNova-Bold.otf") format("otf");
  font-weight: bold;
}

:root {
  --primary-orange: #f65c00;
  --primary-blue: #5698d0;
  --primary-aqua: #2e9597;
}

body {
  background: white;
  color: black;
  font-family: "Gotham", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
a {
  color: var(--primary-orange);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
}

#main {
  margin: 0 auto;
  max-width: 100%;
}

#content {
  margin: 0 auto;
  max-width: 1140px;
  padding: 30px 0;
}
h1 {
  font-family: "ProximaNova", Arial, sans-serif;
}
#content h1 {
  font-family: "ProximaNova", Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
}
#content p,
#content ul {
  margin: 0 0 15px 0;
}
#content p,
.tc-box .tc-box-textarea p {
  padding-left: 0 !important;
}
#content table {
  background: #eee;
  margin: 0 0 15px 0;
  width: 100%;
}
#content td {
  border: 1px solid #ddd;
  padding: 10px;
}
#content td p {
  margin: 0;
}
.tc-box .tc-box-textarea td {
  font-size: 15px;
}

#info_text {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
}
#info_text .block1 {
  max-width: 600px;
}
#info_text .block1 p {
  font-size: 20px;
  margin: 0 0 15px 0;
}
#info_text .block2 p {
  margin: 0 0 15px 0;
}
#info_text .block2 a {
  background: var(--primary-aqua);
  border-radius: 50px;
  color: white;
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 300;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#info_text .block2 a:hover {
  background: black;
}

#header_text,
#promo_content,
#footer .block1,
#footer .container {
  padding: 0 1rem;
  max-width: 1220px;
  margin: 0 auto;
}
.p246 #promo_content {
  max-width: 720px;
}
.p246 #promo_content h1 {
  font-size: 1.5rem;
  font-weight: 600;
  padding-bottom: 1rem;
}

#header_text {
  padding: 1rem;
}
#header_text .hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header_text .hero h1 {
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.2;
}
#header_text .hero h1 em {
  font-style: normal;
  color: var(--primary-orange);
}

#container_remaining_claims_excluding_all {
  border: 1px solid var(--primary-orange);
  border-radius: 4px;
  width: 100%;
  padding: 1.5rem;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  justify-content: center;
  text-align: center;
}
#container_remaining_claims_excluding_all .text {
  font-family: "ProximaNova", Arial, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}
#container_remaining_claims_excluding_all .counter {
  display: flex;
  gap: 4px;
  justify-content: center;
}
#container_remaining_claims_excluding_all .counter .digit {
  background: linear-gradient(to bottom, #f77629, #f65c00);
  border: 1px solid var(--primary-orange);
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  font-size: 3.5rem;
  padding: 0.75rem 0.5rem;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}
.p18 #info_text_holder {
  display: none;
}

.field-row {
  padding: 6px 0;
}
#form_intro {
  margin-bottom: 1rem;
}
.field-row label {
  display: inline-block;
  padding: 5px 5px 10px 0;
}
.table-cell input[type="text"],
.table-cell select {
  border: 1px solid #bbb;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  padding: 10px;
  width: 100%;
  outline: none;
}
.table-cell input:focus,
.table-cell input:focus-visible,
.table-cell select:focus,
.table-cell select:focus-visible {
  border-color: #007b8f;
}
.table-cell select {
  padding: 10px 5px;
}
#submit-div {
  padding: 30px 0;
  text-align: center;
}
.SubmitButt {
  background: var(--primary-orange);
  border: 0;
  border-radius: 0.375rem;
  color: white;
  cursor: pointer;
  font-family: "Gotham", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 auto;
  padding: 0.875rem 1.75rem;
  transition: 300ms cubic-bezier(0.64, 0.04, 0.35, 1);
}
.SubmitButt:hover {
  background: #ffffff;
  color: var(--primary-orange);
  transform: scale(1.03);
  box-shadow: 2px 0 12px 0 rgba(88, 88, 88, 0.2);
}
#submit-div #u_l_button_subscribe {
  padding: 1.5rem 0;
}
#submit-div #u_l_button_subscribe p {
  padding: 0.35rem 0;
}
#form_holder,
#info_text_holder {
  padding: 0;
}

.required {
  color: var(--primary-orange);
}
div.required {
  color: black;
  font-weight: 400;
}
div.required span {
  color: var(--primary-orange);
}
#a_l_txt_title,
#i_l_txt_payment_method,
#a_l_txt_new_productgroup_all,
#a_l_txt_bank_details_international,
#a_l_txt_vat_company_name,
#a_l_txt_bank_revolut,
#a_l_txt_new_productgroup_all1 {
  font-family: "ProximaNova", Arial, sans-serif;
  color: #000000;
  display: block;
  font-size: 1.75rem;
  font-weight: bold;
  margin: 15px 0;
}
#country_promotion {
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
#i_l_txt_payment_method .required {
  display: none;
}
#r_payment_method .table-cell,
#r_purchase_upload_file .table-cell.coll1 {
  float: none;
  width: 100%;
}
#r_purchase_upload_file .table-cell.coll1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#l_purchase_upload_file {
  padding-right: 0.5rem;
}
#r_payment_method .cbox_list {
  float: left;
  width: 50%;
}
#r_date_purchase .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  position: absolute;
  top: 8px;
  right: 8px;
}
#date_purchase_u_info,
#bank_benficiary_individual_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_u_info,
#bank_benficiary_rev_individual_u_info,
#upload_serial_number1_u_info,
#upload_barcode1_u_info,
#date_purchase1_u_info {
  color: #787878;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
#r_purchase_upload_file label,
#r_purchase_upload_file .fileinputs {
  float: left;
}
#promo_content .field-row .inputfile.inputfile__btn + label {
  background: #3a3a3a;
  float: none;
  width: 100%;
  transition: background-color 0.3s;
  border-radius: 4px;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  font-size: 0.85rem;
  opacity: 0.65;
}
#promo_content .field-row .inputfile.inputfile__btn + label:hover {
  background: black;
}
.inputfile + label[for="purchase_upload_file"] .icon {
  margin-right: 0.35rem;
}
#add_another_product,
#remove_last_product {
  background: var(--primary-blue);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 5px 0;
  padding: 10px;
  width: 100%;
  transition: background-color 0.3s;
}
#add_another_product.disabled,
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background-color: black;
}
#r_terms_conditions_box {
  margin: 0 0 10px 0;
}
#promo_content,
#form_holder {
  background: #fcfcfc;
}
#date_purchase_u_info,
#bank_benficiary_individual_u_info,
#bank_beneficiary_rev_u_info,
#bank_benficiary_u_info,
#bank_benficiary_rev_individual_u_info,
#date_birth_u_info,
#purchase_upload_file_u_info {
  color: #b6b9b9;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
}
#r_promo_agreement {
  margin: 0 0 10px 0;
  padding-left: 20px;
  position: relative;
}
#r_promo_agreement input {
  position: absolute;
  top: 0;
  left: 0;
}

#footer {
  background: #f6f5f4;
  clear: both;
  color: #3a3a3a;
  font-size: 12px;
  line-height: 1.2;
}
#footer a {
  color: #3a3a3a;
  font-weight: 600;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .block0 {
  text-align: center;
}
#footer .block0 a {
  font-size: 1rem;
  margin: 0 auto 3rem auto;
  background: var(--primary-orange);
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  padding: 1rem;
  text-decoration: none;
  cursor: pointer;
}
#footer .block0 a:hover {
  background: #000000;
}
#footer .block1 {
  padding: 2rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
}
#footer .content {
  display: grid;
  justify-items: end;
  gap: 1rem;
}
#footer .block1 ul {
  overflow: hidden;
}
#footer .block1 li {
  float: right;
  margin: 0 0 0 15px;
}
#footer .block1 li:first-child {
  float: left;
  margin: 0 15px 0 0;
}
#footer .block2 {
  background: #2c2e31;
  color: #bbb;
  font-size: 10px;
  overflow: hidden;
  padding: 40px 0;
  text-align: right;
}
#footer .block0 {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 20px;
}

#main.ty #info_text_holder,
#main.ty #printArea,
#main.ty #printArea + p {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 24px;
  line-height: 1.5;
  padding: 100px 0;
  text-align: center;
}

#main.ty #header_text .block3 {
  display: none;
}

#r_upload_barcode_secondary > div.table-cell.coll1 {
  width: 100%;
}
#l_upload_barcode_secondary {
  width: 49%;
}
#r_upload_barcode_secondary > div.table-cell.coll1 > div {
  display: inline-block;
  width: 50%;
}

#u_l_customer_code {
  width: 50%;
  float: right;
  color: #787878;
  font-size: 12px;
  padding: 5px 0;
}

.tc-box .tc-box-checkbox {
  display: flex;
  align-items: start;
}

.main .content-box .form-box #r_purchase_upload_file .form-field {
  grid-template-columns: repeat(2, 1fr);
}
.main .content-box .form-box #r_purchase_upload_file .form-field p {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 1440px) {
  #promo_content,
  #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1200px) {
  #header_text .hero h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1140px) {
  #header_text .hero img {
    max-width: 50%;
  }
  #info_text {
    flex-direction: column;
    align-items: stretch;
  }
  #info_text .block1 {
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  #info_text .block2 {
    max-width: 410px;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 840px) {
  #header_text .hero h1 {
    font-size: 2rem;
  }
  #header_text .hero img {
    max-width: 60%;
  }
  #content a {
    word-break: break-word;
  }
}
@media (max-width: 740px) {
  #header_text .hero {
    flex-flow: column;
  }
  #header_text .hero h1 {
    order: 2;
    text-align: center;
    margin: 1rem auto;
  }
  #header_text .hero img {
    max-width: 70%;
    order: 1;
  }
  #info_text {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  #header_text .hero h1 {
    font-size: 1.75rem;
  }
  #header_text .hero img {
    max-width: 90%;
  }
  #info_text .block2 a {
    display: block;
    font-size: 17px;
  }
  #a_l_txt_title,
  #i_l_txt_payment_method,
  #a_l_txt_new_productgroup_all,
  #a_l_txt_bank_details_international,
  #a_l_txt_bank_revolut {
    font-size: 30px;
    margin: 2rem 0 0 0;
  }
  #form_intro {
    margin-bottom: 0;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell {
    float: none;
    width: 100%;
  }
  #r_purchase_upload_file .table-cell.coll1 {
    grid-template-columns: 1fr;
  }
  #info_text {
    padding-top: 30px;
  }
  #footer .block1 {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  #footer .content {
    justify-items: center;
  }
}
@media (max-width: 390px) {
  #info_text {
    padding-top: 20px;
  }
}
