/*
Theme Name: Bristal
theme	Theme URI: bristal.com
Description: The theme for WordPress. Designed with LOVE by DigitalDesign.NYC
Author: dd.nyc
Version: 1.a
*/
.textbox strong {
  font-weight: 500;
}

.textbox em {
  font-style: italic;
}

.s1-1.s1-panel {
  display: none;
}

.s1-1.s1-panel.active {
  display: grid;
}

.s25-1 {
  display: block;
}
.formbox-checkbox .wpcf7-form-control.wpcf7-checkbox,
.formbox-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.formbox-checkbox .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  right: 100%;
  width: 0;
  height: 0;
  opacity: 0;
}
.formbox-checkbox .wpcf7-list-item-label {
  display: none;
}
.formbox-checkbox .checkbox-label-icon {
  opacity: 0.5;
}
.formbox-checkbox .checkbox-label-icon .icon {
  transform: scale(0);
}
.formbox-checkbox
  .checkbox-label:has(input[type="checkbox"]:checked)
  .checkbox-label-icon {
  opacity: 1;
}
.formbox-checkbox
  .checkbox-label:has(input[type="checkbox"]:checked)
  .checkbox-label-icon
  .icon {
  transform: scale(1);
}
.bg::before {
  background-image: url(/wp-content/uploads/2026/01/letter-b-bg.svg);
}
.bg2::before {
  background-image:
    url(/wp-content/uploads/2026/01/letter-b-bg.svg),
    url(/wp-content/uploads/2026/01/letter-b-bg.svg);
}
.textfield-input {
  width: 100%;
}

.p0.section-inner {
  padding-top: 0px !important;
}

.p1.section-inner {
  padding-top: 160px !important;
}

.p2.section-inner {
  padding-top: 120px !important;
}

.p3.section-inner {
  padding-top: 60px !important;
}

.p4.section-inner {
  padding-top: 20px !important;
}

.player-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.player.is-playing .player-button {
  display: none;
}

.player.is-playing .player-placeholder {
  display: none;
}

.gm-style .gm-style-iw-c {
  border-radius: 16px;
  padding: 0;
  overflow: hidden;
}
.map-card {
  width: 320px;
  background: #ffffff;
  color: #051840;
}
.map-card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.map-card-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.map-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--c3);
  color: var(--c2);
  padding: 14px 16px;
}
.map-card-title {
  font-size: var(--f-m);
}
.map-card-directions {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
}
.map-card-body {
  padding: 16px;
}
.map-card-address {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.map-card-website a {
  color: var(--c3);
  text-decoration: none;
}
.map-card-phone {
  font-size: 14px;
  margin: 10px 0;
}
.map-card-action .button {
  width: 100%;
  justify-content: center;
}
.gm-style-iw-chr {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
}
.map-card-body ul {
  margin: 12px 0;
  padding-left: 18px;
  position: relative;
}
.map-card-body ul li {
  display: block;
  position: relative;
  padding: 3px 0;
  color: var(--c3);
}
.map-card-body ul li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--c3);
  position: absolute;
  left: calc(0px - 10px);
  top: 50%;
  transform: translateY(-50%);
}
.gm-style .gm-style-iw-tc {
  display: none;
}
.card-text .js-review-more {
  color: var(--c3);
  text-decoration: underline;
}
.selector-list.js-selector-list {
  max-height: 50vh;
  overflow-x: scroll;
}
button.splide__toggle {
  display: none;
}
.textbox span:not(.swiper-pagination-bullet),
.textbox span:not(.swiper-pagination-bullet) a {
  background-color: transparent !important;
}
@media (max-width: 1024px) {
  .map-card {
    width: auto;
  }
}
.splide__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
  margin-top: 80rem;
}

.splide__pagination {
  top: 0;
  left: auto;
  bottom: auto !important;
  line-height: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.splide__pagination .swiper-pagination-bullet {
  width: max(8px, 8rem);
  height: max(8px, 8rem);
  border-radius: 999rem;
  margin: 0 3rem !important;
  transition: all 0.3s linear;
  background-color: var(--c4);
  opacity: 1;
  position: relative;
}

.splide__pagination .swiper-pagination-bullet::before {
  content: "";
  border-radius: inherit;
  min-width: max(8px, 8rem);
  height: 100%;
  position: absolute;
  opacity: 0;
  width: 0%;
  background-color: var(--cx);
}

.splide__pagination .swiper-pagination-bullet-active {
  background-color: var(--cx);
  opacity: 1;
}

.splide__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max(40px, 40rem);
  height: max(40px, 40rem);
  border-radius: 999rem;
  border: 1px solid var(--c4);
  background: transparent;
  color: var(--c0);
  cursor: pointer;
  transition: border-color 0.2s ease;
}

.splide__toggle svg {
  width: max(12px, 12rem);
  height: max(12px, 12rem);
  display: block;
  fill: currentColor;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-playing .splide__toggle__play {
  display: none;
}

.splide__toggle.is-playing .splide__toggle__pause {
  display: block;
}

.hs-image__grid__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hs-image__grid__list__item__button {
  display: block;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

.hs-image__grid__list__item__image {
  display: block;
  width: 100%;
  height: auto;
}

.hs-image__grid__list li br {
  display: none;
}

.hs-image__grid__list li img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.hs-image-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(5, 24, 64, 0.85);
  padding: 40rem 20rem;
}

.hs-image-lightbox.is-hidden {
  display: none;
}

.hs-image-lightbox-inner {
  position: relative;
  max-width: 1200rem;
  width: 100%;
  max-height: 90vh;
}

.hs-image-lightbox-image {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.hs-image-lightbox-close {
  position: absolute;
  top: 10rem;
  right: 10rem;
  width: max(36px, 36rem);
  height: max(36px, 36rem);
  border: 0;
  border-radius: 999rem;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  font-size: max(18px, 18rem);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.hs-image__grid__list li {
  list-style: none;
  padding-left: 0;
}
.hs-image__grid__list li:before {
  content: none;
}
.subtitle-custom {
  margin-top: 30rem;
  font-size: var(--f-l);
  line-height: 1;
  font-weight: 400;
  width: 100%;
  font-family: var(--altfont);
  letter-spacing: -0.03em;
}
.button-text {
  line-height: 1;
}
@media (max-width: 1023px) {
  .hs-image__grid__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.card-header .card-media.mode {
  --offset-y: 5%;
  background-color: var(--mode-color);
  padding: var(--offset-y) var(--offset-x);
}

.card-header .card-media.mode img {
  width: calc(100% - calc(var(--offset-x) * 2));
  height: calc(100% - (var(--offset-y) * 2));
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f13-2 {
  opacity: 0.6;
}

.s-code-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30rem;
}
.s-code-list {
  display: flex;
  flex-direction: column;
  gap: 30rem;
}

.hbspt-form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.hbspt-form fieldset + fieldset {
  margin-top: 10rem;
}
.hbspt-form fieldset.form-columns-2 {
  display: flex;
  gap: 10rem;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
  flex: 1;
}
.hbspt-form .hs-form-field {
  margin: 0;
}
.hbspt-form .hs-form-field .input {
  position: relative;
  display: flex;
  background-color: var(--c6);
  color: var(--cx);
  margin: 0 !important;
}
.hbspt-form .hs-form-field .input::before {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--sl) solid;
  opacity: 0.1;
  pointer-events: none;
}
.hbspt-form .hs-form-field.hs-fieldtype-radio .input::before {
  content: none;
}
.hbspt-form .hs-form-field.hs-fieldtype-radio .input {
  background-color: transparent;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox .input::before {
  content: none;
}
.hbspt-form .hs-form-field.hs-fieldtype-checkbox .input {
  background-color: transparent;
}
.hbspt-form .hs-input {
  width: 100%;
  padding: 20rem 30rem;
  background: transparent;
  border: 0;
  color: var(--cx);
  font: inherit;
  min-width: 0;
}
.hbspt-form fieldset.form-columns-2,
.hbspt-form fieldset.form-columns-1 {
  max-width: 100%;
  width: 100%;
}
.hbspt-form textarea.hs-input {
  resize: none;
}
.hbspt-form select.hs-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 60rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23111' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 30rem center;
  background-size: 10rem 6rem;
}
.hbspt-form .hs-error-msgs {
  margin-top: 10rem;
}
.hbspt-form .hs-error-msg,
.hbspt-form .hs-input.error {
  color: #ff0000;
}
.hbspt-form .hs-submit .hs-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c3);
  color: var(--c2);
  padding: 0 40rem;
  min-width: 180rem;
  height: var(--btn);
  border: var(--sl) solid var(--c3);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s;
}
.hbspt-form .hs-submit .hs-button:hover {
  background-color: transparent;
  color: var(--cx);
}
.hs-form-field label {
  padding-bottom: 0.5em;
  display: block;
}
.hbspt-form .hs-form-field .input .selector {
  width: 100%;
}
.hs-dependent-field {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
.hs-dateinput {
  width: 100%;
}
.hs_submit.hs-submit {
  margin-top: 50rem;
}
.section.s9 .hs-dateinput .hs-datepicker {
  display: none;
}
.section.s9 .hs-dateinput .hs-datepicker.is-visible,
.section.s9 .hs-dateinput .hs-datepicker[aria-hidden="false"] {
  display: block;
}
.selector-list {
  z-index: 100;
}
.popup .section.s-code .s-code-item {
  background-color: var(--c3);
  padding: 40rem;
  color: var(--c2);
  --cx: var(--c2);
  --cz: var(--c9);
}
.popup .section.s-code .selector:not(.active),
.popup .section.s-code .textfield {
  background-color: transparent;
}
.hbspt-form .hs-fieldtype-booleancheckbox .input::before {
  content: none;
}
.popup .section.s-code .hs-form-booleancheckbox .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup
  .section.s-code
  .hs-form-booleancheckbox
  .hs-form-booleancheckbox-display {
  display: flex;
  align-items: center;
  gap: 12rem;
  color: var(--cx);
}
.popup
  .section.s-code
  .hs-form-booleancheckbox
  .hs-form-booleancheckbox-display
  .hs-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16rem;
  height: 16rem;
  border: var(--sl) solid var(--c2);
  background-color: transparent;
  margin: 0;
  position: relative;
  cursor: pointer;
  flex: none;
}
.popup
  .section.s-code
  .hs-form-booleancheckbox
  .hs-form-booleancheckbox-display
  .hs-input:checked {
  background-color: var(--c2);
}
.popup
  .section.s-code
  .hs-form-booleancheckbox
  .hs-form-booleancheckbox-display
  span {
  line-height: 1.2;
}

.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-field
  .input::before {
  display: none;
}

.popup .section.s-code .hs-fieldtype-booleancheckbox .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popup .section.s-code .hs-fieldtype-booleancheckbox .hs-form-booleancheckbox {
  overflow: hidden;
  position: relative;
  padding: 0.25em 0;
  margin: -0.25em 0;
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display {
  display: flex;
  align-items: flex-start;
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display
  .hs-input {
  width: 0;
  height: 0;
  position: absolute;
  right: 100%;
  opacity: 0;
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display
  span {
  position: relative;
  user-select: none;
  margin: auto 0;
  color: var(--cz);
  max-width: 440rem;
  padding-left: calc(1.2em + 10rem);
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display
  span::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  border-radius: var(--br1);
  display: flex;
  flex: none;
  margin-right: 10rem;
  padding: 3rem;
  border: var(--sl) solid;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0.2em;
  user-select: none;
  opacity: 0.5;
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display
  span::after {
  content: "";
  position: absolute;
  left: 0.34em;
  top: 0.3em;
  width: 0.45em;
  height: 0.75em;
  border-right: 2px solid var(--cx);
  border-bottom: 2px solid var(--cx);
  transform: rotate(45deg) scale(0);
  transform-origin: center;
  transition: transform 0.25s;
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display
  .hs-input:checked
  + span::before {
  opacity: 1;
}
.popup
  .section.s-code
  .hs-fieldtype-booleancheckbox
  .hs-form-booleancheckbox-display
  .hs-input:checked
  + span::after {
  transform: rotate(45deg) scale(1);
}
.s-code-item--hubspot .hs-dateinput .hs-datepicker {
  display: none;
}
.s-code-item--hubspot .hs-dateinput .hs-datepicker.is-visible,
.s-code-item--hubspot .hs-dateinput .hs-datepicker[aria-hidden="false"] {
  display: block;
}

.popup .section.s-code .hs-dateinput .hs-datepicker {
  display: none;
}
.popup .section.s-code .hs-dateinput .hs-datepicker.is-visible,
.popup .section.s-code .hs-dateinput .hs-datepicker[aria-hidden="false"] {
  display: block;
}

.section.s9 .hbspt-form .hs-form-field .input {
  background-color: transparent;
}
.section.s9 .hbspt-form .hs-form-field label {
  color: var(--cx);
}
.section.s9 .hbspt-form .hs-submit .hs-button {
  background-color: var(--c2);
  color: var(--c1);
  border-color: var(--c2);
}
.section.s9 .hbspt-form .hs-submit .hs-button:hover {
  background-color: transparent;
  color: var(--cx);
}
.page-header-nav .header-card-footer {
  transition:
    opacity 0.25s,
    transform 0.25s;
}
@media (min-width: 1024px) {
  .page-header-nav .header-card-footer {
    opacity: 0;
    transform: translateY(6rem);
    pointer-events: none;
  }
  .page-header-nav .swiper-slide:hover .header-card-footer {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.s-code-item--hubspot .hbspt-form .hs-form-field .input {
  background-color: transparent;
}
.s-code-item--hubspot .hbspt-form .hs-form-field label {
  color: var(--cx);
}
.s-code-item--hubspot .hbspt-form .hs-submit .hs-button {
  background-color: var(--c2);
  color: var(--c1);
  border-color: var(--c2);
}
.s-code-item--hubspot .hbspt-form .hs-submit .hs-button:hover {
  background-color: transparent;
  color: var(--cx);
}

.popup .section.s-code .hbspt-form .hs-form-field .input {
  background-color: transparent;
}
.popup .section.s-code .hbspt-form .hs-form-field label {
  color: var(--cx);
}
.popup .section.s-code .hbspt-form .hs-submit .hs-button {
  background-color: var(--c2);
  color: var(--c1);
  border-color: var(--c2);
}
.popup .section.s-code .hbspt-form .hs-submit .hs-button:hover {
  background-color: transparent;
  color: var(--cx);
}

.section.s9 .hs-datepicker .pika-single {
  background-color: var(--c2);
  color: var(--c1);
  border: var(--sl) solid var(--c2);
  box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.2);
  padding: 20rem;
}
.section.s9 .hs-datepicker .pika-title,
.section.s9 .hs-datepicker .pika-label,
.section.s9 .hs-datepicker .pika-table th,
.section.s9 .hs-datepicker .pika-button {
  color: var(--c1);
}
.section.s9 .hs-datepicker .pika-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  padding-bottom: 12rem;
  margin-bottom: 12rem;
  border-bottom: var(--sl) solid rgba(0, 0, 0, 0.1);
}
.section.s9 .hs-datepicker .pika-label {
  font-weight: 500;
  letter-spacing: -0.01em;
}
.section.s9 .hs-datepicker .pika-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--c1);
  font: inherit;
  padding: 2rem 24rem 2rem 8rem;
  cursor: pointer;
  border: 1px solid;
  margin-left: 10px;
}
.section.s9 .hs-datepicker .pika-title {
  position: relative;
}
.section.s9 .hs-datepicker .pika-title::after {
  content: "▾";
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c1);
  font-size: 12rem;
  opacity: 0.6;
  pointer-events: none;
}
.section.s9 .hs-datepicker .pika-prev,
.section.s9 .hs-datepicker .pika-next {
  background: none;
  opacity: 0.6;
  width: 24rem;
  height: 24rem;
}
.section.s9 .hs-datepicker .pika-prev,
.section.s9 .hs-datepicker .pika-next,
.section.s9 .hs-datepicker .pika-prev::before,
.section.s9 .hs-datepicker .pika-next::before {
  display: none;
}
.section.s9 .hs-datepicker .pika-prev:hover,
.section.s9 .hs-datepicker .pika-next:hover {
  opacity: 1;
}
.section.s9 .hs-datepicker .pika-prev::before,
.section.s9 .hs-datepicker .pika-next::before {
  display: block;
  text-indent: 0;
  font-size: 20rem;
  line-height: 1;
  color: var(--c1);
}
.section.s9 .hs-datepicker .pika-prev::before {
  content: "‹";
}
.section.s9 .hs-datepicker .pika-next::before {
  content: "›";
}
.section.s9 .hs-datepicker .pika-table th {
  font-size: 12rem;
  letter-spacing: 0.02em;
  opacity: 0.6;
}
.section.s9 .hs-datepicker .pika-table {
  width: 100%;
  z-index: 99;
  position: relative;
}
.section.s9 .hs-datepicker .pika-button {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  padding: 6rem 0;
  width: 27px;
}
.section.s9 .hs-datepicker .pika-button {
}
.section.s9 .hs-datepicker .pika-button:hover {
  background-color: var(--c3);
  color: var(--c2) !important;
}
.section.s9 .hs-datepicker .is-selected .pika-button {
  background-color: var(--c3);
  color: var(--c2);
}
.section.s9 .hs-datepicker .is-today .pika-button {
  color: var(--c2);
  line-height: 1;
}

.s-code-item--hubspot .hs-datepicker .pika-single {
  background-color: var(--c2);
  color: var(--c1);
  border: var(--sl) solid var(--c2);
  box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.2);
  padding: 20rem;
}
.s-code-item--hubspot .hs-datepicker .pika-title,
.s-code-item--hubspot .hs-datepicker .pika-label,
.s-code-item--hubspot .hs-datepicker .pika-table th,
.s-code-item--hubspot .hs-datepicker .pika-button {
  color: var(--c1);
}
.s-code-item--hubspot .hs-datepicker .pika-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  padding-bottom: 12rem;
  margin-bottom: 12rem;
  border-bottom: var(--sl) solid rgba(0, 0, 0, 0.1);
}
.s-code-item--hubspot .hs-datepicker .pika-label {
  font-weight: 500;
  letter-spacing: -0.01em;
}
.s-code-item--hubspot .hs-datepicker .pika-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--c1);
  font: inherit;
  padding: 2rem 24rem 2rem 8rem;
  cursor: pointer;
  border: 1px solid;
  margin-left: 10px;
}
.s-code-item--hubspot .hs-datepicker .pika-title {
  position: relative;
}
.s-code-item--hubspot .hs-datepicker .pika-title::after {
  content: "▾";
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c1);
  font-size: 12rem;
  opacity: 0.6;
  pointer-events: none;
}
.s-code-item--hubspot .hs-datepicker .pika-prev,
.s-code-item--hubspot .hs-datepicker .pika-next {
  background: none;
  opacity: 0.6;
  width: 24rem;
  height: 24rem;
}
.s-code-item--hubspot .hs-datepicker .pika-prev,
.s-code-item--hubspot .hs-datepicker .pika-next,
.s-code-item--hubspot .hs-datepicker .pika-prev::before,
.s-code-item--hubspot .hs-datepicker .pika-next::before {
  display: none;
}
.s-code-item--hubspot .hs-datepicker .pika-prev:hover,
.s-code-item--hubspot .hs-datepicker .pika-next:hover {
  opacity: 1;
}
.s-code-item--hubspot .hs-datepicker .pika-prev::before,
.s-code-item--hubspot .hs-datepicker .pika-next::before {
  display: block;
  text-indent: 0;
  font-size: 20rem;
  line-height: 1;
  color: var(--c1);
}
.s-code-item--hubspot .hs-datepicker .pika-prev::before {
  content: "‹";
}
.s-code-item--hubspot .hs-datepicker .pika-next::before {
  content: "›";
}
.s-code-item--hubspot .hs-datepicker .pika-table th {
  font-size: 12rem;
  letter-spacing: 0.02em;
  opacity: 0.6;
}
.s-code-item--hubspot .hs-datepicker .pika-table {
  width: 100%;
  z-index: 99;
  position: relative;
}
.s-code-item--hubspot .hs-datepicker .pika-button {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  padding: 6rem 0;
  width: 27px;
}
.s-code-item--hubspot .hs-datepicker .pika-button:hover {
  background-color: var(--c3);
  color: var(--c2) !important;
}
.s-code-item--hubspot .hs-datepicker .is-selected .pika-button {
  background-color: var(--c3);
  color: var(--c2);
}
.s-code-item--hubspot .hs-datepicker .is-today .pika-button {
  color: var(--c2);
  line-height: 1;
}

.popup .section.s-code .hs-datepicker .pika-single {
  background-color: var(--c2);
  color: var(--c1);
  border: var(--sl) solid var(--c2);
  box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.2);
  padding: 20rem;
}
.popup .section.s-code .hs-datepicker .pika-title,
.popup .section.s-code .hs-datepicker .pika-label,
.popup .section.s-code .hs-datepicker .pika-table th,
.popup .section.s-code .hs-datepicker .pika-button {
  color: var(--c1);
}
.popup .section.s-code .hs-datepicker .pika-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12rem;
  padding-bottom: 12rem;
  margin-bottom: 12rem;
  border-bottom: var(--sl) solid rgba(0, 0, 0, 0.1);
}
.popup .section.s-code .hs-datepicker .pika-label {
  font-weight: 500;
  letter-spacing: -0.01em;
}
.popup .section.s-code .hs-datepicker .pika-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0;
  color: var(--c1);
  font: inherit;
  padding: 2rem 24rem 2rem 8rem;
  cursor: pointer;
  border: 1px solid;
  margin-left: 10px;
}
.popup .section.s-code .hs-datepicker .pika-title {
  position: relative;
}
.popup .section.s-code .hs-datepicker .pika-title::after {
  content: "▾";
  position: absolute;
  right: 6rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c1);
  font-size: 12rem;
  opacity: 0.6;
  pointer-events: none;
}
.popup .section.s-code .hs-datepicker .pika-prev,
.popup .section.s-code .hs-datepicker .pika-next {
  background: none;
  opacity: 0.6;
  width: 24rem;
  height: 24rem;
}
.popup .section.s-code .hs-datepicker .pika-prev,
.popup .section.s-code .hs-datepicker .pika-next,
.popup .section.s-code .hs-datepicker .pika-prev::before,
.popup .section.s-code .hs-datepicker .pika-next::before {
  display: none;
}
.popup .section.s-code .hs-datepicker .pika-prev:hover,
.popup .section.s-code .hs-datepicker .pika-next:hover {
  opacity: 1;
}
.popup .section.s-code .hs-datepicker .pika-prev::before,
.popup .section.s-code .hs-datepicker .pika-next::before {
  display: block;
  text-indent: 0;
  font-size: 20rem;
  line-height: 1;
  color: var(--c1);
}
.popup .section.s-code .hs-datepicker .pika-prev::before {
  content: "‹";
}
.popup .section.s-code .hs-datepicker .pika-next::before {
  content: "›";
}
.popup .section.s-code .hs-datepicker .pika-table th {
  font-size: 12rem;
  letter-spacing: 0.02em;
  opacity: 0.6;
}
.popup .section.s-code .hs-datepicker .pika-table {
  width: 100%;
  z-index: 99;
  position: relative;
}
.popup .section.s-code .hs-datepicker .pika-button {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  padding: 6rem 0;
  width: 27px;
}
.popup .section.s-code .hs-datepicker .pika-button:hover {
  background-color: var(--c3);
  color: var(--c2) !important;
}
.popup .section.s-code .hs-datepicker .is-selected .pika-button {
  background-color: var(--c3);
  color: var(--c2);
}
.popup .section.s-code .hs-datepicker .is-today .pika-button {
  color: var(--c2);
  line-height: 1;
}

.hbspt-form .hs-form-radio-display {
  display: flex;
  align-items: center;
  gap: 10rem;
  color: var(--cx);
}
.hbspt-form .hs-form-radio-display input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hbspt-form .hs-form-radio-display span {
  position: relative;
  padding-left: 2em;
  line-height: 1.2;
}
.hbspt-form .hs-form-radio-display span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2em;
  height: 1.2em;
  border: var(--sl) solid var(--cx);
  border-radius: 50%;
  background-color: transparent;
}
.dd-icon {
  width: 1em;
  height: 1.2em;
  color: currentColor;
  opacity: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.hbspt-form .hs-form-radio-display span::after {
  content: "";
  position: absolute;
  left: 0.38em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: var(--cx);
  opacity: 0;
}

.breadcrumbs li {
  margin-left: 0;
}

.s-code-item--hubspot .hbspt-form .hs-form-radio-display {
  display: flex;
  align-items: center;
  gap: 10rem;
  color: var(--cx);
}
.s-code-item--hubspot .hbspt-form .hs-form-radio-display input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.s-code-item--hubspot .hbspt-form .hs-form-radio-display span {
  position: relative;
  padding-left: 28rem;
  line-height: 1.2;
}
.s-code-item--hubspot .hbspt-form .hs-form-radio-display span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  border: var(--sl) solid var(--c2);
  border-radius: 50%;
  background-color: transparent;
}
.s-code-item--hubspot .hbspt-form .hs-form-radio-display span::after {
  content: "";
  position: absolute;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: var(--c2);
  opacity: 0;
}
.popup .section.s-code .hbspt-form .hs-form-radio-display {
  display: flex;
  align-items: center;
  gap: 10rem;
  color: var(--cx);
}
.popup .section.s-code .hbspt-form .hs-form-radio-display input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.popup .section.s-code .hbspt-form .hs-form-radio-display span {
  position: relative;
  padding-left: 28rem;
  line-height: 1.2;
}
.popup .section.s-code .hbspt-form .hs-form-radio-display span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16rem;
  height: 16rem;
  border: var(--sl) solid var(--c2);
  border-radius: 50%;
  background-color: transparent;
}
.popup .section.s-code .hbspt-form .hs-form-radio-display span::after {
  content: "";
  position: absolute;
  left: 4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: var(--c2);
  opacity: 0;
}
.hbspt-form .hs-form-radio-display input[type="radio"]:checked + span::after {
  opacity: 1;
}
.hbspt-form .hs-form-checkbox-display {
  display: flex;
  align-items: flex-start;
  gap: 10rem;
}
.hbspt-form .hs-form-checkbox-display input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.hbspt-form .hs-form-checkbox-display span {
  position: relative;
  padding-left: 2em;
  line-height: 1.2;
  color: var(--cz);
}
.hbspt-form .hs-form-checkbox-display span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.2em;
  height: 1.2em;
  border-radius: var(--br1);
  border: var(--sl) solid;
  opacity: 0.5;
  background: transparent;
}
.hbspt-form .hs-form-checkbox-display span::after {
  content: "";
  position: absolute;
  left: 0.38em;
  top: 0.5em;
  width: 0.35em;
  height: 0.6em;
  border-right: var(--sl) solid var(--cx);
  border-bottom: var(--sl) solid var(--cx);
  transform: rotate(45deg);
  opacity: 0;
}
.hbspt-form
  .hs-form-checkbox-display
  input[type="checkbox"]:checked
  + span::after {
  opacity: 1;
}
.popup
  .section.s-code
  .hbspt-form
  .hs-form-radio-display
  input[type="radio"]:checked
  + span::after {
  opacity: 1;
}

.modal .s9-4 {
  max-height: 70vh;
  overflow: scroll;
}

.f2, .f3, .f4, .f5, .f6 {
	display:none;
} 

@media (min-width: 1024px) {
  .footer-grid {
    grid-template-areas:
      "f1 f1 f1 f1 f1"
      "f2 f3 f4 f5 f6"
      "f7 f7 f7 f7 f7"
      "f8 f8 f9 f10 f11"
      "f13 f13 f13 f13 f13"
      "f14 . . f15 f15"
      "f16 f17 f18 f19 f20";
  }
  .f1 {
    grid-area: f1;
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .s-code-grid {
    grid-template-columns: 1fr;
    gap: 20rem;
  }
  .s-code-list {
    gap: 20rem;
  }
  .hbspt-form fieldset.form-columns-2 {
    flex-direction: column;
  }
  .hbspt-form .hs-submit {
    margin-top: 40rem;
  }
}
