:root {
  --new-bg: #fafaf2;
  --new-primary: #298e4f;
  --dark-primary: #2c6e28;
  --new-white: #ffffff;
  --gray: #525252;
  --new-dark-blue: #181e2a;
  --bright-primary: #bddcc8;
}

@font-face {
  font-family: "bignoodletitlingregular";
  src: url("../fonts/big_noodle_titling-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.new-eyebrow * {
  font-family: "bignoodletitlingregular";
  font-size: 18px;
  line-height: 1.2;
}

.new-eyebrow--center * {
  text-align: center;
}

.new-heading h1,
.new-container h1 {
  font-family: "bignoodletitlingregular";
  font-size: 60px;
  letter-spacing: -1.2px;
  line-height: 1;
}

.new-heading h2,
.new-container h2 {
  font-family: "bignoodletitlingregular";
  font-size: 48px;
  letter-spacing: -0.96px;
  line-height: 1;
}

.new-heading h3,
.new-container h3 {
  font-family: "bignoodletitlingregular";
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 1;
}

.new-heading h4,
.new-container h4 {
  font-family: "bignoodletitlingregular";
  font-size: 24px;
  letter-spacing: -0.52px;
  line-height: 1;
}

.text-xl * {
  font-size: 20px;
  line-height: 1.5;
}

.text-sm * {
  font-size: 14px;
  line-height: 1.5;
}

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

.new-container {
  width: 100%;
  max-width: 1344px;
  padding: 0 2rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.new-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--new-primary) !important;
  padding: 0.5rem 1.25rem;
  border-radius: 70px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--new-white) !important;
  cursor: pointer;
}

.new-btn:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='white'/%3E%3Cpath d='M11.2151 6.96499L14.2501 9.99999L11.2151 13.035' stroke='%23298E4F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75 9.99999H14.165' stroke='%23298E4F' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: contain;
}

.new-btn.new-btn--transparent {
  border: 1px solid var(--new-primary);
  color: var(--new-primary) !important;
  background: transparent !important;
}

.new-btn.new-btn--transparent:after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%233E9B38'/%3E%3Cpath d='M11.2151 6.96499L14.2501 9.99999L11.2151 13.035' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.75 9.99999H14.165' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: contain;
}

.new-footer {
  background: var(--new-dark-blue);
  color: #d6d6d6;
  padding: 60px 0;
}

.new-footer-inner {
  display: flex;
  padding-bottom: 40px;
  margin: 0 -1rem;
}

.footer-col {
  width: 25%;
  padding: 0 1rem;
}

.footer-brand .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-brand .footer-logo img {
  max-width: 170px;
  height: auto;
}

.footer-brand .footer-logo span {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-brand p {
  color: #d6d6d6;
}

.footer-links {
  width: 20%;
}

.footer-links h4,
.footer-contact h4 {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 12px;
  border-bottom: none !important;
}

.footer-links ul li a {
  color: #d6d6d6;
  text-decoration: none;
  padding: 0 !important;
  line-height: 1.5 !important;

  transition: color 0.2s;
}

.footer-links ul li a:hover {
  color: #ffffff;
}

.footer-contact {
  width: 30%;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-contact-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
}

.footer-contact-item .icon:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.footer-contact-item .icon.location:after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 10C20 16 12 22 12 22C12 22 4 16 4 10C4 7.87827 4.84285 5.84344 6.34315 4.34315C7.84344 2.84285 9.87827 2 12 2C14.1217 2 16.1566 2.84285 17.6569 4.34315C19.1571 5.84344 20 7.87827 20 10Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: contain;
}

.footer-contact-item .icon.email:after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 7L13.03 12.7C12.7213 12.8934 12.3643 12.996 12 12.996C11.6357 12.996 11.2787 12.8934 10.97 12.7L2 7M4 4H20C21.1046 4 22 4.89543 22 6V18C22 19.1046 21.1046 20 20 20H4C2.89543 20 2 19.1046 2 18V6C2 4.89543 2.89543 4 4 4Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: contain;
}

.footer-contact-item .icon.phone:after {
  background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.9999 16.9201V19.9201C22.0011 20.1986 21.944 20.4743 21.8324 20.7294C21.7209 20.9846 21.5572 21.2137 21.352 21.402C21.1468 21.5902 20.9045 21.7336 20.6407 21.8228C20.3769 21.912 20.0973 21.9452 19.8199 21.9201C16.7428 21.5857 13.7869 20.5342 11.1899 18.8501C8.77376 17.3148 6.72527 15.2663 5.18993 12.8501C3.49991 10.2413 2.44818 7.27109 2.11993 4.1801C2.09494 3.90356 2.12781 3.62486 2.21643 3.36172C2.30506 3.09859 2.4475 2.85679 2.6347 2.65172C2.82189 2.44665 3.04974 2.28281 3.30372 2.17062C3.55771 2.05843 3.83227 2.00036 4.10993 2.0001H7.10993C7.59524 1.99532 8.06572 2.16718 8.43369 2.48363C8.80166 2.80008 9.04201 3.23954 9.10993 3.7201C9.23656 4.68016 9.47138 5.62282 9.80993 6.5301C9.94448 6.88802 9.9736 7.27701 9.89384 7.65098C9.81408 8.02494 9.6288 8.36821 9.35993 8.6401L8.08993 9.9101C9.51349 12.4136 11.5864 14.4865 14.0899 15.9101L15.3599 14.6401C15.6318 14.3712 15.9751 14.1859 16.3491 14.1062C16.723 14.0264 17.112 14.0556 17.4699 14.1901C18.3772 14.5286 19.3199 14.7635 20.2799 14.8901C20.7657 14.9586 21.2093 15.2033 21.5265 15.5776C21.8436 15.9519 22.0121 16.4297 21.9999 16.9201Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: contain;
}

.footer-contact .footer-contact-item {
  align-items: center;
}

.footer-contact-item .info {
  color: #d6d6d6;
}

.footer-contact-item .info a {
  color: #d6d6d6;
  text-decoration: none;
}

.footer-contact-item .info a:hover {
  color: #ffffff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  color: #a0a0ab;
  margin: 0;
}

.footer-social {
  display: flex;
  gap: 20px;
}

.footer-social a {
  color: #d6d6d6;
  font-size: 1.1rem;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-social a:hover {
  color: #ffffff;
}

/* HOME HERO */

.hero-decor {
  opacity: 90%;
  position: absolute;
  right: 33%;
  top: -37px;
  bottom: -37px;
  left: -100vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='890' height='380' viewBox='0 0 890 380' fill='none'%3E%3Cpath d='M0 0H890L721.5 380H0V0Z' fill='%232C6E28'/%3E%3C/svg%3E")
    right no-repeat;
  z-index: -1;
  background-size: contain;
}

.hero-decor:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: var(--dark-primary);
}

.new-hero {
  position: relative;
  background-position-x: 25% !important;
  padding: 80px 0 !important;
}

@media (min-width: 1025px) {
  .new-hero {
    background-position-x: calc(25% - (5 * (100vw - 1025px) / 275)) !important;
  }
}

@media (min-width: 1300px) {
  .new-hero {
    background-position-x: calc(20% - (40 * (100vw - 1300px) / 400)) !important;
  }
}

@media (min-width: 1700px) {
  .new-hero {
    background-position-x: -20% !important;
  }
}

.new-hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 59%;
  z-index: -1;
  background: #c3e0c1;
  clip-path: polygon(0 0, 100% 0%, 78% 100%, 0% 100%);
  opacity: 80%;
}

/* BLOG */

.new-blog .sppb-addon-article {
  border: 1px solid #e5e5e5;
  background: var(--new-white);
  padding: 1rem;
}

.new-blog .sppb-article-img-wrap {
  display: flex;
  margin-bottom: 1rem;
  aspect-ratio: 378 / 210;
  border-radius: 3px;
  overflow: hidden;
}

.new-blog .sppb-article-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sppb-article-info-wrap h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Outfit", sans-serif;
}

.sppb-article-info-wrap h3 a {
  color: #424242;
}

.sppb-article-info-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 47px;
}

.sppb-article-meta {
  order: 1;
}

.sppb-meta-category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  background: #e8ebf4;
}

.sppb-meta-category a {
  color: var(--new-primary);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
}

.sppb-meta-date {
  font-size: 12px;
  font-size: 500;
  color: #737373;
}

.sppb-article-introtext {
  font-size: 18px;
  color: #525252;
  margin-bottom: 0.5rem;
}

/* SERVICES */

.new-services .slick-img {
  position: relative;
}

.new-services .slick-img:after {
  content: "" !important;
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.15));
}

.new-services .slick-img a {
  display: flex;
  aspect-ratio: 350 / 420;
  position: relative;
  transition: all 0.3s ease;
}

.new-services .slick-img:hover a {
  z-index: 2;
}

.new-services .slick-img a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.new-services .slick-slider {
  max-width: 90%;
  margin: 0 -10.5px;
  position: static;
}

.new-services .slick-slider .slick-list {
  overflow: visible;
}

.new-services .slick-slider .slick-content h3 {
  color: var(--new-white);
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}

.new-services .slick-slider .slick-content {
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 1.5rem;
  z-index: 1;
  padding-right: 54px;
}

.new-services .slick-slider .slick-content:before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='42' height='42' rx='21' fill='%2319328E'/%3E%3Cpath d='M16 16H26M26 16V26M26 16L16 26' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    center no-repeat;
  background-size: contain;
}

.new-services .slick-slider .slick-desc {
  font-size: 1rem;
  color: #e5e5e5;
}

.new-services .slick-slider .slick-desc p {
  margin-bottom: 0;
}

.new-services .slick-arrow {
  top: calc(100% + 2rem);
  margin-top: 0 !important;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  background: #ffffff;
  color: #141414;
}

.new-services .slick-prev {
  right: 74px;
  left: auto;
}

.new-services .slick-next {
  right: 10.5px;
}

/* ABOUT */

.new-about .sppb-addon-single-image-container {
  aspect-ratio: 595 / 350;
}

.new-about .sppb-addon-single-image-container:before {
  content: "";
  display: inline-block;
  position: absolute;
  inset: 0;
  background: #b8bfdc;
  transform: rotate(3deg);
  z-index: -1;
}

.new-about .sppb-addon-single-image-container:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.04);
}

.new-about .sppb-addon-single-image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.new-about .sppb-nav-tabs {
  gap: 12px;
}

.new-about .sppb-nav-tabs:before {
  content: none;
}

.new-about .sppb-tab-tabs-content {
  padding: 0;
  margin-top: 1.5rem;
}

.new-about .sppb-tab-tabs-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #424242;
  margin-bottom: 0.5rem;
  font-family: Outfit, sans-serif;
}

.new-about .sppb-tab-tabs-content p {
  font-size: 18px;
  color: #525252;
}

.new-about .sppb-nav-tabs {
  flex-wrap: wrap;
}

.new-about .sppb-nav-tabs .flex-fill {
  flex: inherit !important;
}

.new-about .sppb-nav-tabs .flex-fill > a {
  border: 1px solid #f5f5f5;
  background: var(--new-white);
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: Outfit, sans-serif;
  color: var(--gray);
  border-radius: 70px;
}

.new-about .sppb-nav-tabs .flex-fill.active > a {
  background: var(--new-primary);
  border: 1px solid var(--new-primary);
  color: var(--new-white);
}

/* SERVICES LIST */
.service-item img {
  aspect-ratio: 378/250;
  object-fit: cover;
}

.new-events .service-item img {
  aspect-ratio: 1/1;
}

.new-events .availability {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: calc(100% + 1rem);
  font-size: 14px;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  color: #067647;
  border: 1px solid #abefc6;
  background: #ecfdf3;
}

.new-events .availability--no {
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #b42318;
}

.service-item .sppb-addon-content p {
  margin-bottom: 0 !important;
}

.service-item {
  padding: 1rem;
  border: 1px solid #e5e5e5;
  background: var(--new-white);
}

.service-item .sppb-column-addons {
  display: flex;
  flex-direction: column;
}

.service-item .sppb-column-addons .sppb-addon-wrapper:last-child {
  margin-top: auto !important;
}

.service-item .new-btn {
  justify-content: center;
}

/* IMAGE SLIDER */
.new-image-slider img {
  aspect-ratio: 616/358;
  object-fit: cover;
}

.new-image-slider .slick-dots li button:before {
  color: #d6d6d6;
  opacity: 1;
  transition: all 0.25s ease-in;
}

.new-image-slider .slick-dots li.slick-active button:before {
  color: var(--new-primary);
  font-size: 13px;
}

.new-image-slider .slick-next,
.new-image-slider .slick-prev {
  border-radius: 50%;
  background: var(--new-white);
  border: 1px solid #e5e5e5;
  opacity: 1;
}

.new-image-slider .slick-prev {
  transform: translateX(-50%);
}

.new-image-slider .slick-next {
  transform: translateX(50%);
}

.new-image-slider .slick-next i,
.new-image-slider .slick-prev i {
  color: #141414;
}

/* FAQ */
.new-faq .sppb-panel-modern {
  background: var(--new-white);
  border-radius: 0;
  border: 1px solid #e5e5e5;
}

.new-faq .sppb-panel-modern .sppb-panel-body {
  border-top: 1px solid #e5e5e5;
  padding: 20px 20px 40px;
  color: #525252;
}

.new-faq .sppb-panel-heading .sppb-toggle-direction {
  transform: translateY(-50%) rotate(90deg);
  transition: none;
}

.new-faq .sppb-panel-heading.active .sppb-toggle-direction {
  transform: translateY(-50%) rotate(-90deg);
}

.new-faq .sppb-panel-modern > .sppb-panel-heading .sppb-toggle-direction > i {
  color: #737373;
}

.new-faq .sppb-panel-modern > .sppb-panel-heading {
  color: #141414;
  padding: 20px 40px 20px 20px;
}

.new-faq .sppb-addon-wrapper {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* CONTACT */

.contact-block {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}

.contact-icon {
  background: var(--new-primary);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  color: #ffffff;
  font-size: 20px;
}

.contact-content {
  margin-left: 1.5rem;
}

.contact-title {
  margin: 0 0 0.5rem;
  font-size: 20px;
  font-weight: 600;
  color: #26272b;
  font-family: Outfit, sans-serif;
}

.contact-subtitle {
  margin: 0 0 0.75rem;
  color: #51525c;
}

.contact-link {
  display: block;
  color: var(--new-primary);
  font-weight: 500;
}

.new-map-container .sppb-addon-wrapper,
.new-map-container .clearfix,
.new-map-container .sppb-addon-openstreetmap-wrapper,
.new-map-container .sppb-addon-content {
  height: 100%;
}

.new-map-container .new-map {
  height: 100% !important;
}

.new-contact .sppb-addon-image-overlay-icon {
  width: 4rem;
  font-size: 28px;
  height: 4rem;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background: rgba(0, 0, 0, 0.5);
}

.new-contact
  .sppb-addon-single-image-container:hover
  .sppb-addon-image-overlay-icon {
  display: flex;
}

.new-note-container {
  border: 1px dashed #f79009;
  border-radius: 8px;
}

.new-note {
  display: flex;
  gap: 0.5rem;
}

.new-note:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23F79009' stroke-width='1.5' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='%23F79009' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9941 16H12.0031' stroke='%23F79009' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: contain;
}

/* TEAM */

.team-block {
  position: relative;
  aspect-ratio: 320/380;
  padding: 20px 12px;
  flex-direction: column;
  justify-content: flex-end;
}

.team-block .sppb-column-addons:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 108px;
  background: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.team-block .sppb-column-addons:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    rgba(0, 0, 0, 0) 69%,
    rgba(0, 0, 0, 0.48) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.team-block .sppb-addon-text-block {
  position: relative;
  z-index: 1;
}

.team-block .sppb-addon-text-block p {
  margin-bottom: 0;
}

.team-block .sppb-addon-single-image-container,
.team-block .sppb-column-addons {
  position: static;
}

.team-block img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.new-email {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.new-email:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M14.167 17.0834H5.83366C3.33366 17.0834 1.66699 15.8334 1.66699 12.9167V7.08335C1.66699 4.16669 3.33366 2.91669 5.83366 2.91669H14.167C16.667 2.91669 18.3337 4.16669 18.3337 7.08335V12.9167C18.3337 15.8334 16.667 17.0834 14.167 17.0834Z' stroke='%23D6D6D6' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14.1663 7.5L11.558 9.58333C10.6997 10.2667 9.29134 10.2667 8.433 9.58333L5.83301 7.5' stroke='%23D6D6D6' stroke-width='1.2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: contain;
}

/* LEAGUE TABLE */
.new-table .sppb-addon-table-search-wrap {
  position: absolute;
  bottom: 100%;
  max-width: 50%;
  width: 320px;
  right: 0;
  margin-bottom: 0;
}

.new-table .sppb-addon-table-main th {
  background: #e8ebf4 !important;
  padding: 0.75rem 1.5rem !important;
  border: 1px solid #f5f5f5 !important;
}

.new-table .sppb-table-addon-sortable[data-content="no-sort"]::before {
  border-bottom: 6px solid #424242;
}

.new-table .sppb-table-addon-sortable[data-content="no-sort"]::after {
  border-top: 6px solid #424242;
}

.new-table tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #f5f5f5;
  border-style: solid;
  border-width: 1px;
}

.new-table .sppb-addon-table-main th p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #424242;
  font-family: Outfit, sans-serif !important;
}

.new-table .sppb-addon-table-search-wrap input {
  background: var(--new-white) !important;
  padding: 10px 42px !important;
  border: 1px solid #e5e5e5 !important;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
  font-size: 1rem !important;
}

.new-table .sppb-addon-table-search-wrap::placeholder {
  color: #a3a3a3 !important;
}

.new-table .sppb-addon-table-search-wrap i {
  left: 12px !important;
  height: auto !important;
  top: 52% !important;
  transform: translateY(-50%) !important;
}

.new-table .sppb-addon-table-main tr td {
  border: 1px solid #f5f5f5 !important;
  padding: 1.5rem !important;
}
.new-table .sppb-addon-table-main tr td p,
.new-table .sppb-addon-table-main tr td h2 {
  font-family: Outfit, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #424242 !important;
}

.new-table tr td a.sppb-btn {
  padding: 0 !important;
  height: 1.5rem !important;
  width: 1.5rem !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 8V13' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.9941 16H12.0031' stroke='%23737373' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center no-repeat !important;
  background-size: contain;
}

.new-table .sppb-addon-table-pagination-wrap {
  background: var(--new-white);
  margin-top: 0;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  padding: 1rem;
  position: relative;
}

.new-table .sppb-page-link {
  padding: 0 !important;
  width: 40px !important;
  height: 40px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  color: #737373 !important;
  border-radius: 0.5rem !important;
  border: 1px solid transparent !important;
  font-family: Outfit, sans-serif !important;
}

.new-table .sppb-page-item.active .sppb-page-link {
  background: #fafafa !important;
  border-color: #f5f5f5 !important;
  color: #424242 !important;
}

.new-table .sppb-table-next-link {
  position: absolute;
  right: 1.5rem;
  top: 18px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px;
  border: 1px solid #f5f5f5;
  border-radius: 999px;
}

.new-table .sppb-table-next-link i,
.new-table .sppb-table-prev-link i {
  display: none;
}

.new-table .sppb-table-next-link:before {
  content: "Next";
}

.new-table .sppb-table-next-link:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M12.0254 4.94165L17.0837 9.99998L12.0254 15.0583' stroke='%23424242' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.91602 10H16.941' stroke='%23424242' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: contain;
}

.new-table .sppb-table-prev-link {
  position: absolute;
  left: 1.5rem;
  top: 18px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
  width: auto !important;
  height: auto !important;
  padding: 10px 14px;
  border: 1px solid #f5f5f5;
  border-radius: 999px;
}

.new-table .sppb-table-prev-link:after {
  content: "Previous";
}

.new-table .sppb-table-prev-link:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M7.97435 4.94165L2.91602 9.99998L7.97435 15.0583' stroke='%23424242' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.0836 10H3.05859' stroke='%23424242' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: contain;
}

.contact-card {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #19328e;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-avatar svg {
  width: 24px;
  height: 24px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-name {
  color: #51525c;
  margin: 0;
}

.contact-email {
  font-weight: 500;
  color: #19328e;
  text-decoration: underline;
  margin: 0;
}

.coach-card p:last-child {
  margin-bottom: 0 !important;
}

.coach-card .coach-image img {
  aspect-ratio: 192/180;
  object-fit: cover;
}

/* HISTORY */

.new-history .sppb-nav-tabs {
  max-width: 1100px;
  justify-content: start;
}

.new-history .sppb-tab-pane {
  background: var(--new-white);
  padding: 1rem !important;
  border: 1px solid #e5e5e5;
}

.new-history .sppb-tab-pane h3 {
  color: #26272b !important;
  font-size: 2.25rem;
  letter-spacing: -0.72px;
  margin-bottom: 1rem;
  font-family: "bignoodletitlingregular";
}

.new-history .sppb-tab-pane ul {
  margin-bottom: 2rem;
}

.new-history .sppb-tab-tabs-content {
  margin-top: 2.5rem;
}

@media (max-width: 1024px) {
  .new-heading h1,
  .new-container h1 {
    font-size: 50px;
  }
  .new-heading h2,
  .new-container h2 {
    font-size: 36px;
  }
  .text-xl * {
    font-size: 18px;
  }
  .new-heading h4,
  .new-container h4 {
    font-size: 20px;
  }
  .new-container {
    max-width: 800px;
    padding: 0 1rem !important;
  }
  .new-footer-inner {
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
  }
  .footer-brand {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer-brand p {
    max-width: 400px;
  }
  .hero-decor {
    right: 15%;
    background-size: contain;
  }
  .hero-decor:before {
    width: auto;
  }
  .service-item img {
    aspect-ratio: 2 / 1;
  }
}

@media (max-width: 767px) {
  .new-heading h1,
  .new-container h1 {
    font-size: 40px;
    letter-spacing: -0.2px;
  }
  .new-heading h2,
  .new-container h2 {
    font-size: 32px;
    letter-spacing: -0.2px;
  }
  .new-heading h3,
  .new-container h3 {
    font-size: 26px;
    letter-spacing: -0.2px;
  }
  .text-xl *,
  .text-lg * {
    font-size: 16px;
  }
  .new-footer {
    padding: 2rem 0;
  }
  .footer-col {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .new-footer-inner {
    padding-bottom: 0;
  }
  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1rem;
  }
  .hero-decor {
    left: 0;
    right: 0;
    background: none;
  }
  .hero-decor:before {
    left: -50vw;
    right: -50vw;
  }
  .new-hero {
    padding: 37px 0 !important;
    background: none !important;
  }
  .table-wrap {
    padding-right: 0 !important;
  }
  .new-table .sppb-addon-table-main tr td {
    padding: 0.25rem 0.75rem !important;
  }
  .new-table .sppb-addon-table-main tr td p,
  .new-table .sppb-addon-table-main tr td h2 {
    font-size: 12px !important;
  }
}

@media (min-width: 768px) {
  .new-blog .sppb-col-sm-4 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.new-hero--short .hero-decor {
  background-size: unset;
}
.new-services-list {
  margin: 0 !important;
}
.hero-slider .sppb-container {
  width: 100%;
  max-width: 1344px;
  padding: 0 2rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.hero-slider .sp-background:before {
  content: "";
  position: absolute;
  right: 45%;
  top: -37px;
  bottom: -37px;
  left: -100vw;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='890' height='380' viewBox='0 0 890 380' fill='none'%3E%3Cpath d='M0 0H890L721.5 380H0V0Z' fill='%23298E4F'/%3E%3C/svg%3E")
    right no-repeat;
  z-index: 1;
  background-size: contain;
}

@media (max-width: 1023px) {
  .hero-slider .sp-background:before {
    right: 30%;
  }
}

@media (max-width: 1400px) {
  .sp-dots {
    display: none !important;
  }
}

.hero-slider .sp-background:after {
  position: absolute;
  inset: 0;
  background: var(--bright-primary);
  opacity: 0.1;
}

.hero-slider h2 {
  font-family: "bignoodletitlingregular" !important;
  font-size: 60px !important;
  letter-spacing: -1.2px !important;
  line-height: 1 !important;
  text-shadow: none !important;
  font-weight: 400 !important;
  margin-bottom: 1rem !important;
}

@media (max-width: 1023px) {
  .hero-slider h2 {
    margin-bottom: 0.5rem !important;
  }
}

@media (max-width: 767px) {
  .hero-slider h2 {
    font-size: 48px !important;
  }
}

.hero-slider .sppb-sp-slider-text b {
  text-shadow: none !important;
  font-family: Outfit, sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .hero-slider .sppb-sp-slider-text b {
    font-size: 1rem !important;
  }
}

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

#sp-header,
.transparent-wrapper,
#sp-header #sp-menu .sp-dropdown .sp-dropdown-inner {
  background: var(--new-bg);
}

.sp-megamenu-parent {
  font-size: 14px;
}

.sp-megamenu-parent > li > a {
  padding: 0 9px;
}

.sp-menu-item.active > a {
  font-weight: 600;
}

.sticky__wrapper > .container > .row {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: auto;
}

#sp-header #sp-menu .sp-megamenu-parent > li > a,
#sp-header #sp-menu .sp-megamenu-parent li .sp-dropdown > li > a,
#sp-header .top-search-wrapper .icon-top-wrapper i,
#sp-header #cd-menu-trigger i,
#sp-header .cd-cart i,
#sp-header .top-search-wrapper,
#sp-header.sticky #sp-menu .sp-megamenu-wrapper .sp-megamenu-parent > li > a,
#sp-header.sticky .top-search-wrapper,
#sp-header.sticky .top-search-wrapper .icon-top-wrapper i,
#sp-header.sticky #cd-menu-trigger i,
#sp-header.sticky .cd-cart i {
  color: var(--gray);
}

.sticky .logo img,
.sticky #sp-logo a.logo img {
  max-width: 144px;
  height: auto;
}

.sticky .logo,
.sticky #cart-menu,
.sticky #cd-menu-trigger,
.sticky .cd-cart,
.sticky .cd-cart > i,
.sticky .menu-is-open > i,
#sp-header.sticky .modal-login-wrapper span,
#sp-header.sticky .ap-my-account i.pe-7s-user,
#sp-header.sticky .ap-my-account .info-text,
#sp-header.sticky .mod-languages,
#sp-header.sticky .top-search-wrapper .icon-top-wrapper,
#sp-header.sticky .top-search-wrapper .icon-top-wrapper > i:before,
.sticky .sp-megamenu-wrapper > .sp-megamenu-parent > li > a,
.sticky .sp-megamenu-wrapper #offcanvas-toggler,
.sticky #sp-logo a.logo {
  color: var(--gray);
}

#offcanvas-toggler > i {
  width: auto;
}

.footer-login .sp-module-title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}

.footer-login .sp-module-title:after,
.footer-login .sp-module-title .divider {
  display: none;
}

.footer-login .divider {
  display: none;
}

.footer-login .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 4px;
}

.footer-login .form-control::placeholder {
  color: #a0a0ab;
}

.footer-login .input-group-text,
.footer-login .input-password-toggle {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #d6d6d6;
}

.footer-login .input-group-text *,
.footer-login .input-password-toggle * {
  color: #d6d6d6 !important;
}

.footer-login .input-group-text [class*="icon-"],
.footer-login .input-password-toggle [class*="icon-"] {
  color: #d6d6d6 !important;
  font-size: 14px;
}

.footer-login .input-group-text [class*="icon-"]:before,
.footer-login .input-password-toggle [class*="icon-"]:before {
  color: #d6d6d6 !important;
}

.footer-login .checkbox label {
  color: #d6d6d6;
  font-size: 0.875rem;
}

.footer-login .login-greeting {
  color: #d6d6d6;
  margin-bottom: 0.5rem;
}

.footer-login hr {
  border-color: rgba(255, 255, 255, 0.12);
  margin: 0.75rem 0;
}

.footer-login .btn {
  background: var(--new-primary);
  border-color: var(--new-primary);
  border-radius: 70px;
  padding: 0.5rem 1.25rem;
  font-weight: 500;
  color: var(--new-white);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  width: auto !important;
}

.footer-login .btn:hover {
  background: var(--dark-primary);
  border-color: var(--dark-primary);
  color: var(--new-white);
}

.footer-login .btn i {
  color: var(--new-white);
}

.footer-login .btn.sppb-btn-default {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #d6d6d6;
}

.footer-login .btn.sppb-btn-default:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

.footer-login .input-group .input-group-text {
  height: 37px;
}

.footer-login .btn.sppb-btn-dark {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.15);
  height: 37px;
}

.footer-login .custom p {
  margin-bottom: 0;
}

.footer-login .form-links {
  list-style: none;
  padding: 0;
  margin: 0.75rem 0 0;
}

.footer-login .form-links li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-login .form-links li a {
  display: block;
  color: #d6d6d6;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  text-decoration: none;
}

.footer-login .form-links li a:hover {
  color: #ffffff;
}

#sp-footer,
#sp-footer > .container {
  all: unset;
}

#sp-section-6 {
  display: none;
}

.sppb-addon-sp-slider .sp-slider-outer-stage,
div.sp-slider.on-3d-active .sp-slider-outer-stage {
  max-height: 300px;
}

@media (max-width: 991px) {
  #sp-logo .sp-default-logo,
  #sp-logo .sp-retina-logo {
    max-height: 34px;
  }
}
