.beacon-header-menu {
  box-shadow:
    0 17px 35px #171a1f3d,
    0 0 2px #171a1f1f;
  transition:
    transform 0.35s ease,
    opacity 0.35s ease,
    box-shadow 0.35s ease;
  will-change: transform;
}
.beacon-header-menu.header-show {
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}
.beacon-header-menu.header-hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  box-shadow: none;
}

@media (max-width: 980px) {

		    
}

.beacon-header-menu-section .et-menu .menu-item-has-children > a:first-child {
  position: relative;
}
@media (min-width: 981px) {
  .et_pb_menu--with-logo .et_pb_menu__menu > nav > ul > li > a {
    padding: 11px 0 !important;
  }
  .beacon-header-menu-section
    .et-menu
    .menu-item-has-children
    > a:first-child:after {
    right: -18px;
  }
  .beacon-header-menu-section .et_pb_menu .et-menu > li {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.beacon-news-letter {
  overflow: visible;
}
.footer-services-parent {
  margin-bottom: 12px;
}
.footer-services-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.footer-services-list li {
  margin-bottom: 5px;
}
.flex {
  display: flex;
}
.flex-start {
  justify-content: flex-start;
}
.align-items-center {
  align-items: center;
}
.section-icon-heading {
  gap: 1rem;
}
.dashed {
  border-style: dashed;
}
.overflow-hidden {
  overflow: hidden;
}
.card-button {
  width: 100%;
}
.card-button:hover {
  border-color: #d9d7e5 !important;
  color: #bdbad2 !important;
}
.card-button:active {
  border-color: #d9d7e5 !important;
  color: #a29dbf !important;
}
.w-100-tab {
  text-align: center;
}
@media (max-width: 1024px) {
  .w-100-tab {
    width: 100%;
    text-align: center;
  }
}
.themed-button {
  max-width: 380px !important;
  min-height: 52px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: row !important;
}
body #page-container .et_pb_section a.themed-button:after {
  font-size: 16px !important;
  margin-left: 50%;
}
body #page-container .et_pb_section a.themed-button:hover::after {
  margin-left: 52%;
}
@media (min-width: 981px) {
  body #page-container .et_pb_section a.themed-button::after {
    content: attr(data-icon) !important;
    font-family: FontAwesome !important;
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .themed-button {
    max-width: auto !important;
  }
}
.themed-button-primary {
  width: 178px !important;
  height: 52px !important;
  padding: 0 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #fff !important;
  background: #f68d28 !important;
  opacity: 1 !important;
  border: none !important;
  border-radius: 26px !important;
}
.themed-button-primary:hover {
  color: #fff !important;
  background: #ac5707 !important;
}
.themed-button-primary:active {
  color: #fff !important;
  background: #844205 !important;
}
.themed-button-primary:disabled {
  opacity: 0.4 !important;
}
.grid-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 21px;
  align-items: center;
  justify-items: center;
}
.grid-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-gallery-item img {
  max-width: 149px;
  max-height: auto;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.grid-gallery-item img:hover {
  filter: grayscale(0);
  opacity: 1;
}
@media (max-width: 1024px) {
  .grid-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.text-highlight {
  color: #bb5e08 !important;
}
.themed-button-secondary {
  max-width: 196px;
  min-height: 52px;
  padding: 0 20px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #57517b;
  background: #d9d7e5;
  border: none;
  border-radius: 26px;
  cursor: pointer;
  transition:
    background 0.2s ease,
    opacity 0.2s ease;
}
.themed-button-secondary:hover {
  background: #bdbad2;
}
.themed-button-secondary:active {
  background: #a29dbf;
}
.themed-button-secondary:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.callout-btn {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: max-content;
  min-width: 261px;
  min-height: 52px;
  padding: 0 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  background: #ef7634;
  opacity: 1;
  border: none;
  border-radius: 26px;
  cursor: pointer;
}
.callout-btn:hover,
.callout-btn:active {
  color: #fff;
  background: #ef7634;
}
.callout-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.newsletter-form .wpforms-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.newsletter-form input[type="email"] {
  min-width: 280px;
  flex: 1;
}
.newsletter-form .wpforms-submit {
  min-width: 140px;
  margin-top: 0;
  white-space: nowrap;
}
.newsletter-form .wpforms-submit-container {
  margin-top: 0 !important;
  min-width: 140px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .newsletter-form .wpforms-form {
    flex-direction: column;
    align-items: stretch;
  }
  .newsletter-form input[type="email"],
  .newsletter-form .wpforms-submit {
    width: 100%;
  }
}
.newsletter-form.wpforms-container-full {
  margin: 0 !important;
}
.flip-card {
  position: relative;
  width: 100%;
  min-height: 500px;
  perspective: 1200px;
  overflow: hidden;
  margin: 0 !important;
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  transition:
    transform 0.7s ease,
    opacity 0.4s ease;
  border-radius: 0;
}
.et_pb_column:first-child .flip-card-front,
.et_pb_column:first-child .flip-card-back {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.et_pb_column:last-child .flip-card-front,
.et_pb_column:last-child .flip-card-back {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.flip-card-front {
  z-index: 2;
  transform: rotateY(0);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.flip-card-front:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.flip-card-front > * {
  position: relative;
  z-index: 2;
}
.flip-card-back {
  transform: rotateY(180deg);
  opacity: 0;
  z-index: 1;
  background: #f3f4f6;
  padding: 42px 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.flip-card:hover .flip-card-front {
  transform: rotateY(-180deg);
}
.flip-card:hover .flip-card-back {
  transform: rotateY(0);
  opacity: 1;
  z-index: 2;
}
.flip-card-back h3 {
  margin: 0 0 18px;
  padding: 0 0 18px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #f58318;
  border-bottom: 2px dotted #f58318;
}
.flip-card-back p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #323743;
}
.flip-card-front .et_pb_button_module_wrapper {
  margin: 0 !important;
  width: 100%;
  display: flex;
  justify-content: center;
}
.flip-card-front .et_pb_button,
.flip-card-front .more-info-btn {
  min-width: 140px;
  height: 40px;
  padding: 0 16px;
  background: #fff;
  border: 1px solid #dee1e6;
  border-radius: 6px;
  color: #171a1f !important;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none !important;
  box-shadow: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.flip-card-front .et_pb_button:after {
  display: none !important;
  content: none !important;
}
@media (max-width: 980px) {
  .flip-card {
    min-height: 420px;
  }
  .flip-card-back {
    padding: 32px 22px;
  }
  .flip-card-back h3,
  .flip-card-back p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .flip-card {
    min-height: 360px;
  }
  .flip-card-front,
  .flip-card-back {
    border-radius: 24px !important;
  }
  .flip-card-back {
    padding: 24px 18px;
  }
  .flip-card-back h3,
  .flip-card-back p {
    font-size: 15px;
    line-height: 24px;
  }
}
.icon-image img {
  width: 63px;
  padding: 15px;
}
.experience-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.experience-box .circle {
  width: clamp(110px, 22vw, 178px);
  height: clamp(110px, 22vw, 178px);
  background-color: #dee1e6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.experience-box .circle img {
  width: clamp(58px, 11vw, 93px);
  height: clamp(59px, 11vw, 94px);
  object-fit: contain;
}
.experience-box .content {
  flex: 1;
  min-width: 220px;
}
.experience-box .content h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 4vw, 28px);
  line-height: 1.2;
  font-weight: 700;
}
.experience-box .content p {
  margin: 0;
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.6;
  color: #555;
}
@media (max-width: 767px) {
  .experience-box {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .experience-box .content {
    min-width: auto;
  }
}
.learning-card-box {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 0 0 0 24px;
  border: 2px solid #bdc1ca;
  border-radius: 32px;
  overflow: hidden;
  box-shadow:
    0 0 1px #171a1f12,
    0 0 2px #171a1f1f;
}
.learning-card-line {
  width: 8px;
  min-width: 8px;
  height: 81px;
  background: #d4d2de;
  border-radius: 20px;
  flex-shrink: 0;
}
.learning-card-content {
  flex: 1;
  min-width: 0;
}
.learning-card-icon {
  width: 145px;
  height: 145px;
  min-width: 145px;
  background: #f58614;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.learning-card-icon img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  display: block;
}
@media (max-width: 980px) {
  .learning-card-box {
    gap: 22px;
    padding: 26px;
    border-radius: 24px;
  }
  .learning-card-line {
    width: 10px;
    min-width: 10px;
    height: 110px;
  }
}
@media (max-width: 767px) {
  .learning-card-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    padding: 22px 18px;
    border-radius: 20px;
  }
  .learning-card-line {
    width: 70px;
    min-width: 70px;
    height: 8px;
  }
  .learning-card-content {
    width: 100%;
  }
  .learning-card-icon {
    width: 110px;
    height: 110px;
    min-width: 110px;
    border-radius: 20px;
  }
  .learning-card-icon img {
    width: 64px;
    height: 64px;
  }
}
.approach-card-box-orange {
  background: #f58318;
  border-radius: 20px;
  padding: 25px;
  max-width: 800px;
  width: 100%;
}
.approach-card-box {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  max-width: 800px;
  width: 100%;
}
.approach-card-top {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 25px;
}
.approach-card-icon {
  width: 76px;
  height: 76px;
  min-width: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.approach-card-icon img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  display: block;
}
.approach-card-title {
  min-width: 0;
}
.approach-card-content {
  width: 100%;
}
@media (max-width: 980px) {
  .approach-card-box {
    padding: 40px 32px;
    border-radius: 28px;
  }
  .approach-card-top {
    gap: 20px;
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .approach-card-box {
    padding: 28px 22px;
    border-radius: 22px;
  }
  .approach-card-top {
    gap: 16px;
    margin-bottom: 22px;
    align-items: center;
  }
  .approach-card-icon {
    width: 56px;
    height: 56px;
    min-width: 56px;
  }
  .approach-card-icon img {
    width: 56px;
    height: 56px;
  }
  .approach-card-title,
  .approach-card-content {
    width: 100%;
  }
}
@media (min-width: 981px) {
  .gallery-custom .et_pb_gallery_item {
    width: calc(50% - 12px) !important;
    margin-right: 24px !important;
    margin-bottom: 24px !important;
  }
  .gallery-custom .et_pb_gallery_item:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.et-db
  #et-boc
  .et-l
  .et_pb_module
  .wpforms-container.contact-us-custom-form
  .wpforms-field,
.et-db
  #et-boc
  .et-l
  .et_pb_module
  .wp-core-ui
  div.wpforms-container.contact-us-custom-form
  .wpforms-field {
  padding: 0 !important;
}
.contact-us-custom-form {
  font-family: "Montserrat", sans-serif;
}
.contact-us-custom-form .wpforms-field {
  margin-bottom: 24px !important;
}
.contact-us-custom-form .wpforms-field-label {
  display: block !important;
  margin-bottom: 8px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  color: #3d4455 !important;
}
.contact-us-custom-form input[type="text"],
.contact-us-custom-form input[type="email"],
.contact-us-custom-form input[type="tel"],
.contact-us-custom-form input[type="number"],
.contact-us-custom-form textarea,
.contact-us-custom-form select {
  width: 100% !important;
  background: #f3f4f6 !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  outline: none !important;
  color: #3d4455 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  padding: 12px 20px !important;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease !important;
}
.contact-us-custom-form input[type="text"],
.contact-us-custom-form input[type="email"],
.contact-us-custom-form input[type="tel"],
.contact-us-custom-form input[type="number"],
.contact-us-custom-form select {
  height: 48px !important;
}
.contact-us-custom-form textarea {
  min-height: 136px !important;
  padding-top: 16px !important;
  resize: vertical !important;
}
.contact-us-custom-form input::placeholder,
.contact-us-custom-form textarea::placeholder {
  color: #bdc1ca !important;
  opacity: 1 !important;
}
.contact-us-custom-form input:hover,
.contact-us-custom-form textarea:hover,
.contact-us-custom-form select:hover {
  background: #f3f4f6 !important;
  border-color: #f58318 !important;
}
.contact-us-custom-form input:focus,
.contact-us-custom-form textarea:focus,
.contact-us-custom-form select:focus {
  background: #fff !important;
  border-color: #f58318 !important;
  box-shadow: 0 0 0 3px rgba(245, 131, 24, 0.15) !important;
  outline: none !important;
}
.contact-us-custom-form input:disabled,
.contact-us-custom-form textarea:disabled,
.contact-us-custom-form select:disabled {
  background: #f3f4f6 !important;
  color: #bdc1ca !important;
  opacity: 1 !important;
  cursor: not-allowed !important;
}
.contact-us-custom-form .wpforms-field-row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}
.contact-us-custom-form .wpforms-one-half {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
@media (max-width: 767px) {
  .contact-us-custom-form .wpforms-one-half,
  .contact-us-custom-form .wpforms-one-half.last {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.contact-us-custom-form .wpforms-submit-container {
  margin-top: 32px !important;
  padding: 0 !important;
}
.contact-us-custom-form .wpforms-submit,
.contact-us-custom-form button[type="submit"],
.contact-us-custom-form-btn {
  width: 100% !important;
  height: 52px !important;
  padding: 0 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f58318 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  box-shadow: none !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 400 !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: all 0.25s ease !important;
}
.contact-us-custom-form .wpforms-submit:hover,
.contact-us-custom-form button[type="submit"]:hover,
.contact-us-custom-form-btn:hover,
.contact-us-custom-form .wpforms-submit:focus,
.contact-us-custom-form button[type="submit"]:focus,
.contact-us-custom-form-btn:focus,
.contact-us-custom-form .wpforms-submit:active,
.contact-us-custom-form button[type="submit"]:active,
.contact-us-custom-form-btn:active {
  background: #f58318 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0 0 0 3px rgba(245, 131, 24, 0.18) !important;
  outline: none !important;
}
.contact-us-custom-form .wpforms-submit:disabled,
.contact-us-custom-form button[type="submit"]:disabled,
.contact-us-custom-form-btn:disabled {
  opacity: 0.4 !important;
  cursor: not-allowed !important;
}
@media (max-width: 767px) {
  .contact-us-custom-form .wpforms-field-name .wpforms-field-row {
    display: block !important;
  }
  .contact-us-custom-form .wpforms-field-name .wpforms-field-row-block {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 16px !important;
  }
  .contact-us-custom-form
    .wpforms-field-name
    .wpforms-field-row-block:last-child {
    margin-bottom: 0 !important;
  }
}
.contact-us-custom-form input[type="tel"] {
  padding-left: 50px !important;
}

.oval-section {
  position: relative;
  overflow: visible;
}

.oval-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2013px;
  height: 600px;
  background: #f58318;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.oval-section .et_pb_row,
.oval-section .et_pb_module,
.oval-section .et_pb_container {
  position: relative;
  z-index: 1;
}

.vb-tabs-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.vb-tab-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 10px 16px;
  min-width: 120px;
  position: relative;
  color: #a8adb7;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.25s ease;
}
.vb-tab-btn:focus {
  outline: none;
}
.vb-tab-label {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}
.vb-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.vb-tab-icon svg {
  width: 38px;
  height: 38px;
  display: block;
}
.vb-tab-icon svg path {
  fill: #a8adb7 !important;
  transition: fill 0.25s ease;
}
.vb-tab-btn.is-active {
  color: #f58318;
}
.vb-tab-btn.is-active .vb-tab-icon svg path {
  fill: #f58318 !important;
}
.vb-tab-btn.is-active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #f58318;
} /* Tab
panel animation */
.vb-tab-panel {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    max-height 0.45s ease,
    visibility 0s linear 0.45s;
}
.vb-tab-panel.is-active {
  opacity: 1;
  max-height: 5000px;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    max-height 0.45s ease,
    visibility 0s linear 0s;
}
@media (max-width: 980px) {
  .vb-tabs-nav {
    justify-content: center;
    gap: 10px;
  }
  .vb-tab-btn {
    min-width: 96px;
    padding: 10px 8px 14px;
  }
  .vb-tab-icon svg {
    width: 30px;
    height: 30px;
  }
  .vb-tab-label {
    font-size: 14px;
  }
}

/* CIRCLE */
.vb-circle-wrap {
  --vb-circle-size: 360px;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 56px);
}
.vb-circle-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(24px, 3vw, 36px);
  align-items: flex-start;
}
.vb-circle-card {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: min(100%, var(--vb-circle-size));
  height: min(100vw - 32px, var(--vb-circle-size));
  background: rgba(255, 255, 255, 0.96);
  border-radius: 50%;
  box-shadow:
    0 18px 40px rgba(23, 26, 31, 0.1),
    inset 0 0 0 1px rgba(245, 131, 24, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: clamp(28px, 4vw, 40px);
  position: relative;
}
.vb-circle-card--engaging,
.vb-circle-card--expertise,
.vb-circle-card--experience {
  align-self: auto;
}
.vb-circle-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.vb-circle-icon svg {
  width: 54px;
  height: 54px;
  display: block;
}
.vb-circle-icon svg path {
  fill: #a8adb7 !important;
}
.vb-circle-title {
  font-family: Poppins, sans-serif;
  font-size: clamp(26px, 2.4vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  color: #f58318ff;
  margin: 0 0 14px 0;
  position: relative;
  z-index: 1;
}
.vb-circle-body {
  width: 100%;
  max-width: 250px;
  position: relative;
  z-index: 1;
}
.vb-circle-body p {
  margin: 0 0 0px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  color: #171a1fff;
  padding: 0;
}
.vb-circle-body p:last-child {
  margin-bottom: 0;
}
.vb-circle-line {
  width: min(120px, 54%);
  height: 0;
  border-top: 2px dashed #f58318ff;
  margin-top: 18px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1100px) {
  .vb-circle-wrap {
    --vb-circle-size: 330px;
  }
  .vb-circle-card {
    padding: 30px;
  }
  .vb-circle-body {
    max-width: 220px;
  }
  .vb-circle-title {
    font-size: 28px;
    margin-bottom: 12px;
  }
  .vb-circle-body p {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 6px;
  }
  .vb-circle-icon svg {
    width: 48px;
    height: 48px;
  }
  .vb-circle-line {
    width: min(108px, 50%);
    margin-top: 14px;
  }
}
@media (max-width: 980px) {
  .vb-circle-wrap {
    --vb-circle-size: 300px;
  }
  .vb-circle-grid {
    gap: 24px;
  }
  .vb-circle-card {
    padding: 24px;
  }
  .vb-circle-body {
    max-width: 205px;
  }
  .vb-circle-title {
    font-size: 22px;
    line-height: 1.15;
    margin-bottom: 8px;
  }
  .vb-circle-body p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 4px;
  }
  .vb-circle-icon svg {
    width: 40px;
    height: 40px;
  }
  .vb-circle-line {
    width: min(90px, 46%);
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .vb-circle-wrap {
    --vb-circle-size: 280px;
    padding: 24px 16px;
  }
  .vb-circle-card {
    padding: 22px 18px;
  }
  .vb-circle-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .vb-circle-body {
    max-width: 190px;
  }
  .vb-circle-body p {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 4px;
  }
  .vb-circle-icon svg {
    width: 34px;
    height: 34px;
  }
  .vb-circle-line {
    width: 78px;
    margin-top: 10px;
  }
}

.vb-trainer-oval {
  position: relative;
  width: min(100%, 542px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
}

.vb-trainer-oval__bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(farthest-corner, #f58318 33%, #f5d119 100%);
  border-radius: 50%;
  border: 2px dashed #f58318;
  z-index: 1;
}

.vb-trainer-oval__clip {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}

/* common image positioning */
.vb-trainer-oval__img {
  position: absolute;
  left: 68%;
  bottom: -8px;
  width: 88%;
  max-width: 480px;
  height: auto;
  display: block;
  transform: translateX(-50%) rotate(-4deg);
  transform-origin: center bottom;
}

/* base image stays clipped in circle */
.vb-trainer-oval__img--base {
  z-index: 2;
}

/* hand overlays */
.vb-trainer-oval__hand {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: visible;
}

/* left hand crop */
.vb-trainer-oval__img--left {
  clip-path: polygon(0% 38%, 34% 30%, 42% 58%, 0% 72%);
}

/* right hand crop */
.vb-trainer-oval__img--right {
  clip-path: polygon(73% 28%, 100% 18%, 100% 66%, 66% 58%);
}

/* tablet */
@media (max-width: 980px) {
  .vb-trainer-oval {
    width: min(100%, 420px);
  }

  .vb-trainer-oval__img {
    left: 66%;
    bottom: -6px;
    width: 92%;
    transform: translateX(-50%) rotate(-4deg);
  }

  .vb-trainer-oval__img--left {
    clip-path: polygon(0% 38%, 36% 30%, 43% 59%, 0% 73%);
  }

  .vb-trainer-oval__img--right {
    clip-path: polygon(71% 28%, 100% 16%, 100% 68%, 64% 58%);
  }
}

/* mobile */
@media (max-width: 767px) {
  .vb-trainer-oval {
    width: min(100%, 320px);
  }

  .vb-trainer-oval__img {
    left: 64%;
    bottom: -4px;
    width: 94%;
    transform: translateX(-50%) rotate(-3deg);
  }

  .vb-trainer-oval__img--left {
    clip-path: polygon(0% 40%, 37% 31%, 44% 60%, 0% 74%);
  }

  .vb-trainer-oval__img--right {
    clip-path: polygon(70% 29%, 100% 18%, 100% 69%, 63% 59%);
  }
}

/* MODAL */

/* =========================
   DIVI CODE MODULE SPACING
========================= */

#modal-code-module,
#modal-code-module.et_pb_module,
#modal-code-module .et_pb_code_inner {
  margin: 0 !important;
  padding: 0 !important;
}

#modal-code-module.et_pb_module {
  margin-bottom: 10px !important;
}

#modal-code-module .ebook-item {
  margin: 0 !important;
  padding: 0 !important;
}

/* =========================
   TYPOGRAPHY
========================= */

#modal-code-module .ebook-content,
#modal-code-module .ebook-content p,
#modal-code-module .ebook-content li,
#modal-code-module .ebook-content ul,
#modal-code-module .ebook-content ol,
#modal-code-module .ebook-content strong,
#modal-code-module .ebook-content span,
#modal-code-module .ebook-content a,
#modal-code-module .ebook-content button {
  font-family: Montserrat, sans-serif;
  color: #323743;
}

#modal-code-module .ebook-content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  box-sizing: border-box;
}

#modal-code-module .ebook-content p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

#modal-code-module .ebook-content ul,
#modal-code-module .ebook-content ol {
  margin: 0 0 16px 20px;
  padding: 0;
}

#modal-code-module .ebook-content li {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

#modal-code-module .ebook-content strong,
#modal-code-module .ebook-content b {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #323743;
}

#modal-code-module .ebook-content h1 {
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #323743;
}

#modal-code-module .ebook-content h2 {
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  color: #323743;
}

#modal-code-module .ebook-content h3 {
  margin: 0 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #323743;
}

#modal-code-module .ebook-content h4,
#modal-code-module .ebook-content h5,
#modal-code-module .ebook-content h6 {
  margin: 0 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #323743;
}

/* =========================
   DROPDOWN OPEN/CLOSE
========================= */

#modal-code-module .ebook-content-wrap {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transition:
    grid-template-rows 0.4s ease,
    opacity 0.3s ease,
    margin-top 0.3s ease;
}

#modal-code-module .ebook-content-wrap.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 14px;
}

#modal-code-module .ebook-content-wrap > .ebook-content {
  min-height: 0;
  overflow: hidden;
  padding: 0;
  background: transparent;
}

#modal-code-module .ebook-content-wrap.is-open > .ebook-content {
  padding: 18px 20px;
  background: #f3f4f6;
}

#modal-code-module .ebook-content[hidden] {
  display: block !important;
}

/* =========================
   BUTTON
========================= */

#modal-code-module .brochure-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 22px;
  border: none;
  background: #f7931e;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  position: relative;
  z-index: 2;
}

#modal-code-module .brochure-btn:hover,
#modal-code-module .brochure-btn:focus {
  background: #e47f0c;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* =========================
   KEEP CARD IMAGES / BG STABLE
   SCOPED ONLY TO MODAL AREA
========================= */

#modal-code-module .et_pb_column {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  position: relative;
  z-index: 1;
}

#modal-code-module .ebook-item .et_pb_column,
#modal-code-module .ebook-content-wrap,
#modal-code-module .ebook-content {
  overflow: hidden;
}

#modal-code-module .et_pb_row,
#modal-code-module .et_pb_section,
#modal-code-module .et_pb_module,
#modal-code-module .et_pb_image,
#modal-code-module .et_pb_image_wrap,
#modal-code-module .et_pb_image img,
#modal-code-module .et_pb_column .et_pb_module,
#modal-code-module .et_pb_column .et_pb_image,
#modal-code-module .et_pb_column .et_pb_image_wrap,
#modal-code-module .et_pb_column img {
  position: relative;
  z-index: 1;
}

/* =========================
   MODAL
========================= */

#modal-code-module .ebook-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2147483000 !important;
  isolation: isolate;
}

#modal-code-module .ebook-modal.is-open {
  display: block;
}

#modal-code-module .ebook-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 2147483001 !important;
}

#modal-code-module .ebook-modal-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(560px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  transform: translate(-50%, -50%);
  z-index: 2147483002 !important;
  background: #ffffff;
  padding: 28px 22px 22px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

#modal-code-module .ebook-modal-dialog h3 {
  margin: 0 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #323743;
}

#modal-code-module .ebook-modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
  color: #323743;
  z-index: 3;
}

#modal-code-module .ebook-modal-close:hover,
#modal-code-module .ebook-modal-close:focus {
  color: #000000;
}

body.ebook-modal-open {
  overflow: hidden !important;
}

/* hide header only while modal is open */
body.ebook-modal-open .beacon-header-menu-section {
  display: none !important;
}

body.ebook-modal-open .et-l--header,
body.ebook-modal-open #main-header,
body.ebook-modal-open .et-fixed-header,
body.ebook-modal-open header {
  z-index: auto !important;
}

/* =========================
   WPFORMS INSIDE MODAL
========================= */

#modal-code-module .ebook-modal .wpforms-container,
#modal-code-module .ebook-modal .wpforms-form,
#modal-code-module .ebook-modal .wpforms-field-label,
#modal-code-module .ebook-modal input,
#modal-code-module .ebook-modal textarea,
#modal-code-module .ebook-modal select,
#modal-code-module .ebook-modal button {
  font-family: Montserrat, sans-serif;
}

#modal-code-module .ebook-modal .wpforms-field-label {
  color: #323743;
  font-size: 14px;
  line-height: 22px;
}

#modal-code-module .ebook-modal input,
#modal-code-module .ebook-modal textarea,
#modal-code-module .ebook-modal select {
  width: 100%;
  box-sizing: border-box;
}

/* =========================
   HEADER / NAV PROTECTION
========================= */

.beacon-header-menu-section,
.beacon-header-menu-section .et_pb_row,
.beacon-header-menu-section .et_pb_column,
.beacon-header-menu-section .et_pb_module,
.beacon-header-menu-section .et_pb_menu,
.beacon-header-menu-section .et_pb_menu__wrap,
.beacon-header-menu-section .et_pb_menu__menu,
.beacon-header-menu-section nav {
  overflow: visible !important;
}

.beacon-header-menu-section ul:not(.et_mobile_menu) {
  overflow: visible !important;
}

@media (max-width: 980px) {
  .beacon-header-menu-section .et_mobile_menu {
    max-height: 650px !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
  }
}

.beacon-header-menu-section .sub-menu,
.beacon-header-menu-section .nav li ul {
  z-index: 99999 !important;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  #modal-code-module .ebook-content-wrap.is-open > .ebook-content {
    padding: 16px;
  }

  #modal-code-module .ebook-content,
  #modal-code-module .ebook-content p,
  #modal-code-module .ebook-content li {
    font-size: 13px;
    line-height: 22px;
  }

  #modal-code-module .ebook-content strong,
  #modal-code-module .ebook-content b {
    font-size: 15px;
    line-height: 24px;
  }

  #modal-code-module .ebook-modal-dialog {
    padding: 24px 16px 16px;
    width: calc(100vw - 20px);
    max-height: calc(100vh - 20px);
  }
}