@charset "UTF-8";

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

.center-x {
  left: 50%;
  transform: translateX(-50%);
}

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

.visible{
  visibility: visible;
}

.static{
  position: static;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.m-0{
  margin: 0px;
}

.\!mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

.\!my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12{
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14{
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-20{
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mt-3{
  margin-top: 0.75rem !important;
}

.-mb-32{
  margin-bottom: -8rem;
}

.-mt-3{
  margin-top: -0.75rem;
}

.-mt-32{
  margin-top: -8rem;
}

.-mt-36{
  margin-top: -9rem;
}

.mb-0{
  margin-bottom: 0px;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-14{
  margin-bottom: 3.5rem;
}

.mb-16{
  margin-bottom: 4rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-20{
  margin-bottom: 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-4{
  margin-right: 1rem;
}

.mt-0{
  margin-top: 0px;
}

.mt-12{
  margin-top: 3rem;
}

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-32{
  margin-top: 8rem;
}

.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 !important;
}

.block{
  display: block;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.\!inline-flex{
  display: inline-flex !important;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.\!h-\[200px\]{
  height: 200px !important;
}

.\!h-\[50px\]{
  height: 50px !important;
}

.h-\[240px\]{
  height: 240px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.\!w-\[50px\]{
  width: 50px !important;
}

.w-\[25px\]{
  width: 25px;
}

.w-full{
  width: 100%;
}

.\!max-w-\[210px\]{
  max-width: 210px !important;
}

.max-w-100{
  max-width: 100px;
}

.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-1350{
  max-width: 1350px;
}

.max-w-1400{
  max-width: 1400px;
}

.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-750{
  max-width: 750px;
}

.max-w-800{
  max-width: 800px;
}

.max-w-850{
  max-width: 850px;
}

.max-w-900{
  max-width: 900px;
}

.max-w-950{
  max-width: 950px;
}

.max-w-\[165px\]{
  max-width: 165px;
}

.max-w-\[175px\]{
  max-width: 175px;
}

.max-w-\[270px\]{
  max-width: 270px;
}

.max-w-\[275px\]{
  max-width: 275px;
}

.max-w-\[280px\]{
  max-width: 280px;
}

.max-w-\[300px\]{
  max-width: 300px;
}

.max-w-\[30px\]{
  max-width: 30px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[375px\]{
  max-width: 375px;
}

.max-w-\[380px\]{
  max-width: 380px;
}

.max-w-\[384px\]{
  max-width: 384px;
}

.max-w-\[388px\]{
  max-width: 388px;
}

.max-w-\[425px\]{
  max-width: 425px;
}

.max-w-\[430px\]{
  max-width: 430px;
}

.max-w-\[490px\]{
  max-width: 490px;
}

.max-w-\[515px\]{
  max-width: 515px;
}

.max-w-\[400px\]{
  max-width: 400px;
}

.max-w-\[500px\]{
  max-width: 500px;
}

.flex-auto{
  flex: 1 1 auto;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

.columns-2{
  -moz-columns: 2;
       columns: 2;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, 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-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-40{
  gap: 10rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11{
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

.gap-x-24{
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16{
  row-gap: 4rem;
}

.gap-y-6{
  row-gap: 1.5rem;
}

.overflow-y-scroll{
  overflow-y: scroll;
}

.\!rounded-full{
  border-radius: 9999px !important;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-3xl{
  border-radius: 1.5rem;
}

.border{
  border-width: 1px;
}

.border-\[5px\]{
  border-width: 5px;
}

.border-b{
  border-bottom-width: 1px;
}

.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-white{
  border-color: var(--color-site-white);
}

.border-b-\[\#d5d5d5\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}

.border-b-black{
  border-bottom-color: var(--color-site-black);
}

.bg-black{
  background-color: var(--color-site-black);
}

.bg-blue{
  background-color: var(--color-primary);
}

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

.bg-primary{
  background-color: var(--color-primary);
}

.bg-white{
  background-color: var(--color-site-white);
}

.bg-none{
  background-image: none;
}

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

.p-0{
  padding: 0px;
}

.p-1{
  padding: 0.25rem;
}

.p-10{
  padding: 2.5rem;
}

.p-12{
  padding: 3rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.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-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.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-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-9{
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.pb-0{
  padding-bottom: 0px;
}

.pb-10{
  padding-bottom: 2.5rem;
}

.pb-11{
  padding-bottom: 2.75rem;
}

.pb-14{
  padding-bottom: 3.5rem;
}

.pb-16{
  padding-bottom: 4rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-8{
  padding-bottom: 2rem;
}

.pr-4{
  padding-right: 1rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-12{
  padding-top: 3rem;
}

.pt-14{
  padding-top: 3.5rem;
}

.pt-16{
  padding-top: 4rem;
}

.pt-24{
  padding-top: 6rem;
}

.pt-48{
  padding-top: 12rem;
}

.pt-8{
  padding-top: 2rem;
}

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

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

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

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

.\!text-18{
  font-size: 18px !important;
}

.text-10{
  font-size: 10px;
}

.text-12{
  font-size: 12px;
}

.text-16{
  font-size: 16px;
}

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

.text-20{
  font-size: 20px;
}

.text-24{
  font-size: 24px;
}

.text-32{
  font-size: 32px;
}

.\!font-black{
  font-weight: 900 !important;
}

.font-bold{
  font-weight: 700;
}

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

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

.lining-nums{
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.text-black{
  color: var(--color-site-black);
}

.text-white{
  color: var(--color-site-white);
}

.underline{
  text-decoration-line: underline;
}

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline{
  outline-style: solid;
}

.invert{
  --tw-invert: invert(100%);
  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);
}

.sepia{
  --tw-sepia: sepia(100%);
  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);
}

.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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.alignfull{
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide{
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone{
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter{
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px){
  .alignleft:not(.wp-block-button){
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button){
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a{
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a{
    float: right;
    margin-left: 1rem;
  }
}

.wp-caption{
  display: inline-block;
}

.wp-caption img{
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text{
  font-size: 10px;
  color: #718096;
}

:root {
  --color-primary: #04c1d7;
  --color-secondary: #5a606c;
  --color-tertiary: #ff8b00;
  --color-quaternary: #ffd200;
  --color-site-black: #000000;
  --color-site-grey: #f2f2f2;
  --color-site-white: #ffffff;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-smoke: #f5f5f5;
  --filter-color-primary: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(3008%) hue-rotate(198deg) brightness(105%) contrast(101%);
  --filter-color-blue: brightness(0) saturate(100%) invert(21%) sepia(62%) saturate(3008%) hue-rotate(198deg) brightness(105%) contrast(101%);
  --filter-color-secondary: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(1362%) hue-rotate(204deg) brightness(95%) contrast(110%);
  --filter-color-red: brightness(0) saturate(100%) invert(12%) sepia(95%) saturate(1362%) hue-rotate(204deg) brightness(95%) contrast(110%);
  --filter-color-tertiary: brightness(0) saturate(100%) invert(63%) sepia(25%) saturate(7459%) hue-rotate(1deg) brightness(104%) contrast(104%);
  --filter-color-orange: brightness(0) saturate(100%) invert(63%) sepia(25%) saturate(7459%) hue-rotate(1deg) brightness(104%) contrast(104%);
  --filter-color-quaternary: brightness(0) saturate(100%) invert(22%) invert(73%) sepia(92%) saturate(556%) hue-rotate(357deg) brightness(99%) contrast(106%);
  --filter-color-yellow: brightness(0) saturate(100%) invert(22%) invert(73%) sepia(92%) saturate(556%) hue-rotate(357deg) brightness(99%) contrast(106%);
  --filter-color-black: brightness(0) saturate(100%) invert(8%) sepia(43%) saturate(3060%) hue-rotate(185deg) brightness(92%) contrast(101%);
  --filter-color-site-grey: brightness(0) saturate(100%) invert(96%) sepia(8%) saturate(47%) hue-rotate(170deg) brightness(100%) contrast(94%);
  --filter-color-site-white: brightness(0) saturate(100%) invert(100%);
  --filter-color-true-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%);
}

/*** Variables ***/

/*** Structure ***/

body {
  margin: 0;
}

.page-top {
  transition: none !important;
}

/*** Accessibility ***/

a:focus {
  outline: 1px solid #0000EE;
}

/*** Typography ***/

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

.heading-font {
  font-family: "sinter", sans-serif;
}

.paragraph-font {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
}

::-moz-placeholder {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-site-black);
  line-height: 140%;
}

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

p {
  margin-bottom: 16px;
}

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

::-moz-placeholder {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
}

::placeholder {
  font-family: "ff-tisa-sans-web-pro", sans-serif;
}

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

a:hover {
  color: var(--color-secondary);
}

.bg-black a {
  color: white;
}

.bg-black a:hover {
  color: #123ea6;
}

.bg-black ul li::marker {
  color: white;
}

.bg-black .accordionItem .accordionTitle {
  color: var(--color-site-white);
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "sinter", sans-serif;
  position: relative;
  color: var(--color-site-black);
  font-weight: 700 !important;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 16px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-size: inherit;
}

h1.text-white, h1.interior-box3, h1.interior-box2, h1.interior-box, h1.bg-black,
h2.text-white,
h2.interior-box3,
h2.interior-box2,
h2.interior-box,
h2.bg-black,
h3.text-white,
h3.interior-box3,
h3.interior-box2,
h3.interior-box,
h3.bg-black,
h4.text-white,
h4.interior-box3,
h4.interior-box2,
h4.interior-box,
h4.bg-black,
h5.text-white,
h5.interior-box3,
h5.interior-box2,
h5.interior-box,
h5.bg-black {
  color: white;
}

.hero-top-text {
  font-size: 50px;
}

.hero-bottom-text {
  font-size: 20px;
}

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

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

h3, .h3 {
  font-size: 28px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 18px;
}

.home .hero-top-text {
  font-size: 50px;
}

.home .hero-bottom-text {
  font-size: 20px;
}

.home h1, .home .h1 {
  font-size: 38px;
}

.home h2, .home .h2 {
  font-size: 36px;
}

.home h3, .home .h3 {
  font-size: 28px;
}

.home h4, .home .h4 {
  font-size: 24px;
}

.home h5, .home .h5 {
  font-size: 18px;
}

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 0;
}

.heading-text-black h1, .heading-text-black h2, .heading-text-black h3, .heading-text-black h4, .heading-text-black h5 {
  color: var(--color-site-black);
}

.h1-text-blue h1 {
  color: var(--color-primary);
  display: inline-block;
}

.h2-text-blue h2 {
  color: var(--color-primary);
  display: inline-block;
}

.h3-text-blue h3 {
  color: var(--color-primary);
  display: inline-block;
}

.h4-text-blue h4 {
  color: var(--color-primary);
  display: inline-block;
}

.h5-text-blue h5 {
  color: var(--color-primary);
  display: inline-block;
}

span {
  font-weight: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  color: inherit;
}

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

.filter-white, .glide__arrows.arrows-white {
  filter: var(--filter-color-white);
}

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

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, .interior-box3 p, .interior-box2 p, .interior-box p, .bg-black p, .text-white h1, .interior-box3 h1, .interior-box2 h1, .interior-box h1, .bg-black h1, .text-white h2, .interior-box3 h2, .interior-box2 h2, .interior-box h2, .bg-black h2, .text-white h3, .interior-box3 h3, .interior-box2 h3, .interior-box h3, .bg-black h3, .text-white h4, .interior-box3 h4, .interior-box2 h4, .interior-box h4, .bg-black h4, .text-white h5, .interior-box3 h5, .interior-box2 h5, .interior-box h5, .bg-black h5, .text-white span, .interior-box3 span, .interior-box2 span, .interior-box span, .bg-black span, .text-white a, .interior-box3 a, .interior-box2 a, .interior-box a, .bg-black a, .text-white li, .interior-box3 li, .interior-box2 li, .interior-box li, .bg-black li, .text-white div, .interior-box3 div, .interior-box2 div, .interior-box div, .bg-black div {
  color: white;
}

.text-black p, .bg-black .bg-white p, .text-black h1, .bg-black .bg-white h1, .text-black h2, .bg-black .bg-white h2, .text-black h3, .bg-black .bg-white h3, .text-black h4, .bg-black .bg-white h4, .text-black h5, .bg-black .bg-white h5, .text-black span, .bg-black .bg-white span, .text-black a, .bg-black .bg-white a, .text-black li, .bg-black .bg-white li, .text-black div, .bg-black .bg-white div {
  color: var(--color-site-black);
}

.text-darkgrey p, .text-darkgrey h1, .text-darkgrey h2, .text-darkgrey h3, .text-darkgrey h4, .text-darkgrey h5, .text-darkgrey span, .text-darkgrey a, .text-darkgrey li, .text-darkgrey div {
  color: var(--color-secondary) !important;
}

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

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

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

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

/*** Universal ***/

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

form .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

form .frm_fields_container input, form .frm_fields_container textarea, form .frm_fields_container select {
  background-color: var(--color-site-white) !important;
  border: 1px solid var(--color-site-black) !important;
  margin-bottom: 8px;
  color: var(--color-site-black) !important;
  font-weight: 900;
  border-radius: 6px;
  padding: 6px 10px;
  width: 100%;
}

form .frm_fields_container input::-moz-placeholder, form .frm_fields_container textarea::-moz-placeholder, form .frm_fields_container select::-moz-placeholder {
  color: #4B4B4B !important;
}

form .frm_fields_container input::placeholder, form .frm_fields_container textarea::placeholder, form .frm_fields_container select::placeholder {
  color: #4B4B4B !important;
}

form .frm_fields_container input option, form .frm_fields_container textarea option, form .frm_fields_container select option {
  font-weight: bold;
}

form .frm_fields_container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/wp-content/uploads/icon-down-1.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

form .frm_fields_container input, form .frm_fields_container select {
  height: 36px;
}

form .frm_fields_container .frm_radio, form .frm_fields_container .frm_checkbox {
  margin-bottom: 3px;
}

form .frm_fields_container .frm_radio input, form .frm_fields_container .frm_checkbox input {
  max-width: 20px;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

form .frm_fields_container .frm_radio label, form .frm_fields_container .frm_checkbox label {
  font-weight: 400;
}

form .frm_fields_container .frm_radio:last-of-type, form .frm_fields_container .frm_checkbox:last-of-type {
  margin-bottom: 0;
}

form .frm_fields_container .vertical_radio {
  text-align: left;
}

form .frm_fields_container .vertical_radio input {
  vertical-align: middle;
}

form .frm_fields_container .sigPad .sigWrapper {
  height: auto !important;
}

form .frm_fields_container .sigPad .sigWrapper .typed input {
  width: 100% !important;
}

form .frm_fields_container .sigPad .sigWrapper canvas {
  width: 100%;
  height: 100px;
  border: 1px solid var(--color-primary) !important;
  border-radius: 6px;
  margin-top: -50px;
}

@media (max-width: 1000px) {
  form .frm_fields_container .sigPad .sigWrapper canvas {
    width: 100%;
    height: 150px;
  }
}

form .frm_fields_container .sigPad .sigWrapper .clearButton {
  z-index: 1;
}

form .frm_fields_container .sigPad .sigWrapper .sigNav {
  max-width: 200px;
  display: flex;
  width: 100%;
  gap: 40px;
}

form .frm_fields_container .sigPad .sigWrapper .sigNav li {
  width: 40px;
}

form .frm_fields_container .frm_submit {
  margin: 0 auto;
}

form .frm_fields_container .frm_submit button {
  margin-top: 3px !important;
  cursor: pointer;
}

form .frm_fields_container .frm_submit a.frm_start_over {
  display: none;
}

@media (min-width: 1000px) {
  form .frm_fields_container .frm6 {
    max-width: 48%;
  }
}

form label, form .frm_primary_label {
  align-items: center;
  display: block;
  text-align: left;
  font-weight: bold;
}

form label a, form .frm_primary_label a {
  display: inline-block;
}

form .frm_verify {
  display: none;
}

form .frm_single_upload svg, form .frm_dropzone svg {
  display: none;
}

.hide-labels label, .hideLabels label, .hide-label label, .hideLabel label {
  display: none !important;
}

.show-labels label, .showLabels label, .show-label label, .showLabel label {
  display: block !important;
}

.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, footer, a, ul, p {
  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;
}

iframe {
  max-width: 100%;
}

.btn, form .frm_fields_container .frm_submit button, .wp-block-button__link {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  min-width: 165px;
  padding: 16px 22px;
  margin-top: 16px;
  text-align: center;
  border: none;
  line-height: 100%;
  position: relative;
  z-index: 0;
  border-radius: 4px;
  color: var(--color-site-black) !important;
  text-decoration: none !important;
  box-shadow: inset 0 0 0 2px #aeaeae, inset 0 0 0 3px var(--color-site-white);
}

.btn.mt-0, form .frm_fields_container .frm_submit button.mt-0, .mt-0.wp-block-button__link {
  margin-top: 0;
}

.btn:hover:before, form .frm_fields_container .frm_submit button:hover:before, .wp-block-button__link:hover:before {
  opacity: 1;
}

.btn:before, form .frm_fields_container .frm_submit button:before, .wp-block-button__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.4s;
  opacity: 0;
}

.btn.blueBtn, .btn.primaryBtn, .interior-box3 .btn, .interior-box2 .btn, .interior-box .btn, form .frm_fields_container .frm_submit button, .wp-block-button__link {
  background: #04c1d7;
}

.btn.blueBtn:before, .btn.primaryBtn:before, .interior-box3 .btn:before, .interior-box2 .btn:before, .interior-box .btn:before, form .frm_fields_container .frm_submit button:before, .wp-block-button__link:before {
  background-image: linear-gradient(to bottom, #aeaeae, #f2f2f2);
  box-shadow: inset 0 0 0 2px #aeaeae;
}

.btn.greyBtn, .coupon-container.light-coupon .btn, form .frm_fields_container .frm_submit button.greyBtn, .coupon-container.light-coupon form .frm_fields_container .frm_submit button, form .frm_fields_container .frm_submit .coupon-container.light-coupon button, .greyBtn.wp-block-button__link, .coupon-container.light-coupon .wp-block-button__link {
  background-image: linear-gradient(to bottom, #aeaeae, #f2f2f2);
  box-shadow: inset 0 0 0 2px var(--color-primary), inset 0 0 0 3px var(--color-site-white);
}

.btn.greyBtn:before, .coupon-container.light-coupon .btn:before, form .frm_fields_container .frm_submit button.greyBtn:before, .coupon-container.light-coupon form .frm_fields_container .frm_submit button:before, form .frm_fields_container .frm_submit .coupon-container.light-coupon button:before, .greyBtn.wp-block-button__link:before, .coupon-container.light-coupon .wp-block-button__link:before {
  background: var(--color-primary);
}

.btn.otherBtn, form .frm_fields_container .frm_submit button.otherBtn, .otherBtn.wp-block-button__link {
  background: var(--color-primary);
}

.btn.otherBtn:before, form .frm_fields_container .frm_submit button.otherBtn:before, .otherBtn.wp-block-button__link:before {
  background: var(--color-secondary);
}

h1 + .btn, form .frm_fields_container .frm_submit h1 + button, h1 + .wp-block-button__link, h2 + .btn, form .frm_fields_container .frm_submit h2 + button, h2 + .wp-block-button__link, h3 + .btn, form .frm_fields_container .frm_submit h3 + button, h3 + .wp-block-button__link, h4 + .btn, form .frm_fields_container .frm_submit h4 + button, h4 + .wp-block-button__link, h5 + .btn, form .frm_fields_container .frm_submit h5 + button, h5 + .wp-block-button__link {
  margin-top: 0;
}

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

.social-icons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.social-icons-container .social-media-account {
  width: 38px;
  height: 38px;
  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 img.hover-icon {
  opacity: 0;
}

.social-icons-container .social-media-account:hover .hover-icon {
  opacity: 1;
  z-index: 50;
}

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

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

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

.p-img-less-mb p img {
  margin-bottom: -14px;
}

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

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.overlay.blue-overlay {
  background-color: rgba(6, 58, 98, 0.82);
}

.overlay.black-overlay {
  background-color: var(--color-site-black);
  opacity: 0.85;
}

.overlay.brand-overlay {
  background-color: var(--color-primary);
  opacity: 0.85;
}

ul {
  list-style: disc;
  padding-left: 25px;
  margin: 10px 0;
}

ul li {
  color: var(--color-site-black);
  margin-bottom: 8px;
  position: relative;
}

ul li::marker {
  color: var(--color-primary);
}

.marker-white li::marker {
  color: white;
}

.marker-black li::marker {
  color: var(--color-site-black);
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

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

.accordionItem {
  margin-bottom: 16px;
}

.accordionItem .accordionTitle {
  cursor: pointer;
  line-height: 130%;
  color: var(--color-site-black);
  padding: 0 17px 0 35px;
  border-radius: 12px;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.accordionItem .accordionTitle:after {
  content: "";
  background: url("/wp-content/uploads/back-arrow-white.svg") center/50% 50% no-repeat var(--color-primary);
  border-radius: 50%;
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  transition: transform 0.4s;
  width: 24px;
  height: 24px;
}

.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(90deg);
}

.accordionItem.active .accordionContent {
  max-height: 3000px;
  opacity: 1;
  padding: 10px 20px;
}

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

img {
  max-width: 100%;
}

.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;
}

.box-shadow {
  box-shadow: 4px 4px 10px -3px rgba(55, 55, 55, 0.32);
}

.box-shadow-full, .services-faq .accordionItem {
  box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.12);
}

.aligncenter {
  margin-top: 0;
  margin-bottom: 0;
}

p:first-of-type:has(img) {
  margin-top: 0;
}

p:has(img:only-child), div:has(img:only-child) {
  line-height: 0;
}

.rll-youtube-player div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rll-youtube-player div button {
  transition: none;
}

.transparent-white-bg {
  background: rgba(255, 255, 255, 0.8);
}

* {
  scroll-margin-top: 180px;
}

p:first-of-type() {
  margin-top: 0;
}

p:empty {
  display: none;
}

.rounded-brand {
  border-radius: 32px;
}

.img-rounded-brand img {
  border-radius: 32px;
  border: solid 5px var(--color-primary);
}

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

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

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

.glide__slide {
  height: auto;
}

.glide__slide > div:only-child {
  height: 100%;
}

.center-button button {
  display: block !important;
  margin: 24px auto 0;
}

.heading-mb-0 h1, .heading-mb-0 h2, .heading-mb-0 h3, .heading-mb-0 h4, .heading-mb-0 h5 {
  margin-bottom: 0;
}

.darkgrey-bg {
  background: var(--color-secondary);
}

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

.white-bg {
  background: var(--color-site-white);
}

.blue-dots-bg {
  background: url("/wp-content/uploads/halftone_blue.webp") center/cover;
}

.grey-dots-bg {
  background: url("/wp-content/uploads/halftone_grey.webp") center/cover;
}

.greydiant-bg {
  background-image: linear-gradient(to top, #cecece 0%, #d6d6d6 17%, #f2f2f2 78%, #fff);
}

.greydiant-bg2 {
  background-image: linear-gradient(to bottom, #cecece 0%, #d6d6d6 17%, #f2f2f2 78%, #fff);
}

.wpbr-review__content a {
  color: #123ea6;
}

.wpbr-review__content a:hover {
  text-decoration: underline;
}

/*** Universal Sections ***/

.pre-footer-gray-section {
  background: url("/wp-content/uploads/grey_sunburst_bg.webp") center/cover !important;
}

.white-sunburst-bg {
  background: url("/wp-content/uploads/white_sunburst_bg.webp") center/cover;
}

.white-sunburst-bg .white-sunburst-bg {
  background: none;
}

.bg-sideburst {
  background: url("/wp-content/uploads/grey_sunburst_bg_corner.webp") center/cover;
}

.cta-gradiant-bottom {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 121px;
  background-image: linear-gradient(to bottom, rgba(90, 96, 108, 0), #5a606c);
}

/* Hero */

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

.hero-google p {
  margin: 0;
}

.hero-google img {
  margin-bottom: 4px;
}

.hero-gradiant {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 60%, transparent 100%);
  pointer-events: none;
}

@media (max-width: 1000px) {
  .hero-gradiant {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), #000);
  }
}

@media (min-width: 1000px) {
  .hero-gradiant-top {
    position: absolute;
    inset: 0;
    height: 185px;
    margin: 0 0 47px;
    padding: 8px 24px 89px 16px;
    opacity: 0.88;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 18%, rgba(0, 0, 0, 0.4) 75%, rgba(90, 96, 108, 0));
  }
}

/* Featured Services */

/* Reviews */

.reviews-section {
  background: url("/wp-content/uploads/blue_sunburst_bg.webp") center/cover;
}

/* Service Area */

.sa-items .sa-reset {
  display: none;
}

.sa-items .sa-reset img {
  max-width: 6px;
  margin-right: 10px;
}

.sa-items ul {
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  padding: 0;
}

.sa-items ul li {
  line-height: 0;
  margin-bottom: 16px;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.sa-items ul li a {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-right: 16px;
  margin-right: 10px;
  line-height: 110%;
  display: inline-block;
}

.sa-items ul li a[href]:hover {
  text-decoration: underline;
}

.sa-items ul li a[href] {
  /*&:after {
      //content: url('/wp-content/uploads/icon_caret_right.svg');
      display: block;
      width: 6px;
      height: 14px;
      position: absolute;
      right: 0;
      top: 0;
  }*/
}

.sa-items ul li.menu-item-has-children .sub-menu {
  display: none !important;
}

.sa-items ul li::before {
  content: "•";
  color: var(--color-primary);
  font-size: 1.5rem;
  line-height: 0.7;
}

.sa-items ul.active {
  display: block;
  -moz-column-count: unset;
       column-count: unset;
}

.sa-items ul.active > li {
  display: none !important;
  border: none;
}

.sa-items ul.active > li.active-sa-menu {
  display: block !important;
}

.sa-items ul.active > li.active-sa-menu .sub-menu {
  margin-top: 26px;
  display: block !important;
  margin-bottom: -26px;
  -moz-column-count: unset;
       column-count: unset;
}

.sa-items ul.active > li.active-sa-menu .sub-menu li {
  display: inline-block;
  padding-left: 0;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.sa-items ul.active > li.active-sa-menu .sub-menu li a {
  display: block !important;
  margin: 0 20px 0px 0;
  padding: 0;
}

.sa-items ul.active > li.active-sa-menu.active-sa-menu > a {
  display: none !important;
}

.sa-items ul.active > li.active-sa-menu.active-sa-menu a:after {
  display: none !important;
}

.sa-items.active-sa-container .sa-reset {
  display: block !important;
}

.service-area-map img, .service-area-map iframe {
  border-radius: 32px;
}

/*** Glide ***/

.glide__bullets .glide__bullet {
  background: var(--color-primary);
  margin: 0 5px;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-quaternary);
}

.home-coupons .glide__bullets .glide__bullet {
  background: var(--color-primary);
  width: 14px;
  height: 14px;
}

.home-coupons .glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-site-black);
}

.glide__arrows {
  max-width: 115px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

.glide__arrows img {
  cursor: pointer;
}

.glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  background: none;
}

.glide.center-y-arrows .glide__track {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.glide.center-y-arrows .glide__arrows {
  max-width: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  justify-content: space-between;
}

/* WPBR Carousel */

.swiper-pagination .swiper-pagination-bullet {
  opacity: 1 !important;
  background: var(--color-primary) !important;
  border: 2px solid white;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: white !important;
}

.about-page .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: black !important;
}

/* Interior Boxes */

.interior-box {
  width: 100%;
  padding: 32px;
  background: var(--color-site-white);
  border-radius: 32px;
  text-align: center;
}

@media (max-width: 1000px) {
  .interior-box {
    padding: 20px;
  }
}

.interior-box ul {
  text-align: left;
}

.interior-box .wpbr-wrap {
  margin-bottom: 0;
}

.interior-box2 {
  width: 100%;
  padding: 32px;
  background: var(--color-site-grey);
  border-radius: 32px;
  text-align: center;
}

@media (max-width: 1000px) {
  .interior-box2 {
    padding: 20px;
  }
}

.interior-box2 ul {
  text-align: left;
}

.interior-box2 .wpbr-wrap {
  margin-bottom: 0;
}

.interior-box3 {
  width: 100%;
  padding: 32px;
  background: var(--color-primary);
  border-radius: 32px;
  text-align: center;
}

@media (max-width: 1000px) {
  .interior-box3 {
    padding: 20px;
  }
}

.interior-box3 ul {
  text-align: left;
}

.interior-box3 .wpbr-wrap {
  margin-bottom: 0;
}

/* Coupons */

.coupon-container .coupon-item {
  border: 2px solid white;
  outline: 4px solid var(--color-primary);
}

.coupon-container.light-coupon .coupon-item {
  background: linear-gradient(to bottom, #04c1d7, #2b96c7);
}

.coupon-container.dark-coupon .coupon-item {
  background: linear-gradient(182deg, #5a606c, #000);
}

.coupon-container.dark-coupon * {
  color: white;
}

/*** Header ***/

header#masthead {
  position: fixed;
  width: 100%;
  z-index: 99;
}

header#masthead .headerLogo {
  line-height: 0;
}

header#masthead .headerLogo a {
  max-width: 150px;
  width: 100%;
}

header#masthead .headerLogo a img {
  width: 100%;
}

header#masthead .stickyHeader {
  display: none;
}

header#masthead .passiveHeader {
  display: block;
}

@media (min-width: 1000px) {
  header#masthead.customSticky {
    box-shadow: 4px 4px 10px -3px rgba(55, 55, 55, 0.32);
    background: var(--color-site-white);
  }

  header#masthead.customSticky a {
    color: black !important;
  }

  header#masthead.customSticky .stickyHeader {
    display: flex;
  }

  header#masthead.customSticky .passiveHeader {
    display: none;
  }

  header#masthead.customSticky .headerMain .headerLogo {
    max-width: 200px;
  }

  ul#primary-menu > li:hover > a {
    color: inherit;
    border-bottom: 4px solid var(--color-primary) !important;
  }
}

ul#primary-menu li:not(.mobile-menu-book-container) {
  display: inline-block;
  position: relative;
  margin: 0;
}

ul#primary-menu li:not(.mobile-menu-book-container) a {
  font-size: 16px;
  border-bottom: 4px solid transparent;
  border-radius: 0;
  padding: 12px 10px;
  margin: 0;
  font-weight: bold;
  display: inline-block;
  color: var(--color-site-white);
  letter-spacing: 0.03em;
  transition: none;
  width: 100%;
  line-height: 100%;
}

ul#primary-menu li:not(.mobile-menu-book-container) .sub-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  margin: 0;
  text-align: left;
}

ul#primary-menu li:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu {
  margin: 0;
  padding: 8px 3px;
  min-width: 300px;
  background: var(--color-secondary);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

ul#primary-menu li:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu li {
  display: block !important;
}

ul#primary-menu li:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu li a {
  margin: 0 !important;
  padding: 6px 15px !important;
  font-weight: 400 !important;
  color: var(--color-site-white) !important;
}

@media (min-width: 1000px) {
  ul#primary-menu li:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu li a:hover {
    font-weight: bold !important;
  }
}

ul#primary-menu li:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu-wrap {
  display: none !important;
}

ul#primary-menu li:not(.mobile-menu-book-container).reverse-dropdown .sub-menu-wrap {
  left: unset;
  right: 0;
  border-radius: 8px 0 8px 8px;
}

ul#primary-menu li:not(.mobile-menu-book-container).menu-item-has-children:hover .sub-menu-wrap {
  display: block;
}

/*** Home ***/

body.home .not-on-home {
  display: none;
}

body:not(.home) .only-on-home {
  display: none;
}

.home .hero-inner {
  padding-bottom: 195px;
}

.home-membership-inner {
  background: url("/wp-content/uploads/halftone_blue.webp") center/cover;
}

.home-services-boxes {
  border-radius: 8px;
}

.home-services-boxes .home-services-boxes-top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.home-services-boxes .home-services-boxes-top h3 {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .home-services-boxes .home-services-boxes-top .home-services-boxes-plus {
    background: var(--color-primary) url("/wp-content/uploads/icon-accordion-plus.svg") no-repeat center;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    z-index: 10;
  }
}

.home-services-boxes .home-services-boxes-bottom ul {
  padding-top: 16px;
  margin: 0;
}

.home-services-boxes .home-services-boxes-bottom ul li {
  position: relative;
  padding-right: 20px;
}

.home-services-boxes .home-services-boxes-bottom ul li a {
  display: block;
}

.home-services-boxes .home-services-boxes-bottom ul li a:hover {
  color: #123ea6;
}

.home-services-boxes .home-services-boxes-bottom ul li a:after {
  content: "";
  background: url("/wp-content/uploads/icon-arrow-service.svg") center/cover;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
}

@media (max-width: 1000px) {
  .home-services-boxes .home-services-boxes-bottom {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
  }
}

.home-services-boxes.active .home-services-boxes-bottom {
  max-height: 1000px;
  opacity: 1;
}

.home-services-boxes.active .home-services-boxes-plus {
  background: var(--color-primary) url("/wp-content/uploads/icon-accordion-minus.svg") no-repeat center;
  border-bottom-right-radius: 0;
}

.home-services-boxes.active .home-services-boxes-top {
  background: var(--color-primary);
}

/*** Services ***/

.sidebar-box {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-list .services-list-items ul {
  padding: 0;
  -moz-column-count: 2;
       column-count: 2;
  list-style: none;
}

.services-main .services-main-right .sidebar-blog .sidebar-blog-item a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.services-main .services-main-right .sidebar-blog .sidebar-blog-item a:hover {
  color: #123ea6;
}

.services-faq .accordionItem {
  background: white;
  border-radius: 8px;
  margin-bottom: 20px;
}

.services-faq .accordionItem .accordionTitle {
  padding: 14px 80px 14px 14px;
  font-weight: bold;
  color: var(--color-site-black);
  position: relative;
}

.services-faq .accordionItem .accordionTitle:before {
  content: "";
  background: #06b6d4 url("/wp-content/uploads/icon-accordion-plus.svg") center/24px no-repeat;
  width: 50px;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0px;
  border-radius: 8px;
  transition: background-image 0.2s;
}

.services-faq .accordionItem .accordionTitle:after {
  display: none;
}

.services-faq .accordionItem.active .accordionTitle:before {
  background-image: url("/wp-content/uploads/icon-accordion-minus.svg");
}

@media (min-width: 1000px) {
  .services-2-column-list ul, .services-2-column-list ol {
    -moz-column-count: 2;
         column-count: 2;
    gap: 80px;
  }
}

.services-2-column-list ul li, .services-2-column-list ol li {
  margin-bottom: 10px;
}

.home-guarantees-left-title h4 {
  position: relative;
}

.home-guarantees-left-title h4::before {
  content: "";
  position: absolute;
  left: -40px;
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/*** Gallery ***/

.projects-main .projects-gallery .project-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.projects-carousel {
  z-index: -10;
  opacity: 0;
}

.projects-carousel .projects-carousel-inner {
  max-width: 60%;
  max-height: 600px;
}

.projects-carousel .projects-carousel-inner .project-image img {
  max-height: 600px;
}

.projects-carousel .projects-carousel-inner .glide__arrows .glide__arrow {
  background: none;
  margin: 0 10px;
}

.projects-carousel .projects-carousel-inner .glide__arrows .glide__arrow img {
  max-width: 20px;
  width: 100%;
}

.projects-carousel .projects-carousel-inner svg {
  max-width: 20px;
}

.projects-carousel.active {
  opacity: 1;
  z-index: 100000000;
}

.projects-carousel .projects-carousel-close {
  opacity: 0.9;
}

/*** Service Area Template ***/

.service-area-main .service-area-list .service-area-cities .service-area-city-item .city-header > h5 {
  font-weight: normal !important;
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item .city-content-container {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item .city-content-container ul {
  margin: 0;
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item .city-content-container ul li a {
  color: var(--color-secondary);
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item .city-content-container ul li a:hover {
  color: var(--color-site-black);
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item.has-drop-down .city-header h5 {
  padding-right: 35px;
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item.has-drop-down .city-header .city-dropdown-icon {
  position: absolute;
  max-width: 40px;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: transform 0.4s;
  cursor: pointer;
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item.has-drop-down .city-header .city-dropdown-icon:after {
  content: url("/wp-content/uploads/icon-down-1.svg");
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item.active .city-content-container {
  max-height: 2000px;
  opacity: 1;
}

.service-area-main .service-area-list .service-area-cities .service-area-city-item.active .city-dropdown-icon {
  transform: rotate(180deg);
}

/*** Default Page ***/

/*** Financing ***/

.financing-page .financing-splits .financing-split-option:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

/*** Projects ***/

.projects-main .projects-gallery .project-image img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  cursor: pointer;
}

.projects-carousel {
  z-index: -10;
  opacity: 0;
}

.projects-carousel .projects-carousel-inner {
  max-width: 60%;
  max-height: 600px;
}

.projects-carousel .projects-carousel-inner .project-image img {
  max-height: 600px;
}

.projects-carousel .projects-carousel-inner .glide__arrows .glide__arrow {
  background: none;
  margin: 0 10px;
}

.projects-carousel .projects-carousel-inner .glide__arrows .glide__arrow img {
  max-width: 14px;
  width: 100%;
}

.projects-carousel .projects-carousel-inner svg {
  max-width: 20px;
}

.projects-carousel.active {
  opacity: 1;
  z-index: 100000000;
}

.projects-carousel .projects-carousel-close {
  opacity: 0.9;
}

/*** Membership ***/

.membership-list ul, .membership-list ol {
  -moz-column-count: 2;
       column-count: 2;
  gap: 40px;
}

.membership-list ul li, .membership-list ol li {
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .membership-list ul, .membership-list ol {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.membership-form .membership-form-left {
  text-align: center;
}

/*** Rebates ***/

.rebates .rebate-boxes p {
  margin-bottom: 16px;
}

/*** Team Members ***/

.team-members .team-members-bot h5 {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .team-members .team-members-inner .team-members-bot {
    display: none;
  }

  .team-members .team-members-inner.active .team-members-bot {
    display: block;
  }

  .team-members .team-members-inner.active .plus {
    display: none;
  }

  .team-members .team-members-inner.active .minus {
    display: block;
  }
}

/***  Video ***/

/*** About ***/

.about-guarantees .glide__bullets .glide__bullet {
  background: var(--color-site-white);
  margin: 0 3px;
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
}

.about-guarantees .glide__bullets .glide__bullet.glide__bullet--active {
  background: var(--color-site-black);
}

.about-team .team-member-item .team-member-hover {
  opacity: 0;
  background: rgba(0, 0, 0, 0.85) !important;
}

.about-team .team-member-item:hover .team-member-hover {
  opacity: 1;
}

/*** Coupon Page ***/

.coupon-content-top {
  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
}

.coupon-content-top h3 {
  margin-bottom: 0;
}

/*** Community Page ***/

.community-page .pre-footer-cta {
  display: none;
}

.community-page .pre-footer-gray-section {
  display: none;
}

.community-items .community-item .comm-image img {
  cursor: pointer;
}

.community-image-modals .image-modal {
  position: fixed;
  opacity: 0;
  z-index: -10;
}

.community-image-modals .image-modal.active {
  opacity: 1;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding-top: 150px;
}

.community-image-modals .image-modal.active .image-modal-inner img {
  max-width: 600px;
  max-height: 70vh;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.community-image-modals .image-modal.active .comm-image-close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .community-image-modals .image-modal.active {
    padding-top: 100px;
  }
}

/*** Careers ***/

.careers-benefits .career-benefit-items .career-benefit-item svg path {
  fill: white;
}

/*** Blog / Expert Tips ***/

.blog-sidebar-section {
  position: sticky;
  top: 180px;
}

#cats-picker, .services-menu-dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  background-image: url("/wp-content/uploads/icon-down-2.svg");
  background-position: 97% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.5em;
  margin: 0;
  max-width: 100%;
  width: 100%;
  padding: 12px 30px 12px 12px;
  color: var(--color-site-black);
  font-size: 20px;
  font-weight: bold;
}

#cats-picker svg, .services-menu-dropdown svg {
  transform: rotate(180deg);
}

#cats-picker option, .services-menu-dropdown option {
  color: var(--color-site-black);
}

.blog-continue-reading-item:hover .overlay {
  opacity: 0.95;
}

.blog-post-excerpt a {
  color: var(--color-secondary);
}

.blog-post-content h2 {
  color: var(--color-secondary) !important;
}

/*** Footer ***/

footer {
  content-visibility: visible;
}

footer .footer-col-inner {
  margin-left: auto;
  margin-right: auto;
}

footer .footer-col-inner h3 {
  font-size: 24px !important;
  text-align: center;
}

footer .footer-col-inner .btn, footer .footer-col-inner form .frm_fields_container .frm_submit button, form .frm_fields_container .frm_submit footer .footer-col-inner button, footer .footer-col-inner .wp-block-button__link {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

footer .footer-col-inner .btn:first-of-type, footer .footer-col-inner form .frm_fields_container .frm_submit button:first-of-type, form .frm_fields_container .frm_submit footer .footer-col-inner button:first-of-type, footer .footer-col-inner .wp-block-button__link:first-of-type {
  margin-top: 0;
}

.footer-border {
  position: relative;
  padding-top: 15px;
}

.footer-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  background: linear-gradient(to bottom, #f2f2f2, #cecece);
}

/*** Media Queries ***/

@media (min-width: 1000px) {
  /*** Universal ***/

  .mobileOnly {
    display: none !important;
  }

  .columns-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (max-width: 1000px) {
  /*** Structure ***/

  .desktopOnly {
    display: none !important;
  }

  img {
    max-width: 100%;
  }

  .wp-block-columns {
    gap: 0;
    margin-top: 16px;
  }

  .wp-block-columns ul {
    margin: 0;
  }

  .flex {
    gap: 20px;
  }

  .flex.justify-between {
    justify-content: center;
  }

  .flex.justify-between.force-between {
    justify-content: space-between;
  }

  /*** Typography ***/

  .hero-top-text {
    font-size: 40px;
  }

  .hero-bottom-text {
    font-size: 16px;
  }

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

  h2, .h2 {
    font-size: 30px;
  }

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

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 18px;
  }

  .home .hero-top-text {
    font-size: 40px;
  }

  .home .hero-bottom-text {
    font-size: 16px;
  }

  .home h1, .home .h1 {
    font-size: 32px;
  }

  .home h2, .home .h2 {
    font-size: 30px;
  }

  .home h3, .home .h3 {
    font-size: 24px;
  }

  .home h4, .home .h4 {
    font-size: 20px;
  }

  .home h5, .home .h5 {
    font-size: 18px;
  }

  /*** Universal ***/

  .mob-headings-center h1, .mob-headings-center h2, .mob-headings-center h3, .mob-headings-center h4, .mob-headings-center h5, .mob-headings-center h6 {
    text-align: center;
  }

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

  .mob-rounded-0 {
    border-radius: 0;
  }

  .mob-rounded-brand {
    border-radius: 32px;
  }

  .mob-img-rounded-0 img {
    border-radius: 0;
  }

  .mob-gap-0 {
    gap: 0;
  }

  .mob-no-aos {
    transform: none !important;
    opacity: 1 !important;
  }

  /*** Universal Sections ***/

  /*** Header ***/

  html {
    margin: 0 !important;
  }

  div#wpadminbar {
    display: none;
  }

  header#masthead .headerLogo.logo {
    line-height: 0;
    max-width: 209px;
  }

  header#masthead .headerLogo.logo * {
    line-height: 0;
  }

  header#masthead .headerMainInner .menu-toggle img, header#masthead .headerMainInner .header-phone-mobile img {
    max-width: 48px;
    width: 100%;
  }

  header#masthead .headerMainInner #site-navigation {
    line-height: 0;
  }

  header#masthead .headerMainInner #site-navigation > div {
    display: none;
    background: var(--color-site-white);
    position: fixed;
    width: 100vw;
    left: 0;
    top: 81px;
    max-height: calc(100vh - 81px);
    overflow-y: scroll;
    text-align: left;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) {
    display: block;
    padding: 0 16px;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) a:not(.btn):not(.wp-block-button__link) {
    font-size: 16px;
    padding: 10px;
    color: var(--color-site-black);
    font-weight: 600;
    background: none;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) a:not(.btn):not(.wp-block-button__link):after {
    display: none !important;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) a.btn, header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) a.wp-block-button__link {
    border-radius: 0;
    border: none;
    padding: 14px;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .sub-menu-wrap {
    -moz-column-count: 1;
         column-count: 1;
    width: 100%;
    padding: 0;
    box-shadow: none;
    background: none;
    position: relative !important;
    top: 0;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu {
    background: none;
    padding-top: 0;
    margin-top: -4px;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu li {
    border: none !important;
    padding: 0;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .sub-menu-wrap .sub-menu li a {
    padding-left: 35px !important;
    color: var(--color-site-black) !important;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .plusMinus {
    width: 38px;
    height: 38px;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .plusMinus .plusMinusInner {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container) .plusMinus .plusMinusInner:after {
    content: "";
    background: url("/wp-content/uploads/icon_up.svg") center/cover;
    display: block;
    position: absolute;
    width: 16px;
    height: 14px;
    transition: all 0.4s;
    transform: rotate(180deg);
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container).menu-item-has-children .sub-menu-wrap {
    display: none !important;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container):last-of-type {
    line-height: 0;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container):last-of-type a {
    border-bottom: none;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container).activeMenu.menu-item-has-children .sub-menu-wrap {
    display: block !important;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .menu-item:not(.mobile-menu-book-container).activeMenu .plusMinus .plusMinusInner:after {
    transform: rotate(0);
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .closeMenu {
    text-align: center;
    display: block;
  }

  header#masthead .headerMainInner #site-navigation > div ul#primary-menu .closeMenu a {
    font-weight: bold;
  }

  header#masthead.customSticky {
    background: var(--color-site-white);
    box-shadow: 4px 4px 10px -3px rgba(55, 55, 55, 0.32);
  }

  .admin-bar header#masthead {
    top: 0;
    z-index: 999999;
  }

  .toggled#site-navigation > div {
    display: block !important;
  }

  .headerCloseMenu {
    display: none;
  }

  .toggledMainMenu header .headerMainInner {
    background: var(--color-site-white);
  }

  .toggledMainMenu header .headerMainInner .headerCloseMenu {
    display: block !important;
  }

  .toggledMainMenu header .headerMainInner .headerOpenMenu {
    display: none;
  }

  .menu-item-has-children .sub-menu-wrap {
    display: none !important;
  }

  li:not(.menu-item-has-children) .plusMinus {
    display: none !important;
  }

  /*** Home ***/

  /*** Footer ***/
}

@media (min-width: 1024px){
  .laptop\:center-y {
    top: 50%;
    transform: translateY(-50%);
  }
}

.last\:mb-0:last-child{
  margin-bottom: 0px;
}

.odd\:bg-grey:nth-child(odd){
  background-color: var(--color-site-grey);
}

@media (min-width: 1024px){
  .laptop\:absolute{
    position: absolute;
  }

  .laptop\:left-0{
    left: 0px;
  }

  .laptop\:order-2{
    order: 2;
  }

  .laptop\:m-16{
    margin: 4rem;
  }

  .laptop\:my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .laptop\:my-20{
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .laptop\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .laptop\:mb-20{
    margin-bottom: 5rem;
  }

  .laptop\:mb-6{
    margin-bottom: 1.5rem;
  }

  .laptop\:mb-8{
    margin-bottom: 2rem;
  }

  .laptop\:ml-3{
    margin-left: 0.75rem;
  }

  .laptop\:ml-40{
    margin-left: 10rem;
  }

  .laptop\:mt-5{
    margin-top: 1.25rem;
  }

  .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-\[215px\]{
    max-width: 215px;
  }

  .laptop\:max-w-\[300px\]{
    max-width: 300px;
  }

  .laptop\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .laptop\:gap-10{
    gap: 2.5rem;
  }

  .laptop\:gap-6{
    gap: 1.5rem;
  }

  .laptop\:rounded-bl-\[32px\]{
    border-bottom-left-radius: 32px;
  }

  .laptop\:rounded-tl-\[32px\]{
    border-top-left-radius: 32px;
  }

  .laptop\:bg-blue{
    background-color: var(--color-primary);
  }

  .laptop\:px-36{
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .laptop\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .laptop\:px-7{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .laptop\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .laptop\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .laptop\:pb-10{
    padding-bottom: 2.5rem;
  }

  .laptop\:pb-16{
    padding-bottom: 4rem;
  }

  .laptop\:pb-5{
    padding-bottom: 1.25rem;
  }

  .laptop\:pb-6{
    padding-bottom: 1.5rem;
  }

  .laptop\:pl-2{
    padding-left: 0.5rem;
  }

  .laptop\:pl-4{
    padding-left: 1rem;
  }

  .laptop\:pl-5{
    padding-left: 1.25rem;
  }

  .laptop\:pl-7{
    padding-left: 1.75rem;
  }

  .laptop\:pr-2{
    padding-right: 0.5rem;
  }

  .laptop\:pr-3{
    padding-right: 0.75rem;
  }

  .laptop\:pr-5{
    padding-right: 1.25rem;
  }

  .laptop\:pr-6{
    padding-right: 1.5rem;
  }

  .laptop\:pr-7{
    padding-right: 1.75rem;
  }

  .laptop\:pt-11{
    padding-top: 2.75rem;
  }

  .laptop\:text-center{
    text-align: center;
  }

  .group:nth-child(even) .laptop\:group-even\:order-2{
    order: 2;
  }
}

@media (min-width: 1280px){
  .desktop\:grid{
    display: grid;
  }
}

@media (max-width: 1024px){
  .mob\:order-1{
    order: 1;
  }

  .mob\:order-2{
    order: 2;
  }

  .mob\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .mob\:mx-6{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .mob\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .mob\:my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .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\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mob\:\!mb-2{
    margin-bottom: 0.5rem !important;
  }

  .mob\:-mt-3{
    margin-top: -0.75rem;
  }

  .mob\:mb-4{
    margin-bottom: 1rem;
  }

  .mob\:mb-5{
    margin-bottom: 1.25rem;
  }

  .mob\:mb-6{
    margin-bottom: 1.5rem;
  }

  .mob\:mb-7{
    margin-bottom: 1.75rem;
  }

  .mob\:mb-8{
    margin-bottom: 2rem;
  }

  .mob\:mb-9{
    margin-bottom: 2.25rem;
  }

  .mob\:mt-10{
    margin-top: 2.5rem;
  }

  .mob\:mt-3{
    margin-top: 0.75rem;
  }

  .mob\:mt-4{
    margin-top: 1rem;
  }

  .mob\:mt-6{
    margin-top: 1.5rem;
  }

  .mob\:mt-8{
    margin-top: 2rem;
  }

  .mob\:block{
    display: block;
  }

  .mob\:flex{
    display: flex;
  }

  .mob\:hidden{
    display: none;
  }

  .mob\:w-full{
    width: 100%;
  }

  .mob\:max-w-\[300px\]{
    max-width: 300px;
  }

  .mob\:flex-wrap{
    flex-wrap: wrap;
  }

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

  .mob\:\!justify-center{
    justify-content: center !important;
  }

  .mob\:justify-center{
    justify-content: center;
  }

  .mob\:justify-between{
    justify-content: space-between;
  }

  .mob\:\!gap-0{
    gap: 0px !important;
  }

  .mob\:\!gap-7{
    gap: 1.75rem !important;
  }

  .mob\:gap-0{
    gap: 0px;
  }

  .mob\:gap-1{
    gap: 0.25rem;
  }

  .mob\:gap-12{
    gap: 3rem;
  }

  .mob\:gap-3{
    gap: 0.75rem;
  }

  .mob\:gap-4{
    gap: 1rem;
  }

  .mob\:gap-5{
    gap: 1.25rem;
  }

  .mob\:gap-6{
    gap: 1.5rem;
  }

  .mob\:gap-y-5{
    row-gap: 1.25rem;
  }

  .mob\:p-4{
    padding: 1rem;
  }

  .mob\:p-5{
    padding: 1.25rem;
  }

  .mob\:p-6{
    padding: 1.5rem;
  }

  .mob\:p-7{
    padding: 1.75rem;
  }

  .mob\:p-8{
    padding: 2rem;
  }

  .mob\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .mob\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .mob\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .mob\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .mob\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .mob\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .mob\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mob\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .mob\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .mob\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mob\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .mob\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .mob\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .mob\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .mob\:pb-12{
    padding-bottom: 3rem;
  }

  .mob\:pb-5{
    padding-bottom: 1.25rem;
  }

  .mob\:pb-52{
    padding-bottom: 13rem;
  }

  .mob\:pb-6{
    padding-bottom: 1.5rem;
  }

  .mob\:pb-7{
    padding-bottom: 1.75rem;
  }

  .mob\:pb-8{
    padding-bottom: 2rem;
  }

  .mob\:pt-16{
    padding-top: 4rem;
  }

  .mob\:pt-24{
    padding-top: 6rem;
  }

  .mob\:pt-4{
    padding-top: 1rem;
  }

  .mob\:pt-5{
    padding-top: 1.25rem;
  }

  .mob\:pt-6{
    padding-top: 1.5rem;
  }

  .mob\:pt-8{
    padding-top: 2rem;
  }

  .mob\:text-center{
    text-align: center;
  }

  .mob\:first-of-type\:mb-4:first-of-type{
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=app.css.map */