#claims-header-section {
  padding-top: 64px;
}

#claims-header-section .product-dis-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#claims-header-section .product-name {
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: -2px;
}

#claims-header-section .product-full-name {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.875rem;
  letter-spacing: -1px;
}

#claims-header-section .product-dis-header {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  margin-bottom: 16px;
  max-width: 539px;
  margin-top: 50px;
}

#claims-header-section .product-dis {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0px;
  max-width: 539px;
}

#claims-header-section .product-dis-header {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.25rem; /* 108.333% */
  letter-spacing: -2px;
}

#claims-header-section .claims-dis-column {
  padding: 24px 0px 64px 0px;
  max-width: 878px;
}

#claims-header-section .claims-dis-column p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  padding-top: 20px;
}

#claims-header-section .claims-dis-column strong {
  color: #000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; /* 120% */
}

#claims-search-section .card {
  padding: 39px 51px 41px 51px;
  max-width: 538px;
  height: 355px;
  border-radius: 20px;
  background: #005498;
}

#claims-search-section .card img {
  width: 61px;
  height: 62px;
}

#claims-search-section .card h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem; /* 100% */
  letter-spacing: -0.64px;
  margin-top: 38px;
}

#claims-search-section .card p {
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem; /* 125% */
  margin-top: 27px;
}

#claims-search-section .dis-column .header {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5rem; /* 75% */
}

#claims-search-section .dis-column .dis {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 59px;
}

#claims-search-section .dis-column .label {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; /* 120% */
}

#claims-search-section .dis-column .number {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem; /* 100% */
  margin-bottom: 42px;
}

#claims-search-section .dis-column .second-header {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; /* 120% */
}

#claims-search-section .dis-column .second-dis {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
}

#download-file-section {
  margin-bottom: 140px;
}

#download-file-section .download-file-cover {
  box-shadow: -4px 0px 25px 1px rgba(0, 0, 0, 0.1490196078);
  padding: 73px 113px 56px 113px;
}

#download-file-section h3 {
  color: #00539B;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2rem; /* 100% */
  letter-spacing: -0.64px;
  padding-bottom: 40px;
  border-bottom: 1px solid #C8C8C8;
}

#download-file-section .file-row {
  margin: 0px;
}

#download-file-section .file-row > .wp-block-group__inner-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #C8C8C8;
  align-items: center;
  gap: 24px;
}

#download-file-section .file-row > .wp-block-group__inner-container .file-name {
  color: #00B7F1;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25rem; /* 100% */
  letter-spacing: 1.8px;
  margin: 0px;
  padding-top: 23px;
  padding-bottom: 9px;
}

#download-file-section .file-row > .wp-block-group__inner-container .file-dis {
  color: #464646;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.125rem; /* 112.5% */
  letter-spacing: -0.32px;
  margin: 0px;
  padding-bottom: 23px;
}

#download-file-section .file-row > .wp-block-group__inner-container img {
  margin: auto 0px;
  max-width: 38px;
  max-height: 34px;
}

.faq-card {
  box-shadow: -4px 0px 25px 1px rgba(0, 0, 0, 0.1490196078);
  padding: 46px 52px 46px 52px;
  max-width: 427px;
  max-height: 254px;
  border-radius: 20px;
  cursor: pointer;
}

#customer-cover-with-overlap {
  position: relative;
  margin-left: 50px;
}
#customer-cover-with-overlap .cover {
  max-width: 618px;
  max-height: 383px;
  border-radius: 20px;
  margin-left: auto;
}
#customer-cover-with-overlap .image {
  position: absolute;
  width: 224px;
  height: 144px;
  bottom: 10px;
  left: -70px;
  z-index: 999;
  border-radius: 20px;
}

@media (max-width: 782px) {
  .faq-card {
    max-width: 100%;
  }
	#accordion-section summary {
		padding: 18px 57px 19px 30px !important;
	}
}
.faq-card .faq-header {
  color: #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.063rem; /* 103.125% */
}

.faq-card .faq-sub-header {
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem; /* 120% */
  margin-top: 2px;
}

.faq-card .faq-dis {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem; /* 150% */
  margin-top: 4px;
}

.faq-card .faq-number {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5rem; /* 100% */
  margin-top: 29px;
}

#faqs .faq-support-section .first-row-columns .wp-block-column:first-child .faq-card {
  background-color: #00539b;
}

#faqs .faq-support-section .first-row-columns .wp-block-column:first-child .faq-card .faq-header {
  color: #FFF;
}

#faqs .faq-support-section .first-row-columns .wp-block-column:first-child .faq-card .faq-dis {
  color: #FFF;
}

#faqs .faq-support-section .first-row-columns .wp-block-column:first-child .faq-card .faq-number {
  color: #00B7F1;
}

#faqs .hero-section h3 {
  font-size: 3rem !important;
}

#faqs .hero-section h1 {
  font-size: 4.5rem !important;
}

.faq-support-section {
  padding: 40px 0px 69px 0px;
}

.faq-support-section .training-development-card,
.faq-support-section .wealth-transformation-card {
  padding: 0px 56px 42px 70px;
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.faq-support-section .training-development-card h3,
.faq-support-section .wealth-transformation-card h3 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 600;
  line-height: 92.19%; /* 44.251px */
  letter-spacing: -0.96px;
  /*   width: 515px; */
}

.faq-support-section .training-development-card p,
.faq-support-section .wealth-transformation-card p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 0px;
  margin-top: 0px;
  max-width: 527px;
  margin-bottom: 40px;
}

.faq-support-section .training-development-card img,
.faq-support-section .wealth-transformation-card img {
  border-radius: 20px;
}

#accordion-section {
  margin: 0px 0px 100px 0px;
  /* Change + to X when open */
}

#accordion-section h2 {
  color: #000;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem; /* 144.444% */
  letter-spacing: -0.5px;
}

#accordion-section details {
  background-color: #fff !important;
}

#accordion-section details ul, #accordion-section details p {
  padding: 18px 57px 0px 57px;
  background-color: #fff !important;
}

#accordion-section details ul {
  padding-left: 75px;
}

#accordion-section summary {
  align-items: center;
  height: 56px;
  border-radius: 10px;
  background-color: #ececec;
  color: #000;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25rem; /* 100% */
  letter-spacing: -0.5px;
  padding: 18px 57px 19px 57px;
  margin: 0px;
  position: relative;
  border-radius: 10px;
}

#accordion-section summary::marker {
  display: none !important;
  font-size: 0px !important;
}

#accordion-section summary::after {
  content: "";
  background-image: url("/wp-content/uploads/2025/12/cross-svg.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  position: absolute;
  background-position: center;
  right: 45px;
  top: 34%;
}

#accordion-section details[open] summary::after {
  transform: rotate(0deg);
}
#claims-search-section {
		padding-top: 50px;
	}

.claims-search-section .group-wrapper {
  padding-top: 116px !important;
  padding-bottom: 60px !important;
  border-top: 1px solid #C8C8C8 !important;
}
.claims-search-section .columns-wrapper {
  margin-top: 90px;
}
.claims-search-section .contact-details-column .contact-details-wrapper {
  padding-left: 90px;
}
.claims-search-section .contact-details-column .label {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 120% */
  margin-top: 32px;
}
.claims-search-section .contact-details-column .second-header {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 120% */
  margin-top: 68px;
}
.claims-search-section .contact-details-column .second-dis {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5625rem;
}
.claims-search-section .contact-details-column .number {
  color: #000;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  /* 100% */
}
.claims-search-section .contact-card-column {
  display: flex;
  gap: 21px;
}
.claims-search-section .contact-card-column h4 {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  /* 100% */
  letter-spacing: -0.64px;
  width: 165px;
}
.claims-search-section .contact-card-column p {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  /* 125% */
  width: 183px;
}
.claims-search-section .contact-card {
  width: 318px;
  height: 418px;
}
.claims-search-section .contact-card .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.claims-search-section .contact-card:first-child {
  padding: 32px 48px 42px 48px;
}
.claims-search-section .contact-card:first-child img:last-child {
  width: 155px;
  height: 46px;
}
.claims-search-section .contact-card:last-child {
  padding: 39px 48px 42px 48px;
}
.claims-search-section .contact-card:last-child .wp-block-buttons {
  min-width: 180px;
}
.claims-search-section .contact-card:last-child .wp-block-buttons .wp-block-button,
.claims-search-section .contact-card:last-child .wp-block-buttons a {
  min-width: 180px;
  background-color: transparent;
  padding-left: 0px;
  text-align: left;
  color: #00B7F1;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.44px;
}
.claims-search-section h2 {
  color: #000;
  text-align: center;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.9375rem;
  /* 64.583% */
}
.claims-search-section .download-p {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.9375rem;
  max-width: 663px;
  margin: 20px auto 10px auto;
}
.claims-search-section .download-p a {
	color: #00B7F1;
}

@media (max-width: 1299px) {
	.claims-search-section .contact-details-column {
		flex-basis: 40% !important;
		flex-grow: 0 !important;
		
	}
	.claims-search-section .contact-details-column .contact-details-wrapper {
		padding-left: 40px;
	}
}

@media (max-width: 1024px) {
	.claims-search-section .contact-details-column {
		flex-basis: 25% !important;
		flex-grow: 0 !important;
	}
	.claims-search-section .contact-details-column .contact-details-wrapper {
		padding-left: 30px;
	}
}

@media (min-width: 782px) and (max-width: 870px) {
  .faq-card {
    padding: 30px 35px 40px 40px;
  }
  .faq-support-section {
    padding: 50px 0px;
  }
}
@media (max-width: 782px) {
  .faq-support-section {
    padding: 50px 0px;
  }
  #claims-header-section {
    padding-top: 0px;
  }
  #claims-header-section .wp-block-columns {
    flex-direction: column-reverse;
    padding: 0px;
  }
  #claims-header-section .product-dis-header {
    margin-top: 20px;
  }
  #claims-header-section .claims-dis-column {
    padding: 0px 0px 24px 0px;
    margin-top: 0px;
  }
  #claims-search-section .wp-block-columns {
    padding-left: 0px;
    padding-right: 0px;
  }
  #claims-search-section .wp-block-columns .card-column .card {
    width: 100%;
    max-width: 100%;
  }
  #claims-search-section .wp-block-columns .dis-column .dis,
  #claims-search-section .wp-block-columns .dis-column .number {
    margin-bottom: 20px;
  }
  #download-file-section {
    margin-bottom: 45px;
  }
  #download-file-section .download-file-cover {
    padding: 39px 51px 41px 51px;
  }
	.claims-search-section .group-wrapper {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
		margin: auto;
	}

	.claims-search-section .columns-wrapper {
		margin-top: 20px;
	}
	.claims-search-section .contact-details-column .contact-details-wrapper {
    padding-left: 10px;
	}
	
	.claims-search-section .contact-details-column .label {
		margin-top: 20px;
	}

	.claims-search-section .contact-details-column .second-header {
		margin-top: 20px;
	}
	.claims-search-section .contact-card-column h4,
	.claims-search-section .contact-card-column p {
		width: 100%;
	}
	.claims-search-section .contact-card {
	    height: auto;
	}
	
}

@media (min-width: 500px) and (max-width: 782px) {
	.claims-search-section .contact-card {
		width: 50%;
		max-width: 50%;
	}
	.claims-search-section .contact-card:last-child,
	.claims-search-section .contact-card:first-child {
      padding: 30px;
	}
	
}


@media (max-width: 499px) {
  #accordion-section summary {
    height: auto;
  }
  #accordion-section summary:after {
    right: 9%;
  }
  .faq-support-section .training-development-card, .faq-support-section .wealth-transformation-card {
    padding: 0px 56px 42px 25px;
  }
  .faq-support-section .training-development-card h3, .faq-support-section .wealth-transformation-card h3 {
    max-width: 100%;
  }
	#download-file-section,
	#download-file-section .download-file-cover {
		height: auto;
		min-height: auto;
	}
	#download-file-section .download-file-cover,
	#claims-search-section .card {
		padding: 30px 30px 25px 30px;
		height: auto;
	}
	#consumers h1 > .kingshare-font {
		font-size: 7rem;
	}
	#customer-cover-with-overlap {
		margin-left: 0px;
	}
	#customer-cover-with-overlap .cover {
		min-height: 240px;
	}
	#customer-cover-with-overlap .image {
    	position: absolute;
    	width: 159px;
    	height: 144px;
   	 	bottom: -60px;
    	left: 13px;
    	z-index: 999;
    	border-radius: 20px;
	}
	#faqs .hero-section h1 {
		line-height: 4.5rem !important;
	}
	#faqs .faq-support-section {
		padding: 25px 0px;
	}
	.faq-card {
		padding: 30px !important;	
	}
	
	.claims-search-section {
		padding: 1em !important;
	}
	
	.claims-search-section .contact-card-column {
		flex-direction: column;
	}
	.claims-search-section .contact-card {
		width: 100%;
		max-width: 100%;
	}
	
	.claims-search-section .contact-details-column {
		padding-left: 0px;
	}
	
	.claims-search-section h2 {
    	line-height: 2.9375rem;
	}
	
	.claims-search-section .contact-card-column p {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	
	
} /*# sourceMappingURL=consumers.css.map */