@import url(/site/fonts/Satoshi/css/satoshi.css);html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  font-family: "Satoshi";
}

strong {
  font-weight: bold;
}

body {
  background-color: #fff;
  font-family: "Satoshi";
  background-image: url("/site/images/digital-signature/bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 717.98px) {
  body {
    background-size: cover;
  }
}

.d-none {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 718px) {
  .container {
    width: 700px;
  }
}

@media (min-width: 932px) {
  .container {
    width: 910px;
  }
}

@media (min-width: 1130px) {
  .container {
    width: 1100px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

html[dir=rtl] .hero {
  flex-direction: row-reverse;
}

@media (max-width: 717.98px) {
  html[dir=rtl] .hero {
    flex-direction: column;
  }
}

html[dir=rtl] .hero .content .language-selector {
  flex-direction: row-reverse;
}

html[dir=rtl] .social-container {
  flex-direction: row-reverse;
}

@media (max-width: 931.98px) {
  html[dir=rtl] .social-container {
    flex-direction: column;
  }
}

html[dir=rtl] .success-notification .form-group {
  flex-direction: row-reverse;
}

html[lang=fr] .social-container .social-action .action-text {
  font-size: 12px;
}

@media (max-width: 717.98px) {
  html[lang=fr] .social-container .social-action .action-text {
    font-size: 16px;
  }
}

html[lang=fr] .social-container .social-action .hashtags p {
  font-size: 12px;
}

@media (max-width: 717.98px) {
  html[lang=fr] .social-container .social-action .hashtags p {
    font-size: 14px;
  }
}

header {
  background-color: #FAFAFA;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(177, 177, 177, 0.2);
}

@media (max-width: 717.98px) {
  header {
    height: 70px;
  }
}

header .logo {
  display: flex;
  align-items: center;
}

header .logo a {
  margin-inline-start: 26px;
}

@media (max-width: 717.98px) {
  header .logo img {
    width: 75px;
  }
}

header .logo::after {
  content: "";
  display: block;
  width: 1px;
  height: 47px;
  background-color: #000;
  margin: 0 36px;
}

@media (max-width: 717.98px) {
  header .logo::after {
    height: 30px;
    margin: 0 20px;
  }
}

header span {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
}

.page-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.page-title h1 {
  display: block;
  font-weight: 700;
  font-size: 32px;
  color: #7E042E;
  margin-bottom: 10px;
}

@media (max-width: 717.98px) {
  .page-title h1 {
    font-size: 22px;
  }
}

.page-title svg {
  width: 100%;
  max-width: 643px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.hero {
  width: 100%;
  display: flex;
  gap: 20px;
}

@media (max-width: 931.98px) {
  .hero {
    flex-direction: column;
  }
}

.hero .image {
  width: 100%;
}

.hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  border: 1px solid #DCDCDC;
}

.hero .content {
  flex-shrink: 0;
  width: 438px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (max-width: 931.98px) {
  .hero .content {
    width: 100%;
    margin-top: 15px;
  }
}

.hero .content .language-selector {
  width: 100%;
  height: 48px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  gap: 30px;
}

@media (max-width: 717.98px) {
  .hero .content .language-selector {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 10px 20px;
  }
}

.hero .content .language-selector a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: #8A8A8A;
  font-weight: 500;
}

@media (max-width: 717.98px) {
  .hero .content .language-selector a {
    white-space: nowrap;
  }
}

.hero .content .language-selector a.active {
  color: #575757;
  font-weight: 700;
}

.hero .content .language-selector a.active::after {
  opacity: 1;
}

.hero .content .language-selector a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #C7C7C7;
  margin-left: 6px;
  opacity: 0;
}

.hero .content .info {
  background-color: #F8F8F8;
  padding: 22px 27px;
  padding-inline-end: 70px;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

@media (max-width: 717.98px) {
  .hero .content .info {
    padding: 22px 20px;
  }
}

.hero .content .info .show-popup-button {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  background-color: #7E042E;
  color: #F8F8F8;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.hero .content .info span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}

@media (max-width: 717.98px) {
  .hero .content .info span {
    line-height: 1.2;
  }

  .hero .content .info span strong {
    display: block;
  }
}

.hero .content .info .progress-container {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
}

.hero .content .info .progress-container .bar {
  width: 100%;
  height: 100%;
  background-color: #DDDDDD;
  border-radius: 1px;
  position: relative;
}

.hero .content .info .progress-container .bar.active {
  background-color: #400016;
}

.hero .content .info .progress-container .bar.active:nth-child(1) {
  background-color: rgb(172.0975609756, 48.4024390244, 90.5304878049);
}

.hero .content .info .progress-container .bar.active:nth-child(2) {
  background-color: rgb(152.1951219512, 42.8048780488, 80.0609756098);
}

.hero .content .info .progress-container .bar.active:nth-child(3) {
  background-color: rgb(132.2926829268, 37.2073170732, 69.5914634146);
}

.hero .content .info .progress-container .bar.active:nth-child(4) {
  background-color: rgb(112.3902439024, 31.6097560976, 59.1219512195);
}

.hero .content .info .progress-container .bar.active:nth-child(5) {
  background-color: rgb(92.487804878, 26.012195122, 48.6524390244);
}

.hero .content .info .progress-container .bar.active:nth-child(6) {
  background-color: rgb(72.5853658537, 20.4146341463, 38.1829268293);
}

.hero .content .info .progress-container .bar.active:nth-child(7) {
  background-color: rgb(52.6829268293, 14.8170731707, 27.7134146341);
}

.hero .content .info .progress-container .bar.active:nth-child(8) {
  background-color: rgb(32.7804878049, 9.2195121951, 17.243902439);
}

.hero .content .info .progress-container .bar.active:nth-child(9) {
  background-color: rgb(12.8780487805, 3.6219512195, 6.7743902439);
}

.hero .content .info .progress-container .bar.active:nth-child(10) {
  background-color: black;
}

.hero .content .info .progress-container .bar.active:nth-child(11) {
  background-color: black;
}

.hero .content .info .progress-container .bar.active:nth-child(12) {
  background-color: black;
}

.hero .content .info .progress-container .bar.active:nth-child(13) {
  background-color: black;
}

.hero .content .info .progress-container .bar.active:nth-child(14) {
  background-color: black;
}

.hero .content .info .progress-container .bar.active:nth-child(15) {
  background-color: black;
}

.hero .content .info .progress-container .bar.hidden {
  background-color: transparent;
}

.hero .content .info .progress-text {
  display: block;
  color: #7E042E;
  font-size: 20px;
  margin-bottom: 14px;
}

@media (max-width: 717.98px) {
  .hero .content .info .progress-text {
    font-size: 16px;
  }
}

.hero .content .info .progress-text strong {
  position: relative;
}

.hero .content .info .progress-text strong::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #7E042E;
}

.hero .content .form {
  width: 100%;
}

.hero .content .form .form-group {
  width: 100%;
  position: relative;
  margin-bottom: 7px;
}

.hero .content .form .form-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hero .content .form .form-group input[type=text],
.hero .content .form .form-group input[type=email],
.hero .content .form .form-group input[type=password] {
  width: 100%;
  background: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  padding: 13px 27px;
  padding-right: 70px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  outline: none;
}

.hero .content .form .form-group input[type=text]::-moz-placeholder, .hero .content .form .form-group input[type=email]::-moz-placeholder, .hero .content .form .form-group input[type=password]::-moz-placeholder {
  color: #8A8A8A;
}

.hero .content .form .form-group input[type=text]::placeholder,
.hero .content .form .form-group input[type=email]::placeholder,
.hero .content .form .form-group input[type=password]::placeholder {
  color: #8A8A8A;
}

.hero .content .form .form-group input[type=text]:focus,
.hero .content .form .form-group input[type=email]:focus,
.hero .content .form .form-group input[type=password]:focus {
  border: 1px solid #7E042E;
}

.hero .content .form .form-group input[type=text]:-webkit-autofill,
.hero .content .form .form-group input[type=text]:-webkit-autofill:hover,
.hero .content .form .form-group input[type=text]:-webkit-autofill:focus,
.hero .content .form .form-group input[type=text]:-webkit-autofill:active,
.hero .content .form .form-group input[type=email]:-webkit-autofill,
.hero .content .form .form-group input[type=email]:-webkit-autofill:hover,
.hero .content .form .form-group input[type=email]:-webkit-autofill:focus,
.hero .content .form .form-group input[type=email]:-webkit-autofill:active,
.hero .content .form .form-group input[type=password]:-webkit-autofill,
.hero .content .form .form-group input[type=password]:-webkit-autofill:hover,
.hero .content .form .form-group input[type=password]:-webkit-autofill:focus,
.hero .content .form .form-group input[type=password]:-webkit-autofill:active {
  -webkit-text-fill-color: #7E042E !important;
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.hero .content .form .form-group input[type=text]::-webkit-autofill::first-line,
.hero .content .form .form-group input[type=email]::-webkit-autofill::first-line,
.hero .content .form .form-group input[type=password]::-webkit-autofill::first-line {
  font-family: "Satoshi";
  font-size: 16px;
}

.hero .content .form .form-group input[type=text]:-moz-autofill,
.hero .content .form .form-group input[type=text]:-moz-autofill-preview,
.hero .content .form .form-group input[type=email]:-moz-autofill,
.hero .content .form .form-group input[type=email]:-moz-autofill-preview,
.hero .content .form .form-group input[type=password]:-moz-autofill,
.hero .content .form .form-group input[type=password]:-moz-autofill-preview {
  filter: none;
  color: #7E042E !important;
}

.hero .content .form .form-group svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.hero .content .form .form-group svg.filled {
  display: none;
}

.hero .content .form .form-group.filled input {
  border: 1px solid #7E042E;
  color: #7E042E;
}

.hero .content .form .form-group.filled svg {
  display: none;
}

.hero .content .form .form-group.filled svg.filled {
  display: block;
}

.hero .content .form .form-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  gap: 5px;
}

.hero .content .form .form-checkbox {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #f9f9f9;
  cursor: pointer;
}

.hero .content .form .form-checkbox.checked {
  background-color: #FFF2F2;
}

.hero .content .form .form-checkbox input[type=checkbox] {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  accent-color: #7E042E;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.hero .content .form .form-checkbox span {
  font-size: 14px;
  font-weight: 500;
  color: #8A8A8A;
}

.hero .content .form button {
  width: 50%;
  padding: 12px 20px;
  background-color: #7E042E;
  border: 1px solid #7E042E;
  color: #F8F8F8;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .content .form button svg {
  margin-inline-end: 4px;
}

.hero .content .form button:hover {
  background-color: rgb(76.5692307692, 2.4307692308, 27.9538461538);
}

.hero .content .form .alert {
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 4px;
  display: none;
}

.hero .content .form .alert.alert-danger {
  background-color: rgba(126, 4, 46, 0.1);
  border: 1px solid rgba(126, 4, 46, 0.2);
  color: #7E042E;
}

.hero .content .form .alert strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #7E042E;
  font-weight: 600;
}

.hero .content .form .alert ul {
  margin: 0.5rem 0 0 1rem;
  padding: 0;
  list-style-type: disc;
}

.hero .content .form .alert ul li {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #7E042E;
}

.hero .content .form .alert ul li:last-child {
  margin-bottom: 0;
}

.hero .content .confirmation-notification {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
}

.hero .content .confirmation-notification.show {
  display: flex;
}

.hero .content .confirmation-notification.show .items .item {
  animation: fadeInUp 1.5s ease forwards;
  opacity: 0;
}

.hero .content .confirmation-notification.show .items .item:nth-child(1) {
  animation-delay: 0.15s;
}

.hero .content .confirmation-notification.show .items .item:nth-child(2) {
  animation-delay: 0.3s;
}

.hero .content .confirmation-notification.show .items .item:nth-child(3) {
  animation-delay: 0.45s;
}

.hero .content .confirmation-notification.show .items .item:nth-child(4) {
  animation-delay: 0.6s;
}

.hero .content .confirmation-notification.show .items .item:nth-child(5) {
  animation-delay: 0.75s;
}

.hero .content .confirmation-notification .items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .content .confirmation-notification .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero .content .confirmation-notification .items .item.green .icon {
  background: #D9FFD2;
  border: 1px solid #67915F;
}

.hero .content .confirmation-notification .items .item.green span {
  color: #2A5B20;
}

.hero .content .confirmation-notification .items .item.yellow .icon {
  background: #FFFDF2;
  border: 1px solid #8B6A1B;
}

.hero .content .confirmation-notification .items .item.yellow span {
  color: #745916;
}

.hero .content .confirmation-notification .items .item.red .icon {
  background: #FFF2F2;
  border: 1px solid #7E042E;
}

.hero .content .confirmation-notification .items .item.red span {
  color: #7E042E;
}

.hero .content .confirmation-notification .items .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #D9FFD2;
  border: 1px solid #67915F;
  border-radius: 3px;
  margin-bottom: 12px;
}

.hero .content .confirmation-notification .items .item span {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #2A5B20;
  line-height: 1.3;
}

.hero .content .confirmation-notification .items .item::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M7%2012.175L7%20-3.93402e-07L9%20-3.0598e-07L9%2012.175L14.6%206.575L16%208L8%2016L-3.49691e-07%208L1.4%206.575L7%2012.175Z%22%20fill%3D%22%23B7B7B7%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  display: block;
  margin: 10px 0;
}

.hero .content .confirmation-notification .items .item:last-child::after {
  display: none;
}

.hero .content .success-notification {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  padding: 32px;
  transform: scale(0.8);
  transition: all 0.4s ease;
  z-index: 1;
}

.hero .content .success-notification.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  position: relative;
}

.hero .content .success-notification .message {
  width: 100%;
  margin-bottom: 15px;
}

.hero .content .success-notification .message p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #1C1B1B;
}

.hero .content .success-notification .message p .highlight {
  color: #7E042E;
  font-weight: 700;
}

.hero .content .success-notification .message p:last-child {
  margin-bottom: 0;
}

.hero .content .success-notification .form-group {
  display: flex;
  justify-content: space-between;
}

.hero .content .success-notification .form-group input {
  flex: 1;
  width: 100%;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px 14px;
  padding-right: 0;
  border-right: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #8A8A8A;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hero .content .success-notification .form-group button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 700;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  padding: 0 12px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #575757;
  cursor: pointer;
}

.hero .content .success-notification .form-group button svg {
  margin-inline-end: 5px;
}

.hero .content .success-notification .social-icons {
  display: flex;
  gap: 8px;
  margin-top: 13px;
}

.hero .content .success-notification .social-icons .social-icon {
  width: 50px;
  height: 50px;
  background-color: #F2F2F2;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease;
}

@media (max-width: 717.98px) {
  .hero .content .success-notification .social-icons .social-icon {
    width: 45px;
    height: 45px;
  }
}

.hero .content .success-notification .social-icons .social-icon:hover {
  background-color: #E0E0E0;
}

.hero .content .success-notification .images {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 13px;
}

.hero .content .success-notification .images .image {
  width: 33.33%;
  height: 140px;
  background-color: #F2F2F2;
  margin: 0;
  position: relative;
  border-radius: 3px;
}

.hero .content .success-notification .images .image .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  cursor: pointer;
}

.social-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

@media (max-width: 931.98px) {
  .social-container {
    flex-direction: column;
  }
}

.social-container .social-share {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  padding: 25px;
  border-radius: 5px;
  gap: 10px;
}

@media (max-width: 1130px) {
  .social-container .social-share {
    padding: 20px;
  }
}

@media (max-width: 717.98px) {
  .social-container .social-share {
    flex-direction: column;
    gap: 20px;
  }
}

.social-container .social-share .share-text h2 {
  font-size: 16px;
  font-weight: 700;
  color: #7E042E;
}

@media (max-width: 1130px) {
  .social-container .social-share .share-text h2 {
    font-size: 14px;
  }
}

.social-container .social-share .social-icons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.social-container .social-share .social-icons .social-icon {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

@media (max-width: 1130px) {
  .social-container .social-share .social-icons .social-icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 717.98px) {
  .social-container .social-share .social-icons .social-icon {
    width: 45px;
    height: 45px;
  }
}

.social-container .social-share .social-icons .social-icon:hover {
  border: 1px solid #7E042E;
}

.social-container .social-action {
  width: 438px;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 931.98px) {
  .social-container .social-action {
    width: 100%;
  }
}

@media (max-width: 717.98px) {
  .social-container .social-action {
    flex-direction: column;
  }
}

.social-container .social-action .action-text {
  flex-shrink: 0;
  width: 155px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-inline-end: 1px solid #C7C7C7;
  font-weight: 700;
  font-size: 16px;
  color: #1C1B1B;
  line-height: 1.2;
  text-decoration: none;
}

@media (max-width: 1130px) {
  .social-container .social-action .action-text {
    padding: 20px;
  }
}

@media (max-width: 717.98px) {
  .social-container .social-action .action-text {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #C7C7C7;
  }
}

.social-container .social-action .hashtags {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 717.98px) {
  .social-container .social-action .hashtags {
    padding: 20px;
  }
}

.social-container .social-action p {
  color: #7E042E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.text-area {
  width: 100%;
  margin-top: 78px;
  text-align: center;
}

.text-area h2 {
  font-weight: 700;
  font-size: 26px;
  color: #7E042E;
  margin-bottom: 34px;
}

.text-area .text {
  padding: 0 150px;
}

@media (max-width: 717.98px) {
  .text-area .text {
    padding: 0 20px;
  }
}

.text-area .text p {
  font-size: 20px;
  line-height: 27px;
  color: #1C1B1B;
  margin-bottom: 30px;
}

@media (max-width: 717.98px) {
  .text-area .text p {
    font-size: 18px;
    line-height: 24px;
  }
}

.text-area .text p strong {
  font-weight: 500;
}

.participants-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  gap: 42px;
}

@media (max-width: 717.98px) {
  .participants-container {
    flex-direction: column;
    gap: 20px;
  }
}

.participants-container .participants {
  width: 100%;
  padding: 16px;
  background-color: #F8F8F8;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  overflow: clip hidden;
  overscroll-behavior: contain;
}

@media (max-width: 717.98px) {
  .participants-container .participants.signers {
    order: 2;
  }
}

.participants-container .participants .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #7E042E;
  border-bottom: 2px solid #7E042E;
  padding: 16px;
}

.participants-container .participants .title svg {
  margin-inline-end: 8px;
}

.participants-container .participants .items {
  width: 100%;
  max-height: 730px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.participants-container .participants .items .item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid #C7C7C7;
}

.participants-container .participants .items .item:last-child {
  border-bottom: none;
}

.participants-container .participants .items .item .number {
  width: 40px;
  height: 40px;
  background-color: #7E042E;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-inline-end: 12px;
}

.participants-container .participants .items .item .name {
  font-size: 16px;
  color: #1C1B1B;
}

.participants-container .participants .items .item .name.bold {
  color: #1C1B1B;
  font-weight: 700;
}

.participants-container .participants .items .item .count {
  margin-inline-start: auto;
  font-size: 16px;
  color: #7E042E;
  font-weight: 700;
}

.content-popup {
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1000;
  padding: 20px;
}

.content-popup.show {
  display: flex;
}

.content-popup .body {
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 3px;
  border: 1px solid #C7C7C7;
}

@media (max-width: 717.98px) {
  .content-popup .body {
    padding: 20px;
    max-height: 85vh;
  }
}

.content-popup .body .content-text {
  width: 100%;
  background-color: #fff;
}

.content-popup .body .content-text .page-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.content-popup .body .content-text .page-title span {
  display: block;
  font-weight: 700;
  font-size: 30px;
  color: #7E042E;
  margin-bottom: 10px;
}

@media (max-width: 717.98px) {
  .content-popup .body .content-text .page-title span {
    font-size: 22px;
  }
}

.content-popup .body .content-text .page-title svg {
  width: 100%;
  max-width: 643px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.content-popup .body .content-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #1C1B1B;
  margin-bottom: 20px;
}

.content-popup .body .content-text p:last-child {
  margin-bottom: 0;
}

.content-popup .body .content-text ul {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 20px;
}

.content-popup .body .content-text ul li {
  font-size: 16px;
  line-height: 1.6;
  color: #1C1B1B;
  margin-bottom: 15px;
}

.content-popup .body .content-text ul li:last-child {
  margin-bottom: 0;
}

.content-popup .body .content-text strong {
  font-weight: 700;
  color: #7E042E;
}

.content-popup .body .content-text .sign-button {
  width: 50%;
  padding: 12px 20px;
  background-color: #7E042E;
  border: 1px solid #7E042E;
  color: #F8F8F8;
  text-decoration: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.content-popup .body .content-text .sign-button svg {
  margin-inline-end: 4px;
}

.content-popup .body .content-text .sign-button:hover {
  background-color: rgb(76.5692307692, 2.4307692308, 27.9538461538);
}

.content-popup .body .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.content-popup .body .close-button:hover {
  opacity: 0.8;
}

.content-popup .body .close-button svg {
  width: 20px;
  height: 20px;
}

.important-info {
  width: 100%;
  display: flex;
  gap: 3px;
  text-align: center;
  justify-content: center;
  margin-top: 80px;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 717.98px) {
  .important-info {
    text-align: left;
  }
}

.important-info svg {
  flex-shrink: 0;
  margin-top: -3px;
}

footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 40px 0;
  background-color: #F8F8F8;
  gap: 20px;
  border-top: 1px solid #C7C7C7;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

