body {
  width: 85%;
  max-width: 1024px;
  margin: 0 auto;
  font-weight: 600; }
  @media screen and (max-width: 1080px) {
    body {
      padding-right: 0; } }
  body * {
    font-family: 'Arial', 'Source Sans Pro', sans-serif; }
  body .blue_underline {
    border-bottom: 1px solid #0000FF !important;
    padding-bottom: 0;
    color: #000000; }
  body .blue {
    font-weight: 700;
    color: #0000FF;
    line-height: 1; }
  body .container {
    width: 100%;
    max-width: 564px;
    margin: 0 auto;
    position: relative; }
    body .container h1 {
      font-size: 28px;
      font-weight: 700;
      margin: 50px 0 20px 0; }
    body .container .intro-text {
      color: #0000FF; }
    body .container h2 {
      font-size: 24px;
      font-weight: 700;
      border-bottom: 2px solid #0000FF;
      display: inline-block;
      margin: 0 0 10px 0; }
    body .container strong {
      font-weight: 700; }
    body .container section {
      margin: 0 0 0 0; }
      body .container section#form_confirmation, body .container section#form_section, body .container section#form_error {
        display: none; }
        body .container section#form_confirmation.active, body .container section#form_section.active, body .container section#form_error.active {
          display: block; }
    body .container #form_info {
      font-weight: 600; }
      body .container #form_info .form_section {
        font-size: 16px; }
        body .container #form_info .form_section .form_container {
          margin-bottom: 20px; }
        body .container #form_info .form_section .flex_left_container {
          margin-top: 50px;
          margin-bottom: 10px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          body .container #form_info .form_section .flex_left_container .blue_button {
            border-right: 0; }
          body .container #form_info .form_section .flex_left_container .blue_button:last-child {
            border-right: 1px solid #0000FF; }
          @media screen and (max-width: 640px) {
            body .container #form_info .form_section .flex_left_container {
              flex-wrap: wrap; }
              body .container #form_info .form_section .flex_left_container .blue_button {
                border-right: 1px solid #0000FF; } }
          body .container #form_info .form_section .flex_left_container .fake_label {
            margin-right: 8px;
            margin-bottom: 10px;
            width: 25%; }
        body .container #form_info .form_section .flex_container {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap; }
        body .container #form_info .form_section .half_content {
          margin-bottom: 0px; }
          body .container #form_info .form_section .half_content input[type=text] {
            width: 47%;
            margin-bottom: 20px; }
            @media screen and (max-width: 640px) {
              body .container #form_info .form_section .half_content input[type=text] {
                width: 100%; } }
        body .container #form_info .form_section .full_content input[type=text] {
          width: 100%; }
        body .container #form_info .form_section ::placeholder {
          color: #000000 !important; }
        body .container #form_info .form_section ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #000000 !important; }
        body .container #form_info .form_section ::-moz-placeholder {
          /* Firefox 19+ */
          color: #000000 !important; }
        body .container #form_info .form_section :-ms-input-placeholder {
          /* IE 10+ */
          color: #000000 !important; }
        body .container #form_info .form_section :-moz-placeholder {
          /* Firefox 18- */
          color: #000000 !important; }
        body .container #form_info .form_section input {
          color: #0000FF;
          font-weight: 600;
          outline-width: 0; }
          body .container #form_info .form_section input.hidden_input {
            display: none; }
        body .container #form_info .form_section input[type=radio]:checked + label.blue_button, body .container #form_info .form_section input[type=checkbox]:checked + label.blue_button {
          font-size: 12px;
          background-color: #0000FF;
          color: #ffffff; }
        body .container #form_info .form_section input[type=text] {
          font-size: 16px;
          padding-bottom: 5px;
          border: 0;
          border-bottom: 1px solid #000000; }
          body .container #form_info .form_section input[type=text].alert {
            color: #FF6200;
            border-bottom: 1px solid #FF6200; }
            body .container #form_info .form_section input[type=text].alert::placeholder {
              color: #FF6200; }
        body .container #form_info .form_section #input_function {
          margin-top: 10px;
          width: 100%;
          padding: 10px;
          border-radius: 0;
          border: 1px solid #000000; }
        body .container #form_info .form_section label.radio_label {
          width: 168px;
          padding: 12px;
          margin: 0 0 10px 0;
          line-height: 1; }
        body .container #form_info .form_section .blue_button {
          display: inline-block;
          box-sizing: border-box;
          text-align: center;
          vertical-align: middle;
          font-weight: 600;
          background-color: #ffffff;
          border: 1px solid #0000FF;
          color: blue;
          cursor: pointer;
          font-size: 12px; }
          @media screen and (max-width: 640px) {
            body .container #form_info .form_section .blue_button {
              width: 100% !important; } }
          body .container #form_info .form_section .blue_button:hover {
            background-color: #0000FF;
            color: #ffffff; }
        body .container #form_info .form_section .checkbox_container {
          margin-bottom: 25px; }
          body .container #form_info .form_section .checkbox_container label {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            cursor: pointer;
            font-size: 12px;
            padding-left: 35px; }
            body .container #form_info .form_section .checkbox_container label p {
              margin: 0 0 0 0; }
            body .container #form_info .form_section .checkbox_container label a {
              color: #000000; }
          body .container #form_info .form_section .checkbox_container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0; }
          body .container #form_info .form_section .checkbox_container input:checked ~ .checkmark {
            background-color: #0000FF;
            border-color: #0000FF; }
          body .container #form_info .form_section .checkbox_container .checkmark {
            position: absolute;
            left: 0;
            height: 20px;
            width: 20px;
            background-color: #ffffff;
            border: 1px solid #000000; }
            body .container #form_info .form_section .checkbox_container .checkmark:after {
              content: "";
              position: absolute;
              display: none;
              left: 6px;
              top: 2px;
              width: 5px;
              height: 10px;
              border: solid white;
              border-width: 0 3px 3px 0;
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
          body .container #form_info .form_section .checkbox_container input:checked ~ .checkmark:after {
            display: block; }
          body .container #form_info .form_section .checkbox_container#subscription_conainter label {
            color: #0000FF;
            font-size: 13px; }
          body .container #form_info .form_section .checkbox_container#subscription_conainter .checkmark {
            border: 1px solid #0000FF; }
        body .container #form_info .form_section #btn_submit {
          width: 150px;
          height: 40px;
          font-size: 16px; }
        body .container #form_info .form_section .mention {
          font-weight: normal;
          font-size: 0.7em; }
          body .container #form_info .form_section .mention a {
            color: #0000FF; }
      body .container #form_info .alert {
        color: #FF6200 !important; }
        body .container #form_info .alert .blue_button {
          color: #FF6200;
          border: 1px solid #FF6200; }
          body .container #form_info .alert .blue_button:last-child {
            border-right: 1px solid #FF6200 !important; }
          body .container #form_info .alert .blue_button:hover {
            border: 1px solid #0000FF; }
        body .container #form_info .alert a {
          color: #FF6200 !important; }
        body .container #form_info .alert .checkmark {
          border: 1px solid #FF6200 !important; }
      body .container #form_info .alert_container {
        color: #FF6200;
        font-weight: 300;
        font-size: 12px;
        height: 15px;
        margin-bottom: 20px;
        visibility: hidden; }
        body .container #form_info .alert_container.active {
          visibility: visible; }
        body .container #form_info .alert_container.margin-top {
          margin-top: 15px; }
        body .container #form_info .alert_container .exclamation_point {
          background-color: #FF6200;
          color: #ffffff;
          border-radius: 15px;
          padding: 1px 6px;
          margin-right: 5px;
          width: 15px;
          height: 15px; }
        body .container #form_info .alert_container.success {
          color: green !important;
          font-weight: bold;
          font-size: 18px; }
      body .container #form_info #language_container {
        margin-top: 0px; }
    body .container .unsubscribe-title {
      margin-bottom: 20px; }
    body .container #form_unsub .checkmark {
      position: absolute;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #ffffff;
      border: 1px solid #0000FF; }
      body .container #form_unsub .checkmark:after {
        content: "";
        position: absolute;
        display: none;
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    body .container #form_unsub input:checked ~ .checkmark:after {
      display: block; }
    body .container #form_unsub label {
      color: #0000FF;
      font-size: 13px;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      cursor: pointer;
      padding-left: 35px;
      margin-bottom: 20px; }
    body .container #form_unsub input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
    body .container #form_unsub input:checked ~ .checkmark {
      background-color: #0000FF;
      border-color: #0000FF; }
    body .container #form_unsub #btn_submit-unsub {
      width: 150px;
      height: 40px;
      font-size: 16px;
      display: inline-block;
      box-sizing: border-box;
      text-align: center;
      vertical-align: middle;
      font-weight: 600;
      background-color: #ffffff;
      border: 1px solid #0000FF;
      color: blue;
      cursor: pointer; }
      body .container #form_unsub #btn_submit-unsub:hover {
        background-color: #0000FF;
        color: #ffffff; }
    body .container #form_unsub .alert_container {
      color: #FF6200;
      font-weight: 300;
      font-size: 12px;
      height: 15px;
      margin-bottom: 20px;
      visibility: hidden; }
      body .container #form_unsub .alert_container.active {
        visibility: visible; }
      body .container #form_unsub .alert_container.success {
        color: green !important;
        font-weight: bold; }
    body .container #form_unsub .alert {
      color: #FF6200; }
      body .container #form_unsub .alert .checkmark {
        border: 1px solid #FF6200 !important; }
  body #social {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    body #social .social_img {
      width: 30px;
      height: 30px; }

header {
  position: relative;
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
  padding: 30px 0; }
  header #table_title {
    height: 273px; }
  header .logo_container {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #000000; }
    header .logo_container a #logo {
      width: 250px;
      height: 273px; }
    header .logo_container a .blue_underline {
      border-bottom: 3px solid #0000FF !important; }
    header .logo_container a:visited {
      color: inherit; }
    header .logo_container .header_point {
      height: 100px;
      width: 100px;
      vertical-align: bottom; }
  header .language_container {
    height: 100%;
    right: 0;
    margin-bottom: 20px;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center; }
    header .language_container .lang {
      color: #0000FF;
      border: 2px solid #0000FF;
      width: 25px;
      height: 25px;
      margin-left: 15px;
      border-radius: 30px;
      text-decoration: none;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      font-size: 12px;
      line-height: 12px;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold; }
      header .language_container .lang.active {
        color: #ffffff;
        background-color: #0000FF; }

@media screen and (max-width: 800px) {
  header .logo_container {
    font-size: 18px; }
    header .logo_container a #logo {
      width: 150px;
      height: 164px; }
    header .logo_container #table_title {
      height: 164px; }
      header .logo_container #table_title .header_point {
        height: 50px;
        width: 50px; } }

footer {
  position: relative;
  width: 100%;
  max-width: 564px;
  margin: 0 auto;
  padding: 30px 0; }
  footer .footer_container {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap; }
    footer .footer_container #logo_footer {
      width: 130px;
      height: 86px;
      margin-right: 45px;
      margin-bottom: 20px; }
    footer .footer_container .contact_container {
      display: flex;
      flex-direction: column;
      color: #0000FF;
      font-size: 14px;
      font-weight: 600; }
      footer .footer_container .contact_container a {
        color: #0000FF;
        text-decoration: none; }
      footer .footer_container .contact_container .separator {
        width: 25px;
        height: 1px;
        display: block;
        background-color: #0000FF;
        margin: 8px 0; }
