.top-section-container .top-section {
  min-height: inherit;
  overflow: hidden;
  height: 100%;
}

#bookDemoCalendar {

  .vc-date button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .vc-date[data-vc-date-disabled] .vc-date__btn:after {
    content: none !important;
  }

  [data-vc-date-selected] button {
    background-color: #08AA4E !important;
    color: #fff !important;
  }


  [data-vc-date-selected-range] button {
    background-color: #08AA4E !important;
    color: #fff !important;
  }
}
.book-demo-time-slot {
  background: #FFFFFF;
  width: 100%;
  padding-block: 10px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid transparent;
}

.book-demo-time-slot.active {
  font-weight: 700;
  border: 1px solid #08AA4E;
}

.time-slots {
  background: #EEF1F3;
  border-radius: 0 12px 12px 0;
}

.calendar-container {
  border-radius: 12px 0 0 12px;
  background: #069644;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media screen and (max-width: 992px) {
  .calendar-container, .time-slots {
    border-radius: 12px;
  }
}

#book-demo-start-over {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #192325;
  border-bottom: 2px solid #08AA4E;
  border-radius: 0;
  min-width: fit-content;
  text-decoration: none;
  padding: 0;
  line-height: 1.5;
  height: fit-content;

}

.contact-us-page {
  background: #ffffff;
  color: #1d1d1d;
  padding-bottom: 50px;
}

.contact-us-page__map-shell {
  border-left: 1px solid #c1dcca;
  border-right: 1px solid #c1dcca;
  box-sizing: border-box;
  height: 360px;
}

.contact-us-page__map.is-map-fallback {
  background-color: #dbe8df;
  background-image:
    linear-gradient(120deg, rgba(186, 203, 193, 0.45) 12%, transparent 12.6%),
    linear-gradient(64deg, rgba(152, 165, 183, 0.4) 10%, transparent 10.6%),
    linear-gradient(102deg, rgba(182, 199, 190, 0.5) 8%, transparent 8.4%);
  background-size: 420px 220px, 360px 260px, 500px 220px;
  background-position: center;
}

.contact-us-page__fallback-marker {
  pointer-events: none;
  transform: translate(-50%, -22%);
  z-index: 2;
}

.contact-us-page__marker {
  pointer-events: none;
  position: relative;
}

.contact-us-page__marker-outer {
  animation: contact-us-map-pulse 1.75s ease-out infinite;
  background: rgba(8, 170, 78, 0.3);
  height: 80px;
  transform: translate(-50%, -50%);
  width: 80px;
}

.contact-us-page__marker-inner {
  background: #08aa4e;
  height: 58px;
  padding: 6px 8px;
  width: 58px;
  z-index: 1;
}

.contact-us-page__marker-inner .ygg-rs-tick {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
}

.contact-us-page__content-wrap {
  margin: -244px auto 0;
  max-width: 1220px;
  position: relative;
  z-index: 3;
}

.contact-us-page__content-grid {
  column-gap: 10px;
  display: grid;
  grid-template-areas:
    'info form'
    'brochure form';
  grid-template-columns: 484px minmax(0, 1fr);
  row-gap: 20px;
}

.contact-us-page__left-stack {
  display: contents;
}

.contact-us-page__info-column {
  grid-area: info;
}

.contact-us-page__form-column {
  grid-area: form;
  padding: 284px 0 32px 48px;
}

.contact-us-page__office-card {
  background: #ffffff;
  border: 1px solid #c1dcca;
  border-radius: 12px;
  overflow: hidden;
}

.contact-us-page__office-hero {
  background: linear-gradient(118deg, #08aa4e 3.08%, #009842 101.52%);
  gap: 32px;
  padding: 24px 32px 16px;
}

.contact-us-page__office-title {
  color: #ffffff;
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.3;
}

.contact-us-page__pill-btn {
  align-self: center;
  background: #000000 !important;
  border: 0;
  border-radius: 1000px;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 38px;
  min-width: 100px;
  padding: 0 18px;
  text-decoration: none;
  width: fit-content;
}

.contact-us-page__pill-btn:hover,
.contact-us-page__pill-btn:focus,
.contact-us-page__pill-btn:active {
  background: rgba(0, 0, 0, 0.7) !important;
  border-color: #000000;
  color: #ffffff !important;
  text-decoration: none;
}

.contact-us-page__office-body {
  gap: 40px;
  padding: 32px;
}

.contact-us-page__office-row {
  gap: 10px;
}

.contact-us-page__office-row-head .ygg-location,
.contact-us-page__office-row-head .ygg-phone,
.contact-us-page__office-row-head .ygg-mail {
  color: #08aa4e;
  font-size: 24px;
  line-height: 1;
}

.contact-us-page__office-row-head h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

.contact-us-page__office-row p {
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.contact-us-page__form-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 32px;
}

.contact-us-page__field-label {
  color: #424b43;
  font-size: 16px;
  line-height: 24px;
}

.contact-us-page__field-input {
  border: 1px solid #787878;
  border-radius: 8px;
  color: #1d1d1d;
  font-size: 16px;
  height: 54px;
  line-height: 1.2;
  padding: 0 16px;
}

.contact-us-page__field-input::placeholder {
  color: #787878;
  opacity: 1;
}

.contact-us-page__field-input:focus {
  border-color: #000000;
  box-shadow: none;
  outline: none;
}

.contact-us-page__field-textarea {
  height: 130px;
  min-height: 130px;
  padding-top: 14px;
  resize: vertical;
}

.contact-us-page__submit-row {
  display: flex;
  justify-content: flex-end;
}

.contact-us-page__submit-btn {
  background: #000000 !important;
  border: 0;
  border-radius: 1000px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  height: 38px;
  min-width: 100px;
  padding: 0 18px;
  width: fit-content;
}

.contact-us-page__submit-btn:hover,
.contact-us-page__submit-btn:focus,
.contact-us-page__submit-btn:active {
  background: rgba(0, 0, 0, 0.7) !important;
  border-color: #000000;
  color: #ffffff !important;
}

.contact-us-page__submit-btn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.contact-us-page__brochure-card {
  background: #dcfce7;
  border: 1px solid #c1dcca;
  border-radius: 12px;
  color: #000000;
  grid-area: brochure;
  min-height: 108px;
  padding: 32px 24px;
  text-decoration: none;
}

.contact-us-page__brochure-copy {
  min-width: 0;
}

.contact-us-page__brochure-copy h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 12px;
}

.contact-us-page__brochure-copy p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.contact-us-page__icon-btn {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 999px;
  height: 38px;
  width: 38px;
}

.contact-us-page__icon-btn .ygg-arrow-down,
.contact-us-page__icon-btn .ygg-download {
  color: #000000;
  font-size: 20px;
  line-height: 1;
}

.contact-us-page__success-card {
  background: #eef1f3;
  border-radius: 14px;
  gap: 32px;
  padding: 46px 32px 32px;
}

.contact-us-page__form-column--success {
  display: flex;
}

.contact-us-page__success-card--inline {
  width: 100%;
}

.contact-us-page__success-icon {
  color: #08aa4e;
  font-size: 64px;
  height: 44px;
  line-height: 1;
  width: 70px;
}

.contact-us-page__success-title {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
}

.contact-us-page__success-text {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.contact-us-page__success-cta {
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 1000px;
  color: #000000;
  height: 38px;
  min-width: 100px;
  padding: 0 18px 0 14px;
  text-decoration: none;
}

.contact-us-page__success-cta span {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.contact-us-page__success-cta .ygg-arrow-left {
  color: #000000;
  font-size: 20px;
  line-height: 1;
}

@media (min-width: 1200px) {
  .contact-us-page__office-hero {
    height: 244px;
  }

  .contact-us-page__content-wrap {
    pointer-events: none;
  }

  .contact-us-page__content-grid {
    align-items: start;
    grid-template-areas: 'left form';
    grid-template-columns: 484px minmax(0, 1fr);
    pointer-events: none;
    row-gap: 0;
  }

  .contact-us-page__left-stack {
    align-content: start;
    display: grid;
    gap: 20px;
    grid-area: left;
    pointer-events: auto;
  }

  .contact-us-page__left-stack .contact-us-page__info-column,
  .contact-us-page__left-stack .contact-us-page__brochure-card {
    grid-area: auto;
  }

  .contact-us-page__info-column,
  .contact-us-page__form-column,
  .contact-us-page__brochure-card {
    align-self: start;
    pointer-events: auto;
  }

  .contact-us-page__form-column {
    margin-top: 268px;
    padding-top: 16px;
  }

  .contact-us-page__brochure-card {
    height: 108px;
    min-height: 108px;
    padding: 24px;
  }

  .contact-us-page__brochure-copy h3 {
    margin-bottom: 8px;
  }

  .contact-us-page__icon-btn {
    height: 38px;
    width: 38px;
  }

  .contact-us-page__icon-btn .ygg-arrow-down {
    font-size: 20px;
  }
}

@keyframes contact-us-map-pulse {
  0% {
    opacity: 0.95;
    transform: translate(-50%, -50%) scale(0.75);
  }
  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.3);
  }
}

@media (max-width: 1199.98px) {
  .contact-us-page {
    padding-bottom: 50px;
  }

  .contact-us-page__left-stack {
    display: contents;
  }

  .contact-us-page__map-shell {
    height: 242px;
  }

  .contact-us-page__content-wrap {
    margin-top: -50px;
  }

  .contact-us-page__content-grid {
    column-gap: 10px;
    grid-template-areas:
      'info form'
      'brochure brochure';
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 16px;
  }

  .contact-us-page__form-column {
    padding: 60px 0 0 24px;
  }

  .contact-us-page__form-title {
    font-size: 22px;
    margin-bottom: 24px;
    max-width: 240px;
  }

  .contact-us-page__office-hero {
    gap: 24px;
    padding: 32px 24px 24px;
  }

  .contact-us-page__office-title {
    font-size: 22px;
  }

  .contact-us-page__office-body {
    padding: 32px;
  }
}

@media (max-width: 767.98px) {
  .contact-us-page__content-wrap {
    margin-top: -61px;
  }

  .contact-us-page__content-grid {
    grid-template-areas:
      'info'
      'form'
      'brochure';
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }

  .contact-us-page__form-column {
    padding: 0;
  }

  .contact-us-page__form-title {
    font-size: 20px;
    margin-bottom: 16px;
    max-width: none;
  }

  .contact-us-page__office-hero {
    gap: 20px;
    padding: 26px 20px 20px;
  }

  .contact-us-page__office-title {
    font-size: 20px;
  }

  .contact-us-page__office-body {
    gap: 20px;
    padding: 20px 16px;
  }

  .contact-us-page__brochure-card {
    min-height: 74px;
    padding: 20px 16px;
  }

  .contact-us-page__success-card {
    padding: 40px 20px 26px;
  }

  .contact-us-page__success-title {
    font-size: 20px;
  }

  .contact-us-page__success-text {
    font-size: 16px;
  }
}
