*,
*:before,
*:after {
  box-sizing: border-box;
}
@font-face {
  font-family: "Oswald";
  src: url("../../assets/fonts/Oswald/v1/Oswald-Regular.eot");
  src: url("../../assets/fonts/Oswald/v1/Oswald-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Oswald/v1/Oswald-Regular.woff2") format("woff2"),
    url("../../assets/fonts/Oswald/v1/Oswald-Regular.woff") format("woff"),
    url("../../assets/fonts/Oswald/v1/Oswald-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Standard-Regular-Y";
  src: url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Regular-Y.eot");
  src: url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Regular-Y.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Regular-Y.woff2")
      format("woff2"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Regular-Y.woff")
      format("woff"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Regular-Y.ttf")
      format("truetype"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Regular-Y.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Standard-Bold-Y";
  src: url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Bold-Y.eot");
  src: url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Bold-Y.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Bold-Y.woff2")
      format("woff2"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Bold-Y.woff")
      format("woff"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Bold-Y.ttf")
      format("truetype"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Standard-Bold-Y.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-America-Compressed-Bold-Y";
  src: url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Compressed-Bold-Y.eot");
  src: url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Compressed-Bold-Y.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Compressed-Bold-Y.woff2")
      format("woff2"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Compressed-Bold-Y.woff")
      format("woff"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Compressed-Bold-Y.ttf")
      format("truetype"),
    url("../../assets/fonts/GTAmericaCompressedBoldY/GT-America-Compressed-Bold-Y.svg")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

:root {
  --yamaha-violet: #883ba6;
  --yamaha-violet2: #a294c5;
  --yamaha-violet-dark: #60489d;
  --yamaha-pink: #caaad1;
}

a:focus,
button:focus,
input:focus {
  outline: none;
}
img {
  max-width: 100%;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "GT-America-Standard-Regular-Y", Helvetica, Verdana, sans-serif;
  font-size: 16px;
}
a {
  color: var(--yamaha-violet);
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}
a:hover {
  text-decoration: underline;
}

#main {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

#header_text .hero img#gallerycontainer_imgitem_19809 {
  display: none;
}

#header_text .hero {
  background: #000000;
  color: #ffffff;
  height: 620px;
  position: relative;
  text-align: center;
  padding-bottom: 1rem;
}
#header_text .hero img {
  width: 100%;
  max-width: 1280px;
  height: 600px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
.hero .headlines {
  display: none;
}
.hero .links {
  max-width: 1170px;
  width: 100%;
  margin: -6rem auto 0 auto;
  text-align: right;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: flex-end;
  gap: 1rem;
}
#header_text a {
  background: transparent;
  border-radius: 2rem;
  color: #fff;
  display: inline-block;
  font-family: "GT-America-Compressed-Bold-Y";
  font-size: 30px;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  width: fit-content;
  border: 2px solid #ffffff;
  transition: border-color 0.3s, color 0.3s;
  order: 1;
}
#header_text a:hover {
  border: 2px solid var(--yamaha-violet);
  color: white;
  text-decoration: none;
}
.hero .links p {
  order: 2;
  color: #878787;
}
#header_text h2 + p {
  display: none;
}
#header_text h3 {
  display: none;
  color: #878787;
  font-size: 24px;
  margin: 0 0 15px 0;
}
#header_text h4 {
  display: none;
  color: #878787;
  font-size: 20px;
}
.p18 #header_text h2 + p,
.p18 #header_text h3,
.p18 #header_text h4 {
  display: block;
}
ul.items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: 0 0 2.5rem 0;
  gap: 1rem;
}
.items li {
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.items li {
  margin: 0;
  padding: 0;
}
#header_text .items li a {
  color: #883ba6;
  font-family: "GT-America-Standard-Bold-Y", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: unset;
  padding: 0;
  background: none;
  display: inline;
}
#header_text .track-button,
#header_text h3,
#header_text small {
  text-align: center;
  display: block;
  color: #878787;
}
#header_text small {
  font-size: 0.9rem;
}

#info_text,
#form_holder,
#extend_content {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
#extend_content {
  padding: 0 1rem;
}
#form_holder {
  max-width: 620px;
  padding: 2rem 1rem;
}

#info_text_holder {
  background: url("../images/how_to_get_bgr.png") no-repeat center top;
  background-size: cover;
  color: #ffffff;
}
#info_text {
  padding: 1.5rem 0;
  position: relative;
}
#info_text ul {
  margin: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
  width: 50%;
}
#info_text ul li {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#info_text .models {
  font-family: "GT-America-Compressed-Bold-Y", sans-serif;
  position: absolute;
  right: 0;
  bottom: 1rem;
  text-align: right;
  font-size: 32px;
}
#info_text .models em {
  color: #d3b3d6;
}

#promo_content.info_text_left #info_text_holder {
  margin: 0;
  padding: 0;
}
#info_text {
  font-size: 16px;
  text-align: left;
  position: relative;
}
#info_text h2 {
  font-family: "GT-America-Standard-Bold-Y";
  font-size: 34px;
  font-weight: normal;
  margin: 0 0 15px 0;
}
#info_text p {
  margin: 0 0 15px 0;
}
#info_text table,
#content table {
  background: #bbb;
  font-family: "GT-America-Compressed-Bold-Y", sans-serif;
  margin: 0 auto;
  font-size: 18px;
}
#info_text td {
  color: #19171a;
  border: 2px solid black;
  padding: 10px 30px;
  text-align: center;
  vertical-align: middle;
}
#content th,
#info_text th {
  background: #c8abd1;
  color: #000200;
  text-transform: uppercase;
  text-align: center;
  padding: 0.75rem 0.25rem;
  border: 2px solid black;
}
#info_text td p {
  margin: 0;
}
#info_text h3 {
  font-family: "Oswald";
  font-size: 37px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#info_text a {
  text-decoration: underline;
  color: #d3b3d6;
}
#info_text a:hover {
  text-decoration: none;
}
#info_text ul li:last-child {
  display: inline;
}

#content {
  padding: 30px 0;
}
#content h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
#content p {
  margin: 0 0 15px 0;
}
#content li {
  list-style: inside;
}
#content table {
  margin: 0 0 15px 0;
  width: 100% !important;
}
#content td {
  border: 1px solid black;
  padding: 10px;
  width: 50%;
}
#content td p {
  margin: 0;
}

.accordion {
  width: 100%;
}
.accordion-toggle {
  border: 0;
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  padding: 3px 0 3px 50px;
  margin: 15px 0;
}
.accordion-toggle.active {
  color: #5b1f80;
}
.accordion-toggle::before {
  border: 0;
  background: url("../images/accordion_icon.png") no-repeat 0 0;
  height: 32px;
  width: 32px;
  left: 0;
  top: 3px;
}
.accordion-toggle.active::after {
  background: url("../images/accordion_icon.png") no-repeat 0 -32px;
  border: 0;
  height: 32px;
  width: 32px;
  left: 0;
  top: 3px;
}
.accordion-content {
  padding-left: 50px;
}

#promo_content.info_text_left #form_holder {
  margin: 0;
  padding: 0 0 50px 0;
}
#form_holder {
  background: none;
}
label,
#country_address,
#country_promotion {
  display: inline-block;
  padding: 10px 10px 10px 0;
  font-size: 15px;
}
#country_promotion {
  font-weight: bold;
}
.first_row.startcol1,
.first_row.startcol,
.first_row.startgroup1 {
  width: 40%;
}
.field-row {
  overflow: hidden;
}
.field-row input[type="text"],
.field-row select,
.field-row textarea,
.tc-box-textarea {
  background: rgba(238, 238, 238, 0.5);
  border: 0;
  border-bottom: 2px solid #c9aad0;
  border-radius: 0;
  color: black;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0.3rem;
  padding: 10px;
  width: 100%;
}
.field-row input::placeholder {
  color: black;
}
.field-row select {
  padding: 10px 5px;
}
.field-row input[type="text"]:focus,
.field-row select:focus {
  color: black;
  outline: none;
}
#add_another_product,
#remove_last_product {
  background: #595657;
  border: 0;
  color: white;
  font-weight: 600;
  cursor: pointer;
  padding: 0.85rem 0.5rem;
  text-align: center;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
#add_another_product {
  margin: 0 0 5px 0;
}
#add_another_product.disabled,
#remove_last_product.disabled {
  display: none;
}
#add_another_product:hover,
#remove_last_product:hover {
  background: #96939b;
}
#r_terms_conditions_box,
#r_subscribe,
#r_promo_agreement {
  margin-bottom: 10px;
  width: 1020px;
  margin: 0 -36%;
}
#r_subscribe {
  padding-left: 20px;
  position: relative;
}
#r_subscribe .table-cell {
  position: static;
}
#r_subscribe input {
  position: absolute;
  top: 0;
  left: 0;
}
#submit-div {
  padding: 30px 0;
}
#submit-div .no_label {
  text-align: center;
}
.SubmitButt {
  background-color: var(--yamaha-violet);
  background: linear-gradient(
    180deg,
    rgba(151, 33, 121, 1) 0%,
    rgba(91, 31, 128, 1) 100%
  );
  border: 0;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  font-weight: 300;
  margin: 0 auto;
  padding: 1rem 2.75rem;
  transition: background-color 0.3s, color 0.3s;
}
.SubmitButt:hover {
  background-color: var(--yamaha-violet2);
  background: linear-gradient(
    180deg,
    rgba(91, 31, 128, 1) 0%,
    rgba(151, 33, 121, 1) 100%
  );
}

.required {
  color: #f780a8;
}
div.required {
  color: #000000;
}
div.required span {
  color: #f780a8;
}
#form_titles {
  display: none;
  margin: 0 0 50px 0;
  padding-left: 50px;
}
#form_titles h2 {
  font-size: 32px;
  margin: 0 0 50px 0;
}
#form_titles a {
  background: white;
  border-radius: 5px;
  color: black;
  display: inline-block;
  font-family: "GT-America-Compressed-Bold-Y";
  font-size: 28px;
  margin: 0 0 50px 0;
  padding: 25px 50px;
  text-transform: uppercase;
}
#form_titles a:hover {
  background: var(--yamaha-violet);
  color: white;
  text-decoration: none;
}
#form_titles h3 {
  color: #878787;
  font-size: 24px;
  margin: 0 0 15px 0;
}
#form_titles h4 {
  color: #878787;
  font-size: 20px;
}
.drow {
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
}
#a_l_txt_title,
#a_l_txt_bank_details_international,
#a_l_txt_new_productgroup_all {
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.second_row {
  background: #eee;
  float: right;
  margin: 0 0 30px 0;
  padding: 30px;
  width: 50%;
}
#bank_benficiary_u_info,
[id^="date_purchase"],
#bank_benficiary_individual_u_info,
div[id^="products_promotion"] {
  color: #a6a6a6;
  font-size: 12px;
  padding: 0;
}
[id^="r_date_purchase"] .table-cell {
  position: relative;
}
.ui-datepicker-trigger {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
}
.field-row .inputfile.inputfile__btn + label {
  background: var(--yamaha-violet-dark) !important;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  transition: background-color 0.3s, color 0.3s;
}
.inputfile + label .icon {
  margin-right: 0.5rem !important;
}
.field-row .inputfile.inputfile__btn + label span {
  display: block;
  padding-left: 2rem;
}
.field-row .inputfile.inputfile__btn + label:hover {
  background-color: var(--yamaha-violet) !important;
}
.tc-box .tc-box-textarea {
  background: rgba(238, 238, 238, 0.5);
  border: 0;
}
.tc-box .tc-box-textarea ul li {
  font-size: 14px;
}
#r_purchase_upload_file .dynamic_info_logo,
[id^="r_purchase_upload"] .dynamic_info_logo {
  right: 5px;
}
#store_name_crm_auto_validate {
  float: left;
  width: 50%;
}
#r_purchase_upload_file .table-cell {
  float: left;
  width: 50%;
}
#a_l_first_name_div {
  display: none;
}
[lang="fi"] #a_l_first_name_div,
[lang="no"] #a_l_first_name_div,
[lang="sv"] #a_l_first_name_div {
  display: block;
}
#answer_61177,
#answer_61163,
#answer_61174 {
  display: none;
}
#r_answer_61177.field-row .table-cell.coll1,
#r_answer_61163.field-row .table-cell.coll1,
#r_answer_61174.field-row .table-cell.coll1 {
  width: 100%;
  font-weight: bold;
}

#r_answer_58408 label,
#r_answer_58390 label,
#r_answer_58427 label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
  opacity: 1;
}
#r_answer_58408 input,
#r_answer_58390 input,
#r_answer_58427 input {
  display: none;
}
#r_answer_58408 .table-cell,
#r_answer_58390 .table-cell,
#r_answer_58427 .table-cell {
  width: 100%;
}

.table-body .table-cell.id {
  background-color: #ddd2eb;
}
#store_name_crm_autocomplete {
  width: 50%;
}
.dynamic_info_logo {
  top: 8px;
  right: 5px;
}
[id^="r_date_"] .dynamic_info_logo {
  top: 5px;
  right: 40px;
}

.table-cell a {
  word-wrap: break-word;
}

#main.ty #info_text_holder {
  display: none;
}
#main.ty #promo_content.info_text_left #info_text_holder,
#main.ty #form_titles h2 + p,
#main.ty #form_titles h3,
#main.ty #form_titles h4 {
  display: none;
}
#main.ty #promo_content.info_text_left #form_holder {
  float: none;
  width: 100%;
}
#main.ty #form_titles {
  float: right;
  width: 50%;
}
#main.ty #form_wrapper {
  clear: both;
}
#main.ty #form_wrapper {
  line-height: 1.5;
  margin: 0 auto;
  max-width: 800px;
  padding: 100px 0;
  text-align: center;
}
#main.ty #form_wrapper h1 {
  font-size: 30px;
  margin: 0 0 30px 0;
}

#main.ty > div.appl_alert > h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}

.p348 .appl_alert {
  padding: 100px;
}

.p413 #main h1 {
  font-size: 24px;
  margin: 30px auto;
  text-align: center;
}
.p413 #main > form {
  padding-bottom: 2rem;
}
.check-status .table-cell {
  border: 1px solid #ddd2eb;
}
.p413 #footer {
  display: none;
}
.check-status {
  background: #ccc;
  border-radius: 5px;
  color: black;
}
.check-status h2 {
  border-bottom: 0;
  font-family: "GT-America-Compressed-Bold-Y", Arial, sans-serif;
  font-size: 36px;
}
#button_ajax,
#btn_new_search {
  background-color: var(--yamaha-violet);
  background: linear-gradient(
    180deg,
    rgba(151, 33, 121, 1) 0%,
    rgba(91, 31, 128, 1) 100%
  );
  border: 0;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  font-family: "GT-America-Compressed-Bold-Y", Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 1rem 2.75rem;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s;
}
#button_ajax:hover,
#btn_new_search:hover {
  background-color: var(--yamaha-violet2);
  background: linear-gradient(
    180deg,
    rgba(91, 31, 128, 1) 0%,
    rgba(151, 33, 121, 1) 100%
  );
}
#l_promotion_submission_id {
  font-size: 20px;
  padding: 0;
}
#r_promotion_submission_id {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.check-status input[type="text"] {
  padding: 10px;
  width: 100%;
}
.form-field.submit,
.check-status .foot {
  text-align: center;
}

div[id^="products_promotion"] a {
  display: inline-block;
}
div[id^="products_promotion"] .expandable {
  display: none;
  padding-top: 15px;
}
div[id^="products_promotion"] table {
  background: #eee;
  color: black;
}
div[id^="products_promotion"] td {
  border-bottom: 1px solid white;
  padding: 5px;
}

.p111 h1.type2 {
  font-weight: bold;
  margin: 30px 0;
}

.ui-widget-header {
  background: #5b1f80 !important;
  border-color: #5b1f80 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #5b1f80 !important;
}

#alertBox {
  color: black;
}

#r_answer_60839 .table-cell:nth-child(2),
#r_answer_60821 .table-cell:nth-child(2),
#r_answer_60858 .table-cell:nth-child(2) {
  display: none;
}
#r_answer_60839.field-row .table-cell.coll1,
#r_answer_60821.field-row .table-cell.coll1,
#r_answer_60858.field-row .table-cell.coll1 {
  width: 100%;
  font-weight: bold;
}
.tc-box .tc-box-checkbox {
  display: flex;
  align-items: baseline;
}
.field-row .table-cell.all_colls {
  display: flex;
  align-items: baseline;
}
select + .dynamic_info_logo.selected {
  right: 18px;
}

@media (max-width: 1220px) {
  .hero .links {
    max-width: 1130px;
    padding-right: 1rem;
  }
  #info_text,
  #form_holder {
    max-width: 1100px;
  }
  #r_terms_conditions_box,
  #r_subscribe,
  #r_promo_agreement {
    margin: 0;
  }
}

@media (max-width: 1100px) {
  #header_text .hero {
    height: fit-content;
    padding-bottom: 0;
  }
  #header_text .hero img {
    height: auto;
  }
  .hero .links {
    bottom: 2rem;
    position: absolute;
    margin: 0;
  }
}

@media (max-width: 1060px) {
  #r_terms_conditions_box,
  #r_subscribe,
  #r_promo_agreement {
    width: unset;
    margin: 0 auto;
  }
}

@media (max-width: 960px) {
  #main {
    padding: 0;
  }
  #header_text .block1,
  #header_text .hero,
  #info_text table {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #header_text .block1,
  #header_text {
    margin-top: 0;
  }
  #header_text .block1 {
    padding: 1rem;
  }

  #header_text .hero {
    text-align: center;
  }
  .first_row.startcol1,
  .first_row.startcol,
  .first_row.startgroup1,
  .second_row {
    float: none;
    width: 100%;
  }
  #promo_content.info_text_left #info_text_holder,
  #promo_content.info_text_left #form_holder {
    float: none;
    margin: 15px 0;
    padding: 0;
    width: 100%;
  }
  #header_text {
    grid-template-columns: 1fr;
  }
  #header_text .block1 {
    padding-top: 3rem;
  }
  #header_text h2 {
    font-size: 28px;
    margin: 0 0 1.5rem 0;
  }
  #info_text h3 {
    font-size: 34px;
  }
  #header_text a {
    font-size: 24px;
  }
  #header_text .block1 {
    padding-top: 1rem;
  }
  #info_text h3 {
    font-size: 34px;
  }
  #info_text .models {
    font-size: 28px;
  }
  #info_text table {
    width: 100%;
    padding: 0;
    margin: 0 auto 2.5rem auto;
  }
  #promo_content.info_text_left #info_text_holder {
    margin: 0;
  }
}

@media (max-width: 840px) {
  #info_text h3 {
    font-size: 30px;
    text-align: center;
  }
  #info_text ul {
    width: 100%;
  }
  #info_text .models {
    position: initial;
    text-align: left;
    margin-top: 1.5rem;
  }
}

@media (max-width: 800px) {
  #header_text .text {
    padding: 15px;
    position: static;
  }
  #header_text li p {
    float: none;
    word-break: break-word;
  }
  #info_text h2 {
    font-size: 34px;
  }
  .table-scroll {
    overflow-x: auto;
  }
  .table-scroll table {
    width: 800px;
  }
}

@media (max-width: 680px) {
  #header_text .hero img#gallerycontainer_imgitem_19808 {
    display: none;
  }
  #header_text .hero img#gallerycontainer_imgitem_19809 {
    display: block;
  }
  .hero .links {
    position: unset;
    padding: 0 1rem 2rem 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  #extend_content #content table {
    font-size: 13px;
  }
  #extend_content #content td {
    padding: 4px;
  }
}

@media (max-width: 480px) {
  #info_text .buttons {
    flex-direction: column;
  }
  #info_text .buttons a {
    margin: 10px 0;
    width: 100%;
  }
  .table-cell.coll1_field_sub_group_btm,
  .table-cell.coll1,
  .table-cell,
  #store_name_crm_autocomplete {
    float: none;
    width: 100% !important;
  }
  #info_text table,
  #content table {
    margin: 0 0 35px 0;
    width: 100%;
  }
  #form_titles {
    padding-left: 0;
    text-align: center;
  }
  #info_text td {
    padding: 5px;
  }
  #r_promotion_submission_id {
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  select + .dynamic_info_logo.selected {
    right: 5px;
  }
}

@media (max-width: 380px) {
  #header_text a {
    font-size: 22px;
  }
  #info_text ul img {
    width: 48px;
  }
  #info_text ul li p {
    word-break: break-word;
  }
  #info_text p {
    margin: 0;
  }
}
