/* ICM Primary values from UX design */
/* Width - container, element, card, */
/* Margin */
/* padding */
/* Border */
/*
  Roboto font related weights
   https://fonts.google.com/specimen/Roboto?selection.family=Roboto:100,300,400,500,700,900
*/
/* font color, background color */
/* UI elements specific color */
/* Card specific color */
/* max width properties for UI Cards for different number of cards in a container */
/* one are more cards */
/* three are more cards */
i[x] {
  display: none !important; }

.single-page.page-indices .page-header {
  background: url(../../assets/img/single_market_page/banner1.png) no-repeat center right; }

.single-page.page-indices .page-first-text::before {
  background: url(https://www.icmarkets.com/assets/img/single_market_page/icon-indices.svg) center center no-repeat transparent; }

.single-page.page-indices .risk-image {
  background: url(../../assets/img/single_market_page/indicesImg.png) center center no-repeat transparent;
  background-size: contain; }

.single-page.page-indices .market-facts-card .facts-item::before {
  color: #2955ff; }

.single-page.page-indices .market-facts-card .action-button {
  background: #2955ff; }

@media screen and (max-width: 640px) {
  .single-page.page-indices .single-design-table .table-row {
    height: 150px !important; } }
