.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 2rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 4.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 4.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 4.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 4.5rem !important;
}

.m-6 {
  margin: 8rem !important;
}

.mt-6,
.my-6 {
  margin-top: 8rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 8rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 8rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 8rem !important;
}

.m-450 {
  margin: 4.5rem !important;
}

.mt-450,
.my-450 {
  margin-top: 4.5rem !important;
}

.mr-450,
.mx-450 {
  margin-right: 4.5rem !important;
}

.mb-450,
.my-450 {
  margin-bottom: 4.5rem !important;
}

.ml-450,
.mx-450 {
  margin-left: 4.5rem !important;
}

.m-25 {
  margin: 0.25rem !important;
}

.mt-25,
.my-25 {
  margin-top: 0.25rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 0.25rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 0.25rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 0.25rem !important;
}

.m-50 {
  margin: 0.5rem !important;
}

.mt-50,
.my-50 {
  margin-top: 0.5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 0.5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 0.5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 0.5rem !important;
}

.m-100 {
  margin: 1rem !important;
}

.mt-100,
.my-100 {
  margin-top: 1rem !important;
}

.mr-100,
.mx-100 {
  margin-right: 1rem !important;
}

.mb-100,
.my-100 {
  margin-bottom: 1rem !important;
}

.ml-100,
.mx-100 {
  margin-left: 1rem !important;
}

.m-150 {
  margin: 1.5rem !important;
}

.mt-150,
.my-150 {
  margin-top: 1.5rem !important;
}

.mr-150,
.mx-150 {
  margin-right: 1.5rem !important;
}

.mb-150,
.my-150 {
  margin-bottom: 1.5rem !important;
}

.ml-150,
.mx-150 {
  margin-left: 1.5rem !important;
}

.m-200 {
  margin: 2rem !important;
}

.mt-200,
.my-200 {
  margin-top: 2rem !important;
}

.mr-200,
.mx-200 {
  margin-right: 2rem !important;
}

.mb-200,
.my-200 {
  margin-bottom: 2rem !important;
}

.ml-200,
.mx-200 {
  margin-left: 2rem !important;
}

.m-300 {
  margin: 3rem !important;
}

.mt-300,
.my-300 {
  margin-top: 3rem !important;
}

.mr-300,
.mx-300 {
  margin-right: 3rem !important;
}

.mb-300,
.my-300 {
  margin-bottom: 3rem !important;
}

.ml-300,
.mx-300 {
  margin-left: 3rem !important;
}

.m-400 {
  margin: 4rem !important;
}

.mt-400,
.my-400 {
  margin-top: 4rem !important;
}

.mr-400,
.mx-400 {
  margin-right: 4rem !important;
}

.mb-400,
.my-400 {
  margin-bottom: 4rem !important;
}

.ml-400,
.mx-400 {
  margin-left: 4rem !important;
}

.m-500 {
  margin: 5rem !important;
}

.mt-500,
.my-500 {
  margin-top: 5rem !important;
}

.mr-500,
.mx-500 {
  margin-right: 5rem !important;
}

.mb-500,
.my-500 {
  margin-bottom: 5rem !important;
}

.ml-500,
.mx-500 {
  margin-left: 5rem !important;
}

.m-600 {
  margin: 6rem !important;
}

.mt-600,
.my-600 {
  margin-top: 6rem !important;
}

.mr-600,
.mx-600 {
  margin-right: 6rem !important;
}

.mb-600,
.my-600 {
  margin-bottom: 6rem !important;
}

.ml-600,
.mx-600 {
  margin-left: 6rem !important;
}

.m-800 {
  margin: 8rem !important;
}

.mt-800,
.my-800 {
  margin-top: 8rem !important;
}

.mr-800,
.mx-800 {
  margin-right: 8rem !important;
}

.mb-800,
.my-800 {
  margin-bottom: 8rem !important;
}

.ml-800,
.mx-800 {
  margin-left: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 2rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 4.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 4.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 4.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 4.5rem !important;
}

.p-6 {
  padding: 8rem !important;
}

.pt-6,
.py-6 {
  padding-top: 8rem !important;
}

.pr-6,
.px-6 {
  padding-right: 8rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 8rem !important;
}

.pl-6,
.px-6 {
  padding-left: 8rem !important;
}

.p-450 {
  padding: 4.5rem !important;
}

.pt-450,
.py-450 {
  padding-top: 4.5rem !important;
}

.pr-450,
.px-450 {
  padding-right: 4.5rem !important;
}

.pb-450,
.py-450 {
  padding-bottom: 4.5rem !important;
}

.pl-450,
.px-450 {
  padding-left: 4.5rem !important;
}

.p-25 {
  padding: 0.25rem !important;
}

.pt-25,
.py-25 {
  padding-top: 0.25rem !important;
}

.pr-25,
.px-25 {
  padding-right: 0.25rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 0.25rem !important;
}

.pl-25,
.px-25 {
  padding-left: 0.25rem !important;
}

.p-50 {
  padding: 0.5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 0.5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 0.5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 0.5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 0.5rem !important;
}

.p-100 {
  padding: 1rem !important;
}

.pt-100,
.py-100 {
  padding-top: 1rem !important;
}

.pr-100,
.px-100 {
  padding-right: 1rem !important;
}

.pb-100,
.py-100 {
  padding-bottom: 1rem !important;
}

.pl-100,
.px-100 {
  padding-left: 1rem !important;
}

.p-150 {
  padding: 1.5rem !important;
}

.pt-150,
.py-150 {
  padding-top: 1.5rem !important;
}

.pr-150,
.px-150 {
  padding-right: 1.5rem !important;
}

.pb-150,
.py-150 {
  padding-bottom: 1.5rem !important;
}

.pl-150,
.px-150 {
  padding-left: 1.5rem !important;
}

.p-200 {
  padding: 2rem !important;
}

.pt-200,
.py-200 {
  padding-top: 2rem !important;
}

.pr-200,
.px-200 {
  padding-right: 2rem !important;
}

.pb-200,
.py-200 {
  padding-bottom: 2rem !important;
}

.pl-200,
.px-200 {
  padding-left: 2rem !important;
}

.p-300 {
  padding: 3rem !important;
}

.pt-300,
.py-300 {
  padding-top: 3rem !important;
}

.pr-300,
.px-300 {
  padding-right: 3rem !important;
}

.pb-300,
.py-300 {
  padding-bottom: 3rem !important;
}

.pl-300,
.px-300 {
  padding-left: 3rem !important;
}

.p-400 {
  padding: 4rem !important;
}

.pt-400,
.py-400 {
  padding-top: 4rem !important;
}

.pr-400,
.px-400 {
  padding-right: 4rem !important;
}

.pb-400,
.py-400 {
  padding-bottom: 4rem !important;
}

.pl-400,
.px-400 {
  padding-left: 4rem !important;
}

.p-500 {
  padding: 5rem !important;
}

.pt-500,
.py-500 {
  padding-top: 5rem !important;
}

.pr-500,
.px-500 {
  padding-right: 5rem !important;
}

.pb-500,
.py-500 {
  padding-bottom: 5rem !important;
}

.pl-500,
.px-500 {
  padding-left: 5rem !important;
}

.p-600 {
  padding: 6rem !important;
}

.pt-600,
.py-600 {
  padding-top: 6rem !important;
}

.pr-600,
.px-600 {
  padding-right: 6rem !important;
}

.pb-600,
.py-600 {
  padding-bottom: 6rem !important;
}

.pl-600,
.px-600 {
  padding-left: 6rem !important;
}

.p-800 {
  padding: 8rem !important;
}

.pt-800,
.py-800 {
  padding-top: 8rem !important;
}

.pr-800,
.px-800 {
  padding-right: 8rem !important;
}

.pb-800,
.py-800 {
  padding-bottom: 8rem !important;
}

.pl-800,
.px-800 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -2rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

.m-n5 {
  margin: -4.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -4.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -4.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -4.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -4.5rem !important;
}

.m-n6 {
  margin: -8rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -8rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -8rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -8rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -8rem !important;
}

.m-n450 {
  margin: -4.5rem !important;
}

.mt-n450,
.my-n450 {
  margin-top: -4.5rem !important;
}

.mr-n450,
.mx-n450 {
  margin-right: -4.5rem !important;
}

.mb-n450,
.my-n450 {
  margin-bottom: -4.5rem !important;
}

.ml-n450,
.mx-n450 {
  margin-left: -4.5rem !important;
}

.m-n25 {
  margin: -0.25rem !important;
}

.mt-n25,
.my-n25 {
  margin-top: -0.25rem !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -0.25rem !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -0.25rem !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -0.25rem !important;
}

.m-n50 {
  margin: -0.5rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -0.5rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -0.5rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -0.5rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -0.5rem !important;
}

.m-n100 {
  margin: -1rem !important;
}

.mt-n100,
.my-n100 {
  margin-top: -1rem !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -1rem !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -1rem !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -1rem !important;
}

.m-n150 {
  margin: -1.5rem !important;
}

.mt-n150,
.my-n150 {
  margin-top: -1.5rem !important;
}

.mr-n150,
.mx-n150 {
  margin-right: -1.5rem !important;
}

.mb-n150,
.my-n150 {
  margin-bottom: -1.5rem !important;
}

.ml-n150,
.mx-n150 {
  margin-left: -1.5rem !important;
}

.m-n200 {
  margin: -2rem !important;
}

.mt-n200,
.my-n200 {
  margin-top: -2rem !important;
}

.mr-n200,
.mx-n200 {
  margin-right: -2rem !important;
}

.mb-n200,
.my-n200 {
  margin-bottom: -2rem !important;
}

.ml-n200,
.mx-n200 {
  margin-left: -2rem !important;
}

.m-n300 {
  margin: -3rem !important;
}

.mt-n300,
.my-n300 {
  margin-top: -3rem !important;
}

.mr-n300,
.mx-n300 {
  margin-right: -3rem !important;
}

.mb-n300,
.my-n300 {
  margin-bottom: -3rem !important;
}

.ml-n300,
.mx-n300 {
  margin-left: -3rem !important;
}

.m-n400 {
  margin: -4rem !important;
}

.mt-n400,
.my-n400 {
  margin-top: -4rem !important;
}

.mr-n400,
.mx-n400 {
  margin-right: -4rem !important;
}

.mb-n400,
.my-n400 {
  margin-bottom: -4rem !important;
}

.ml-n400,
.mx-n400 {
  margin-left: -4rem !important;
}

.m-n500 {
  margin: -5rem !important;
}

.mt-n500,
.my-n500 {
  margin-top: -5rem !important;
}

.mr-n500,
.mx-n500 {
  margin-right: -5rem !important;
}

.mb-n500,
.my-n500 {
  margin-bottom: -5rem !important;
}

.ml-n500,
.mx-n500 {
  margin-left: -5rem !important;
}

.m-n600 {
  margin: -6rem !important;
}

.mt-n600,
.my-n600 {
  margin-top: -6rem !important;
}

.mr-n600,
.mx-n600 {
  margin-right: -6rem !important;
}

.mb-n600,
.my-n600 {
  margin-bottom: -6rem !important;
}

.ml-n600,
.mx-n600 {
  margin-left: -6rem !important;
}

.m-n800 {
  margin: -8rem !important;
}

.mt-n800,
.my-n800 {
  margin-top: -8rem !important;
}

.mr-n800,
.mx-n800 {
  margin-right: -8rem !important;
}

.mb-n800,
.my-n800 {
  margin-bottom: -8rem !important;
}

.ml-n800,
.mx-n800 {
  margin-left: -8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

#gosolarct-landing {
  line-height: 1.4;
}
#gosolarct-landing h2, #gosolarct-landing h3, #gosolarct-landing h4, #gosolarct-landing .h4-inline {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #222633;
}
#gosolarct-landing .h1-mobile {
  color: #275ba9;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 5px;
}
#gosolarct-landing .subtitle-mobile {
  color: #999999;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
}
#gosolarct-landing h2 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 20px;
}
#gosolarct-landing h3 {
  font-size: 20px;
  line-height: 1.33;
  margin: 0 0 8px;
}
#gosolarct-landing h4 {
  font-size: 16px;
  line-height: 1.33;
  margin: 0 0 15px;
}
#gosolarct-landing .h4-inline {
  font-size: 14px;
  line-height: 1.33;
}
#gosolarct-landing .h4-inline-larger {
  font-size: 16px;
}
#gosolarct-landing .l-button {
  padding: 0.5em 1.25em;
}
#gosolarct-landing .lede {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 16px;
}
#gosolarct-landing .container {
  padding-left: 20px;
  padding-right: 20px;
}
#gosolarct-landing .section-hero {
  background-color: #fff;
  background-image: url("../../img/partners/gosolarct/hero-148h.28821cf82cd2.jpg");
  background-position: center 0;
  background-repeat: no-repeat;
  height: 148px;
  margin: 0 auto;
  width: auto;
}
#gosolarct-landing .section-hero h1,
#gosolarct-landing .section-hero .subtitle {
  display: none;
}
#gosolarct-landing .section1 .container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
#gosolarct-landing .block-register {
  border: 2px solid #CFCFCF;
  padding: 20px 17px;
}
#gosolarct-landing .block-register form {
  margin-bottom: 0;
}
#gosolarct-landing .block-register .register-prompt {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #222633;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 20px;
}
#gosolarct-landing .block-register .col1 {
  margin-bottom: 3px;
}
#gosolarct-landing .block-register .m-button {
  font-size: 16px;
  width: 100%;
}
#gosolarct-landing .block-register .register-prompt2 {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #878999;
  font-size: 16px;
  padding-top: 20px;
  margin-bottom: 0;
}
#gosolarct-landing .section-register1 .container {
  border-bottom: 1px solid #ececec;
  padding-bottom: 40px;
}
#gosolarct-landing .section2 .container {
  padding-top: 40px;
  padding-bottom: 25px;
  text-align: center;
}
#gosolarct-landing .section2 h2 {
  padding: 0 15px;
}
#gosolarct-landing .section-slider1 .container {
  border-bottom: 1px solid #ececec;
}
#gosolarct-landing .section-slider1 .feature {
  display: none;
  padding: 10px 0;
  width: 230px;
}
#gosolarct-landing .section-slider1 .feature .feature-title {
  overflow: hidden;
}
#gosolarct-landing .section-slider1 .feature .feature-title:hover {
  cursor: pointer;
}
#gosolarct-landing .section-slider1 .feature .feature-title h3 {
  float: left;
  font-size: 16px;
  margin: 0 0 10px;
  width: 203px;
}
#gosolarct-landing .section-slider1 .feature .feature-caption {
  display: none;
  font-size: 14px;
  padding-left: 25px;
}
#gosolarct-landing .section-slider1 .feature .feature-link {
  display: inline-block;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin-bottom: 8px;
}
#gosolarct-landing .section-slider1 .feature-mobile-title {
  display: none;
  margin-bottom: 10px;
  height: 52px;
}
#gosolarct-landing .section-slider1 .feature-mobile-title .title-inner {
  display: table;
  height: inherit;
}
#gosolarct-landing .section-slider1 .feature-mobile-title h3 {
  display: table-cell;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  vertical-align: bottom;
  width: 280px;
}
#gosolarct-landing .section-slider1 .feature-mobile-caption {
  display: none;
  font-size: 14px;
  height: 100px;
}
#gosolarct-landing .section-slider1 .feature-mobile-caption .feature-mobile-link {
  display: inline-block;
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  margin-bottom: 8px;
}
#gosolarct-landing .section-slider1 .slider-pad {
  padding-bottom: 50px;
}
#gosolarct-landing .section-slider1 .slider-pad .col1 {
  height: inherit;
}
#gosolarct-landing .section-slider1 .slider-pad .col2 {
  height: inherit;
  width: 280px;
}
#gosolarct-landing .section-slider1 .slider-pad .col3 {
  padding-top: 50px;
}
#gosolarct-landing .section-slider1 .slideshow1 {
  height: 219px;
  position: relative;
}
#gosolarct-landing .section-slider1 .slideshow1 .cycle-pager {
  height: 29px;
  line-height: 0.9;
  left: 97px;
  position: absolute;
  text-align: right;
  bottom: -38px;
  z-index: 101;
}
#gosolarct-landing .section-slider1 .slideshow1 .cycle-pager span {
  color: #a7aaba;
  cursor: pointer;
  display: inline;
  font-size: 30px;
  line-height: 0.9;
  margin-right: 10px;
  width: 16px;
}
#gosolarct-landing .section-slider1 .slideshow1 .cycle-pager span:last-child {
  margin-right: 0;
}
#gosolarct-landing .section-slider1 .slideshow1 .cycle-pager .cycle-pager-active {
  color: #2e46b9;
}
#gosolarct-landing .section-slider1 .slideshow1 .cycle-pager > * {
  cursor: pointer;
}
#gosolarct-landing .section-slider1 .slideshow1 .cycle-caption {
  display: none !important;
}
#gosolarct-landing .section-slider1 .slideshow1 .card {
  display: none;
}
#gosolarct-landing .section-slider1 .slide {
  cursor: pointer;
  width: 100%;
}
#gosolarct-landing .section-slider1 .slide1, #gosolarct-landing .section-slider1 .slide2, #gosolarct-landing .section-slider1 .slide3, #gosolarct-landing .section-slider1 .slide4 {
  display: none;
}
#gosolarct-landing .block-testimonial {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
}
#gosolarct-landing .block-testimonial .colA {
  width: 20px;
}
#gosolarct-landing .block-testimonial .colB {
  padding-left: 20px;
}
#gosolarct-landing .block-testimonial .test-person {
  overflow: hidden;
}
#gosolarct-landing .block-testimonial .test-name-location {
  float: left;
  margin-right: 10px;
}
#gosolarct-landing .block-testimonial .test-avatar {
  float: left;
  width: 50px;
}
#gosolarct-landing .block-testimonial .test-name {
  font-size: 18px;
  margin: 2px 0 0;
}
#gosolarct-landing .block-testimonial .test-location {
  color: #878999;
  margin: 0;
}
#gosolarct-landing .section-testimonial1 .container {
  border-bottom: 1px solid #ececec;
  padding-top: 30px;
  padding-bottom: 30px;
  border-spacing: 0 15px;
  display: table;
}
#gosolarct-landing .section-testimonial1 .col-photo {
  display: table-header-group;
}
#gosolarct-landing .section-testimonial1 .col-text {
  display: table-footer-group;
}
#gosolarct-landing .section-testimonial1 .test-photo {
  background-image: url("../../img/partners/gosolarct/testimonial1-r.36c22d1b2e0b.jpg");
  background-repeat: no-repeat;
  height: 150px;
}
#gosolarct-landing .section-how-works .container {
  display: block;
  padding-top: 45px;
  padding-bottom: 20px;
  text-align: center;
}
#gosolarct-landing .section-how-works .lede {
  padding: 0 20px;
}
#gosolarct-landing .section-slider2 .container {
  border-bottom: 1px solid #ececec;
  display: block;
  overflow: hidden;
  padding-bottom: 40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links {
  height: 80px;
  width: 240px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto {
  background-image: url("../../img/partners/gosolarct/marketplace-steps-small.8b3de9600e4f.png");
  background-repeat: no-repeat;
  display: inline-block;
  float: left;
  height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto:focus {
  outline: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dotted {
  background-image: url("../../img/partners/gosolarct/dotted-line.2999018ada4c.png");
  display: inline-block;
  height: 4px;
  position: absolute;
  top: 30px;
  width: 55px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0 {
  background-position: 0 0;
  left: 0;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedA1 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedA2 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1 {
  background-position: -40px 0;
  left: 50px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedB1 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedB2 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2 {
  background-position: -80px 0;
  left: 100px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedC1 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedC2 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3 {
  background-position: -120px 0;
  left: 150px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedD1 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedD2 {
  display: none;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4 {
  background-position: -160px 0;
  left: 200px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0.ready {
  background-position: 0 -80px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1.ready {
  background-position: -40px -80px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2.ready {
  background-position: -80px -80px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3.ready {
  background-position: -120px -80px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4.ready {
  background-position: -160px -80px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0:hover,
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0.active {
  background-position: 0 -40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1:hover,
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1.active {
  background-position: -40px -40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2:hover,
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2.active {
  background-position: -80px -40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3:hover,
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3.active {
  background-position: -120px -40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4:hover,
#gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4.active {
  background-position: -160px -40px;
}
#gosolarct-landing .section-slider2 .slide-nav-links .cycle-caption2 {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  color: #222633;
  bottom: 0;
  font-size: 16px;
  position: absolute;
}
#gosolarct-landing .section-slider2 .slide-nav-captions {
  display: none;
}
#gosolarct-landing .section-slider2 .slider-pad {
  margin: 0 auto 30px;
}
#gosolarct-landing .section-slider2 .slider-pad .col1 {
  height: 210px;
  margin-bottom: 10px;
  width: 280px;
}
#gosolarct-landing .section-slider2 .slider-pad .col2 {
  height: 215px;
  position: relative;
}
#gosolarct-landing .section-slider2 .prev-next {
  text-align: center;
}
#gosolarct-landing .section-slider2 .slide-prev,
#gosolarct-landing .section-slider2 .slide-next {
  background-image: url("../../img/icons/button-prev-next.9b0376ffa5a9.gif");
  background-repeat: no-repeat;
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  outline: 0;
  width: 30px;
}
#gosolarct-landing .section-slider2 .slide-prev {
  background-position: 0 0;
}
#gosolarct-landing .section-slider2 .slide-prev:hover, #gosolarct-landing .section-slider2 .slide-prev.active {
  background-position: -30px 0;
}
#gosolarct-landing .section-slider2 .slide-next {
  background-position: 0 -30px;
}
#gosolarct-landing .section-slider2 .slide-next:hover, #gosolarct-landing .section-slider2 .slide-next.active {
  background-position: -30px -30px;
}
#gosolarct-landing .section-slider2 .slide {
  width: 100%;
}
#gosolarct-landing .section-slider2 .slide-desc {
  font-size: 14px;
  opacity: 0;
  position: absolute;
  top: 45px;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
#gosolarct-landing .section-slider2 .slide-desc.active {
  opacity: 1;
}
#gosolarct-landing .section-slider2 .slide-desc h3 {
  font-size: 16px;
}
#gosolarct-landing .section-slider2 .what-to-expect {
  font-size: 14px;
}
#gosolarct-landing .section-slider2 .what-to-expect .col1 {
  display: inline-block;
}
#gosolarct-landing .section-slider2 .what-to-expect .col2 {
  display: inline-block;
}
#gosolarct-landing .section-slider2 .what-to-expect .more {
  font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  font-size: 14px;
  text-transform: none;
}
#gosolarct-landing .section-testimonial2 .container {
  border-spacing: 0 15px;
  display: table;
  padding-top: 30px;
  padding-bottom: 30px;
}
#gosolarct-landing .section-testimonial2 .col-photo {
  display: table-header-group;
}
#gosolarct-landing .section-testimonial2 .col-text {
  display: table-footer-group;
}
#gosolarct-landing .section-testimonial2 .test-photo {
  background-image: url("../../img/partners/gosolarct/testimonial2-r.e8b78f556804.jpg");
  background-repeat: no-repeat;
  height: 150px;
}
#gosolarct-landing .section-register2 .container {
  padding-bottom: 40px;
}
#gosolarct-landing .section-screens {
  display: none;
}
@media screen and (min-width: 480px) {
  #gosolarct-landing .section-hero {
    background-image: url("../../img/partners/gosolarct/hero-210h.15aca9ae6fc5.jpg");
    height: 210px;
  }
  #gosolarct-landing .section1 .lede {
    margin: 0 auto 10px;
    width: 286px;
  }
  #gosolarct-landing .block-register .m-button {
    width: 242px;
  }
  #gosolarct-landing .section2 h2 {
    padding: 0;
  }
  #gosolarct-landing .section-slider1 .feature-mobile-title h3 {
    padding: 0;
    width: 360px;
  }
  #gosolarct-landing .section-slider1 .slider-pad {
    width: 360px;
    margin: 0 auto;
  }
  #gosolarct-landing .section-slider1 .slider-pad .col2 {
    margin: 0 auto;
  }
  #gosolarct-landing .block-testimonial {
    overflow: hidden;
  }
  #gosolarct-landing .block-testimonial .colA {
    float: left;
    margin-right: 10px;
  }
  #gosolarct-landing .block-testimonial .colB {
    overflow: hidden;
    padding-top: 8px;
    padding-left: 0;
  }
  #gosolarct-landing .block-testimonial .test-avatar {
    width: 69px;
  }
  #gosolarct-landing .block-testimonial .test-name {
    font-size: 16px;
    margin: 15px 0 0;
  }
  #gosolarct-landing .section-testimonial1 .test-photo {
    margin: 0 auto;
    width: 280px;
  }
  #gosolarct-landing .section-how-works .lede {
    padding: 0 25px;
  }
  #gosolarct-landing .section-slider2 .slider-pad .col1 {
    margin: 0 auto 10px;
  }
  #gosolarct-landing .section-slider2 .slider-pad .col2 {
    height: 155px;
    width: 360px;
    margin: 0 auto;
  }
  #gosolarct-landing .section-slider2 .what-to-expect {
    width: 360px;
    margin: 0 auto;
  }
  #gosolarct-landing .section-testimonial2 .test-photo {
    margin: 0 auto;
    width: 280px;
  }
}
@media screen and (min-width: 740px) {
  #gosolarct-landing h1 {
    color: #275ba9;
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 5px;
  }
  #gosolarct-landing .subtitle {
    color: #fff;
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 40px;
  }
  #gosolarct-landing .h1-mobile,
  #gosolarct-landing .subtitle-mobile {
    display: none;
  }
  #gosolarct-landing h2 {
    font-size: 28px;
  }
  #gosolarct-landing .lede {
    font-size: 14px;
  }
  #gosolarct-landing .lede-bigger {
    font-size: 16px;
  }
  #gosolarct-landing .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #gosolarct-landing .section-hero {
    background-image: url("../../img/partners/gosolarct/hero-311h.d83e6d3e0338.jpg");
    margin: 0 auto;
    height: 311px;
  }
  #gosolarct-landing .section-hero h1 {
    display: block;
    padding: 17px 105px 0;
    text-align: center;
  }
  #gosolarct-landing .section-hero .subtitle {
    display: block;
    text-align: center;
  }
  #gosolarct-landing .section1 .container {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #gosolarct-landing .section1 .lede {
    width: 450px;
  }
  #gosolarct-landing .section1 .content {
    width: 580px;
    margin: 0 auto;
  }
  #gosolarct-landing .block-register {
    padding: 20px 23px 15px;
  }
  #gosolarct-landing .block-register .register-prompt {
    font-size: 20px;
    margin-right: 150px;
    margin-bottom: 10px;
  }
  #gosolarct-landing .block-register .col1 {
    float: left;
    margin-bottom: 5px;
    width: 420px;
  }
  #gosolarct-landing .block-register .col2 {
    float: right;
    width: 200px;
  }
  #gosolarct-landing .block-register .m-button {
    width: 200px;
  }
  #gosolarct-landing .block-register .register-prompt2 {
    clear: both;
    padding-top: 5px;
  }
  #gosolarct-landing .chevron {
    background-image: url("../../img/icons/chevron-orange-grey-left-right.2c4ec263d7a8.png");
    background-repeat: no-repeat;
    float: left;
    height: 17px;
    margin: 3px 8px 0 0;
    width: 17px;
  }
  #gosolarct-landing .chevron.chevron-right {
    background-position: -17px 0;
  }
  #gosolarct-landing .chevron.chevron-down {
    background-position: 0 0;
  }
  #gosolarct-landing .section-slider1 .feature {
    display: block;
  }
  #gosolarct-landing .section-slider1 .feature-mobile-title,
  #gosolarct-landing .section-slider1 .feature-mobile-caption {
    display: none !important;
  }
  #gosolarct-landing .section-slider1 .slider-pad {
    height: 512px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: auto;
  }
  #gosolarct-landing .section-slider1 .slider-pad .col1 {
    float: left;
    height: inherit;
    overflow: hidden;
    padding-top: 90px;
    width: 230px;
  }
  #gosolarct-landing .section-slider1 .slider-pad .col2 {
    float: right;
    height: inherit;
    margin: 0;
    padding-top: 90px;
    width: 400px;
  }
  #gosolarct-landing .section-slider1 .slider-pad .col3 {
    padding: 0;
  }
  #gosolarct-landing .section-slider1 .slideshow1 {
    height: 312px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cycle-pager {
    left: 0;
    bottom: -42px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cycle-pager span {
    margin-right: 5px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cycle-caption {
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    bottom: -55px;
    color: #878999;
    display: inline !important;
    font-size: 14px;
    left: 90px;
    position: absolute;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cycle-caption .tablet-spacer {
    padding-right: 50px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .card {
    cursor: pointer;
    display: block;
    height: 390px;
    position: absolute;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cardB {
    -webkit-filter: brightness(99%);
    filter: brightness(99%);
    background-size: 372px 284px;
    left: 14px;
    top: -21px;
    height: 284px;
    width: 372px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cardC {
    -webkit-filter: brightness(98%);
    filter: brightness(98%);
    background-size: 344px 256px;
    left: 28px;
    top: -42px;
    height: 256px;
    width: 344px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cardD {
    -webkit-filter: brightness(97%);
    filter: brightness(97%);
    background-size: 308px 228px;
    left: 46px;
    top: -60px;
    height: 228px;
    width: 308px;
  }
  #gosolarct-landing .block-testimonial {
    overflow: hidden;
  }
  #gosolarct-landing .block-testimonial .colA {
    width: 43px;
  }
  #gosolarct-landing .block-testimonial .colB {
    padding-top: 21px;
  }
  #gosolarct-landing .section-testimonial1 .container {
    border-spacing: 0;
    display: block;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #gosolarct-landing .section-testimonial1 .col-photo {
    display: block;
    float: left;
    margin: 27px 25px 0 0;
  }
  #gosolarct-landing .section-testimonial1 .col-text {
    display: block;
    overflow: hidden;
  }
  #gosolarct-landing .section-testimonial1 .test-photo {
    background-image: url("../../img/partners/gosolarct/testimonial1.252d6d4f7e81.jpg");
    height: 200px;
    margin: 0;
  }
  #gosolarct-landing .section-how-works .container {
    padding-bottom: 30px;
  }
  #gosolarct-landing .section-how-works .lede {
    padding: 0;
  }
  #gosolarct-landing .section-slider2 .container {
    padding-bottom: 30px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links {
    height: 74px;
    width: 680px;
    margin: 0 auto;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto {
    background-image: url("../../img/partners/gosolarct/marketplace-steps.0c5353af6bf6.png");
    height: 66px;
    width: 66px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0 {
    left: 57px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedA1 {
    display: block;
    left: 124px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1 {
    background-position: -66px 0;
    left: 180px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedB1 {
    display: block;
    left: 247px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2 {
    background-position: -132px 0;
    left: 303px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedC1 {
    display: block;
    left: 371px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3 {
    background-position: -198px 0;
    left: 428px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedD1 {
    display: block;
    left: 496px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4 {
    background-position: -264px 0;
    left: 553px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0.ready {
    background-position: 0 -132px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1.ready {
    background-position: -66px -132px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2.ready {
    background-position: -132px -132px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3.ready {
    background-position: -198px -132px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4.ready {
    background-position: -264px -132px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0:hover,
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0.active {
    background-position: 0 -66px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1:hover,
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1.active {
    background-position: -66px -66px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2:hover,
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2.active {
    background-position: -132px -66px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3:hover,
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3.active {
    background-position: -198px -66px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4:hover,
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4.active {
    background-position: -264px -66px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .cycle-caption2 {
    display: none !important;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions {
    font-family: "Plus Jakarta Sans", "Helvetica Neue", Roboto, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 500;
    display: block;
    height: 45px;
    margin: 0 0 20px 22px;
    position: relative;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption {
    line-height: 1.3;
    position: absolute;
    text-align: center;
    top: 0;
    width: 75px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption1 {
    left: 31px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption2 {
    left: 153px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption3 {
    left: 277px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption4 {
    left: 403px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption5 {
    left: 528px;
  }
  #gosolarct-landing .section-slider2 .slider-pad {
    height: 282px;
    margin: 0 auto 30px;
    overflow: hidden;
  }
  #gosolarct-landing .section-slider2 .slider-pad .col1 {
    float: left;
    height: 282px;
    margin: 0 12px 0 0;
    width: 370px;
  }
  #gosolarct-landing .section-slider2 .slider-pad .col2 {
    height: 282px;
    overflow: hidden;
    margin: 0;
    padding-top: 30px;
    width: 280px;
  }
  #gosolarct-landing .section-slider2 .prev-next {
    text-align: left;
  }
  #gosolarct-landing .section-slider2 .slide-desc {
    top: 80px;
  }
  #gosolarct-landing .section-slider2 .slide-desc h3 {
    font-size: 18px;
  }
  #gosolarct-landing .section-slider2 .what-to-expect {
    width: 420px;
    margin: 0 auto;
    overflow: hidden;
  }
  #gosolarct-landing .section-slider2 .what-to-expect .col1 {
    display: block;
    float: left;
    margin-right: 10px;
    width: 115px;
  }
  #gosolarct-landing .section-slider2 .what-to-expect .col2 {
    display: block;
    overflow: hidden;
  }
  #gosolarct-landing .section-testimonial2 .container {
    border-spacing: 0;
    display: block;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #gosolarct-landing .section-testimonial2 .col-text {
    display: block;
    float: left;
    width: 350px;
  }
  #gosolarct-landing .section-testimonial2 .col-photo {
    display: block;
    margin-top: 27px;
    float: right;
    overflow: hidden;
  }
  #gosolarct-landing .section-testimonial2 .test-photo {
    background-image: url("../../img/partners/gosolarct/testimonial2.45e1a1060c99.jpg");
    height: 200px;
    margin: 0;
  }
  #gosolarct-landing .section-register2 .container {
    padding-bottom: 0;
  }
  #gosolarct-landing .section-screens {
    display: block;
  }
  #gosolarct-landing .section-screens .container {
    background-image: url("../../img/partners/gosolarct/screens-387h.bc0e6e17fde7.jpg");
    background-repeat: no-repeat;
    height: 387px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    width: 680px;
  }
}
@media screen and (min-width: 960px) {
  #gosolarct-landing h1 {
    font-size: 38px;
    line-height: 1.33;
  }
  #gosolarct-landing h2 {
    font-size: 32px;
  }
  #gosolarct-landing h3 {
    font-size: 18px;
  }
  #gosolarct-landing h4 {
    font-size: 14px;
  }
  #gosolarct-landing .container {
    padding-left: 50px;
    padding-right: 48px;
  }
  #gosolarct-landing .section-hero {
    background-image: url("../../img/partners/gosolarct/hero-420h.be25d0aaf145.jpg");
    height: 420px;
  }
  #gosolarct-landing .section-hero h1 {
    padding: 35px 150px 5px;
  }
  #gosolarct-landing .section-hero .subtitle {
    font-size: 30px;
  }
  #gosolarct-landing .section1 .container {
    padding-top: 55px;
    padding-bottom: 40px;
  }
  #gosolarct-landing .section1 .content {
    width: 620px;
  }
  #gosolarct-landing .block-register .register-prompt {
    margin-right: 0;
  }
  #gosolarct-landing .block-register .col1 {
    width: 600px;
  }
  #gosolarct-landing .section2 .container {
    padding-bottom: 30px;
  }
  #gosolarct-landing .section2 .content {
    width: 670px;
    margin: 0 auto;
  }
  #gosolarct-landing .section-slider1 .feature {
    width: 280px;
  }
  #gosolarct-landing .section-slider1 .feature .feature-title h3 {
    font-size: 18px;
    width: 253px;
  }
  #gosolarct-landing .section-slider1 .slider-pad {
    height: 540px;
  }
  #gosolarct-landing .section-slider1 .slider-pad .col1 {
    width: 280px;
  }
  #gosolarct-landing .section-slider1 .slider-pad .col2 {
    width: 500px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 {
    height: 390px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cycle-caption {
    bottom: -37px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cycle-caption .tablet-spacer {
    display: none;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cardB {
    background-size: 472px 362px;
    height: 362px;
    width: 472px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cardC {
    background-size: 444px 334px;
    height: 334px;
    width: 444px;
  }
  #gosolarct-landing .section-slider1 .slideshow1 .cardD {
    background-size: 408px 306px;
    height: 306px;
    width: 408px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links {
    width: 833px;
    margin: 0 auto;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto0 {
    left: 22px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedA1 {
    left: 89px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedA2 {
    display: block;
    left: 145px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto1 {
    left: 200px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedB1 {
    left: 266px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedB2 {
    display: block;
    left: 322px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto2 {
    left: 377px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedC1 {
    left: 443px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedC2 {
    display: block;
    left: 499px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto3 {
    left: 554px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedD1 {
    left: 620px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-dottedD2 {
    display: block;
    left: 676px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-links .slide-goto4 {
    left: 732px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions {
    margin-left: 0;
    margin-bottom: 0;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption {
    text-align: left;
    width: auto;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption1 {
    left: 6px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption2 {
    left: 195px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption3 {
    left: 367px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption4 {
    left: 551px;
  }
  #gosolarct-landing .section-slider2 .slide-nav-captions .caption5 {
    left: 738px;
  }
  #gosolarct-landing .section-slider2 .slider-pad {
    height: 381px;
    margin: 0 auto 50px;
  }
  #gosolarct-landing .section-slider2 .slider-pad .col1 {
    height: 381px;
    width: 500px;
  }
  #gosolarct-landing .section-slider2 .slider-pad .col2 {
    height: 381px;
  }
  #gosolarct-landing .section-slider2 .what-to-expect {
    margin: 0 0 0 110px;
    overflow: visible;
    width: auto;
  }
  #gosolarct-landing .section-slider2 .what-to-expect .col1 {
    display: inline;
    float: none;
    margin-right: 5px;
    width: auto;
  }
  #gosolarct-landing .section-slider2 .what-to-expect .col2 {
    display: inline;
    overflow: visible;
  }
  #gosolarct-landing .section-slider2 .what-to-expect .more {
    display: inline;
  }
  #gosolarct-landing .section-testimonial2 .col-text {
    width: 485px;
  }
  #gosolarct-landing .section-screens .container {
    background-image: url("../../img/partners/gosolarct/screens-489h.3690bfcbba5d.jpg");
    height: 489px;
    width: 859px;
  }
}

/*# sourceMappingURL=gosolarct.css.map */
