<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import 'https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700;900&amp;display=swap';
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-top: 0;
}

.heading-three {
  font-size: 1.25em;
  line-height: 1.5em;
  margin: 0 0 0.8em;
}

.heading-four {
  font-size: 1.125em;
  line-height: 1.5em;
  margin: 0 0 1.25em;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin-bottom: 0;
}
p.small {
  font-size: 0.875em;
}

.header {
  background-image: linear-gradient(90deg, #243250 0%, #27475e 57.47%, #265659 100%);
}
.session .header {
  background: none;
}
.header__content {
  display: grid;
  align-items: center;
  max-width: 1392px;
  height: 5em;
  margin: 0 auto;
}
.header__logo {
  height: 2.4375em;
  width: auto;
  margin-right: 4em;
}

.footer {
  background-image: linear-gradient(90deg, #243250 0%, #27475e 57.47%, #265659 100%);
}
.footer__content {
  display: grid;
  align-items: center;
  max-width: 1392px;
  height: 7.125em;
  margin: 0 auto;
}
.footer__content p {
  font-size: 0.75em;
  color: #fff;
  margin: 0;
}
.footer__content p a {
  color: #e4e5e8;
  text-decoration: none;
}
.footer__content .horizontal-group--flex-end {
  gap: 3em;
}

.content-header {
  background-image: linear-gradient(90deg, #243250 0%, #27475e 57.47%, #265659 100%);
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}
.content-header h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
  color: #fff;
}
.content-header__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: start;
  margin: 0 auto;
  max-width: 1392px;
}
.content-header__left {
  display: grid;
  grid-template-areas: "back-link" "title";
}
.content-header__left h1 {
  grid-area: title;
}
.content-header__right {
  display: flex;
  width: 100%;
  justify-content: end;
  gap: 1em;
}

.flash {
  padding: 0.5em 2em;
  border-radius: 0.5em;
  margin: 0 auto;
  text-align: center;
}
.flash--notice {
  background-color: #b5f0de;
  color: #0e9f6e;
}
.flash--alert {
  background-color: #ffdada;
  color: #db2f14;
}

.form {
  display: grid;
  gap: 1.5em;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
.form__row--city-state-zip {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 1em;
}
.form__row--full-width {
  display: grid;
  grid-template-columns: 1fr;
}
.form__actions {
  padding-top: 2em;
  border-top: 1px solid #f0f5ec;
  margin-top: 1em;
}
.form__search-filter {
  display: flex;
  justify-content: end;
  gap: 1em;
}

.form-field {
  display: grid;
  grid-template-rows: auto auto;
}
.form-field__label {
  margin-bottom: 0.5em;
  font-size: 0.875em;
}
.form-field__label-bold {
  font-weight: 700;
}
.form-field em {
  font-size: 0.875em;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
  font-style: italic;
}
.form-field__input {
  padding: 0.9em;
  border: 1px solid #e4e5e8;
  border-radius: 1.5em;
  font-size: 0.875em;
  line-height: 1.25em;
  font-family: "Rubik", sans-serif;
}
.table__data .form-field__input {
  font-size: 1em;
}
.table__data .form-field__input--select {
  transform: translateX(-0.8em);
  max-width: 100%;
}
.form-field__input::placeholder {
  color: #a3a5b0;
  font-family: "Rubik", sans-serif;
}
.form-field__input--error {
  border-color: #db2f14;
}
.field_with_errors .form-field__input {
  width: calc(100% - 1.8em - 2px);
}
.form-field__input--select {
  padding: 0.4em 1.9em 0.4em 0.8em;
  /** for the dropdown indicator */
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.45rem center;
  background-size: 1em;
}
.form-field__input--select:hover {
  cursor: pointer;
}
.form__search-filter .form-field__input--select {
  line-height: 2em;
  max-width: 190px;
}
.form-field__input--text {
  height: 1.0585em;
}
.form-field__input--text:invalid {
  outline-style: none;
  box-shadow: none;
  border-color: red;
}
.form-field__input--text-fit {
  width: calc(100% - 1.8em - 2px);
  height: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.form-field__input--textarea {
  font-family: "Rubik", sans-serif;
  height: 5em;
}
.form-field--checkbox {
  grid-template-rows: 1fr;
  grid-template-columns: auto 1fr;
}
.form-field--checkbox label:hover,
.form-field--checkbox input:hover {
  cursor: pointer;
}
.form-field--relative {
  position: relative;
}
.form-field .aria-autocomplete__input::placeholder {
  color: #a3a5b0;
  font-family: "Rubik", sans-serif;
}
.form-field[data-controller=multi-select-component] {
  min-width: 200px;
}
[data-turbo-frame=products] .form-field[data-controller=multi-select-component] {
  min-width: 350px;
}
.form-field#payment_notes_field_wrapper {
  width: 43%;
  justify-self: end;
}

.button {
  display: inline-block;
  box-sizing: border-box;
  height: 2.857em;
  width: max-content;
  line-height: 1.75em;
  font-size: 0.875em;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding: 0.5em 1.714em;
  border: 0.0938em solid #121b2f;
  border-radius: 1.5em;
  margin: 0;
  color: #121b2f;
  background-color: #0acc92;
  border-color: #0acc92;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #12e0a2;
}
.button[disabled] {
  background-color: transparent;
  color: #a3a5b0;
  border-color: #a3a5b0;
  cursor: not-allowed;
}
.button--secondary {
  background-color: #fff;
  border-color: #121b2f;
}
.button--secondary:hover {
  background-color: #b5f0de;
}
.button--danger {
  background-color: #db2f14;
  border-color: #c22c14;
  color: #fff;
}
.button--danger:hover {
  background-color: #ffdada;
  color: #121b2f;
}
.button--large {
  height: 3.714em;
  border-radius: 1.714em;
}
.button--full {
  width: 100%;
}
.button--tab {
  width: fit-content;
  border-color: transparent;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
  padding: 0.5em 0.9375em;
}
.button--tab.active {
  border-color: #121b2f;
  background-color: #121b2f;
  color: #12e0a2;
}
.button--nav {
  width: fit-content;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  padding: 0.5em 0.9375em;
}
.button--wide {
  width: 100%;
  max-width: 16em;
}
.button--small {
  font-size: 0.75em;
  line-height: 1em;
  padding: 0.917em 1.5em 0.833em;
}

.icon-button {
  display: block;
  width: 2em;
  height: 1.714em;
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999em;
  overflow: hidden;
  text-align: initial;
}
.icon-button:hover {
  cursor: pointer;
}
.icon-button--remove {
  background-image: url('data:image/svg+xml,&lt;svg width="20" height="23" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path d="M14 5.5v-.8c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C12.48 1.5 11.92 1.5 10.8 1.5H9.2c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C6 3.02 6 3.58 6 4.7v.8M8 11v5m4-5v5M1 5.5h18m-2 0v11.2c0 1.68 0 2.52-.327 3.162a3 3 0 0 1-1.311 1.311c-.642.327-1.482.327-3.162.327H7.8c-1.68 0-2.52 0-3.162-.327a3 3 0 0 1-1.311-1.311C3 19.22 3 18.38 3 16.7V5.5" stroke="%23000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}

.button-wrapper {
  padding-top: 1.5em;
}

.button-group {
  display: flex;
  gap: 1em;
}
.button-group .button {
  width: 7em;
  text-align: center;
}

.nav__button {
  display: inline-block;
  box-sizing: border-box;
  height: 2.857em;
  width: max-content;
  line-height: 1.75em;
  font-size: 0.875em;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  padding: 0.5em 1.714em;
  border: 0.0938em solid #121b2f;
  border-radius: 1.5em;
  margin: 0;
  color: #121b2f;
  background-color: #0acc92;
  border-color: #0acc92;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: fit-content;
  border-color: transparent;
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  font-weight: 500;
  padding: 0.5em 0.9375em;
}
.nav__button:hover {
  background-color: #121b2f;
}
.nav__button--active {
  border-color: #121b2f;
  background-color: #121b2f;
  color: #12e0a2;
}
.nav__button--secondary {
  color: #121b2f;
  border-color: #fff;
  background-color: #fff;
}
.nav__button--secondary:hover {
  border-color: #b5f0de;
  background-color: #b5f0de;
}

.pagination {
  margin-top: 2em;
  align-items: baseline;
  font-size: 0.875em;
}

.pagy {
  font-size: 0.85em;
  display: flex;
  align-items: baseline;
  justify-content: end;
}
.pagy__inner-wrapper {
  display: flex;
  border: 1px solid #d1d5db;
  border-radius: 2em;
  overflow: hidden;
}
.pagy__page {
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: 2.75em;
  height: 2.75em;
  line-height: 2.85em;
  font-weight: 500;
  padding: 0;
  border-left: 1px solid #d1d5db;
}
.pagy__page .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  transform: translateX(5%) translateY(0.8em);
  pointer-events: none;
}
.pagy__page--prev .icon {
  transform: rotate(180deg) translateY(-0.8em);
}
.pagy__page a {
  display: block;
  width: 100%;
  color: #121b2f;
  text-align: center;
  text-decoration: none;
}
.pagy__page a:hover {
  background-color: rgba(240, 245, 236, 0.6);
}
.pagy__page:first-child {
  border-left: 0;
}
.pagy__page--arrow-wrapper {
  position: relative;
  text-indent: -999em;
}
.pagy__page--current {
  background-color: #f0f5ec;
  color: #121b2f;
}

.table {
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
  text-align: left;
}
.table__header {
  font-size: 0.75em;
  border-bottom: 2px solid #121b2f;
  padding: 0.5em 1em;
  font-weight: 400;
  color: rgba(18, 27, 47, 0.8);
}
.table__header--empty::after {
  content: "No data";
  visibility: hidden;
}
.table__header--with-checkbox {
  height: 2em;
  align-self: end;
}
.table__header:first-child {
  font-weight: 700;
  color: #121b2f;
}
.table__data {
  font-size: 0.875em;
  padding: 1em;
  height: calc(100% - 2em);
  overflow: auto;
}
.table__data:first-child {
  font-weight: 700;
  color: #121b2f;
}
.table__data--align-right {
  text-align: right;
}
.table__data--expired {
  background-color: #ffdada;
  color: #db2f14;
}
.table__data--expired a {
  color: #db2f14;
}
.table__row {
  display: grid;
  align-items: baseline;
  border-bottom: 1px solid #f0f5ec;
}
.table__row--has-expandable-content:hover, .table__row[data-link]:hover {
  cursor: pointer;
  background-color: #f0f5ec;
}
.table__row--has-expandable-content &gt; .table__data, .table__row[data-link] &gt; .table__data {
  padding-top: 0.8em;
  padding-bottom: 0.65em;
  height: calc(100% - 1.45em);
}
.table__row--has-expandable-content .table__data--expand-toggle, .table__row[data-link] .table__data--expand-toggle {
  cursor: pointer;
}
.table__row--expandable-container {
  width: calc(1392px - 4em - 2em);
  transition: padding-top 500ms, padding-bottom 500ms;
  padding: 0 1em 0 1em;
  overflow: hidden;
}
.table__row--expandable {
  grid-column: 1/-1;
  border: 0;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms;
  justify-content: flex-start;
  overflow: hidden;
}
.table__row--expandable .table__row--expandable-container {
  padding-top: 0;
  padding-bottom: 0;
}
.table__row--expanded {
  background-color: #f0f5ec;
}
.table__row--expanded .table .table__row {
  border-bottom: 1px solid #e4e5e8;
}
.table__row--expanded .table__row--expandable {
  grid-template-rows: 1fr;
  border-bottom: 1em solid #fff;
}
.table__row--expanded .table__row--expandable-container {
  padding-top: 1em;
  padding-bottom: 1em;
}
.table__row--expanded + .table__row--expanded {
  border-top: 1px solid #e4e5e8;
}
.table__row--columns-1 {
  grid-template-columns: repeat(1, 1fr);
}
.table__row--columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.table__row--columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.table__row--columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.table__row--columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.table__row--columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.table__row--columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.table__row--columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.table__row--columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.table__row--columns-10 {
  grid-template-columns: repeat(10, 1fr);
}
.table__row--columns-11 {
  grid-template-columns: repeat(11, 1fr);
}
.table__row--columns-12 {
  grid-template-columns: repeat(12, 1fr);
}
.table__row--columns-13 {
  grid-template-columns: repeat(13, 1fr);
}
.table__row--columns-14 {
  grid-template-columns: repeat(14, 1fr);
}
.table__row--columns-15 {
  grid-template-columns: repeat(15, 1fr);
}
.table__row--columns-16 {
  grid-template-columns: repeat(16, 1fr);
}
.table__row--columns-17 {
  grid-template-columns: repeat(17, 1fr);
}
.table__row--columns-18 {
  grid-template-columns: repeat(18, 1fr);
}
.table__row--columns-19 {
  grid-template-columns: repeat(19, 1fr);
}
.table__row--columns-20 {
  grid-template-columns: repeat(20, 1fr);
}

#projects_index_table .table__row--columns-8 {
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#invoices_index_table.table--selectable .table__row--columns-8 {
  grid-template-columns: 3.5em 1fr 0.8fr 1fr 1fr 1fr 0.7fr 1fr;
}
#invoices_index_table.table--selectable .table__row--columns-9 {
  grid-template-columns: 3.5em 1fr 0.8fr 1fr 1fr 1fr 1fr 0.7fr 1fr;
}
#invoices_index_table.table--selectable .table__header:nth-child(2) {
  font-weight: 700;
  color: #121b2f;
}
#invoices_index_table.table--selectable .table__header:nth-child(2):hover {
  cursor: pointer;
  color: #0e9f6e;
}
#invoices_index_table.table--selectable .table__data:nth-child(2) {
  font-weight: 700;
  color: #121b2f;
}

.invoice_items_table .table__row--columns-7 {
  grid-template-columns: 1.9fr 0.75fr 0.7fr 0.8fr 0.7fr 0.6fr 0.9fr;
}

#quotes_index_table .table__row--columns-6 {
  grid-template-columns: 0.75fr 1fr 0.6fr 0.6fr 1fr 0.9fr;
}

.quote_items_table .table__row--columns-5 {
  grid-template-columns: 1.45fr 0.4fr 0.3fr 0.35fr 0.4fr;
}

#product_categories_index_table .table__row--columns-2 {
  grid-template-columns: 1fr 2fr;
}

.product_summaries_table .table__row--columns-6 {
  grid-template-columns: 1.9fr 0.9fr 0.7fr 0.5fr 0.8fr 0.8fr;
}

#product_pricings_index_table .table__row--columns-5 {
  grid-template-columns: 1fr 2fr 9em 6em 10em;
}
#product_pricings_index_table .table__header:nth-child(2) {
  font-weight: 700;
  color: #121b2f;
}
#product_pricings_index_table .table__header:nth-child(2):hover {
  cursor: pointer;
  color: #0e9f6e;
}
#product_pricings_index_table .table__data:nth-child(2) {
  font-weight: 700;
  color: #121b2f;
}

#product_categories_index_table .table__header {
  border-bottom: 0;
}
#product_categories_index_table .table__row--header {
  border-bottom: 2px solid #121b2f;
}
#product_categories_index_table .table__row--columns-4 {
  grid-template-columns: 20em 10em 9em 6em;
}
#product_categories_index_table .table__row--expanded .table__row--expandable {
  width: 90em;
}

#payment_items_table .table__row--columns-7 {
  grid-template-columns: 1fr 0.85fr 0.85fr 0.85fr 1.5fr 0.85fr 0.5fr;
}
#payment_items_table .table__row--columns-7 td:last-child {
  justify-items: end;
  display: grid;
}

.totals-table {
  width: fit-content;
  margin: 1em 1.5em 0 0;
  text-align: right;
}
.totals-table__wrapper {
  display: grid;
  justify-items: end;
}
.totals-table .table__data {
  height: 100%;
  padding: 0;
  line-height: 2.5em;
}
.totals-table .table__data:first-child {
  text-align: left;
  color: #a3a5b0;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0.5em;
}
.totals-table .table__data:nth-child(2) {
  padding-right: 0.5em;
}
.totals-table .table__row {
  border-bottom: 0;
  gap: 1em;
}
.totals-table .table__row:last-child .table__data {
  color: #121b2f;
  font-weight: 700;
}
.table__row--tax-exempt .totals-table .table__row--tax {
  outline: 3px solid #db2f14;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.horizontal-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.horizontal-group--quarters {
  grid-template-columns: repeat(auto-fit, 24%);
  gap: 1.33%;
}
.horizontal-group--halves {
  grid-template-columns: repeat(auto-fit, 48%);
  gap: 4%;
}
.horizontal-group--flex-start {
  display: flex;
  justify-content: flex-start;
  gap: 1em;
}
.horizontal-group--flex-end {
  display: flex;
  justify-content: flex-end;
  gap: 1em;
}
.horizontal-group--flex-apart {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.grid--two-column-space-between {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25em;
  justify-content: space-between;
}
.grid--two-column-space-between &gt; :last-child {
  justify-self: end;
}

.padding--bottom {
  padding-bottom: 2em;
}
.padding--bottom-small {
  padding-bottom: 1em;
}

.margin--none {
  margin: 0;
}

.weight--medium {
  font-weight: 500;
}

.float--right {
  float: right;
}

.display--none {
  display: none;
}

.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blocks {
  display: flex;
  justify-content: space-between;
  gap: 1em;
}
.blocks--wrapper {
  width: 1392px;
  margin: 0 auto;
}

.block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center 2em;
  border-radius: 0.5em;
  box-shadow: 0 2px 5px rgba(9, 73, 54, 0.2);
  background-color: #fff;
}
.block-link {
  color: #121b2f;
  text-align: center;
  display: block;
  padding: 6.5em 2em 2em;
  text-decoration: none;
}
.block-link:hover {
  color: #12e0a2;
}
.blocks--fourths .block-link {
  min-width: 200px;
}
.block h2 {
  margin-bottom: 0;
  font-size: 1.125em;
  font-weight: 500;
}
.block--new-project {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" width="56" height="56"&gt;&lt;path d="M28 0c15.46 0 28 12.54 28 28S43.46 56 28 56 0 43.46 0 28 12.54 0 28 0Z" style="fill:rgba(10,204,146,.3)"/&gt;&lt;path d="M14.67 25.6c0-1.49 0-2.24.29-2.81.26-.5.66-.91 1.17-1.17.57-.29 1.32-.29 2.81-.29h18.13c1.49 0 2.24 0 2.81.29.5.26.91.66 1.17 1.17.29.57.29 1.32.29 2.81v10.13c0 1.49 0 2.24-.29 2.81-.26.5-.66.91-1.17 1.17-.57.29-1.32.29-2.81.29H18.94c-1.49 0-2.24 0-2.81-.29-.5-.26-.91-.66-1.17-1.17-.29-.57-.29-1.32-.29-2.81V25.6Z" style="fill:%2312e0a2"/&gt;&lt;path d="M33.33 21.33c0-1.24 0-1.86-.14-2.37a4.006 4.006 0 0 0-2.83-2.83c-.51-.14-1.13-.14-2.37-.14s-1.86 0-2.37.14a4.006 4.006 0 0 0-2.83 2.83c-.14.51-.14 1.13-.14 2.37M18.93 40h18.13c1.49 0 2.24 0 2.81-.29.5-.26.91-.66 1.17-1.17.29-.57.29-1.32.29-2.81V25.6c0-1.49 0-2.24-.29-2.81-.26-.5-.66-.91-1.17-1.17-.57-.29-1.32-.29-2.81-.29H18.93c-1.49 0-2.24 0-2.81.29-.5.26-.91.66-1.17 1.17-.29.57-.29 1.32-.29 2.81v10.13c0 1.49 0 2.24.29 2.81.26.5.66.91 1.17 1.17.57.29 1.32.29 2.81.29Z" style="fill:none;stroke:%23121b2f;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px"/&gt;&lt;/svg&gt;');
}
.block--invoices {
  background-image: url('data:image/svg+xml,&lt;svg width="56" height="57" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect y=".25" width="56" height="56" rx="28" fill="%2300E09D" fill-opacity=".3"/&gt;&lt;path d="M17.333 21.317c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748c.856-.436 1.976-.436 4.216-.436h8.534c2.24 0 3.36 0 4.215.436a4 4 0 0 1 1.749 1.748c.436.855.436 1.976.436 4.216v13.866c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748c-.856.436-1.976.436-4.216.436h-8.534c-2.24 0-3.36 0-4.216-.436A4 4 0 0 1 17.77 39.4c-.436-.855-.436-1.975-.436-4.216V21.317Z" fill="%2312E0A2"/&gt;&lt;path d="M30.667 26.917h-8m2.666 5.333h-2.666m10.666-10.667H22.667m16-.266v13.866c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748c-.856.436-1.976.436-4.216.436h-8.534c-2.24 0-3.36 0-4.216-.436A4 4 0 0 1 17.77 39.4c-.436-.855-.436-1.975-.436-4.216V21.317c0-2.24 0-3.36.436-4.216a4 4 0 0 1 1.748-1.748c.856-.436 1.976-.436 4.216-.436h8.534c2.24 0 3.36 0 4.215.436a4 4 0 0 1 1.749 1.748c.436.855.436 1.976.436 4.216Z" stroke="%23121B2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.block--pricing-catalog {
  background-image: url('data:image/svg+xml,&lt;svg width="57" height="57" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect x=".333" y=".75" width="56" height="56" rx="28" fill="%2300E09D" fill-opacity=".3"/&gt;&lt;path d="m30 15.667-11.876 14.25c-.465.558-.697.837-.7 1.073-.004.205.087.4.247.529.183.148.546.148 1.273.148h9.722l-1.333 10.666 11.876-14.25c.464-.558.697-.837.7-1.073a.667.667 0 0 0-.247-.528c-.183-.149-.547-.149-1.273-.149h-9.723L30 15.667Z" fill="%2312E0A2" stroke="%23121B2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.block--quotes {
  background-image: url('data:image/svg+xml,&lt;svg width="56" height="57" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect y=".75" width="56" height="56" rx="28" fill="%2300E09D" fill-opacity=".3"/&gt;&lt;path d="M28 42.333c7.364 0 13.333-5.97 13.333-13.333 0-7.364-5.97-13.333-13.333-13.333-7.364 0-13.333 5.97-13.333 13.333 0 7.364 5.97 13.333 13.333 13.333Z" fill="%2312E0A2"/&gt;&lt;path d="M28 34.333a5.333 5.333 0 1 0 0-10.666 5.333 5.333 0 0 0 0 10.666Z" fill="%2312E0A2"/&gt;&lt;path d="m24.182 25.182-5.61-5.61m0 18.856 5.652-5.652m7.59.042 5.61 5.61m0-18.856-5.652 5.653M41.333 29c0 7.364-5.97 13.333-13.333 13.333-7.364 0-13.333-5.97-13.333-13.333 0-7.364 5.97-13.333 13.333-13.333 7.364 0 13.333 5.97 13.333 13.333Zm-8 0a5.333 5.333 0 1 1-10.666 0 5.333 5.333 0 0 1 10.666 0Z" stroke="%23121B2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.block--no-icon {
  background-image: none;
}
.block--no-icon .block-link {
  padding-top: 2em;
}

.label-value-box {
  display: grid;
  align-items: baseline;
  grid-template-rows: min-content auto;
}
.label-value-box__label {
  font-size: 1em;
  margin: 0;
  color: #6f717a;
}
.label-value-box__value {
  font-size: 1em;
  margin-top: 1em;
  font-weight: 500;
}
.label-value-box--with-icon {
  padding-top: 4.25em;
  background-repeat: no-repeat;
  background-position: left 1em;
  background-size: 2.5em;
}
.label-value-box--invoices-icon {
  background-image: url('data:image/svg+xml,&lt;svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 56 56" xml:space="preserve"&gt;&lt;path id="background" d="M28 0c15.5 0 28 12.5 28 28S43.5 56 28 56 0 43.5 0 28 12.5 0 28 0z" fill="%2300e09d" fill-opacity=".3"/&gt;&lt;g id="invoice"&gt;&lt;path d="M16.8 20.6c0-2.4 0-3.6.5-4.5.4-.8 1.1-1.5 1.9-1.9.9-.5 2.1-.5 4.5-.5h9.1c2.4 0 3.6 0 4.5.5.8.4 1.5 1.1 1.9 1.9.5.9.5 2.1.5 4.5v14.8c0 2.4 0 3.6-.5 4.5-.4.8-1.1 1.5-1.9 1.9-.9.5-2.1.5-4.5.5h-9.1c-2.4 0-3.6 0-4.5-.5-.8-.4-1.5-1.1-1.9-1.9-.5-.9-.5-2.1-.5-4.5V20.6z" fill="%2312e0a2"/&gt;&lt;path d="M31 26.6h-8.6m2.9 5.7h-2.9m11.5-11.4H22.5m17.1-.3v14.8c0 2.4 0 3.6-.5 4.5-.4.8-1.1 1.5-1.9 1.9-.9.5-2.1.5-4.5.5h-9.1c-2.4 0-3.6 0-4.5-.5-.8-.4-1.5-1.1-1.9-1.9-.5-.9-.5-2.1-.5-4.5V20.6c0-2.4 0-3.6.5-4.5.4-.8 1.1-1.5 1.9-1.9.9-.5 2.1-.5 4.5-.5h9.1c2.4 0 3.6 0 4.5.5.8.4 1.5 1.1 1.9 1.9.5.9.5 2.1.5 4.5z" fill="none" stroke="%23121b2f" stroke-width="2.851" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.label-value-box--quotes-icon {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" xml:space="preserve"&gt;&lt;path d="M28 0c15.5 0 28 12.5 28 28S43.5 56 28 56 0 43.5 0 28 12.5 0 28 0z" fill="%2300e09d" fill-opacity=".3"/&gt;&lt;path class="st5" fill="%2312e0a2" d="M17.9 17.9h20.3v24.6H17.9z"/&gt;&lt;path class="st5" fill="%2312e0a2" d="M22.2 15.8c0-.8 0-1.2.2-1.5.1-.3.4-.5.6-.6.3-.2.7-.2 1.5-.2h7c.8 0 1.2 0 1.5.2.3.1.5.4.6.6.2.3.2.7.2 1.5V17c0 .8 0 1.2-.2 1.5-.1.3-.4.5-.6.6-.3.2-.7.2-1.5.2h-7c-.8 0-1.2 0-1.5-.2-.3-.1-.5-.4-.6-.6-.2-.3-.2-.7-.2-1.5v-1.2z"/&gt;&lt;path d="M33.8 16.4c1.3 0 2 0 2.6.1 1.5.4 2.7 1.6 3.1 3.1.1.6.1 1.2.1 2.6v13.3c0 2.4 0 3.7-.5 4.6-.4.8-1.1 1.5-1.9 1.9-.9.5-2.1.5-4.6.5h-9.3c-2.4 0-3.7 0-4.6-.5-.8-.4-1.5-1.1-1.9-1.9-.5-.9-.5-2.1-.5-4.6V22.2c0-1.3 0-2 .1-2.6.4-1.5 1.6-2.7 3.1-3.1.6-.1 1.2-.1 2.6-.1m1.6 14.5h8.7m-7.9-11.6h7c.8 0 1.2 0 1.5-.2.3-.1.5-.4.6-.6.2-.3.2-.7.2-1.5v-1.2c0-.8 0-1.2-.2-1.5-.1-.3-.4-.5-.6-.6-.3-.2-.7-.2-1.5-.2h-7c-.8 0-1.2 0-1.5.2-.3.1-.5.4-.6.6-.2.3-.2.7-.2 1.5V17c0 .8 0 1.2.2 1.5.1.3.4.5.6.6.3.2.7.2 1.5.2z" fill="none" stroke="%23121b2f" stroke-width="2.897" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.label-value-box--rocket-icon {
  background-image: url('data:image/svg+xml,&lt;svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 56 56" xml:space="preserve"&gt;&lt;path id="background" d="M28 0c15.5 0 28 12.5 28 28S43.5 56 28 56 0 43.5 0 28 12.5 0 28 0z" fill="%2300e09d" fill-opacity=".3"/&gt;&lt;g id="rocket"&gt;&lt;path class="st4" fill="%2312e0a2" d="M17.9 34.7c-2.1 1.7-2.7 6.9-2.7 6.9s5.1-.7 6.9-2.7c1-1.2 1-2.9-.1-4-.5-.5-1.2-.8-2-.8-.9-.1-1.6.1-2.1.6z"/&gt;&lt;path class="st4" fill="%2312e0a2" d="M28.1 32.6 24 28.5c.7-1.9 1.6-3.7 2.7-5.4 1.6-2.6 3.8-4.7 6.5-6.1 2.6-1.5 5.6-2.2 8.6-2.2 0 3.7-1.1 10.3-8.2 15.1-1.7 1.1-3.5 2-5.5 2.7z"/&gt;&lt;path class="st4" fill="%2312e0a2" d="M24 28.5h-6.9s.8-4.2 2.7-5.5c2.2-1.5 6.9 0 6.9 0"/&gt;&lt;path class="st4" fill="%2312e0a2" d="M28.1 32.6v6.9s4.2-.8 5.5-2.7c1.5-2.2 0-6.9 0-6.9"/&gt;&lt;path d="M28.1 32.6 24 28.5m4.1 4.1c1.9-.7 3.8-1.6 5.5-2.7m-5.5 2.7v6.9s4.2-.8 5.5-2.7c1.5-2.2 0-6.9 0-6.9M24 28.5c.7-1.9 1.6-3.7 2.7-5.4 1.6-2.6 3.8-4.7 6.5-6.1 2.6-1.5 5.6-2.2 8.6-2.2 0 3.7-1.1 10.3-8.2 15.1M24 28.5h-6.9s.8-4.2 2.7-5.5c2.2-1.5 6.9 0 6.9 0m-8.8 11.7c-2.1 1.7-2.7 6.9-2.7 6.9s5.1-.7 6.9-2.7c1-1.2 1-2.9-.1-4-.5-.5-1.2-.8-2-.8-.9-.1-1.6.1-2.1.6z" fill="none" stroke="%23121b2f" stroke-width="2.742" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}
.label-value-box--calendar-icon {
  background-image: url('data:image/svg+xml,&lt;svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" x="0" y="0" viewBox="0 0 56 56" xml:space="preserve"&gt;&lt;path id="background" d="M28 0c15.5 0 28 12.5 28 28S43.5 56 28 56 0 43.5 0 28 12.5 0 28 0z" fill="%2300e09d" fill-opacity=".3"/&gt;&lt;g id="calendar"&gt;&lt;path d="M15.2 23.2c0-2.4 0-3.5.5-4.4.4-.8 1.1-1.4 1.8-1.8.9-.5 2.1-.5 4.4-.5h11.8c2.4 0 3.5 0 4.4.5.8.4 1.4 1.1 1.8 1.8.5.9.5 2.1.5 4.4V35c0 2.4 0 3.5-.5 4.4-.4.8-1 1.4-1.8 1.8-.9.5-2.1.5-4.4.5H22c-2.4 0-3.5 0-4.4-.5-.8-.4-1.4-1-1.8-1.8-.5-.9-.5-2.1-.5-4.4V23.2z" fill="%2312e0a2"/&gt;&lt;path d="M40.5 24.9H15.2m18.3-11.2v5.6m-11.3-5.6v5.6M22 41.8h11.8c2.4 0 3.5 0 4.4-.5.8-.4 1.4-1 1.8-1.8.5-.9.5-2.1.5-4.4V23.2c0-2.4 0-3.5-.5-4.4-.4-.8-1-1.4-1.8-1.8-.9-.5-2.1-.5-4.4-.5H22c-2.4 0-3.5 0-4.4.5-.8.4-1.4 1.1-1.8 1.8-.5.9-.5 2.1-.5 4.4V35c0 2.4 0 3.5.5 4.4.4.8 1.1 1.4 1.8 1.8.8.6 2 .6 4.4.6z" fill="none" stroke="%23121b2f" stroke-width="2.813" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/g&gt;&lt;/svg&gt;');
}

.pill {
  display: inline-block;
  height: 1.875em;
  border-radius: 0.25em;
  background-color: #d1d5db;
  padding: 0.2em 0.75em 0.13em;
  line-height: 1.875em;
  color: #121b2f;
  font-weight: 700;
}
.pill--success {
  background-color: #b5f0de;
}
.pill--danger {
  background-color: #ffdada;
}

.back-link {
  grid-area: back-link;
  margin-bottom: 0.25em;
  color: #e4e5e8;
  font-size: 1.125em;
  text-decoration: none;
  padding-left: 1em;
  background-image: url("data:image/svg+xml,&lt;svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M1.5 11.5L6.5 6.5L1.5 1.5' style='stroke:%23e4e5e8; transform:rotate(180deg); transform-origin: center' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /&gt;&lt;/svg&gt;");
  background-position: left center;
  background-repeat: no-repeat;
}
.back-link:hover {
  color: #12e0a2;
  background-image: url("data:image/svg+xml,&lt;svg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M1.5 11.5L6.5 6.5L1.5 1.5' style='stroke:%2312e0a2; transform:rotate(180deg); transform-origin: center' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /&gt;&lt;/svg&gt;");
  background-position: left center;
  background-repeat: no-repeat;
}

.text-link {
  text-decoration: none;
  color: #121b2f;
}
.text-link:hover {
  text-decoration: underline;
}

.table__header[data-column] {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.table__header[data-column] .icon--sort {
  display: none;
  opacity: 1;
  fill: #121b2f;
}
.table__header[data-column]:hover {
  cursor: pointer;
  color: #0e9f6e;
}
.table__header[data-column]:hover .icon--sort {
  fill: #0e9f6e;
}
.table__header[data-column].sort-desc .icon--sort {
  transform: rotate(180deg);
}
.table__header[data-column].sort-asc .icon--sort, .table__header[data-column].sort-desc .icon--sort {
  display: inline-block;
}

.simple-check-box {
  width: 100%;
  height: 100%;
}
.table__header .simple-check-box {
  font-size: 1.167em;
}
.simple-check-box label {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.simple-check-box label:hover {
  cursor: pointer;
}
.simple-check-box label input {
  position: absolute;
  transform: translateX(-2em);
}

.simple-checkmark {
  width: 1.286em;
  height: auto;
  transform: translateY(0.3em) translateX(0.35em);
}
.table__header .simple-checkmark {
  transform: translateY(0.15em) translateX(0.5em);
}
.simple-checkmark .bg-fill {
  fill: transparent;
  transition: fill 0.12s ease-out;
}
.simple-checkmark .checkmark {
  fill: transparent;
  transition: fill 0.12s ease-out;
}
.simple-checkmark .dash {
  fill: transparent;
  stroke: transparent;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 1.5;
}
.simple-checkmark .outline {
  fill: none;
  stroke: #121b2f;
  stroke-width: 1.5;
}
:checked + .simple-checkmark .bg-fill {
  fill: #121b2f;
}
:checked + .simple-checkmark .checkmark {
  fill: #fff;
}
.partial + .simple-checkmark .bg-fill {
  fill: #121b2f;
}
.partial + .simple-checkmark .dash {
  stroke: #fff;
}
.partial + .simple-checkmark .checkmark {
  fill: transparent;
}

.aria-autocomplete__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #e4e5e8;
  border-radius: 1.5em;
  padding: 0.375em 0.625em;
  box-sizing: border-box;
  background-color: #fff;
}
.aria-autocomplete__list {
  list-style: none;
  position: absolute;
  top: 100%;
  z-index: 100;
  left: 1em;
  margin: 0;
  padding: 0;
  height: auto;
  min-height: 0;
  max-height: 12.5em;
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% - 2em);
  background: #fff;
  border: 1px solid #e4e5e8;
  border-radius: 0.25em;
  font-size: 1em;
  box-sizing: border-box;
  white-space: nowrap;
  width: fit-content;
}
.aria-autocomplete__list li {
  font-size: 0.8em;
  padding: 0.25em 1em;
}
.aria-autocomplete__list li + li {
  border-top: 1px solid #f0f5ec;
}
.aria-autocomplete__list li:hover {
  background-color: #f0f5ec;
  cursor: pointer;
}
.aria-autocomplete__input {
  max-width: 100%;
  max-height: none;
  font-size: 0.875em;
  min-height: 0;
  padding: 0;
  margin: 0;
  line-height: inherit;
  text-indent: 0;
  background: none;
  border: 0 none;
  outline: 0;
  box-shadow: none;
  user-select: auto;
  height: 2em;
  width: 1px;
  order: 2;
}
.aria-autocomplete__selected {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #f0f5ec;
  border: 1px solid #e4e5e8;
  padding: 0 2.25em 0 0.625em;
  margin: 0.125em 0.25em 0.125em 0;
  font-size: 0.8em;
  color: #121b2f;
  border-radius: 20px;
  word-break: break-word;
  cursor: pointer;
}
.aria-autocomplete__selected::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.313em;
  width: 1.25em;
  height: 1.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='10' viewBox='0 0 10 10' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath d='M 0.234375 10 L 5 5.21875 L 9.765625 10 L 9.988281 9.78125 L 5.21875 5 L 9.988281 0.21875 L 9.765625 0 L 5 4.78125 L 0.234375 0 L 0.0117188 0.21875 L 4.78125 5 L 0.0117188 9.78125 Z M 0.234375 10 ' style='stroke:%236f717a;fill-rule:nonzero;fill:%236f717a;fill-opacity:1;'/%3E%3C/g%3E%3C/svg%3E");
  transform: translateY(-50%);
}
.aria-autocomplete__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.datepicker {
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 260px;
  z-index: 1;
  color: #121b2f;
  font-family: "Rubik", sans-serif;
  font-size: 0.875em;
  line-height: 1em;
  border-radius: 0.5em;
  box-shadow: 0 2px 5px rgba(9, 73, 54, 0.2);
  background-color: #fff;
}
.datepicker--inline {
  position: relative;
}
.datepicker__inner {
  overflow: hidden;
  padding: 20px;
}
.datepicker__month {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
  font-size: 0.857em;
}
.datepicker__month--month2 {
  display: none;
}
.datepicker__month-button {
  cursor: pointer;
  user-select: none;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  text-indent: -9999px;
  padding: 5px;
}
.datepicker__month-button::after {
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  text-indent: 0;
  content: "";
  width: 0.857em;
  height: 0.857em;
}
.datepicker__month-button--prev::after {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M109.3 288H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H109.3l73.4-73.4c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-128 128c-12.5 12.5-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.3 288z"/&gt;&lt;/svg&gt;');
}
.datepicker__month-button--next::after {
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"&gt;&lt;path d="M502.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l73.4 73.4H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h370.7l-73.4 73.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l128-128z"/&gt;&lt;/svg&gt;');
}
.datepicker__month-caption {
  border-bottom: 1px solid #dcdcdc;
  height: 2.5em;
  vertical-align: middle;
}
.datepicker__month-day {
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #121b2f;
  padding: 9px 7px;
  border: 1px solid transparent;
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.datepicker__month-day:focus {
  outline: none;
  background-color: #ffe684;
}
.datepicker__month-day--valid {
  cursor: pointer;
  user-select: none;
}
.datepicker__month-day--invalid {
  color: #d1d5db;
}
.datepicker__month-day--disabled {
  color: #d1d5db;
  position: relative;
}
.datepicker__month-day--disabled::after {
  content: "×";
  left: 50%;
  position: absolute;
  color: #db2f14;
  font-size: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.datepicker__month-day--hovering {
  background-color: #12e0a2;
  color: #fff;
}
.datepicker__month-day--lastMonth {
  visibility: hidden;
}
.datepicker__month-day--nextMonth {
  visibility: hidden;
}
.datepicker__month-day--no-checkin {
  position: relative;
  background-color: #a3a5b0;
}
.datepicker__month-day--no-checkin::before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 0;
  height: 0;
  border-bottom: 8px solid #db2f14;
  border-right: 8px solid transparent;
}
.datepicker__month-day--no-checkin.datepicker__month-day--no-checkout::before {
  content: none;
}
.datepicker__month-day--day-of-week-disabled {
  background-color: #a3a5b0;
}
.datepicker__month-day--selected {
  background-color: #12e0a2;
  color: #fff;
}
.datepicker__month-day--selected::after {
  display: none;
}
.datepicker__month-day--selected::before {
  display: none;
}
.datepicker__month-day--today {
  background-color: #6f717a;
  color: #fff;
}
.datepicker__month-day--first-day-selected {
  background-color: #0e9f6e;
  color: #fff;
}
.datepicker__month-day--last-day-selected {
  background-color: #0e9f6e;
  color: #fff;
}
.datepicker__month-day--last-day-selected::after {
  content: none;
}
.datepicker__month-name {
  text-transform: uppercase;
}
.datepicker__info--feedback {
  display: none;
}
.datepicker__info--error {
  display: none;
  color: #db2f14;
  font-size: 0.929em;
  font-style: italic;
}
.datepicker__info--help {
  display: none;
  color: #121b2f;
  font-style: italic;
}
.datepicker__info-text {
  font-size: 0.929em;
}
.datepicker__info-text--selected-days {
  font-size: 11px;
  font-style: normal;
}
.datepicker__info--selected {
  font-size: 11px;
  text-transform: uppercase;
}
.datepicker__info--selected-label {
  color: #121b2f;
}
.datepicker__buttons {
  user-select: none;
}
.datepicker__close-button {
  display: none;
}
.datepicker__clear-button {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-property: color, background-color, border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #0acc92;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  font-size: 10px;
  color: #121b2f;
  padding: 7px 0.929em;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
}
.datepicker__clear-button:hover {
  background-color: #12e0a2;
}
.datepicker__clear-button:disabled {
  background-color: #a3a5b0;
  color: #fff;
  cursor: not-allowed;
}
.datepicker__tooltip {
  position: absolute;
  background-color: #ffe684;
  border-radius: 1px;
  font-size: 11px;
  margin-top: -5px;
  padding: 5px 10px;
}
.datepicker__tooltip::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffe684;
  bottom: -4px;
  content: "";
  left: 50%;
  margin-left: -4px;
  position: absolute;
}
.datepicker__week-days {
  height: 2em;
  vertical-align: middle;
}
.datepicker__week-name {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
.datepicker__topbar {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.857em;
  margin-bottom: 1em;
}
.datepicker__topbar-bottom .datepicker__topbar {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}
@media (width &gt;= 320px) {
  .datepicker {
    width: 300px;
  }
}
@media (width &gt;= 480px) {
  .datepicker {
    width: 460px;
  }
  .datepicker__months {
    overflow: hidden;
    position: relative;
  }
  .datepicker__months::before {
    background: #dcdcdc;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .datepicker__month {
    width: 200px;
  }
  .datepicker__month--month1 {
    float: left;
  }
  .datepicker__month--month2 {
    display: table;
    float: right;
  }
  .datepicker__month-button--disabled {
    visibility: hidden;
  }
}
@media (width &gt;= 768px) {
  .datepicker {
    width: 560px;
  }
  .datepicker__month {
    width: 240px;
  }
  .datepicker--topbar-has-close-button .datepicker__info {
    max-width: 325px;
  }
  .datepicker--topbar-has-clear-button .datepicker__info {
    max-width: 325px;
  }
  .datepicker--topbar-has-submit-button .datepicker__info {
    max-width: 325px;
  }
  .datepicker__buttons {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}

.content__section {
  width: calc(1392px - 4em);
  padding: 1.5em 2em;
  margin: 0 auto;
  border-radius: 0.5em;
  box-shadow: 0 2px 5px rgba(9, 73, 54, 0.2);
  background-color: #fff;
}
.content__section-subsection {
  margin-bottom: 2em;
}
.content__section-subsection:last-child {
  margin-bottom: 0;
}
.content__section-separator--top {
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #f0f5ec;
}
.content__section + .content__section, .blocks + .content__section {
  margin-top: 1em;
}
.content__section:first-child {
  margin-top: 1.5em;
}
.content__section:last-child {
  margin-bottom: 1.5em;
}
.content__section--no-bg {
  box-shadow: none;
  background: none;
}
.content--gradient-bg {
  background-image: linear-gradient(90deg, #243250 0%, #27475e 57.47%, #265659 100%);
}
.content-flex {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 4.5em;
  width: 40em;
  height: 100%;
  margin: 0 auto;
}
.content-flex--horizontal {
  width: auto;
  flex-direction: row;
}

.contact-us {
  height: 100%;
  color: #fff;
}
.contact-us .content__section {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5em;
}
.contact-us__instructions {
  flex-basis: 90%;
}
.contact-us__form-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  padding: 3em;
  background: rgba(255, 255, 255, 0.1);
  padding-top: 1.5em;
}
.contact-us__form-container a {
  color: #fff;
}
.contact-us__form-container a:hover {
  color: #12e0a2;
}
.contact-us__contact-info {
  margin-top: 4.5em;
}
.contact-us__contact-info p {
  color: #12e0a2;
  font-weight: 700;
  margin: 0;
}
.contact-us__contact-info .prompt {
  font-size: 1.25em;
}
.contact-us__contact-info .answer {
  font-size: 0.875em;
  margin-top: 0.8em;
}
.contact-us__contact-info .answer a {
  color: #12e0a2;
}
.contact-us__contact-info--email {
  padding-top: 4.5em;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.5em 3.5em;
  background-image: url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56 56" xml:space="preserve"&gt;&lt;path d="M28 0c15.5 0 28 12.5 28 28S43.5 56 28 56 0 43.5 0 28 12.5 0 28 0z" fill="%2300e09d" fill-opacity=".3"/&gt;&lt;path d="M14.7 23.7c0-2.2 0-3.4.4-4.2.4-.8 1-1.4 1.7-1.7.9-.4 2-.4 4.2-.4h13.9c2.2 0 3.4 0 4.2.4.8.4 1.4 1 1.7 1.7.4.9.4 2 .4 4.2v8.5c0 2.2 0 3.4-.4 4.2-.4.8-1 1.4-1.7 1.7-.9.4-2 .4-4.2.4H21.1c-2.2 0-3.4 0-4.2-.4-.8-.4-1.4-1-1.7-1.7-.4-.9-.4-2-.4-4.2v-8.5z" fill="%2312e0a2"/&gt;&lt;path d="M14.7 21.3 25.6 29c.9.6 1.3.9 1.8 1 .4.1.9.1 1.3 0 .5-.1.9-.4 1.8-1l10.9-7.6M21.1 38.7H35c2.2 0 3.4 0 4.2-.4.8-.4 1.4-1 1.7-1.7.4-.9.4-2 .4-4.2v-8.5c0-2.2 0-3.4-.4-4.2-.4-.8-1-1.4-1.7-1.7-.9-.4-2-.4-4.2-.4H21.1c-2.2 0-3.4 0-4.2.4-.8.4-1.4 1-1.7 1.7-.4.9-.4 2-.4 4.2v8.5c0 2.2 0 3.4.4 4.2.4.8 1 1.4 1.7 1.7.8.4 1.9.4 4.2.4z" fill="none" stroke="%23121b2f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/&gt;&lt;/svg&gt;');
}
.contact-us h1 {
  margin: 0;
  flex-basis: 50%;
  font-size: 4em;
  line-height: 150%;
  margin-bottom: 0.3em;
}
.contact-us h1 .highlight {
  color: #12e0a2;
}
.contact-us h2 {
  font-size: 1.25em;
  margin: 0;
  text-align: center;
}

.session {
  background: url("/assets/session-bg-97ff7af01f9e2dc9d8349bb55b07d23b99586c62.jpg") center top no-repeat;
  background-size: cover;
}
.session a {
  color: #e4e5e8;
  text-decoration: none;
}
.session a:hover {
  color: #12e0a2;
}
.session__heading {
  margin: 0;
  font-size: 3em;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}
.session__heading .highlight {
  color: #12e0a2;
}
.session__heading--small {
  font-size: 2.3em;
}
.session h2 {
  font-size: 1.25em;
  margin: 0;
  text-align: center;
}
.session h3 {
  font-size: 0.9375em;
}
.session__wrapper {
  display: grid;
  grid-template-rows: 5em auto;
  gap: 4em;
  min-height: 100vh;
}
.session__wrapper--column {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.session__preamble {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 45%;
}
.session__preamble p {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.5;
}
.session__preamble p strong {
  font-weight: 700;
  text-decoration: underline;
}
.session__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  border-radius: 0.5em;
  border: 1px solid #fff;
  padding: 3em;
  background: rgba(255, 255, 255, 0.1);
  width: 34em;
  backdrop-filter: blur(2px);
}
.session__form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}
.session__form-wrapper .form-field--checkbox .form-field__label {
  font-weight: 400;
  color: #12e0a2;
  font-size: 0.75em;
  margin: 0;
}
.session__form-wrapper .text-link {
  color: #12e0a2;
  font-size: 0.75em;
}
.session__footer-links {
  font-size: 0.75em;
  color: #e4e5e8;
}
.session__footer-links p {
  font-size: 1em;
  font-weight: 400;
}
.session__footer-links p a {
  text-decoration: underline;
}
.session__content {
  color: #fff;
  margin: 0;
}
.session__content-wrapper {
  width: 1200px;
  min-height: 37.5em;
  margin: 0 auto;
  gap: 4em;
}
.session__content-wrapper + .session__footer {
  max-width: 1392px;
  margin: 0 auto;
}
.session .content-flex--horizontal {
  height: 37.5em;
}

.error-explanation {
  border: 1px solid #db2f14;
  border-radius: 0.5em;
  background-color: rgba(255, 218, 218, 0.75);
  color: #121b2f;
  padding: 1em 1.5em;
}
.error-explanation h2 {
  text-align: left;
}

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #f0f5ec;
  color: #121b2f;
}

.wrapper {
  display: grid;
  grid-template-rows: 5em auto 7.125em;
  min-height: 100vh;
}
</pre></body></html>