*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

@font-face {
  font-family: "NotoSans";
  src: url("../../assets/fonts/NotoSans/NotoSans-Regular.woff2") format("woff2"),
    url("../../assets/fonts/NotoSans/NotoSans-Regular.woff") format("woff"),
    url("../../assets/fonts/NotoSans/NotoSans-Regular.ttf") format ("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans";
  src: url("../../assets/fonts/NotoSans/NotoSans-SemiBold.woff2")
      format("woff2"),
    url("../../assets/fonts/NotoSans/NotoSans-SemiBold.woff") format("woff"),
    url("../../assets/fonts/NotoSans/NotoSans-SemiBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}

img {
  max-width: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
}
body {
  color: #474747;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

body.p18:before,
body.p19:before {
  background: #fff;
  width: 100%;
  display: block;
  clear: both;
  font-size: 16px;
  content: "";
  z-index: -1;
}
.p19 #extend_content {
  padding-top: 2.5rem;
}
.p19 #extend_content h1 {
  margin: 1.5rem 0;
}

a {
  color: #80c343;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

#main {
  max-width: 100%;
  width: 100%;
  flex-grow: 1;
}
#header_text {
  overflow: hidden;
  width: 1200px;
  max-width: 100%;
  margin: 3rem auto;
  padding: 0 1rem;
}
#header_text img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#header_text .block1 {
  display: inline-block;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 350px;
}
#header_text a {
  color: #333;
  text-decoration: none;
}
#header_text a:hover {
  text-decoration: underline;
}
#header_text h1 {
  color: #fff;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  font-size: 62px;
  text-transform: uppercase;
}
#header_text .block1 img {
  margin-top: 1.25rem;
}
#header_text .block1 ul {
  display: inline-block;
  float: right;
  text-decoration: none;
  padding: 2rem 0;
}
#header_text .block1 ul li {
  display: inline-block;
  margin-left: 15px;
}
#header_text .block2 h1 {
  padding-bottom: 20px;
}
#header_text .block2 img {
  float: right;
}
#header_text .block2 p {
  width: 60%;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5rem;
}
#main h1 {
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #222222;
}
#form_holder,
#content,
#promo_content,
#extend_content {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  float: none;
}
#promo_content,
#extend_content {
  clear: both;
}
.ty #promo_content,
.ty #extend_content {
  padding-bottom: 9.6rem;
  height: 50vh;
}
#content .button1:hover {
  color: #fff;
  text-decoration: none;
  background: #aa0000;
}
#content {
  max-width: 100%;
}
.steps,
.land-main .products,
.benefits ul,
.check-status,
#footer .container {
  max-width: 980px;
  padding: 0 1rem;
  margin: 0 auto;
  display: grid;
}
.land-main #content p a.button2 {
  text-decoration: none;
  color: #fff;
  background: #009bd4;
  margin-left: 0.5rem;
}
.land-main #content p a.button2:hover {
  background: #006fb4;
}
.benefits {
  background: #f0f0f0;
  margin: 2rem auto;
  padding: 4rem 1rem;
  text-align: center;
  width: 100%;
}
.benefits ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 4rem;
  text-align: center;
  justify-content: center;
}
.benefits ul li {
  width: calc((100% - 4rem) / 2);
}
.benefits h3 {
  font-size: 1.375rem;
  font-weight: 600;
  padding: 0.75rem 0 1.25rem 0;
}
.small-text {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #474747;
}
.benefits .small-text {
  padding: 2rem 1rem 0 1rem;
  width: 980px;
  max-width: 100%;
  margin: 0 auto;
}
.check-status {
  text-align: center;
  border: 0;
  padding: 2rem 1rem 3rem 1rem;
}
.check-status h2 {
  color: #222222;
  font-size: 2rem;
  font-weight: 600;
  border: 0;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.check-status .form-holder {
  background: #f0f0f0;
  border-radius: 0.75rem;
  padding: 1.5rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 1rem;
}
.check-status .label-field {
  width: 100%;
}
.check-status .form-field {
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
}
.check-status .input-field {
  width: 100%;
  float: auto;
  margin-top: 0.5rem;
}
.check-status .input-field input[type="text"] {
  padding: 1rem;
}
.check-status .form-field.submit {
  display: flex;
  justify-content: center;
}
.check-status .form-field.submit input[type="button"] {
  text-transform: uppercase;
}

#info_text_holder {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  padding: 15px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  transition: 0s;
}
#form_titles .button1 {
  background: url(../images/icon-info.png) left center no-repeat;
  color: #c00;
  display: inline-block;
  font-size: 15px;
  padding: 8px 0 8px 40px;
}
#info_text {
  background: rgba(255, 255, 255, 0.85);
  color: #272727;
  font-size: 15px;
  margin: 65px auto 0 auto;
  max-width: 1170px;
  padding: 20px 40px 20px 20px;
  position: relative;
}
.info_text_left #info_text_holder,
.info_text_right #info_text_holder,
.info_text_left #form_holder,
.info_text_right #form_holder {
  margin: 0;
  width: 100%;
}
.info_text_left #info_text_holder {
  width: 50%;
}
#info_text p {
  line-height: 1.5;
  margin: 0 0 15px 0;
}
#info_text .title {
  float: right;
  position: relative;
  left: 50px;
}
#info_text h1 {
  clear: both;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-size: 105px;
  margin: 0 0 30px 0;
}
#info_text h1 strong {
  color: #c00;
  display: block;
}
#info_text ul {
  overflow: hidden;
}
#info_text li {
  float: left;
  list-style: none;
  width: 132px;
}
#info_text .button2 {
  float: right;
}
#info_text .button2 a {
  background: #c00;
  color: #fff;
  padding: 2px 6px;
  text-decoration: none;
  border-radius: 15px;
}
#info_text .button2 a:hover {
  background: #fff;
  color: #c00;
  border-radius: 15px;
}
#content p {
  margin: 0 0 15px 0;
}
#content ol li {
  list-style: inside decimal;
}
#content table {
  border-collapse: collapse;
  margin: 0 0 15px 0;
  width: 100%;
}
#content td {
  border: 1px solid #666;
  padding: 0.6rem;
}
.land-main #content table { 
  width: fit-content; 
  max-width: 100%; 
}
.land-main #content th {
  border-bottom: 2px solid #C3C3C3;
  padding: 0.75rem 1.2rem;
}
.land-main #content td {
  border: none;
  border-bottom: 1px solid rgba(195, 195, 195, 0.6);
  color: #767676;
  font-size: 0.875rem;
  padding: 0.75rem 1.2rem;
}
.p62 #header_text {
  min-height: 0;
}
#promo_content.info_text_left #form_holder {
  width: 45%;
}
label,
#country_address,
#country_promotion {
  display: inline-block;
  padding: 7px 10px 7px 0;
}
.field-row {
  overflow: hidden;
  padding: 4px 0;
}
.field-row .table-cell.colspan2 {
  width: 100%;
}
.field-row .table-cell {
  width: 55%;
}
.field-row .table-cell.coll1,
.table-cell.coll1_field_sub_group_btm {
}
.field-row .table-cell.coll1,
.field-row .table-cell.coll1_field_sub_group_btm {
  clear: none;
  width: 45%;
  text-align: left;
}
.table-cell.coll1_field_sub_group_btm label {
  width: 100%;
}
.table-cell input[type="text"],
.table-cell select {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #d5d5d5;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #3f3f3f;
  padding: 8px;
}
.table-cell option {
  background: #fff;
}
.table-cell input[type="text"]:focus,
.table-cell select:focus {
  color: #3f3f3f;
}
.disabled {
  display: none;
}
#date_purchase,
#date_purchase1,
#date_purchase2,
#date_purchase3,
#date_purchase4,
#date_purchase5,
#date_purchase6,
#date_purchase7,
#date_purchase8,
#date_purchase9,
#date_purchase10,
#date_birth {
  margin: 0 3px 0 0;
  width: 85%;
}
.calendarButton {
  background: url(../images/calendar.png) center center no-repeat !important;
  cursor: pointer;
  height: 25px !important;
  vertical-align: middle;
  width: 25px !important;
}
#add_another_product,
#remove_last_product {
  background: #00b0c3;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 12px;
  width: 100%;
}
#add_another_product {
  margin: 0 0 5px 0;
}
#add_another_product:hover,
#remove_last_product:hover {
  background: #c00;
  color: #fff;
}
#r_upload_barcode.field-row .table-cell.coll1_field_sub_group_btm,
#r_upload_serial_number.field-row .table-cell.coll1_field_sub_group_btm {
  display: flex;
  align-items: center;
  padding-right: 0.5rem;
}
#l_upload_barcode,
#l_upload_serial_number {
  width: fit-content;
  padding-right: 0.25rem;
}
#form_wrapper a.popup {
  background: url("../images/icon-info.png") no-repeat 0 0;
  background-size: contain;
  display: inline-block;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  width: 22px;
  font-size: 0;
  margin-left: 0;
}
#form_wrapper a.popup:hover {
  color: #fff !important;
}
#r_subscribe,
#r_terms_conditions {
  line-height: 18px;
  width: 90%;
  position: relative;
}
#r_terms_conditions {
  margin-top: 20px;
  margin-bottom: 10px;
}
#r_subscribe .table-cell,
#r_terms_conditions .table-cell {
  padding-left: 23px;
}
#r_subscribe input,
#r_terms_conditions input {
  position: absolute;
  top: 0;
  left: 0;
}
#submit-div {
  padding: 25px 0;
  text-align: center;
}
#button_subscribe_a_info {
  margin-bottom: 30px;
  text-align: left;
}
.SubmitButt {
  background: #80c342;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0.75rem 1.75rem;
}
.SubmitButt:hover {
  background: #5ca11e;
}
#captcha_img {
  padding: 15px 0 0 0;
  clear: both;
  float: none;
  padding: 15px 0 0 0;
  width: 100%;
}
#footer {
  clear: both;
  background: #f0f0f0;
  padding: 1rem 0;
  margin-top: 2rem;
}
#footer .container {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #555555;
  line-height: 1rem;
  padding: 1rem;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer p {
  font-size: 12px;
  text-align: right;
}
#footer ul { 
  display: flex; 
  gap: 1rem; 
  text-transform: uppercase;
}
#footer .nav p { 
  text-align: left;
  padding-top: 0.5rem;
}
#footer ul p {
  padding-top: 0.5rem;
  text-align: left;
}
.land-main #footer {
  margin-top: 2rem;
}
#footer .block1 {
  max-width: 940px;
  margin: 0 auto;
  color: #e0e0e0;
  font-size: 15px;
  padding: 2rem 0 2.5rem 0;
}
#footer .block2 {
  width: 70%;
  float: left;
}
#footer .block3 {
  width: 30%;
  float: right;
  text-align: right;
}
#footer .block2 ul {
  list-style: none;
}
#footer .block2 ul li {
  display: inline-block;
  margin-left: 15px;
}
#footer a:hover {
  text-decoration: underline;
}

#form_titles {
}
#form_titles p {
  margin: 0 0 15px 0;
}
#form_titles h1 {
  color: #80c343;
  font-size: 3.25rem;
  font-weight: bold;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}

#form_titles .button1 {
  background: url(../images/icon-info.png) left center no-repeat;
  color: #c00;
  display: inline-block;
  font-size: 15px;
  padding: 8px 0 8px 40px;
}
#form_titles .block2 {
  display: none;
  margin: 0 0 30px 0;
}
.required {
  color: #fc0001;
  font-size: 0.875rem;
}
div.required {
  color: #2d2d2d;
  font-size: 17px;
  margin: 0;
}
div.required span {
  color: #fc0001;
}
#a_l_txt_title,
#a_l_txt_bank_details_international,
#a_l_txt_purchased_products_number,
#a_l_txt_new_productgroup_all {
  color: #000;
  font-weight: bold;
  font-size: 1.5rem;
  display: block;
  margin: 25px 0 15px 0;
}
.label-under {
  font-size: 0.81rem;
  color: #89898b;
  padding-top: 4px;
}
#date_birth_u_info,
#date_purchase1_u_info,
#date_purchase2_u_info,
#date_purchase3_u_info,
#date_purchase4_u_info,
#date_purchase5_u_info,
#date_purchase6_u_info,
#date_purchase7_u_info,
#date_purchase8_u_info,
#date_purchase9_u_info,
#date_purchase10_u_info,
#a_l_txt_bank_name,
#purchase_upload_file_u_info,
#serial_number_u_info,
#a_l_txt_bank_account_country,
#serial_number1_u_info,
#serial_number2_u_info,
#serial_number3_u_info,
#serial_number4_u_info,
#serial_number5_u_info,
#serial_number6_u_info,
#serial_number7_u_info,
#serial_number8_u_info,
#serial_number9_u_info,
#serial_number10_u_info,
#store_name_crm_auto_validate1_u_info,
#store_name_crm_auto_validate2_u_info,
#store_name_crm_auto_validate3_u_info,
#store_name_crm_auto_validate4_u_info,
#store_name_crm_auto_validate5_u_info,
#store_name_crm_auto_validate6_u_info,
#store_name_crm_auto_validate7_u_info,
#store_name_crm_auto_validate8_u_info,
#store_name_crm_auto_validate9_u_info,
#store_name_crm_auto_validate10_u_info,
#send_purchase_by_u_info,
#u_l_purchase_upload_file,
#LABELInfoAboveTextParagraph_barcode1,
#LABELInfoAboveTextParagraph_barcode2,
#LABELInfoAboveTextParagraph_barcode3,
#LABELInfoAboveTextParagraph_barcode4,
#LABELInfoAboveTextParagraph_barcode5,
#LABELInfoAboveTextParagraph_barcode6,
#LABELInfoAboveTextParagraph_barcode7,
#LABELInfoAboveTextParagraph_barcode8,
#LABELInfoAboveTextParagraph_barcode9,
#LABELInfoAboveTextParagraph_barcode10,
#barcode1_u_info,
#barcode2_u_info,
#barcode3_u_info,
#barcode4_u_info,
#barcode5_u_info,
#barcode6_u_info,
#barcode7_u_info,
#barcode8_u_info,
#barcode9_u_info,
#barcode10_u_info {
  color: #999;
  display: block;
  font-size: 12px;
  padding: 5px 0;
}
#r_date_purchase .table-cell {
  position: relative;
}
#r_date_purchase .table-cell input[type="text"] {
  width: 100%;
}
.ui-datepicker-trigger {
  position: absolute;
  right: 0.4rem;
  top: 0.4rem;
  z-index: 2;
  width: 1.25rem;
}
#date_purchase_u_info,
#bank_benficiary_individual_u_info {
  font-size: 0.75rem;
  color: #4a4e52;
  padding-top: 0.25rem;
}
.field-row .red_b {
  font-weight: normal;
}
input[type="file"]#purchase_upload_file + label,
input[type="file"]#upload_serial_number + label,
input[type="file"]#upload_barcode + label {
  width: 100%;
  border: 1px solid #80c343;
  border-radius: 2rem;
  color: #222222;
  font-size: 1rem;
  text-transform: uppercase;
  background: #ffffff;
  transition: all 0.25s ease-in-out;
  display: flex; 
}
.inputfile + label .icon { margin-right: 0.35rem!important; }
.drow .table-cell .required,
.field-row span.red_b {
  background: rgba(252, 0, 1, 0.2);
  border-radius: 0.25rem;
  padding: 0.7rem 1rem;
  color: #780607;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1rem;
}
input[type="file"]#purchase_upload_file + label:hover,
input[type="file"]#purchase_upload_file + label:hover,
input[type="file"]#upload_serial_number + label:hover,
input[type="file"]#upload_barcode + label:hover {
  background: #80c343;
  color: #ffffff;
}
#upload_serial_number_u_info a,
#upload_barcode_u_info a {
  color: #474747;
  text-decoration: underline;
  font-size: 0.8rem;
  padding-top: 0.4rem;
  display: block;
}
#serial_number1_u_info a,
#purchase_upload_file_u_info a {
  line-height: 0.95rem;
}
#r_purchase_upload_file .table-cell.coll1 {
  font-size: 14px;
  padding: 0;
  width: 100%;
}
.fileinputs {
  width: 50%;
  float: right;
}
#gallerycontainer_imgitem_8394 {
  display: block;
  float: left;
  padding: 12px 0;
}

.tc-box .tc-box-textarea {
  min-height: 180px;
  border: 1px solid #d5d5d5;
}
.tc-box-checkbox a {
  color: #2d2d2d;
  text-decoration: underline;
}

::-webkit-input-placeholder {
  color: #484848;
}
:-moz-placeholder {
  color: #484848;
  opacity: 1;
}
::-moz-placeholder {
  color: #484848;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #484848;
}

/* LP */
.land-main #content {
  font-size: 16px;
  position: relative;
  display: grid;
}
.land-main #content h1 {
  text-align: center;
  margin: 0 auto 2rem auto;
}
.land-main #content h2.text-center {
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: 600;
  color: #80c342;
  font-size: 1.85rem;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
#content .steps {
  margin: 2.5rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
  list-style: none;
  align-content: center;
}
#content .steps li {
  text-align: center;
}
#content .steps li p { color: #767676; }
#content .steps li a {
  color: #40810c;
  text-decoration: underline;
  background: none;
}
#content .steps li a:hover {
  text-decoration: none;
}
#content .steps li .step-num {
  font-size: 0.875rem;
  font-weight: 600;
  color: #767676;
  text-transform: uppercase;
  padding: 1rem 0 0.35rem 0;
  margin: 0;
}
#content .steps li h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin: 0 auto 1rem auto;
}
.ctas {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem; 
}
#content .cta a,
.check-status .form-field.submit input[type="button"] {
  background: #80c342;
  border-radius: 5px;
  color: #ffffff;
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  padding: 0.75rem 1rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  border: 0;
  cursor: pointer;
  text-align: center;
}
#content .cta.de a {
  background-image: url("../../assets/images/flags/v1/4x3/de.svg");
}
#content .cta.at a {
  background-image: url("../../assets/images/flags/v1/4x3/at.svg");
}
#content .cta.de a, #content .cta.at a {
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  background-size: 32px;
  padding-right: calc(32px + 2rem);
}
#content .cta a:hover,
.check-status .form-field.submit input[type="button"]:hover {
  background-color: #40810c;
}

.land-main #content .infotext {
  background: #f0f0f0;
  padding: 1.5rem;
  border-radius: 0.75rem;
  text-align: center;
  line-height: 1.25rem;
  margin: 3rem auto;
}
.land-main #content .infotext p {
  margin-bottom: 0;
}
.land-main .products {
  display: grid;
  gap: 1rem;
  text-align: center;
  margin: 4rem auto;
}
.land-main .products h2 {
  font-family: "NotoSans", "Trebuchet MS", Arial, sans-serif;
  font-weight: 600;
  color: #80c342;
  font-size: 1.85rem;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto 1.25rem auto;
  width: 77%;
}
.land-main .products h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 0.5rem auto;
}
.land-main #content .products table {
  margin: 1.5rem auto;
}
.land-main .products table th {
  font-weight: 600;
  color: #000000;
  font-size: 14px; 
  padding-bottom: 0.5rem;
}
.land-main .products ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  column-gap: 4rem;
  margin: 2rem auto;
  text-align: center;
}
.land-main .products h4 {
  font-weight: 600;
  font-size: 1rem;
}
.land-main .products h4 .green {
  color: #80c342;
  font-size: 1.5rem;
  display: block;
  padding-bottom: 0.25rem;
}
.land-main .products h5 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1rem auto;
}
.land-main .products .specs {
  margin: 0 auto 1.5rem auto;
}
.land-main #content .products .specs p {
  margin: 0;
  font-size: 0.875rem;
  padding: 1rem;
  color: #767676;
  border-bottom: 1px solid #e4e4e4;
}
.land-main .products .stores {
  display: grid;
  gap: 0;
}
.land-main .products .stores-list {
  background: #f0f0f0;
  border-radius: 1.25rem;
  display: grid;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  align-content: center;
  justify-items: center;
  margin-bottom: 1rem;
}
.land-main .products .stores-list > * {
  justify-self: center;
  width: auto;
}
.land-main .products .handlers h2 { width: 100%; }
.land-main .handlers {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 4rem;
  max-width: 100%;
  margin: 1.5rem auto;
}
.land-main .handlers .items { width: 50%; }
.land-main .handlers ul {
  background: #F0F0F0;
  border-radius: 1.25rem;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-content: center;
  justify-items: center;
  align-items: center;
  justify-content: center;
}
.land-main .handlers ul li { 
  width: calc(50% - 1rem); 
  height: 52px; 
  text-align: center; 
  justify-content: center; 
  display: flex;
  align-items: center;
}

.land-main .handlers ul li img { max-height:52px; max-width: 90%; }
img#gallerycontainer_imgitem_19362 {
  width: 120px;
}
img#gallerycontainer_imgitem_19464 {
  width: 80%;
}

.p413 #main h1 {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5rem;
}
.p413 #footer {
  margin-top: 4rem;
}

.dynamic_info_logo { top: 9px; }
[id^=r_date_] .dynamic_info_logo { right: 34px; }
.tc-box .tc-box-checkbox {
  display: flex;
  align-items: baseline;
}

/* TY page */
#main.ty #form_titles,
#main.ty #form_titles .button1,
#main.ty #info_text_holder,
#main.ty #printArea,
#main.ty #printLink {
  display: none;
}
#main.ty #form_wrapper {
  font-size: 20px;
  line-height: 1.5;
  padding: 30px 0;
}
#main.ty #form_wrapper h2 {
  font-size: 32px;
  margin-bottom: 30px;
}

#header_text h1::before {
  background: var(--primary-red);
  border-radius: 4px;
  content: "";
  display: block;
  height: 110%;
  width: 4px;
  position: absolute;
  top: -11px;
  transform: rotate(-15deg);
}

@media (max-width: 1560px) {
  body.p18:before,
  body.p19:before {
    background-size: 100%;
  }
  #header_text .block1 {
    padding-bottom: 0;
  }
}

@media (max-width: 1090px) {
  #form_holder,
  #content {
    width: 100%;
  }
  #date_purchase,
  #date_purchase1,
  #date_purchase2,
  #date_purchase3,
  #date_purchase4,
  #date_purchase5,
  #date_purchase6,
  #date_purchase7,
  #date_purchase8,
  #date_purchase9,
  #date_purchase10,
  #date_birth {
    width: 94%;
  }
  body {
    font-size: 16px;
  }
  #header_text .block2 {
    width: 100%;
  }
  #header_text,
  #banner,
  #promo_content,
  #content,
  #footer {
    padding-left: 15px;
    padding-right: 15px;
  }
  .first_row,
  .second_row {
    clear: both !important;
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .second_row {
    margin-top: 10px;
  }
  #a_l_txt_title,
  #a_l_txt_bank_details_international,
  #a_l_txt_purchased_products_number {
    margin-bottom: 0;
  }
  #form_holder,
  #info_text_holder {
    float: none !important;
    width: 100% !important;
  }
  #form_holder,
  #content {
    padding: 15px;
  }
  #extend_content {
    padding: 0 15px;
  }
  label,
  .label_r_field {
    font-size: 16px;
  }
  #form_holder,
  #content {
    max-width: none;
    padding: 0 0;
  }
  .field-row .table-cell.coll1,
  .field-row .table-cell.coll1_field_sub_group_btm {
    width: 100%;
  }
  #l_purchase_upload_file {
    width: 100%;
  }
  .fileinputs {
    width: 100%;
    float: left;
  }
  #gallerycontainer_imgitem_8394 {
    float: none;
  }
  .land-main #content .infotext {
    margin: 3rem 1rem;
  }
  #header_text p {
    float: none;
  }
  .info_text_left #info_text_holder {
    height: auto;
    padding: 30px 0 0 0;
    width: 100% !important;
  }
  #info_text {
    padding-top: 0;
  }
  #info_text h1 {
    font-size: 60px;
  }
  #info_text .title {
    float: none;
    position: static;
  }
  #info_text .block2 {
    margin-top: 30px;
    position: static;
  }

  #footer .block2 .button1,
  #footer .block2 .button2 {
    float: none;
    margin: 10px 0;
  }
  .field-row .table-cell {
    width: 100%;
  }
  .land-main #content .light_grey {
    text-align: left;
  }
  .land-main #content .title {
    position: static;
  }
  .benefits .small-text {
    width: 820px;
  }
}

@media (max-width: 1020px) {
  .land-main #content,
  .steps,
  .land-main .products,
  .benefits ul,
  .check-status,
  #footer .container {
    max-width: 100%;
    width: 100%;
  }
  .benefits .small-text {
    width: calc(100% - 2rem);
  }
}

@media (max-width: 860px) {
  .land-main .handlers {
    flex-flow: column;
    width: 440px;
    gap: 2rem;
    margin-bottom: 0;
    align-items: center;
  }
  .land-main .handlers .items { width: 100%; }
  .land-main .handlers ul li { width: calc(50% - 2rem); }
  #footer .container { display: grid; }
  #footer p { 
    padding-top: 1.25rem; 
    text-align: left; 
  }
}
@media (max-width: 780px) {
  #footer .block2 ul {
    margin: 0;
    padding: 0;
  }
  #footer .block2 ul li {
    margin: 0 20px 0 0;
  }
}

@media (max-width: 680px) {
  #header_text .block1 img {
    width: 140px;
  }
  #date_purchase,
  #date_purchase1,
  #date_purchase2,
  #date_purchase3,
  #date_purchase4,
  #date_purchase5,
  #date_purchase6,
  #date_purchase7,
  #date_purchase8,
  #date_purchase9,
  #date_purchase10,
  #date_birth {
    width: 92%;
  }
}

@media (max-width: 640px) {
  .land-main .products ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .land-main .products ul li:last-child {
    align-self: center;
    grid-column-start: 1;
    grid-column-end: 3;
    width: 50%;
    margin: 0 auto;
  }
  .benefits ul li {
    width: 85%;
  }
}

@media (max-width: 580px) {
  #header_text {
    padding: 0;
    margin: 0;
  }
  .ctas { 
    flex-flow: column; 
    gap: 1rem;
    align-items: center;
  }
  .ctas .cta { display: inline-flex; }
  #promo_content {
    padding-top: 2.5rem;
  }
  .p19 #content table {
    font-size: 0.8rem;
  }
  #content h1,
  #content h2.text-center {
    font-size: 1.75rem;
  }
  .land-main #content h1 {
    padding-top: 2.5rem;
  }
  #content .steps {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 1rem;
  }
  #footer .block1 {
    padding: 0rem 0 1.5rem 0;
  }
  #footer .block2,
  #footer .block3 {
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .block2 ul {
    text-align: center;
    margin-top: 1.5rem;
  }
  #footer .block2 ul li {
    margin: 0.5rem;
  }
  #footer .block3 {
    text-align: center;
    padding-top: 0.75rem;
  }
  #header_text #block-info-container2 h1 {
    font-size: 60px;
  }
  .land-main .handlers { width: 100%; }
  .land-main #content th, .land-main #content td { padding: 0.7rem 0; }
  .check-status { padding: 2rem 0 3rem 0; }
}
@media (max-width: 460px) {
  #content .products li {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
  }
  .land-main .products ul {
    grid-template-columns: 1fr;
  }
  #header_text .block1,
  #form_titles h1 {
    text-align: center;
  }
  #header_text .block1 img {
    margin-top: 0;
    padding-bottom: 1.5rem;
  }
  #form_titles h1 {
    font-size: 2.6rem;
  }
  .p19 #content table {
    font-size: 0.7rem;
  }
  #date_purchase,
  #date_purchase1,
  #date_purchase2,
  #date_purchase3,
  #date_purchase4,
  #date_purchase5,
  #date_purchase6,
  #date_purchase7,
  #date_purchase8,
  #date_purchase9,
  #date_purchase10,
  #date_birth {
    width: 87%;
  }
  #footer ul {
    flex-flow: column;
    gap: 0.75rem;
  }
  #footer .nav p { padding-top: 1rem; }
}
@media (max-width: 420px) {
  #header_text .block1 {
    padding-top: 0;
  }
  .land-main .products h2 { font-size: 1.5rem; }
}
@media (max-width: 390px) {
  .land-main #content th, .land-main #content td { font-size: 0.75rem; }
}
