body {
  font-family: "aktiv-grotesk", sans-serif !important;
  line-height: 1.6rem;
  color: #000000;
  font-weight: 400;
}

h1,
h2,
h3,
h4 {
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
}

h1,
h2 {
  font-weight: 700;
}

h3,
h4 {
  font-weight: 600;
  line-height: 1.925rem;
}

h1 {
  font-size: 4rem;
  line-height: 4rem;
  padding-bottom: 24px;
}

h2 {
  font-size: 2.25rem;
  color: #4d0a28;
  line-height: 2.75rem;
}

.blog-heading h2 {
  margin-top: 64px !important;
}

.nectar-badge {
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
}

@media (max-width: 1000px) {
  h1 {
    font-size: 2.75rem;
    line-height: 2.75rem;
  }
}
body #header-outer,
body[data-header-color=dark] #header-outer {
  background-color: #4d0a28;
}

.mobile-only {
  display: block !important;
}

.desktop-only {
  display: none !important;
}

.row.heading-title.hentry {
  display: none;
}

.container-wrap.no-sidebar {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media (min-width: 1000px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: block !important;
  }
}
.row-blog-content {
  padding-bottom: 0 !important;
}

.single-post .content-inner {
  padding-bottom: 0 !important;
}
.single-post .menu-title-text {
  opacity: 0.75;
}
.single-post .menu-title-text:hover {
  opacity: 1;
}
.single-post .menu-title-text:hover::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-top: 2px solid #fff;
  padding-bottom: inherit;
  transform-origin: 0 0;
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  bottom: -3px;
  border-color: #ffffff !important;
}

.foooter-blocks h4,
.foooter-blocks h3 {
  font-family: "aktiv-grotesk-condensed", sans-serif !important !important;
  color: #ff6642 !important;
}
.foooter-blocks p a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #ff6642;
}
.foooter-blocks .footer-links p {
  font-size: 0.875rem;
}
.foooter-blocks .footer-links p a {
  color: #fff !important;
  text-decoration: none;
}

.footer-bg-row .img-with-aniamtion-wrap,
.footer-bg-row .img-with-aniamtion-wrap .inner,
.footer-bg-row .img-with-aniamtion-wrap .hover-wrap,
.footer-bg-row .img-with-aniamtion-wrap .hover-wrap-inner {
  width: 100% !important;
  max-width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-bg-row .img-with-aniamtion-wrap.center {
  text-align: left !important;
}

.footer-bg-row img.img-with-animation {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
}

.hero-intro p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

.cta-block {
  padding: 60px;
  border-radius: 20px;
}
.cta-block--team-member {
  display: flex;
}
.cta-block--team-member {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cta-block--contact-image {
  padding-bottom: 0;
}
.cta-block--contact-image img {
  margin-bottom: 0 !important;
  background-color: #ff6642;
  border-radius: 50%;
}
@media (max-width: 1000px) {
  .cta-block--contact-details {
    margin-left: 10px;
  }
}
.cta-block--contact-details__name {
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  color: #ff6642;
  font-weight: 700;
  font-size: 1.25rem;
}
.cta-block--contact-details a {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-color: #ff6642;
}

.gform_required_legend {
  display: none;
}

body .gform_wrapper .gfield_label,
body .gform_wrapper .gform-field-label,
body .gform_wrapper .gform-field-label--type-sub {
  display: block;
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  font-weight: 500 !important;
  color: #4d0a28;
  line-height: 1.2;
  margin-top: 0 !important;
}
body .gform_wrapper .gfield_label,
body .gform_wrapper .gform-field-label {
  font-size: 1rem;
  margin-bottom: 8px;
}
body .gform_wrapper .gform-field-label--type-sub {
  font-size: 1rem;
  margin-bottom: 6px;
}
body .gform_wrapper .gfield_required,
body .gform_wrapper .gfield_required_text {
  color: #ff6642;
}
body .gform_wrapper .ginput_container input[type=text],
body .gform_wrapper .ginput_container input[type=email],
body .gform_wrapper .ginput_container input[type=tel],
body .gform_wrapper .ginput_container input[type=url],
body .gform_wrapper .ginput_container input[type=number],
body .gform_wrapper .ginput_container input[type=password],
body .gform_wrapper .ginput_container input[type=search],
body .gform_wrapper .ginput_container textarea,
body .gform_wrapper .ginput_container select {
  border: none !important;
  border-bottom: 2px solid #4d0a28 !important;
  border-radius: 0 !important;
  background: transparent;
  padding: 10px 0;
  box-shadow: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: border-color 0.2s ease;
}
body .gform_wrapper .ginput_container input[type=text]:focus,
body .gform_wrapper .ginput_container input[type=email]:focus,
body .gform_wrapper .ginput_container input[type=tel]:focus,
body .gform_wrapper .ginput_container input[type=url]:focus,
body .gform_wrapper .ginput_container input[type=number]:focus,
body .gform_wrapper .ginput_container input[type=password]:focus,
body .gform_wrapper .ginput_container input[type=search]:focus,
body .gform_wrapper .ginput_container textarea:focus,
body .gform_wrapper .ginput_container select:focus {
  outline: none;
  border-bottom: 2px solid #ff6642 !important;
}
body .gform_wrapper .ginput_container input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #4d0a28;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s ease;
}
body .gform_wrapper .ginput_container input[type=checkbox]:checked {
  border-color: #ff6642;
  background-color: #fff;
}
body .gform_wrapper .ginput_container input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #ff6642;
  border-bottom: 2px solid #ff6642;
  transform: translate(-50%, -60%) rotate(-45deg);
}
body .gform_wrapper .ginput_container input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 102, 66, 0.3);
}

body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_footer button[type=submit],
body .gform_wrapper .gform_footer .gform_button,
body .gform_wrapper .gform_page_footer input[type=submit],
body .gform_wrapper .gform_page_footer button[type=submit],
body .gform_wrapper .gform_page_footer .gform_button {
  background-color: #ff6642 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 12px 24px !important;
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  border-radius: 100px !important;
  cursor: pointer;
  box-shadow: none !important;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  transition: background-color 0.3s ease;
}

body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_footer button[type=submit]:hover,
body .gform_wrapper .gform_footer .gform_button:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer button[type=submit]:hover,
body .gform_wrapper .gform_page_footer .gform_button:hover {
  background-color: rgb(255, 143.2857142857, 117) !important;
  color: #fff !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #ff6642 !important;
}

@media only screen and (max-width: 1000px) {
  .btn-menu a span {
    font-size: 1rem !important;
  }
  #header-outer #mobile-menu,
  #header-outer .slide-out-widget-area-toggle,
  #header-outer .span_9 > .slide-out-widget-area-toggle {
    display: none !important;
  }
  /* Make header row horizontal */
  #header-outer #top .container,
  #header-outer #top .row,
  #header-outer #top .span_3,
  #header-outer #top .span_9 {
    display: flex !important;
    align-items: center !important;
  }
  /* Main top area */
  #header-outer #top .row {
    justify-content: space-between !important;
    width: 100%;
  }
  /* Logo left */
  #header-outer #logo,
  #header-outer .span_3 {
    flex: 0 0 auto;
    margin: 0 !important;
    width: auto !important;
  }
  /* Right side nav */
  #header-outer .span_9 {
    flex: 1 1 auto;
    justify-content: flex-end !important;
    text-align: right;
    margin: 0 !important;
  }
  /* Show normal menu on mobile */
  #header-outer #top nav,
  #header-outer #top nav > ul,
  #header-outer #top .sf-menu {
    display: none !important;
    align-items: center !important;
    justify-content: flex-end !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Only keep menu inline */
  #header-outer #top nav > ul > li,
  #header-outer #top .sf-menu > li {
    display: inline-flex !important;
    margin: 0 !important;
  }
  /* Menu link styling */
  #header-outer #top nav > ul > li > a,
  #header-outer #top .sf-menu > li > a {
    line-height: 1.2 !important;
    font-size: 14px !important;
    white-space: nowrap;
  }
  /* Prevent weird header height issues */
  #header-outer #top {
    padding: 10px 0 !important;
  }
  /* Make logo scale nicely */
  #header-outer #logo img {
    max-height: 40px !important;
    width: auto !important;
    display: block;
  }
}
.testimonials-grid > .vc_column-inner {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}
.testimonials-grid > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
}
.testimonials-grid > .vc_column-inner > .wpb_wrapper > .divider-wrap:nth-last-child(2) {
  margin-top: auto;
}
.testimonials-grid blockquote {
  font-family: "aktiv-grotesk", sans-serif !important;
  font-style: italic;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 0;
}
.testimonials-grid blockquote:before {
  border: 0;
}
.testimonials-grid .team-member {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "image title" "image position";
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
.testimonials-grid .team-member img {
  grid-area: image;
  margin-bottom: 0;
}
.testimonials-grid .team-member h4 {
  color: #ffffff;
  font-family: "aktiv-grotesk", sans-serif !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  grid-area: title;
  align-self: end;
}
.testimonials-grid .team-member .position {
  grid-area: position;
  align-self: start;
}

.blog-post-date {
  display: inline-flex;
  padding: 6px 16px;
  border-radius: 50px;
  background: #eee8de;
  color: #4d0a28;
}

.btn.btn-primary {
  background-color: #ff6642;
  border-color: #ff6642;
  color: #fff;
  border-radius: 50px;
  padding: 12px 50px 12px 20px;
  position: relative;
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  transition: padding 0.3s ease;
}
.btn.btn-primary:hover {
  background-color: rgb(255, 143.2857142857, 117);
  border-color: rgb(255, 143.2857142857, 117);
  color: #fff;
  padding: 12px 20px 12px 44px;
}
.btn.btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-image: url("../img/arrow-down-solid-full.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
}
.btn.btn-primary:hover::after {
  transform: translate(calc(-1 * var(--btn-icon-shift)), -50%);
}
.btn.btn-primary--link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background-image: url("../img/link-solid.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100px;
}
.btn.btn-primary--slide {
  --btn-icon-size: 44px;
  --btn-icon-offset: 4px;
  --btn-padding-right: calc(var(--btn-icon-size) + 18px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-right: var(--btn-padding-right);
}
.btn.btn-primary--slide .btn-primary__text {
  position: relative;
  z-index: 3;
  transition: color 0.35s ease;
}
.btn.btn-primary--slide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: var(--btn-icon-offset);
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100px;
  z-index: 1;
  transition: width 0.4s ease, height 0.4s ease, right 0.4s ease;
}
.btn.btn-primary--slide::after {
  width: var(--btn-icon-size);
  height: var(--btn-icon-size);
  right: var(--btn-icon-offset);
  background-size: 18px;
  z-index: 2;
  background-color: transparent;
}
.btn.btn-primary--slide:hover {
  color: #4d0a28;
  padding: 12px var(--btn-padding-right) 12px 20px;
}
.btn.btn-primary--slide:hover .btn-primary__text {
  color: #4d0a28;
}
.btn.btn-primary--slide:hover::before {
  width: calc(100% - var(--btn-icon-offset) * 2);
}
.btn.btn-primary--slide:hover::after {
  right: var(--btn-icon-offset);
  transform: translateY(-50%);
}

.btn-menu a {
  border: 1px solid #ff6642;
  padding: 10px 20px !important;
  border-radius: 50px;
}
.btn-menu a span {
  font-size: 1.25rem;
  color: #fff;
  font-weight: 500 !important;
}

.hover-wrap-inner:has(.custom-icon) {
  background-color: #ff6642;
  width: 40px;
  border-radius: 50px;
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box {
  font-family: "aktiv-grotesk", sans-serif !important;
}
.icon-box h3 {
  font-family: "aktiv-grotesk-condensed", sans-serif !important;
  color: #4d0a28;
}

.marconic-image-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.marconic-image-marquee:hover .marconic-image-marquee__track {
  animation-play-state: paused;
}
.marconic-image-marquee__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  gap: var(--marquee-gap, 10px);
  animation: marconic-image-marquee-scroll 40s linear infinite;
  will-change: transform;
}
.marconic-image-marquee__item {
  flex: 0 0 auto;
}
.marconic-image-marquee__item img {
  display: block;
  width: auto;
  max-width: none;
  height: clamp(140px, 18vw, 240px);
  -o-object-fit: contain;
     object-fit: contain;
}

/* IMPORTANT: adjust for gap */
@keyframes marconic-image-marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - var(--marquee-gap, 10px) / 2));
  }
}
.main-content ul,
.wpb_text_column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-content ul li,
.wpb_text_column ul li {
  position: relative;
  padding-left: 21px;
  margin-bottom: 14px;
  line-height: 1.4;
  list-style: none;
}
.main-content ul li::before,
.wpb_text_column ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 6px;
  border-radius: 20px;
  background: #ff6642;
}
.main-content ul li::marker,
.wpb_text_column ul li::marker {
  display: none;
}

.popup-content-source {
  display: none !important;
}

.custom-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.custom-popup.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.custom-popup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.custom-popup__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  max-height: 90vh;
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  transform: translateY(20px);
  transition: transform 0.3s ease;
}
.custom-popup.is-active .custom-popup__inner {
  transform: translateY(0);
}
.custom-popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #ff6642;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.popup-content-source {
  display: none !important;
}

.custom-popup__content > .popup-content-source {
  display: block !important;
}

body.popup-open {
  overflow: hidden;
}