@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/2023/spacemono.bold.woff2');
}

@font-face {
  font-family: 'Rational Display';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/2023/rationaldisplay.medium.woff2');
}

@font-face {
  font-family: 'Rational Display';
  font-style: normal;
  font-weight: 600;
  src: url('../../fonts/2023/rationaldisplay.semibold.woff2');
}

@font-face {
  font-family: 'Rational Display';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/2023/rationaldisplay.bold.woff2');
}

.rb-footer {
  color: #004;
  background-color: #fff;

  -webkit-font-smoothing: antialiased;
  font-family: 'Rational Display', system-ui, sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.rb-footer a {
  color: inherit;
  display: block;
  vertical-align: baseline;
}

.rb-footer iframe {
  border: none;
}

.rb-footer menu,
.rb-footer ol,
.rb-footer ul {
  list-style-type: none;
}

.rb-footer img,
.rb-footer svg,
.rb-footer video {
  display: block;
  height: auto;
  max-width: 100%;
}

.rb-footer img,
.rb-footer span,
.rb-footer ul,
.rb-footer li {
  vertical-align: baseline;
}

.rb-footer li {
  display: block;
}

.rb-footer input,
.rb-footer select,
.rb-footer textarea {
  background-color: transparent;
  border: 1px solid #c4c6c8;
  border-radius: 0.5rem;
  appearance: none;
  font-size: 1.125rem;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  margin-bottom: 1.25rem;
  padding: 0.6875rem 0.75rem 0.5rem;
  width: 100%;
}

@media (max-width: 699px) {
  .rb-footer input,
  .rb-footer select,
  .rb-footer textarea {
    line-height: 24px;
  }
}

.rb-footer input::placeholder,
.rb-footer select::placeholder,
.rb-footer textarea::placeholder {
  color: #00004480;
}

.rb-footer input[type='checkbox'],
.rb-footer input[type='radio'] {
  cursor: pointer;
  flex-shrink: 0;
  height: 1.25rem;
  margin: 0;
  padding: 0;
  width: 1.25rem;
}

.rb-footer input[type='checkbox'] {
  border-radius: 0.25rem;
}

.rb-footer .set-label,
.rb-footer label {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.rb-footer h2,
.rb-footer h1,
.rb-footer h3,
.rb-footer h4,
.rb-footer h5,
.rb-footer h6 {
  margin: 0;
}

.rb-footer .format-type h2,
.rb-footer .format-type h1,
.rb-footer .format-type h3,
.rb-footer .format-type h4,
.rb-footer .format-type h5,
.rb-footer .format-type h6,
.rb-footer .set-h1,
.rb-footer .set-h2,
.rb-footer .set-h3,
.rb-footer .set-h4,
.rb-footer .set-h5,
.rb-footer .set-h6 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rb-footer p {
  margin: 0;
}

.rb-footer label {
  cursor: pointer;
}

.rb-footer input[type='checkbox']:checked {
  background-color: #3204ad;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none'%3E%3Cpath stroke='%23fff' stroke-width='2' d='m1 3 4 4 6-6'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: calc(100% - 0.125rem);
  border-color: transparent;
}

.rb-footer .hs-input {
  color: inherit;
  font-size: 1rem;
  letter-spacing: -0.16px;
}

@media (min-width: 700px) {
  .rb-footer .hs-input {
    font-size: 1.125rem;
    line-height: 27px;
  }
}

.rb-footer .layout-container {
  width: 100%;
  max-width: calc(100vw - 2rem);
  margin: 0 auto;
}

@media (min-width: 700px) {
  .rb-footer .layout-container {
    max-width: calc(100vw - 4rem);
  }
}

@media (min-width: 1000px) {
  .rb-footer .layout-container {
    max-width: calc(100vw - 5rem);
  }
}

@media (min-width: 1440px) {
  .rb-footer .layout-container {
    max-width: 1360px;
  }
}

.rb-footer .footer-column {
  display: flex;
  flex-direction: column;
  gap: 4.5rem;
  padding: 3rem 0 1.25rem;
}

@media (max-width: 699px) {
  .rb-footer .footer-column {
    gap: 3rem;
    padding: 2rem 0 1.25rem;
  }
}

@media (min-width: 700px) {
  .rb-footer .footer-column {
    padding: 3rem 0 2rem;
  }
}

@media (min-width: 1280px) {
  .rb-footer .footer-column {
    gap: 6rem;
    padding: 6rem 0 2rem;
  }
}

.rb-footer .footer-column .top-row {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}

@media (min-width: 1000px) {
  .rb-footer .footer-column .top-row {
    flex-direction: row;
    justify-content: space-between;
  }
}

/* FOOTER FORM */
@media (min-width: 1000px) {
  .rb-footer .footer-column .top-row .footer-form {
    width: calc(41.66667% - 10.5px);
  }
}

.rb-footer .footer-column .top-row .footer-form .form-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 441.3333333333px;
}

@media (min-width: 700px) {
  .rb-footer .footer-column .top-row .footer-form .form-column {
    gap: 2rem;
  }
}

.rb-footer .format-type h3,
.rb-footer .set-h3 {
  font-family: 'Rational Display', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
}

@media (min-width: 700px) {
  .rb-footer .format-type h3,
  .rb-footer .set-h3 {
    font-size: 2rem;
    line-height: 1.25;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 1280px) {
  .rb-footer .format-type h3,
  .rb-footer .set-h3 {
    font-size: 3.25rem;
    line-height: 1.0769230769;
  }
}

@media (max-width: 1279px) {
  .rb-footer .footer-column .top-row .footer-form .form-column .form-title {
    max-width: 211.6666666667px;
  }
}

@media (max-width: 1279px) and (min-width: 700px) {
  .rb-footer .footer-column .top-row .footer-form .form-column .form-title {
    max-width: 326.5px;
  }
}

.rb-footer .inline-form {
  margin-bottom: 1rem;
  margin-top: 0.25rem;
  position: relative;
}

.rb-footer .inline-form .form-embed.-platform-hubspot {
  min-height: 0;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field {
  display: flex;
  flex-direction: column;
  position: relative;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-required {
  color: #ee8469;
  margin-left: 0.25rem;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .input {
  display: flex;
  margin-bottom: 0.75rem;
  margin-right: 0;
}

.rb-footer .legal-consent-container .field.hs-form-field {
  margin-bottom: 8px;
}

.rb-footer .legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-input {
  position: relative;
  z-index: 1;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display input[type='checkbox'] {
  width: 1rem;
  height: 1rem;
  border-radius: 0.25rem;
}

@media (min-width: 700px) {
  .rb-footer
    .form-embed.-platform-hubspot
    .hs-form
    .field
    .hs-form-booleancheckbox-display
    input[type='checkbox']:checked {
    background-size: calc(100% - 0.125rem);
  }
}

.rb-footer .form-embed.-platform-hubspot .border-placement,
.rb-footer .form-embed.-platform-hubspot .hs-email .input {
  border-bottom: 1px solid #c4c6c8;
}

.rb-footer .form-embed.-platform-hubspot input[type='email'] {
  background-color: transparent;
  border: none;
  margin: -0.4375rem -0.5rem -0.25rem;
  padding: 1.375rem 3.5rem 0.75rem 0.5rem;
  width: calc(100% + 1rem);
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-input.error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #ee8469;
  transition: border-color 0.25s ease-out, border-radius 0.25s ease-out;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-input.error {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .hs-error-msgs label {
  background-color: #ee8469;
  color: #fff;
  cursor: default;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 500;
  padding: 0.125rem 0.5rem;
  position: absolute;
  animation: drop-in-minimal 0.5s ease-out;
  border-radius: 0.5rem;
  top: calc(100% + 2.5rem);
  width: fit-content;
}

@media (min-width: 1280px) {
  .rb-footer .form-embed.-platform-hubspot .hs-form .hs-error-msgs label {
    font-size: 0.875rem;
  }
}

.rb-footer .form-embed.-platform-hubspot .submitted-message {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 23.4px;
}

@media (max-width: 699px) {
  .rb-footer .form-embed.-platform-hubspot .submitted-message {
    font-size: 1rem;
    line-height: 20.8px;
  }
}

@media (min-width: 1280px) {
  .rb-footer .form-embed.-platform-hubspot .submitted-message {
    font-size: 1.25rem;
    line-height: 26px;
  }
}

.rb-footer .form-embed.-platform-hubspot input[type='email']::placeholder {
  font-family: 'Space Mono', ui-monospace, monospace;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.14;
  text-transform: uppercase;
}

.rb-footer .form-embed.-platform-hubspot .hs-form input:not(.hs-button):not([type='checkbox']):not([type='radio']) {
  background-color: transparent;
}

.rb-footer .form-embed.-platform-hubspot .hs-email > label {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display,
.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-checkbox-display {
  align-items: flex-start;
  display: flex;
  font-size: 1rem;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 700px) {
  .rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display,
  .rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-checkbox-display {
    gap: 0.75rem;
  }
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display {
  margin-bottom: 0;
}

.rb-footer .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display > input + span,
.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-checkbox-display > input + span {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  position: relative;
  top: 0.03125rem;
}

@media (min-width: 700px) {
  .rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display > input + span,
  .rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-checkbox-display > input + span {
    top: 0.0625rem;
  }
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display > input + span {
  margin-left: 0;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display > input + span {
  font-size: 0.875rem;
  top: 0;
}

.rb-footer .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-form-booleancheckbox-display > input + span p a {
  display: inline;
  text-decoration: underline;
  transition: color 0.2s ease-out;
}

.rb-footer .hs-field-desc {
  width: 100%;
}

.rb-footer .legal-consent-container .hs-field-desc.checkbox-desc {
  margin: -12px 0 0 21px;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field .hs-field-desc {
  color: #717271;
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .field label + .hs-field-desc {
  margin-top: -0.25rem;
}

.rb-footer .form-embed.-platform-hubspot .hs-form .hs-button {
  align-items: center;
  background-color: #3204ad;
  border: 0.0625rem solid transparent;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Space Mono', ui-monospace, monospace;
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase;
  transition-duration: 0.2s;
  transition-property: background-color, border-color, color;
  transition-timing-function: ease-out;
  width: max-content;
}

.rb-footer .form-embed.-platform-hubspot .button,
.rb-footer .form-embed.-platform-hubspot .hs-submit .actions .hs-button {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='m14.707 3.293-1.414 1.414L19.586 11H2v2h17.586l-6.293 6.293 1.414 1.414L23.414 12l-8.707-8.707Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 50%;
  height: 2rem;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0.25rem;
  width: 2rem;
  z-index: 1;
}

@media (min-width: 700px) {
  .rb-footer .form-embed.-platform-hubspot .button,
  .rb-footer .form-embed.-platform-hubspot .hs-submit .actions .hs-button {
    height: 2.5rem;
    width: 2.5rem;
    top: 0.125rem;
    background-size: auto;
  }
}

.rb-footer .form-embed.-platform-hubspot .hs-submit .actions .hs-button {
  color: transparent;
}

/* MAIN NAV */
.rb-footer .footer-column .top-row .footer-nav {
  display: grid;
  gap: 2.5rem 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 785.8333333333px;
}

@media (min-width: 480px) {
  .rb-footer .footer-column .top-row .footer-nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1000px) {
  .rb-footer .footer-column .top-row .footer-nav {
    width: calc(50% - 9px);
  }
}

.rb-footer .footer-column .top-row .footer-nav .nav-set {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.rb-footer .footer-column .top-row .footer-nav .nav-set:first-child {
  grid-column: 1;
}

.rb-footer .footer-column .top-row .footer-nav .nav-set:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}

@media (min-width: 480px) {
  .rb-footer .footer-column .top-row .footer-nav .nav-set:nth-child(3) {
    grid-column: 3;
  }
}

.rb-footer .footer-column .top-row .footer-nav .nav-set:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}

@media (min-width: 480px) {
  .rb-footer .footer-column .top-row .footer-nav .nav-set:nth-child(3) {
    grid-column: 3;
  }
}

.rb-footer .nav-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 480px) {
  .rb-footer .hide-min-xs {
    display: none;
  }
}

.rb-footer .nav-group .nav-heading {
  color: #ee8469;
  font-family: 'Space Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.56px;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .rb-footer .nav-group .nav-heading {
    letter-spacing: 0.48px;
    line-height: 13.7143px;
  }
}

@media (min-width: 700px) {
  .rb-footer .nav-group .nav-heading {
    font-size: 0.875rem;
  }
}

.rb-footer .nav-group .nav-heading:not(:last-child) {
  margin-bottom: 0.25rem;
}

.rb-footer .nav-group .nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (max-width: 699px) {
  .rb-footer .nav-group .nav-list li {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}

.rb-footer .nav-group .nav-list li a {
  transition: color 0.2s ease-out;
}

/* BOTTOM NAV */
.rb-footer .footer-column .bottom-row {
  align-items: center;
  display: grid;
  gap: 2rem;
}

@media (min-width: 700px) {
  .rb-footer .footer-column .bottom-row {
    gap: 18px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  .rb-footer .footer-column .bottom-row {
    grid-template-columns: calc(50% - 9px) calc(33.33333% - 12px) calc(16.66667% - 15px);
  }
}

.rb-footer .footer-column .bottom-row .copyright {
  align-items: center;
  color: #00004480;
  display: flex;
  font-family: 'Space Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.3125rem;
  grid-column: 1;
  letter-spacing: 0.56px;
  line-height: 16px;
  text-transform: uppercase;
}

@media (max-width: 699px) {
  .rb-footer .footer-column .bottom-row .copyright {
    letter-spacing: 0.48px;
    grid-row: 3;
    line-height: 13.7143px;
  }
}

@media (min-width: 700px) {
  .rb-footer .footer-column .bottom-row .copyright {
    font-size: 0.875rem;
  }
}

.rb-footer .footer-column .bottom-row .copyright img {
  opacity: 0.5;
  margin-top: -1px;
}

.rb-footer .footer-column .bottom-row .legal-nav {
  display: flex;
  gap: 1rem;
  grid-row: 1;
}

@media (max-width: 699px) {
  .rb-footer .footer-column .bottom-row .legal-nav {
    grid-row: 2;
  }
}

@media (min-width: 700px) {
  .rb-footer .footer-column .bottom-row .legal-nav {
    grid-column: 2;
    justify-content: center;
    gap: 1.25rem;
  }
}

@media (min-width: 1000px) {
  .rb-footer .footer-column .bottom-row .legal-nav {
    justify-content: flex-start;
  }
}

@media (min-width: 1280px) {
  .rb-footer .footer-column .bottom-row .legal-nav {
    gap: 2rem;
  }
}

.rb-footer .footer-column .bottom-row .legal-nav li a {
  color: #00004480;
  font-family: 'Space Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1428571429;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .rb-footer .footer-column .bottom-row .legal-nav li a {
    font-size: 0.875rem;
  }
}

.rb-footer .footer-column .bottom-row .legal-nav li a {
  transition: color 0.2s ease-out;
}

@media (min-width: 700px) {
  .rb-footer .footer-column .bottom-row .social-links {
    grid-column: 3;
    justify-self: end;
  }
}

.rb-footer .footer-column .bottom-row .social-links {
  display: flex;
  gap: 0.5rem;
  grid-column: 1;
  grid-row: 1;
}

@media (min-width: 700px) {
  .rb-footer .footer-column .bottom-row .social-links {
    grid-column: 3;
    justify-self: end;
  }
}

.rb-footer .footer-column .bottom-row .social-links li a {
  align-items: center;
  border: 1px solid #c4c6c8;
  border-radius: 50%;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  transition: border-color 0.2s ease-out;
  width: 2.5rem;
}
