.main-content *:not(i) {
  font-family: "PublicSans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #820ad1;
  --text-color: #555555;
  --muted-color: #000000;
  --bg-light: #f8f8f8;
}

.main-content .font-size-14mob {
  font-size: 14px;
}
.main-content .font-size-12mob {
  font-size: 12px;
}
.main-content .font-size-11mob {
  font-size: 11px;
}
.main-content .font-size-10mob {
  font-size: 10px;
}

.main-content p {
  margin: 0;
  color: var(--text-color);
  font-size: 16px;
  line-height: 145%;
}

.main-content .main-custom-btn {
  color: rgb(87, 177, 85);
  font-size: 16px;
  font-weight: 700;
  line-height: 145%;
  text-transform: uppercase;

  border: 1px solid rgb(87, 177, 85);
  border-radius: 8px;
  padding: 11px;
  text-align: center;
  width: 100%;
  background: white;
  cursor: pointer;
  margin-top: 16px;
  display: block;
}

.main-content .first-title {
  color: var(--muted-color);
  font-size: 24px;
  font-weight: bold;
  line-height: 125%;
}

.main-content .highlight-black {
  color: var(--muted-color);
  font-weight: 700;
}
.main-content .highlight-green {
  color: #57b155;
}
.main-content .highlight-red {
  color: #f20c0c;
}

.main-content .d-flex {
  display: flex;
  gap: 9px;
}
.main-content .d-flex .d-flex_text {
  font-size: 14px;
}
.main-content .dynamic-image {
  background: rgb(238, 238, 238);
}

.main-content .dynamic-image img {
  object-fit: cover;
  height: fit-content !important;
  min-height: min-content;
}
.main-content .dynamic-image > img {
  min-height: auto;
  object-fit: contain;
  height: auto !important;
}
.main-content .dynamic-image .d-flex {
  padding: 12px;
}

.main-content {
  padding: 16px;
  max-width: 640px;
  margin: 0 auto;
}

.main-content .highlight {
  font-weight: bold;
  color: var(--primary-color);
}

.main-content .breaking {
  font-weight: bold;
}

.main-content .hero img,
.main-content .legal img {
  width: 100%;
  /*height: fit-content;*/
  height: auto;
  margin: 0;
}

.main-content section {
  margin-bottom: 16px;
}

.main-content h2,
.main-content h3 {
  margin-bottom: 0.5rem;
}
.main-content h2 {
  font-size: 18px;
  line-height: 125%;
}
.main-content h3 {
  font-size: 16px;
}

.main-content .block-card {
  border: 1px solid rgb(221, 243, 221);
  box-shadow: 0px 1px 3.5px 0px rgba(106, 172, 91, 0.17);
  text-align: center;
  padding: 24px 16px;
  border-radius: 8px;
}

.main-content .block-card img {
  margin: 0 auto;

  min-height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.main-content .dynamic-image .d-flex_text p {
  font-size: 11px;
}
.main-content .dynamic-image .d-flex_text h2 {
  font-size: 14px;
}

.main-content .profile-card {
  background-color: #fff;
  margin-top: 16px;
}

.main-content .profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}

.main-content .profile-picture {
  width: 60px !important;
  border-radius: 50%;
  object-fit: cover;
  height: 60px !important;
}

.main-content .profile-info {
  display: flex;
  flex-direction: column;
}

.main-content .profile-name {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 125%;
}

.main-content .profile-title {
  margin: 0;
  font-size: 11px;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 125%;
}

.main-content .last-updated {
  color: rgb(85, 85, 85);
  font-size: 11px;
}

.main-content .profile-actions {
  display: flex;
  border-top: 1px solid rgb(238, 238, 238);
  border-bottom: 1px solid rgb(238, 238, 238);
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 18px;
}

.main-content .action-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: rgb(85, 85, 85);
  font-size: 11px;
  cursor: pointer;
  transition: color 0.2s;
}
.main-content .action-item span {
  margin-top: 4px;
}

.main-content .action-item:hover {
  color: #000;
}

.main-content .certificate {
  border: 1px solid rgb(221, 243, 221);
  border-radius: 8px;
  box-shadow: 0px 1px 3.5px 0px rgba(106, 172, 91, 0.17);
  background: rgb(255, 255, 255);
  margin-top: 16px;
}
.main-content .certificate * {
  font-family: "PTSerif", sans-serif;
}
.main-content .certificate-title {
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  background: rgb(0, 128, 0);
  border-radius: 8px 8px 0px 0px;
  margin: 0;
  padding: 8px;
  text-align: center;
  font-family: "PTSerif", sans-serif;
}
.main-content .certificate-description {
  color: rgb(85, 85, 85);
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px;
  text-align: center;
  background: rgb(235, 235, 235);
  margin: 0;
  font-weight: 700;
}
.main-content .certificate-content {
  padding: 16px;
}
.main-content .certificate-content-flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.main-content .certificate-flex-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-content .code-cert {
  color: rgb(0, 128, 0);
  text-align: center;
  font-weight: 700;
  background: rgba(211, 238, 211, 0.71);
  padding: 8px;
  margin: 0;
}
.main-content .certificate-logo {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 16px;
}
.main-content .certificate-logo img {
  min-width: 30px;
  height: auto !important;

  max-height: 60px;
  object-fit: contain;
}

.main-content #qrcode {
  max-width: 160px;
  margin: 25px auto 0 auto;
}

.main-content .approval-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-content .approval-list .approval-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .approval-list .approval-item .item-text {
  font-size: 14px;
  color: rgb(85, 85, 85);
}

.main-content .testimonial-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.main-content .testimonial-block {
  width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  background: rgb(235, 235, 235);
  padding: 16px;
  position: relative;

  max-width: fit-content;
}

.main-content .user-info {
  display: flex;
  align-items: center;

  gap: 8px;
}

.main-content .user-info img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
}

.main-content .user-details h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.main-content .user-details p {
  margin: 0;
  font-size: 11px;
  color: rgb(85, 85, 85);
  font-weight: 600;
  text-transform: uppercase;
}

.main-content .testimonial-text {
  font-size: 14px;
  line-height: 135%;
  color: rgb(0, 0, 0);
  margin-top: 8px;
}

.main-content .bank-notification {
  display: flex;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 8px;
  gap: 8px;
  position: relative;
  margin-top: 10px;
}

.main-content .bank-logo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff; /* Placeholder for the logo background */
  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  min-width: 40px;
}
.bank-logo::after {
  content: url("/img/messageICO.svg");
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 35px;
  top: 35px;
}

.main-content .bank-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 40px;
  max-width: 44px;
}

.main-content .bank-details {
  flex-grow: 1;
}

.main-content .bank-name {
  font-weight: 600;
  font-size: 15px;

  color: rgb(34, 34, 34);
}

.main-content .notification-text {
  font-size: 12px;
  color: rgb(63, 63, 63);
  line-height: 120%;
  margin: 0;
}

.main-content .notification-time {
  position: absolute;

  right: 14px;
  font-size: 12px;
  color: #999;
}

.main-content .card-line {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 6.3px 0px rgba(0, 0, 0, 0.08);
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
}

.main-content .card-line__aff-sub {
  color: rgb(141, 141, 141);
  font-size: 11px;
}

.main-content .card-line__progress-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-weight: 600;
  color: #333;
}

.main-content .card-line__records-left {
  font-size: 12px;
  color: #e53935;
}

.main-content .card-line__time-left {
  font-size: 12px;
  color: rgb(141, 141, 141);
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-content .card-line__progress-bar-container {
  margin-top: 16px;
  height: 12px;
  background: rgb(224, 224, 224);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.main-content .card-line__progress-bar {
  background: rgb(218, 30, 40);
  height: 100%;
  width: 89%;
  border-radius: 6px;
  position: relative;
}

.main-content .card-line__progress-bar-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.main-content .card-line__progress-bar-dot:nth-child(1) {
  left: 20%;
}

.main-content .card-line__progress-bar-dot:nth-child(2) {
  left: 40%;
}

.main-content .card-line__progress-bar-dot:nth-child(3) {
  left: 60%;
}

.main-content .card-line__progress-bar-dot:nth-child(4) {
  right: 1%;
}

.main-content .block-one-comment {
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
  background: rgb(235, 235, 235);
}
.main-content .block-one-comment .block-one-comment-ava {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
}
.main-content .block-one-comment .block-one-comment-ava img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.main-content .resumen-list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.main-content .resumen-list .resumen-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-content .resumen-list .resumen-item .item-text {
  font-size: 16px;
  color: rgb(85, 85, 85);
}
.main-content .resumen-list .resumen-item .item-text strong {
  color: #000000;
}

.main-content .instruction .instruction-card {
  border: 1px solid rgb(221, 243, 221);
  border-radius: 8px;
  box-shadow: 0px 1px 3.5px 0px rgba(106, 172, 91, 0.17);
  background: rgb(255, 255, 255);
  padding: 16px;
  margin-top: 16px;
}
.main-content .green-back-text {
  color: rgb(87, 177, 85);
  border-radius: 4px;
  background: rgb(217, 252, 216);
  font-size: 14px;
  padding: 8px;
  line-height: 135%;
}

@media (min-width: 768px) {
  .main-content {
    max-width: 832px;
    padding: 16px;
  }

  .main-content p {
    font-size: 20px;
  }

  .main-content h2 {
    font-size: 24px;
  }

  .main-content h3 {
    font-size: 20px;
  }

  .main-content .dynamic-image .d-flex_text p {
    font-size: 14px;
  }
  .main-content .dynamic-image .d-flex_text h2 {
    font-size: 24px;
  }

  .main-content .first-title {
    font-size: 32px;
  }

  .main-content .main-custom-btn {
    font-size: 18px;
    padding: 14px;
  }

  .main-content .green-back-text {
    font-size: 16px;
  }

  .main-content .bank-notification {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
  }

  .main-content .certificate-flex-blocks {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
  }

  .main-content
    .certificate-content-flex
    .certificate-content_side:first-child {
    flex: 0.8;
  }

  .main-content .d-flex .d-flex_text {
    font-size: 16px;
  }

  .main-content .approval-list .approval-item .item-text {
    font-size: 16px;
  }
  .main-content .testimonial-text {
    font-size: 16px;
  }
  .main-content .block-one-comment .font-size-14mob {
    font-size: 16px;
  }
  .main-content .block-one-comment-ava .font-size-14mob {
    font-size: 14px;
  }

  .main-content .resumen-list {
    gap: 16px;
  }
  .main-content .resumen-list .resumen-item .item-text {
    font-size: 20px;
  }
}

.custom-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;*/
  border-radius: 18px !important;
  padding: 20px;
  position: relative;
  width: 100%;
}

.custom-form__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: fit-content;
}
.custom-form__header h5 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
}
.custom-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media (max-width: 500px) {
  .custom-form {
    padding: 10px;
  }
}

.facebook-comments-block {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  border: 1px solid rgba(45, 57, 76, 0.1);
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 32px;
}

.comments-actions-header {
  display: flex;
  justify-content: space-around;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f2f5;
  flex-wrap: wrap;
  gap: 10px;
}

.action-button {
  text-decoration: none;
  color: #65676b;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
.action-button:first-child {
  color: rgb(18, 155, 247);
}

.action-button:hover {
  color: #050505;
}

.action-button i {
  margin-right: 5px;
  font-size: 1.1em;
}

.comments-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85em;
  color: #65676b;
  margin-bottom: 20px;
}
.comments-meta .comment-sort {
  display: flex;
  align-items: center;
  gap: 3px;
}

.comment-sort .sort-link {
  text-decoration: none;
  color: #65676b;
  margin-left: 5px;

  border: 1px solid rgba(205, 208, 213, 1);
  border-radius: 2px;
  background: rgba(245, 246, 247, 1);
  padding: 5px 8px;
  text-decoration: none !important;
  gap: 4px;
}
.comment-sort .sort-link:hover {
  text-decoration: underline;
}

.comment-input-area {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}
.user-avatar-placeholder img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.comment-input-wrapper {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(45, 57, 76, 0.1);
  background: rgb(245, 246, 247);
}

.comment-textarea {
  width: 100%;
  min-height: 71px;
  max-height: 300px;
  padding: 10px;

  box-sizing: border-box;
  resize: vertical;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  color: #050505;
  outline: none;
  border: none;
  border-bottom: 1px solid #ced0d4;
}

.comment-submit-button {
  border: none;
  cursor: pointer;
  background: rgb(71, 119, 222);
  transition: 0.3s ease;
  width: max-content;
  align-self: end;

  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
  border-radius: 2px;

  padding: 5px 8px;
  opacity: 1;
  margin: 20px;
}
.comment-item.reply .reply-button {
  display: none !important;
}

.comment-submit-button:disabled {
  color: #ced0d4;
  cursor: not-allowed;
  background: rgb(161, 179, 213);
}

/* Список комментариев */
.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-item {
  display: flex;
  margin-bottom: 15px;
  position: relative;
}

.comment-item.reply {
  margin-left: 46px;
  /* border-left: 1px dotted rgba(144, 148, 156, 0.3); */
  padding-left: 8px;
  position: relative;
}
.comment-item.reply::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 70%;
  border: 1px dashed rgba(144, 148, 156, 0.3);
}
.comment-item .user-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
  object-fit: cover;
  width: 32px;
  min-width: 32px;
}

.comment-content {
  flex-grow: 1;
}

.comment-bubble {
  background-color: #f0f2f5;
  border-radius: 18px;
  padding: 16px;
  margin-bottom: 5px;
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

.comment-bubble .user-name {
  display: block;
  text-decoration: none;
  margin-right: 5px;
  color: rgb(56, 88, 152);
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
}
.comment-bubble .user-name:hover {
  text-decoration: underline;
}

.comment-bubble .comment-text {
  color: rgb(0, 0, 0);
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  display: inline-block;
  margin-top: 8px;
}

.comment-image {
  max-width: 100%;
  border-radius: 8px;
  margin-top: 8px;
  display: block;
  max-height: 400px;
}

.comment-actions {
  font-size: 0.75em;
  color: #65676b;
  margin-left: 12px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.comment-actions .action-link,
.comment-actions .time {
  text-decoration: none;
  color: #65676b;
  margin-right: 5px;
  cursor: pointer;
}
/*, .comment-actions .reply-button*/
.comment-actions .hide-button {
  display: none;
}
.comment-actions .action-link:hover {
  text-decoration: underline;
}
.comment-actions span {
  margin-right: 5px;
  display: flex;
  align-items: center;
}

.comment-reactions-summary {
  display: flex;
  align-items: center;
  margin-left: auto;
  font-weight: 500;
  color: #65676b;
  font-size: 0.9em;
}

.comment-reactions-summary .count {
  margin-right: 5px;
  color: #65676b;
}

.comment-reactions-summary .reaction-icons img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: -4px;
  border: 1px solid #fff;
  box-sizing: content-box;
  vertical-align: middle;
}

.comment-reactions-summary .reaction-icons img:first-child {
  margin-left: 0;
}

.reaction-palette {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateY(-10px);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50px;
  padding: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  overflow: hidden;
  margin-bottom: 5px;
}

.reaction-palette img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.reaction-palette img:hover {
  transform: scale(1.4);
  filter: brightness(1.1);
}

.view-more-button {
  display: block;
  padding: 16px;
  border-radius: 2px;
  background: rgb(71, 119, 222);
  color: #050505;
  text-align: center;

  color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  transition: 0.3s ease;
  margin-top: 10px;
  box-sizing: border-box;
}
/* Если нет отступов у комментариев */

.view-more-button:hover {
  opacity: 0.9;
}

/* Футер атрибуции */
.facebook-attribution {
  font-size: 0.7em;
  color: rgb(56, 88, 152);

  margin-top: 20px;
}
.facebook-attribution i {
  margin-right: 3px;
}
.facebook-attribution a {
  color: rgb(56, 88, 152);
  text-decoration: none;
}
.facebook-attribution a:hover {
  text-decoration: underline;
}

/* --- Адаптивность --- */
@media (max-width: 640px) {
  .facebook-comments-block {
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
  }

  .comments-actions-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .action-button {
    font-size: 0.8em;
  }
  .action-button i {
    margin-right: 3px;
  }

  .comments-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 15px;
  }
  .comment-sort {
    margin-top: 5px;
  }

  .comment-item {
    margin-bottom: 10px;
  }
  .comment-item.reply {
    margin-left: 30px;
  }

  .comment-item .user-avatar img {
    width: 28px;
    height: 28px;
    margin-right: 6px;
    min-width: 28px;
  }
  .user-avatar-placeholder img {
    font-size: 28px;
    width: 28px;
    height: 28px;
    margin-right: 6px;
  }

  .comment-bubble {
    padding: 6px 10px;
    border-radius: 16px;
  }
  .comment-bubble .user-name,
  .comment-bubble .comment-text {
    font-size: 0.85em;
  }

  .comment-actions {
    font-size: 0.65em;
    margin-left: 8px;
  }
  .comment-actions span {
    margin-right: 3px;
  }
  .comment-reactions-summary {
    font-size: 0.8em;
  }
  .comment-reactions-summary .reaction-icons img {
    width: 16px;
    height: 16px;
  }
  .reaction-palette img {
    width: 25px; /* Размер иконок в палитре на мобильных */
    height: 25px;
  }

  .view-more-button {
    width: calc(100% - 30px);
    margin-left: 30px;
    font-size: 0.8em;
  }

  .facebook-attribution {
    text-align: center;
    margin-top: 15px;
  }
}

:root {
  --mainColor: #1767ce;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga", "kern";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
}

body {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

svg {
  overflow-clip-margin: 1px;
}

.cbOXNi {
  overflow-wrap: anywhere;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2;
}

.cxYiIQ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
}

.hxlfLl {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1rem;
}

.kcmdxq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 3rem;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
}

.kcmdxq svg {
  color: #e61e14;
}

.hetnEM {
  display: block;
  margin-bottom: 0.25rem;
  color: #202020;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.iZkekW {
  display: block;
  color: #666666;
  font-size: 0.875rem;
}

.jtUmKl {
  overflow-wrap: anywhere;
  display: block;
  color: #202020;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.14;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (hover: hover) and (pointer: fine),
  only screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .jtUmKl:hover {
    color: #e61e14;
  }

  .jtUmKl:hover .sc-81142dd8-3 {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #e61e14;
  }
}

.jtUmKl:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.jtUmKl:active {
  color: #e61e14;
  -webkit-transition: none;
  transition: none;
}

.jtUmKl:active .sc-81142dd8-3 {
  color: inherit;
}

.ekJTBF {
  margin-top: 2.5rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #666666;
}

@media print {
  .ekJTBF {
    display: none;
  }
}

.jHQQVU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.5rem) {
  .jHQQVU {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 75rem;
    margin: 0 auto;
    padding: 2rem 1rem 0;
  }
}

.ftUKgt {
  overflow-wrap: anywhere;
  margin: 1rem 0;
  color: #e61e14;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Effra-Bold", Helvetica, Arial, sans-serif;
}

.hTXooy {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.bUZpIs {
  display: inline-block;
  margin-bottom: 1rem;
  color: #666666;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-letter-spacing: 0.01875rem;
  -moz-letter-spacing: 0.01875rem;
  -ms-letter-spacing: 0.01875rem;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  line-height: 1.13;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (hover: hover) and (pointer: fine),
  only screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .bUZpIs:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #e61e14;
  }
}

.bUZpIs:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

.bUZpIs:active {
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bMrkvG {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 47.5rem) {
  .bMrkvG {
    padding-top: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
    flex-basis: 18.75rem;
    display: none;
  }
}

.boXjKe {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

@media (min-width: 47.5rem) {
  .boXjKe {
    padding-top: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
    flex-basis: 18.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.SJxgC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 2rem;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 47.5rem) {
  .SJxgC {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 0;
    border-top: 0;
  }
}

@media (min-width: 56.25rem) {
  .SJxgC {
    padding: 2rem 5rem 2rem 0;
  }
}

.cfkMCU {
  display: none;
  margin-right: 2.5rem;
}

.cfkMCU:first-child {
  display: block;
}

@media (min-width: 47.5rem) {
  .cfkMCU {
    display: block;
  }
}

.drWqLk {
  border-top: 1px solid #eeeeee;
}

.jHuAaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
}

@media (min-width: 47.5rem) {
  .jHuAaa {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.eBzjOB {
  padding: 1rem 1rem;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 47.5rem) {
  .eBzjOB {
    padding: 1rem 1rem 1rem 0;
  }
}

.eBzjOB:last-child {
  border-bottom: 0;
}

.eBzjOB .sc-81142dd8-2 {
  background-color: #f3f3f0;
}

.eBzjOB .sc-81142dd8-0 {
  padding: 0;
}

.eBzjOB:hover .sc-81142dd8-3 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.eBzjOB:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: -0.125rem;
  border-radius: 0.25rem;
}

.dkuEcQ {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #eeeeee;
  background: none;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 47.5rem) {
  .dkuEcQ {
    padding-left: 0;
  }
}

.dkuEcQ .sc-81142dd8-2 {
  background-color: #f3f3f0;
}

.dkuEcQ .sc-81142dd8-0 {
  padding: 0;
}

.dkuEcQ:hover .sc-81142dd8-3 {
  color: #e61e14;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dkuEcQ:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: -0.125rem;
  border-radius: 0.25rem;
}

.kVkLSg {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.kVkLSg svg {
  height: 1.75rem;
  color: #949494;
}

.kVkLSg:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.kVkLSg:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

.iUpdNG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 1.5rem 1rem 2.5rem;
  width: 100%;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 47.5rem) {
  .iUpdNG {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 3.125rem;
    margin-top: 0;
    border-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 0;
  }
}

.kvaPBo {
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin-right: 0.75rem;
}

@media (min-width: 47.5rem) {
  .kvaPBo {
    margin-right: 2rem;
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.kzsqtI {
  margin-right: 0.75rem;
  color: #666666;
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.kzsqtI:last-child {
  margin: 0%;
}

.kzsqtI:hover {
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.kzsqtI:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

@media (min-width: 47.5rem) {
  .kzsqtI {
    margin-right: 2rem;
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.facdMi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e61e14;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.facdMi svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.facdMi:hover {
  -webkit-transform: scale(1.0625);
  -ms-transform: scale(1.0625);
  transform: scale(1.0625);
  background-color: #ca1a12;
}

.facdMi:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
}

.colZdR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6875rem;
}

@media (min-width: 47.5rem) {
  .colZdR {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
}

.faPynk {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.625rem;
  background-color: #e61e14;
  color: #ffffff;
}

@media (min-width: 47.5rem) {
  .faPynk {
    margin-right: 0;
    margin-left: 1.25rem;
  }
}

.dOhdgX {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  outline: unset;
  border: unset;
  background: transparent;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transition:
    background-color 300ms ease-in-out,
    backdrop-filter 300ms ease-in-out;
  transition:
    background-color 300ms ease-in-out,
    backdrop-filter 300ms ease-in-out;
}

.dOhdgX[open]::backdrop {
  display: none;
}

.krvDmI {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.krvDmI svg {
  height: 1.25rem;
}

@media (min-width: 47.5rem) {
  .krvDmI {
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.eATRgy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: calc(47.5rem - 1px)) {
  .eATRgy {
    border: 0;
    -webkit-clip: rect(0 0 0 0);
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.dEKXJl {
  font:
    bold 1rem/1.125 "Effra-Bold",
    Helvetica,
    Arial,
    sans-serif;
  padding: 0.5rem;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  -webkit-transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  outline-offset: 0.125rem;
}

@media (min-width: 47.5rem) {
  .dEKXJl {
    font:
      bold 1.125rem/1.11 "Effra-Bold",
      Helvetica,
      Arial,
      sans-serif;
    padding: 0.75rem;
  }
}

.dEKXJl > {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.bSANti {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #202020;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 47.5rem) {
  .bSANti {
    padding: 0.5rem;
  }
}

.bSANti::before {
  content: "";
  display: none;
  height: 0.1875rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background: transparent;
  position: absolute;
  bottom: -0.0625rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  width: calc(100% - (2 * (0.5rem + 0.25rem)));
}

@media (min-width: 47.5rem) {
  .bSANti::before {
    width: calc(100% - (2 * (0.75rem + 0.5rem)));
  }
}

.bSANti:focus-visible .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #e61e14;
}

.bSANti:active .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #dddddd;
}

.bSANti:hover {
  color: #202020;
}

.bSANti:hover .sc-4b1987a3-0 {
  background: #f3f3f0;
}

.gqYDbA {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #202020;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 47.5rem) {
  .gqYDbA {
    padding: 0.5rem;
  }
}

.gqYDbA::before {
  content: "";
  display: none;
  height: 0.1875rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background: transparent;
  position: absolute;
  bottom: -0.0625rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  width: calc(100% - (2 * (0.5rem + 0.25rem)));
}

@media (min-width: 47.5rem) {
  .gqYDbA::before {
    width: calc(100% - (2 * (0.75rem + 0.5rem)));
  }
}

.gqYDbA:focus-visible .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #e61e14;
}

.gqYDbA:active .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #dddddd;
}

.gqYDbA:hover {
  color: #202020;
}

.gqYDbA:hover .sc-4b1987a3-0 {
  background: #f3f3f0;
}

.fPsajw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  outline-offset: 0.25rem;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.isHYwT {
  position: relative;
  padding: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

@media (min-width: 47.5rem) {
  .isHYwT {
    padding: 1.25rem;
  }
}

.isHYwT:focus-visible {
  outline-width: 0;
}

.isHYwT:focus-visible .sc-bfe1256b-0 {
  outline: 0.125rem solid #e61e14;
}

.isHYwT:active .sc-bfe1256b-0 {
  outline: 0.125rem solid #dddddd;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.isHYwT:hover .sc-bfe1256b-0 {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.fKuhfI {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 47.5rem) {
  .fKuhfI {
    margin-bottom: 0;
  }
}

.gOWfGa {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iKAwXw {
  display: block;
  padding: 1rem;
  background-color: #ffffff;
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.iKAwXw:not(:focus):not(:active) {
  position: absolute;
  overflow: hidden;
  -webkit-clip: rect(0 0 0 0);
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 0.0625rem;
  height: 0.0625rem;
  white-space: nowrap;
}

.iKAwXw:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.iOfwqV {
  top: 1.25rem;
  left: 2.25rem;
}

@media (min-width: 56.25rem) {
  .iOfwqV {
    top: 1.25rem;
    left: 7.5rem;
  }
}

.iOfwqV .sc-97bf28f2-1 {
  border-radius: 0.375rem;
  box-shadow: 0 0.9375rem 1.875rem 0 rgba(0, 0, 0, 0.15);
  color: #e61e14;
  font-weight: 700;
}

.iOfwqV .sc-97bf28f2-1:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.kVpcEA {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hUkDfA {
  width: 100%;
  height: 100%;
}

.gJgMGu {
  top: 0;
  left: 0.375rem;
}

.bZjUUn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.0625rem solid #dddddd;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  position: relative;
  pointer-events: auto;
}

.fhRjkI {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(auto, 75rem) auto;
  width: 100%;
  height: 3.5rem;
}

@media (min-width: 47.5rem) {
  .fhRjkI {
    height: 4.5rem;
  }
}

@media (min-width: 90rem) {
  .fhRjkI {
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }
}

.fhRjkI > li:last-child {
  margin-left: auto;
}

.kDHfBY {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.5rem;
  list-style: none;
}

@media (min-width: 47.5rem) {
  .kDHfBY {
    height: 4.5rem;
  }
}

.kDHfBY ul,
.kDHfBY li {
  height: 100%;
}

.iOcYem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 21.25rem) {
  .iOcYem li:last-child {
    display: none;
  }
}

@media (max-width: 17.625rem) {
  .iOcYem li:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 13.5625rem) {
  .iOcYem li:nth-last-child(3) {
    display: none;
  }
}

.ATpUc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 56.75rem) {
  .ATpUc li:last-child {
    display: none;
  }
}

@media (max-width: 63.9375rem) {
  .ATpUc li:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 49.125rem) {
  .ATpUc li:nth-last-child(3) {
    display: none;
  }
}

@media (max-width: 24.1875rem) {
  .ATpUc li:nth-last-child(4) {
    display: none;
  }
}

.ezpNyK {
  background: #ffffff;
}

.ieIsoG {
  height: 0.875rem;
  color: #949494;
}

@media (min-width: 47.5rem) {
  .ieIsoG {
    height: 1.5rem;
  }
}

.fRuStt {
  height: 1.5rem;
  padding-left: 0.25rem;
}

.eSJPTk {
  height: 1rem;
}

.jzurOx {
  padding-left: 1rem;
}

.hcHZar {
  padding-right: 0.5rem;
}

@media (min-width: 47.5rem) {
  .hcHZar {
    padding-left: 0.25rem;
  }
}

.bMoNlO:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
}

.iDZEHz:focus-visible {
  outline: 0.125rem solid rgba(230, 30, 20, 1);
}

.SrNRw a:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.hfwRKT:focus-visible .sc-18bfcaaf-0 {
  opacity: 1;
}

.hfwRKT:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}

.bdFexM a:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.0625rem;
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bdFexM a[target="_blank"]:focus-visible:after {
  background-color: #e61e14;
}

.hjKtkO:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding: 20vh;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga", "kern";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
}

body {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

svg {
  overflow-clip-margin: 1px;
}

.cbOXNi {
  overflow-wrap: anywhere;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2;
}

.cxYiIQ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
}

.hxlfLl {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1rem;
}

.kcmdxq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 3rem;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
}

.kcmdxq svg {
  color: #e61e14;
}

.hetnEM {
  display: block;
  margin-bottom: 0.25rem;
  color: #202020;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.iZkekW {
  display: block;
  color: #666666;
  font-size: 0.875rem;
}

.jtUmKl {
  overflow-wrap: anywhere;
  display: block;
  color: #202020;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.14;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (hover: hover) and (pointer: fine),
  only screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .jtUmKl:hover {
    color: #e61e14;
  }

  .jtUmKl:hover .sc-81142dd8-3 {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #e61e14;
  }
}

.jtUmKl:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.jtUmKl:active {
  color: #e61e14;
  -webkit-transition: none;
  transition: none;
}

.jtUmKl:active .sc-81142dd8-3 {
  color: inherit;
}

.ekJTBF {
  margin-top: 2.5rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #666666;
}

@media print {
  .ekJTBF {
    display: none;
  }
}

.jHQQVU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.5rem) {
  .jHQQVU {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 75rem;
    margin: 0 auto;
    padding: 2rem 1rem 0;
  }
}

.ftUKgt {
  overflow-wrap: anywhere;
  margin: 1rem 0;
  color: #e61e14;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Effra-Bold", Helvetica, Arial, sans-serif;
}

.hTXooy {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.bUZpIs {
  display: inline-block;
  margin-bottom: 1rem;
  color: #666666;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-letter-spacing: 0.01875rem;
  -moz-letter-spacing: 0.01875rem;
  -ms-letter-spacing: 0.01875rem;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  line-height: 1.13;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (hover: hover) and (pointer: fine),
  only screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .bUZpIs:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #e61e14;
  }
}

.bUZpIs:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

.bUZpIs:active {
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bMrkvG {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 47.5rem) {
  .bMrkvG {
    padding-top: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
    flex-basis: 18.75rem;
    display: none;
  }
}

.boXjKe {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

@media (min-width: 47.5rem) {
  .boXjKe {
    padding-top: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
    flex-basis: 18.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.SJxgC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 2rem;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 47.5rem) {
  .SJxgC {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 0;
    border-top: 0;
  }
}

@media (min-width: 56.25rem) {
  .SJxgC {
    padding: 2rem 5rem 2rem 0;
  }
}

.cfkMCU {
  display: none;
  margin-right: 2.5rem;
}

.cfkMCU:first-child {
  display: block;
}

@media (min-width: 47.5rem) {
  .cfkMCU {
    display: block;
  }
}

.drWqLk {
  border-top: 1px solid #eeeeee;
}

.jHuAaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
}

@media (min-width: 47.5rem) {
  .jHuAaa {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.eBzjOB {
  padding: 1rem 1rem;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 47.5rem) {
  .eBzjOB {
    padding: 1rem 1rem 1rem 0;
  }
}

.eBzjOB:last-child {
  border-bottom: 0;
}

.eBzjOB .sc-81142dd8-2 {
  background-color: #f3f3f0;
}

.eBzjOB .sc-81142dd8-0 {
  padding: 0;
}

.eBzjOB:hover .sc-81142dd8-3 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.eBzjOB:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: -0.125rem;
  border-radius: 0.25rem;
}

.dkuEcQ {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #eeeeee;
  background: none;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 47.5rem) {
  .dkuEcQ {
    padding-left: 0;
  }
}

.dkuEcQ .sc-81142dd8-2 {
  background-color: #f3f3f0;
}

.dkuEcQ .sc-81142dd8-0 {
  padding: 0;
}

.dkuEcQ:hover .sc-81142dd8-3 {
  color: #e61e14;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dkuEcQ:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: -0.125rem;
  border-radius: 0.25rem;
}

.kVkLSg {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.kVkLSg svg {
  height: 1.75rem;
  color: #949494;
}

.kVkLSg:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.kVkLSg:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

.iUpdNG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 1.5rem 1rem 2.5rem;
  width: 100%;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 47.5rem) {
  .iUpdNG {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 3.125rem;
    margin-top: 0;
    border-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 0;
  }
}

.kvaPBo {
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin-right: 0.75rem;
}

@media (min-width: 47.5rem) {
  .kvaPBo {
    margin-right: 2rem;
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.kzsqtI {
  margin-right: 0.75rem;
  color: #666666;
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.kzsqtI:last-child {
  margin: 0%;
}

.kzsqtI:hover {
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.kzsqtI:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

@media (min-width: 47.5rem) {
  .kzsqtI {
    margin-right: 2rem;
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.facdMi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e61e14;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.facdMi svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.facdMi:hover {
  -webkit-transform: scale(1.0625);
  -ms-transform: scale(1.0625);
  transform: scale(1.0625);
  background-color: #ca1a12;
}

.facdMi:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
}

.colZdR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6875rem;
}

@media (min-width: 47.5rem) {
  .colZdR {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
}

.faPynk {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.625rem;
  background-color: #e61e14;
  color: #ffffff;
}

@media (min-width: 47.5rem) {
  .faPynk {
    margin-right: 0;
    margin-left: 1.25rem;
  }
}

.dOhdgX {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  outline: unset;
  border: unset;
  background: transparent;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transition:
    background-color 300ms ease-in-out,
    backdrop-filter 300ms ease-in-out;
  transition:
    background-color 300ms ease-in-out,
    backdrop-filter 300ms ease-in-out;
}

.dOhdgX[open]::backdrop {
  display: none;
}

.krvDmI {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.krvDmI svg {
  height: 1.25rem;
}

@media (min-width: 47.5rem) {
  .krvDmI {
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.eATRgy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: calc(47.5rem - 1px)) {
  .eATRgy {
    border: 0;
    -webkit-clip: rect(0 0 0 0);
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.dEKXJl {
  font:
    bold 1rem/1.125 "Effra-Bold",
    Helvetica,
    Arial,
    sans-serif;
  padding: 0.5rem;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  -webkit-transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  outline-offset: 0.125rem;
}

@media (min-width: 47.5rem) {
  .dEKXJl {
    font:
      bold 1.125rem/1.11 "Effra-Bold",
      Helvetica,
      Arial,
      sans-serif;
    padding: 0.75rem;
  }
}

.dEKXJl > {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.bSANti {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #202020;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 47.5rem) {
  .bSANti {
    padding: 0.5rem;
  }
}

.bSANti::before {
  content: "";
  display: none;
  height: 0.1875rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background: transparent;
  position: absolute;
  bottom: -0.0625rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  width: calc(100% - (2 * (0.5rem + 0.25rem)));
}

@media (min-width: 47.5rem) {
  .bSANti::before {
    width: calc(100% - (2 * (0.75rem + 0.5rem)));
  }
}

.bSANti:focus-visible .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #e61e14;
}

.bSANti:active .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #dddddd;
}

.bSANti:hover {
  color: #202020;
}

.bSANti:hover .sc-4b1987a3-0 {
  background: #f3f3f0;
}

.gqYDbA {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #202020;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 47.5rem) {
  .gqYDbA {
    padding: 0.5rem;
  }
}

.gqYDbA::before {
  content: "";
  display: none;
  height: 0.1875rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background: transparent;
  position: absolute;
  bottom: -0.0625rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  width: calc(100% - (2 * (0.5rem + 0.25rem)));
}

@media (min-width: 47.5rem) {
  .gqYDbA::before {
    width: calc(100% - (2 * (0.75rem + 0.5rem)));
  }
}

.gqYDbA:focus-visible .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #e61e14;
}

.gqYDbA:active .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #dddddd;
}

.gqYDbA:hover {
  color: #202020;
}

.gqYDbA:hover .sc-4b1987a3-0 {
  background: #f3f3f0;
}

.fPsajw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  outline-offset: 0.25rem;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.isHYwT {
  position: relative;
  padding: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

@media (min-width: 47.5rem) {
  .isHYwT {
    padding: 1.25rem;
  }
}

.isHYwT:focus-visible {
  outline-width: 0;
}

.isHYwT:focus-visible .sc-bfe1256b-0 {
  outline: 0.125rem solid #e61e14;
}

.isHYwT:active .sc-bfe1256b-0 {
  outline: 0.125rem solid #dddddd;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.isHYwT:hover .sc-bfe1256b-0 {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.fKuhfI {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 47.5rem) {
  .fKuhfI {
    margin-bottom: 0;
  }
}

.gOWfGa {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iKAwXw {
  display: block;
  padding: 1rem;
  background-color: #ffffff;
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.iKAwXw:not(:focus):not(:active) {
  position: absolute;
  overflow: hidden;
  -webkit-clip: rect(0 0 0 0);
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 0.0625rem;
  height: 0.0625rem;
  white-space: nowrap;
}

.iKAwXw:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.iOfwqV {
  top: 1.25rem;
  left: 2.25rem;
}

@media (min-width: 56.25rem) {
  .iOfwqV {
    top: 1.25rem;
    left: 7.5rem;
  }
}

.iOfwqV .sc-97bf28f2-1 {
  border-radius: 0.375rem;
  box-shadow: 0 0.9375rem 1.875rem 0 rgba(0, 0, 0, 0.15);
  color: #e61e14;
  font-weight: 700;
}

.iOfwqV .sc-97bf28f2-1:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.kVpcEA {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hUkDfA {
  width: 100%;
  height: 100%;
}

.gJgMGu {
  top: 0;
  left: 0.375rem;
}

.bZjUUn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.0625rem solid #dddddd;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  position: relative;
  pointer-events: auto;
}

.fhRjkI {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(auto, 75rem) auto;
  width: 100%;
  height: 3.5rem;
}

@media (min-width: 47.5rem) {
  .fhRjkI {
    height: 4.5rem;
  }
}

@media (min-width: 90rem) {
  .fhRjkI {
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }
}

.fhRjkI > li:last-child {
  margin-left: auto;
}

.kDHfBY {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.5rem;
  list-style: none;
}

@media (min-width: 47.5rem) {
  .kDHfBY {
    height: 4.5rem;
  }
}

.kDHfBY ul,
.kDHfBY li {
  height: 100%;
}

.iOcYem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 21.25rem) {
  .iOcYem li:last-child {
    display: none;
  }
}

@media (max-width: 17.625rem) {
  .iOcYem li:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 13.5625rem) {
  .iOcYem li:nth-last-child(3) {
    display: none;
  }
}

.ATpUc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 56.75rem) {
  .ATpUc li:last-child {
    display: none;
  }
}

@media (max-width: 63.9375rem) {
  .ATpUc li:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 49.125rem) {
  .ATpUc li:nth-last-child(3) {
    display: none;
  }
}

@media (max-width: 24.1875rem) {
  .ATpUc li:nth-last-child(4) {
    display: none;
  }
}

.ezpNyK {
  background: #ffffff;
}

.ieIsoG {
  height: 0.875rem;
  color: #949494;
}

@media (min-width: 47.5rem) {
  .ieIsoG {
    height: 1.5rem;
  }
}

.fRuStt {
  height: 1.5rem;
  padding-left: 0.25rem;
}

.eSJPTk {
  height: 1rem;
}

.jzurOx {
  padding-left: 1rem;
}

.hcHZar {
  padding-right: 0.5rem;
}

@media (min-width: 47.5rem) {
  .hcHZar {
    padding-left: 0.25rem;
  }
}

.bMoNlO:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
}

.iDZEHz:focus-visible {
  outline: 0.125rem solid rgba(230, 30, 20, 1);
}

.SrNRw a:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.hfwRKT:focus-visible .sc-18bfcaaf-0 {
  opacity: 1;
}

.hfwRKT:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}

.bdFexM a:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.0625rem;
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bdFexM a[target="_blank"]:focus-visible:after {
  background-color: #e61e14;
}

.hjKtkO:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
}

button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga", "kern";
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
}

body {
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
}

svg {
  overflow-clip-margin: 1px;
}

.cbOXNi {
  overflow-wrap: anywhere;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-size: 2.125rem;
  line-height: 1.2;
}

.cxYiIQ {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
}

.hxlfLl {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1rem;
}

.kcmdxq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 3rem;
  -ms-flex: 0 0 3rem;
  flex: 0 0 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #ffffff;
}

.kcmdxq svg {
  color: #e61e14;
}

.hetnEM {
  display: block;
  margin-bottom: 0.25rem;
  color: #202020;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.iZkekW {
  display: block;
  color: #666666;
  font-size: 0.875rem;
}

.jtUmKl {
  overflow-wrap: anywhere;
  display: block;
  color: #202020;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.14;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (hover: hover) and (pointer: fine),
  only screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .jtUmKl:hover {
    color: #e61e14;
  }

  .jtUmKl:hover .sc-81142dd8-3 {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #e61e14;
  }
}

.jtUmKl:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.jtUmKl:active {
  color: #e61e14;
  -webkit-transition: none;
  transition: none;
}

.jtUmKl:active .sc-81142dd8-3 {
  color: inherit;
}

.ekJTBF {
  margin-top: 2.5rem;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #666666;
}

@media print {
  .ekJTBF {
    display: none;
  }
}

.jHQQVU {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 47.5rem) {
  .jHQQVU {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 75rem;
    margin: 0 auto;
    padding: 2rem 1rem 0;
  }
}

.ftUKgt {
  overflow-wrap: anywhere;
  margin: 1rem 0;
  color: #e61e14;
  font-weight: 500;
  font-size: 1.125rem;
  font-family: "Effra-Bold", Helvetica, Arial, sans-serif;
}

.hTXooy {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.bUZpIs {
  display: inline-block;
  margin-bottom: 1rem;
  color: #666666;
  -webkit-text-decoration: none;
  text-decoration: none;
  -webkit-letter-spacing: 0.01875rem;
  -moz-letter-spacing: 0.01875rem;
  -ms-letter-spacing: 0.01875rem;
  letter-spacing: 0.01875rem;
  font-weight: 500;
  line-height: 1.13;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

@media (hover: hover) and (pointer: fine),
  only screen and (-ms-high-contrast: active),
  (-ms-high-contrast: none) {
  .bUZpIs:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    color: #e61e14;
  }
}

.bUZpIs:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

.bUZpIs:active {
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bMrkvG {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 47.5rem) {
  .bMrkvG {
    padding-top: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
    flex-basis: 18.75rem;
    display: none;
  }
}

.boXjKe {
  -webkit-flex-shrink: 2;
  -ms-flex-negative: 2;
  flex-shrink: 2;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}

@media (min-width: 47.5rem) {
  .boXjKe {
    padding-top: 2rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 18.75rem;
    -ms-flex-preferred-size: 18.75rem;
    flex-basis: 18.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.SJxgC {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem 2rem;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 47.5rem) {
  .SJxgC {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 0;
    border-top: 0;
  }
}

@media (min-width: 56.25rem) {
  .SJxgC {
    padding: 2rem 5rem 2rem 0;
  }
}

.cfkMCU {
  display: none;
  margin-right: 2.5rem;
}

.cfkMCU:first-child {
  display: block;
}

@media (min-width: 47.5rem) {
  .cfkMCU {
    display: block;
  }
}

.drWqLk {
  border-top: 1px solid #eeeeee;
}

.jHuAaa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 2rem;
}

@media (min-width: 47.5rem) {
  .jHuAaa {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.eBzjOB {
  padding: 1rem 1rem;
  border-bottom: 1px solid #eeeeee;
  -webkit-transition: none;
  transition: none;
}

@media (min-width: 47.5rem) {
  .eBzjOB {
    padding: 1rem 1rem 1rem 0;
  }
}

.eBzjOB:last-child {
  border-bottom: 0;
}

.eBzjOB .sc-81142dd8-2 {
  background-color: #f3f3f0;
}

.eBzjOB .sc-81142dd8-0 {
  padding: 0;
}

.eBzjOB:hover .sc-81142dd8-3 {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.eBzjOB:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: -0.125rem;
  border-radius: 0.25rem;
}

.dkuEcQ {
  padding: 1rem;
  border: none;
  border-bottom: 1px solid #eeeeee;
  background: none;
  text-align: left;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 47.5rem) {
  .dkuEcQ {
    padding-left: 0;
  }
}

.dkuEcQ .sc-81142dd8-2 {
  background-color: #f3f3f0;
}

.dkuEcQ .sc-81142dd8-0 {
  padding: 0;
}

.dkuEcQ:hover .sc-81142dd8-3 {
  color: #e61e14;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.dkuEcQ:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: -0.125rem;
  border-radius: 0.25rem;
}

.kVkLSg {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.kVkLSg svg {
  height: 1.75rem;
  color: #949494;
}

.kVkLSg:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.kVkLSg:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

.iUpdNG {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  padding: 1.5rem 1rem 2.5rem;
  width: 100%;
  border-top: 1px solid #eeeeee;
}

@media (min-width: 47.5rem) {
  .iUpdNG {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 3.125rem;
    margin-top: 0;
    border-top: 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2rem 0;
  }
}

.kvaPBo {
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  margin-right: 0.75rem;
}

@media (min-width: 47.5rem) {
  .kvaPBo {
    margin-right: 2rem;
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.kzsqtI {
  margin-right: 0.75rem;
  color: #666666;
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.kzsqtI:last-child {
  margin: 0%;
}

.kzsqtI:hover {
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.kzsqtI:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.25rem;
  border-radius: 0.0625rem;
}

@media (min-width: 47.5rem) {
  .kzsqtI {
    margin-right: 2rem;
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.facdMi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e61e14;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.facdMi svg {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.facdMi:hover {
  -webkit-transform: scale(1.0625);
  -ms-transform: scale(1.0625);
  transform: scale(1.0625);
  background-color: #ca1a12;
}

.facdMi:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
}

.colZdR {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6875rem;
}

@media (min-width: 47.5rem) {
  .colZdR {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0;
  }
}

.faPynk {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.625rem;
  background-color: #e61e14;
  color: #ffffff;
}

@media (min-width: 47.5rem) {
  .faPynk {
    margin-right: 0;
    margin-left: 1.25rem;
  }
}

.dOhdgX {
  width: 100%;
  height: 100%;
  max-width: unset;
  max-height: unset;
  outline: unset;
  border: unset;
  background: transparent;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transition:
    background-color 300ms ease-in-out,
    backdrop-filter 300ms ease-in-out;
  transition:
    background-color 300ms ease-in-out,
    backdrop-filter 300ms ease-in-out;
}

.dOhdgX[open]::backdrop {
  display: none;
}

.krvDmI {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font:
    500 0.875rem/1.29 "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.krvDmI svg {
  height: 1.25rem;
}

@media (min-width: 47.5rem) {
  .krvDmI {
    font:
      500 1rem/1.375 "Helvetica Neue",
      Helvetica,
      Arial,
      sans-serif;
  }
}

.eATRgy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: calc(47.5rem - 1px)) {
  .eATRgy {
    border: 0;
    -webkit-clip: rect(0 0 0 0);
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.dEKXJl {
  font:
    bold 1rem/1.125 "Effra-Bold",
    Helvetica,
    Arial,
    sans-serif;
  padding: 0.5rem;
  background: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  -webkit-transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  transition:
    background-color 150ms ease-in-out,
    color 150ms ease-in-out;
  outline-offset: 0.125rem;
}

@media (min-width: 47.5rem) {
  .dEKXJl {
    font:
      bold 1.125rem/1.11 "Effra-Bold",
      Helvetica,
      Arial,
      sans-serif;
    padding: 0.75rem;
  }
}

.dEKXJl > {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.bSANti {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #202020;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 47.5rem) {
  .bSANti {
    padding: 0.5rem;
  }
}

.bSANti::before {
  content: "";
  display: none;
  height: 0.1875rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background: transparent;
  position: absolute;
  bottom: -0.0625rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  width: calc(100% - (2 * (0.5rem + 0.25rem)));
}

@media (min-width: 47.5rem) {
  .bSANti::before {
    width: calc(100% - (2 * (0.75rem + 0.5rem)));
  }
}

.bSANti:focus-visible .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #e61e14;
}

.bSANti:active .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #dddddd;
}

.bSANti:hover {
  color: #202020;
}

.bSANti:hover .sc-4b1987a3-0 {
  background: #f3f3f0;
}

.gqYDbA {
  -webkit-text-decoration: unset;
  text-decoration: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #202020;
  padding: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

@media (min-width: 47.5rem) {
  .gqYDbA {
    padding: 0.5rem;
  }
}

.gqYDbA::before {
  content: "";
  display: none;
  height: 0.1875rem;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  background: transparent;
  position: absolute;
  bottom: -0.0625rem;
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
  width: calc(100% - (2 * (0.5rem + 0.25rem)));
}

@media (min-width: 47.5rem) {
  .gqYDbA::before {
    width: calc(100% - (2 * (0.75rem + 0.5rem)));
  }
}

.gqYDbA:focus-visible .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #e61e14;
}

.gqYDbA:active .sc-4b1987a3-0 {
  background: #f3f3f0;
  outline: 0.125rem solid #dddddd;
}

.gqYDbA:hover {
  color: #202020;
}

.gqYDbA:hover .sc-4b1987a3-0 {
  background: #f3f3f0;
}

.fPsajw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.25rem;
  outline-offset: 0.25rem;
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -webkit-transition: transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
}

.isHYwT {
  position: relative;
  padding: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-text-decoration: unset;
  text-decoration: unset;
  border: none;
  cursor: pointer;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

@media (min-width: 47.5rem) {
  .isHYwT {
    padding: 1.25rem;
  }
}

.isHYwT:focus-visible {
  outline-width: 0;
}

.isHYwT:focus-visible .sc-bfe1256b-0 {
  outline: 0.125rem solid #e61e14;
}

.isHYwT:active .sc-bfe1256b-0 {
  outline: 0.125rem solid #dddddd;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.isHYwT:hover .sc-bfe1256b-0 {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.fKuhfI {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  pointer-events: none;
}

@media (min-width: 47.5rem) {
  .fKuhfI {
    margin-bottom: 0;
  }
}

.gOWfGa {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.iKAwXw {
  display: block;
  padding: 1rem;
  background-color: #ffffff;
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.iKAwXw:not(:focus):not(:active) {
  position: absolute;
  overflow: hidden;
  -webkit-clip: rect(0 0 0 0);
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 0.0625rem;
  height: 0.0625rem;
  white-space: nowrap;
}

.iKAwXw:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.iOfwqV {
  top: 1.25rem;
  left: 2.25rem;
}

@media (min-width: 56.25rem) {
  .iOfwqV {
    top: 1.25rem;
    left: 7.5rem;
  }
}

.iOfwqV .sc-97bf28f2-1 {
  border-radius: 0.375rem;
  box-shadow: 0 0.9375rem 1.875rem 0 rgba(0, 0, 0, 0.15);
  color: #e61e14;
  font-weight: 700;
}

.iOfwqV .sc-97bf28f2-1:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.kVpcEA {
  position: absolute;
  top: 4rem;
  right: 0;
  left: 0;
  z-index: 11;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hUkDfA {
  width: 100%;
  height: 100%;
}

.gJgMGu {
  top: 0;
  left: 0.375rem;
}

.bZjUUn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.0625rem solid #dddddd;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  position: relative;
  pointer-events: auto;
}

.fhRjkI {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(auto, 75rem) auto;
  width: 100%;
  height: 3.5rem;
}

@media (min-width: 47.5rem) {
  .fhRjkI {
    height: 4.5rem;
  }
}

@media (min-width: 90rem) {
  .fhRjkI {
    padding-left: 1.5rem;
    padding-right: 1.25rem;
  }
}

.fhRjkI > li:last-child {
  margin-left: auto;
}

.kDHfBY {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.5rem;
  list-style: none;
}

@media (min-width: 47.5rem) {
  .kDHfBY {
    height: 4.5rem;
  }
}

.kDHfBY ul,
.kDHfBY li {
  height: 100%;
}

.iOcYem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 21.25rem) {
  .iOcYem li:last-child {
    display: none;
  }
}

@media (max-width: 17.625rem) {
  .iOcYem li:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 13.5625rem) {
  .iOcYem li:nth-last-child(3) {
    display: none;
  }
}

.ATpUc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

@media (max-width: 56.75rem) {
  .ATpUc li:last-child {
    display: none;
  }
}

@media (max-width: 63.9375rem) {
  .ATpUc li:nth-last-child(2) {
    display: none;
  }
}

@media (max-width: 49.125rem) {
  .ATpUc li:nth-last-child(3) {
    display: none;
  }
}

@media (max-width: 24.1875rem) {
  .ATpUc li:nth-last-child(4) {
    display: none;
  }
}

.ezpNyK {
  background: #ffffff;
}

.ieIsoG {
  height: 0.875rem;
  color: #949494;
}

@media (min-width: 47.5rem) {
  .ieIsoG {
    height: 1.5rem;
  }
}

.fRuStt {
  height: 1.5rem;
  padding-left: 0.25rem;
}

.eSJPTk {
  height: 1rem;
}

.jzurOx {
  padding-left: 1rem;
}

.hcHZar {
  padding-right: 0.5rem;
}

@media (min-width: 47.5rem) {
  .hcHZar {
    padding-left: 0.25rem;
  }
}

.bMoNlO:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
}

.iDZEHz:focus-visible {
  outline: 0.125rem solid rgba(230, 30, 20, 1);
}

.SrNRw a:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.125rem;
}

.hfwRKT:focus-visible .sc-18bfcaaf-0 {
  opacity: 1;
}

.hfwRKT:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}

.bdFexM a:focus-visible {
  outline: 0.125rem solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.0625rem;
  color: #e61e14;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.bdFexM a[target="_blank"]:focus-visible:after {
  background-color: #e61e14;
}

.hjKtkO:focus-visible {
  outline: 2px solid #e61e14;
  outline-offset: 0.125rem;
  border-radius: 0.25rem;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
a {
  background-color: transparent;
}
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button,
[type="button"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
textarea {
  overflow: auto;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
@media screen and (max-width: 1024px) {
  body {
    height: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
#application {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
#spritesheet {
  display: none;
}
a {
  -webkit-text-decoration: none;
  text-decoration: none;
}
p {
  margin: 0;
}
html {
  height: -webkit-fill-available;
  font-size: 16px;
}
@media screen and (min-width: 590px) {
  html {
    font-size: calc(10.56221198156682px + 0.9216589861751152vw);
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 20px;
  }
}
body {
  --inner-content-width-desktop: calc(
    var(--content-width) - 2 * var(--article-padding-max)
  );
  --inner-content-width-fluid: calc(100vw - 2 * var(--article-padding));
  --inner-content-width-mobile: calc(100vw - 2 * var(--article-padding-min));
  --gap-unit: 8px;
  --horseshoe-gutter: 15px;
  --grid-gutter: 16px;
  --fixed-header-height: 0px;
  --header-content-width: 1278px;
  --scrolled-header-height: 0px;
  --content-width: 664px;
  --container-width: 1278px;
  --extended-content-margin: -16px;
  --narrow-content-width: 380px;
  --skyscraper-width: 266px;
  --skyscraper-top: 60px;
  --article-padding-min: 16px;
  --article-padding-max: 16px;
  --article-padding: calc(16px + 0rem);
  --article-padding-fluid-value: calc(16px + 0rem);
  --article-padding-fluid-factor: calc(128px + 0rem);
  --fluid-width-min: 590px;
  --fluid-width-max: 1024px;
  --fluid-width: calc(-1146px + 108.5rem);
  --fluid-width-fluid-value: calc(-1146px + 108.5rem);
  --fluid-width-fluid-factor: calc(-9168px + 868rem);
  --component-padding-factor-min: 1;
  --component-padding-factor-max: 2;
  --component-padding-factor: calc(-3px + 0.25rem);
  --component-padding-factor-fluid-value: calc(-3px + 0.25rem);
  --component-padding-factor-fluid-factor: calc(-24px + 2rem);
  --float-width-factor: 0.4;
  --c-primary-01: #dd2a30;
  --c-primary-02: #0078bd;
  --c-primary-03: #c4252b;
  --c-primary-04: #911c20;
  --c-secondary-01: var(--c-primary-01);
  --c-secondary-02: #0067a3;
  --c-secondary-03: #00578a;
  --c-secondary-04: #004770;
  --c-accent-01: var(--c-primary-01);
  --c-accent-02: #deddb8;
  --c-accent-03: #c4c4a3;
  --c-accent-04: #abaa8e;
  --c-positive: #57a663;
  --c-negative: #d05d61;
  --c-warning: #f1efec;
  --c-info: #dd2a30;
  --c-light: #ffffff;
  --c-dark: #222222;
  --c-neutral-01: #f9fafb;
  --c-neutral-02: #f7f7f7;
  --c-neutral-03: #e2e2e2;
  --c-neutral-04: #e8e8e8;
  --c-neutral-05: #909090;
  --c-neutral-06: #585858;
  --c-neutral-07: #444444;
  --c-neutral-08: #222222;
  --c-neutral-09: #000000;
  --c-gradient-01: linear-gradient(
    180deg,
    var(--c-light) 100px,
    var(--c-neutral-02) 400px
  );
  --c-gradient-02: linear-gradient(
    180deg,
    rgba(var(--widget-background-rgb), 0),
    rgba(var(--widget-background-rgb), 0.9)
  );
  --c-hyperlink-pressed: #9b59b6;
  --color-separator: rgba(0, 0, 0, 0.17);
  --ff-title:
    ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --ff-body:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --ff-chrome:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --fs-caption-min: 12px;
  --fs-caption-max: 16px;
  --fs-caption: calc(-4px + 1rem);
  --fs-caption-fluid-value: calc(-4px + 1rem);
  --fs-caption-fluid-factor: calc(-32px + 8rem);
  --lh-caption-min: 14px;
  --lh-caption-max: 18px;
  --lh-caption: calc(-2px + 1rem);
  --lh-caption-fluid-value: calc(-2px + 1rem);
  --lh-caption-fluid-factor: calc(-16px + 8rem);
  --fs-bodytext: 18px;
  --lh-bodytext: 1.33;
  --fs-base-size: 10px;
  --fs-label-min: 12px;
  --fs-label-max: 14px;
  --fs-label: calc(4px + 0.5rem);
  --fs-label-fluid-value: calc(4px + 0.5rem);
  --fs-label-fluid-factor: calc(32px + 4rem);
  --lh-label-min: 16px;
  --lh-label-max: 24px;
  --lh-label: calc(-16px + 2rem);
  --lh-label-fluid-value: calc(-16px + 2rem);
  --lh-label-fluid-factor: calc(-128px + 16rem);
  --fs-footnote: 13px;
  --fs-body: 17px;
  --fs-body-small: 16px;
  --fs-headline3: 17px;
  --fs-headline4: 15px;
  --fs-baseline: 1.5rem;
  --transition: 0.3s ease-in;
  --component-text-color-01: var(--c-dark);
  --component-text-color-02: var(--c-neutral-06);
  --component-text-color-03: var(--c-neutral-05);
  --component-background-color-01: var(--c-light);
  --component-background-color-02: var(--c-neutral-02);
  --component-background-color-03: var(--c-neutral-03);
  --component-gradient-color-01: var(--c-gradient-01);
  --link-color: var(--c-primary-02);
  --link-color-hover: var(--c-secondary-02);
  --link-color-active: var(--c-secondary-03);
  --link-color-visited: var(--c-secondary-04);
  --link-color-visited-hover: var(--c-primary-04);
  --link-color-focused: var(--c-primary-03);
  --link-focus-outline: 2px auto -webkit-focus-ring-color;
  --link-border-bottom: 1px solid;
  --link-border-bottom-hover: none;
  --link-border-bottom-active: 2px dotted;
  --link-border-bottom-visited: 1px solid;
  --link-border-bottom-focused: 2px dotted;
  --link-border-bottom-color: currentColor;
  --link-border-bottom-color-active: currentColor;
  --link-border-bottom-color-visited: currentColor;
  --link-border-bottom-color-focused: currentColor;
  --text-highlighted-padding: 0.138em 0.4em;
  --text-word-explainer-color: var(--c-dark);
  --text-word-explainer-background-color: #e2f2ff;
  --text-word-explainer-border-radius: 0px;
  --text-word-explainer-left-offset: -50%;
  --background-color: var(--c-light);
  --border-radius: 8px;
  --c-base-rgb: 0, 0, 0;
  --c-grey-02: #f6f6f6;
  --c-highlight: #f1efec;
  --c-highlight-light: #fefefe;
  --c-highlight-premium: #f8f7cf;
  --c-highlight-text: #222222;
  --c-highlight-background: #ffeb18;
  --c-primary-hover-01: #bd2528;
  --color-background-accent: #dd2a30;
  --color-background-attention: #f8f7cf;
  --color-background-base-primary: #ffffff;
  --color-background-base-secondary: #f7f7f7;
  --color-background-collection-primary: #f7f7f7;
  --color-background-collection-secondary: #ffffff;
  --color-background-elevated-primary: #ffffff;
  --color-background-elevated-secondary: #f7f7f7;
  --color-background-menu-primary: #ffffff;
  --color-background-menu-secondary: #f7f7f7;
  --color-background-neutral: #00000017;
  --color-background-placeholder: #00000003;
  --color-background-scrim: #00000080;
  --color-background-static-dark: #222222;
  --color-background-static-light: #ffffff;
  --color-background-weak: rgba(0, 0, 0, 0.09);
  --color-border-accent: #dd2a30;
  --color-border-accessible: #909090;
  --color-border-default: #00000017;
  --color-border-error: #ff0000;
  --color-header-navbar: #ffffff;
  --color-header-hover: rgba(0, 0, 0, 0.15);
  --color-header-focus: rgba(0, 0, 0, 0.3);
  --color-text-accent: #dd2a30;
  --color-text-ad: #2a72dd;
  --color-text-default: #222222;
  --color-text-error: #ff0000;
  --color-text-link-active: #00578a;
  --color-text-link-default: #0078bd;
  --color-text-link-focus: #c4252b;
  --color-text-link-hover: #0067a3;
  --color-text-link-visited: #004770;
  --color-text-on-accent: #ffffff;
  --color-text-on-dark: #ffffff;
  --color-text-on-light: #222222;
  --color-text-weak: #585858;
  --color-theme-plus: #ffeb18;
  --custom-grid-border: none;
  --custom-grid-padding: 8px 0px 0px;
  --data-controller-width-tablet: 980px;
  --ff-title-thin:
    ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva, sans-serif;
  --fill-accent: #dd2a30;
  --fill-icon-accent: #dd2a30;
  --fill-icon-accent-opacity-24: rgba(221, 42, 48, 0.24);
  --fill-icon-default: #222222;
  --fill-icon-error: #ff0000;
  --fill-icon-on-accent: #ffffff;
  --fill-icon-on-dark: #ffffff;
  --fill-icon-on-light: #222222;
  --fill-icon-weak: #585858;
  --fill-neutral: #00000017;
  --fixed-header-height-app: 0px;
  --letter-spacing-title: var(--text-title-letter-spacing-tight);
  --page-footer-bg: #dd2a30;
  --page-margin-top: 16px;
  --panorama-width: 980px;
  --text-base-letter-spacing: 0.01em;
  --text-base-letter-spacing-tight: 0em;
  --text-base-letter-spacing-loose: 0.04em;
  --text-base-100-normal:
    400 11px/1.27 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-100-bold:
    400 11px/1.27 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-200-normal:
    400 12px/1.33 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-200-bold:
    400 12px/1.33 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-300-normal:
    400 14px/1.29 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-300-bold:
    400 14px/1.29 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-400-normal:
    400 16px/1.3125 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-400-bold:
    400 16px/1.3125 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana,
    Geneva, sans-serif;
  --text-base-500-normal:
    400 18px/1.33 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-500-bold:
    400 18px/1.33 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-600-normal:
    400 20px/1.3 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-600-bold:
    400 20px/1.3 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-700-normal:
    400 24px/1.25 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-700-bold:
    400 24px/1.25 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-800-normal:
    400 30px/1.2 ABMonumentGrotesk-Regular, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-base-800-bold:
    400 30px/1.2 ABMonumentGrotesk-Bold750, Arial, Helvetica, Verdana, Geneva,
    sans-serif;
  --text-title-100-normal:
    400 11px/1.09 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-100-bold:
    400 11px/1.09 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-200-normal:
    400 12px/1.17 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-200-bold:
    400 12px/1.17 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-300-normal:
    400 14px/1.14 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-300-bold:
    400 14px/1.14 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-400-normal:
    400 16px/1.125 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-400-bold:
    400 16px/1.125 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-500-normal:
    400 18px/1.11 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-500-bold:
    400 18px/1.11 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-600-normal:
    400 20px/1.1 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-600-bold:
    400 20px/1.1 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-700-normal:
    400 24px/1.08 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-700-bold:
    400 24px/1.08 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-800-normal:
    400 30px/1.07 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-800-bold:
    400 30px/1.07 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-900-normal:
    400 36px/1.06 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-900-bold:
    400 36px/1.06 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1000-normal:
    400 44px/1.05 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1000-bold:
    400 44px/1.05 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1100-normal:
    400 56px/1.04 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1100-bold:
    400 56px/1.04 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1200-normal:
    400 66px/1.03 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1200-bold:
    400 66px/1.03 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1300-normal:
    400 80px/1.025 ABMonumentGrotesk-Regular, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-1300-bold:
    400 80px/1.025 ABMonumentGrotesk-Bold750, Verdana, Arial, Helvetica,
    sans-serif;
  --text-title-letter-spacing: 0;
  --text-title-letter-spacing-tight: -0.02em;
  --text-title-letter-spacing-loose: 0.04em;
  --twocol-width: 1012px;
  --video-floating-background-color: #fff;
  --inline-video-bottom-margin: 16px;
  --widget-background: var(--c-neutral-02);
  --widget-background-rgb: 247, 247, 250;
}
@media screen and (max-width: 1024px) {
  body {
    --scrolled-header-height: 0px;
    --scrolled-header-height-mobile: 0px;
  }
}

html {
  --large-viewport-height: 100vh;
  --mobile-address-bar-height: 0;
}

.custom-form {
  max-width: 500px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  /*box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 8px;*/
  border-radius: 18px !important;
  padding: 20px;
  position: relative;
  width: 100%;
}

.custom-form__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  height: fit-content;
}
.custom-form__header h5 {
  color: #333;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  font-size: 28px;
  margin: 0 auto;
  text-align: center;
}
.custom-form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 500px) {
  .custom-form {
    padding: 10px;
  }
}
