/** Shopify CDN: Minification failed

Line 307:32 Expected "}" to go with "{"

**/
html {
  scroll-behavior: smooth;
}


/* Main container styling */
.commercial-page {
  font-family: 'Gordita', sans-serif;
  color: #333;
}

/* commercial & Contract Section */
.commercial-banner {

}

.commercial-banner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F1F0EF;
}

.commercial-banner__image-wrapper {
  flex: 1;
  width: 50%;
  overflow: hidden;
}

.commercial-banner__image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.commercial-banner__text-wrapper {
  width: 50%;
}

.commercial-banner__text {
  flex: 1;
  padding: calc(84 / 1440* 100vw);
  text-align: center;
  font-family: Gordita, sans-serif;
}

.commercial-banner__title {
  font-size: calc(24 / 1440* 100vw);
  font-weight: 300;
  font-family: Tiempos Fine, serif;
  font-style: italic;
}

.commercial-section__divider {
    margin-top: calc(64 / 1440* 100vw);
    margin-bottom: calc(64 / 1440* 100vw);
    display: block !important;
    border-top: 1px solid #000;
}

.commercial-banner__description {
  font-size: calc(16 / 1440* 100vw);
  line-height: 1.6;
  margin-bottom: calc(20 / 1440* 100vw);
}

.commercial-banner__button {
  padding: calc(16 / 1440* 100vw) calc(97 / 1440* 100vw);
  font-size: calc(12 / 1440* 100vw);
  color: #333;
  border: 1px solid #333;
  background: none;
  cursor: pointer;
  font-family: Gordita, sans-serif;
  text-transform: uppercase;
  margin-top: calc(64 / 1440* 100vw);
  text-decoration: none;
  display: flex;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.commercial-banner__button:hover {
  color: #666;
  border-color: #666;
}

/* Services & Benefits Section with Image */
.services-benefits {
  padding:calc(70 / 1440* 100vw) 0 calc(90 / 1440* 100vw);
  text-align: left;
  background-color: #E1E1D9;
}

.services-benefits__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-benefits__text_wrapper {
  width: 50%;
}

.services-benefits__text {
 padding: 0 calc(124 / 1440* 100vw) 0 calc(78 / 1440* 100vw);
}

.services-benefits__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: 'Tiempos Fine', serif;
}

.services-benefits__list {
  list-style: none;
  padding: 0;
  font-size: calc(16 / 1440* 100vw);
  line-height: 1.8;
  font-family: 'Gordita', sans-serif;
  text-transform: uppercase;
}

.bold-number {
  font-weight: 500;
}

.services-benefits__list li {
  margin-bottom: 10px;
}

.services-benefits__image-wrapper {
  flex: 1;
  width: 50%;
  overflow: hidden;
  padding-right: calc(116 / 1440* 100vw);
}

.services-benefits__image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.application-form-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Tiempos Fine', serif;
  color: #333;
  text-align: center;
}

.application-form__title {
  font-size: calc(46 / 1440* 100vw);
  margin-bottom: calc(14 / 1440* 100vw);
  font-family: 'Tiempos Fine';
  font-style: italic;
  text-transform: uppercase;
  font-weight: 300;
}

.application-form__instructions {
  font-size: calc(12 / 1440* 100vw);
  margin-bottom: calc(30 / 1440* 100vw);
  font-family: 'Gordita';
}

.commercial-application-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.application-form__row {
  display: flex;
  gap: 40px;
}

.application-form__row input, 
.application-form__row select {
  flex: 1;
  padding: 10px;
  border-bottom: 1px solid #333;
  font-size: 14px;
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.application-form__section {
  margin-top: 40px;
  text-align: center;
}

.application-form__section-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: 'Tiempos Fine', serif;
}

.application-form__section-description {
  font-size: 14px;
  margin-bottom: 20px;
}

.application-form__submit {
  padding: 12px 24px;
  font-size: 16px;
  color: #333;
  border: 1px solid #333;
  background: none;
  cursor: pointer;
  font-family: 'Gordita', sans-serif;
}

.application-form__submit:hover {
  color: #666;
  border-color: #666;
}


/* Responsive styling */
@media screen and (max-width: 768px) {
.commercial-banner__title {
    font-size: 24px;
}
.commercial-banner__image-wrapper {
    flex: 1;
    width: 70%;
}
.commercial-banner__text {
    flex: 1;
    padding: 0 0 40px;
}
 .commercial-banner__text-wrapper {
    width: 90%;
 }
  .commercial-banner__description {
    font-size: 13px;
  }
  .services-benefits__text {
    padding: 0!important;
  }
  .commercial-banner__button {
  padding: 2px 10px 0;
  font-size: 10px;
  }
  .commercial-banner__container,
  .services-benefits__container {
    flex-direction: column;
    text-align: center;
  }

  .commercial-banner__text,
  .services-benefits__text {
    padding-left: 0;
  }

  .application-form__row {
    flex-direction: column;
  }
.services-benefits__text_wrapper {
    width: 90%;
}
  .services-benefits__list {
    list-style: none;
    padding: 10px 0 20px;
    font-size: 11px;
    line-height: 2.2;
    font-family: 'Gordita', sans-serif;
    text-transform: uppercase;
  }

.commercial-form_container {
  padding: 20px;
}
}
.commercial-form_container {
  display: flex;
  justify-content: center;
  padding: 40px;
}
.klaviyo-form-T5uYny.klaviyo-form.form-version-cid-1 {
  max-width: 930px;
}

button.needsclick.go300628013.kl-private-reset-css-Xuajs1 {
  border-top: solid 1px #000 !important;
  border-left: solid 1px #000 !important;
  border-right: solid 1px #000 !important;
  padding: 0px 60px !important;
  margin-top: 50px!important;
}

private-reset-css-Xuajs1 ::before, .kl-private-reset-css-Xuajs1 ::after, .kl-private-reset-css-Xuajs1 input:not([type]), .kl-private-reset-css-Xuajs1 input[type=text], .kl-private-reset-css-Xuajs1 input[type=email], .kl-private-reset-css-Xuajs1 input[type=number], .kl-private-reset-css-Xuajs1 input[type=date], .kl-private-reset-css-Xuajs1 input[type=tel], .kl-private-reset-css-Xuajs1 {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;