@charset "UTF-8";
/*! Normalise CSS !*/
@import url(normalize.css);
/*! Google Fonts !*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Patua+One&display=swap");
/*! Google Fonts !*/
:root,
:host {
  --fa-style-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 7 Free";
}

* {
  margin: 0rem;
  padding: 0rem;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  margin: 0rem;
  padding: 0rem;
  scroll-behavior: smooth;
}

body {
  margin: 0rem;
  padding: 0rem;
  color: var(--Body, #b3b3b3);
  /* Desktop/lg/base/Regular */
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
  background: #fff;
  overflow-x: hidden;
}
body:has(.inner_banner) header.header_main {
  background: #f6f2ea;
  position: relative;
}

p {
  padding: 0rem;
  margin: 0rem 0 1.5625rem;
  color: var(--Black, #000);
  /* Body text */
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
p:last-child {
  margin: 0;
}

h1 {
  margin: 0rem 0rem 1.25rem;
  padding: 0rem;
  color: var(--Black, #000);
  /* H1 */
  font-family: "Patua One";
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  margin: 0rem 0rem 1.25rem;
  padding: 0rem;
  color: var(--Black, #000);
  /* H2 */
  font-family: "Patua One";
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: var(--Black, #000);
  /* H3 */
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: #fff;
  /* H4 */
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h5 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  color: #fff;
  /* Desktop/lg/base/Medium */
  font-family: "Patua One", serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

h6 {
  margin: 0rem 0rem 1rem;
  padding: 0rem;
  font-family: "Patua One", serif;
  font-size: 0.875rem;
  line-height: normal;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-object-fit: cover;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
}

a {
  color: var(--Grey, #333);
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #000;
}

.btn {
  position: relative;
  display: inline-flex;
  padding: 0.625rem 1.875rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Medium */
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border: 0.0625rem solid #c8a96a;
  border-radius: 3px;
  background: var(--Golden-sand, #c8a96a);
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}
.btn:focus, .btn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #997937;
  background: #997937;
  color: #fff;
}
.btn:hover {
  border: 0.0625rem solid #997937;
  background: #997937;
  color: #fff;
}
.btn.greenBtn {
  border: 0.0625rem solid #6faf5e;
  background: #6faf5e;
}
.btn.greenBtn:focus, .btn.greenBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #4e913d;
  background: transparent;
  color: #4e913d;
}
.btn.greenBtn:hover {
  border: 0.0625rem solid #4e913d;
  background: transparent;
  color: #4e913d;
}
.btn.brownStroke {
  color: #000;
  border: 0.0625rem solid #c8a96a;
  background: transparent;
  font-weight: 700;
}
.btn.brownStroke:focus, .btn.brownStroke:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #c8a96a;
  background: #c8a96a;
  color: #000;
}
.btn.brownStroke:hover {
  border: 0.0625rem solid #c8a96a;
  background: #c8a96a;
  color: #000;
}
.btn.blueBtn {
  color: #fff;
  border: 0.0625rem solid #7fb7ff;
  background: var(--Soft-blue, #7fb7ff);
}
.btn.blueBtn:focus, .btn.blueBtn:active:focus {
  outline: 0;
  box-shadow: none;
  border: 0.0625rem solid #1866cc;
  color: #fff;
}
.btn.blueBtn:hover {
  background: var(--Soft-blue, #1866cc);
  color: #fff;
}

input:not([type=submit])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: inherit;
  opacity: 1;
  font-size: inherit;
}

input:not([type=submit], [type=checkbox], [type=radio]) {
  border-radius: 0.25rem;
  border: 1px solid #cfc5b2;
  padding: 1rem;
  display: block;
  width: 100%;
  box-shadow: none;
  color: var(--Black, #000);
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-color: #f4f5f7;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 1.25rem 1.5rem;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  color: #333333;
}
input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder {
  color: var(--Black, #000);
  opacity: 1;
}
input:not([type=submit], [type=checkbox], [type=radio])::placeholder {
  color: var(--Black, #000);
  opacity: 1;
}
input:not([type=submit], [type=checkbox], [type=radio]):focus {
  outline: none;
  border-color: #997937;
}

textarea {
  resize: none;
  overflow: hidden;
  display: block;
  width: 100%;
  color: var(--Grey, #b3b3b3);
  /* Desktop/lg/base/Regular */
  background-color: #f4f5f7;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 1.25rem 1.5rem;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  color: #333333;
  height: 8.8125rem;
  box-shadow: none;
  margin-bottom: 0;
  outline: none;
  line-height: normal;
  border-radius: 0.25rem;
  border: 1px solid var(--Grey, #b3b3b3);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  transition: all 0.3s ease-in-out;
  position: relative;
}
textarea::-moz-placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}
textarea::placeholder {
  color: var(--Body, #b3b3b3);
  opacity: 0.6;
}

textarea:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  /* Removes default appearance in Safari */
  -moz-appearance: none;
  /* Removes default appearance in Firefox */
  appearance: none;
  /* Standard */
  outline: none;
  /* Removes the focus outline */
  box-shadow: none;
  /* Removes the box shadow */
  padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  /* Add padding for better UI */
  background-color: transparent;
  /* Background color */
  background-image: url("../images/select-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.75rem;
  width: 100%;
  border-radius: 0;
  height: auto;
  background-color: #f4f5f7;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  padding: 1.25rem 1.5rem;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  color: #333333;
  cursor: pointer;
  margin-bottom: 1.5rem;
}

select:focus {
  border: 0.0625rem solid #cccccc;
  outline: none;
  background-color: transparent;
}

select option {
  color: #a8a8a8;
  font-size: 0.875rem;
  font-weight: normal;
}

label {
  color: var(--Primary, #fff);
  /* Desktop/lg/base/Regular */
  font-family: "Netflix Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem; /* 162.5% */
}

input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background: url(../images/tick_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #249d8f;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  position: relative;
  top: 3px;
}

input[type=checkbox]::before {
  content: "";
  width: 0.75rem;
  height: 0.5625rem;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  background: url(../images/tick-clear.svg) no-repeat;
  background-size: contain;
  /* Windows High Contrast Mode */
  background-color: transparent;
  left: 0.25rem;
  position: relative;
  top: -0.0875rem;
}

input[type=checkbox]:checked {
  background: url(../images/tick_gap.svg);
  background-size: contain;
}
input[type=checkbox]:checked::before {
  transform: scale(1);
}

input[type=checkbox]:focus {
  outline: none;
  outline-offset: none;
}

input[type=checkbox]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
       appearance: none;
  /* For iOS < 15 */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=radio]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000;
  /* Windows High Contrast Mode */
  background-color: #fff;
}

input[type=radio]:checked::before {
  transform: scale(1);
}

input[type=radio]:focus {
  outline: none;
  outline-offset: none;
}

input[type=radio]:disabled {
  --form-control-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}

section h1,
section h2 {
  margin: 0 0 2.5rem;
}
section.defaultPadding {
  padding: 6.25rem 0;
}
section.defaultPadding.defaultPadding-t65 {
  padding-top: 4.0625rem;
}
section.defaultPadding.defaultPadding90 {
  padding: 5.625rem 0;
}
section.defaultPadding.defaultPadding75 {
  padding: 4.6875rem 0;
}
section.defaultPadding.defaultPadding70 {
  padding: 4.375rem 0;
}

.mb16 {
  margin-bottom: 1rem !important;
}

.mb18 {
  margin-bottom: 1.125rem !important;
}

.mb24 {
  margin: 0 0 1.5rem !important;
}

.mb25 {
  margin: 0 0 1.5625rem !important;
}

.mb28-5 {
  margin-bottom: 1.75rem !important;
}

.mb30 {
  margin-bottom: 1.875rem !important;
}

.mb32 {
  margin-bottom: 2rem !important;
}

.mb36 {
  margin-bottom: 2.25rem !important;
}

.mb40 {
  margin-bottom: 2.5rem !important;
}

.mb50 {
  margin-bottom: 3.125rem !important;
}

.mb60 {
  margin-bottom: 3.75rem !important;
}

.mb66 {
  margin-bottom: 4.125rem !important;
}

.mb70 {
  margin-bottom: 4.375rem !important;
}

.mb80 {
  margin-bottom: 5rem !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb180 {
  margin-bottom: 11.25rem !important;
}

.mt30 {
  margin-top: 1.875rem !important;
}

.mt33 {
  margin-top: 2.0625rem !important;
}

.mt60 {
  margin-top: 3.75rem !important;
}

.mt65 {
  margin-top: 4.0625rem !important;
}

.mt85 {
  margin-top: 5.3125rem !important;
}

.pt-48 {
  padding-top: 2.9375rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-275 {
  padding-bottom: 17.1875rem !important;
}

.pb-300 {
  padding-bottom: 18.75rem !important;
}

.overlayBg {
  position: fixed;
  z-index: 1000;
  background-color: #000;
  inset: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

body:has(.openNav) .overlayBg {
  opacity: 0.8;
  visibility: visible;
  pointer-events: all;
}

header.header_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent; /* Dark background from screenshot */
  padding: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
header.header_main .infoBuy {
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #249d8f; /* Teal green */
  text-align: center;
}
header.header_main .infoBuy p {
  margin: 0;
  color: #fff;
  font-family: Lato;
  font-size: 1rem;
  font-weight: 500;
}
header.header_main .infoBuy p a {
  color: #fff;
  text-decoration: underline;
}
header.header_main .infoBuy p a:hover {
  color: #e0e0e0;
}
header.header_main .d_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header.header_main .logo {
  width: 21.5rem; /* Adjust width based on your new logo file */
  transition: all 0.3s ease-in-out;
}
header.header_main .logo a {
  display: block;
}
@media (min-width: 991px) {
  header.header_main .main_nav {
    margin: 0 auto; /* Centers the navigation */
  }
  header.header_main .main_nav > ul {
    display: flex;
    align-items: center;
    gap: 2.5rem; /* Spacing between nav items */
  }
  header.header_main .main_nav > ul li a {
    transition: all 0.3s ease;
  }
  header.header_main .main_nav > ul li a:hover {
    color: var(--Nature-Green, #6faf5e);
  }
  header.header_main .main_nav > ul li.current-menu-item a {
    color: var(--Nature-Green, #6faf5e);
  }
}
header.header_main .rig_action_btns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
header.header_main .rig_action_btns .lang_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-family: Lato;
  font-size: 0.875rem;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.2); /* Subtle outline */
  transition: all 0.3s ease;
}
header.header_main .rig_action_btns .lang_btn img {
  width: 20px;
  height: auto;
  border-radius: 2px;
}
header.header_main .rig_action_btns .lang_btn.active, header.header_main .rig_action_btns .lang_btn:hover {
  background: #fff;
  color: #000;
  border-color: #fff;
}
header.header_main .rig_action_btns .lang_btn:not(.active) {
  background: transparent;
  color: #fff;
}
header.header_main .rig_action_btns .user_profile {
  margin-left: 0.8rem;
}
header.header_main .rig_action_btns .user_profile a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  color: #fff;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}
header.header_main .rig_action_btns .user_profile a i.fa-caret-down {
  font-size: 0.8rem;
}
header.header_main .rig_action_btns .user_profile a:hover {
  color: #249d8f;
}
header.header_main .lang_toggle {
  display: inline-flex;
  position: relative;
  background: transparent;
  border: 1px solid #249d8f; /* Your teal border */
  border-radius: 8px; /* Rounded corners like the screenshot */
  padding: 4px;
  width: 340px; /* Fixed width to ensure smooth sliding */
  /* The sliding white pill */
}
header.header_main .lang_toggle .active_bg {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(50% - 4px); /* Takes up exactly half the container */
  height: calc(100% - 8px);
  background: #fff;
  border-radius: 6px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
header.header_main .lang_toggle {
  /* When English is selected, slide the background to the right */
}
header.header_main .lang_toggle.en-active .active_bg {
  transform: translateX(100%);
}

.stellarnav.mobile.right .close-menu::before,
.stellarnav.mobile.left .close-menu::before {
  content: "\f00d";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 1.25rem;
  color: #c9ab73;
  transition: color 0.3s ease;
  position: relative;
  top: 1px;
}
.stellarnav.mobile.right .close-menu:hover::before,
.stellarnav.mobile.left .close-menu:hover::before {
  color: #c9ab73;
}

.headingGlobalTxt {
  width: 100%;
  margin: 0 auto 3.125rem;
  text-align: center;
}
.headingGlobalTxt p:first-of-type {
  color: #000;
  margin-bottom: 0.75rem;
}
.headingGlobalTxt h2 {
  color: var(--Black, #000);
  margin-bottom: 0;
  position: relative;
}
.headingGlobalTxt h2 span {
  position: relative;
  display: inline-block;
}
.headingGlobalTxt h2 span.stroke::before {
  content: " ";
  position: absolute;
  width: calc(100% + 0.625rem);
  height: 1.0625rem;
  background: url(../images/curve_line.png) no-repeat;
  background-size: 100% 100%;
  left: -0.3125rem;
  bottom: -0.25rem;
}
.headingGlobalTxt h2 span.stroke.whiteStroke::before {
  background: url(../images/white_stroke.svg) no-repeat;
  bottom: -1.5625rem;
}
.headingGlobalTxt h2 ~ p {
  color: var(--Black, #000);
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-weight: 400;
}
.headingGlobalTxt h3 {
  font-weight: 600;
  color: #333;
  font-family: Lato;
}
.headingGlobalTxt.theme-dark p:first-of-type {
  color: #a1b2c6;
}
.headingGlobalTxt.theme-dark h2 {
  color: #ffffff;
}
.headingGlobalTxt.theme-dark h2 ~ p {
  color: #a1b2c6;
}

section.hm_banner {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background-color: #f6f2ea;
  z-index: 1;
  padding-top: 5rem;
}
section.hm_banner .bg_pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/banner-design.png) left bottom;
  background-size: contain;
  opacity: 1;
  z-index: -1;
  background-repeat: repeat-x;
}
section.hm_banner .innerTxt {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 36.875rem;
}
section.hm_banner .innerTxt h6 {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  text-transform: none;
}
section.hm_banner .innerTxt h1 {
  margin-bottom: 1.5rem;
}
section.hm_banner .innerTxt h1 + p {
  margin-bottom: 2.375rem;
}
section.hm_banner .innerTxt p {
  color: #000;
}
section.hm_banner .innerTxt .gp_btn {
  max-width: 16.125rem;
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
}
section.hm_banner .innerTxt .gp_btn .btn {
  padding: 0.8rem 2rem;
  width: 100%;
}
section.hm_banner .hero_img_wrap {
  position: absolute;
  width: calc(50% + 5.9375rem);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  right: 0;
  bottom: -2.3125rem;
}
section.hm_banner .hero_img_wrap .masked-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../images/mask-black.png);
  mask-image: url(../images/mask-black.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: top left;
  -webkit-mask-size: cover;
          mask-size: cover;
  aspect-ratio: 917/711;
  position: relative;
  z-index: 1;
}
section.hm_banner .hero_img_wrap .masked-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/cruve_before.png);
  background-repeat: no-repeat;
}

.trusted_by_section {
  background-color: #ffffff;
}
.trusted_by_section .headingGlobalTxt {
  margin: 0 auto 1.875rem;
}
.trusted_by_section .row {
  gap: 1.25rem 0;
}
.trusted_by_section .trust_card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 2.125rem 2.5rem;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trusted_by_section .trust_card .icon_wrap {
  width: 2.875rem;
  height: 2.875rem;
  flex-shrink: 0;
}
.trusted_by_section .trust_card .icon_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.trusted_by_section .trust_card .txt_wrap p {
  margin: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.625rem;
}
.trusted_by_section .trust_card.theme-green {
  border-radius: 10px;
  border: 1px solid #b5dec0;
  background: #e8f7ec;
}
.trusted_by_section .trust_card.theme-gold {
  border-radius: 10px;
  border: 1px solid #e0d3b7;
  background: #f4edde;
}
.trusted_by_section .trust_card.theme-blue {
  border-radius: 10px;
  border: 1px solid #c4d4e8;
  background: #e7f0fb;
}

.problem_solution_section {
  background-color: #fff;
}
.problem_solution_section .row {
  gap: 1.25rem 0;
}

.ps_card {
  padding: 1.375rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 0.25rem 2.125rem 0 rgba(0, 0, 0, 0.08);
}
.ps_card:hover {
  transform: translateY(-5px);
}
.ps_card .ps_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.3125rem;
}
.ps_card .ps_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ps_card .ps_content {
  padding: 0 1rem 1rem 2rem;
  flex-grow: 1;
}
.ps_card .ps_content .badge {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border-radius: 1.25rem;
  color: var(--White, #fff);
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 1rem;
  color: #ffffff;
}
.ps_card .ps_content .badge.badge-gold {
  background-color: var(--Golden-sand, #c8a96a);
}
.ps_card .ps_content .badge.badge-green {
  background-color: #6faf5e;
}
.ps_card .ps_content h3 {
  color: var(--Black, #000);
  /* H3 */
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.8125rem;
}
.ps_card .ps_content ul {
  margin: 0;
  padding-left: 1.25rem;
}
.ps_card .ps_content ul li {
  color: #333333;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0.125rem;
  position: relative;
  list-style-type: disc;
}
.ps_card .ps_content ul li::marker {
  color: #141414;
}
.ps_card .ps_content ul li:last-child {
  margin-bottom: 0;
}

.who_is_for_section {
  background-color: #ffffff;
  overflow: hidden;
}
.who_is_for_section .headingGlobalTxt {
  margin-bottom: 2.0625rem;
}
.who_is_for_section .slider_wrap {
  padding: 0;
}
.who_is_for_section .swiper.whoForSwiper {
  overflow: visible;
}
.who_is_for_section .slider_nav_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2.6875rem;
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn {
  position: static;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--Golden-sand, #c8a96a);
  margin: 0;
  transition: all 0.3s ease;
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn::after {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn:hover {
  background-color: #997937;
  transform: scale(1.05);
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn.swiper-button-disabled:hover {
  transform: none;
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn.swiper-button-next::after {
  content: "\f061";
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn.swiper-button-prev::after {
  content: "\f060";
}
.who_is_for_section .slider_nav_wrap .custom-nav-btn:hover {
  background-color: #997937;
  transform: scale(1.05);
}

.role_card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  cursor: pointer;
  aspect-ratio: 3/4;
}
.role_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.role_card .card_overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
  pointer-events: none;
  transition: all 1s ease-in-out;
}
.role_card .card_content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem;
  z-index: 2;
  transition: all 0.4s ease-in-out;
  bottom: calc(0% - 120px);
}
.role_card .card_content h4 {
  margin: 0;
  color: var(--White, #fff);
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: transform 0.4s ease-in-out;
}
.role_card .card_content .card-p-content {
  height: 7.5rem;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  /* WebKit Custom Scrollbar (Chrome, Safari, Edge) */
}
.role_card .card_content .card-p-content::-webkit-scrollbar {
  width: 4px;
}
.role_card .card_content .card-p-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.role_card .card_content .card-p-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.role_card .card_content .card-p-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}
.role_card .card_content .card-p-content {
  /* Firefox Custom Scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease-in-out;
}
.role_card .card_content .card-p-content p {
  position: relative;
  color: var(--Soft-Earth, #e9e4db);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin: 0;
}
.role_card:hover .card_overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.88%, rgba(0, 0, 0, 0.9) 90.31%);
}
.role_card:hover .card_content {
  padding: 1.5rem;
  bottom: calc(0% - 0px);
}
.role_card:hover .card_content .card-p-content {
  opacity: 1;
  visibility: visible;
}

.toolkit_features_section {
  background-color: #15365a;
}
.toolkit_features_section .feature_block {
  text-align: center;
  padding: 0 0.5rem;
  transition: transform 0.3s ease;
}
.toolkit_features_section .feature_block .icon_wrap {
  border-radius: 50%;
  background-color: #6faf5e;
  justify-content: center;
  margin: 0 auto 1.5rem;
  box-shadow: 0 4px 15px rgba(111, 175, 94, 0.2);
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
}
.toolkit_features_section .feature_block .icon_wrap img {
  width: 30px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.toolkit_features_section .feature_block h4 {
  color: var(--Soft-creme, #f6f2ea);
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.375rem;
}
.toolkit_features_section .feature_block p {
  color: #f6f2ea;
  max-width: 21.75rem;
  margin: 0 auto;
}
.toolkit_features_section .mt-72 {
  margin-top: 4.5rem;
}
.toolkit_features_section .g85-0 {
  gap: 5.3125rem 0;
}

.starter_kit_section {
  background-color: #ffffff;
}
.starter_kit_section .pl-60 {
  padding-left: 3.75rem;
}
.starter_kit_section .starter_img_wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  aspect-ratio: 16/18;
}
.starter_kit_section .starter_img_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.starter_kit_section .starter_content h2 {
  color: var(--Black, #000);
  margin-bottom: 1.125rem;
}
.starter_kit_section .starter_content .content_block {
  margin-bottom: 1.125rem;
}
.starter_kit_section .starter_content .content_block h5 {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  margin: 0 0 0.875rem;
}
.starter_kit_section .starter_content .content_block ul {
  margin: 0;
  padding-left: 1.25rem;
}
.starter_kit_section .starter_content .content_block ul li {
  color: var(--Black, #000);
  margin-bottom: 0;
  list-style-type: disc;
}
.starter_kit_section .starter_content .content_block ul li::marker {
  color: #141414;
}
.starter_kit_section .starter_content .form_wrap {
  padding-top: 1rem;
}
.starter_kit_section .starter_content .form_wrap h4 {
  color: var(--Black, #000);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.625rem;
}
.starter_kit_section .starter_content .form_wrap form {
  width: 100%;
}
.starter_kit_section .starter_content .form_wrap form .btn {
  width: auto;
  padding: 0.75rem 2rem;
}

.how_it_works_section {
  background-color: #ffffff;
}
.how_it_works_section .step_card {
  position: relative;
  padding: 0 1rem;
  z-index: 1;
}
.how_it_works_section .step_card::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 100%;
  border-top: 2px dotted #d1d1d1;
  z-index: -1;
}
.how_it_works_section .step_card:last-child::after {
  display: none;
}
.how_it_works_section .step_card .step_num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #6faf5e;
  color: #ffffff;
  font-family: "Patua One", serif;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  box-shadow: 0 0 0 6px #ffffff;
}
.how_it_works_section .step_card h4 {
  color: var(--Black, #000);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.how_it_works_section .step_card p {
  color: var(--Black, #000);
  text-align: center;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 333px;
  margin: 0 auto;
}
.how_it_works_section .wrkRow {
  position: relative;
}
.how_it_works_section .wrkRow [class*=col-] {
  position: relative;
  /* Dotted Connecting Lines */
}
.how_it_works_section .wrkRow [class*=col-]:not(:last-child) .line-dots {
  position: absolute;
  top: 28px;
  left: calc(50% - 8.375rem);
  width: calc(100% - 3.75rem);
  height: 2px;
  border-top: 2px dotted #249d8f;
  z-index: 0;
  transform: translateX(50%);
}

.impact_section {
  background-color: #f9f6f0;
}
.impact_section .row {
  gap: 1.25rem 0;
}
.impact_section .headingGlobalTxt {
  margin: 0 auto 2.5rem;
}
.impact_section .stat_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 2.75rem 2.375rem 3.5625rem 2.3125rem;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.3s ease;
}
.impact_section .stat_card h3 {
  color: var(--Golden-sand, #c8a96a);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.25rem;
}
.impact_section .stat_card p {
  color: var(--Black, #000);
  margin-bottom: 0;
}
.impact_section .authority_badge {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.4375rem 2.375rem;
  border-radius: 0.625rem;
  height: 100%;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, 0.08);
}
.impact_section .authority_badge .icon_circle {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.impact_section .authority_badge .icon_circle img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 2.7826rem;
  height: 2.7826rem;
  flex-shrink: 0;
}
.impact_section .authority_badge h4 {
  color: var(--White, #fff);
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.impact_section .authority_badge.theme-gold {
  background-color: #c8a96a;
}
.impact_section .authority_badge.theme-blue {
  background-color: #7fb7ff;
}

.pricing_section {
  background-color: #ffffff;
}
.pricing_section .headingGlobalTxt {
  margin: 0 auto 1.125rem;
}
.pricing_section .row {
  gap: 1.25rem 0;
}

.pricing_card {
  position: relative;
  border-radius: 12px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1rem;
  transition: transform 0.3s ease;
  height: 5.5rem;
  display: flex;
  align-items: center;
}
.pricing_card .card_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}
.pricing_card .plan_name {
  color: var(--Deepnavy, #0f1b2d);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
}
.pricing_card .price_wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.pricing_card .price_wrap .price {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem;
}
.pricing_card .price_wrap .arrow_icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
}
.pricing_card .price_wrap .arrow_icon i {
  font-size: 0.6875rem;
  transform: rotate(315deg);
}
.pricing_card.theme-green {
  background-color: #6faf5e;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(111, 175, 94, 0.2);
}
.pricing_card.theme-green .arrow_icon {
  background-color: #ffffff;
  color: #6faf5e;
}
.pricing_card.theme-green .ribbon_tag {
  position: absolute;
  top: 50%;
  left: -7px;
  transform: translateY(-50%);
}
.pricing_card.theme-green .card_inner {
  padding-left: 5.5rem;
}
.pricing_card.theme-green .card_inner .plan_name {
  color: var(--White, #fff);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
}
.pricing_card.theme-green .price_wrap .price {
  color: var(--White, #fff);
  font-family: "Patua One";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing_card.theme-outline {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  color: var(--Black, #000);
}
.pricing_card.theme-outline .arrow_icon.bg-green {
  background-color: #6faf5e;
  color: #ffffff;
}

.pricing_subtext_wrap p {
  padding: 0 1.2rem;
  margin-bottom: 0;
  color: var(--Black, #000);
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
.pricing_subtext_wrap p strong {
  color: var(--Black, #000);
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer.dark_bottom_wrapper {
  background-color: #1a2530;
  position: relative;
  margin-top: 150px;
}
footer.dark_bottom_wrapper .overlap_illustration {
  position: relative;
  z-index: 10;
  margin-top: -160px;
  pointer-events: none;
}
footer.dark_bottom_wrapper .overlap_illustration a {
  display: inline-block;
  margin-top: -260px;
}
footer.dark_bottom_wrapper .overlap_illustration img.ft-logo {
  width: 100%;
  max-width: 542px;
  height: auto;
  aspect-ratio: 542/430;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.15));
}
footer.dark_bottom_wrapper .cta_section {
  padding: 1rem 0 4rem;
}
footer.dark_bottom_wrapper .cta_section h2 {
  color: var(--White, #fff);
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.75rem;
}
footer.dark_bottom_wrapper .cta_section .cta_desc_wrap p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 2.1875rem;
}
footer.dark_bottom_wrapper .cta_section .btn_group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
footer.dark_bottom_wrapper .footer_minimal {
  padding: 0rem 0 4.875rem;
}
footer.dark_bottom_wrapper .footer_minimal .footer_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
footer.dark_bottom_wrapper .footer_minimal .footer_nav li a {
  color: var(--Soft-Earth, #e9e4db);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}
footer.dark_bottom_wrapper .footer_minimal .footer_nav li a:hover {
  color: var(--Golden-sand, #c8a96a);
}
footer.dark_bottom_wrapper .footer_minimal .disclaimer_wrap p {
  color: #6c7179;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 2.5rem;
}
footer.dark_bottom_wrapper .footer_minimal .social_nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3.3125rem;
}
footer.dark_bottom_wrapper .footer_minimal .social_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1a2530;
  font-size: 1.1rem;
  transition: transform 0.3s ease;
}
footer.dark_bottom_wrapper .footer_minimal .social_nav li a:hover {
  transform: translateY(-3px);
  background-color: var(--Golden-sand, #c8a96a);
  color: #ffffff;
}
footer.dark_bottom_wrapper .footer_minimal .copyright_wrap p {
  color: var(--White, #fff);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin: 0;
}

section.inner_banner {
  min-height: 800px;
  height: 100%;
  position: relative;
  background-color: #e8e4db;
  padding: 5.25rem 0;
  overflow: hidden;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
section.inner_banner .bg_sparkle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: radial-gradient(circle at right center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
}
section.inner_banner .adjust_relative {
  position: relative;
  width: 100%;
}
section.inner_banner .circle-logo {
  width: 11.1875rem;
  height: 11.1875rem;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  left: calc(50% + 85px);
  transform: translateX(-50%);
  z-index: 2;
}
section.inner_banner .middle-content {
  position: absolute;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
section.inner_banner .banner_content {
  max-width: 39.9375rem;
  width: 100%;
}
section.inner_banner .banner_content h1 {
  color: var(--Black, #000);
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.25rem;
}
section.inner_banner .banner_content h4 {
  color: #000;
}
section.inner_banner .banner_content .subtitle_wrap p {
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 1.125rem;
}
section.inner_banner .banner_content .list_block {
  margin-bottom: 1.125rem;
}
section.inner_banner .banner_content .list_block p {
  color: #141414;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.75rem;
}
section.inner_banner .banner_content .list_block ul {
  padding-left: 1.25rem;
  margin: 0;
}
section.inner_banner .banner_content .list_block ul li {
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 0;
  list-style-type: disc;
}
section.inner_banner .banner_content .list_block ul li::marker {
  color: #000;
}
section.inner_banner .banner_content .highlight_text p {
  color: #000;
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
section.inner_banner .banner_content .btn_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin: 14px 0;
}
section.inner_banner .banner_content .btn_group .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
  width: auto;
}
section.inner_banner .banner_content .btn_group .greenBtn {
  background-color: #6faf5e;
  color: #fff;
  border: none;
}
section.inner_banner .banner_content .btn_group .brownBtn {
  background-color: #c9ab73;
  color: #fff;
  border: none;
}
section.inner_banner .banner_content .btn_group .brownBtn:hover {
  background-color: #b5955d;
}
section.inner_banner .banner_content .note_wrap p {
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0;
}
section.inner_banner .banner_content .note_wrap p strong {
  font-weight: 800;
}
section.inner_banner .breadAb {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 1.25rem;
}
section.inner_banner .brdcump {
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding-left: 0;
  margin-top: 2.3125rem;
}
section.inner_banner .brdcump li {
  color: #141414;
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}
section.inner_banner .brdcump li:last-child {
  color: #555555;
}
section.inner_banner .brdcump li:last-child::after {
  display: none;
}
section.inner_banner .brdcump li::after {
  content: "\f054";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 0.75rem;
  color: #141414;
  margin: 0 0.75rem;
}
section.inner_banner .brdcump li a {
  color: #141414;
  text-decoration: none;
  transition: color 0.3s ease;
}
section.inner_banner .brdcump li a:hover {
  color: #6faf5e;
}
section.inner_banner .hero_img_wrap {
  position: relative;
  z-index: 2;
  text-align: right;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  margin-left: auto;
  border-radius: 50% 0 0 50%;
  overflow: hidden;
  border-bottom: 10px solid #c8a96a;
  aspect-ratio: 149/108;
}
section.inner_banner .hero_img_wrap img,
section.inner_banner .hero_img_wrap video {
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.problem_split_section {
  background-color: #ffffff;
}
.problem_split_section .image_wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  width: 100%;
  height: auto;
  aspect-ratio: 594/534;
}
.problem_split_section .image_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.problem_split_section .content_wrap .tag_badge {
  display: inline-block;
  background-color: #e25757;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.35rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 1rem;
}
.problem_split_section .content_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 1rem;
}
.problem_split_section .content_wrap h4 {
  color: #000;
}
.problem_split_section .content_wrap .text_block {
  margin-bottom: 1rem;
}
.problem_split_section .content_wrap .text_block p {
  margin-bottom: 1rem;
  color: #000;
}
.problem_split_section .content_wrap .text_block p:last-child {
  margin-bottom: 0;
}
.problem_split_section .content_wrap .list_block {
  margin-bottom: 1rem;
}
.problem_split_section .content_wrap .list_block ul {
  margin: 0;
  padding-left: 1.25rem;
}
.problem_split_section .content_wrap .list_block ul li {
  color: var(--Black, #000);
  margin-bottom: 0;
  list-style-type: disc;
}
.problem_split_section .content_wrap .list_block ul li::marker {
  color: #141414;
}
.problem_split_section .content_wrap .list_block ul li:last-child {
  margin-bottom: 0;
}
.problem_split_section .content_wrap .highlight_block p {
  color: #000;
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.problem_split_section .content_wrap .highlight_block p strong {
  font-weight: 800;
}

.solution_split_section {
  background-color: #1a2530;
}
.solution_split_section .header_content .tag_badge {
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0.25rem 0.875rem;
  border-radius: 20px;
  margin-bottom: 1.25rem;
}
.solution_split_section .header_content .tag_badge.theme-green {
  background-color: #6faf5e;
  color: #ffffff;
}
.solution_split_section .header_content h2 {
  color: var(--White, #fff);
  margin-bottom: 0.75rem;
}
.solution_split_section .header_content p {
  color: #fff;
  margin-bottom: 0;
}
.solution_split_section .solution_card {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 2.3125rem 2.125rem 2.4375rem 3.6875rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.solution_split_section .solution_card .content_wrap .intro_text {
  margin-bottom: 1.5rem;
}
.solution_split_section .solution_card .content_wrap .intro_text p {
  color: var(--Black, #000);
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5625rem;
}
.solution_split_section .solution_card .content_wrap .intro_text p:last-child {
  margin-bottom: 0;
}
.solution_split_section .solution_card .content_wrap .list_block ul {
  margin: 0;
  padding-left: 1.25rem;
}
.solution_split_section .solution_card .content_wrap .list_block ul li {
  color: var(--Black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 0;
  list-style-type: disc;
}
.solution_split_section .solution_card .content_wrap .list_block ul li::marker {
  color: #141414;
}
.solution_split_section .solution_card .content_wrap .list_block ul li:last-child {
  margin-bottom: 0;
}
.solution_split_section .solution_card .content_wrap .btn_wrap .btn {
  padding: 0.8rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 4px;
}
.solution_split_section .solution_card .image_wrap {
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/2;
}
.solution_split_section .solution_card .image_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.documents_section {
  background-color: #ffffff;
}
.documents_section .doc_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: var(--White, #fff);
  box-shadow: 0 4px 50px 0 rgba(211, 211, 211, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.documents_section .doc_card .card_header {
  background-color: #efece5;
  padding: 1.75rem 1.25rem 1.1875rem;
  text-align: center;
  /* height: 100%; */
  min-height: 13.4375rem;
  max-height: 31.25rem;
}
.documents_section .doc_card .card_header .doc_badge {
  display: inline-block;
  background-color: #6faf5e;
  color: #fff;
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  padding: 0.25rem 1.2rem;
  border-radius: 20px;
  margin-bottom: 0.75rem;
}
.documents_section .doc_card .card_header h3 {
  margin-bottom: 0.75rem;
}
.documents_section .doc_card .card_header p {
  color: var(--Black, #000);
  margin-bottom: 0;
}
.documents_section .doc_card .card_body {
  background-color: #ffffff;
  padding: 2.4375rem 1.8125rem 4.875rem;
  flex-grow: 1;
}
.documents_section .doc_card .card_body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.documents_section .doc_card .card_body ul li {
  display: grid;
  grid-template-columns: 1.375rem auto;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.8125rem;
}
.documents_section .doc_card .card_body ul li:last-child {
  margin-bottom: 0;
}
.documents_section .doc_card .card_body ul li .star-icon {
  width: 1.375rem;
  height: 1.375rem;
  display: inline-flex;
}
.documents_section .doc_card .card_body ul li .star-icon img {
  width: 100%;
  height: auto;
}
.documents_section .doc_card .card_body ul li div {
  color: var(--Black, #000);
  line-height: 1.3125rem; /* 131.25% */
}

.time_saved_section {
  background-color: #ffffff;
}
.time_saved_section .headingGlobalTxt {
  margin-bottom: 1.75rem;
}
.time_saved_section .table_wrapper::-webkit-scrollbar {
  height: 6px;
}
.time_saved_section .table_wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.time_saved_section .table_wrapper::-webkit-scrollbar-thumb {
  background: #c8a96a;
  border-radius: 4px;
}
.time_saved_section .table_wrapper .saved_time_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  text-align: center;
  min-width: 700px;
}
.time_saved_section .table_wrapper .saved_time_table th {
  background-color: #1a2530;
  color: var(--White, #fff);
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.75rem 2.5rem;
  border-radius: 0;
}
.time_saved_section .table_wrapper .saved_time_table th:first-child {
  text-align: left;
}
.time_saved_section .table_wrapper .saved_time_table td {
  color: var(--Black, #000);
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  border-radius: 0;
  vertical-align: middle;
  padding: 0.6875rem 2.5rem;
}
.time_saved_section .table_wrapper .saved_time_table td:nth-child(1) {
  background-color: #f7f4ee;
  text-align: left;
  padding-left: 2rem;
}
.time_saved_section .table_wrapper .saved_time_table td:nth-child(2) {
  background-color: #f4f5f7;
}
.time_saved_section .table_wrapper .saved_time_table td:nth-child(3) {
  background-color: #e3ebf3;
}
.time_saved_section .table_wrapper .saved_time_table td:nth-child(4) {
  background-color: #f4f5f7;
}
.time_saved_section .table_footer_text {
  text-align: center;
}
.time_saved_section .table_footer_text p {
  margin-bottom: 0;
}
.time_saved_section .table_footer_text p strong {
  font-weight: 800;
  color: #000;
}

.whats_inside_section {
  background-color: #fafafa;
}
.whats_inside_section .section_heading h2 {
  color: var(--Black, #000);
  font-family: "Patua One", serif;
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
}
.whats_inside_section .section_heading p {
  margin-bottom: 0;
}
.whats_inside_section .prompt_card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.whats_inside_section .prompt_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}
.whats_inside_section .prompt_card .icon_wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.whats_inside_section .prompt_card .icon_wrap i {
  color: #ffffff;
  font-size: 1.25rem;
}
.whats_inside_section .prompt_card h3 {
  color: var(--Black, #000);
  text-align: center;
  margin-bottom: 1.25rem;
}
.whats_inside_section .prompt_card p {
  margin-bottom: 0;
}
.whats_inside_section .bottom_info {
  margin-top: 1rem;
}
.whats_inside_section .bottom_info h3 {
  color: var(--Black, #000);
  font-family: "Patua One", serif;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
}
.whats_inside_section .bottom_info p {
  color: #555555;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}

.value_compare_section {
  background-color: #ffffff;
}
.value_compare_section .table_wrapper::-webkit-scrollbar {
  height: 6px;
}
.value_compare_section .table_wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
.value_compare_section .table_wrapper::-webkit-scrollbar-thumb {
  background: #c8a96a;
  border-radius: 4px;
}
.value_compare_section .table_wrapper .compare_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  min-width: 600px;
}
.value_compare_section .table_wrapper .compare_table th {
  background-color: #1a2530;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.75rem 2.5rem;
  border-radius: 0;
  text-align: left;
}
.value_compare_section .table_wrapper .compare_table td {
  color: var(--Black, #000);
  text-align: center;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  border-radius: 0;
  padding: 0.75rem 2.5rem;
  vertical-align: middle;
  text-align: left;
}
.value_compare_section .table_wrapper .compare_table td:nth-child(1) {
  background-color: #f7f4ee;
  width: 50%;
}
.value_compare_section .table_wrapper .compare_table td:nth-child(2) {
  background-color: #f4f5f7;
  width: 50%;
}
.value_compare_section .bottom_value_text {
  max-width: 1090px;
  margin: 0 auto;
}
.value_compare_section .bottom_value_text h2 {
  margin: 0 0 1.125rem;
}
.value_compare_section .bottom_value_text h4 {
  color: var(--Black, #000);
  margin-bottom: 1.125rem;
  font-weight: 300;
}
.value_compare_section .bottom_value_text p {
  max-width: 43.375rem;
  width: 100%;
  color: #333333;
  margin-bottom: 1rem;
  margin: auto;
}
.value_compare_section .bottom_value_text p:last-child {
  margin-bottom: 0;
}
.value_compare_section .bottom_value_text p strong {
  font-weight: 800;
  color: #000;
  font-size: 1.05rem;
}

.creator_section {
  background-color: #f4efe6;
}
.creator_section .image_wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  height: 100%;
  width: 100%;
  aspect-ratio: 3.4/4;
}
.creator_section .image_wrap img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.creator_section .content_wrap .subtitle_wrap p {
  margin-bottom: 1.5rem;
}
.creator_section .content_wrap h2 {
  margin-bottom: 1.5rem;
}
.creator_section .content_wrap .text_block {
  margin-bottom: 1.75rem;
}
.creator_section .content_wrap .text_block p {
  margin-bottom: 1.5rem;
}
.creator_section .content_wrap .text_block p:last-child {
  margin-bottom: 0;
}
.creator_section .content_wrap .quote_block {
  display: grid;
  grid-template-columns: 38px auto;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.creator_section .content_wrap .quote_block .quote_icon {
  width: 2.375rem;
  height: 2.3125rem;
}
.creator_section .content_wrap .quote_block .quote_icon img {
  width: 100%;
}
.creator_section .content_wrap .quote_block .quote_text p {
  color: var(--Black, #000);
  font-family: Mulish;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.875rem; /* 150% */
  margin-bottom: 0;
}
.creator_section .content_wrap .badge_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.creator_section .content_wrap .badge_group .pill_badge {
  background-color: #1a2530;
  color: var(--White, #fff);
  font-family: Mulish;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.875rem; /* 187.5% */
  padding: 0.6rem 1.5rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.creator_section .content_wrap .badge_group .pill_badge::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 50%;
}

.toolkit_pricing_section {
  background-color: #1a2530;
}
.toolkit_pricing_section .section_heading p {
  color: #fff;
  margin-bottom: 0.75rem;
}
.toolkit_pricing_section .section_heading h2 {
  color: #ffffff;
  margin-bottom: 0;
}
.toolkit_pricing_section .product_recap_card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 2.5rem 1.875rem 1.3125rem 1.875rem;
  display: grid;
  grid-template-columns: 6.1875rem auto;
  align-items: start;
  gap: 0.8125rem;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.toolkit_pricing_section .product_recap_card .img_wrap {
  width: 6.1875rem;
  height: 9.9375rem;
  flex-shrink: 0;
  aspect-ratio: 33/53;
}
.toolkit_pricing_section .product_recap_card .img_wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.toolkit_pricing_section .product_recap_card .content_wrap .doc_label {
  letter-spacing: 0.5px;
  color: var(--Golden-sand, #c8a96a);
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.toolkit_pricing_section .product_recap_card .content_wrap h3 {
  color: var(--Black, #000);
  margin-bottom: 0.5rem;
}
.toolkit_pricing_section .product_recap_card .content_wrap p {
  margin-bottom: 0;
}
.toolkit_pricing_section .guarantee_wrap p {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
}
.toolkit_pricing_section .guarantee_wrap p strong {
  font-weight: 800;
}
.toolkit_pricing_section .system_summary_header h3 {
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.toolkit_pricing_section .system_summary_header p {
  color: #fff;
  margin-bottom: 0;
}
.toolkit_pricing_section .features_bordered_box {
  border-radius: 1.25rem;
  border: 1px solid #2a4978;
  background: #0c1522;
  padding: 0.8125rem 2.6875rem;
  display: flex;
  gap: 6.8rem;
}
.toolkit_pricing_section .features_bordered_box .feature_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 11px 0;
  height: 100%;
  max-width: 16.875rem;
}
.toolkit_pricing_section .features_bordered_box .feature_item i {
  color: #6faf5e;
  font-size: 1.1rem;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.toolkit_pricing_section .features_bordered_box .feature_item p {
  color: #fff;
  margin-bottom: 0;
}
.toolkit_pricing_section .features_bordered_box .feature_item + .feature_item::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #2a4978;
  left: calc(-50% + 4.6875rem);
  top: 0;
  transform: none;
  bottom: 0;
}
.toolkit_pricing_section .pricing_cards_area .pricing_area_header h2 {
  color: #fff;
  margin-bottom: 1.125rem;
}
.toolkit_pricing_section .pricing_cards_area .pricing_subtext_wrap p {
  color: #fff;
}
.toolkit_pricing_section .pricing_cards_area .pricing_subtext_wrap p strong {
  color: inherit;
}

.post_purchase_faq_section {
  background: var(--Soft-creme, #f6f2ea);
}
.post_purchase_faq_section .faq_box {
  max-width: 1133px;
  margin: auto;
}
.post_purchase_faq_section .faq_box .faq_item {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  transition: box-shadow 0.3s ease;
}
.post_purchase_faq_section .faq_box .faq_item.main_active {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}
.post_purchase_faq_section .faq_box .faq_item.main_active .faq_hd h5 {
  color: #c8a96a;
}
.post_purchase_faq_section .faq_box .faq_item.main_active .faq_hd h5::before {
  color: #c8a96a;
}
.post_purchase_faq_section .faq_box .faq_item .faq_hd {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post_purchase_faq_section .faq_box .faq_item .faq_hd h5 {
  color: var(--Black, #000);
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding-left: 1.25rem;
  transition: all 0.3s ease-in-out;
}
.post_purchase_faq_section .faq_box .faq_item .faq_hd h5::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #141414;
  font-size: 1.2rem;
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
}
.post_purchase_faq_section .faq_box .faq_item .faq_hd::after {
  content: "+";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  color: #c19e5a;
  font-size: 1.25rem;
  transition: transform 0.3s ease;
}
.post_purchase_faq_section .faq_box .faq_item .faq_hd.active::after {
  content: "\f068";
}
.post_purchase_faq_section .faq_box .faq_item .faq_cont {
  display: none;
  padding: 0 1.5rem 1.5rem 2.75rem;
}
.post_purchase_faq_section .faq_box .faq_item .faq_cont p {
  color: #555555;
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.post_purchase_faq_section .bottom_cta_block p {
  color: var(--Black, #000);
  text-align: center;
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.post_purchase_faq_section .bottom_cta_block .btn_group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.post_purchase_faq_section .bottom_cta_block .btn_group .btn {
  padding: 0.8rem 2rem;
  border-radius: 4px;
  font-weight: 600;
}
.post_purchase_faq_section .bottom_cta_block .btn_group .greenBtn {
  background-color: #6faf5e;
  color: #ffffff;
}
.post_purchase_faq_section .bottom_cta_block .btn_group .brownBtn {
  background-color: #c19e5a;
  color: #ffffff;
}
.post_purchase_faq_section .bottom_cta_block .btn_group .brownBtn:hover {
  background-color: #a8884d;
}

.purchase_steps_header h2 {
  margin-bottom: 0;
}

.step_block {
  text-align: center;
  padding: 0 1rem;
}
.step_block h4 {
  color: var(--Black, #000);
  margin-bottom: 1.25rem;
}
.step_block p {
  color: var(--dark-gray, #4a4a4a);
  margin-bottom: 0;
  max-width: 19.6875rem;
  margin: 0 auto;
}

section.who_is_for_section.toolkitPg {
  background: var(--Soft-creme, #f6f2ea);
}

.lead_gen_split_section {
  background-color: #f4efe6;
}
.lead_gen_split_section .why_matters_block h2 {
  margin-bottom: 1.5rem;
}
.lead_gen_split_section .why_matters_block ul {
  margin: 0 0 1.5rem 0;
  padding-left: 1.25rem;
}
.lead_gen_split_section .why_matters_block ul li {
  color: #000;
  line-height: 1.5rem;
  margin-bottom: 0;
  list-style-type: disc;
}
.lead_gen_split_section .why_matters_block ul li::marker {
  color: #141414;
}
.lead_gen_split_section .why_matters_block ul li:last-child {
  margin-bottom: 0;
}
.lead_gen_split_section .why_matters_block .highlight_text {
  margin-bottom: 1.5rem;
}
.lead_gen_split_section .why_matters_block .highlight_text p {
  margin: 0;
  line-height: 1.625rem;
}
.lead_gen_split_section .why_matters_block .highlight_text p strong {
  font-weight: 700;
}
.lead_gen_split_section .lead_form_block h2 {
  margin-bottom: 1.5rem;
}
.lead_gen_split_section .lead_form_block .form_subtitle {
  margin-bottom: 1.25rem;
}
.lead_gen_split_section .lead_form_block .form_subtitle p {
  color: var(--Black, #000);
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.lead_gen_split_section .lead_form_block .form_subtitle p strong {
  font-weight: 800;
}
.lead_gen_split_section .lead_form_block form .input_gp input {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  background-color: #ffffff;
  color: #333;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.lead_gen_split_section .lead_form_block form .input_gp input:focus {
  outline: none;
  border-color: #c9ab73;
  box-shadow: 0 0 0 3px rgba(201, 171, 115, 0.2);
}
.lead_gen_split_section .lead_form_block form .privacy_text p {
  margin: 0;
}
.lead_gen_split_section .lead_form_block form .brownBtn {
  background-color: #c9ab73;
  color: #ffffff;
  border: none;
  padding: 0.8rem 2rem;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 4px;
  width: auto;
  transition: background-color 0.3s ease;
}
.lead_gen_split_section .lead_form_block form .brownBtn:hover {
  background-color: #b5955d;
}
.lead_gen_split_section .lead_form_block .form_footer_text p {
  margin-bottom: 0.5rem;
}
.lead_gen_split_section .lead_form_block .form_footer_text p:last-child {
  margin-bottom: 0;
}

.green_cta_banner {
  background-color: #6faf5e;
  padding: 2.5625rem 0;
}
.green_cta_banner .banner_text {
  max-width: 58.5625rem;
  margin: auto;
}
.green_cta_banner .banner_text h2 {
  color: #ffffff;
  margin: 0;
}
.green_cta_banner.blueBg {
  background: #0f1b2d;
}
.green_cta_banner.blueBg .banner_text {
  max-width: 73.8125rem;
}

.dark_cta_banner {
  background-color: #1a2530;
}
.dark_cta_banner .cta_content h2 {
  color: #ffffff;
  margin-bottom: 1rem;
}
.dark_cta_banner .cta_content p {
  color: #fff;
  margin-bottom: 0;
}
.dark_cta_banner .cta_content .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #ffffff;
  border: none;
  padding: 0.8rem 2.5rem;
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.final_cta_section {
  background-color: #ffffff;
  padding-bottom: 0;
}
.final_cta_section .heading_wrap p {
  margin-bottom: 0.75rem;
}
.final_cta_section .heading_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 1.5rem;
}
.final_cta_section .text_wrap {
  margin-bottom: 1.5rem;
}
.final_cta_section .text_wrap p {
  color: #000;
  margin-bottom: 0.5rem;
}
.final_cta_section .text_wrap p:last-child {
  margin-bottom: 0;
}
.final_cta_section .text_wrap p strong {
  font-weight: 800;
  color: #141414;
}
.final_cta_section .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #ffffff;
  border: none;
  padding: 1rem 2.5rem;
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 4px;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.final_cta_section .microcopy_wrap p {
  margin-bottom: 0;
}

section.problem_split_section.freePg .image_wrap.wh600 {
  max-width: 600px;
  aspect-ratio: 1/1;
}

section.creator_section.freePg {
  background: #fff;
}
section.creator_section.freePg .why-bx {
  border-radius: 1.25rem;
  border: 1px solid #d7d1c6;
}
section.creator_section.freePg .image_wrap {
  aspect-ratio: 3.4/3.85;
  max-width: 598px;
}
section.creator_section.freePg .content_wrap {
  padding: 4.0625rem 2.5rem 4.0625rem 0;
}
section.creator_section.freePg .content_wrap .quote_block {
  margin: 0;
}

.features_cards_section {
  background-color: #ffffff;
}
.features_cards_section .feature_card {
  border-radius: 12px;
  padding: 2.125rem 2.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.features_cards_section .feature_card .icon_wrap {
  background-color: #6faf5e;
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 1.375rem;
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  padding: 1.125rem;
  align-items: flex-start;
  gap: 8px;
}
.features_cards_section .feature_card .icon_wrap i {
  color: #ffffff;
  font-size: 1.5rem;
}
.features_cards_section .feature_card h3 {
  color: var(--Black, #000);
  margin-bottom: 1.375rem;
}
.features_cards_section .feature_card p {
  color: #000;
  line-height: 1.5rem; /* 150% */
  margin-bottom: 0;
}
.features_cards_section .feature_card.theme-green {
  background-color: #eaf8ef;
}
.features_cards_section .feature_card.theme-beige {
  background-color: #f4efe6;
}
.features_cards_section .feature_card.theme-blue {
  background-color: #eaf2fb;
}

.dual_mission_section {
  background-color: #1a2530;
}
.dual_mission_section h2 {
  color: #ffffff;
  margin-bottom: 2.25rem;
}
.dual_mission_section .text_block {
  margin: 0 0 1.25rem;
}
.dual_mission_section .text_block p {
  color: #fff;
  margin-bottom: 1.25rem;
}
.dual_mission_section .text_block p:last-child {
  margin-bottom: 0;
}
.dual_mission_section .list_block ul {
  margin: 0;
  padding-left: 1.25rem;
}
.dual_mission_section .list_block ul li {
  color: #fff;
  margin-bottom: 0;
  list-style-type: disc;
}
.dual_mission_section .list_block ul li::marker {
  color: #e0e0e0;
}
.dual_mission_section .list_block ul li:last-child {
  margin-bottom: 0;
}
.dual_mission_section .mission_left_wrap {
  padding-right: 4rem;
  border-right: 1px solid #2a4978;
  height: 100%;
}
.dual_mission_section .mission_left_wrap .highlight_question h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.dual_mission_section .mission_right_wrap {
  padding-left: 4rem;
  height: 100%;
}
.dual_mission_section .mission_right_wrap .gold_highlight h3 {
  color: #c9ab73;
  margin-bottom: 0;
}

.mission_cta_strip {
  background-color: #ffffff;
  padding: 1.5rem 0;
  border-bottom: 1px solid #d4d4d4;
}
.mission_cta_strip .strip_content p {
  color: #c9ab73;
  font-family: "Patua One", serif;
  font-size: 1.25rem;
  margin: 0;
}
.mission_cta_strip .strip_content p a {
  color: #c9ab73;
  text-decoration: none;
  transition: color 0.3s ease;
}
.mission_cta_strip .strip_content p a:hover {
  color: #b5955d;
  text-decoration: underline;
}

.built_with_section {
  background-color: #f4efe6;
}
.built_with_section .heading_wrap p {
  color: #000;
  margin-bottom: 1.25rem;
}
.built_with_section .heading_wrap p:first-child {
  margin-bottom: 0.5rem;
}
.built_with_section .heading_wrap p:last-child {
  margin-bottom: 0;
}
.built_with_section .heading_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 0.75rem;
}
.built_with_section .role_detail_card {
  background-color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
}
.built_with_section .role_detail_card .img_wrap {
  height: auto;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.9375rem;
  overflow: hidden;
}
.built_with_section .role_detail_card .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.built_with_section .role_detail_card .card_body {
  padding: 1rem 1.875rem 3.125rem;
  flex-grow: 1;
}
.built_with_section .role_detail_card .card_body h3 {
  color: var(--Black, #000);
  font-family: "Patua One";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1rem;
}
.built_with_section .role_detail_card .card_body p {
  margin-bottom: 1rem;
}
.built_with_section .role_detail_card .card_body .list_block ul {
  margin: 0;
  padding-left: 1.25rem;
}
.built_with_section .role_detail_card .card_body .list_block ul li {
  color: #000;
  list-style-type: disc;
}
.built_with_section .role_detail_card .card_body .list_block ul li::marker {
  color: #000;
}
.built_with_section .role_detail_card .card_body .list_block ul li:last-child {
  margin-bottom: 0;
}
.built_with_section .bottom_nav_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.built_with_section .bottom_nav_wrap .custom-nav-btn {
  position: static;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c9ab73;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.built_with_section .bottom_nav_wrap .custom-nav-btn::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
}
.built_with_section .bottom_nav_wrap .custom-nav-btn.swiper-button-next::after {
  content: "\f061";
}
.built_with_section .bottom_nav_wrap .custom-nav-btn.swiper-button-prev::after {
  content: "\f060";
}
.built_with_section .bottom_nav_wrap .custom-nav-btn:hover {
  background-color: #b5955d;
}
.built_with_section .bottom_nav_wrap .custom-nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.built_with_section .swiper.builtWithSwiper .swiper-wrapper .swiper-slide {
  height: auto;
}

section.problem_split_section.freePg .image_wrap.h405 {
  max-width: 37.5rem;
  aspect-ratio: 3/2;
}
section.problem_split_section.freePg .image_wrap.h440 {
  max-width: 37.5rem;
  aspect-ratio: 4/3;
}

.ai_starter_kit_section {
  background-color: #1a2530;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.ai_starter_kit_section .books_col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_starter_kit_section .books_col .books_wrap {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}
.ai_starter_kit_section .books_col .books_wrap .book_item {
  position: relative;
  flex-shrink: 0;
}
.ai_starter_kit_section .books_col .books_wrap .book_item img {
  display: block;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.4));
  transition: transform 0.3s ease-in-out;
}
.ai_starter_kit_section .books_col .books_wrap .book_item:hover img {
  transform: translateY(-6px);
}
.ai_starter_kit_section .books_col .books_wrap .book_item:nth-child(1) img {
  width: 180px;
}
.ai_starter_kit_section .books_col .books_wrap .book_item:nth-child(2) img {
  width: 190px;
}
.ai_starter_kit_section .books_col .books_wrap .book_item:nth-child(3) img {
  width: 190px;
}
.ai_starter_kit_section .content_col {
  display: flex;
  align-items: center;
}
.ai_starter_kit_section .content_col .content_wrap {
  max-width: 520px;
}
.ai_starter_kit_section .content_col .content_wrap h2 {
  color: #fff;
  font-family: "Patua One", serif;
  font-size: 2.375rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.ai_starter_kit_section .content_col .content_wrap h4 {
  color: #fff;
  font-family: "Patua One", serif;
  font-size: 1.15rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
}
.ai_starter_kit_section .content_col .content_wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.75rem;
}
.ai_starter_kit_section .content_col .content_wrap ul li {
  position: relative;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.35rem;
  padding-left: 1rem;
}
.ai_starter_kit_section .content_col .content_wrap ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff;
}
.ai_starter_kit_section .content_col .content_wrap .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  transition: background-color 0.3s ease;
}
.ai_starter_kit_section .content_col .content_wrap .btn_wrap .brownBtn:hover {
  background-color: #b5955d;
}

.latest_posts_section {
  background-color: #ffffff;
}
.latest_posts_section .section_heading h2 {
  color: var(--Black, #000);
}
.latest_posts_section .filter_tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  max-width: 62.5rem;
  margin: auto;
}
.latest_posts_section .filter_tabs .tab_btn {
  display: inline-flex;
  align-items: center;
  padding: 0.75rem 1.4375rem;
  border-radius: 30px;
  border: 1px solid #e9e4db;
  color: #000;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  text-decoration: none;
  transition: all 0.3s ease;
}
.latest_posts_section .filter_tabs .tab_btn:hover, .latest_posts_section .filter_tabs .tab_btn.active {
  border-color: #6faf5e;
  color: #000;
}
.latest_posts_section .posts_grid {
  gap: 2.5rem 0;
}
.latest_posts_section .pagination_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.latest_posts_section .pagination_wrap .page_btn {
  display: flex;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0.625rem 1.1875rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 50%;
  border: 1px solid #d5cfc6;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.latest_posts_section .pagination_wrap .page_btn:hover, .latest_posts_section .pagination_wrap .page_btn.active {
  background-color: #c9ab73;
  border-color: #c9ab73;
  color: #ffffff;
}
.latest_posts_section .pagination_wrap .page_btn.arrow {
  color: #888;
}
.latest_posts_section .pagination_wrap .page_btn.arrow:hover {
  background-color: transparent;
  border-color: #333;
  color: #333;
}

.post_card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.post_card:hover .card_thumb img {
  transform: scale(1.05);
}
.post_card .card_thumb {
  position: relative;
  height: auto;
  overflow: hidden;
  aspect-ratio: 418/239;
  border-radius: 20px;
  overflow: hidden;
}
.post_card .card_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.post_card .card_thumb .badge_wrap {
  position: absolute;
  top: 0.9375rem;
  left: 1.875rem;
  z-index: 2;
}
.post_card .card_thumb .badge_wrap span {
  display: inline-flex;
  padding: 0.125rem 0.5rem;
  border-radius: 50px;
  color: var(--White, #fff);
  font-family: Mulish;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem; /* 180% */
  text-transform: uppercase;
  color: #ffffff;
}
.post_card .card_thumb .badge_wrap.theme-green span {
  background-color: #6faf5e;
}
.post_card .card_body {
  padding: 1rem 1.875rem 2.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post_card .card_body .meta_wrap span {
  color: #8d8d8d;
  font-family: Mulish;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
  margin-bottom: 0.75rem;
  display: block;
}
.post_card .card_body .title_wrap {
  margin-bottom: 1rem;
  flex-grow: 1;
}
.post_card .card_body .title_wrap h3 {
  margin: 0;
}
.post_card .card_body .title_wrap h3 a {
  font-family: "Patua One", serif;
  font-size: 1.25rem;
  color: var(--Black, #000);
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.3s ease;
}
.post_card .card_body .title_wrap h3 a:hover {
  color: #c8a96a;
}
.post_card .card_body .excerpt_wrap p {
  font-family: "Mulish", sans-serif;
  color: #c8a96a;
  margin: 0;
}

.blog_cta_band {
  background-color: #ffffff;
}
.blog_cta_band .cta_inner_box {
  border-radius: 0.9375rem;
  background: var(--Soft-Earth, #e9e4db);
  padding: 2.6875rem 9.375rem;
  text-align: center;
}
.blog_cta_band .cta_inner_box h2 {
  color: var(--Black, #000);
  margin-bottom: 0.75rem;
}
.blog_cta_band .cta_inner_box p {
  margin-bottom: 0;
}
.blog_cta_band .cta_inner_box .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #fff;
  padding: 0.8rem 2.5rem;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.blog_cta_band .cta_inner_box .btn_wrap .brownBtn:hover {
  background-color: #b5955d;
}

.single_blog_post {
  background-color: #ffffff;
}
.single_blog_post .relative {
  position: relative;
}
.single_blog_post .post_header {
  margin-bottom: 1.5rem;
}
.single_blog_post .post_header .badge_wrap {
  margin-bottom: 0.875rem;
}
.single_blog_post .post_header .badge_wrap .cat_badge {
  display: inline-flex;
  background-color: #6faf5e;
  font-family: "Mulish", sans-serif;
  padding: 0.125rem 0.5rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--White, #fff);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem; /* 180% */
  text-transform: uppercase;
  border-radius: 3.125rem;
}
.single_blog_post .post_header .date_wrap {
  margin-bottom: 1.5rem;
}
.single_blog_post .post_header .date_wrap span {
  font-family: "Mulish", sans-serif;
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.single_blog_post .post_header h3 {
  color: var(--Black, #000);
  margin: 0 0 1.5rem;
}
.single_blog_post .post_header h3:nth-last-child {
  margin: 0;
}
.single_blog_post .post_content p {
  margin-bottom: 1.5rem;
}
.single_blog_post .post_content p strong {
  font-weight: 800;
  color: #000;
}
.single_blog_post .post_content h2,
.single_blog_post .post_content h3,
.single_blog_post .post_content h4 {
  color: var(--Black, #000);
  font-family: "Patua One", serif;
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.single_blog_post .post_content h3 {
  font-size: 1.75rem;
}
.single_blog_post .post_content .caption_text p {
  font-size: 0.95rem;
  margin-bottom: 0;
}
.single_blog_post .post_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eaeaea;
  padding-top: 1.5rem;
  margin-bottom: 2rem;
}
.single_blog_post .post_footer a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.single_blog_post .post_footer a i {
  font-size: 1rem;
  color: #000;
  transition: color 0.3s ease;
}
.single_blog_post .post_footer a:hover {
  color: var(--Black, #000);
}
.single_blog_post .post_footer a:hover i {
  color: #b5955d;
}
.single_blog_post .post_footer .left_action i {
  margin-right: 0.5rem;
}
.single_blog_post .post_footer .right_action i {
  margin-left: 0.5rem;
}
.single_blog_post .social_vertical_stack {
  position: absolute;
  top: 15px;
  left: 0;
}
.single_blog_post .social_vertical_stack ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.single_blog_post .social_vertical_stack ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1a2530;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.single_blog_post .social_vertical_stack ul li a i {
  font-size: 1.15rem;
  transition: transform 0.3s ease;
}
.single_blog_post .social_vertical_stack ul li a:hover {
  background-color: #c9ab73;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.bottom_dual_cta_section {
  background-color: #ffffff;
  position: relative;
}
.bottom_dual_cta_section::before {
  content: " ";
  position: absolute;
  width: calc(100% - 215px);
  margin: auto;
  height: 1px;
  background: #d4d4d4;
  bottom: 0;
  left: 0;
  right: 0;
}
.bottom_dual_cta_section .heading_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 0.75rem;
}
.bottom_dual_cta_section .heading_wrap p {
  color: #000;
  margin-bottom: 0;
}
.bottom_dual_cta_section .urgency_wrap p {
  color: #000;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}
.bottom_dual_cta_section .urgency_wrap p strong {
  font-weight: 800;
  font-size: 1.05rem;
}
.bottom_dual_cta_section .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.bottom_dual_cta_section .btn_wrap .btn {
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.bottom_dual_cta_section .btn_wrap .greenBtn {
  background-color: #6faf5e;
}
.bottom_dual_cta_section .btn_wrap .greenBtn:hover {
  background-color: #5a964a;
}
.bottom_dual_cta_section .btn_wrap .brownBtn {
  background-color: #c9ab73;
}
.bottom_dual_cta_section .btn_wrap .brownBtn:hover {
  background-color: #b5955d;
}

.inline_cta_card {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.inline_cta_card .title_wrap {
  padding: 2.5rem;
}
.inline_cta_card .title_wrap h2 {
  margin-bottom: 0;
}
.inline_cta_card .title_wrap p {
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: 1rem;
  margin-bottom: 0;
}
.inline_cta_card .title_wrap .btn_wrap .greenBtn {
  background-color: #6faf5e;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.inline_cta_card .title_wrap .btn_wrap .greenBtn:hover {
  background-color: #5a964a;
}
.inline_cta_card .action_wrap {
  padding: 2.5rem 2.5rem 2.5rem 0;
}
.inline_cta_card .action_wrap .subtitle {
  font-size: 1rem;
  color: var(--Black, #000);
  margin-bottom: 0.75rem;
  line-height: 1.625rem;
  margin-bottom: 0.75rem;
}
.inline_cta_card .action_wrap ul {
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}
.inline_cta_card .action_wrap ul li {
  list-style-type: disc;
}
.inline_cta_card .action_wrap ul li:last-child {
  margin-bottom: 0;
}
.inline_cta_card .image_wrap {
  aspect-ratio: 306/143;
  max-width: 38.25rem;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: -2;
}
.inline_cta_card .image_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inline_cta_card.theme-blue {
  background-color: #eaf2fb;
}
.inline_cta_card.theme-blue::before {
  content: " ";
  position: absolute;
  width: calc(50% + 205px);
  height: 100%;
  background: #eaf2fb;
  z-index: -1;
  border-radius: 0 0 270px 0;
  border-right: 9px solid #7fb7ff;
}
.inline_cta_card.theme-blue .title_wrap h2,
.inline_cta_card.theme-blue .action_wrap .subtitle,
.inline_cta_card.theme-blue .action_wrap ul li {
  color: var(--Black, #000);
}
.inline_cta_card.theme-blue .action_wrap .subtitle {
  color: var(--Black, #000);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
}
.inline_cta_card.theme-blue .title_wrap {
  padding: 2.3125rem 2.25rem 3rem 2.8125rem;
}
.inline_cta_card.theme-blue .title_wrap h2 {
  margin-top: 0;
  margin-bottom: 1rem;
}
.inline_cta_card.theme-beige {
  background-color: #e9e4db;
}
.inline_cta_card.theme-beige::before {
  content: " ";
  position: absolute;
  width: calc(50% + 205px);
  height: 100%;
  background: #e9e4db;
  z-index: -1;
  border-radius: 0 0 270px 0;
  border-right: 9px solid #c8a96a;
}
.inline_cta_card.theme-beige .title_wrap h2,
.inline_cta_card.theme-beige .action_wrap .subtitle,
.inline_cta_card.theme-beige .action_wrap ul li {
  color: var(--Black, #000);
}
.inline_cta_card.theme-dark {
  background-color: #1a2530;
}
.inline_cta_card.theme-dark::before {
  content: " ";
  position: absolute;
  width: calc(50% + 205px);
  height: 100%;
  background: #0f1b2d;
  z-index: -1;
  border-radius: 0 0 270px 0;
  border-right: 9px solid #c8a96a;
}
.inline_cta_card.theme-dark .title_wrap h2,
.inline_cta_card.theme-dark .title_wrap p,
.inline_cta_card.theme-dark .title_wrap h4 {
  color: #ffffff;
}
.inline_cta_card.theme-dark .title_wrap h2 {
  font-size: 2.125rem;
  line-height: normal;
  margin-bottom: 1.875rem;
}
.inline_cta_card.theme-dark .speech_bubble_wrap {
  position: relative;
  padding: 2.5rem 2rem 2.5rem 0;
  width: 100%;
}
.inline_cta_card.theme-dark .speech_bubble_wrap .bubble_outline {
  position: absolute;
  top: 1.5rem;
  left: -1rem;
  right: 2rem;
  bottom: 1.5rem;
  border: 2px solid #4a9eaa;
  border-radius: 16px;
  z-index: 1;
}
.inline_cta_card.theme-dark .speech_bubble_wrap .bubble_content {
  position: relative;
  background-color: #6faf5e;
  padding: 1.5rem;
  border-radius: 16px;
  z-index: 2;
}
.inline_cta_card.theme-dark .speech_bubble_wrap .bubble_content::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 24px;
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #6faf5e transparent transparent transparent;
}
.inline_cta_card.theme-dark .speech_bubble_wrap .bubble_content p {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.inline_cta_card.theme-dark .speech_bubble_wrap .bubble_content p:last-child {
  margin-bottom: 0;
}
.inline_cta_card.theme-dark .speech_bubble_wrap .bubble_content p strong {
  font-weight: 800;
  font-size: 1.05rem;
}
.inline_cta_card.theme-dark .speech_bubble_wrap_bg {
  position: relative;
  max-width: 18.5625rem;
  width: 100%;
  z-index: 1;
}
.inline_cta_card.theme-dark .speech_bubble_wrap_bg::before {
  content: " ";
  position: absolute;
  background-image: url(../images/comment-design.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
  transform: scale(1.55);
  left: 39px;
  top: 0;
  max-width: 200px;
}
.inline_cta_card.theme-dark .speech_bubble_wrap_bg .bubble_content {
  background: #6faf5e;
  max-width: 14.3125rem;
  margin: 0;
  text-align: center;
}
.inline_cta_card.theme-dark .speech_bubble_wrap_bg .bubble_content h4,
.inline_cta_card.theme-dark .speech_bubble_wrap_bg .bubble_content p {
  color: #fff;
}
.inline_cta_card.theme-dark .speech_bubble_wrap_bg .bubble_content p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.625rem; /* 162.5% */
}

.which_one_section {
  background-color: #ffffff;
}
.which_one_section .section_heading h2 {
  color: var(--Black, #000);
  margin-bottom: 0;
}
.which_one_section .choice_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.125rem 3.375rem 1.625rem;
  border-radius: 0.625rem;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.which_one_section .choice_card h4 {
  color: var(--Black, #000);
  margin-bottom: 0.9375rem;
}
.which_one_section .choice_card .btn_wrap {
  width: 100%;
}
.which_one_section .choice_card .btn_wrap .btn {
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: 4px;
  color: #ffffff;
  border: none;
  transition: background-color 0.3s ease;
  display: inline-block;
}
.which_one_section .choice_card.theme-green {
  border: 1px solid #b5dec0;
  background: #e8f7ec;
}
.which_one_section .choice_card.theme-green .btn_wrap .greenBtn {
  background-color: #6faf5e;
}
.which_one_section .choice_card.theme-green .btn_wrap .greenBtn:hover {
  background-color: #5a964a;
}
.which_one_section .choice_card.theme-beige {
  border: 1px solid #dec694;
  background: #f4edde;
}
.which_one_section .choice_card.theme-beige .btn_wrap .brownBtn {
  background-color: #c9ab73;
}
.which_one_section .choice_card.theme-beige .btn_wrap .brownBtn:hover {
  background-color: #b5955d;
}
.which_one_section .choice_card.theme-blue {
  border: 1px solid #a5c0e3;
  background: #e7f0fb;
}
.which_one_section .choice_card.theme-blue .btn_wrap .blueBtn {
  background-color: #7baaf7;
}
.which_one_section .choice_card.theme-blue .btn_wrap .blueBtn:hover {
  background-color: #6195e6;
}

.personal_queue_section {
  background-color: #ffffff;
}
.personal_queue_section .intro_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 1rem;
}
.personal_queue_section .intro_wrap p {
  margin-bottom: 0.75rem;
}
.personal_queue_section .intro_wrap h3 {
  color: var(--Black, #000);
  margin-bottom: 0;
}
.personal_queue_section .split_cta_box {
  border: 1px solid #c9ab73;
  background-color: #ffffff;
}
.personal_queue_section .split_cta_box .left_panel {
  background-color: #fbf9f6;
  border-right: 1px solid #c9ab73;
}
.personal_queue_section .split_cta_box .right_panel {
  background-color: #1a2530;
}
.personal_queue_section .split_cta_box .panel_content {
  padding: 3.375rem 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.personal_queue_section .split_cta_box .panel_content h3 {
  margin-bottom: 0.5rem;
}
.personal_queue_section .split_cta_box .panel_content p {
  margin-bottom: 0.375rem;
}
.personal_queue_section .split_cta_box .panel_content .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding: 0.85rem 2rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.personal_queue_section .split_cta_box .panel_content .btn_wrap .brownBtn:hover {
  background-color: #b5955d;
}
.personal_queue_section .split_cta_box .left_panel .panel_content h3,
.personal_queue_section .split_cta_box .left_panel .panel_content p {
  color: var(--Black, #000);
}
.personal_queue_section .split_cta_box .right_panel .panel_content h3 {
  color: #ffffff;
}
.personal_queue_section .split_cta_box .right_panel .panel_content p {
  color: #a1b2c6;
}
.personal_queue_section .footer_text_wrap p {
  margin-bottom: 0;
}

.contact_form_section {
  background-color: #ffffff;
}
.contact_form_section .section_heading h2 {
  color: var(--Black, #000);
  margin-bottom: 0.75rem;
}
.contact_form_section .section_heading p {
  margin-bottom: 0;
}
.contact_form_section .form_wrapper .input_gp {
  width: 100%;
}
.contact_form_section .form_wrapper .input_gp input,
.contact_form_section .form_wrapper .input_gp textarea,
.contact_form_section .form_wrapper .input_gp select {
  width: 100%;
  background-color: #f4f5f7;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 1.25rem 1.5rem;
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  color: #333333;
  transition: all 0.3s ease;
  margin: 0;
}
.contact_form_section .form_wrapper .input_gp input::-moz-placeholder, .contact_form_section .form_wrapper .input_gp textarea::-moz-placeholder, .contact_form_section .form_wrapper .input_gp select::-moz-placeholder {
  color: #555555;
}
.contact_form_section .form_wrapper .input_gp input::placeholder,
.contact_form_section .form_wrapper .input_gp textarea::placeholder,
.contact_form_section .form_wrapper .input_gp select::placeholder {
  color: #555555;
}
.contact_form_section .form_wrapper .input_gp textarea {
  resize: vertical;
}
.contact_form_section .form_wrapper .input_gp.custom_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1rem;
  padding-right: 3rem;
}
.contact_form_section .form_wrapper .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  padding: 0.9rem 2.5rem;
  border: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.contact_form_section .form_footer_text p {
  margin-bottom: 0;
}

.contact_options_section {
  background-color: #ffffff;
}
.contact_options_section .cnt_mid {
  max-width: 68.75rem;
  margin: auto;
}
.contact_options_section .contact_card {
  border: 1px solid #eaeaea;
  border-radius: 12px;
  padding: 1.875rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact_options_section .contact_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.05);
}
.contact_options_section .contact_card .icon_wrap {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #6faf5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.contact_options_section .contact_card .icon_wrap i {
  color: #ffffff;
  font-size: 1.5rem;
}
.contact_options_section .contact_card .card_content {
  width: 100%;
}
.contact_options_section .contact_card .card_content h3 {
  color: var(--Black, #000);
  margin-bottom: 1rem;
}
.contact_options_section .contact_card .card_content p {
  color: #000;
  margin-bottom: 0;
}
.contact_options_section .contact_card .card_content p a {
  color: #141414;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact_options_section .contact_card .card_content p a:hover {
  color: #6faf5e;
}
.contact_options_section .contact_card .card_content .social_icons {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.contact_options_section .contact_card .card_content .social_icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #1a2530;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.contact_options_section .contact_card .card_content .social_icons a i {
  font-size: 1.1rem;
}
.contact_options_section .contact_card .card_content .social_icons a:hover {
  background-color: #c9ab73;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.contact_options_section .contact_card .card_content .links_list {
  margin-top: 1.5rem;
}
.contact_options_section .contact_card .card_content .links_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact_options_section .contact_card .card_content .links_list ul li {
  margin-bottom: 0.75rem;
}
.contact_options_section .contact_card .card_content .links_list ul li:last-child {
  margin-bottom: 0;
}
.contact_options_section .contact_card .card_content .links_list ul li a {
  color: var(--Black, #000);
  font-family: "Mulish", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact_options_section .contact_card .card_content .links_list ul li a:hover {
  color: #6faf5e;
}

.empathy_text_section {
  background-color: #ffffff;
}
.empathy_text_section .text_content_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 2.5rem;
}
.empathy_text_section .text_content_wrap p {
  margin-bottom: 1.75rem;
}
.empathy_text_section .text_content_wrap p:last-child {
  margin-bottom: 0;
}
.empathy_text_section .text_content_wrap p strong {
  color: var(--Black, #000);
  font-weight: 800;
}

.what_to_expect_section {
  background-color: #ffffff;
}
.what_to_expect_section .section_heading h2 {
  margin-bottom: 0;
}
.what_to_expect_section .step_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 1.5rem;
}
.what_to_expect_section .step_card .step_number {
  width: 56px;
  height: 56px;
  background-color: #6faf5e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Patua One", serif;
  font-size: 1.5rem;
  margin-bottom: 1.125rem;
}
.what_to_expect_section .step_card .step_content h3 {
  color: var(--Black, #000);
  margin-bottom: 1rem;
}
.what_to_expect_section .step_card .step_content p {
  margin-bottom: 0;
}

.founder_message_section {
  background-color: #ffffff;
}
.founder_message_section .message_wrap h2 {
  color: var(--Black, #000);
  margin-bottom: 2rem;
}
.founder_message_section .message_wrap .quote_icon {
  margin-bottom: 1.875rem;
}
.founder_message_section .message_wrap .quote_icon i {
  color: #c9ab73;
  font-size: 3.5rem;
  line-height: 1;
}
.founder_message_section .message_wrap .quote_icon img {
  width: 3rem;
  height: 3rem;
}
.founder_message_section .message_wrap .quote_text {
  margin-bottom: 2.5rem;
}
.founder_message_section .message_wrap .quote_text p {
  color: var(--Golden-sand, #c8a96a);
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.125rem; /* 154.545% */
  margin-bottom: 1.875rem;
}
.founder_message_section .message_wrap .quote_text p:last-child {
  margin-bottom: 0;
}
.founder_message_section .message_wrap .author_profile .img_wrap {
  width: 176px;
  height: 176px;
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.founder_message_section .message_wrap .author_profile .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founder_message_section .message_wrap .author_profile .sign_off p {
  margin-bottom: 1.5rem;
}
.founder_message_section .message_wrap .author_profile .sign_off p:last-child {
  margin-bottom: 0;
}
.founder_message_section .message_wrap .author_profile .sign_off p strong {
  color: var(--Black, #000);
  font-weight: 700;
}

.keep_going_section {
  background-color: #ffffff;
}
.keep_going_section .section_heading h2 {
  margin-bottom: 0.75rem;
}
.keep_going_section .section_heading p {
  margin-bottom: 0;
}
.keep_going_section .resource_card {
  border: 1px solid #c9ab73;
  border-radius: 8px;
  padding: 1.875rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.keep_going_section .resource_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(201, 171, 115, 0.15);
}
.keep_going_section .resource_card .card_content h3 {
  margin-bottom: 0.75rem;
}
.keep_going_section .resource_card .card_content p {
  margin-bottom: 0.75rem;
}
.keep_going_section .resource_card .btn_wrap {
  width: 100%;
}
.keep_going_section .resource_card .btn_wrap .brownBtn {
  background-color: #c9ab73;
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.keep_going_section .resource_card .btn_wrap .brownBtn:hover {
  background-color: #b5955d;
}
.keep_going_section .closing_wrap .quote_text p {
  color: var(--Golden-sand, #c8a96a);
  text-align: center;
  font-family: Mulish;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 600;
  line-height: 2.125rem; /* 154.545% */
  margin-bottom: 1.625rem;
}
.keep_going_section .closing_wrap .bold_statement p {
  color: #000;
  text-align: center;
  /* H4 */
  font-family: "Patua One";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.keep_going_section .closing_wrap .instruction_text p {
  color: #333333;
  font-family: "Mulish", sans-serif;
  font-size: 1.05rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.keep_going_section .social_follow_wrap h4 {
  color: var(--Black, #000);
  font-family: "Patua One", serif;
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}
.keep_going_section .social_follow_wrap .social_icons_horizontal {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.keep_going_section .social_follow_wrap .social_icons_horizontal a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #1a2530;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.keep_going_section .social_follow_wrap .social_icons_horizontal a i {
  font-size: 1.1rem;
}
.keep_going_section .social_follow_wrap .social_icons_horizontal a:hover {
  background-color: #c9ab73;
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

section.inner_banner.fullPg {
  background: #f6f2ea url(../images/spark-img.png) no-repeat;
  background-size: cover;
  background-position: center;
}
section.inner_banner.fullPg .banner_content {
  max-width: 54.25rem;
  width: 100%;
  margin: auto;
}
section.inner_banner.fullPg .banner_content .thnk-logo {
  max-width: 100%;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto 0.875rem;
}
section.inner_banner.fullPg .banner_content .subtitle_wrap {
  max-width: 519px;
  margin: auto;
}/*# sourceMappingURL=style.css.map */