.max_width_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.golder_pill_container {
  border: 1px solid rgba(197, 160, 78, 0.1803921569);
  color: #c5a04e !important;
  background-color: #faf7f2;
  font-size: 10px;
  border-radius: 100px;
  padding: 4px 18px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-weight: 500;
  font-family: "Poppins";
  margin-bottom: 15px !important;
}

.icons_list_container {
  list-style-type: none;
  margin: 20px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 15px;
}
.icons_list_container li::before {
  background-image: url(/wp-content/uploads/2026/04/i-ck.svg);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 2px;
}
.icons_list_container li::after {
  background-image: url(/wp-content/uploads/2026/04/Vector.svg);
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.brand_analysis_section {
  background-color: #F7F5F1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #887F72;
}
.brand_analysis_section .data_row_ {
  justify-content: space-around;
}
.brand_analysis_section .info_tiles_ h3 {
  color: #c5a04e;
  font-size: 26px;
  line-height: 26px;
  margin: 0 0 10px 0;
  font-weight: 500;
  text-align: center;
}
.brand_analysis_section .info_tiles_ p {
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
  margin: 0;
}

.as_featured_in_logo_section {
  background-color: #F7F5F1;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #887F72;
}
.as_featured_in_logo_section .logo_section_title {
  font-size: 9px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #5E574C;
  margin-bottom: 10px;
}
.as_featured_in_logo_section .logo_row_ {
  justify-content: center;
  gap: 24px;
}
.as_featured_in_logo_section .logo_row_ .logo_image_ img {
  max-width: 56px;
}

.diversify_beyond_property_section .section_grid_area {
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.diversify_beyond_property_section .section_grid_area .section_tile {
  border: 1px solid #887F72;
  border-radius: 10px;
  background-color: #FAF9F6;
  padding: 20px;
}
.diversify_beyond_property_section .section_grid_area .section_tile .tile_image_ {
  height: 44px;
  width: 44px;
  margin-bottom: 16px;
}
.diversify_beyond_property_section .section_grid_area .section_tile .tile_image_ img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.diversify_beyond_property_section .section_grid_area .section_tile h2 {
  font-size: 16px;
  margin-bottom: 10px;
}

.main_page_container__ {
  padding-top: 150px;
}
.main_page_container__ h2 {
  margin: 0 0 20px 0;
}
.main_page_container__ h3 {
  margin: 0 0 20px 0;
}
.main_page_container__ p {
  margin: 0 0 20px 0;
}
.main_page_container__ .home_brochure_form_container iframe {
  padding: 20px;
  border: 1px solid #887f72 !important;
  border-radius: 8px;
  background-color: #f7f5f1;
}
.main_page_container__ .estimated_average_returns_table {
  border: 1px solid #887F72;
  border-radius: 10px;
  background-color: #FAF9F6;
  padding: 20px;
}
.main_page_container__ .estimated_average_returns_table h2 {
  font-size: 16px;
  font-weight: 600;
}
.main_page_container__ .estimated_average_returns_table .table_area table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
.main_page_container__ .estimated_average_returns_table .table_area td {
  padding: 12px;
  background: transparent;
  border: none;
}
.main_page_container__ .estimated_average_returns_table .table_area tr:hover td {
  background: #f6f2e9;
  border-top: 1px solid #887F72;
  border-bottom: 1px solid #887F72;
}
.main_page_container__ .estimated_average_returns_table .table_area tr:hover td:first-child {
  border-left: 1px solid #887F72;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.main_page_container__ .estimated_average_returns_table .table_area tr:hover td:last-child {
  border-right: 1px solid #887F72;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

/*# sourceMappingURL=style.css.map */
