/**
       *
       * Outputs css custom properties with a prefix into :root
       *
       * @param string $css_variables  css custom property name and value
       * @param string $prefix  Default "witsage" prefix added to each custom property
**/
/* ==========================================================================
   Theming
   Mostly CSS custom properties that are used in later stylesheets
   ========================================================================== */
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.m-0 {
  margin: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[202px\] {
  height: 202px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.w-full {
  width: 100%;
}
.max-w-1\/2 {
  max-width: 50%;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1050 {
  max-width: 1050px;
}
.max-w-1100 {
  max-width: 1100px;
}
.max-w-1150 {
  max-width: 1150px;
}
.max-w-1200 {
  max-width: 1200px;
}
.max-w-1250 {
  max-width: 1250px;
}
.max-w-1300 {
  max-width: 1300px;
}
.max-w-1400 {
  max-width: 1400px;
}
.max-w-150 {
  max-width: 150px;
}
.max-w-200 {
  max-width: 200px;
}
.max-w-25 {
  max-width: 25px;
}
.max-w-250 {
  max-width: 250px;
}
.max-w-300 {
  max-width: 300px;
}
.max-w-350 {
  max-width: 350px;
}
.max-w-400 {
  max-width: 400px;
}
.max-w-450 {
  max-width: 450px;
}
.max-w-500 {
  max-width: 500px;
}
.max-w-550 {
  max-width: 550px;
}
.max-w-600 {
  max-width: 600px;
}
.max-w-650 {
  max-width: 650px;
}
.max-w-700 {
  max-width: 700px;
}
.max-w-800 {
  max-width: 800px;
}
.max-w-900 {
  max-width: 900px;
}
.max-w-950 {
  max-width: 950px;
}
.max-w-\[225px\] {
  max-width: 225px;
}
.max-w-\[420\] {
  max-width: 420;
}
.flex-1 {
  flex: 1 1 0%;
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-40 {
  gap: 10rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  column-gap: 0.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.\!rounded-md {
  border-radius: 0.375rem !important;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-8 {
  border-width: 8px;
}
.border-r {
  border-right-width: 1px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-black {
  border-color: var(--color-site-black);
}
.border-blue {
  border-color: var(--color-primary);
}
.border-orange {
  border-color: var(--color-secondary);
}
.border-r-black {
  border-right-color: var(--color-site-black);
}
.border-t-black {
  border-top-color: var(--color-site-black);
}
.border-t-blue {
  border-top-color: var(--color-primary);
}
.border-t-orange {
  border-top-color: var(--color-secondary);
}
.bg-black {
  background-color: var(--color-site-black);
}
.bg-blue {
  background-color: var(--color-primary);
}
.bg-grey {
  background-color: var(--color-site-grey);
}
.bg-orange {
  background-color: var(--color-secondary);
}
.bg-white {
  background-color: var(--color-site-white);
}
.bg-none {
  background-image: none;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-9 {
  padding-bottom: 2.25rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-10 {
  font-size: 10px;
}
.text-12 {
  font-size: 12px;
}
.text-14 {
  font-size: 14px;
}
.text-16 {
  font-size: 16px;
}
.text-18 {
  font-size: 18px;
}
.text-20 {
  font-size: 20px;
}
.text-24 {
  font-size: 24px;
}
.text-30 {
  font-size: 30px;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.leading-none {
  line-height: 1;
}
.\!text-black {
  color: var(--color-site-black) !important;
}
.\!text-orange {
  color: var(--color-secondary) !important;
}
.text-black {
  color: var(--color-site-black);
}
.text-blue {
  color: var(--color-primary);
}
.text-orange {
  color: var(--color-secondary);
}
.text-white {
  color: var(--color-site-white);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* purgecss start ignore */
/*** Variables ***/
/*** Structure ***/
body {
  margin: 0;
}

/*** Typography ***/
* {
  font-variant-numeric: lining-nums !important;
}

::placeholder,
div,
input,
li,
p,
span,
ul {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: var(--color-site-black);
  line-height: 140%;
}

p {
  margin-bottom: 16px;
}
p:last-of-type {
  margin-bottom: 0;
}

span {
  font-weight: inherit;
  color: inherit;
}

::placeholder {
  font-family: source-sans-pro, sans-serif;
}

a {
  font-weight: 500;
  text-decoration: none;
  color: var(--color-primary);
}
a:hover {
  color: var(--color-secondary);
}

.raleway {
  font-family: raleway, sans-serif;
}

.source-sans-pro {
  font-family: source-sans-pro, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: raleway, sans-serif;
  position: relative;
  color: var(--color-primary);
  font-weight: 900 !important;
  line-height: 120%;
  margin-top: 0;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-size: inherit;
}
h1.text-white,
h2.text-white,
h3.text-white,
h4.text-white,
h5.text-white {
  color: white;
}

.page-title {
  font-size: 52px;
}

.sub-title {
  font-size: 20px;
  color: var(--color-secondary);
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 32px;
  margin-bottom: 16px;
}

h3, .h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

h4, .h4 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: normal;
  color: var(--color-site-black);
}

h5, .h5 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 120%;
  color: var(--color-site-black);
  font-weight: normal;
}

.home .page-title, .home .hero-title {
  font-size: 52px;
}
.home .sub-title {
  font-size: 24px;
}
.home h1, .home .h1 {
  font-size: 52px;
}
.home h2, .home .h2 {
  font-size: 40px;
}
.home h3, .home .h3 {
  font-size: 30px;
}
.home h4, .home .h4 {
  font-size: 24px;
}

.filter-black {
  filter: var(--filter-color-black);
}

.filter-blue {
  filter: var(--filter-color-blue);
}

.filter-grey {
  filter: var(--filter-color-site-grey);
}

.filter-orange {
  filter: var(--filter-color-orange);
}

strong {
  font-weight: bold;
}

.text-18 p {
  font-size: 18px;
}

.text-24 p,
.text-24 span,
.laptop\:text-24 p,
.laptop\:text-24 span {
  font-size: 24px;
}

.text-32 p,
.text-32 span,
.laptop\:text-32 p,
.laptop\:text-32 span {
  font-size: 32px;
}

.text-16 p,
.laptop\:text-16 p {
  font-size: 16px;
}

.leading-normal p {
  line-height: 1.5;
}

.font-normal {
  font-weight: 400 !important;
}

.font-medium span,
.font-medium p {
  font-weight: 500;
}

.text-20 p {
  font-size: 20px;
  line-height: 28px;
}

.text-white p, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white span, .text-white a, .text-white li, .text-white div {
  color: white;
}

.text-black h2,
.text-black h3,
.text-black li,
.text-black span,
.text-black p {
  color: var(--color-site-black);
}

.text-10 div, .text-10 span, .text-10 p {
  font-size: 10px;
}

.text-14 div, .text-14 span, .text-14 p {
  font-size: 14px;
}

.leading-0 {
  line-height: 0;
}

/*** Universal ***/
*,
::before,
::after {
  box-sizing: border-box;
}

.frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.frm_fields_container input, .frm_fields_container textarea, .frm_fields_container select {
  background-color: var(--color-site-white) !important;
  border: 1px solid var(--color-primary) !important;
  border-radius: 4px;
  margin-bottom: 8px;
  color: var(--color-primary) !important;
  font-weight: 900;
}
.frm_fields_container input::placeholder, .frm_fields_container textarea::placeholder, .frm_fields_container select::placeholder {
  color: var(--color-primary) !important;
}
.frm_fields_container input option, .frm_fields_container textarea option, .frm_fields_container select option {
  font-weight: bold;
}
.frm_fields_container .frm_submit {
  margin: 8px auto 0;
}
.frm_fields_container .frm_submit button {
  cursor: pointer;
}
.frm_fields_container .frm_submit a {
  display: none;
}
.frm_fields_container .frm6 {
  max-width: 48%;
}

.frm_error_style {
  color: var(--color-site-black);
  font-size: 12px;
  margin-bottom: 8px;
}

.frm_error {
  margin-top: -5px;
  margin-bottom: 12px;
  color: red;
}

.frm_form_field {
  flex: 1 100%;
  margin-bottom: 9px;
}

.frm_form_field.frm_half {
  flex: 1 50%;
  max-width: 49%;
}

legend {
  display: none;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

div,
section {
  position: relative;
}

* {
  transition: background 0.4s, color 0.4s, border-color 0.4s, filter 0.4s, opacity 0.4s, max-width 0.4s, max-height 0.4s, border 0.4s, padding 0.4s;
}

*:focus {
  outline: none;
}

img.iconImage {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
}

.OSX .btn, .OSX .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit .OSX button, .OSX .wp-block-button__link {
  padding: 12px;
}

.btn, .frm_fields_container .frm_submit button, .wp-block-button__link {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  min-width: 130px;
  padding: 9px 25px;
  border-radius: 20px;
  text-align: center;
  font-family: source-sans-pro, sans-serif;
  border: none;
  line-height: 100%;
  border: 2px solid transparent;
  margin-top: 16px;
  transform: perspective(1px) translateZ(0);
  transition-property: color;
  overflow: hidden;
}
.btn:before, .frm_fields_container .frm_submit button:before, .wp-block-button__link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 20px;
}
.btn:hover:before, .frm_fields_container .frm_submit button:hover:before, .wp-block-button__link:hover:before {
  transform: scaleX(1);
}
.btn img.iconImage, .frm_fields_container .frm_submit button img.iconImage, .wp-block-button__link img.iconImage {
  display: inline-block;
  margin-right: 4px;
  vertical-align: middle;
  max-height: 14px;
}
.btn.bigBtn, .frm_fields_container .frm_submit button.bigBtn, .bigBtn.wp-block-button__link {
  font-size: 20px;
}
.btn.blackBtn, .frm_fields_container .frm_submit button.blackBtn, .blackBtn.wp-block-button__link {
  background: var(--color-site-black);
  color: var(--color-site-white);
}
.btn.blackBtn:before, .frm_fields_container .frm_submit button.blackBtn:before, .blackBtn.wp-block-button__link:before {
  background: var(--color-site-white);
}
.btn.blackBtn:hover, .frm_fields_container .frm_submit button.blackBtn:hover, .blackBtn.wp-block-button__link:hover {
  color: var(--color-site-black);
  border: 2px inset var(--color-site-black);
}
.btn.blackBtn.forceBlack, .frm_fields_container .frm_submit button.blackBtn.forceBlack, .blackBtn.forceBlack.wp-block-button__link {
  background: var(--color-site-black) !important;
  color: var(--color-site-white) !important;
}
.btn.blackBtn.forceBlack:before, .frm_fields_container .frm_submit button.blackBtn.forceBlack:before, .blackBtn.forceBlack.wp-block-button__link:before {
  background: var(--color-site-white) !important;
}
.btn.blackBtn.forceBlack:hover, .frm_fields_container .frm_submit button.blackBtn.forceBlack:hover, .blackBtn.forceBlack.wp-block-button__link:hover {
  color: var(--color-site-black) !important;
  border: 2px inset var(--color-site-black) !important;
}
.btn.orangeBtn, .orangeBtn.wp-block-button__link, .frm_fields_container .frm_submit button {
  background: var(--color-secondary);
  color: var(--color-site-black);
}
.btn.orangeBtn:before, .orangeBtn.wp-block-button__link:before, .frm_fields_container .frm_submit button:before {
  background: var(--color-site-black);
}
.btn.orangeBtn:hover, .orangeBtn.wp-block-button__link:hover, .frm_fields_container .frm_submit button:hover {
  color: var(--color-site-white);
  border-color: var(--color-secondary);
}
.btn.orangeBtn.ghostBtn:before, .orangeBtn.ghostBtn.wp-block-button__link:before, .frm_fields_container .frm_submit button.ghostBtn:before {
  background: var(--color-site-white);
}
.btn.orangeBtn.ghostBtn:hover, .orangeBtn.ghostBtn.wp-block-button__link:hover, .frm_fields_container .frm_submit button.ghostBtn:hover {
  color: var(--color-site-black);
}
.btn.whiteBtn, .frm_fields_container .frm_submit button.whiteBtn, .whiteBtn.wp-block-button__link {
  background: var(--color-site-white);
  color: var(--color-site-black);
}
.btn.whiteBtn:before, .frm_fields_container .frm_submit button.whiteBtn:before, .whiteBtn.wp-block-button__link:before {
  background: var(--color-site-black);
}
.btn.whiteBtn:hover, .frm_fields_container .frm_submit button.whiteBtn:hover, .whiteBtn.wp-block-button__link:hover {
  border-color: var(--color-site-white);
  color: var(--color-site-white);
}
.btn.mt-0, .frm_fields_container .frm_submit button.mt-0, .mt-0.wp-block-button__link {
  margin-top: 0;
}

.line, .membership-cta .mem-cta-right h2, .membership-intro .mem-intro-right h2, .intro-section h2, .intro-section h1 {
  padding-bottom: 12px;
  margin-bottom: 16px;
  position: relative;
}
.line:after, .membership-cta .mem-cta-right h2:after, .membership-intro .mem-intro-right h2:after, .intro-section h2:after, .intro-section h1:after {
  content: "";
  background: var(--color-secondary);
  width: 60px;
  height: 4px;
  bottom: 0;
  position: absolute;
}
.line.left-line:after, .membership-cta .mem-cta-right h2.left-line:after, .membership-intro .mem-intro-right h2:after, .intro-section h2.line:after, .intro-section .membership-cta .mem-cta-right h2:after, .membership-cta .mem-cta-right .intro-section h2:after, .intro-section h1.line:after, .intro-section h2:after, .intro-section h1:after {
  left: 0;
}
.rounded-6 {
  border-radius: 6px;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-14 {
  border-radius: 14px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-24 {
  border-radius: 24px;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.radius-6 {
  border-radius: 6px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.overlay.home-hero-overlay, .overlay.interior-hero-overlay {
  background-color: rgba(29, 49, 79, 0.74);
}

.hoverIcon,
.passiveIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hoverIcon {
  z-index: 2;
  opacity: 0 !important;
}

.hoverSet:hover .hoverIcon,
.hoverSetOuterContainer:hover .hoverIcon {
  opacity: 1 !important;
}

.hoverSet.iconImages {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.flexHalf {
  flex: 1 50%;
}

.flexThird {
  flex: 1 33%;
}

.flexFull {
  flex: 1 100%;
}

ul {
  list-style: disc;
  padding-left: 25px;
  margin: 10px 0;
}
ul li {
  color: var(--color-primary);
  margin-bottom: 16px;
}
ul li::marker {
  color: var(--color-secondary);
}

form input,
form select {
  height: 40px !important;
}
form input,
form select,
form textarea {
  background-color: var(--color-site-white);
  border: 1px solid var(--color-site-black) !important;
  border-radius: 0;
  padding: 8px 10px 4px;
  width: 100%;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: var(--color-site-black) !important;
}
form label {
  display: block;
  text-align: left;
}
form .frm_verify {
  display: none;
}

.labelHide label {
  display: none !important;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

.se-widget-button {
  cursor: pointer;
}

.center-x, .line.center-line:after, .membership-cta .mem-cta-right h2:after, .membership-intro .mem-intro-right h2.center-line:after, .intro-section h2.center-line:after, .intro-section h1.center-line:after {
  left: 50%;
  transform: translateX(-50%);
}

.center-y {
  top: 50%;
  transform: translateY(-50%);
}

.center-xy {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.accordionItem {
  margin-bottom: 16px;
}
.accordionItem .accordionTitle {
  cursor: pointer;
  line-height: 130%;
  background: var(--color-primary);
  color: var(--color-site-white);
  padding: 17px 48px 17px 15px;
  border-radius: 6px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.accordionItem .accordionTitle:after {
  content: url(/wp-content/uploads/minus_white.svg);
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.accordionItem .accordionTitle:before {
  content: url(/wp-content/uploads/minus_white.svg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.accordionItem .accordionContent {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
}
.accordionItem .accordionContent p:first-of-type {
  margin-top: 0;
}
.accordionItem.active .accordionTitle:after {
  transform: rotate(180deg);
}
.accordionItem.active .accordionContent {
  max-height: 1000px;
  opacity: 1;
  padding: 10px 20px;
}

.bg-none {
  background: none !important;
}

img {
  max-width: 100%;
}

.border-top-6px {
  border-top: 6px solid var(--color-primary);
}

.border-b-solid {
  border-bottom-style: solid;
}

.border-t-solid {
  border-top-style: solid;
}

.border-l-solid {
  border-left-style: solid;
}

.border-r-solid {
  border-right-style: solid;
}

.border-t-12 {
  border-top-width: 12px;
}

.border-t-6 {
  border-top-width: 6px;
}

@media all and (min-width: 1024px) {
  .columns-2 {
    column-count: 2;
  }
}

@media (min-width: 1000px) {
  .social-left .social-icons-container {
    justify-content: flex-start;
  }
}

.social-icons-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.social-icons-container .social-media-account {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
}
.social-icons-container .social-media-account img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.social-icons-container .social-media-account img.passive-icon {
  opacity: 1;
}
.social-icons-container .social-media-account:hover .passive-icon {
  opacity: 0;
}

.first-p-mt-0 p:first-of-type {
  margin-top: 0px;
}

.rounded-10 {
  border-radius: 10px;
}

.img-rounded-10 img {
  border-radius: 10px;
}

/*** Universal Sections ***/
/* Hero */
.hero .hero-buttons {
  justify-content: center;
}
.hero .hero-buttons a {
  font-size: 18px;
  padding: 9px 9px;
  max-width: 220px;
  min-width: 180px;
}
.hero .has-hero-img {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero .has-hero-img .hero-left {
  max-width: 450px;
  width: 100%;
}
.hero.no-hero-bg {
  background: var(--color-primary) !important;
}

/*** EV Charging Calc ***/
.services-main-top {
  color: var(--color-site-black) !important;
}
.services-main-top h2 {
  color: var(--color-site-black) !important;
}

.page-template-template-ev-charger .accordionItem {
  margin-bottom: 16px;
}
.page-template-template-ev-charger .accordionItem .accordionTitle {
  cursor: pointer;
  line-height: 130%;
  background: var(--color-site-grey);
  color: var(--color-primary);
  padding: 17px 48px 17px 15px;
  border-radius: 6px;
  font-size: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.page-template-template-ev-charger .accordionItem .accordionTitle:after {
  content: url(/wp-content/uploads/minus_blue.svg);
  transform: rotate(90deg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.page-template-template-ev-charger .accordionItem .accordionTitle:before {
  content: url(/wp-content/uploads/minus_blue.svg);
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.page-template-template-ev-charger .accordionItem .accordionContent {
  max-height: 0;
  opacity: 0;
  padding: 0 20px;
  overflow: hidden;
}
.page-template-template-ev-charger .accordionItem .accordionContent p:first-of-type {
  margin-top: 0;
}
.page-template-template-ev-charger .accordionItem.active .accordionTitle:after {
  transform: rotate(180deg);
}
.page-template-template-ev-charger .accordionItem.active .accordionContent {
  max-height: 1000px;
  opacity: 1;
  padding: 10px 20px;
}

.estimate {
  font-weight: 800;
  color: var(--color-secondary) !important;
}

.charging-img .alignnone {
  border-radius: 6px;
}

.radio-questions input[type=radio]:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #d1d3d1;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}
.radio-questions input[type=radio]:checked:after {
  width: 20px;
  height: 20px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: var(--color-secondary);
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

.radio-questions input[type=radio][value=yes] {
  margin-right: 10px;
}
.radio-questions input[type=radio][value=no] {
  margin-right: 10px;
  margin-left: 40px;
}

@media screen and (min-width: 1000px) {
  .calculator-right {
    min-height: 664px;
  }
}
.calculator-top h2 {
  font-size: 36px !important;
}

.slider {
  height: 10px;
}

.page-template-template-ev-charger input[type=range] {
  width: 100%;
  background: var(--color-secondary);
  -webkit-appearance: none;
  border-radius: 10px;
  outline: none;
  position: relative;
  box-sizing: border-box;
}
.page-template-template-ev-charger input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border-radius: 50%;
  background: white;
  z-index: 1;
  position: relative;
  height: 38px;
  width: 38px;
  padding: 5px; /* Offset the background image from the edges */
}
.page-template-template-ev-charger input[type=range]:before {
  color: #8a8a8a;
  position: absolute;
  left: 36%;
  top: 20px;
  font-size: 16px;
}

.question-2-c {
  display: none !important;
}

.question-2-b:has(input:nth-of-type(2):checked) + .question-2-c {
  display: block !important;
}

.question-2-a:has(input:nth-of-type(2):checked) + .question-2-b {
  display: none !important;
}
.question-2-a:has(input:nth-of-type(2):checked) + .question-2-b + .question-2-c {
  display: none !important;
}

/*** CSR ***/
.frm-star-group {
  display: flex wrap;
}

.frm-star-group input[type=radio] {
  display: none;
}

.frm-star-group {
  display: flex;
}

.star-rating {
  width: 30px;
  margin-right: 5px;
}

span.frm_screen_reader {
  display: none;
}

.star-rating .frmsvg:nth-of-type(2) {
  display: none;
}

.star-rating-on svg:nth-of-type(2) {
  display: block !important;
}

.star-rating-on svg:nth-of-type(1) {
  display: none;
}

#frm_form_7_container {
  border: 1px solid var(--color-site-black);
  max-width: 800px;
  margin: auto;
  padding: 32px;
}

#frm_form_7_container .frmsvg {
  fill: var(--color-secondary);
}

#frm_form_7_container #field_trhj1_label {
  display: none;
}

/* Intro */
.estimate-button img {
  max-width: 226px;
  max-height: 56px;
}
@media all and (max-width: 1000px) {
  .estimate-button img {
    max-height: 40px;
  }
}

/* Service Area */
.service-area-section .service-area-section-content {
  background-color: rgba(29, 49, 79, 0.74);
}

/* Creds */
.creds-section .divider {
  border-color: #bec0c3;
}
.creds-section a {
  line-height: 0;
}

/* Guarantees */
.guarantees-section .guarantee-item img {
  height: 38px;
}

/*** Glide ***/
.glide__bullets {
  text-align: center;
}
.glide__bullets .glide__bullet {
  width: 8px;
  height: 8px;
  padding: 0;
  background: var(--color-primary);
  border: none !important;
  margin: 0 6px;
  border-radius: 50%;
}
.glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-secondary);
}
.glide__bullets.light-bullets .glide__bullet {
  background: var(--color-site-white);
}
.glide__bullets.light-bullets .glide__bullet.glide__bullet--active {
  background: var(--color-secondary);
}

.glide__arrows {
  width: 200px;
  max-width: 115px;
  margin: 16px auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
.glide__arrows img {
  cursor: pointer;
}
.glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  background: none;
}

/*** Hero ***/
/*** Header ***/
header#masthead {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
header#masthead .headerLogo {
  line-height: 0;
}
header#masthead .headerLogo img {
  max-width: 100px;
}
@media all and (min-width: 1000px) {
  header#masthead.customSticky {
    max-width: 100%;
    background: var(--color-primary);
  }
  header#masthead.customSticky #site-navigation {
    background: var(--color-site-black);
    padding-top: 8px;
  }
  header#masthead.customSticky .header-contact {
    padding-bottom: 4px;
  }
  header#masthead.customSticky .headerLogo img {
    max-width: 80px;
  }
}
@media all and (max-width: 1280px) {
  header#masthead .headerSchedule {
    display: none;
  }
}
header#masthead nav#site-navigation, header#masthead .headerCall {
  display: inline-block;
}

ul#primary-menu li,
ul#primary-menu-mobile li {
  display: inline-block;
  position: relative;
  margin: 0;
}
ul#primary-menu li a,
ul#primary-menu-mobile li a {
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 15px 15px 0 0;
  padding: 4px 10px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  color: var(--color-site-white);
  letter-spacing: 0.03em;
  line-height: 24px;
  transition: none;
  width: 100%;
}
@media all and (max-width: 1350px) {
  ul#primary-menu li a,
  ul#primary-menu-mobile li a {
    font-size: 14px;
  }
}
ul#primary-menu li ul.sub-menu,
ul#primary-menu-mobile li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background: var(--color-site-black);
  margin: 0;
  text-align: left;
  padding: 8px 3px;
  min-width: 250px;
}
ul#primary-menu li ul.sub-menu li,
ul#primary-menu-mobile li ul.sub-menu li {
  display: block !important;
}
ul#primary-menu li ul.sub-menu li a,
ul#primary-menu-mobile li ul.sub-menu li a {
  margin: 0 !important;
  padding: 6px 15px !important;
  font-weight: 400 !important;
  color: var(--color-site-white) !important;
}
ul#primary-menu li ul.sub-menu li a:hover,
ul#primary-menu-mobile li ul.sub-menu li a:hover {
  font-weight: bold !important;
  padding: 6px 13px !important;
}
ul#primary-menu li ul.sub-menu .sub-menu,
ul#primary-menu-mobile li ul.sub-menu .sub-menu {
  display: none !important;
}
ul#primary-menu li:nth-last-child(1) .sub-menu, ul#primary-menu li:nth-last-child(2) .sub-menu, ul#primary-menu li:nth-last-child(3) .sub-menu, ul#primary-menu li:nth-last-child(4) .sub-menu,
ul#primary-menu-mobile li:nth-last-child(1) .sub-menu,
ul#primary-menu-mobile li:nth-last-child(2) .sub-menu,
ul#primary-menu-mobile li:nth-last-child(3) .sub-menu,
ul#primary-menu-mobile li:nth-last-child(4) .sub-menu {
  left: unset;
  right: 0;
}
ul#primary-menu li.menu-item-has-children:hover .sub-menu,
ul#primary-menu-mobile li.menu-item-has-children:hover .sub-menu {
  display: block;
}
ul#primary-menu > li:hover > a:after,
ul#primary-menu-mobile > li:hover > a:after {
  content: "";
  background: var(--color-secondary);
  width: calc(100% - 20px);
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 50%;
  z-index: 9;
  transform: translateX(-50%);
}

/*** Home ***/
.home-hero .home-hero-arrow {
  background: url("/wp-content/uploads/bell_desktop_point.png") bottom/100% 100%;
  height: 160px;
}
@media all and (max-width: 1024px) {
  .home-hero .home-hero-arrow {
    background: url("/wp-content/uploads/bell_mobile_point.png") bottom/100% 100%;
    height: 100px;
  }
  .home-hero {
    background: url("/wp-content/uploads/bell_truck.jpg") center/cover !important;
  }
}

/* Home Services Border Animation Start */
.home-services .box {
  border: 10px solid var(--color-primary);
}
.home-services .box:before, .home-services .box:after,
.home-services .box h3:before,
.home-services .box h3:after {
  content: "";
  position: absolute;
  background: var(--color-site-black);
}

.closeIn {
  position: relative;
}
.closeIn:before, .closeIn:after,
.closeIn .home-service-item-border-helper:before,
.closeIn .home-service-item-border-helper:after {
  content: "";
  position: absolute;
  background: var(--color-site-black);
}
.closeIn:before, .closeIn:after {
  height: 0;
  width: 10px;
  transition: height 0.5s;
  border-radius: 36px;
}
.closeIn:before {
  left: -10px;
  top: -10px;
}
.closeIn:after {
  right: -10px;
  bottom: -10px;
}
.closeIn .home-service-item-border-helper:before, .closeIn .home-service-item-border-helper:after {
  width: 0;
  height: 10px;
  transition: width 0.3s;
  border-radius: 36px;
}
.closeIn .home-service-item-border-helper:before {
  top: -10px;
  left: -10px;
}
.closeIn .home-service-item-border-helper:after {
  bottom: -10px;
  right: -10px;
}
.closeIn:hover:after, .closeIn:hover:before {
  height: calc(100% + 20px);
}
.closeIn:hover .home-service-item-border-helper:before,
.closeIn:hover .home-service-item-border-helper:after {
  width: calc(100% + 20px);
}

/* Home Services Border Animation End */
.home-hiring a.btn, .home-hiring a.wp-block-button__link {
  margin-top: 0;
}

.coupon-item img {
  padding: 1px;
}
.coupon-item .coupon-item-inner h3 {
  font-size: 30px;
}
@media all and (max-width: 1000px) {
  .coupon-item .coupon-item-inner h3 {
    font-size: 28px;
  }
}

/*** Services ***/
.services-list .services-list-bell-icon {
  background: url("/wp-content/uploads/bell_icon_service_links.svg") center/auto 100% no-repeat;
  right: 0;
  height: 100%;
  width: 370px;
}
.services-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0;
}
.services-list ul li {
  flex: 1 25%;
  max-width: 25%;
  margin-bottom: 10px;
}
.services-list ul li a:hover {
  font-weight: bold;
}
@media all and (max-width: 1024px) {
  .services-list ul li {
    flex: 1 50%;
    max-width: 50%;
  }
}

.services-list-new * {
  transition: none !important;
}
.services-list-new ul.menu {
  column-count: 2;
}
.services-list-new ul.menu li {
  margin: 0;
}
.services-list-new ul.menu li a:hover {
  color: var(--color-secondary);
}
.services-list-new ul.menu li .sub-menu {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  margin: 0;
}
.services-list-new .active-service-area-section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-list-new .active-service-area-section .services-list-content {
  background: var(--color-site-black);
}
.services-list-new .active-service-area-section .service-list-header .all-service-areas {
  display: flex;
}
.services-list-new .active-service-area-section .menu-item {
  display: none;
}
.services-list-new .active-service-area-section .menu-item.active-service-area-group {
  display: block;
}
.services-list-new .active-service-area-section .menu-item.active-service-area-group > a {
  display: none;
}
.services-list-new .active-service-area-section .menu-item.active-service-area-group .sub-menu {
  display: flex !important;
  flex-wrap: wrap;
  gap: 24px;
  max-height: 1000px;
  max-width: 2000px;
  width: 100%;
  padding: 0;
}
.services-list-new .active-service-area-section .menu-item.active-service-area-group .sub-menu .menu-item {
  display: block;
}

.services-main-2 .services-main-2-right .swiper-pagination-bullet {
  background: var(--color-site-black);
  opacity: 1;
  width: 14px;
  height: 14px;
}
.services-main-2 .services-main-2-right .swiper-pagination-bullet-active {
  background: var(--color-secondary);
}

/* To be used for FAQ Section */
.wpsp-faq-child__outer-wrap .wpsp-faq-item {
  background: white;
  border: none !important;
  border-radius: 8px !important;
  margin-bottom: 20px;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions {
  padding: 14px;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions .wpsp-question {
  font-weight: bold;
  font-size: 16px;
  padding-right: 48px;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions .wpsp-faq-icon-wrap {
  display: none !important;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions:before, .wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions:after {
  content: "";
  background: var(--color-primary);
  width: 18px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%) !important;
  position: absolute;
  right: 20px;
  line-height: 0;
  transition: transform 0.4s;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item .wpsp-faq-questions:after {
  transform: translateY(-50%) rotate(90deg) !important;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item:focus {
  outline: none !important;
}
.wpsp-faq-child__outer-wrap .wpsp-faq-item.wpsp-faq-item-active .wpsp-faq-questions:after {
  transform: translateY(-50%) rotate(180deg) !important;
}
.wpsp-faq-child__outer-wrap:last-of-type .wpsp-faq-item {
  border: none !important;
  padding-bottom: 0;
  margin-bottom: 0;
}

.expert-tips .tip-item .tip-excerpt a {
  display: none;
}

.sidebar-img {
  height: 202px;
}

/*** Membership ***/
.membership-intro .mem-intro-left .mem-left-footer p {
  font-size: 14px;
  color: var(--color-site-black);
}
.membership-intro .mem-intro-left .mem-left-footer a {
  font-weight: 800;
  text-decoration: underline;
  color: var(--color-site-black);
}
.membership-cta .mem-cta-right h2 {
  text-align: center;
}
.membership-cta .mem-cta-right label {
  display: none;
}
.membership-cta .mem-cta-right select {
  font-weight: normal;
}

/*** City Pages ***/
.parent-pageid-28 .services-cta {
  display: none;
}

/*** Error 404 page ***/
/*** 404 Error Page ***/
.errorAnchor {
  background-color: var(--color-primary);
  color: var(--color-site-white);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  box-shadow: none;
}
.errorAnchor .errorText {
  font-size: 24px;
  line-height: 100%;
  font-weight: bold;
  color: var(--color-site-white);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
}
.errorAnchor:hover {
  background: var(--color-primary);
  color: white !important;
}
.errorAnchor:hover .errorText {
  color: White;
}

.backBtn {
  cursor: pointer;
  max-width: 300px;
  text-transform: none;
}

/*** Blog / Expert Tips ***/
.sidebar-cats #cats-picker {
  appearance: none;
  cursor: pointer;
  background-color: var(--color-site-white);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, var(--color-primary) 50%), linear-gradient(135deg, var(--color-primary) 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, var(--color-secondary), var(--color-secondary));
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  min-width: 100%;
  padding: 0.5em 3.5em 0.5em 1em;
}

/* Singles */
.single h1 span, .single h2 span, .single h3 span, .single h4 span, .single h5 span {
  font-weight: bold !important;
}

/*** Careers Page ***/
.careers-benefits .benefits-glide {
  position: static;
}
.careers-benefits .benefits-glide .glide__track {
  z-index: 10;
}
.careers-benefits .benefits-glide .benefit-item .benefit-image {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}
.careers-benefits .benefits-glide .benefit-item div {
  min-height: 58px;
}
@media all and (min-width: 1024px) {
  .careers-benefits .benefits-glide .glide__arrows {
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }
  .careers-benefits .benefits-glide .glide__arrows .glide__arrow {
    max-width: 39px;
    width: 100%;
  }
  .careers-benefits .benefits-glide .glide__arrows .glide__arrow img {
    width: 100%;
    cursor: pointer;
  }
}

/*** About Page ***/
.about-hiring .about-hiring-left {
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0 100%);
}

.about-content .about-content-right ul {
  column-count: 2;
  text-align: left;
}
@media all and (min-width: 1024px) {
  .about-content .about-content-right ul {
    text-align: left;
    max-width: 320px;
    margin: 0 auto;
  }
}

.about-bottom-content ul {
  text-align: left;
  gap: 40px;
}

/*** Contact ***/
.only-on-contact {
  display: none !important;
}

.page-id-302 .only-on-contact {
  display: block !important;
}

.contactSocial .social-icons-container {
  justify-content: flex-start;
}

.contactRight label {
  display: none;
}

/*** Default Page ***/
/*** Landing Page ***/
.landing-contact-left {
  clip-path: polygon(0 0, 85% 0%, 100% 100%, 0% 100%);
}

.landing-services-expert {
  max-width: 1110px;
}

.landing-services-bar-bottom {
  background: url("/wp-content/uploads/pinstripe_bg.jpg") center/cover;
}
.landing-services-bar-bottom .bar-text {
  font-size: 28px;
}

.landing-contact-right p {
  font-weight: 400 !important;
  font-size: 24px;
  margin-bottom: 0px;
}
.landing-contact-right .btn, .landing-contact-right .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit .landing-contact-right button, .landing-contact-right .wp-block-button__link {
  margin: 0px;
}

.landing-services-bar-top .text-white {
  font-weight: 400 !important;
}

.landing-consultation-right h2:after {
  content: "";
  background: var(--color-secondary);
  width: 60px;
  height: 4px;
  bottom: -10px;
  position: absolute;
  left: 0;
}

.coupon-inner-left h2 {
  font-size: 60px !important;
  color: var(--color-site-black) !important;
  display: inline-block !important;
  font-family: source-sans-pro, sans-serif;
  margin-bottom: 0px;
}
.coupon-inner-left h3 {
  font-size: 32px !important;
  color: var(--color-site-black) !important;
  font-weight: 400 !important;
  font-family: source-sans-pro, sans-serif;
}
.coupon-inner-left h4 {
  font-size: 40px !important;
  color: var(--color-secondary) !important;
  display: inline-block !important;
  font-family: source-sans-pro, sans-serif;
  margin-bottom: 0px;
}

.text-orange-1 {
  color: var(--color-secondary) !important;
}

.rounded-coupon {
  border-radius: 51px !important;
}

.rounded-coupon-bottom {
  border-bottom-right-radius: 51px !important;
  border-bottom-left-radius: 51px !important;
}

/*** Reviews Page ***/
.review-h3 strong {
  color: black;
  font-family: Raleway;
  font-weight: 900;
}

/*** Footer ***/
footer .footer-top .footer-col.contact-col a.btn, footer .footer-top .footer-col.contact-col a.wp-block-button__link {
  width: 180px;
  padding-left: 10px;
  padding-right: 10px;
}

/*** Media Queries ***/
@media all and (min-width: 1024px) {
  .mobileOnly {
    display: none !important;
  }
  /*** Pop Up ***/
  .pop-up {
    height: 190px;
    border: 2px solid var(--color-primary);
  }
  .pop-up .pop-up-inner h3 {
    margin-bottom: 10px;
    font-size: 20px !important;
  }
  .pop-up .pop-up-inner .pop-up-btn {
    margin-top: 0px;
    cursor: pointer;
  }
  .pop-up-frm {
    z-index: -1000;
    opacity: 0;
  }
  .pop-up-frm .pop-up-bg {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .pop-up-frm .modal-close {
    cursor: pointer;
  }
  .pop-up-frm.active {
    z-index: 9999;
    opacity: 1;
  }
  .pop-up-frm .pop-up-frm-content {
    border: 2px solid var(--color-primary);
  }
  .pop-up-frm .pop-up-frm-content h2 {
    font-size: 30px !important;
  }
}
@media all and (max-width: 1024px) {
  /*** Structure ***/
  .desktopOnly {
    display: none !important;
  }
  .flexHalf,
  .flexThird {
    flex: 1 100%;
  }
  .hoverSet.iconImages {
    width: 13px;
    height: 13px;
    margin-right: 7px;
    vertical-align: middle;
  }
  img {
    max-width: 100%;
  }
  /*** Typography ***/
  .page-title {
    font-size: 34px;
  }
  .sub-title {
    font-size: 18px;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  .home .page-title {
    font-size: 34px;
  }
  .home .sub-title {
    font-size: 20px;
  }
  .home h1, .home .h1 {
    font-size: 34px;
  }
  .home h2, .home .h2 {
    font-size: 30px;
  }
  .home h3, .home .h3 {
    font-size: 28px;
  }
  .home h4, .home .h4 {
    font-size: 20px;
  }
  .home h5, .home .h5 {
    font-size: 16px;
  }
  /*** EV Charging ***/
  .page-id-5967 h2 {
    font-size: 30px !important;
  }
  .services-main-accordions h2 {
    font-size: 20px !important;
  }
  .calculator-top h2 {
    font-size: 30px !important;
  }
  .page-template-template-ev-charger .accordionTitle {
    background: var(--color-site-grey) !important;
    color: var(--color-site-black) !important;
  }
  .page-template-template-ev-charger .accordionItem {
    margin-bottom: 16px;
  }
  .page-template-template-ev-charger .accordionItem .accordionTitle {
    cursor: pointer;
    line-height: 130%;
    background: var(--color-primary);
    color: var(--color-site-white);
    padding: 17px 48px 17px 15px;
    border-radius: 6px;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }
  .page-template-template-ev-charger .accordionItem .accordionTitle:after {
    content: url(/wp-content/uploads/minus_blue.svg);
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    line-height: 0;
    transition: transform 0.4s;
  }
  .page-template-template-ev-charger .accordionItem .accordionTitle:before {
    content: url(/wp-content/uploads/minus_blue.svg);
    position: absolute;
    right: 20px;
    line-height: 0;
    transition: transform 0.4s;
  }
  .page-template-template-ev-charger .accordionItem .accordionContent {
    max-height: 0;
    opacity: 0;
    padding: 0 20px;
    overflow: hidden;
  }
  .page-template-template-ev-charger .accordionItem .accordionContent p:first-of-type {
    margin-top: 0;
  }
  .page-template-template-ev-charger .accordionItem.active .accordionTitle:after {
    transform: rotate(180deg);
  }
  .page-template-template-ev-charger .accordionItem.active .accordionContent {
    max-height: 1000px;
    opacity: 1;
    padding: 10px 20px;
  }
  /*** Universal ***/
  .btn, .frm_fields_container .frm_submit button, .wp-block-button__link {
    padding-left: 15px;
    padding-right: 15px;
  }
  .line, .intro-section h2, .intro-section h1, .membership-intro .mem-intro-right h2, .membership-cta .mem-cta-right h2 {
    padding-bottom: 12px;
    margin-bottom: 9px;
    position: relative;
  }
  .line + p, .intro-section h2 + p, .intro-section h1 + p, .membership-intro .mem-intro-right h2 + p, .membership-cta .mem-cta-right h2 + p {
    margin-top: 0;
  }
  .line.mobile-center-line:after, .intro-section h2.mobile-center-line:after, .intro-section h1.mobile-center-line:after, .membership-intro .mem-intro-right h2.mobile-center-line:after, .membership-cta .mem-cta-right h2.mobile-center-line:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .home .line:after, .home .intro-section h2:after, .intro-section .home h2:after, .home .intro-section h1:after, .intro-section .home h1:after, .home .membership-intro .mem-intro-right h2:after, .membership-intro .mem-intro-right .home h2:after, .home .membership-cta .mem-cta-right h2:after, .membership-cta .mem-cta-right .home h2:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .mob-rounded-0 {
    border-radius: 0;
  }
  .creds-glide .creds-item {
    align-self: stretch;
    height: auto;
  }
  .creds-glide .creds-item.glide__slide--active {
    border-right: 2px solid #cccdcf;
  }
  .home-hiring h2 {
    text-align: center;
  }
  .home-hiring p:last-of-type {
    text-align: center;
  }
  /*** Heaer ***/
  html[lang=en-US] {
    margin: 0 !important;
  }
  div#wpadminbar {
    display: none;
  }
  header#masthead .headerLogo.logo {
    line-height: 0;
    max-width: 209px;
    height: 52px;
  }
  header#masthead .headerLogo.logo * {
    line-height: 0;
  }
  header#masthead .headerLogo.logo img {
    max-width: 80px;
    width: 100%;
  }
  header#masthead .headerMainInner {
    padding: 8px;
    max-height: 52px;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile li {
    display: block;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile li.whiteBtn {
    margin-top: 20px !important;
    max-width: 180px;
    margin: 0 auto;
    padding: 0;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile li.whiteBtn a {
    color: var(--color-site-black);
    font-size: 18px;
    font-weight: bold;
    padding: 7px 0;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile > li {
    border-bottom: 1px solid var(--color-primary);
  }
  header#masthead .headerMainInner ul#primary-menu-mobile > li:nth-last-of-type(3), header#masthead .headerMainInner ul#primary-menu-mobile > li:nth-last-of-type(2), header#masthead .headerMainInner ul#primary-menu-mobile > li:nth-last-of-type(1) {
    border: none;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile a {
    font-size: 16px;
    padding: 10px;
    color: var(--color-site-white);
    font-weight: 600;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile a:after {
    display: none !important;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .btn.greenBtn, header#masthead .headerMainInner ul#primary-menu-mobile .frm_fields_container .frm_submit button.greenBtn, .frm_fields_container .frm_submit header#masthead .headerMainInner ul#primary-menu-mobile button.greenBtn, header#masthead .headerMainInner ul#primary-menu-mobile .wp-block-button__link {
    margin: 0 auto;
    font-size: 16px;
    max-width: 120px;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .menu-item {
    padding: 0 16px;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .menu-item:last-of-type {
    line-height: 0;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .menu-item:last-of-type a {
    border-bottom: none;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .activeMenu a {
    color: white !important;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .activeMenu.menu-item-has-children .sub-menu {
    display: block !important;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .activeMenu .minus {
    display: block !important;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .activeMenu .plus {
    display: none;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile ul.sub-menu {
    column-count: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin: -10px 0 0 0;
    position: relative;
    background: none;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile ul.sub-menu a {
    padding-left: 35px !important;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile ul.sub-menu li {
    border: none !important;
    padding: 0;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .minus {
    display: none;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .customer-portal-link {
    display: block;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .customer-portal-link a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    max-width: 210px;
    padding: 9px 25px;
    border-radius: 20px;
    text-align: center;
    font-family: source-sans-pro, sans-serif;
    border: none;
    line-height: 100%;
    border: 2px solid transparent;
    background: var(--color-site-white);
    color: var(--color-site-black);
    margin: 16px auto 0;
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .customer-portal-link a:before {
    background: var(--color-site-black);
  }
  header#masthead .headerMainInner ul#primary-menu-mobile .customer-portal-link a:hover {
    border-color: var(--color-site-white);
    color: var(--color-site-white);
  }
  header#masthead .headerMainInner .activeMenu .fa-plus {
    display: none;
  }
  header#masthead .headerMainInner .activeMenu .fa-minus {
    display: block;
  }
  header#masthead .headerMainInner .menu-mobile-menu-container {
    display: none;
    background: var(--color-site-black);
    position: fixed;
    width: 100vw;
    left: 0px;
    top: 82px;
    max-height: calc(100vh - 82px);
    overflow-y: scroll;
    text-align: left;
    padding-top: 70px;
  }
  header#masthead .headerMainInner .menu-mobile-menu-container a {
    background: none;
  }
  header#masthead .headerMainInner .closeMenu {
    text-align: center;
  }
  header#masthead .headerMainInner .closeMenu a {
    font-weight: bold;
  }
  header#masthead .headerMainInner .closeMenu a:before {
    content: url("/wp-content/uploads/close_orange.svg");
    vertical-align: middle;
    margin-top: 3px;
    display: inline-block;
  }
  header#masthead .headerMainInner .plusMinus {
    height: 22px;
    width: 22px;
    top: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header#masthead .headerMainInner .plusMinus span {
    width: 100%;
    height: 100%;
  }
  header#masthead .headerMainInner .plusMinus span img {
    width: 100%;
    height: 100%;
  }
  header#masthead .headerMainInner .plusMinus .fa-minus {
    display: none;
  }
  header#masthead .headerMainInner .menu-item-has-children .sub-menu {
    display: none !important;
  }
  header#masthead .headerMainInner .activeMenu .fa-plus {
    display: none;
  }
  header#masthead .headerMainInner .activeMenu .fa-minus {
    display: block;
  }
  header#masthead .headerMainInner .activeMenu .minus {
    display: block !important;
  }
  header#masthead .headerMainInner .activeMenu .plus {
    display: none;
  }
  header#masthead .headerMainInner .activeMenu.menu-item-has-children .sub-menu {
    display: block !important;
  }
  header#masthead.customSticky {
    border-top-width: 0;
    background: var(--color-site-black);
  }
  header#masthead.customSticky .headerMainInner {
    padding: 8px;
    border-bottom: 6px solid var(--color-primary);
  }
  header#masthead.customSticky .headerMainInner .headerLogo img {
    max-width: 62px !important;
  }
  header#masthead.customSticky .headerMainInner .headerRight {
    line-height: 0;
  }
  header#masthead.customSticky .headerMainInner .headerRight .menuIsOpen {
    line-height: 0;
  }
  .admin-bar header#masthead {
    top: 0;
    z-index: 999999;
  }
  .toggled .menu-mobile-menu-container {
    display: block !important;
  }
  .toggledMainMenu header .headerMainInner {
    background: var(--color-primary);
    padding: 8px;
    border-bottom: 4px solid var(--color-primary);
  }
  .toggledMainMenu header .headerMainInner .headerLogo img {
    max-width: 80px !important;
  }
  .menu-item-has-children .sub-menu {
    display: none !important;
  }
  li:not(.menu-item-has-children) .plusMinus {
    display: none;
  }
  .menuMobileBtn {
    margin: 0 auto !important;
    margin-bottom: 23px !important;
    padding: 0 !important;
    max-width: 120px !important;
  }
  .menuMobileBtn a {
    max-width: 120px;
    color: var(--color-primary) !important;
    padding: 7px !important;
    font-weight: bold !important;
  }
  /*** Home ***/
  .home-services h2 {
    text-align: center;
  }
  .home-about h2 {
    text-align: center;
  }
  .home-about p:last-of-type {
    text-align: center;
  }
  .home-membership .home-mem-left p, .home-membership .home-mem-right p {
    margin: 0;
  }
  .home-membership .home-mem-left p:last-of-type, .home-membership .home-mem-right p:last-of-type {
    text-align: center;
  }
  /*** Services ***/
  .services-list ul {
    list-style: none;
    padding-left: 10px;
  }
  .services-list .services-list-bell-icon {
    background: url("/wp-content/uploads/bell_icon_service_links.svg") left center/auto 100% no-repeat;
    right: 0;
    left: unset;
  }
  /*** Membership ***/
  .membership-perk-item {
    list-style: disc;
  }
  /*** 404 Error ***/
  .errorAnchor {
    margin-bottom: 16px;
  }
  /*** Landing Page ***/
  .landing-contact-left {
    clip-path: polygon(0 0, 100% 0%, 100% 75%, 0% 100%);
  }
  .landing-services-expert {
    max-width: 1110px;
  }
  .landing-services-expert-l p {
    margin: 0px;
  }
  .landing-services-bar-bottom {
    background: url("/wp-content/uploads/pinstripe_bg.jpg") center/cover;
  }
  .landing-services-bar-bottom .bar-text {
    font-size: 16.8px;
  }
  .landing-contact-right p {
    font-weight: 400 !important;
    font-size: 24px;
    margin-bottom: 0px;
  }
  .landing-contact-right .btn, .landing-contact-right .frm_fields_container .frm_submit button, .frm_fields_container .frm_submit .landing-contact-right button, .landing-contact-right .wp-block-button__link {
    margin: 0px;
  }
  .landing-services-bar-top .text-white {
    font-size: 20px;
  }
  .landing-consultation-left p {
    margin: 0;
  }
  .landing-consultation-right h2:after {
    content: "";
    background: var(--color-secondary);
    width: 60px;
    height: 4px;
    bottom: -10px;
    position: absolute;
    left: 0;
  }
  .landing-membership-right .sidebar-item .sidebar-item-inner h2 {
    font-size: 32px;
  }
  .coupon-inner-left h2 {
    font-size: 48px !important;
  }
  .coupon-inner-left h3 {
    font-size: 25.6px !important;
  }
  .coupon-inner-left h4 {
    font-size: 32px !important;
  }
  .coupon-1-bottom, .coupon-2-bottom {
    font-size: 12.8px;
  }
  .text-orange-1 {
    color: var(--color-secondary) !important;
  }
  .rounded-coupon {
    border-radius: 51px !important;
  }
  .rounded-coupon-bottom {
    border-bottom-right-radius: 51px !important;
    border-bottom-left-radius: 51px !important;
  }
  /*** Reviews Page ***/
  .review-h3 strong {
    font-size: 20px;
  }
  /*** Footer ***/
  footer {
    text-align: center;
  }
  footer .footer-col {
    margin-left: auto;
    margin-right: auto;
    flex: 1 100%;
    max-width: 100%;
    width: 100%;
  }
  footer .footer-col.logo-col {
    max-width: 150px;
  }
  footer .footer-col h3 {
    margin-bottom: 10px;
  }
}
/* purgecss end ignore */
.maxw1440 {
  max-width: 1440px;
}

.maxw1350 {
  max-width: 1350px;
}

.maxw1300 {
  max-width: 1300px;
}

.maxw1250 {
  max-width: 1250px;
}

.maxw1200 {
  max-width: 1200px;
}

.maxw1150 {
  max-width: 1150px;
}

.maxw1100 {
  max-width: 1100px;
}

.maxw1050 {
  max-width: 1050px;
}

.maxw1000 {
  max-width: 1000px;
}

.maxw900 {
  max-width: 900px;
}

.maxw850 {
  max-width: 850px;
}

.maxw800 {
  max-width: 800px;
}

.maxw750 {
  max-width: 750px;
}

.maxw700 {
  max-width: 700px;
}

.maxw650 {
  max-width: 650px;
}

.maxw600 {
  max-width: 600px;
}

.maxw550 {
  max-width: 550px;
}

.maxw500 {
  max-width: 500px;
}

.maxw450 {
  max-width: 450px;
}

.maxw400 {
  max-width: 400px;
}

.maxw350 {
  max-width: 350px;
}

.maxw300 {
  max-width: 300px;
}

.maxw250 {
  max-width: 250px;
}

.maxw200 {
  max-width: 200px;
}

.maxw150 {
  max-width: 150px;
}

.maxw100 {
  max-width: 100px;
}

.maxw50 {
  max-width: 50px;
}

/* ==========================================================================
   Bring in Site specific Styles
   ========================================================================== */
/*! purgecss start ignore */
/**
       *
       * Outputs css custom properties with a prefix into :root
       *
       * @param string $css_variables  css custom property name and value
       * @param string $prefix  Default "witsage" prefix added to each custom property
**/
/* ===========================  Theme  ========================== */
:root {
  --color-primary: #2f5685;
  --color-secondary: #f89626;
  --color-site-black: #1d314f;
  --color-site-grey: #eff1f4;
  --color-site-white: #ffffff;
  --color-black: #000000;
  --color-grey: #cccccc;
  --color-white: #ffffff;
  --color-smoke: #f5f5f5;
  --filter-color-primary: brightness(0) saturate(100%) invert(31%) sepia(17%) saturate(1850%) hue-rotate(173deg) brightness(93%) contrast(88%);
  --filter-color-blue: brightness(0) saturate(100%) invert(31%) sepia(17%) saturate(1850%) hue-rotate(173deg) brightness(93%) contrast(88%);
  --filter-color-secondary: brightness(0) saturate(100%) invert(83%) sepia(26%) saturate(7495%) hue-rotate(341deg) brightness(99%) contrast(96%);
  --filter-color-orange: brightness(0) saturate(100%) invert(83%) sepia(26%) saturate(7495%) hue-rotate(341deg) brightness(99%) contrast(96%);
  --filter-color-site-black: brightness(0) saturate(100%) invert(10%) sepia(40%) saturate(2760%) hue-rotate(199deg) brightness(93%) contrast(83%);
  --filter-color-site-grey: brightness(0) saturate(100%) invert(99%) sepia(23%) saturate(560%) hue-rotate(176deg) brightness(99%) contrast(92%);
  --filter-color-site-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-black: brightness(0) saturate(100%);
  --filter-color-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-grey: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(485%) hue-rotate(134deg) brightness(88%) contrast(83%);
}
.odd\:bg-white:nth-child(odd) {
  background-color: var(--color-site-white);
}
.last-of-type\:hidden:last-of-type {
  display: none;
}
.hover\:text-orange:hover {
  color: var(--color-secondary);
}
.hover\:text-white:hover {
  color: var(--color-site-white);
}
@media (min-width: 1024px) {
  .laptop\:absolute {
    position: absolute;
  }
  .laptop\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .laptop\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .laptop\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .laptop\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .laptop\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .laptop\:-mt-10 {
    margin-top: -2.5rem;
  }
  .laptop\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .laptop\:mb-16 {
    margin-bottom: 4rem;
  }
  .laptop\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .laptop\:ml-10 {
    margin-left: 2.5rem;
  }
  .laptop\:ml-4 {
    margin-left: 1rem;
  }
  .laptop\:mr-10 {
    margin-right: 2.5rem;
  }
  .laptop\:mr-5 {
    margin-right: 1.25rem;
  }
  .laptop\:mt-0 {
    margin-top: 0px;
  }
  .laptop\:mt-10 {
    margin-top: 2.5rem;
  }
  .laptop\:mt-12 {
    margin-top: 3rem;
  }
  .laptop\:mt-14 {
    margin-top: 3.5rem;
  }
  .laptop\:mt-2 {
    margin-top: 0.5rem;
  }
  .laptop\:mt-6 {
    margin-top: 1.5rem;
  }
  .laptop\:mt-7 {
    margin-top: 1.75rem;
  }
  .laptop\:inline-block {
    display: inline-block;
  }
  .laptop\:flex {
    display: flex;
  }
  .laptop\:grid {
    display: grid;
  }
  .laptop\:max-w-1\/2 {
    max-width: 50%;
  }
  .laptop\:max-w-300 {
    max-width: 300px;
  }
  .laptop\:max-w-350 {
    max-width: 350px;
  }
  .laptop\:max-w-\[192px\] {
    max-width: 192px;
  }
  .laptop\:max-w-\[310px\] {
    max-width: 310px;
  }
  .laptop\:max-w-\[60\%\] {
    max-width: 60%;
  }
  .laptop\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .laptop\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .laptop\:items-center {
    align-items: center;
  }
  .laptop\:justify-between {
    justify-content: space-between;
  }
  .laptop\:gap-10 {
    gap: 2.5rem;
  }
  .laptop\:gap-16 {
    gap: 4rem;
  }
  .laptop\:gap-20 {
    gap: 5rem;
  }
  .laptop\:gap-4 {
    gap: 1rem;
  }
  .laptop\:gap-8 {
    gap: 2rem;
  }
  .laptop\:p-10 {
    padding: 2.5rem;
  }
  .laptop\:p-8 {
    padding: 2rem;
  }
  .laptop\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .laptop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .laptop\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .laptop\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .laptop\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .laptop\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .laptop\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .laptop\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }
  .laptop\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .laptop\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .laptop\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .laptop\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .laptop\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .laptop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .laptop\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .laptop\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .laptop\:pb-12 {
    padding-bottom: 3rem;
  }
  .laptop\:pb-16 {
    padding-bottom: 4rem;
  }
  .laptop\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .laptop\:pb-4 {
    padding-bottom: 1rem;
  }
  .laptop\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .laptop\:pl-2 {
    padding-left: 0.5rem;
  }
  .laptop\:pl-3 {
    padding-left: 0.75rem;
  }
  .laptop\:pl-32 {
    padding-left: 8rem;
  }
  .laptop\:pl-4 {
    padding-left: 1rem;
  }
  .laptop\:pl-5 {
    padding-left: 1.25rem;
  }
  .laptop\:pl-6 {
    padding-left: 1.5rem;
  }
  .laptop\:pl-7 {
    padding-left: 1.75rem;
  }
  .laptop\:pr-1 {
    padding-right: 0.25rem;
  }
  .laptop\:pr-10 {
    padding-right: 2.5rem;
  }
  .laptop\:pr-2 {
    padding-right: 0.5rem;
  }
  .laptop\:pr-3 {
    padding-right: 0.75rem;
  }
  .laptop\:pr-4 {
    padding-right: 1rem;
  }
  .laptop\:pr-6 {
    padding-right: 1.5rem;
  }
  .laptop\:pr-7 {
    padding-right: 1.75rem;
  }
  .laptop\:pr-8 {
    padding-right: 2rem;
  }
  .laptop\:pt-10 {
    padding-top: 2.5rem;
  }
  .laptop\:pt-11 {
    padding-top: 2.75rem;
  }
  .laptop\:pt-12 {
    padding-top: 3rem;
  }
  .laptop\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .laptop\:pt-32 {
    padding-top: 8rem;
  }
  .laptop\:pt-6 {
    padding-top: 1.5rem;
  }
  .laptop\:text-right {
    text-align: right;
  }
}
@media (min-width: 1280px) {
  .desktop\:grid {
    display: grid;
  }
}
@media (max-width: 1024px) {
  .mob\:order-2 {
    order: 2;
  }
  .mob\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mob\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .mob\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .mob\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .mob\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .mob\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
  .mob\:-mr-16 {
    margin-right: -4rem;
  }
  .mob\:mb-0 {
    margin-bottom: 0px;
  }
  .mob\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .mob\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .mob\:mb-4 {
    margin-bottom: 1rem;
  }
  .mob\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .mob\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .mob\:mt-0 {
    margin-top: 0px;
  }
  .mob\:mt-2 {
    margin-top: 0.5rem;
  }
  .mob\:mt-3 {
    margin-top: 0.75rem;
  }
  .mob\:mt-4 {
    margin-top: 1rem;
  }
  .mob\:mt-5 {
    margin-top: 1.25rem;
  }
  .mob\:mt-6 {
    margin-top: 1.5rem;
  }
  .mob\:mt-7 {
    margin-top: 1.75rem;
  }
  .mob\:mt-8 {
    margin-top: 2rem;
  }
  .mob\:flex {
    display: flex;
  }
  .mob\:w-full {
    width: 100%;
  }
  .mob\:max-w-150 {
    max-width: 150px;
  }
  .mob\:max-w-250 {
    max-width: 250px;
  }
  .mob\:max-w-300 {
    max-width: 300px;
  }
  .mob\:flex-wrap {
    flex-wrap: wrap;
  }
  .mob\:justify-between {
    justify-content: space-between;
  }
  .mob\:gap-4 {
    gap: 1rem;
  }
  .mob\:gap-5 {
    gap: 1.25rem;
  }
  .mob\:p-0 {
    padding: 0px;
  }
  .mob\:p-5 {
    padding: 1.25rem;
  }
  .mob\:p-6 {
    padding: 1.5rem;
  }
  .mob\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .mob\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mob\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .mob\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mob\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .mob\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .mob\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .mob\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .mob\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .mob\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .mob\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .mob\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mob\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .mob\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .mob\:pb-20 {
    padding-bottom: 5rem;
  }
  .mob\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .mob\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .mob\:pb-8 {
    padding-bottom: 2rem;
  }
  .mob\:pl-6 {
    padding-left: 1.5rem;
  }
  .mob\:pt-2 {
    padding-top: 0.5rem;
  }
  .mob\:pt-4 {
    padding-top: 1rem;
  }
  .mob\:pt-40 {
    padding-top: 10rem;
  }
  .mob\:pt-44 {
    padding-top: 11rem;
  }
  .mob\:pt-5 {
    padding-top: 1.25rem;
  }
  .mob\:pt-6 {
    padding-top: 1.5rem;
  }
  .mob\:pt-8 {
    padding-top: 2rem;
  }
  .mob\:pt-9 {
    padding-top: 2.25rem;
  }
  .mob\:text-center {
    text-align: center;
  }
  .mob\:text-right {
    text-align: right;
  }
  .mob\:text-24 {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .lg\:block {
    display: block;
  }
}

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