@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
  text-rendering: auto;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1024px) {
  * {
    -webkit-user-select: none;
  }
}

input, textarea {
  -webkit-user-select: text;
  resize: none;
}

.fa-duotone {
  --fa-secondary-color: var(--lightColor);
  --fa-secondary-opacity: 1;
  color: #fff;
}

select {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #b9b9b9;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 0px solid #aaa;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0a3b90;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23ffffff'><polygon points='0,0 100,0 50,50'/></svg>");
  background-repeat: no-repeat, repeat;
  background-position: right 15px top 56%, 0 0;
  background-size: 0.65em auto, 100%;
  font-size: 16px;
  padding: 7px 15px;
  background-color: #0a3b90;
  border: 0;
  color: #fff;
  border-radius: 10px;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
}

select option {
  font-weight: normal;
}

@keyframes fadeIn {
  from {
    backdrop-filter: blur(0px);
  }
  to {
    backdrop-filter: blur(10px);
  }
}
.calendly-overlay .calendly-close-overlay {
  backdrop-filter: blur(0px);
  animation: fadeIn 300ms ease-in forwards;
}

html, body {
  margin: 0;
  padding: 0;
  font-family: var(--bodyFont), sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  line-height: 1.7;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--bodyBgColor);
  color: var(--bodyColor);
  text-align: justify;
  /*background: rgb(2,0,36);
  background: linear-gradient(149deg, #000000 0%, #060606 0%, #011533 100%);// linear-gradient(149deg, #000000 0%, #2d2d2d 0%, #011533 100%);
  background-attachment: fixed;
  background: url(/img/bg-vert.png);
     background-size: cover;
  background-position: right;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  --primaryColor: #1c7913;
  --primaryColorLite: rgba(88, 132, 56, 0.1215686275);
  --photoHue: sepia(100%) saturate(120%) brightness(80.1%) hue-rotate(164.1deg);
  --bodyBgColor: #222;
  --bodyColor: #eee;
  --bodyColorSub: rgba(255, 255, 255, 0.7098039216);
  --mainPanelColor: #fff;
  --buttonColor: #fff;
  --buttonBgColor: #1c7913;
  --lightColor: #56ff00;
  --footerBgColor: #171717;
  --footerColor: #ddd;
  --introColor: #fff;
  --itemBgColor: #171717;
  --itemColor: inherit;
  --oddRowBgColor: rgba(0, 0, 0, 0.1882352941);
  --oddRowColor: inherit;
  --bodyFont: Montserrat;
  --headerFont: Fraunces;
  --logoWidth: 175px;
  --ctaBgColor: #1c7913;
}

.main-title h1, .section.section-caption .contained .title-area .title, .article .contained h2, .article .contained h3 {
  font-family: var(--headerFont) !important;
}

img {
  width: 100%;
}

.hide {
  display: none !important;
}

@keyframes expand-bounce {
  0% {
    transform: scale(0);
    height: 0;
    overflow: hidden;
  }
  50% {
    transform: scale(1.05);
    height: auto;
  }
  100% {
    transform: scale(1);
  }
}
.expand-bounce {
  animation: expand-bounce 500ms;
}

.contained {
  width: 100%;
  max-width: 950px;
  text-align: left;
  position: relative;
  padding: 50px 30px;
}
.no-contained .contained {
  max-width: 100vw;
  padding: 0 20px;
}
@media (min-width: 1200px) {
  .contained {
    max-width: 1000px;
  }
}
@media (min-width: 1300px) {
  .contained {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .contained {
    max-width: 1200px;
  }
}
.contained.mobile-full {
  padding: 0;
}
@media (min-width: 1024px) {
  .contained.shifted {
    transform: translateY(-50px);
    z-index: 999;
    padding: 25px 20px;
  }
}
@media (max-width: 1023px) {
  .contained.mobile-no-margin {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .contained {
    padding: 0;
  }
  .contained.padded {
    max-width: 850px;
  }
}

.h6, h6 {
  font-size: 4vw;
  display: inline-block;
  padding: 1.5vw 2vw;
  border-top: 1px solid var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
  font-weight: 300;
}
@media (min-width: 1024px) {
  .h6, h6 {
    font-size: 14px;
    padding: 5px 10px;
  }
}

.h5, h5 {
  font-size: 16px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  line-height: normal;
}
@media (min-width: 1024px) {
  .h5, h5 {
    font-size: 20px;
  }
}

.h4, h4 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .h4, h4 {
    font-size: 16px;
  }
}

.h3, h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
  font-weight: 300;
}
.h3.n, h3.n {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .h3, h3 {
    font-size: 20px;
  }
}
.h3 .lite, h3 .lite {
  color: var(--primaryColor);
}

@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: var(--primaryColor);
  }
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.h2, h2, .main-title h1 {
  font-size: 30px;
  font-weight: 200;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 30px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 25px;
  line-height: 1.5;
}
.h2 .new-word, h2 .new-word, .main-title h1 .new-word {
  padding-right: 1px;
  display: inline-block;
  font-style: italic;
}
@media (min-width: 1024px) {
  .h2, h2, .main-title h1 {
    font-size: 40px;
    text-align: left;
  }
}
.h2.bold, h2.bold, .main-title h1.bold {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .h2.bold, h2.bold, .main-title h1.bold {
    text-align: left;
  }
}
.h2.italic, h2.italic, .main-title h1.italic {
  font-style: italic;
}

.main-title {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .main-title {
    margin-top: 0;
  }
}
.main-title h3 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .main-title h3 {
    text-align: left;
  }
}

.h1, h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  line-height: normal;
}
.h1 .lite, h1 .lite {
  color: var(--primaryColor);
}
.h1 .liter, h1 .liter {
  color: #fff;
}
@media (min-width: 1024px) {
  .h1, h1 {
    font-size: 20px;
  }
}
.h1.home-h1, h1.home-h1 {
  font-family: inherit;
  font-weight: 500;
  font-size: 40px;
  justify-content: center;
  display: flex;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .h1.home-h1, h1.home-h1 {
    font-size: 60px;
    font-weight: 800;
  }
}
.h1.page-title, h1.page-title {
  text-align: center;
  padding: 50px;
  background-color: #151515;
}
@media (max-width: 1023px) {
  .h1.page-title, h1.page-title {
    margin-bottom: 50px;
    padding-top: 100px;
  }
}

a {
  cursor: pointer;
}
.content a {
  color: #0bb713;
  color: inherit;
  color: var(--lightColor);
}
.content a:hover {
  color: inherit;
}

.button {
  text-decoration: none;
  transition: all 50ms ease;
  transform: translate3d(0, 0, 0);
  display: inline-block;
  position: relative;
  border-radius: 5px;
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: background-color 300ms ease;
}
.button:hover:after {
  background-color: rgba(0, 0, 0, 0.1803921569);
}
.header .button, .header-mobile .button {
  padding: 10px 25px;
  background-color: var(--primaryColor);
  color: #fff;
  font-size: 13px;
}
.header .button:hover, .header .button.set, .header-mobile .button:hover, .header-mobile .button.set {
  background-color: var(--primaryColor);
  color: #fff;
  border: 0px solid rgb(10, 183, 17);
}
.button.lite {
  font-size: 13px;
  font-weight: 300;
}
.content .button {
  font-weight: 600;
  text-decoration: none;
  padding: 15px 20px;
  background-color: #1c7913;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  letter-spacing: 1.75px;
  font-size: 13px;
}
.content .button i {
  font-weight: 300;
  font-size: 18px;
}
.content .button:hover {
  background-color: #1c7913;
}
.content .button:active {
  background-color: #1c7913;
}
.content .button.disabled {
  background-color: #222;
  color: #999;
}
.content .button.disabled.no-click {
  pointer-events: none;
}
.button.slanted {
  padding: 5px 20px;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  color: #fff !important;
  border: 0px solid rgb(10, 183, 17);
  border-bottom: 0;
  margin-top: 5px;
  position: relative;
  background-color: transparent;
}
.button.slanted:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: skewX(-10deg);
  background-color: #3bb140;
  transition: all 300ms ease;
}
.button.slanted:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #fff !important;
}
.button.slanted:hover:before {
  background-color: var(--primaryColor);
}
.content .xhero .button {
  /*background-color: #1c9c1455;
  		background-color: #1c9c14;
  		//background-color: transparent;
  //    	border: 1px solid #099a07;
  		transition: all 300ms ease;
  		border-radius: 10px;
  		font-weight: 600;
  		font-size: 12px;
  		text-decoration: underline;

  		*/
  padding: 5px 20px;
  border-radius: 0px;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  color: #fff !important;
  border: 0px solid rgb(10, 183, 17);
  border-bottom: 0;
  margin-top: 5px;
  position: relative;
  background-color: transparent;
}
.content .xhero .button:before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  transform: skewX(-10deg);
  background-color: #3bb140;
  transition: all 300ms ease;
}
.content .xhero .button:hover {
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 0 transparent;
  color: #fff !important;
}
.content .xhero .button:hover:before {
  background-color: var(--primaryColor);
}
.button.bordered {
  background-color: transparent;
  color: inherit;
  box-shadow: inset 0px 0px 0px 1px #fff;
  transition: all 200ms ease, box-shadow 200ms ease 150ms;
  overflow: hidden;
  position: relative;
}
.main-title .button.bordered {
  box-shadow: inset 0px 0px 0px 1px var(--lightColor);
}
.button.bordered:after {
  display: none;
}
.button.bordered:before {
  content: "";
  background-color: var(--lightColor) !important;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: auto;
  height: 0%;
  transition: all 300ms ease;
  z-index: -1;
  opacity: 1;
}
.button.bordered:hover {
  background-color: transparent;
  opacity: 1;
  color: #000 !important;
}
.button.bordered:hover:before {
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0px;
  opacity: 1;
}
.button.home-button {
  font-size: 14px;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 5px 15px;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (min-width: 1024px) {
  .button.home-button {
    font-size: 16px;
    font-weight: 800;
  }
}

/*
&:before {
        z-index: 0;
        width: 100%;
        height: 100%;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://blackleaf.io/wp-content/uploads/2025/07/CloverBackground-scaled.png);
        background-size: contain;
        pointer-events: none;
        opacity: .5;
    }
*/
.round-button {
  background-color: rgb(10, 183, 17);
  box-shadow: 0 0 0px 3px rgb(10, 183, 17);
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 15px;
}

.dash {
  background-color: var(--primaryColor);
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 2px;
  color: #fff;
  font-size: 0px;
  text-align: center;
  margin-left: 25%;
}

.image-zoom {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-zoom img {
  transform: scale(1.1);
  transition: all 1000ms ease;
}
.image-zoom:hover img {
  transform: scale(1);
}

@media (max-width: 1023px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none !important;
  }
}
.show-logged-in {
  display: none;
}

.user-logged-in .show-logged-in {
  display: inline-flex;
}
.user-logged-in .show-logged-in.block {
  display: block;
}
.user-logged-in .show-logged-in.inline-block {
  display: inline-block;
}
.user-logged-in .hide-logged-in {
  display: none !important;
}

.show-user-provisioned {
  display: none;
  width: 100%;
}

.show-user-unprovisioned {
  display: none;
  width: 100%;
}

.user-provisioned .show-user-provisioned {
  display: inline-block;
}
.user-provisioned .show-user-provisioned.block {
  display: block;
}
.user-provisioned .show-user-provisioned.inline-block {
  display: inline-block;
}
.user-provisioned .hide-user-provisioned {
  display: none !important;
}

.user-unprovisioned .show-user-unprovisioned {
  display: inline-block;
}
.user-unprovisioned .show-user-unprovisioned.block {
  display: block;
}
.user-unprovisioned .show-user-unprovisioned.inline-block {
  display: inline-block;
}
.user-unprovisioned .hide-user-unprovisioned {
  display: none !important;
}

html.show-navigation .header-mobile {
  opacity: 1;
  pointer-events: all;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translatex(0%);
}

.mobile-logo {
  position: fixed;
  z-index: 10;
  top: 7px;
  left: 0;
  transition: all 500ms ease;
  opacity: 0;
}
.not-top .mobile-logo {
  opacity: 1;
}
.mobile-logo img {
  width: 60px;
}

.header-mobile {
  display: flex;
  width: 100vw;
  height: 100%;
  top: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
  color: #fff;
  background-color: rgba(32, 32, 32, 0.5333333333);
  backdrop-filter: blur(50px);
  transition: all 300ms ease;
  transform: translatex(-100%);
}
@media (min-width: 1024px) {
  .header-mobile {
    max-width: 350px;
    padding: 20px;
    transform: translatex(100%);
    left: auto;
    right: 0;
  }
}
.header-mobile a {
  color: #fff;
}
.header-mobile .contained {
  padding: 0;
  height: 100%;
  display: flex;
  width: 100%;
  position: relative;
}
.header-mobile .header-content {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
}
.header-mobile .header-content .logo {
  text-align: center;
  display: inline-block;
  padding: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: 0;
}
@media (min-width: 1024px) {
  .header-mobile .header-content .logo {
    padding: 0;
  }
}
.header-mobile .header-content .logo img {
  width: 35px;
  height: 35px;
}
.header-mobile .header-content .standout ul {
  flex-direction: column;
}
.header-mobile .header-content .standout ul li a {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 25px 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-mobile .header-content .standout ul li a .icon {
  margin-right: 15px;
}
.header-mobile .header-content .standout ul li a .icon i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2e3a25;
  border-radius: 50px;
  color: #b5c0ad;
  font-size: 18px;
}
.header-mobile .header-content .standout ul li a .meta {
  width: 100%;
}
.header-mobile .header-content .standout ul li a .meta .sub {
  font-weight: 100;
  font-size: 12px;
  margin-top: 1px;
  color: #bbb;
}
.header-mobile .header-content .mobile-contact {
  border-top: 1px solid #333;
  padding-top: 20px;
}
.header-mobile .header-content .items {
  /*border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 30px 0 20px;
  margin: 20px 0 30px 0;
           */
  padding: 30px 0 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.header-mobile .header-content .items > a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}
.header-mobile .header-content .items ul {
  flex-direction: row;
  flex-wrap: wrap;
}
.header-mobile .header-content .items ul li {
  min-width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}
.header-mobile .header-content .items ul li a {
  font-size: 18px;
  font-weight: 100;
  color: #ccc;
  padding: 10px 0px;
}
.header-mobile .header-content .navigation {
  position: relative;
  margin-top: 0px;
  padding: 40px 30px 0 30px;
}
.header-mobile .header-content .navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.header-mobile .header-content .navigation ul li {
  margin: 0;
  position: relative;
}
.header-mobile .header-content .navigation ul li ul li {
  padding-left: 0px;
}
.header-mobile .header-content .navigation ul li a {
  position: relative;
  text-transform: none;
  text-decoration: none;
  transition: all 300ms ease;
}
.header-mobile .header-content .actions {
  position: relative;
  width: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 20px;
  padding: 0 40px 40px 40px;
  height: 100%;
  display: flex;
}
.header-mobile .header-content .actions ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-mobile .header-content .actions ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  margin-bottom: 15px;
}
.header-mobile .header-content .actions ul li a {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}
.header-mobile .header-content .actions .button {
  margin-right: 10px;
}
.header-mobile .header-content .actions .button:last-child {
  /*margin-right: 0;
  background-color: #fff;
  color: #000;*/
}

.header-container {
  position: relative;
  display: flex;
  justify-content: stretch;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 1024px) {
  .header-container {
    top: auto;
    position: relative;
    position: sticky;
    top: 0;
  }
}

.header-wrapper {
  width: 100%;
}
@media (min-width: 1024px) {
  .header-wrapper {
    padding: 0 50px;
  }
}

.header {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 3;
  font-size: 12px;
  transform: translate3d(0%, 0%, 0%);
  transition: all 300ms ease;
  opacity: 1;
  padding: 20px 0;
}
.header:after {
  content: "";
  pointer-events: none;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 300ms ease;
}
@media (max-width: 1023px) {
  .header .contained {
    padding: 0;
  }
}
.header .main-header {
  position: relative;
  width: 100%;
}
.stick-header .header {
  position: fixed;
  top: 0;
}
@media (min-width: 1024px) {
  .stick-header .header {
    background-color: rgba(31, 31, 31, 0.3333333333);
    background-color: rgba(0, 0, 0, 0.3333333333);
  }
  .stick-header .header:after {
    opacity: 1;
  }
}
.page-home.hero-active .header, .page-long-beach.hero-active .header, .page-santa-ana.hero-active .header, .page-las-vegas.hero-active .header {
  box-shadow: none;
  opacity: 0.6;
}
@media (min-width: 1024px) {
  .header {
    padding: 0;
    height: 90px;
  }
  .page-sgnet .header, .not-top .header, .not-top.page-home.hero-active .header {
    transition: all 300ms ease;
    opacity: 1;
  }
}
.header .sub-header {
  padding: 0px;
  background-color: #131212;
}
.header .sub-header .header-content {
  transition: transform 500ms ease 0ms;
}
.sub-panel-open .header .sub-header .header-content .panel-title {
  transform: translateX(-100%);
}
.sub-panel-open .header .sub-header .header-content .navigation {
  transform: translateX(-100%);
}
.header .sub-header .header-content {
  overflow: hidden;
  width: 100%;
  align-items: stretch;
}
.header .sub-header .header-content .panel-title {
  width: 100%;
  transition: transform 300ms ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  max-width: 100%;
  min-width: 100%;
}
.header .sub-header .header-content .panel-title a {
  text-decoration: none;
}
.header .sub-header .header-content .panel-title .back-header {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
.header .sub-header .header-content .panel-title .go-back {
  min-width: 60px;
  padding: 0 30px 0 10px;
  display: flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.header .sub-header .header-content .panel-title .page-title {
  width: calc(100% - 120px);
  font-weight: 600;
  text-transform: uppercase;
}
.header .sub-header .header-content .panel-title .actions {
  width: 25%;
}
.header .sub-header .header-content .navigation {
  width: 100%;
  justify-content: flex-start;
  padding: 10px 0;
  max-width: 100%;
  min-width: 100%;
  transition: transform 300ms ease;
}
.header .sub-header .header-content .navigation ul {
  width: 100%;
}
@media (min-width: 1024px) {
  .header .sub-header .header-content .navigation ul {
    width: auto;
  }
}
.header .sub-header .header-content .navigation ul li {
  text-align: center;
  max-width: 250px;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .header .sub-header .header-content .navigation ul li {
    margin-right: 30px;
  }
}
.header .sub-header .header-content .navigation ul li.spread {
  flex: 10;
  max-width: 100vw;
  border-color: transparent;
}
.header .sub-header .header-content .navigation ul li.spacer {
  width: 20px;
  max-width: 20px;
}
.header .sub-header .header-content .navigation ul li:last-child {
  border-right: 0;
  max-width: 100px;
  margin-right: 0;
}
.header .sub-header .header-content .navigation ul li:last-child a {
  text-align: right;
}
.header .sub-header .header-content .navigation ul li a {
  padding: 10px 0px;
  text-decoration: none;
  font-weight: 500;
  width: 100%;
  z-index: 2;
  line-height: normal;
  color: #ccc;
  font-size: 11px;
  text-align: left;
}
@media (min-width: 1024px) {
  .header .sub-header .header-content .navigation ul li a {
    padding: 10px 0px;
  }
}
.header .sub-header .header-content .navigation ul li.active {
  background-color: var(--primaryColor);
  background-color: transparent;
  border-color: transparent;
}
.header .sub-header .header-content .navigation ul li.active a {
  color: var(--primaryColor);
}
.header .sub-header .header-content .navigation ul li.active:before {
  content: "";
  z-index: 3;
  pointer-events: none;
  width: calc(100% + 2px);
  height: calc(100% - 2px);
  top: 0;
  left: -1px;
  position: absolute;
}
.header .header-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .header-content {
    width: 100%;
  }
}
.header .header-content .logo {
  position: relative;
  width: 25%;
  display: flex;
  align-items: center;
  display: none;
  transition: all 500ms ease 500ms;
  display: flex;
  opacity: 0;
  display: none;
}
.header .header-content .logo img {
  width: 75px;
}
@media (min-width: 1024px) {
  .header .header-content .logo {
    display: flex;
    opacity: 0;
  }
  .page-sgnet .header .header-content .logo, .not-top .header .header-content .logo {
    opacity: 1;
  }
  .header .header-content .logo a {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 0;
  }
  .header .header-content .logo a img {
    transition: all 300ms ease;
    padding: 10px;
    width: 75px;
  }
  .page-sgnet .header .header-content .logo a img, .not-top .header .header-content .logo a img {
    transition: all 300ms ease;
  }
}
.header .header-content .navigation {
  position: relative;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  z-index: 2;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .header-content .navigation {
    display: flex;
  }
}
.header .header-content .navigation > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul {
    width: auto;
    gap: 10px;
  }
  .header .header-content .navigation > ul.links-area {
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    max-width: none;
    margin-right: 30px;
  }
  .header .header-content .navigation > ul.actions-area {
    justify-content: flex-end;
  }
}
.header .header-content .navigation > ul li {
  margin: 0;
  padding: 0;
  position: relative;
  transition: background 300ms ease;
  display: flex;
  text-align: center;
  align-items: center;
}
.header .header-content .navigation > ul li.has-more {
  position: static;
}
.header .header-content .navigation > ul li.has-more > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header .header-content .navigation > ul li.has-more > a:before {
  content: "\f325";
  font-family: "Font Awesome 7 Pro"; /* or “Font Awesome 6 Free” */
  font-weight: 900; /* required for solid icons */
  font-size: 0;
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.header .header-content .navigation > ul li.has-more > a div:after {
  content: "\f078"; /* Font Awesome check */
  font-family: "Font Awesome 7 Pro"; /* or “Font Awesome 6 Free” */
  font-weight: 900; /* required for solid icons */
  position: relative;
  font-size: 11px;
  margin-left: 7px;
  transition: all 300ms ease;
  display: none;
}
.header .header-content .navigation > ul li.has-more.menu-active > a div:after {
  content: "\f077";
}
.header .header-content .navigation > ul li.has-more.menu-active.menu-locked > a div:after {
  content: "\f325";
}
.header .header-content .navigation > ul li.nav-logo {
  display: flex;
  flex: 2;
  padding: 0;
  margin: 0px 0px;
  position: relative;
  border: 0 !important;
}
.header .header-content .navigation > ul li.nav-logo .letters {
  opacity: 0;
  text-transform: uppercase;
}
.header .header-content .navigation > ul li.nav-logo .letters.ran {
  opacity: 1;
}
.header .header-content .navigation > ul li.nav-logo .letter-part {
  letter-spacing: 2px;
  color: #999;
  display: flex;
  flex-direction: column;
  margin-left: 9.5px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  transform-origin: left;
  padding-right: 5px;
  transition: all 500ms ease;
  z-index: 2;
  position: relative;
}
.header .header-content .navigation > ul li.nav-logo .main-logo img {
  width: 250px;
}
.header .header-content .navigation > ul li.nav-logo .main-logo img.big-logo {
  display: none;
}
.header .header-content .navigation > ul li.nav-logo .main-logo img.small-logo {
  display: block;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li.nav-logo .main-logo img {
    width: var(--logoWidth);
  }
}
@media (min-width: 1100px) {
  .header .header-content .navigation > ul li.nav-logo .main-logo img.big-logo {
    display: block;
  }
  .header .header-content .navigation > ul li.nav-logo .main-logo img.small-logo {
    display: none;
  }
}
.header .header-content .navigation > ul li.nav-logo .fp-logo {
  z-index: 3;
  position: relative;
}
@media (max-width: 1023px) {
  .header .header-content .navigation > ul li.nav-logo > div {
    transform-origin: left;
    transition: all 500ms ease;
    overflow: hidden;
    margin-left: 10px;
    position: relative;
  }
  .stick-header.not-top .header .header-content .navigation > ul li.nav-logo > div {
    transform: translateX(-20px);
  }
  .stick-header.not-top .header .header-content .navigation > ul li.nav-logo > div .letter-part {
    opacity: 0;
  }
  .stick-header.not-top .header .header-content .navigation > ul li.nav-logo > div a {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li.nav-logo {
    margin: 0;
    width: 100%;
    margin-right: 20px;
    padding: 0px 0;
    justify-content: flex-start;
    align-items: center;
  }
}
.header .header-content .navigation > ul li.nav-logo.active {
  background-color: transparent;
}
.header .header-content .navigation > ul li.nav-logo a {
  font-family: var(--bodyFont);
  letter-spacing: normal;
  text-transform: none;
  border: 0 !important;
  display: flex;
  font-weight: 400;
  font-size: 22px;
  padding: 0px;
  margin: 0px;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li.nav-logo a {
    padding: 0px 0;
    margin: 0;
    border-radius: 0;
  }
}
.header .header-content .navigation > ul li.nav-logo .letters {
  display: flex;
  overflow: hidden;
  position: relative;
  transform: translateX(0px);
  transition: all 500ms ease;
}
@media (max-width: 1023px) {
  .not-top .header .header-content .navigation > ul li.nav-logo .letters {
    transform: translateX(-35px);
  }
}
.header .header-content .navigation > ul li.nav-logo .letters .letter {
  position: relative;
  transition: all 300ms ease;
  transform: translateX(-200px);
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:first-child {
  padding-left: 10px;
}
.page-loaded .header .header-content .navigation > ul li.nav-logo .letters .letter {
  transform: translateX(0);
}
@media (max-width: 1023px) {
  .page-loaded.not-top .header .header-content .navigation > ul li.nav-logo .letters .letter {
    transform: translateX(-200px);
  }
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(1) {
  z-index: 9;
  transition-delay: 25ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(2) {
  z-index: 8;
  transition-delay: 50ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(3) {
  z-index: 7;
  transition-delay: 75ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(4) {
  z-index: 6;
  transition-delay: 100ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(5) {
  z-index: 5;
  transition-delay: 125ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(6) {
  z-index: 4;
  transition-delay: 150ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(7) {
  z-index: 3;
  transition-delay: 175ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(8) {
  z-index: 2;
  transition-delay: 200ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(9) {
  z-index: 1;
  transition-delay: 225ms;
}
.header .header-content .navigation > ul li.nav-logo .letters .letter:nth-child(10) {
  z-index: 0;
  transition-delay: 250ms;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li {
    font-size: 16px;
  }
}
.header .header-content .navigation > ul li .sub-dropdown {
  position: absolute;
  transform: translateX(-20px);
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 59px;
  width: 100%;
  z-index: 10;
  transition: transform 300ms ease 50ms, opacity 300ms ease 50ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-content .navigation > ul li .sub-dropdown .sub-dropdown-wrapper {
  background-color: #202020;
  border-radius: 0 0 20px 20px;
  padding: 50px;
  display: flex;
  gap: 50px;
  border: 1px solid #000000;
  border-top: 0;
  box-shadow: 0px 20px 30px 0 rgba(0, 0, 0, 0.6117647059);
  align-items: flex-start;
}
.header .header-content .navigation > ul li .sub-dropdown .sub-dropdown-wrapper .dropdown-title {
  min-width: 100%;
  color: var(--lightColor);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  text-align: left;
}
.header .header-content .navigation > ul li .sub-dropdown .featured-section {
  min-width: 250px;
  max-width: 400px;
  align-self: normal;
  gap: 30px 50px;
  display: flex;
  flex-direction: column;
}
.header .header-content .navigation > ul li .sub-dropdown .featured-section .featured-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.header .header-content .navigation > ul li .sub-dropdown .featured-section .featured-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header-content .navigation > ul li.blur > a {
  transition: all 350ms ease 100ms;
}
.header .header-content .navigation > ul li.blur.menu-active > a {
  background-color: rgba(0, 0, 0, 0.4901960784);
  backdrop-filter: blur(20px);
  border-radius: 5px 5px 0 0;
  border-radius: 0;
}
.header .header-content .navigation > ul li.blur .sub-dropdown {
  transition: transform 300ms ease 0ms, opacity 150ms ease 0ms !important;
  will-change: transform, opacity;
}
.header .header-content .navigation > ul li.blur .sub-dropdown .sub-dropdown-wrapper {
  background-color: transparent;
  border: 0;
  border-radius: 10px;
  border-radius: 0;
}
.header .header-content .navigation > ul li.menu-active .sub-dropdown {
  background-color: rgba(0, 0, 0, 0.4901960784);
  backdrop-filter: blur(30px);
  pointer-events: all;
  opacity: 1;
  xtransition: transform 300ms ease 150ms, opacity 300ms ease 150ms;
  transition: transform 1000ms ease 300ms;
  transition: transform 500ms ease 75ms, opacity 300ms ease 100ms !important;
  transform: translateX(0px) translateY(0);
}
.header .header-content .navigation > ul li.menu-active > ax:hover {
  color: inherit;
}
.header .header-content .navigation > ul li.menu-active > ax .top-link:before {
  width: calc(100% - 20px);
  left: 10px;
  right: auto;
}
.header .header-content .navigation > ul li a:hover .top-link:before {
  width: calc(100% - 20px);
  left: 10px;
  right: auto;
}
.header .header-content .navigation > ul li ul {
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  overflow: none;
  padding: 0;
  gap: 30px 50px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.header .header-content .navigation > ul li ul li {
  min-width: 200px;
  flex: 1;
}
.header .header-content .navigation > ul li ul li.w50 {
  min-width: calc(40% - 25px);
  max-width: calc(50% - 25px);
}
.header .header-content .navigation > ul li ul li a {
  font-weight: 300;
  display: flex;
  width: 100%;
  border: 0 !important;
  text-align: left;
  color: inherit;
  white-space: normal;
  padding: 0px;
  color: #eee;
  gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}
.header .header-content .navigation > ul li ul li a .nav-sub-content {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.header .header-content .navigation > ul li ul li a div {
  padding: 0 !important;
}
.header .header-content .navigation > ul li ul li a div.nav-sub-icon {
  padding: 5px !important;
  background-color: var(--primaryColor);
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  margin-top: 10px;
}
.header .header-content .navigation > ul li ul li a div.nav-sub-title {
  font-weight: 600;
  font-size: 16px;
}
.header .header-content .navigation > ul li ul li a div.nav-sub-excerpt {
  font-size: 13px;
  line-height: 18px;
  color: #aaa;
}
.header .header-content .navigation > ul li ul li:last-child {
  border-bottom: 0;
}
.header .header-content .navigation > ul li a {
  position: relative;
  padding: 20px 1px;
  font-weight: 300;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: normal;
  transition: all 300ms ease;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li a {
    padding: 3px 7.5px;
    font-size: 14px;
  }
}
.header .header-content .navigation > ul li a .home-link {
  width: 30px;
  height: 31px;
  max-height: 31px;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li a .home-link {
    width: 30px;
    max-height: 31px;
    height: 31px;
    margin-right: 15px;
  }
}
@keyframes logo-start {
  0% {
    transform: rotate(-90deg) scale(0);
    opacity: 1;
  }
  75% {
    transform: rotate(0deg) scale(1.1);
    opacity: 1;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
@keyframes logo-start2 {
  0% {
    transform: scale(0);
  }
  55% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.header .header-content .navigation > ul li a .fp-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.header .header-content .navigation > ul li a .fp-logo img {
  width: 50px;
  height: 50px;
  opacity: 0;
}
.header .header-content .navigation > ul li a .fp-logo.initiated {
  opacity: 1;
}
.header .header-content .navigation > ul li a .fp-logo.initiated img {
  animation: logo-start 300ms ease 300ms forwards;
}
@media (max-width: 1023px) {
  .header .header-content .navigation > ul li a .fp-logo {
    transition: all 500ms ease 0ms;
  }
}
.header .header-content .navigation > ul li a.button {
  /*padding: 10px 15px;
  align-self: center;
  font-size: 90%;
  line-height: normal;*/
  border: 0;
}
.header .header-content .navigation > ul li a.button:hover {
  border: 0;
}
.header .header-content .navigation > ul li a > div {
  padding: 5px 9px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 1.75px;
}
.header .header-content .navigation > ul li a > div.top-link {
  text-transform: uppercase;
  position: relative;
}
.header .header-content .navigation > ul li a > div.top-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0px;
  background-color: var(--lightColor);
  height: 2px;
  right: 10px;
  border-radius: 3px;
  transition: width 300ms ease;
}
.header .header-content .navigation > ul li a > div .sub-dropdown {
  text-transform: none;
}
@media (min-width: 1024px) {
  .header .header-content .navigation > ul li a > div {
    padding: 10px 10px;
  }
}
.page-sgnet .header .header-content .navigation > ul li a, .not-top .header .header-content .navigation > ul li a {
  transition: all 300ms ease;
}
.header .header-content .navigation > ul li a:hover {
  color: var(--lightColor);
}
.header .header-content .navigation > ul li.active > a .top-link {
  position: relative;
}
.header .header-content .navigation > ul li.active > a .top-link:before {
  width: calc(100% - 20px);
  left: 10px;
  right: auto;
}
.header .header-content .navigation > ul li.active > a.button {
  border-color: var(--primaryColor);
  color: #fff;
}
.header .header-content .actions {
  position: relative;
  width: 100px;
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.header .header-content .actions.active .button {
  border-color: red;
}
.header .header-content .actions .button {
  margin-right: 10px;
}
.header .header-content .actions .button:last-child {
  margin-right: 0;
}
@media (min-width: 1024px) {
  .header .header-content .actions {
    display: flex;
  }
}

.navigation-trigger {
  position: fixed;
  padding: 0px;
  z-index: 400;
  top: 5px;
  right: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  padding: 30px;
}
@media (min-width: 1024px) {
  .navigation-trigger {
    justify-content: flex-end;
  }
}
.navigation-trigger .hamburgerx {
  width: 25px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navigation-trigger.closer-only {
  opacity: 0;
  position: fixed;
  max-height: 50px;
  top: 35px;
}
@media (min-width: 1024px) {
  .navigation-trigger.closer-only {
    max-height: 90px;
  }
}
.show-navigation .navigation-trigger.closer-only {
  opacity: 1;
}
.navigation-trigger .hamburgerx span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/*
	.show-navigation .hamburger span {
		//background-color: #7d7d7d;

	}
	.hamburger span:nth-child(1) {
	  top: 0px;
	}

	.hamburger span:nth-child(2),.hamburger span:nth-child(3) {
	  top: 8px;
	}

	.hamburger span:nth-child(4) {
	  top: 16px;
	  width: 100%;
	}
	.hamburger span:nth-child(3) {
	  width: 100%;
	}

	.hamburger span:nth-child(2) {
	  width: 100%;
	  opacity: 0;
	}
	.show-navigation {
		.hamburger span {
			transition: transform .25s ease-in-out;

		}
		.hamburger span:nth-child(2), .hamburger span:nth-child(3), .hamburger span:nth-child(4) {
		  opacity: 1;
		  width: 100%;
		  //left: 0;
		}
	} 

	.show-navigation .hamburger span:nth-child(1) {
	  top: 50%;
	  width: 0%;
	  left: 50%;
	}

	.show-navigation .hamburger span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.show-navigation .hamburger span:nth-child(3) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.show-navigation .hamburger span:nth-child(4) {
	  top: 50%;
	  width: 0%;
	  left: 50%;
	}	
	*/
.hamburger {
  width: 25px;
  height: 20px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 3;
}
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  opacity: 1;
  right: 0;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2), .hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
  width: 100%;
}
.hamburger span:nth-child(3) {
  width: 100%;
}
.hamburger span:nth-child(2) {
  width: 100%;
  opacity: 0;
}
.show-navigation .hamburger span {
  transition: transform 0.25s ease-in-out;
}
.show-navigation .hamburger span:nth-child(1) {
  top: 50%;
  width: 0%;
  left: 50%;
}
.show-navigation .hamburger span:nth-child(2), .show-navigation .hamburger span:nth-child(3), .show-navigation .hamburger span:nth-child(4) {
  opacity: 1;
  width: 100%;
  left: 0;
}
.show-navigation .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}
.show-navigation .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}
.show-navigation .hamburger span:nth-child(4) {
  top: 50%;
  width: 0%;
  left: 50%;
}

.login-form h5.main {
  margin-bottom: 0;
  padding: 20px;
  padding-bottom: 0;
  font-weight: 700;
  text-align: center;
}
.login-form h5.sub {
  margin-bottom: 0;
  padding: 20px;
  color: #ffffff;
  font-style: italic;
  padding-top: 0;
  font-weight: 300;
  text-align: center;
}
.content .login-form {
  text-align: center;
}
.content .login-form .main-row {
  position: absolute;
  padding: 7px 10px;
  color: #007fa5;
  font-size: 12px;
  pointer-events: none;
}
.content .login-form .main-row h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
.content .login-form .row {
  margin-bottom: 10px;
}
.content .login-form h5.main.step1item:before {
  content: "Phone Number";
}
@media (min-width: 1024px) {
  .content .login-form {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content .login-form > div {
    padding: 0 10px 50px 10px;
  }
  .content .login-form h5.main, .content .login-form h5.sub {
    padding: 0;
    text-align: left;
    padding: 0px;
  }
}
.header-mobile .login-form {
  text-align: left;
}
.header-mobile .login-form h5.main {
  padding: 0;
  text-align: left;
  font-size: inherit;
}
.header-mobile .login-form h5.main.step1item:before {
  font-weight: 600;
  text-transform: uppercase;
  content: "Login";
  font-size: inherit;
}
.header-mobile .login-form .login-header {
  padding: 10px 0;
}
.header-mobile .login-form .login-header input {
  margin-left: 0;
}
.login-form .login-header {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-form .login-header .label {
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}
.login-form .login-header .row {
  padding-bottom: 10px;
}
.login-form input {
  border: 0;
  padding: 23px 20px 5px 10px;
  font-size: 14px;
  width: 100%;
  background-color: #fff;
}
.login-form a.button {
  background-color: rgba(51, 51, 51, 0.6);
  color: #aaa;
}
.login-form .step1item, .login-form .step2item, .login-form .step3item {
  display: none;
}
.login-form.step1 .step1item {
  display: inline-block;
}
.login-form.step2 .step2item {
  display: inline-block;
}
.login-form.verified a.button {
  background-color: var(--primaryColor);
  color: #fff;
}

.content-section {
  min-height: 50vh;
}
.content-section .sections .section:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.1882352941);
  color: inherit;
}
.page-form .content-section .sections .section:nth-child(even) {
  background-color: inherit;
  color: inherit;
}
.page-form .content-section .sections .section:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.1882352941);
  color: inherit;
}

.sections.article-type-case-study .section.main-title .lbl {
  background-color: #c5d03a;
  text-transform: uppercase;
  letter-spacing: 5px;
  align-self: flex-start;
  padding: 5px 15px;
  color: #000;
}

.open-lbl.open-1 {
  color: var(--lightColor);
  font-weight: 600;
}

.section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.page-form body .sections .section-caption .title-area .title {
  order: -1;
  min-width: 100%;
  margin-bottom: 40px;
}
.page-form body .sections div:nth-child(3) .contained {
  padding-top: 40px;
}
.page-form body .sections .section .bottom-banner .contained, .page-form body .sections .section.section-caption .contained, .page-form body .sections .section.intro .contained, .page-form body .sections div:nth-child(3) .contained {
  background-color: var(--primaryColor);
  padding-right: 30px;
  padding-left: 30px;
}
.page-form body .sections .section .bottom-banner .contained ul, .page-form body .sections .section.section-caption .contained ul, .page-form body .sections .section.intro .contained ul, .page-form body .sections div:nth-child(3) .contained ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 10px 30px;
}
.page-form body .sections .section .bottom-banner .contained ul li, .page-form body .sections .section.section-caption .contained ul li, .page-form body .sections .section.intro .contained ul li, .page-form body .sections div:nth-child(3) .contained ul li {
  flex: 1;
  padding: 0;
  margin: 0;
  min-width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .page-form body .sections .section .bottom-banner .contained ul li, .page-form body .sections .section.section-caption .contained ul li, .page-form body .sections .section.intro .contained ul li, .page-form body .sections div:nth-child(3) .contained ul li {
    min-width: 40%;
    max-width: 50%;
    text-align: left;
  }
}
.page-form body .sections .section .bottom-banner .contained a, .page-form body .sections .section.section-caption .contained a, .page-form body .sections .section.intro .contained a, .page-form body .sections div:nth-child(3) .contained a {
  color: inherit;
  text-decoration: none;
  font-size: 34px;
  font-weight: 600;
  font-family: "Fraunces";
}
.page-form body .sections .section .bottom-banner .contained .buttons, .page-form body .sections .section.section-caption .contained .buttons, .page-form body .sections .section.intro .contained .buttons, .page-form body .sections div:nth-child(3) .contained .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .page-form body .sections .section .bottom-banner .contained .buttons, .page-form body .sections .section.section-caption .contained .buttons, .page-form body .sections .section.intro .contained .buttons, .page-form body .sections div:nth-child(3) .contained .buttons {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .page-form body .sections .section .bottom-banner .contained, .page-form body .sections .section.section-caption .contained, .page-form body .sections .section.intro .contained, .page-form body .sections div:nth-child(3) .contained {
    padding-right: 100px;
    padding-left: 100px;
  }
}

@media (max-width: 1023px) {
  .sections.article-type-location .section.main-title {
    padding: 150px 0 50px 0;
  }
}
.sections.article-type-location .section.main-title .lbl {
  background-color: rgba(74, 87, 143, 0.4509803922);
  text-transform: uppercase;
  letter-spacing: 5px;
  padding: 5px 15px;
  color: #ffffff;
  backdrop-filter: blur(10px);
  align-self: center;
}
.sections.article-type-location .section.main-title .lbl.clear {
  background-color: transparent;
  padding: 0;
}
@media (min-width: 1024px) {
  .sections.article-type-location .section.main-title .lbl {
    align-self: flex-start;
  }
}

.section {
  transition: opacity 300ms ease;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .section.section-home {
    padding: 0;
    min-height: 600px;
    height: 60vw;
    max-height: 700px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .section .contained {
    padding: 100px 0;
  }
}
.section .google-review-badge {
  pointer-events: all;
}
.section .google-review-badge .fa {
  color: #ffbd00;
}
.page-template-template-om-listings .section:nth-child(3), .page-template-template-om-listings .section.section-caption {
  background-color: transparent !important;
}
.section .intro-panel {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.section .intro-panel .data-panel {
  flex: 1;
  min-width: 44%;
}
.section.article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section.article h3 {
  margin: 0;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.5px;
}
.section.article h4 {
  margin: 0;
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.335px;
  font-family: var(--headerFont);
}
.section.article .body-area {
  display: flex;
  flex-direction: column;
  gap: 20px 50px;
}
.section.article.intro {
  background-color: transparent !important;
}
.section.article.intro .contained .portion .intro-panel {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.section.article.intro .contained .portion .intro-panel .intro-image {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .section.article.intro .contained .portion .intro-panel .intro-image {
    min-width: 55%;
    max-width: 55%;
  }
}
.section.article.intro .contained .portion .intro-panel .intro-image img {
  object-fit: cover;
  object-position: center;
  height: 450px;
}
.section.article.intro .contained .portion .intro-panel .intro-excerpt {
  min-width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1024px) {
  .section.article.intro .contained .portion .intro-panel .intro-excerpt {
    min-width: 30%;
  }
}
.section.article .contained {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1024px) {
  .section.article .contained {
    padding: 100px 0px;
  }
}
.section.article .contained .portion {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.section.article .contained .portion > h2 {
  text-align: center;
}
@media (min-width: 1024px) {
  .section.article .contained .portion > h2 {
    max-width: 70%;
  }
}
.section.article .contained .portion .lbl {
  text-align: center;
}
.section.article .contained h2 {
  margin: 0 0 20px 0;
  font-weight: 900;
  align-self: center;
}
.section.article .contained .results ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 25px;
  flex-wrap: wrap;
}
.section.article .contained .results ul li {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
  gap: 15px;
}
.section.article .contained .results ul li .result-value {
  font-size: 60px;
  color: var(--lightColor);
  font-weight: 600;
}
.section.main-title {
  margin-top: 0px;
  padding-top: 150px;
  color: #fff !important;
  background-color: #000 !important;
}
@media (min-width: 1024px) {
  .section.main-title {
    padding-top: 100px;
    margin-top: -90px;
    padding: 225px 0 150px 0;
  }
  .section.main-title .content-area {
    align-items: flex-start;
    justify-content: flex-start;
    pointer-events: none;
  }
  .section.main-title .content-area h1 {
    pointer-events: all;
  }
  .section.main-title .content-area > div {
    pointer-events: all;
  }
  .section.main-title.header-style-big {
    padding: 20vh 0 175px 0;
  }
}
.section.main-title .contained {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1024px) {
  .section.main-title .contained {
    padding: 0;
    text-align: left;
  }
}
.section.main-title h1 {
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 2.5px;
  max-width: 900px;
  margin: 0;
  transform: translateY(-5px);
  line-height: 1.2;
  font-size: 57px;
  text-wrap: balance;
}
.section.main-title h1 > span {
  line-height: inherit;
}
@media (max-width: 1023px) {
  .section.main-title h1 {
    font-size: 30px;
  }
}
.section.main-title .lbl {
  color: var(--lightColor);
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 14px;
  font-weight: 400;
}
.section.main-title .buttons {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section.main-title .buttons {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.section.main-title .buttons .bordered {
  border-color: #1c7913;
}
.section.main-title .bottom-banner {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.section.main-title .bottom-banner .contained {
  background-color: var(--bodyBgColor);
  display: flex;
  width: 100%;
  height: 40px;
  padding: 0;
}
.section.main-title .hero-media {
  position: absolute;
  background-position: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
}
.section.main-title .hero-media .hero-media-wrapper {
  overflow: hidden;
  z-index: -1;
  background-color: #000;
  width: 100%;
  display: flex;
}
.section.main-title .hero-media .hero-media-wrapper:after {
  content: "";
  pointer-events: none;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.section.main-title .hero-media .hero-media-wrapper .featured-image {
  display: flex;
  width: 100%;
}
.section.main-title .hero-media .hero-media-wrapper .featured-image img {
  opacity: 1;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.section.main-title .hero-media .hero-media-wrapper .featured-image.placement-right img {
  object-position: right;
}
.section.main-title .hero-media .hero-media-wrapper .featured-image.fit-contain img {
  object-fit: contain;
}
.section.main-title .hero-media .hero-media-wrapper iframe, .section.main-title .hero-media .hero-media-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 175%;
  height: 175%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 1023px) {
  .section.main-title .hero-media .hero-media-wrapper iframe, .section.main-title .hero-media .hero-media-wrapper video {
    width: 160vh;
    height: 100vh;
  }
}
.section .lbl {
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 300;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .lbl i {
  margin-right: 10px;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .section.section-caption {
    overflow: visible;
  }
  .section.section-caption .contained {
    padding: 50px 75px 0px 75px;
  }
}
@media (min-width: 1200px) {
  .section.section-caption .contained {
    padding: 50px 100px 0px 100px;
  }
}
.section.section-caption .contained .title-area {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .section.section-caption .contained .title-area {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: 25px 100px;
  }
  .section.section-caption .contained .title-area.wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section.section-caption .contained .title-area.wrap .lbl {
    justify-content: center;
  }
  .section.section-caption .contained .title-area .lbl {
    min-width: 250px;
    justify-content: flex-start;
  }
  .section.section-caption .contained .title-area .title {
    flex: 1;
    font-size: 30px;
    transform: translateY(-5px);
    font-weight: 400;
    letter-spacing: 0.5px;
    min-width: 400px;
    line-height: 46px;
  }
  .section.section-caption .contained .title-area .title.smaller {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
    font-size: 20px;
    line-height: normal;
  }
  .section.section-caption .contained .title-area .title.smaller a {
    color: inherit;
    text-decoration: none;
  }
  .section.section-caption .contained .title-area .title.smaller a i {
    font-size: 40px;
  }
}
.section.bl-bg:before {
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://blackleaf.io/wp-content/uploads/2025/07/CloverBackground-scaled.png);
  background-size: contain;
  pointer-events: none;
  opacity: 0.5;
}
.section.section-cta {
  background: var(--ctaBgColor) !important;
  text-align: center;
}
.section.section-cta .button-row {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.section-cta .contained {
  text-align: center;
}
.section.section-cta.compact .contained {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.section-cta .button {
  font-size: 30px;
  padding: 25px 75px;
  width: auto;
}
@media (max-width: 1023px) {
  .section.section-pricing.secondone {
    padding-top: 50px;
  }
}
.section.feature-highlights {
  display: flex;
  flex-direction: column;
}
.section.feature-highlights .feature-highlight {
  display: flex;
  width: 100%;
  position: relative;
}
.section.feature-highlights .feature-highlight > div {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.feature-highlights .feature-highlight > div:first-child {
  background-color: #11160c;
  padding-top: 30%;
  order: 1;
}
.section.feature-highlights .feature-highlight > div:first-child > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.section.feature-highlights .feature-highlight > div:first-child > div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 1;
}
.section.feature-highlights .feature-highlight > div:first-child > div > h3 {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: center;
  font-size: 28px;
  font-weight: 900;
  padding: 50px;
}
.section.feature-highlights .feature-highlight > div:first-child > div > h3 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #181818;
}
.section.feature-highlights .feature-highlight > div:last-child {
  order: 2;
}
.section.feature-highlights .feature-highlight > div:last-child h3 {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023px) {
  .section.feature-highlights .feature-highlight {
    margin-bottom: 5px;
  }
  .section.feature-highlights .feature-highlight > div {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .section.feature-highlights .feature-highlight > div:first-child {
    z-index: 1;
    position: relative;
    padding: 50px;
    padding-top: 80%;
  }
  .section.feature-highlights .feature-highlight > div:last-child {
    z-index: 2;
    position: relative;
    background-color: rgba(0, 0, 0, 0.8666666667);
    padding: 50px 20px;
    display: none;
  }
  .section.feature-highlights .feature-highlight > div:last-child h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .section.feature-highlights .feature-highlight {
    padding: 20px 0px 0 0px;
  }
  .section.feature-highlights .feature-highlight:last-child {
    padding-bottom: 20px;
  }
  .section.feature-highlights .feature-highlight > div:last-child {
    background-color: #0f0f0f;
    padding: 30px;
  }
}
.section.generic-section {
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .section.generic-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets {
    gap: 75px;
  }
}
.section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
  min-width: 100%;
  flex: 3;
}
.section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h1, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 34px;
}
.section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h2, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h2 {
  display: block;
  text-align: center;
}
.section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h3, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h3 {
  display: block;
}
.section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-date, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-date {
  display: block;
}
@media (min-width: 1024px) {
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
    padding: 0 0 0px 0;
    flex-direction: row;
    background-color: #171717;
    color: inherit;
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:nth-child(even) .article-image, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child:nth-child(even) .article-image {
    order: 2;
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:nth-child(even) .snippet-meta, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child:nth-child(even) .snippet-meta {
    order: 1;
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-image, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-image {
    width: 52%;
    overflow: hidden;
    transform: scale(1.05);
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta {
    width: 48%;
    margin-top: 0;
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0;
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more-row, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more-row {
    align-items: center;
    justify-content: center;
    display: flex;
    white-space: nowrap;
    gap: 25px;
    margin-top: 30px;
    width: 100%;
    flex-wrap: wrap;
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .title, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
    line-height: normal;
    font-family: var(--headerFont);
  }
  .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .description, .section.list-type-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .description {
    display: block;
    text-align: center;
    color: #999;
  }
}
.section.list-type-simple-list .blog-snippet-content.is-direct {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .section.list-type-simple-list .blog-snippet-content.is-direct {
    max-width: 850px;
  }
}
@media (min-width: 1024px) {
  .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets {
    gap: 0px;
  }
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
  min-width: 100%;
  flex: 3;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0 0 0px 0;
  flex-direction: row;
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:after, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child:after {
  content: "\f054"; /* Font Awesome check */
  font-family: "Font Awesome 7 Pro"; /* or “Font Awesome 6 Free” */
  font-weight: 300; /* required for solid icons */
  font-size: 25px;
  line-height: 1.2;
  order: 3;
  margin-right: 0px;
}
@media (min-width: 1024px) {
  .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:after, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child:after {
    margin-right: 40px;
  }
}
@media (max-width: 1023px) {
  .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child:first-child .snippet-meta {
    padding-top: 0;
  }
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta {
  padding: 40px 0;
  margin: 0 20px 0 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta {
    padding: 60px 0;
  }
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .title, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .title {
  font-size: 24px;
  text-align: left;
  margin-bottom: 5px;
  line-height: normal;
  font-family: var(--headerFont);
  margin: 0;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .title, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .title {
    font-size: 36px;
    letter-spacing: 1.75px;
  }
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h1, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h1 {
  text-align: left;
  font-size: 34px;
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h2, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h2 {
  display: block;
  text-align: center;
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h3, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h3 {
  display: block;
}
.section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-date, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .meta-top, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .read-more-row, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .description, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-image, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-date, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .meta-top, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .read-more-row, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .description, .section.list-type-simple-list .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-image {
  display: none;
}
@media (min-width: 1024px) {
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets {
    gap: 50px;
  }
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
  min-width: 100%;
  flex: 3;
  position: relative;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h1, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 34px;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h2, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h2 {
  display: block;
  text-align: center;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta h3, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h3 {
  display: block;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more-row, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more-row {
  flex: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  white-space: nowrap;
  gap: 25px;
  margin-top: 30px;
  width: 100%;
  flex-wrap: wrap;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-date, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-date {
  display: block;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-image, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-image {
  height: 250px;
}
@media (min-width: 1024px) {
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
    padding: 0 0 0px 0;
    flex-direction: column;
    background-color: #171717;
    color: inherit;
    min-width: 26%;
    max-width: 50%;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .article-image, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-image {
    width: 100%;
    overflow: hidden;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta {
    width: 100%;
    margin-top: 0;
    padding: 40px 40px 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    margin: 0;
    gap: 5px;
    justify-content: flex-start;
    flex: 1;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more {
    margin-top: 25px;
    background-color: transparent;
    color: inherit;
    padding: 15px 20px;
    box-shadow: inset 0px 0px 0px 1px currentColor;
    border-radius: 5px;
    width: 100%;
    transition: all 300ms ease;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
    letter-spacing: 1.75px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more span, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more div, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more span, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more div {
    z-index: 2;
    position: relative;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more i, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more i {
    display: none;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .read-more:before, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .read-more:before {
    content: "";
    background-color: var(--lightColor) !important;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    bottom: auto;
    height: 0%;
    transition: all 300ms ease;
    z-index: 0;
    opacity: 1;
    border-radius: inherit;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .title, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .title {
    font-size: 30px;
    text-align: left;
    margin-bottom: 5px;
    line-height: normal;
    width: 100%;
    font-weight: 500;
    font-family: var(--headerFont);
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .description, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .google-rating, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .hours-row, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .description, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .google-rating, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .hours-row {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    color: #bbb;
    font-weight: 300;
  }
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .google-rating, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .hours-row, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .google-rating, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .hours-row {
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1023px) {
  .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .google-rating, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet .snippet-meta .hours-row, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .google-rating, .section.list-type-cards .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .hours-row {
    text-align: center;
  }
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets a.blog-snippet:hover .snippet-meta .read-more {
  color: #000;
}
.section.list-type-cards .blog-snippet-content.is-direct .blog-snippets a.blog-snippet:hover .snippet-meta .read-more:before {
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0px;
  opacity: 1;
}
.section .blog-snippet-content {
  width: 100%;
}
.section .blog-snippet-content .blog-snippet {
  font-size: 18px;
  text-decoration: none;
}
.section .blog-snippet-content .blog-snippet a {
  text-decoration: none;
}
.section .blog-snippet-content .blog-snippet h1, .section .blog-snippet-content .blog-snippet h2, .section .blog-snippet-content .blog-snippet h3, .section .blog-snippet-content .blog-snippet h4, .section .blog-snippet-content .blog-snippet h5, .section .blog-snippet-content .blog-snippet h6 {
  font-size: inherit;
  font-weight: 400;
}
.section .blog-snippet-content .blog-snippet h2 {
  font-size: 20px;
}
.section .blog-snippet-content .related-title {
  font-size: 34px;
  text-align: center;
  font-weight: 600;
  margin: 75px 25px 25px 25px;
  color: #547851;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
  min-width: 100%;
  flex: 3;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h1 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 34px;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h2 {
  display: block;
  text-align: center;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta h3 {
  display: block;
}
.section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-date {
  display: block;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child {
    padding: 0 0 25px 0;
    flex-direction: row;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .article-image {
    width: 50%;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta {
    width: 50%;
    margin-top: 0;
    padding: 25px;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .title {
    font-size: 45px;
    text-align: left;
    margin-bottom: 20px;
    line-height: normal;
  }
  .section .blog-snippet-content.is-direct .blog-snippets .blog-snippet:first-child .snippet-meta .description {
    display: block;
    text-align: left;
  }
}
.section .blog-snippet-content .blog-snippets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
  font-size: 18px;
}
.section .blog-snippet-content .blog-snippets .blog-snippet {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 100%;
  color: inherit;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .article-date {
  display: none;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet {
    min-width: 30%;
  }
  .section .blog-snippet-content .blog-snippets .blog-snippet:last-child {
    margin-right: 0;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta {
  margin: 15px 0;
  padding: 15px;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta {
    padding: 0 0 25px 0;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h1 {
  font-size: 28px;
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h1 {
    font-size: 28px;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h2 {
  line-height: 150%;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta h3 {
  display: none;
  margin: 25px 0 0 0;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  position: relative;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .title {
  margin-bottom: 0px;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .description {
  display: none;
  line-height: 1.5;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .read-more {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lightColor);
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  /*
  	&:after {
  		content: "";
  		align-self: center;
  		display: flex;
  		justify-content: flex-end;
  		align-items: center;

  		//position: absolute;

  		margin-left: 8px;
  		content: "\f054";
  		font-family: "Font Awesome 6 PRO";
  		font-weight: 900;
  		-webkit-font-smoothing: antialiased;
  		font-style: normal;
  		font-variant: normal;
  		text-rendering: auto;
  		line-height: 1;
  		//color: #ffffff33;


  	}
  */
}
@media (min-width: 1024px) {
  .section .blog-snippet-content .blog-snippets .blog-snippet .snippet-meta .read-more {
    justify-content: flex-start;
  }
}
.section .blog-snippet-content .blog-snippets .blog-snippet .article-image {
  position: relative;
}
.section .blog-snippet-content .blog-snippets .blog-snippet .article-image img {
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  top: 0;
  width: 100%;
}
.section.section-blog {
  font-size: 18px;
}
.section.section-blog .wp-block-coblocks-gallery-carousel {
  overflow: hidden;
}
.section.section-blog .wp-block-columns {
  display: flex;
  overflow: auto;
}
@media (min-width: 1024px) {
  .section.section-blog .wp-block-columns {
    overflow: hidden;
  }
}
.section.section-blog .wp-block-columns .wp-block-column {
  min-width: 100%;
}
@media (min-width: 1024px) {
  .section.section-blog .wp-block-columns .wp-block-column {
    min-width: 0;
  }
}
.section.section-blog .blog-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section.section-blog .blog-header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header {
    text-align: left;
    flex-direction: row;
  }
}
.section.section-blog .blog-header .blog-meta {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .blog-meta {
    width: 60%;
    padding: 0 50px 0 0;
    display: flex;
    flex-direction: column;
    flex: 1;
  }
}
.section.section-blog .blog-header .blog-meta h1 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-size: 40px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .blog-meta h1 {
    font-size: 40px;
    text-align: left;
    font-weight: 600;
    flex: 1;
  }
}
.section.section-blog .blog-header .blog-meta .blog-date {
  margin-top: 30px;
  font-weight: 600;
}
.section.section-blog .blog-header .blog-meta .blog-share {
  margin-top: 30px;
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .blog-meta .blog-share {
    justify-content: flex-start;
  }
}
.section.section-blog .blog-header .blog-meta .blog-share a {
  padding: 0 10px;
  color: inherit;
}
.section.section-blog .blog-header .blog-meta .blog-share .label-share {
  padding-right: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.section.section-blog .blog-header .googlemap {
  width: 100%;
  min-height: 300px;
}
@media (max-width: 1023px) {
  .section.section-blog .blog-header .googlemap {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .googlemap {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
  }
}
.section.section-blog .blog-header .featured-image {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-header .featured-image {
    margin-top: 0;
    max-width: 40%;
    width: 40%;
    min-width: 40%;
  }
}
.section.section-blog .blog-header .featured-image img {
  height: 100%;
  object-fit: cover;
}
.section.section-blog .blog-sep {
  width: 94%;
  display: inline-block;
  height: 3px;
  margin-left: 3%;
  border-radius: 5px;
  background-color: #282828;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-sep {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.section.section-blog .blog-author {
  font-weight: 600;
  font-style: italic;
  padding: 25px 0;
}
.section.section-blog h2 {
  line-height: 100%;
}
.section.section-blog .blog-article.thin {
  padding: 0;
  max-width: none;
}
.section.section-blog .blog-article .googlemap {
  height: 400px;
  width: 100%;
}
.section.section-blog .blog-article h3, .section.section-blog .blog-article p > strong {
  font-weight: 800;
  color: #7cb450;
}
.section.section-blog .blog-article h3.stronger, .section.section-blog .blog-article p > strong.stronger {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  line-height: normal;
  font-size: 20pt;
  margin-top: 40px;
  display: inline-block;
}
.section.section-blog .blog-article img {
  margin-bottom: 25px;
  max-height: 300px;
  object-fit: contain;
  object-position: left;
}
.section.section-blog .blog-article img:active, .section.section-blog .blog-article img:focus {
  max-height: none;
}
@media (min-width: 1024px) {
  .section.section-blog .blog-article {
    max-width: 900px;
    margin: 0 auto;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 300;
  }
  .section.section-blog .blog-article h2 {
    font-size: 30px;
    margin-top: 50px;
    font-weight: 600;
    line-height: 30px;
    color: var(--lightColor);
  }
}
.section.section-blog.basic .blog-header .blog-meta h1 {
  margin-bottom: 20px;
}
.section.section-blog.basic .blog-header.no-image h1, .section.section-blog.basic .blog-header.no-image h2, .section.section-blog.basic .blog-header.no-image h3, .section.section-blog.basic .blog-header.no-image h4, .section.section-blog.basic .blog-header.no-image h5, .section.section-blog.basic .blog-header.no-image h6 {
  text-align: center;
  width: 100%;
}
.section.section-blog.basic .blog-article {
  padding: 25px 0;
  max-width: none;
}
.page-template-homepage .section .main-contained {
  height: 100%;
}
.section .hero {
  position: relative;
  display: inline-block;
  align-self: center;
  text-align: center;
  /*padding: 25px 50px 0px 50px;
  border-radius: 50px;
  transition: background-color 300ms ease;
  &:after {
      content: "";
      position: absolute;
      top: 100%;
      left: 70px;
      border-width: 75px 75px 0 0;
      border-style: solid;
      border-color: transparent;
      transition: border-color 300ms ease;
  }

  &:hover {
      background-color: #222;
      &:after {
          border-color: #222 transparent;
      }
  }
      */
}
.section .hero .links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section .hero .links a {
  margin-top: 25px;
}
.section .hero .links a:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  .section .hero .links {
    flex-direction: row;
  }
  .section .hero .links a {
    margin-top: 0px;
    margin-left: 15px;
  }
  .section .hero .links a:first-child {
    margin-top: 0px;
    margin-left: 0px;
  }
}
.section .hero .hero-title {
  transform: translate3d(0, 0, 0);
  font-weight: 400;
  font-size: 50px;
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  font-size: 60px;
  margin-bottom: 20px;
  font-family: dosis;
  line-height: 60px;
}
@media (min-width: 1024px) {
  .section .hero .hero-title {
    font-size: 80px;
  }
}
.section.section-top {
  padding-top: 150px;
}
@media (min-width: 1024px) {
  .section.section-top {
    padding-top: 100px;
  }
}
.section.section-partner {
  margin-bottom: 50px;
}
.section.section-pricing .small, .section.section-partner .small {
  font-size: 20px;
  font-weight: 300;
}
.section.section-pricing .referrals, .section.section-partner .referrals {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.section.section-pricing .referrals .referral, .section.section-partner .referrals .referral {
  background-color: #2a2a2a;
  padding: 25px;
}
.section.section-pricing .referrals .referral h2, .section.section-partner .referrals .referral h2 {
  color: #a0c983;
  display: flex;
  gap: 10px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 30px;
}
.section.section-pricing .referrals .referral h2 span:first-child, .section.section-partner .referrals .referral h2 span:first-child {
  flex: 1;
}
.section.section-pricing .referrals .referral h2 span.rate, .section.section-partner .referrals .referral h2 span.rate {
  color: #fff;
  font-size: 18px;
  background-color: #2d4071;
  padding: 10px 20px;
  line-height: normal;
  font-family: var(--bodyFont);
  font-weight: 100;
}
.section.section-pricing .referrals .referral h2 span.duration, .section.section-partner .referrals .referral h2 span.duration {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .section.section-pricing .referrals .referral h2, .section.section-partner .referrals .referral h2 {
    flex-direction: row;
    text-align: left;
  }
}
.section.section-pricing .items, .section.section-partner .items {
  width: 100%;
  font-size: 14px;
  color: #bbb;
}
.section.section-pricing .items .item, .section.section-partner .items .item {
  display: flex;
  border-bottom: 1px solid #333;
}
.section.section-pricing .items .item:last-child, .section.section-partner .items .item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.section.section-pricing .items .item .title, .section.section-partner .items .item .title {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
}
.section.section-pricing .items .item .column1, .section.section-partner .items .item .column1 {
  width: 60%;
  padding: 30px 30px 30px 0;
}
@media (min-width: 1024px) {
  .section.section-pricing .items .item .column1, .section.section-partner .items .item .column1 {
    width: auto;
    flex: 1;
  }
}
.section.section-pricing .items .item .column2, .section.section-partner .items .item .column2 {
  width: 40%;
  padding: 30px 0px 30px 30px;
}
@media (min-width: 1024px) {
  .section.section-pricing .items .item .column2, .section.section-partner .items .item .column2 {
    width: auto;
  }
}
.section.section-pricing h4, .section.section-partner h4 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-family: "Roboto";
  color: #eee;
}
.section.section-pricing sup, .section.section-partner sup {
  vertical-align: text-top;
  font-size: 12px;
  margin-right: 3px;
}
@media (min-width: 1024px) {
  .section.section-pricing sup, .section.section-partner sup {
    font-size: 20px;
  }
}
.section.section-pricing table, .section.section-partner table {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 12px;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 0.15em;
}
.section.section-pricing table tr td, .section.section-partner table tr td {
  padding: 30px 20px;
  vertical-align: middle;
  font-weight: 600;
  font-size: 16px;
}
.section.section-pricing table tr td:first-child, .section.section-partner table tr td:first-child {
  padding: 30px 20px;
  width: 250px;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .section.section-pricing table tr td:first-child, .section.section-partner table tr td:first-child {
    padding: 30px 40px;
  }
}
.section.section-pricing table tr td h3, .section.section-partner table tr td h3 {
  margin: 0;
  color: var(--primaryColor);
  font-size: 14px;
}
.section.section-pricing table tr td .slash, .section.section-partner table tr td .slash {
  font-size: 14px;
}
.section.section-pricing table tr:first-child, .section.section-partner table tr:first-child {
  font-weight: 500;
}
.section.section-pricing table tr:first-child td:first-child, .section.section-partner table tr:first-child td:first-child {
  padding: 30px 20px;
}
.section.section-pricing table tr:nth-child(odd), .section.section-partner table tr:nth-child(odd) {
  background-color: rgba(80, 80, 80, 0.0392156863);
}
.section.section-pricing table tr .colspan, .section.section-partner table tr .colspan {
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.section.section-pricing table tr.header1, .section.section-partner table tr.header1 {
  background-color: transparent;
}
.section.section-pricing table tr.header1 td, .section.section-partner table tr.header1 td {
  padding-bottom: 0;
  vertical-align: top;
}
.section.section-pricing table tr.header1 td:first-child, .section.section-partner table tr.header1 td:first-child {
  padding: 30px 20px 0px 20px;
}
@media (min-width: 1024px) {
  .section.section-pricing table tr.header1 td:first-child, .section.section-partner table tr.header1 td:first-child {
    padding: 30px 40px 0px 40px;
  }
}
.section.section-pricing table tr.header2, .section.section-partner table tr.header2 {
  background-color: transparent;
  color: #aaa;
}
.section.section-pricing table tr.header2 td, .section.section-partner table tr.header2 td {
  font-size: 12px;
  font-weight: 300;
  padding-top: 5px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .section.section-contact {
    margin-top: 50px;
  }
}
.section.section-contact form .thankyou, .section.section-contact form .pleasefix {
  display: none;
  width: 100%;
  margin-top: 20px;
}
.section.section-contact form.submitted .thankyou {
  display: inline-block;
}
.section.section-contact form.incomplete .pleasefix {
  display: inline-block;
}

.mobile-full-line {
  display: block;
}
@media (min-width: 1024px) {
  .mobile-full-line {
    display: inline-block;
  }
}

.photo.photo-a:after {
  background-image: url("/img/photo/photoa-b.jpg");
}

.photo.photo-b:after {
  background-image: url("/img/photo/photoa-a.jpg");
}

.photo.photo-c:after {
  background-image: url("/img/photo/photoa-c.jpg");
}

.content-block {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: section;
  /*h4 {
  	font-weight:600;
  	margin-bottom:5px;
  	font-size: 4vw;
  	line-height: normal;
  	@media(min-width: 1024px) {
  		font-size: 2vw;
  	}
  }*/
}
.content-block.block-section {
  padding-bottom: 50px;
}
.content-block.basic > div {
  border-right: 0px solid #000;
  border-bottom: 0;
}
.content-block a {
  text-decoration: none;
}
.content-block.form {
  border-radius: 5px;
  padding: 25px;
}
@media (min-width: 1024px) {
  .content-block.form {
    padding: 15px;
  }
}
.content-block.form .button.submit {
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 60px;
}
.content-block.form .block-stretch {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-block.form .block-stretch > div {
  margin-bottom: 5px;
}
.content-block.form .block-stretch > div:last-child {
  margin-bottom: 0;
}
.content-block.form .block-stretch.min > div {
  margin-bottom: 10px;
}
.content-block.form .block-stretch.min > div:last-child {
  margin-bottom: 0;
}
.content-block.form .value {
  position: relative;
  padding-bottom: 19px;
}
@media (min-width: 1024px) {
  .content-block.form .value {
    padding-bottom: 25px;
  }
}
.content-block.form .value .h5 {
  font-size: 14px;
  font-weight: 600;
  color: #bbb;
  font-family: inherit;
}
.content-block.form .value span {
  color: #1c7913;
}
.content-block.form .value.flex {
  display: flex;
  align-items: center;
  jusitfy-content: center;
}
.content-block.form .value .chars {
  position: absolute;
  z-index: 3;
  bottom: 15px;
  right: 10px;
  font-size: 12px;
  color: #ccc;
}
.content-block.form .value.half {
  width: 100%;
}
@media (min-width: 1024px) {
  .content-block.form .value.half {
    width: calc(50% - 10px);
  }
}
.content-block.form .value .label {
  text-align: right;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  align-self: stretch;
  border-right: 0;
  color: #dadada;
  padding: 12px 15px 12px 0;
  padding: 0;
  position: absolute;
  padding-left: 10px;
  padding-top: 5px;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .content-block.form .value .label {
    color: #54aee4;
  }
}
.content-block.form .value a {
  display: flex;
  width: 100%;
  color: #a7a7a7;
  padding-bottom: 15px;
  border-bottom: 1px solid #797878;
  align-items: center;
  justify-content: flex-start;
}
.content-block.form .value a .icon {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
  color: var(--primaryColor);
  font-size: 20px;
}
.content-block.form .value .input {
  width: 100%;
  font-size: 13px;
  padding: 13px;
  color: #b9b9b9;
  display: flex;
  appearance: none;
}
.content-block.form .value .input label {
  display: flex;
  padding: 7px 20px;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  margin-right: 0px;
  color: #888;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 200ms ease;
  border-radius: 5px;
  letter-spacing: 2px;
  font-weight: 600;
  overflow: hidden;
}
.content-block.form .value .input label span {
  position: relative;
  z-index: 1;
}
.content-block.form .value .input label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 200ms ease 150ms;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background-color: #252525;
  border-color: #151515;
  z-index: 0;
}
.content-block.form .value .input label.cancel:after {
  border-color: transparent;
  background-color: #d8362a;
}
.content-block.form .value .input label.enable:after {
  border-color: transparent;
  background-color: #208042;
  color: #fff;
}
.content-block.form .value .input label.f:after {
  transform: translateX(101%);
}
.content-block.form .value .input input {
  min-width: 20px;
  opacity: 0;
  position: fixed;
  width: 0;
}
.content-block.form .value .input input:checked + label {
  color: #ddd;
  /*&:after {
  	background: linear-gradient(160deg, #000000 0%, #008eb9 0%, #014e63 100%);
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: 0;
      left: 0;
      border-radius: 3px;						
  }*/
}
.content-block.form .value .input input:checked + label:after {
  transform: translateX(0%);
  transition: all 200ms ease;
}
.content-block.form .value select {
  min-width: 200px;
}
.content-block.form .value input, .content-block.form .value select, .content-block.form .value textarea {
  font-size: 13px;
  padding: 10px 15px;
  color: #b9b9b9;
  background-color: #252525;
  width: 100%;
  border: 1px solid #151515;
}
.page-template-homepage .content-block.form .value input, .page-template-homepage .content-block.form .value select, .page-template-homepage .content-block.form .value textarea {
  border: 1px solid #101010;
  background-color: #2f2f2f;
  padding: 10px 15px;
}
.content-block.form .value input.invalid, .content-block.form .value select.invalid, .content-block.form .value textarea.invalid {
  color: red;
  border-color: red;
}
.content-block.form .value input.last, .content-block.form .value select.last, .content-block.form .value textarea.last {
  margin-bottom: 0;
}
.content-block.form .value input option, .content-block.form .value select option, .content-block.form .value textarea option {
  padding: 5px;
}
.content-block.form .value textarea {
  height: 100%;
}
.content-block.form .value .invalid {
  color: red;
  border-color: red;
}
.content-block.form .value.last a {
  border-bottom: 0;
}
.content-block.form .value.fill {
  height: 100%;
}
.content-block.top {
  flex-direction: column;
}
.content-block.top.main {
  color: #fff;
  min-height: calc(100vh - 85px);
  justify-content: center;
}
@media (min-width: 1024px) {
  .content-block.top.main {
    min-height: 0px;
  }
}
.content-block.top.main h1 {
  border: 0;
  margin-bottom: 10px;
  transition: all 2000ms ease;
  border-color: transparent;
}
.page-loaded .content-block.top.main h1 {
  border-color: var(--primaryColor);
}
.content-block.top.main .first {
  background-color: #090909;
  padding-top: 10vh;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .content-block.top.main .first {
    padding-top: 0;
  }
}
.content-block.top.main .second {
  background-color: #090909;
}
.content-block.top.main-sub {
  min-height: calc(100vh - 75px);
}
@media (min-width: 1024px) {
  .content-block.top.main-sub {
    min-height: calc(100vh - 100px);
  }
}
.content-block.top.main-sub .first {
  background-color: #111;
  padding-top: 10vh;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .content-block.top.main-sub .first {
    padding-top: 0;
    background-color: transparent;
  }
}
.content-block.top .first, .content-block.top .second {
  width: 100%;
}
.content-block.top .second {
  flex: 3;
  justify-content: flex-start;
  padding-top: 0vh;
  border: 0;
}
.content-block.top .first {
  flex: 1;
}
@media (min-width: 1024px) {
  .content-block {
    flex-direction: row;
  }
  .content-block.top {
    flex-direction: row;
  }
  .content-block.top .first, .content-block.top .second {
    width: 50%;
    flex: 1;
    justify-content: center;
    align-items: center;
  }
}
.content-block h1 {
  margin-bottom: 10px;
  text-decoration: none;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  transition: all 50ms ease;
  transform: translate3d(0, 0, 0);
  border-top: 1px solid var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
  padding: 10px 10px;
}
.content-block h1.msmall {
  font-size: 5vw;
}
.active .content-block h1 {
  border-top: 1px solid var(--primaryColor);
  border-bottom: 1px solid var(--primaryColor);
}
.content-block h2 {
  line-height: normal;
}
.content-block h5 {
  margin-bottom: 5px;
  font-size: 3.5vw;
  line-height: 150%;
}
@media (min-width: 1024px) {
  .content-block h5 {
    font-size: 1.3vw;
  }
}
.content-block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.content-block ul li {
  margin: 0;
  text-align: left;
  padding: 3px 0px;
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.content-block ul li:before {
  content: "";
  height: 1vw;
  width: 1.2vw;
  min-width: 13px;
  min-height: 10px;
  background-color: var(--primaryColor);
  margin-right: 12px;
  border-radius: 1.7vw;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .content-block ul li:before {
    min-height: 1vw;
    min-width: 1.2vw;
    margin-top: 0.8vw;
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.loading {
  position: relaltive;
  z-index: 1;
}
.loading > div {
  opacity: 0;
}
.loading:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  opacity: 1;
}
.loading:before {
  content: "";
  z-index: 3;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border-top: 2px solid #07d;
  border-right: 2px solid transparent;
  animation: spinner 0.6s linear infinite;
}

.bubbles {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .bubbles {
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 0 50px;
  }
}
.bubbles .buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bubbles .buttons li {
  margin: 0;
  padding: 0;
  display: inline-block;
  background-color: #1b1b1b;
  color: #fff;
  width: 30%;
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  transition: all 300ms ease;
}
.bubbles .buttons li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}
.bubbles .buttons li.active {
  background-color: #5a8d34;
  font-weight: 900;
}
.bubbles .buttons li.active a {
  font-weight: 900;
}
.bubbles .bubble {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .bubbles .bubble {
    text-align: left;
  }
  .bubbles .bubble:first-child {
    padding-right: 100px;
  }
  .bubbles .bubble:first-child.small-margin {
    padding-right: 50px;
  }
  .bubbles .bubble.wide {
    width: 60%;
  }
  .bubbles .bubble.normal {
    width: 40%;
  }
  .bubbles .bubble.wider {
    width: 70%;
  }
  .bubbles .bubble.narrow {
    width: 30%;
  }
  .bubbles .bubble.split {
    width: 50%;
  }
}
.bubbles .bubble.align-top {
  align-self: flex-start;
}
.bubbles .bubble.bubble-elements {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 300px;
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements {
    min-height: 450px;
    height: auto;
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks {
  align-self: normal;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options {
  position: relative;
  width: 100%;
  z-index: 3;
  height: 100%;
  text-align: center;
  color: #1c7913;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options {
    width: 60%;
    transform: translateX(20px);
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option {
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  padding: 50px 10px 20px 10px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: #FFF;
  transition: all 300ms ease;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option {
    right: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option {
    position: absolute;
    margin-bottom: 0;
    width: 120px;
    height: 150px;
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option i {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option i {
    margin-bottom: 0;
  }
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-options .block-option:hover {
  color: #fff;
  background-color: var(--primaryColor);
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo {
  width: 100%;
  z-index: 2;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo.cut {
  width: 40%;
  right: 0;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo.cut .photo {
  width: 100%;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile {
  width: 65%;
  height: 65%;
  background-color: #1750f3;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 60px;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(149deg, rgba(255, 255, 255, 0.3333333333) 0%, rgba(255, 255, 255, 0.2) 100%);
  z-index: 2;
  content: "";
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile.first {
  top: 0;
  right: 0;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .tile.last {
  left: 0;
  bottom: 0;
  background-color: #ff2300;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .photo {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: inline-block;
  background-position: center;
  background-size: cover;
  position: relative;
}
.bubbles .bubble.bubble-elements.content-type-blocks .block-photo .photo.shade:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: "";
}
.bubbles .bubble .feature-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bubbles .bubble .feature-list li {
  width: 100%;
  background-color: #fbfbfb;
  padding: 40px 25px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .bubbles .bubble .feature-list li {
    width: calc(33.33% - 13px);
  }
}
.bubbles .bubble .feature-list li div {
  margin-bottom: 10px;
}
.bubbles .bubble .feature-list li .link a {
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: var(--primaryColor);
}
.bubbles .bubble .feature-list li .desc {
  font-size: 14.5px;
  color: #333;
  line-height: 160%;
  font-weight: 300;
  display: none;
}
@media (min-width: 1024px) {
  .bubbles .bubble .feature-list li .desc {
    display: block;
  }
}
.bubbles .bubble .feature-list li i {
  color: #555;
  font-size: 50px;
  margin-bottom: 10px;
}
.bubbles .bubble .check-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.bubbles .bubble .check-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .bubbles .bubble .check-list li {
    text-align: center;
    font-size: 16px;
  }
}
.bubbles .bubble .check-list li i {
  margin-right: 10px;
  color: var(--primaryColor);
}

.page-template .page-body {
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-template .page-body .page-content {
  height: 100%;
}

@keyframes delay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delay-fade-in {
  animation: delay-fade-in 1500ms ease 0ms forwards;
  opacity: 0;
}

.block {
  xborder-radius: 5px;
  xpadding: 30px;
  height: 100%;
  display: flex;
  position: relative;
  transition: all 250ms ease;
  font-weight: 100;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .block {
    background-color: transparent;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    border-radius: 25px;
    text-align: left;
    margin: 0;
  }
}

.block h2 {
  font-size: 40px;
  color: #ccc;
  margin: 0;
  margin-right: 20px;
  min-width: 50px;
  margin: 0;
  height: 60px;
  width: 60px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  background-color: #202020;
  font-size: 30px;
  overflow: hidden;
  box-shadow: inset 0px 0px 26px 0px #1c791338;
  top: 0;
}
.block h3 {
  font-weight: 900;
  padding: 0;
  margin: 0 0 10px 0;
  color: #ccc;
  width: 100%;
}
.block h3.check {
  flex: 1;
  text-align: right;
  color: #1c7913;
  font-size: 25px;
}
@media (min-width: 1024px) {
  .block h3 {
    text-align: left;
  }
  .block h3.check {
    display: none;
  }
}

.blocks {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blocks.big-icons .block h3 {
  margin: 0px 0 10px 0;
  margin-left: 70px;
  text-align: left;
  white-space: normal;
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  width: calc(100% - 70px);
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.blocks.big-icons .block h3.check {
  display: none;
}

.block-section {
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  flex-direction: column;
  width: 100%;
}

.block .block-actions {
  text-align: right;
  margin-top: 0px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: none;
}

.block a {
  color: var(--lightColor);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
}
.block a:hover {
  text-decoration: none;
  color: #fff;
}
.block h3 a {
  color: inherit;
}
.block h3 a:hover {
  color: var(--lightColor);
}

.block .check {
  display: none;
}

.block .spread {
  height: 100%;
  display: none;
}
@media (min-width: 1024px) {
  .block .spread {
    display: block;
  }
}

@media (min-width: 1024px) {
  .block .check {
    display: block;
  }
  .blocks {
    flex-direction: row;
    gap: 50px;
    flex-wrap: wrap;
  }
  .blocks.whalf .block-section {
    min-width: 40%;
    max-width: calc(50% - 25px);
  }
  .blocks.whalf .block-section h3 {
    margin-top: 0;
  }
  .blocks.wthree .block-section {
    min-width: 26%;
    max-width: calc(33.33% - 37.5px);
  }
  .blocks.wthree .block-section h3 {
    margin-top: 0;
  }
  .block-section {
    flex: 1;
    min-width: 27%;
  }
  .stuff {
    width: 100%;
  }
  .stuff.shaped {
    padding: 75px 50px;
    background-color: #334c1e;
    border-radius: 50px;
  }
}
.blocks .block-section.box {
  padding: 35px;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: #151515;
}

.section .callout-image {
  display: flex;
}
@media (max-width: 1023px) {
  .section .callout-image {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .section .callout-image .lbl {
    text-align: left !important;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .section .callout-image h2 {
    text-align: left !important;
    justify-content: flex-start;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .section .callout-image .image-container {
    padding-bottom: 100px;
  }
  .section .callout-image .image-container img {
    width: 90%;
  }
}
.section .callout-image .text-area {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
@media (min-width: 1024px) {
  .section .callout-image .text-area {
    position: absolute;
    z-index: 3;
    text-align: left;
    max-width: 380px;
    bottom: 0;
    right: 0;
  }
}
.section .actions {
  width: 100%;
  padding: 30px 0 0 0;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section .actions a {
  margin: 0;
  margin-bottom: 25px;
  width: auto;
}
@media (min-width: 1024px) {
  .section .actions {
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  .section .actions a {
    margin-left: 25px;
    margin-bottom: 0;
  }
}

.section.alter {
  background-color: #272727;
  padding: 50px 0;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 1024px) {
  .section.alter {
    padding: 75px 0;
    margin: 0 30px;
  }
}
@media (min-width: 1024px) {
  .section.alter {
    padding: 50px 0;
  }
  .page-template-default .section.alter {
    padding: 100px 0;
  }
}

@media (max-width: 1023px) {
  .section.section-home {
    padding-top: 60px;
  }
}

.section.section-features-sub .block {
  display: flex;
  flex-direction: column;
}
.section.section-features-sub .block .spread {
  display: block;
}
@media (min-width: 1024px) {
  .section.section-features-sub {
    margin-top: 0px;
  }
}

.section.section-features {
  background-color: transparent;
}
@media (min-width: 1024px) {
  .section.section-features {
    overflow: visible;
  }
}
.section.section-features .contained {
  z-index: 2;
}
@media (min-width: 1024px) {
  .section.section-features .contained {
    background-color: transparent;
    border-radius: 0px;
  }
  .section.section-features .contained.msg-bubble:after {
    rotate: 270deg;
    content: "";
    position: absolute;
    bottom: -60px;
    left: 8%;
    width: 0;
    height: 0;
    z-index: -1;
    border-width: 155px 100px 0 100px;
    border-style: solid;
    border-radius: 3px;
    border-color: #344d1e transparent transparent transparent;
  }
}

.xsection.section-features:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 1;
  background-size: cover;
  filter: blur(1px);
}

.section-body {
  margin-top: 25px;
  overflow: auto;
  width: 100%;
}
@media (min-width: 1024px) {
  .section-body {
    padding: 30px 75px 60px 75px;
    background-color: #222;
  }
}

.inner-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .inner-actions {
    flex-direction: row;
  }
}
.inner-actions .action-item {
  margin-bottom: 30px;
}
.inner-actions .action-item.button {
  padding: 25px 25px;
  font-size: 30px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .inner-actions .action-item {
    margin-bottom: 0;
    margin-left: 50px;
  }
  .inner-actions .action-item.button {
    padding: 25px 75px;
    font-size: 30px;
    width: auto;
  }
  .inner-actions .action-item:first-child {
    margin-left: 0;
  }
}

.section-signup .signup, .section-signup .signin {
  display: none;
}
.section-signup .signup.active, .section-signup .signin.active {
  display: flex;
}
.section-signup .user-phone {
  font-weight: 600;
}
.section-signup .signup input:focus {
  box-shadow: 0px 0px 3px 2px #1c7913;
  border: 1px solid #1c7913;
}
.section-signup .content-block.form .status {
  width: 100%;
  padding: 10px 15px;
  margin-top: 20px;
  border: 1px solid #151515;
  color: #272727;
  font-size: 13px;
  background-color: #c7b84d;
  border-radius: 5px;
  max-width: 500px;
  display: none;
}
.section-signup .content-block.form .status.show {
  display: block;
}
.section-signup .content-block.form .status.failed {
  background-color: #9a2929;
  color: #bbb;
}
.section-signup .content-block.form .code-digits {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  padding: 0;
}
.section-signup .content-block.form .code-digits .sep {
  font-size: 40px;
  margin: 0 10px;
  min-width: 10px;
  max-width: 10px;
  height: 1px;
  position: relative;
  font-size: 0;
  background-color: #000;
}
.section-signup .content-block.form .code-digits .numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #151515;
  border-radius: 5px;
  overflow: hidden;
}
.section-signup .content-block.form .code-digits .numbers div {
  border-right: 1px solid #151515;
}
.section-signup .content-block.form .code-digits .numbers div:last-child {
  border: 0;
}
.section-signup .content-block.form .code-digits .numbers div input {
  font-size: 18px;
  border: 0;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
}
@media (min-width: 1024px) {
  .section-signup .content-block.form .code-digits .numbers div input {
    font-size: 40px;
  }
}
.section-signup .content-block.form .code-digits .numbers div input:active, .section-signup .content-block.form .code-digits .numbers div input:focus {
  border: 1px solid #1c7913;
}

.section-contact {
  margin-bottom: 50px;
  padding-top: 50px;
}
.page-template-default .section-contact {
  padding-top: 110px;
}
@media (min-width: 1024px) {
  .section-contact {
    padding-top: 50px;
  }
  .page-template-default .section-contact {
    padding-top: 100px;
  }
}
.section-contact form .submit-row {
  margin-bottom: 0px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-contact form .submit-row {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.section-contact form .status-message {
  opacity: 0;
  margin-left: 20px;
  transition: all 300ms ease;
}
@media (max-width: 1023px) {
  .section-contact form .status-message {
    display: none;
  }
}
.section-contact form.submitted .status-message {
  opacity: 1;
  display: block;
}
@media (max-width: 1023px) {
  .section-contact form.submitted .status-message {
    display: block;
  }
}

.section-contact .block-section, .section-signup .block-section {
  width: 100%;
}
.section-contact .checks div, .section-signup .checks div {
  padding-bottom: 15px;
  font-size: 16px;
  color: #aaa;
  font-weight: 100;
}
.section-contact .checks div i, .section-signup .checks div i {
  margin-right: 10px;
  color: #1c7913;
}
.section-contact .module, .section-signup .module {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-contact .module, .section-signup .module {
    flex-direction: row;
  }
}
.section-contact .column1, .section-signup .column1 {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
.section-contact .column1 .value, .section-signup .column1 .value {
  margin-bottom: 10px;
  text-decoration: none;
  padding-bottom: 10px;
  padding-left: 15px;
  border-bottom: 1px solid #333;
  width: 300px;
}
.section-contact .column2, .section-signup .column2 {
  width: 100%;
  background-color: #272727;
}
.section-contact .column2 .value, .section-signup .column2 .value {
  width: 100%;
}
@media (min-width: 1024px) {
  .section-contact .column1, .section-signup .column1 {
    width: 40%;
  }
  .section-contact .column2, .section-signup .column2 {
    width: 60%;
    padding: 25px;
  }
}
.section-contact a, .section-signup a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #bbb;
}
.section-contact a i, .section-signup a i {
  margin-right: 10px;
  color: #1c7913;
  font-size: 20px;
}

.section-integrations .integrations {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}

.section-integrations .integration {
  max-width: 80px;
  min-width: 80px;
  padding: 0px 0px;
  flex: 1;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: flex;
}

@media (min-width: 1024px) {
  .section-integrations .integrations {
    gap: 25px;
    padding: 15px 0;
  }
}
.input-text {
  font-size: 13px;
  padding: 10px 15px;
  color: #b9b9b9;
  background-color: #252525;
  border: 1px solid #151515;
}

.breadcrumbs-container {
  position: absolute;
  top: 75px;
  left: 0;
  padding: 10px 0;
  font-size: 15px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  white-space: nowrap;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff !important;
}
@media (max-width: 1023px) {
  .breadcrumbs-container .contained {
    padding: 0 15px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs-container {
    position: absolute;
    margin: 0;
    top: 90px;
  }
}
.breadcrumbs-container .breadcrumbs-nav {
  align-self: flex-start;
  display: inline-flex;
  backdrop-filter: blur(10px);
  line-height: 30px;
  padding: 0 5px 0 0;
  border-radius: 3px;
}
@media (max-width: 1023px) {
  .breadcrumbs-container .breadcrumbs-nav {
    width: 100%;
  }
}
.breadcrumbs-container ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 5px;
  width: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.breadcrumbs-container ul:-webkit-scrollbar {
  display: none; /* Chrome, Safari, iOS */
}
@media (min-width: 1024px) {
  .breadcrumbs-container ul {
    gap: 10px;
  }
}
.breadcrumbs-container ul li {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .breadcrumbs-container ul li {
    gap: 10px;
  }
}
.breadcrumbs-container ul li:last-child {
  position: relative;
}
.breadcrumbs-container ul li:last-child:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 2px;
  left: 0px;
  border-radius: 3px;
  transition: width 100ms ease;
}
.breadcrumbs-container ul li .breadcrumb-current {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 900;
}
.breadcrumbs-container ul li a {
  text-decoration: none;
  color: inherit;
}
.breadcrumbs-container ul li a i {
  font-weight: 300;
}
.breadcrumbs-container ul li a:hover {
  text-decoration: underline;
}
.breadcrumbs-container ul li:after {
  content: "/";
}
.breadcrumbs-container ul li:last-child:after {
  content: "";
  display: none;
}

.pricing-options {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 35px;
  position: relative;
}
@media (min-width: 1024px) {
  .pricing-options {
    flex-direction: row;
  }
}
.pricing-options .pricing-option {
  flex: 1;
  background-color: #202020;
  line-height: normal;
  padding: 25px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  position: relative;
}
.pricing-options .pricing-option .recommended {
  position: absolute;
  top: -15px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 20px;
  background-color: #5513dc;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.pricing-options .pricing-option h3 {
  font-weight: 600;
  font-size: 32px;
  margin: 0;
}
.pricing-options .pricing-option .description {
  font-size: 12.5px;
  min-height: 50px;
  line-height: 17px;
}
.pricing-options .pricing-option .pricing {
  display: flex;
  align-items: flex-end;
  line-height: normal;
  margin-top: 10px;
}
.pricing-options .pricing-option .pricing .dollarsign {
  font-weight: 600;
  line-height: normal;
  font-size: 28px;
  line-height: 26px;
}
.pricing-options .pricing-option .pricing .price {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  line-height: 38px;
}
.pricing-options .pricing-option .pricing.registration {
  margin-top: 5px;
  color: #bbb;
}
.pricing-options .pricing-option .pricing.registration .dollarsign {
  font-size: 18px;
  line-height: 16px;
}
.pricing-options .pricing-option .pricing.registration .price {
  font-size: 24px;
  line-height: 22px;
}
.pricing-options .pricing-option .billed {
  font-size: 12px;
}
.pricing-options .pricing-option .get-started {
  margin: 20px 0 10px 0;
}
.pricing-options .pricing-option .get-started .button {
  width: 100%;
  text-align: center;
}
.pricing-options .pricing-option .get-started .button.dark {
  background-color: #333;
}
.pricing-options .pricing-option .pricing-option-features {
  margin-top: 10px;
  font-family: "Roboto";
}
.pricing-options .pricing-option .pricing-option-features .price-per-message {
  font-size: 14px;
  margin: 10px 0 30px 0;
}
.pricing-options .pricing-option .pricing-option-features ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 15px;
  display: flex;
  flex-direction: column;
}
.pricing-options .pricing-option .pricing-option-features ul li {
  margin: 0;
  padding: 0;
  flex: 1;
  position: relative;
  padding-left: 28px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pricing-options .pricing-option .pricing-option-features ul li:before {
  content: "\f00c"; /* Font Awesome check */
  font-family: "Font Awesome 7 Pro"; /* or “Font Awesome 6 Free” */
  font-weight: 900; /* required for solid icons */
  position: absolute;
  left: 5px;
  top: 0;
  color: #6fa344; /* your green */
  font-size: 14px;
  line-height: 1.2;
}
.pricing-options .pricing-option .pricing-option-features ul li:first-child {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}
.pricing-options .pricing-option .pricing-option-features ul li:first-child:before {
  display: none;
}
.pricing-options .pricing-option .pricing-option-features ul li.add:before {
  content: "+";
}
@keyframes mediaFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeUp {
  from {
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp2 {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp3 {
  0% {
    opacity: 1;
    transform: translateY(50px);
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeUp4 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(75px);
  }
  30% {
    opacity: 1;
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes box-shadow {}
@keyframes box-shadow2 {}
@keyframes bringUp {
  0% {
    transform: translateY(101%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes mediaFadeIn2 {
  from {
    transform: translateY(25px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
.mediaFadeIn {
  opacity: 0;
  animation: mediaFadeIn 500ms ease forwards 750ms;
}

.page-template-template-om-listings .main-title a.bordered {
  color: var(--lightColor);
}
.page-template-template-om-listings .main-title h1 {
  opacity: 0;
}
.page-template-template-om-listings .main-title h1.loaded {
  opacity: 1;
}
.page-template-template-om-listings .main-title h1.loaded .line-1 {
  animation: bringUp 500ms ease forwards 600ms;
}
.page-template-template-om-listings .main-title h1.loaded .line-2 {
  animation: bringUp 500ms ease forwards 900ms;
}
.page-template-template-om-listings .main-title h1.loaded .line-3 {
  animation: bringUp 500ms ease forwards 1200ms;
}
.page-template-template-om-listings .main-title h1.loaded .line-4 {
  animation: bringUp 500ms ease forwards 1500ms;
}
.page-template-template-om-listings .main-title h1.loaded .line-5 {
  animation: bringUp 500ms ease forwards 1800ms;
}
.page-template-template-om-listings .main-title h1 .line2 {
  overflow: hidden;
  position: relative;
  display: block;
}
.page-template-template-om-listings .main-title h1 .line2 .line {
  transform: translateY(101%);
  position: relative;
  display: flex;
}
@media (max-width: 1023px) {
  .page-template-template-om-listings .main-title h1 .line2 .line {
    justify-content: center;
  }
}
.page-template-template-om-listings .main-title .sub-title {
  opacity: 0;
  animation: fadeInLeft 500ms ease forwards 1100ms;
}
.page-template-template-om-listings .main-title .contained .lbl {
  opacity: 0;
  transform: translateX(75px);
  animation: fadeInLeft 500ms ease forwards 300ms;
}
.page-template-template-om-listings .main-title .contained .buttons {
  opacity: 0;
  transform: translateX(75px);
  animation: fadeInLeft 500ms ease forwards 1800ms;
}
@media (min-width: 1024px) {
  .page-template-template-om-listings .section-caption .contained {
    box-shadow: 0px -50px 0px 0px var(--bodyBgColor);
  }
  .page-form .page-template-template-om-listings .section-caption .contained {
    box-shadow: 0px -50px 0px 0px var(--primaryColor);
  }
}
.page-template-template-om-listings .sections .section:nth-child(2), .page-template-template-om-listings .sections .section:nth-child(3), .page-template-template-om-listings .sections .section:nth-child(4), .page-template-template-om-listings .sections .section:nth-child(5), .page-template-template-om-listings .sections .section:nth-child(6), .page-template-template-om-listings .sections .section:nth-child(7) {
  overflow: visible;
  animation: mediaFadeIn 300ms ease forwards 1000ms;
  opacity: 0;
}
.page-template-template-om-listings .sections .section:nth-child(2) .contained, .page-template-template-om-listings .sections .section:nth-child(3) .contained, .page-template-template-om-listings .sections .section:nth-child(4) .contained, .page-template-template-om-listings .sections .section:nth-child(5) .contained, .page-template-template-om-listings .sections .section:nth-child(6) .contained, .page-template-template-om-listings .sections .section:nth-child(7) .contained {
  opacity: 1;
  transform: translateY(50px);
  animation: fadeUp3 600ms ease forwards 1100ms;
}
.page-template-template-om-listings .sections .section:nth-child(2) .contained > div, .page-template-template-om-listings .sections .section:nth-child(3) .contained > div, .page-template-template-om-listings .sections .section:nth-child(4) .contained > div, .page-template-template-om-listings .sections .section:nth-child(5) .contained > div, .page-template-template-om-listings .sections .section:nth-child(6) .contained > div, .page-template-template-om-listings .sections .section:nth-child(7) .contained > div {
  opacity: 0;
  transform: translateY(15px);
  animation: fadeUp2 600ms ease forwards 1200ms;
}
.page-template-template-om-listings .sections .section:nth-child(3) .contained > div {
  opacity: 0;
  animation: fadeUp2 1000ms ease forwards 1300ms;
}
.page-template-template-om-listings .sections .section:nth-child(4) .contained > div, .page-template-template-om-listings .sections .section:nth-child(5) .contained > div, .page-template-template-om-listings .sections .section:nth-child(6) .contained > div, .page-template-template-om-listings .sections .section:nth-child(7) .contained > div {
  opacity: 0;
  animation: fadeUp2 1000ms ease forwards 1350ms;
}
.page-template-template-om-listings .page-form .section:nth-child(3) .contained > div {
  opacity: 0;
  animation: fadeUp2 600ms ease forwards 1300ms;
}

/*
.fade-up {
    transform: translateY(40px);
  animation: fadeUp 500ms ease forwards 300ms;
}
.fade-up2 {
    opacity: 0;
    transform: translateY(25px);
  animation: fadeUp2 500ms ease forwards 600ms;
}
.fade-up3 {
    opacity: 0;
    transform: translateY(25px);
  animation: fadeUp2 500ms ease forwards 800ms;
}
*/
.footer.section {
  position: relative;
  z-index: 1;
  background-color: #171717 !important;
  color: #ddd;
  padding: 0px;
  font-size: 13px;
  padding: 0px;
  line-height: 150%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer.section .contained {
    padding: 50px 0 20px 0;
  }
}
.footer.section .button {
  width: 100%;
  text-align: center;
}
.footer.section:before {
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  pointer-events: none;
  opacity: 0.5;
}
.footer.section .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer.section .body {
    flex-direction: row;
    padding: 0;
  }
}
.footer.section .body .logo {
  width: 70px;
  padding: 10px;
  text-align: right;
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .footer.section .body .logo {
    margin-top: 0;
    margin-left: 100px;
  }
}
.footer.section .body .app-store-links {
  width: 50%;
  padding: 15px 0;
}
@media (min-width: 1024px) {
  .footer.section .body .app-store-links {
    width: 50%;
    padding: 0;
  }
}
.footer.section .copyright {
  padding: 15px 0 15px 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #151515;
}
.footer.section .copyright .contained {
  text-align: center;
  padding: 0;
}
@media (min-width: 1024px) {
  .footer.section .copyright .contained {
    text-align: left;
  }
}
.footer.section .statement {
  font-size: 14px;
  display: flex;
  gap: 50px 100px;
  flex-wrap: wrap;
}
.footer.section .statement .statement-text {
  line-height: 175%;
  display: flex;
  flex-wrap: wrap;
  flex: 3;
}
.footer.section .statement .statement-image {
  min-width: 200px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer.section .statement .statement-image {
    justify-content: flex-end;
  }
}
.footer.section .statement .statement-image img {
  max-width: 250px;
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.footer.section .statement .contained {
  text-align: center;
}
@media (min-width: 1024px) {
  .footer.section .statement .contained {
    text-align: left;
  }
}
.footer.section .navigation {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
}
.footer.section .title {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
.footer.section .integrations {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.footer.section .integrations .integration img {
  max-width: 80px;
  width: 80px;
}
.footer.section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .footer.section ul {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer.section ul.columns {
  flex-direction: column;
  /*
  border-top: 1px solid #ffffff11;
  margin-top: 25px;
  border-bottom: 1px solid #ffffff11;
  //margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  */
}
@media (min-width: 1024px) {
  .footer.section ul.columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer.section ul.columns ul {
  flex-direction: column;
  gap: 10px;
}
.footer.section ul.columns ul li {
  padding: 0 0 0px 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer.section ul.columns ul li {
    justify-content: flex-start;
  }
}
.footer.section ul.columns ul li a {
  font-weight: 300;
  color: inherit;
}
.footer.section ul.columns ul li a:hover {
  color: #777;
}
.footer.section ul.columns ul li a.button {
  color: #fff;
}
.footer.section ul.columns ul li a.button:hover {
  color: #fff;
}
.footer.section ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: right;
  display: flex;
  padding: 10px 0px 10px 0;
  white-space: nowrap;
}
.footer.section ul li.nav-sub-item .nav-sub-title {
  font-weight: 600;
}
.footer.section ul li.nav-sub-item.nav-sub-item-grandchild {
  justify-content: center;
  align-items: center;
}
.footer.section ul li.nav-sub-item.nav-sub-item-grandchild .nav-sub-title {
  font-weight: inherit;
}
.footer.section ul li.nav-sub-item.nav-sub-item-grandchild:before {
  /*content: "\e122"; 
  font-family: "Font Awesome 7 Pro";
  font-weight: 900; 
  font-size: 10px;
  margin-right: 7px;
  color: var(--primaryColor);
  */
  content: "";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  font-size: 10px;
  margin-right: 7px;
  color: var(--primaryColor);
  border-left: 1px solid var(--lightColor);
  border-bottom: 1px solid var(--lightColor);
  width: 6px;
  height: 6px;
  transform: translateY(-2px);
}
@media (min-width: 1024px) {
  .footer.section ul li {
    padding: 35px 20px 35px 0;
  }
  .footer.section ul li:last-child {
    padding-right: 0;
  }
}
.footer.section ul li.spread {
  width: 100%;
}
.footer.section ul li i {
  font-size: 24px;
}
.footer.section ul li a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  transition: all 150ms ease;
}
.footer.section ul li a.circle-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer.section ul li a.circle-active:before {
  content: "";
  margin-right: 7px;
  background-color: #1c7913;
  display: inline-flex;
  border-radius: 15px;
  height: 10px;
  width: 10px;
}
.footer.section ul li a:hover {
  color: #777;
}
.footer.section ul li a:hover:before {
  background-color: #1f70c7;
}
.footer.section ul li:last-child {
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}
.footer.section .detailed {
  gap: 50px;
}
@media (min-width: 1024px) {
  .footer.section .detailed {
    gap: 100px;
  }
}
.footer.section .detailed ul {
  gap: 25px;
}
@media (min-width: 1024px) {
  .footer.section .detailed ul {
    gap: 50px;
  }
}
@media (min-width: 1024px) {
  .footer.section .detailed ul li {
    padding: 0;
    flex: 1;
  }
  .footer.section .detailed ul li:last-child {
    padding-right: 0;
  }
}

.calendly-wrapper {
  width: 75px;
  overflow: visible;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  height: 75px;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 35;
  transition: bottom 300ms ease 100ms, right 300ms ease 100ms, height 300ms ease 100ms, width 300ms ease 100ms, border-radius 100ms ease 400ms;
  cursor: pointer;
  background-color: #fff;
  border: 0px solid #000;
}
.calendly-wrapper:before {
  content: "";
  position: absolute;
  z-index: 0;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  align-items: center;
  justify-content: center;
  color: #fff;
  display: flex;
  font-size: 12px;
  white-space: nowrap;
  background-image: url(https://d3v0px0pttie1i.cloudfront.net/uploads/user/avatar/43206059/107dfd5b.jpeg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  border: 5px solid #000;
  border-radius: 100%;
  overflow: hidden;
  filter: grayscale(100%);
  transition: opacity ease 300ms 300ms;
}
.calendly-wrapper:after {
  content: "Demo";
  display: flex;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  font-size: 10px;
  white-space: nowrap;
  color: #fff;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .calendly-wrapper {
    bottom: 60px;
    right: 50px;
  }
}
.calendly-wrapper:hover, .calendly-wrapper.hover-active {
  overflow: hidden;
  width: 330px;
  display: flex;
  border-radius: 0;
  height: 775px;
  transition: bottom 300ms ease 200ms, right 300ms ease 200ms, height 300ms ease 200ms, width 300ms ease 200ms, border-radius 300ms ease 0ms;
  bottom: 10px;
  right: 10px;
}
.calendly-wrapper:hover:before, .calendly-wrapper.hover-active:before {
  opacity: 0;
  transition: opacity 0ms ease 0ms;
}
.calendly-wrapper:hover .calendly-inline-widget-wrapper, .calendly-wrapper.hover-active .calendly-inline-widget-wrapper {
  width: 330px;
  height: 775px;
  opacity: 1;
  pointer-events: all;
  border-radius: 0;
  transition: border-radius 0ms ease 0ms, height 300ms ease 200ms;
}
.calendly-wrapper:hover .calendly-inline-widget-wrapper .calendly-inline-widget, .calendly-wrapper.hover-active .calendly-inline-widget-wrapper .calendly-inline-widget {
  transition: border-radius 0ms ease 0ms, margin 0ms ease 0ms, opacity 0ms ease 0ms, height 0ms ease 300ms, width 0ms ease 300ms;
}
.calendly-wrapper .calendly-inline-widget-wrapper {
  opacity: 0;
  width: 75px;
  height: 75px;
  overflow: hidden;
  position: relative;
  transition: border-radius 300ms ease 200ms, opacity 0ms ease 400ms, height 0ms ease 100ms, width 0ms ease 400ms;
  pointer-events: none;
  border: 0px solid #000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-radius: 100%;
}
.calendly-wrapper .calendly-inline-widget-wrapper .calendly-inline-widget {
  margin-top: -25px;
  margin-left: 1px;
  min-height: 775px;
  transition: margin 0ms ease 200ms, opacity 0ms ease 300ms;
}

html.modal-active .header, html.modal-active .page-body, html.modal-active .footer, html.modal-active .mobile-logo {
  filter: blur(8px);
}
html.modal-active .navigation-trigger {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 300ms ease 300ms;
  padding: 75px 10px 0 10px;
}
.modal .content .container {
  height: calc(100% - 60px);
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
  opacity: 0;
  transition: opacity 500ms ease;
}
@media (min-width: 1024px) {
  .modal {
    padding: 100px 50px 0 50px;
  }
  .modal .content .container {
    height: 100%;
    padding-bottom: 0;
    height: 100%;
  }
}
.modal-active .modal {
  pointer-events: all;
  z-index: 20;
  opacity: 1;
  transition: all 500ms ease;
}
.modal-active .modal .content {
  transition: all 400ms ease 100ms;
  opacity: 1;
}
.modal-active.modal-showing .modal .closer {
  opacity: 1;
}
.modal-active.modal-showing .modal .content {
  transition: all 350ms ease 100ms;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.modal-active.modal-showing .modal .content .container {
  opacity: 1;
}
.modal .closer {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #fff;
  font-size: 30px;
  padding: 18px;
  opacity: 0;
  transition: all 300ms ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .modal .closer {
    padding: 20px;
  }
}
.modal .content {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-bottom: 0;
  transition: opacity 200ms ease, transform 500ms ease 500ms;
  transform: translateY(20%);
  padding: 0px;
  opacity: 0;
}
@media (max-width: 1023px) {
  .modal .content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
  }
}
.modal .content .section {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.modal .content .contained {
  padding: 0px;
}
@media (min-width: 1024px) {
  .modal .content {
    overflow-y: auto;
    overflow-x: hidden;
  }
  .modal .content .contained {
    padding: 20px;
  }
}
@media (max-width: 1023px) {
  .modal .content .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateX(-10px);
    width: calc(100% + 20px);
  }
  .modal .content .actions .button {
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .modal .content .actions {
    padding: 0 20px 20px 20px;
  }
}
.modal .actions-bar {
  left: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background-color: #0bb713;
  text-align: center;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
  transform: translateY(100%);
}
html.modal-active.modal-showing .modal .actions-bar {
  transform: translateY(0%);
}
.modal .actions-bar a {
  width: 100%;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .modal .actions-bar {
    display: none;
  }
}

.plots {
  justify-content: space-evenly;
  padding-left: 35px;
}
.plots .plot {
  width: 6px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  flex-direction: column;
}
.plots .plot.double {
  width: 14px;
}
.plots .plot.double .plot-value:first-child {
  margin-right: 2px;
}
.plots .plot .plot-label {
  height: 23px;
  width: 100%;
  font-size: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  color: rgba(255, 255, 255, 0.4);
}
.plots .plot .plot-value-holder {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.plots .plot .plot-value-holder .plot-value {
  height: 0%;
  position: relative;
  width: 100%;
  background-color: yellow;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: linear-gradient(5deg, #033389 0%, #54f42c 100%);
  transition: all 500ms ease 0ms;
  opacity: 0;
}
.plots .plot .plot-value-holder .plot-value.yellow {
  background: linear-gradient(5deg, rgb(0, 0, 0) 0%, #033389 0%, #d5f42c 100%);
}
.plots .plot .plot-value-holder .plot-value.red {
  background: linear-gradient(5deg, rgb(0, 0, 0) 0%, #033389 0%, #d24343 100%);
}

.scale {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  text-align: left;
  position: absolute;
  width: 100%;
  top: 7px;
  left: 0;
  height: 100%;
}
.scale > div {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.scale > div span {
  display: inline-block;
  width: 35px;
  text-align: right;
}
.scale > div:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.0666666667);
  height: 1px;
  width: 100%;
  position: relative;
  margin-left: 5px;
}

.partners-frame {
  background-color: #232323;
}

.bg-image-partners {
  background-image: url("https://staging.blackleaf.io/wp-content/uploads/2025/02/HeaderBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.hero-container-partners {
  padding: 120px 80px;
  overflow: hidden;
}
.hero-container-partners h1 {
  font-size: 4.0625rem;
  font-weight: 500;
  line-height: 78px;
  text-align: center;
}
.hero-container-partners img {
  width: 650px;
  text-align: center;
}
.hero-container-partners h2 {
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}
.hero-container-partners p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 36.8px;
  text-align: center;
}
@media (max-width: 768px) {
  .hero-container-partners {
    padding: 140px 10px;
  }
  .hero-container-partners h1 {
    font-size: 2rem;
    line-height: 48px;
  }
  .hero-container-partners img {
    width: 380px;
  }
  .hero-container-partners h2 {
    font-size: 1.2rem;
  }
  .hero-container-partners p {
    font-size: 1rem;
  }
}

.bg-plain-partners {
  height: auto;
  width: 100%;
}

.partners-container {
  padding: 100px 80px;
  overflow: hidden;
}
.partners-container h2 {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
}
.partners-container .mobile-img {
  display: none;
}
.partners-container img {
  width: 850px;
  text-align: center;
}
@media (max-width: 768px) {
  .partners-container {
    padding: 30px 10px;
  }
  .partners-container h2 {
    font-size: 1.1rem;
    line-height: 36px;
  }
  .partners-container .web-img {
    display: none;
  }
  .partners-container .mobile-img {
    display: inline;
    text-align: center;
  }
  .partners-container img {
    width: 320px;
  }
}

.bg-custom-partners {
  background-image: url("https://staging.blackleaf.io/wp-content/uploads/2025/01/CloverBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.portal-container {
  padding: 120px 200px;
  overflow: hidden;
}
.portal-container h1 {
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 40px;
}
.portal-container p {
  font-size: 1.4375rem;
  font-weight: 400;
  line-height: 39.1px;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.portal-container .portal-btn a {
  background: #52872b;
  color: #fff;
  padding: 12px 100px;
  gap: 8px;
  border: 1px solid #52872b;
  text-decoration: none;
  transition: 0.2s;
}
.portal-container .portal-btn a:hover {
  background: #76c23f;
  border: 1px solid #76c23f;
  color: #fff;
}
.portal-container .link-text {
  color: #6db23c;
  text-decoration: none;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .portal-container {
    padding: 30px 10px;
  }
  .portal-container h1 {
    font-size: 2rem;
    line-height: 48px;
    text-align: center;
    margin-bottom: 0;
  }
  .portal-container p {
    font-size: 1rem;
    line-height: 28.5px;
    text-align: center;
    margin-top: 40px;
  }
  .portal-container .portal-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portal-container .portal-btn a {
    font-size: 1.1rem;
    padding: 12px 40px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 10px !important;
  }
}

.referral-container {
  padding: 60px 80px;
  overflow: hidden;
}
.referral-container h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 40px;
  text-align: center;
}
.referral-container .table-sec {
  margin: 60px 200px;
}
.referral-container .table-sec .table-heading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.15em;
}
.referral-container .table-sec .table-content {
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}
.referral-container .table-sec .table-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.referral-container .table-sec .table-content p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.referral-container .table-sec .table-content p strong {
  font-weight: 700;
}
.referral-container .table-sec .price {
  font-size: 3rem;
  color: #6db23c;
  font-weight: 700;
  border: 0;
  margin: 0;
}
.referral-container .table-sec .per-message {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.referral-container .table-sec .duration p {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .referral-container {
    padding: 30px 10px;
  }
  .referral-container h1 {
    font-size: 2rem;
    line-height: 48px;
  }
  .referral-container .table-sec {
    margin: 60px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
  }
  .referral-container .table-sec .table-heading {
    display: none;
  }
  .referral-container .table-sec .table-content {
    font-size: 0.8rem;
    text-align: center !important;
    padding: 0 !important;
  }
  .referral-container .table-sec .table-content h3 {
    font-size: 1.2rem;
  }
  .referral-container .table-sec .table-content p {
    font-size: 0.8rem;
  }
  .referral-container .table-sec .price {
    font-size: 2rem;
  }
  .referral-container .table-sec .duration p {
    font-size: 0.8rem;
  }
}

.steps-container {
  padding: 60px 80px;
  overflow: hidden;
}
.steps-container h1 {
  font-size: 3.4375rem;
  font-weight: 500;
  line-height: 66px;
  margin-bottom: 40px;
  text-align: center;
}
.steps-container img {
  width: 380px;
}
.steps-container h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.steps-container p {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .steps-container {
    padding: 30px 10px;
  }
  .steps-container h1 {
    font-size: 2rem;
    line-height: 48px;
  }
  .steps-container .img-sec {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .steps-container img {
    width: 320px;
    margin-bottom: 40px;
  }
  .steps-container h3 {
    font-size: 1.2rem;
  }
  .steps-container p {
    font-size: 1rem;
  }
}

.xgallery-active .gallery {
  z-index: 555;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.xgallery-active .gallery-popup {
  z-index: 10;
}
.xgallery-active main, .xgallery-active .sections {
  z-index: 999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gallery {
  position: relative;
  margin: 50px 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
.gallery.activated {
  opacity: 1;
}
.gallery .gallery-container {
  position: relative;
  xoverflow-x: auto;
  xoverflow-y: hidden;
}
.gallery .controls {
  position: absolute;
  top: auto;
  bottom: 25px;
  right: 100px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.5803921569);
  cursor: pointer;
  color: #000;
  pointer-events: all;
}
.gallery .controls.forward {
  left: auto;
  right: 25px;
}
.gallery ul {
  display: flex;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  /* Chrome / Safari */
}
.gallery ul::-webkit-scrollbar {
  display: none;
}
.gallery ul li {
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
  height: 230px;
  min-width: 250px;
  border-radius: 0px;
  overflow: hidden;
  transition: all 300ms ease;
}
.gallery-active .gallery ul li.active {
  opacity: 1;
}
.gallery ul li a {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery.is-dragging {
  cursor: grabbing;
}
.gallery.is-dragging li a {
  cursor: grabbing;
}
.gallery .contained-cont {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 230px;
  z-index: 3;
  display: flex;
}
.gallery.gallery-type- .gallery-container {
  position: relative;
  xoverflow-x: auto;
  xoverflow-y: hidden;
}
.gallery.gallery-type- .gallery-container .contained {
  max-width: 9999px;
}
.gallery.gallery-type-grid {
  display: flex;
  justify-content: center;
  margin: 0;
}
.gallery.gallery-type-grid .contained-cont {
  display: none;
}
.gallery.gallery-type-grid ul {
  gap: 25px;
  flex-wrap: wrap;
}
.gallery.gallery-type-grid li {
  min-width: 30%;
  display: none;
}
.gallery.gallery-type-grid li[data-copy="0"] {
  display: flex;
}

html.gallery-active {
  overflow: hidden;
  pointer-events: none;
}

html.gallery-active body {
  pointer-events: none;
}

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: backdrop-filter 100ms ease, opacity 300ms ease, transform 0ms ease 300ms, background-color 100ms ease 0ms;
  transform: scale(0.9);
  backdrop-filter: blur(10px);
}
.gallery-active .gallery-popup {
  background-color: #000;
  transition: backdrop-filter 100ms ease, opacity 1000ms ease, transform 300ms ease, background-color 1000ms ease 1000ms;
  transform: scale(1);
}
.gallery-popup .title, .gallery-popup .description, .gallery-popup .caption, .gallery-popup .gallery-items {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  border-radius: 5px;
  backdrop-filter: blur(10px);
}
.gallery-popup .meta {
  z-index: 20;
  position: absolute;
  bottom: 50px;
  left: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  max-width: 500px;
  text-align: left;
}
@media (max-width: 1023px) {
  .gallery-popup .meta {
    max-width: calc(100vw - 100px);
  }
}
.gallery-popup .title {
  bottom: 50px;
  left: 50px;
}
.gallery-popup .gallery-items {
  top: 50px;
  left: 50px;
}
.gallery-popup .image-part {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.gallery-popup .image {
  overflow: auto;
  flex: 1;
  width: 100%;
  display: flex;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overflow-anchor: none; /* prevents browser anchoring jumps */
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
}
.gallery-popup .image img {
  min-width: 100%;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.5;
  transition: opacity 1000ms ease, transform 1000ms ease;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-popup .image img.temporary {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.gallery-popup .image img.temporary.fadein {
  opacity: 1;
}
.gallery-popup .image img.active {
  opacity: 1;
}
.gallery-active .gallery-popup {
  pointer-events: all;
  z-index: 400;
  opacity: 1;
}
.gallery-popup .gallery-closer {
  position: absolute;
  top: 20px;
  right: 20px;
  backdrop-filter: blur(10px);
  background-color: #1c79132e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  height: 50px;
  width: 50px;
  z-index: 99;
  font-size: 30px;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
}
.gallery-popup .control {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 50px;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  background-color: #1c79132e;
  cursor: pointer;
  pointer-events: all;
  transform: translateY(-50%);
}
.gallery-popup .control.next {
  left: auto;
  right: 15px;
}
.gallery-popup .thumbnails {
  width: 100%;
  opacity: 0;
  transition: opacity 1000ms ease 1000ms;
}
.gallery-active .gallery-popup .thumbnails {
  opacity: 1;
}
.gallery-popup .thumbnails ul {
  display: flex;
  gap: 5px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  user-select: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.gallery-popup .thumbnails ul::-webkit-scrollbar {
  display: none;
}
.gallery-popup .thumbnails ul li {
  margin: 0;
  padding: 0;
  display: flex;
  flex: 1;
  height: 180px;
  min-width: 220px;
  opacity: 0.5;
  overflow: hidden;
}
.gallery-active .gallery-popup .thumbnails ul li.active {
  opacity: 1;
}
.gallery-popup .thumbnails ul li a {
  cursor: pointer;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
}
.gallery-popup .thumbnails ul li img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.gallery-popup .thumbnails.is-dragging {
  cursor: grabbing;
}
.gallery-popup .thumbnails.is-dragging li a {
  cursor: grabbing;
}

.content .content-block a.location-block {
  color: inherit;
  background-color: #222222;
  padding: 15px;
  backdrop-filter: blur(5px);
  border-radius: 5px;
}
.content .content-block a.location-block .shop-title {
  font-size: 18px;
  font-weight: 600;
}
.content .content-block a.location-block .address {
  font-size: 14px;
}

.hero-floater {
  z-index: 10;
  text-align: center;
  width: 100%;
  padding: 0 25px 25px 25px;
}
@media (min-width: 1024px) {
  .hero-floater {
    position: absolute;
    bottom: 80px;
    left: 0;
    top: auto;
    padding: 0;
  }
}

xdiv#homepage-hero-section:after {
  content: "";
  background-image: url("http://showgrow.com/wp-content/uploads/2026/01/showgrow-la-floor-full.jpg");
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.15;
}

.content-block.top.main h1 {
  margin-top: 100px;
}
.content-block.top.main .button-actions {
  position: relative;
  width: 100%;
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .content-block.top.main h1 {
    margin-top: 0;
    text-align: left;
    padding: 0;
    justify-content: flex-start;
  }
  .content-block.top.main h3.n {
    text-align: left;
  }
  .content-block.top.main .button-actions {
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.home-search input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  font-size: 16px;
  margin: 0;
  height: 60px;
  border-radius: 5px;
  padding-right: 100px;
  background-color: rgba(0, 0, 0, 0.1215686275);
  color: #fff;
}
.home-search input::placeholder {
  color: #bbb;
}
@media (min-width: 1024px) {
  .home-search input {
    padding: 10px 25px;
  }
}

@media (max-width: 1023px) {
  .cm {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.grid-panel {
  display: flex;
  width: 100%;
  gap: 10px 40px;
  flex-wrap: wrap;
}
.grid-panel .grid-panel-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 5px;
  flex: 1;
  background-color: #1c1c1c;
  padding: 7px 10px;
  font-size: 14px;
  color: #cacaca;
  border-radius: 5px;
}
.grid-panel.larger .grid-panel-type {
  gap: 10px;
}
.grid-panel.larger .grid-panel-item {
  background-color: #2d2d2d;
  padding: 15px 15px;
  font-size: 16px;
  font-weight: 300;
}
.grid-panel.larger .grid-panel-item div {
  display: flex;
  gap: 20px;
}
.grid-panel.larger .grid-panel-item i {
  font-size: 30px;
}
.grid-panel.larger .grid-panel-item i.fa-check {
  color: #56ff00;
}
.grid-panel.larger .grid-panel-item i.fa-xmark {
  color: #ff5b5b;
}
@media (min-width: 1024px) {
  .grid-panel {
    gap: 10px 40px;
  }
}

.grid-panel-type {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex: 1;
}

.grid-panel-lbl {
  font-weight: 600;
  margin-bottom: 10px;
}

.googlemap-wrapper .googlemap-overlay {
  transition: all 300ms ease 500ms;
  height: 100%;
  width: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}

.googlemap-wrapper.loaded.mouse-down .googlemap-overlay {
  opacity: 0 !important;
  transition: all 300ms ease 0ms;
}

.googlemap {
  top: -5000px;
  transition: all 0ms ease 500ms;
}

.googlemap-wrapper.loaded .googlemap {
  top: 0;
}

.googlemap-wrapper.loaded .googlemap-overlay {
  opacity: 0.5;
}

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