/* 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; }

html.home-page .no-uppercase,
html.single-market-page .no-uppercase,
html.common-page .no-uppercase {
  text-transform: initial !important; }

html.home-page .column-header .column-name:nth-child(2),
html.single-market-page .column-header .column-name:nth-child(2),
html.common-page .column-header .column-name:nth-child(2) {
  font-weight: bold !important; }

html.home-page .dots-after > a.hidden-md.hidden-lg.xxx::before,
html.single-market-page .dots-after > a.hidden-md.hidden-lg.xxx::before,
html.common-page .dots-after > a.hidden-md.hidden-lg.xxx::before {
  content: '...';
  position: absolute;
  opacity: 0.6;
  left: 130px;
  top: 3px;
  font-size: 30px; }

html.home-page .dots-after > a.hidden-xs.hidden-sm.xxx::before,
html.single-market-page .dots-after > a.hidden-xs.hidden-sm.xxx::before,
html.common-page .dots-after > a.hidden-xs.hidden-sm.xxx::before {
  content: '...';
  position: absolute;
  opacity: 0.6;
  left: 130px;
  top: 11px;
  font-size: 30px; }

html.home-page .header-container.subnav-mobile,
html.single-market-page .header-container.subnav-mobile,
html.common-page .header-container.subnav-mobile {
  display: none; }

html.home-page .icm-navbar .icm-navbar__top,
html.single-market-page .icm-navbar .icm-navbar__top,
html.common-page .icm-navbar .icm-navbar__top {
  background: #0f0f14; }
  html.home-page .icm-navbar .icm-navbar__top .top-navbar__option--style,
  html.home-page .icm-navbar .icm-navbar__top .top-navbar__option--style a,
  html.single-market-page .icm-navbar .icm-navbar__top .top-navbar__option--style,
  html.single-market-page .icm-navbar .icm-navbar__top .top-navbar__option--style a,
  html.common-page .icm-navbar .icm-navbar__top .top-navbar__option--style,
  html.common-page .icm-navbar .icm-navbar__top .top-navbar__option--style a {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    font-weight: 500; }

html.home-page .navbar.navbar-default,
html.single-market-page .navbar.navbar-default,
html.common-page .navbar.navbar-default {
  border: none;
  background: #040404; }
  html.home-page .navbar.navbar-default.icm-component-container,
  html.single-market-page .navbar.navbar-default.icm-component-container,
  html.common-page .navbar.navbar-default.icm-component-container {
    background: #0f0f14; }

html.home-page .touch-device .navbar.navbar-default,
html.single-market-page .touch-device .navbar.navbar-default,
html.common-page .touch-device .navbar.navbar-default {
  background: #191919; }

html.home-page .icm-navbar .navbar-default .navbar-nav > li > a,
html.single-market-page .icm-navbar .navbar-default .navbar-nav > li > a,
html.common-page .icm-navbar .navbar-default .navbar-nav > li > a {
  opacity: 0.6; }
  html.home-page .icm-navbar .navbar-default .navbar-nav > li > a:hover,
  html.single-market-page .icm-navbar .navbar-default .navbar-nav > li > a:hover,
  html.common-page .icm-navbar .navbar-default .navbar-nav > li > a:hover {
    opacity: 1; }

html.home-page .client-login-block .client-login-button, html.home-page .client-login-block .start-trading-button,
html.single-market-page .client-login-block .client-login-button,
html.single-market-page .client-login-block .start-trading-button,
html.common-page .client-login-block .client-login-button,
html.common-page .client-login-block .start-trading-button {
  width: auto;
  color: rgba(31, 29, 49, 0.8);
  border-radius: 30px;
  background: #25adcf;
  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: 900;
  padding: 12px 18px; }

html.home-page .locale-it .client-login-block .start-trading-button,
html.single-market-page .locale-it .client-login-block .start-trading-button,
html.common-page .locale-it .client-login-block .start-trading-button {
  font-size: 10px !important; }

html.home-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):hover,
html.home-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):active,
html.single-market-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):hover,
html.single-market-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):active,
html.common-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):hover,
html.common-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):active {
  color: #000 !important; }

html.home-page .btn,
html.home-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):not(.professional),
html.single-market-page .btn,
html.single-market-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):not(.professional),
html.common-page .btn,
html.common-page .icm-btn:not(.page-header__primary-button):not(.page-header__secondary-button):not(.professional) {
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 900;
  padding: 12px 18px;
  width: auto; }

html.home-page .btn.icm-btn-primary.client-login-button,
html.single-market-page .btn.icm-btn-primary.client-login-button,
html.common-page .btn.icm-btn-primary.client-login-button {
  width: auto;
  color: rgba(31, 29, 49, 0.8);
  border-radius: 30px;
  background: #25adcf;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  padding: 12px 18px; }

html.home-page .footer-faq-desktop,
html.home-page .footer__disclaimer,
html.home-page .footer__copyright,
html.single-market-page .footer-faq-desktop,
html.single-market-page .footer__disclaimer,
html.single-market-page .footer__copyright,
html.common-page .footer-faq-desktop,
html.common-page .footer__disclaimer,
html.common-page .footer__copyright {
  max-width: 1184px; }

html.home-page .dropdown-list-container__list-item,
html.single-market-page .dropdown-list-container__list-item,
html.common-page .dropdown-list-container__list-item {
  border-bottom: none !important;
  line-height: initial !important;
  padding: 0 !important; }
  html.home-page .dropdown-list-container__list-item a,
  html.single-market-page .dropdown-list-container__list-item a,
  html.common-page .dropdown-list-container__list-item a {
    color: #bbb !important;
    line-height: 2.31 !important; }
    html.home-page .dropdown-list-container__list-item a:hover,
    html.single-market-page .dropdown-list-container__list-item a:hover,
    html.common-page .dropdown-list-container__list-item a:hover {
      color: #25adcf !important;
      text-decoration: underline; }

html.home-page .faq-list__item--style,
html.single-market-page .faq-list__item--style,
html.common-page .faq-list__item--style {
  border: none !important; }
  html.home-page .faq-list__item--style a,
  html.single-market-page .faq-list__item--style a,
  html.common-page .faq-list__item--style a {
    color: #777 !important;
    line-height: 2 !important; }
    html.home-page .faq-list__item--style a:hover,
    html.single-market-page .faq-list__item--style a:hover,
    html.common-page .faq-list__item--style a:hover {
      color: #25adcf !important; }

html.home-page .common-footer .footer-faq__heading,
html.single-market-page .common-footer .footer-faq__heading,
html.common-page .common-footer .footer-faq__heading {
  color: #fff !important;
  margin-bottom: 20px; }

html.home-page .footer__disclaimer,
html.single-market-page .footer__disclaimer,
html.common-page .footer__disclaimer {
  padding: 50px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; }

html.home-page .single-page,
html.single-market-page .single-page,
html.common-page .single-page {
  background: #0b0a14;
  color: #fff;
  text-align: center; }
  html.home-page .single-page .single-design-search,
  html.single-market-page .single-page .single-design-search,
  html.common-page .single-page .single-design-search {
    margin-top: 30px !important; }
  html.home-page .single-page .page-content-container,
  html.single-market-page .single-page .page-content-container,
  html.common-page .single-page .page-content-container {
    text-align: left;
    min-height: 300px;
    color: #0b0a14;
    background: #fff; }
    html.home-page .single-page .page-content-container:first-child,
    html.single-market-page .single-page .page-content-container:first-child,
    html.common-page .single-page .page-content-container:first-child {
      background: red; }
      html.home-page .single-page .page-content-container:first-child .page-content,
      html.single-market-page .single-page .page-content-container:first-child .page-content,
      html.common-page .single-page .page-content-container:first-child .page-content {
        padding-top: 0 !important; }
    html.home-page .single-page .page-content-container .page-content,
    html.single-market-page .single-page .page-content-container .page-content,
    html.common-page .single-page .page-content-container .page-content {
      padding: 80px 0; }
      html.home-page .single-page .page-content-container .page-content.highlighted-content,
      html.single-market-page .single-page .page-content-container .page-content.highlighted-content,
      html.common-page .single-page .page-content-container .page-content.highlighted-content {
        background: #f4f6f4; }
    html.home-page .single-page .page-content-container .page-content:not(:first-child),
    html.single-market-page .single-page .page-content-container .page-content:not(:first-child),
    html.common-page .single-page .page-content-container .page-content:not(:first-child) {
      color: #0b0a14;
      min-height: 300px; }
  html.home-page .single-page .market-facts-card,
  html.single-market-page .single-page .market-facts-card,
  html.common-page .single-page .market-facts-card {
    float: right;
    position: relative;
    z-index: 1;
    width: 300px;
    min-width: 300px;
    min-height: 400px;
    background: #fff;
    margin: 80px 40px 80px 80px;
    padding: 40px;
    border-radius: 18px;
    box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.2); }
    html.home-page .single-page .market-facts-card .facts-header,
    html.single-market-page .single-page .market-facts-card .facts-header,
    html.common-page .single-page .market-facts-card .facts-header {
      text-align: center;
      line-height: 35px; }
      html.home-page .single-page .market-facts-card .facts-header .header-label,
      html.single-market-page .single-page .market-facts-card .facts-header .header-label,
      html.common-page .single-page .market-facts-card .facts-header .header-label {
        font-size: 20px;
        color: rgba(11, 10, 20, 0.6); }
      html.home-page .single-page .market-facts-card .facts-header .header-title,
      html.single-market-page .single-page .market-facts-card .facts-header .header-title,
      html.common-page .single-page .market-facts-card .facts-header .header-title {
        font-size: 38px;
        color: #0b0a14;
        font-weight: 500; }
    html.home-page .single-page .market-facts-card .facts-items,
    html.single-market-page .single-page .market-facts-card .facts-items,
    html.common-page .single-page .market-facts-card .facts-items {
      margin: 32px 0; }
    html.home-page .single-page .market-facts-card .facts-item,
    html.single-market-page .single-page .market-facts-card .facts-item,
    html.common-page .single-page .market-facts-card .facts-item {
      display: flex;
      padding: 15px 0 15px 40px;
      font-size: 14px;
      font-weight: 900;
      position: relative;
      line-height: 26px;
      border-bottom: 0.5px solid #d4d2d2;
      color: rgba(11, 10, 20, 0.6); }
    html.home-page .single-page .market-facts-card .facts-item:last-child,
    html.single-market-page .single-page .market-facts-card .facts-item:last-child,
    html.common-page .single-page .market-facts-card .facts-item:last-child {
      border-bottom: none; }
    html.home-page .single-page .market-facts-card .facts-item::before,
    html.single-market-page .single-page .market-facts-card .facts-item::before,
    html.common-page .single-page .market-facts-card .facts-item::before {
      position: absolute;
      font-family: 'Glyphicons Halflings';
      top: 12px;
      left: 0;
      content: "\E013";
      font-size: 17px; }
    html.home-page .single-page .market-facts-card .action-buttons-container,
    html.single-market-page .single-page .market-facts-card .action-buttons-container,
    html.common-page .single-page .market-facts-card .action-buttons-container {
      width: 100%;
      position: relative;
      text-align: center; }
    html.home-page .single-page .market-facts-card .action-button,
    html.single-market-page .single-page .market-facts-card .action-button,
    html.common-page .single-page .market-facts-card .action-button {
      width: auto;
      margin: 0 auto;
      color: rgba(31, 29, 49, 0.8);
      border-radius: 30px;
      font-size: 12px;
      text-align: center;
      text-transform: uppercase;
      font-weight: 900;
      padding: 12px 18px;
      display: inline-block;
      cursor: pointer; }
  html.home-page .single-page .risk-image,
  html.single-market-page .single-page .risk-image,
  html.common-page .single-page .risk-image {
    width: 100% !important;
    min-width: 400px;
    height: 338px;
    margin-right: 70px; }
  html.home-page .single-page .stck-image,
  html.single-market-page .single-page .stck-image,
  html.common-page .single-page .stck-image {
    width: 100% !important;
    min-width: 488px;
    height: 424px;
    margin-right: 70px; }
  html.home-page .single-page .comm-image,
  html.single-market-page .single-page .comm-image,
  html.common-page .single-page .comm-image {
    width: 100% !important;
    min-width: 488px;
    height: 424px;
    margin-right: 70px; }
  html.home-page .single-page .bonds-image,
  html.single-market-page .single-page .bonds-image,
  html.common-page .single-page .bonds-image {
    width: 100% !important;
    min-width: 488px;
    height: 424px;
    margin-right: 70px; }
  html.home-page .single-page .page-section,
  html.single-market-page .single-page .page-section,
  html.common-page .single-page .page-section {
    width: 100%;
    color: rgba(11, 10, 20, 0.8);
    max-width: 1184px;
    font-size: 18px;
    line-height: 35px;
    margin: 0 auto; }
    html.home-page .single-page .page-section.split-2,
    html.single-market-page .single-page .page-section.split-2,
    html.common-page .single-page .page-section.split-2 {
      display: flex;
      margin-top: 30px; }
      html.home-page .single-page .page-section.split-2 > div,
      html.single-market-page .single-page .page-section.split-2 > div,
      html.common-page .single-page .page-section.split-2 > div {
        max-width: 50%; }
      html.home-page .single-page .page-section.split-2 > div:first-child,
      html.single-market-page .single-page .page-section.split-2 > div:first-child,
      html.common-page .single-page .page-section.split-2 > div:first-child {
        margin-right: 30px; }
    html.home-page .single-page .page-section .first-section,
    html.single-market-page .single-page .page-section .first-section,
    html.common-page .single-page .page-section .first-section {
      position: relative;
      margin-left: 200px;
      padding-top: 80px; }
    html.home-page .single-page .page-section h1,
    html.single-market-page .single-page .page-section h1,
    html.common-page .single-page .page-section h1 {
      font-size: 48px;
      line-height: 60px;
      font-weight: 200;
      margin-bottom: 30px; }
    html.home-page .single-page .page-section p,
    html.single-market-page .single-page .page-section p,
    html.common-page .single-page .page-section p {
      margin-bottom: 30px; }
      html.home-page .single-page .page-section p:last-child,
      html.single-market-page .single-page .page-section p:last-child,
      html.common-page .single-page .page-section p:last-child {
        margin-bottom: 0; }
  html.home-page .single-page .page-first-text p:first-child,
  html.single-market-page .single-page .page-first-text p:first-child,
  html.common-page .single-page .page-first-text p:first-child {
    font-size: 24px;
    font-weight: 700;
    line-height: 37px; }
  html.home-page .single-page .page-first-text::before,
  html.single-market-page .single-page .page-first-text::before,
  html.common-page .single-page .page-first-text::before {
    content: '';
    position: absolute;
    top: 80px;
    left: -200px;
    width: 150px;
    height: 150px;
    background-size: contain !important; }
  html.home-page .single-page .page-header__menu-container,
  html.single-market-page .single-page .page-header__menu-container,
  html.common-page .single-page .page-header__menu-container {
    width: 100%;
    background: #0b0a14;
    max-width: 1184px;
    margin: 0 auto;
    padding: 30px 0; }
    html.home-page .single-page .page-header__menu-container .page-header__menu,
    html.single-market-page .single-page .page-header__menu-container .page-header__menu,
    html.common-page .single-page .page-header__menu-container .page-header__menu {
      display: flex;
      justify-content: space-around;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.3); }
      html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item,
      html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item,
      html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item {
        display: table;
        cursor: pointer;
        font-weight: 700; }
        html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item > a,
        html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item > a,
        html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item > a {
          display: table-cell;
          vertical-align: middle; }
        html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item.current-page,
        html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item.current-page,
        html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item.current-page {
          color: #25adcf;
          font-weight: 900;
          opacity: 1;
          cursor: default; }
        html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item:not(.current-page):hover,
        html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item:not(.current-page):hover,
        html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item:not(.current-page):hover {
          color: #fff; }
        html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item.menu-switch,
        html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item.menu-switch,
        html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item.menu-switch {
          display: none; }
        html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon,
        html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon,
        html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon {
          width: 25px;
          height: 25px; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-range,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-range,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-range {
            background: url(../image/icon-market.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/icon-market.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-forex,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-forex,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-forex {
            background: url(../image/forex-small.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/forex-small.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-commodities,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-commodities,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-commodities {
            background: url(../image/comodity-small.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/comodity-small.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-indices,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-indices,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-indices {
            background: url(../image/indice-small.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/indice-small.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-bonds,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-bonds,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-bonds {
            background: url(../image/bond-small.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/bond-small.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-cruptocurrency,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-cruptocurrency,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-cruptocurrency {
            background: url(../image/btc-small.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/btc-small.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-stocks,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-stocks,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-stocks {
            background: url(../image/stock-small.png)/*tpa=https://www.fxfitch.com/css/pages/~/assets/img/single_market_page/../image/stock-small.png*/ no-repeat center center; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch {
            position: relative;
            display: none; }
            html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch::after,
            html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch::after,
            html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch::after {
              position: absolute;
              font-family: 'Glyphicons Halflings';
              top: 0;
              right: 0;
              line-height: 24px;
              content: "\E259";
              color: #7e7e7e;
              font-size: 23px;
              cursor: pointer; }
          html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch:hover::after,
          html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch:hover::after,
          html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-icon.icon-switch:hover::after {
            color: #fff; }
        html.home-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-title,
        html.single-market-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-title,
        html.common-page .single-page .page-header__menu-container .page-header__menu .menu-item .menu-title {
          padding-left: 8px;
          color: inherit;
          text-decoration: none; }
    html.home-page .single-page .page-header__menu-container.expanded .page-header__menu,
    html.single-market-page .single-page .page-header__menu-container.expanded .page-header__menu,
    html.common-page .single-page .page-header__menu-container.expanded .page-header__menu {
      justify-content: space-around;
      flex-direction: column; }
      html.home-page .single-page .page-header__menu-container.expanded .page-header__menu .menu-item,
      html.single-market-page .single-page .page-header__menu-container.expanded .page-header__menu .menu-item,
      html.common-page .single-page .page-header__menu-container.expanded .page-header__menu .menu-item {
        padding: 16px 0; }
      html.home-page .single-page .page-header__menu-container.expanded .page-header__menu .menu-icon.icon-switch::after,
      html.single-market-page .single-page .page-header__menu-container.expanded .page-header__menu .menu-icon.icon-switch::after,
      html.common-page .single-page .page-header__menu-container.expanded .page-header__menu .menu-icon.icon-switch::after {
        content: "\E260"; }
  html.home-page .single-page .page-header,
  html.single-market-page .single-page .page-header,
  html.common-page .single-page .page-header {
    padding-top: 60px;
    background-size: cover; }
    html.home-page .single-page .page-header .page-header__container,
    html.single-market-page .single-page .page-header .page-header__container,
    html.common-page .single-page .page-header .page-header__container {
      max-width: 1184px;
      margin: 0 auto;
      padding-bottom: 1px; }
    html.home-page .single-page .page-header .page-header__heading--style,
    html.single-market-page .single-page .page-header .page-header__heading--style,
    html.common-page .single-page .page-header .page-header__heading--style {
      font-size: 56px;
      font-weight: 500;
      text-shadow: 0 0 10px #000; }
    html.home-page .single-page .page-header .page-header__description,
    html.single-market-page .single-page .page-header .page-header__description,
    html.common-page .single-page .page-header .page-header__description {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      line-height: 42px;
      font-size: 24px;
      font-weight: 300;
      text-shadow: 0 0 10px #000;
      opacity: 0.8; }
    html.home-page .single-page .page-header .icm-button-wrapper.page-header__primary-button,
    html.single-market-page .single-page .page-header .icm-button-wrapper.page-header__primary-button,
    html.common-page .single-page .page-header .icm-button-wrapper.page-header__primary-button {
      margin: 64px 0; }
      html.home-page .single-page .page-header .icm-button-wrapper.page-header__primary-button a.icm-btn.icm-btn-primary,
      html.single-market-page .single-page .page-header .icm-button-wrapper.page-header__primary-button a.icm-btn.icm-btn-primary,
      html.common-page .single-page .page-header .icm-button-wrapper.page-header__primary-button a.icm-btn.icm-btn-primary {
        text-decoration: none;
        width: auto;
        color: rgba(31, 29, 49, 0.8);
        border-radius: 30px;
        background: #25adcf;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 900;
        padding: 12px 18px; }
  html.home-page .single-page .flex-section,
  html.single-market-page .single-page .flex-section,
  html.common-page .single-page .flex-section {
    display: flex;
    justify-content: space-between;
    letter-spacing: -0.4px; }
    html.home-page .single-page .flex-section .flex-content,
    html.single-market-page .single-page .flex-section .flex-content,
    html.common-page .single-page .flex-section .flex-content {
      flex: 1;
      margin: 0 40px; }
      html.home-page .single-page .flex-section .flex-content:first-child,
      html.single-market-page .single-page .flex-section .flex-content:first-child,
      html.common-page .single-page .flex-section .flex-content:first-child {
        margin-left: 0; }
      html.home-page .single-page .flex-section .flex-content:last-child,
      html.single-market-page .single-page .flex-section .flex-content:last-child,
      html.common-page .single-page .flex-section .flex-content:last-child {
        margin-right: 0; }
  html.home-page .single-page .accent-block,
  html.single-market-page .single-page .accent-block,
  html.common-page .single-page .accent-block {
    background: #25adcf;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    padding: 12px 20px;
    line-height: initial;
    display: inline-block;
    cursor: default;
    margin-bottom: 30px; }
  html.home-page .single-page .content-head,
  html.single-market-page .single-page .content-head,
  html.common-page .single-page .content-head {
    color: rgba(11, 10, 20, 0.8);
    font-size: 20px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 50px; }
  html.home-page .single-page .content-inside.label,
  html.single-market-page .single-page .content-inside.label,
  html.common-page .single-page .content-inside.label {
    color: #0b0a14;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 20px; }
  html.home-page .single-page .content-inside.value,
  html.single-market-page .single-page .content-inside.value,
  html.common-page .single-page .content-inside.value {
    color: rgba(11, 10, 20, 0.5);
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
  html.home-page .single-page .content-inside.description,
  html.single-market-page .single-page .content-inside.description,
  html.common-page .single-page .content-inside.description {
    color: rgba(11, 10, 20, 0.6);
    font-size: 14px;
    line-height: 23px;
    margin-top: 30px;
    letter-spacing: -0.3px; }

html.home-page .spreads-block,
html.single-market-page .spreads-block,
html.common-page .spreads-block {
  margin-top: 0px; }
  html.home-page .spreads-block__header,
  html.single-market-page .spreads-block__header,
  html.common-page .spreads-block__header {
    font-weight: 300; }
  html.home-page .spreads-block__label,
  html.single-market-page .spreads-block__label,
  html.common-page .spreads-block__label {
    font-size: 16px;
    color: #999999;
    margin-top: 16px;
    margin-bottom: 24px; }
    html.home-page .spreads-block__label .bold,
    html.single-market-page .spreads-block__label .bold,
    html.common-page .spreads-block__label .bold {
      font-weight: bold; }
  html.home-page .spreads-block__spread-item:not(:last-child),
  html.single-market-page .spreads-block__spread-item:not(:last-child),
  html.common-page .spreads-block__spread-item:not(:last-child) {
    margin-bottom: 1px; }
  html.home-page .spreads-block__expand-button,
  html.single-market-page .spreads-block__expand-button,
  html.common-page .spreads-block__expand-button {
    background-color: #f4f4f4;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.6px;
    text-align: left;
    color: rgba(11, 10, 20, 0.6);
    padding: 23px 21px;
    position: relative; }
  html.home-page .spreads-block__expand-button[data-toggle="collapse"]:after,
  html.single-market-page .spreads-block__expand-button[data-toggle="collapse"]:after,
  html.common-page .spreads-block__expand-button[data-toggle="collapse"]:after {
    font-family: 'Glyphicons Halflings';
    content: "\E072";
    position: absolute;
    color: #000000;
    font-size: 12px;
    line-height: 22px;
    right: 0;
    top: 0;
    transform: rotate(-90deg);
    right: 20px;
    top: calc(50% - 12px); }
  html.home-page .spreads-block__expand-button[data-toggle="collapse"].collapsed:after,
  html.single-market-page .spreads-block__expand-button[data-toggle="collapse"].collapsed:after,
  html.common-page .spreads-block__expand-button[data-toggle="collapse"].collapsed:after {
    transform: rotate(90deg); }
  html.home-page .spreads-block .markets-spread-table .header-bar,
  html.single-market-page .spreads-block .markets-spread-table .header-bar,
  html.common-page .spreads-block .markets-spread-table .header-bar {
    justify-content: space-between; }
  html.home-page .spreads-block .markets-spread-table .header-bar-desktop div:first-child,
  html.single-market-page .spreads-block .markets-spread-table .header-bar-desktop div:first-child,
  html.common-page .spreads-block .markets-spread-table .header-bar-desktop div:first-child {
    width: 35%; }
  html.home-page .spreads-block.icm-page-subsection-content,
  html.single-market-page .spreads-block.icm-page-subsection-content,
  html.common-page .spreads-block.icm-page-subsection-content {
    max-width: initial;
    padding: 0; }
  html.home-page .spreads-block .spreads-block__header,
  html.home-page .spreads-block .spreads-block__expand-button,
  html.single-market-page .spreads-block .spreads-block__header,
  html.single-market-page .spreads-block .spreads-block__expand-button,
  html.common-page .spreads-block .spreads-block__header,
  html.common-page .spreads-block .spreads-block__expand-button {
    display: none; }

html.home-page .profile-buttons,
html.single-market-page .profile-buttons,
html.common-page .profile-buttons {
  justify-content: center; }
  html.home-page .profile-buttons .profile-button,
  html.single-market-page .profile-buttons .profile-button,
  html.common-page .profile-buttons .profile-button {
    border-radius: 4px;
    margin: -60px 5px 0 5px;
    text-align: center;
    line-height: initial;
    padding: 22px;
    background: #f5f5f5;
    color: #767678; }
    html.home-page .profile-buttons .profile-button .profile-button-label,
    html.single-market-page .profile-buttons .profile-button .profile-button-label,
    html.common-page .profile-buttons .profile-button .profile-button-label {
      font-size: 14px;
      font-weight: 300;
      color: #a4a4a5; }
    html.home-page .profile-buttons .profile-button .profile-button-value,
    html.single-market-page .profile-buttons .profile-button .profile-button-value,
    html.common-page .profile-buttons .profile-button .profile-button-value {
      font-size: 18px;
      font-weight: 900;
      color: #6f6f72; }
    html.home-page .profile-buttons .profile-button:hover,
    html.single-market-page .profile-buttons .profile-button:hover,
    html.common-page .profile-buttons .profile-button:hover {
      background: #646369 !important; }
      html.home-page .profile-buttons .profile-button:hover .profile-button-label,
      html.single-market-page .profile-buttons .profile-button:hover .profile-button-label,
      html.common-page .profile-buttons .profile-button:hover .profile-button-label {
        color: #b4b4b6 !important; }
      html.home-page .profile-buttons .profile-button:hover .profile-button-value,
      html.single-market-page .profile-buttons .profile-button:hover .profile-button-value,
      html.common-page .profile-buttons .profile-button:hover .profile-button-value {
        color: #e5e5e5 !important; }

html.home-page .page-content.global-markets-today,
html.single-market-page .page-content.global-markets-today,
html.common-page .page-content.global-markets-today {
  height: auto;
  min-height: 455px;
  background: url(../image/footbanr1.jpg)/*tpa=https://www.fxfitch.com/img/single_market_page/../image/footbanr1.jpg*/ no-repeat center center;
  background-size: cover !important;
  text-align: center; }
  html.home-page .page-content.global-markets-today.not-scrolled,
  html.single-market-page .page-content.global-markets-today.not-scrolled,
  html.common-page .page-content.global-markets-today.not-scrolled {
    background: none; }
  html.home-page .page-content.global-markets-today .page-section,
  html.single-market-page .page-content.global-markets-today .page-section,
  html.common-page .page-content.global-markets-today .page-section {
    flex-direction: column; }
  html.home-page .page-content.global-markets-today .start-trading,
  html.single-market-page .page-content.global-markets-today .start-trading,
  html.common-page .page-content.global-markets-today .start-trading {
    margin-top: 50px;
    color: #fff !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 2.14;
    letter-spacing: 6.7px; }
  html.home-page .page-content.global-markets-today .global-today,
  html.single-market-page .page-content.global-markets-today .global-today,
  html.common-page .page-content.global-markets-today .global-today {
    color: #fff !important;
    font-size: 52px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.15;
    letter-spacing: -1px;
    text-align: center; }
  html.home-page .page-content.global-markets-today .icm-button-wrapper,
  html.single-market-page .page-content.global-markets-today .icm-button-wrapper,
  html.common-page .page-content.global-markets-today .icm-button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 48px; }
    html.home-page .page-content.global-markets-today .icm-button-wrapper a,
    html.single-market-page .page-content.global-markets-today .icm-button-wrapper a,
    html.common-page .page-content.global-markets-today .icm-button-wrapper a {
      width: auto;
      height: max-content;
      outline: none; }
      html.home-page .page-content.global-markets-today .icm-button-wrapper a.live,
      html.single-market-page .page-content.global-markets-today .icm-button-wrapper a.live,
      html.common-page .page-content.global-markets-today .icm-button-wrapper a.live {
        color: rgba(31, 29, 49, 0.8);
        border-radius: 30px;
        background: #25adcf;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 900;
        padding: 12px 18px; }
      html.home-page .page-content.global-markets-today .icm-button-wrapper a.demo,
      html.single-market-page .page-content.global-markets-today .icm-button-wrapper a.demo,
      html.common-page .page-content.global-markets-today .icm-button-wrapper a.demo {
        background: none !important;
        margin-left: 40px;
        opacity: 0.8;
        font-size: 12px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.2px;
        text-align: left;
        color: rgba(255, 255, 255, 0.8); }
        html.home-page .page-content.global-markets-today .icm-button-wrapper a.demo:hover,
        html.single-market-page .page-content.global-markets-today .icm-button-wrapper a.demo:hover,
        html.common-page .page-content.global-markets-today .icm-button-wrapper a.demo:hover {
          color: #fff !important;
          opacity: 1 !important; }
      html.home-page .page-content.global-markets-today .icm-button-wrapper a a,
      html.single-market-page .page-content.global-markets-today .icm-button-wrapper a a,
      html.common-page .page-content.global-markets-today .icm-button-wrapper a a {
        color: inherit !important;
        text-decoration: none !important; }
        html.home-page .page-content.global-markets-today .icm-button-wrapper a a:hover,
        html.single-market-page .page-content.global-markets-today .icm-button-wrapper a a:hover,
        html.common-page .page-content.global-markets-today .icm-button-wrapper a a:hover {
          color: inherit !important;
          text-decoration: none !important; }

.why-fitchforex .grid-2x2 {
  display: grid;
  grid-template-columns: auto auto;
  grid-row: auto auto; }
  .why-fitchforex .grid-2x2 .right {
    padding-left: 172px; }

.why-fitchforex .green-link {
  color: rgba(1, 178, 49, 0.74); }

.why-fitchforex .bgcolor1 {
  background-color: #ffffff; }

.why-fitchforex .bgcolor2 {
  background-color: #f4f7f5; }

.why-fitchforex .sidebar-block {
  display: block !important; }

.why-fitchforex .sidebar-cta-card-container.random-background {
  position: relative;
  width: 308px !important;
  padding-top: 236px;
  padding-bottom: 64px;
  margin: 0 auto;
  background-image: url(../image/why-fitchforex-facts-bg.png)/*tpa=https://www.fxfitch.com/assets/img/single_market_page/../image/why-fitchforex-facts-bg.png*/ !important;
  box-shadow: 0 3px 49px 0 rgba(0, 0, 0, 0.14); }
  .why-fitchforex .sidebar-cta-card-container.random-background::before {
    content: '';
    position: absolute;
    left: 52px;
    top: 141px;
    width: 204px;
    height: 52px;
    background: transparent no-repeat center center;
    background-size: contain;
    background-image: url(../image/icm-logo-transparentbg.svg)/*tpa=https://www.fxfitch.com/assets/icons/svg/../image/icm-logo-transparentbg.svg*/; }
  .why-fitchforex .sidebar-cta-card-container.random-background.sidebar-trueecn::before {
    background-image: url(../image/true-logo.png)/*tpa=https://www.fxfitch.com/assets/img/../image/true-logo.png*/; }
  .why-fitchforex .sidebar-cta-card-container.random-background .bottom-block__message {
    line-height: 1.29; }
  .why-fitchforex .sidebar-cta-card-container.random-background .bottom-block {
    text-align: center; }
    .why-fitchforex .sidebar-cta-card-container.random-background .bottom-block .icm-btn.icm-btn-primary {
      text-decoration: none;
      background: #25adcf !important;
      color: rgba(31, 29, 49, 0.8) !important;
      line-height: 1 !important;
      padding: 14px 25px !important;
      border-radius: 30px;
      border: none !important;
      width: max-content;
      font-size: 12px !important;
      font-weight: 900 !important;
      text-transform: uppercase; }
    .why-fitchforex .sidebar-cta-card-container.random-background .bottom-block b {
      font-weight: 900; }

.why-fitchforex table {
  box-shadow: none;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 100%; }

.why-fitchforex .table-header {
  background-color: #f4f4f4;
  padding: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #009600; }

.why-fitchforex th {
  padding: 16px; }

.why-fitchforex tr {
  padding: 16px;
  background-color: #fefefe;
  border-bottom: 2px solid #f2f2f2; }

.why-fitchforex td {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.68);
  padding: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1; }

.why-fitchforex .trading-hours-block__header {
  font-weight: 300;
  margin-bottom: 32px; }

.why-fitchforex .trading-hours-block__item:not(:last-child) {
  margin-bottom: 8px; }

.why-fitchforex .trading-hours-block__expand-button {
  background-color: #303030;
  color: rgba(52, 232, 52, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 18px;
  position: relative; }

.why-fitchforex .trading-hours-block__expand-button[data-toggle="collapse"]:after {
  font-family: 'Glyphicons Halflings';
  content: "\E080";
  position: absolute;
  color: #25adcf;
  font-size: 20px;
  line-height: 1;
  right: 20px;
  top: 20px;
  transform: rotate(-90deg); }

.why-fitchforex .trading-hours-block__expand-button[data-toggle="collapse"].collapsed {
  background: #f4f4f4;
  color: #525252; }
  .why-fitchforex .trading-hours-block__expand-button[data-toggle="collapse"].collapsed:after {
    color: #000;
    transform: rotate(90deg); }

.why-fitchforex .bold-header {
  color: rgba(11, 10, 20, 0.8); }

.why-fitchforex .page-section .first-section {
  margin-left: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important; }
  .why-fitchforex .page-section .first-section .page-first-text {
    color: rgba(11, 10, 20, 0.64);
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 66px; }

.why-fitchforex .double-sidebar-block {
  position: relative;
  z-index: 1;
  width: 308px;
  margin: 0 auto;
  border-radius: 0;
  float: right;
  margin: 0px 40px 0 80px; }
  .why-fitchforex .double-sidebar-block .contact-block {
    position: relative;
    padding: 0;
    background: #e9e9e9;
    margin: 50px auto;
    border-radius: 0;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
    z-index: 2; }
    .why-fitchforex .double-sidebar-block .contact-block .contact-header {
      padding: 42px 33px 38px 33px; }
      .why-fitchforex .double-sidebar-block .contact-block .contact-header .header-label {
        font-size: 28px;
        line-height: 1;
        letter-spacing: -0.6px;
        text-align: left;
        color: rgba(11, 10, 20, 0.8); }
      .why-fitchforex .double-sidebar-block .contact-block .contact-header .header-title {
        margin-top: 22px;
        font-size: 14px;
        line-height: 1.71;
        letter-spacing: -0.3px;
        text-align: left;
        color: rgba(11, 10, 20, 0.8); }
    .why-fitchforex .double-sidebar-block .contact-block .contact-pre-imaged {
      position: relative;
      padding: 28px 33px 23px 100px;
      background: #f2f2f2;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: -0.4px;
      text-align: left;
      color: rgba(0, 0, 0, 0.8); }
      .why-fitchforex .double-sidebar-block .contact-block .contact-pre-imaged a {
        color: rgba(0, 0, 0, 0.8) !important; }
      .why-fitchforex .double-sidebar-block .contact-block .contact-pre-imaged.chat-img::before {
        content: "";
        position: absolute;
        left: 33px;
        top: 15px;
        width: 40px;
        height: 40px;
        background: transparent no-repeat center center;
        background-size: contain;
        background-image: url(../image/why-fitchforex-live-chat.png)/*tpa=https://www.fxfitch.com/assets/img/single_market_page/../image/why-fitchforex-live-chat.png*/; }
      .why-fitchforex .double-sidebar-block .contact-block .contact-pre-imaged.email-img {
        background: #e9e9e9; }
        .why-fitchforex .double-sidebar-block .contact-block .contact-pre-imaged.email-img::before {
          content: "";
          position: absolute;
          left: 33px;
          top: 15px;
          width: 40px;
          height: 40px;
          background: transparent no-repeat center center;
          background-size: contain;
          background-image: url(../image/why-fitchforex-email-support.png)/*tpa=https://www.fxfitch.comhttps://fxfitch.com/assets/img/single_market_page/../image/why-fitchforex-email-support.png*/; }
    .why-fitchforex .double-sidebar-block .contact-block .contact-phone {
      background: #353535;
      font-size: 28px;
      font-weight: bold;
      line-height: 2.18;
      letter-spacing: -1.7px;
      text-align: center;
      color: #78fd66; }
  .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding-top: 214px;
    padding-bottom: 64px;
    border-radius: 0;
    background-image: url(../image/why-fitchforex-facts-bg.png)/*tpa=https://www.fxfitch.com/assets/img/single_market_page/../image/why-fitchforex-facts-bg.png*/ !important;
    box-shadow: 0 3px 49px 0 rgba(0, 0, 0, 0.14); }
    .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background::before {
      content: "";
      position: absolute;
      left: 52px;
      top: 87px;
      width: 204px;
      height: 52px;
      background: transparent no-repeat center center;
      background-size: contain;
      background-image: url(../image/icm-logo-transparentbg.svg)/*tpa=https://www.fxfitch.com/assets/icons/svg/../image/icm-logo-transparentbg.svg*/; }
    .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background.sidebar-trueecn::before {
      background-image: url(../image/true-logo.png)/*tpa=https://www.fxfitch.com/assets/img/../image/true-logo.png*/; }
    .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background .bottom-block__message {
      font-size: 28px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.29;
      letter-spacing: -0.6px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 40px; }
    .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background .bottom-block {
      text-align: center; }
      .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background .bottom-block .icm-btn.icm-btn-primary {
        background: #25adcf !important;
        color: rgba(31, 29, 49, 0.8) !important;
        line-height: 1 !important;
        padding: 14px 25px !important;
        border-radius: 30px;
        border: none !important;
        width: max-content;
        font-size: 12px !important;
        font-weight: 900 !important;
        text-transform: uppercase; }
      .why-fitchforex .double-sidebar-block .sidebar-cta-card-container.random-background .bottom-block b {
        font-weight: 900; }

.why-fitchforex .icm-form-block-container {
  padding-top: 42px; }

.why-fitchforex .description {
  padding-top: 19px;
  color: rgba(11, 10, 20, 0.5476); }

.why-fitchforex .star {
  padding-top: 47px;
  font-size: 14px;
  color: rgba(11, 10, 20, 0.6); }

.why-fitchforex .pre-image-item {
  padding-left: 33px;
  position: relative; }
  .why-fitchforex .pre-image-item::before {
    content: '';
    position: absolute;
    left: 3px;
    top: 10px;
    width: 14px;
    height: 14px;
    transform: rotate(45deg);
    border: 1px solid #b5b5b5;
    background: #25adcf;
    box-shadow: 0 0 2px 2px #fff inset; }

.why-fitchforex .page-content-container {
  background: #fff !important; }
  .why-fitchforex .page-content-container .page-content.highlighted-content {
    background: #fafbfa; }

.why-fitchforex .page-header {
  background: url(../image/636a5dd990134.jpg)/*tpa=https://www.fxfitch.com/assets/img/single_market_page/why-fitchforex-banner.jpg*/ no-repeat center right; }
  .why-fitchforex .page-header .icm-button-wrapper.page-header__primary-button
a.icm-btn.icm-btn-primary {
    border-radius: 2px !important;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
    padding-left: 78px !important;
    padding-right: 85px !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    text-transform: uppercase; }

.why-fitchforex .page-content.global-markets-today {
  background-image: url(../image/footbanr.png)/*tpa=https://www.fxfitch.com/assets/img/single_market_page/why-fitchforex-btm-bg.png*/; }

.why-fitchforex .page-header__menu-container .page-header__menu .menu-item .menu-title {
  padding-left: 0 !important;
  text-transform: uppercase; }

.why-fitchforex .page-content.global-markets-today .icm-button-wrapper a {
  border-radius: 0 !important;
  padding: 25px !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  text-decoration: none; }
  .why-fitchforex .page-content.global-markets-today .icm-button-wrapper a.demo {
    background: #000 !important;
    color: #fff !important;
    margin-left: 9px; }

.why-fitchforex .grid-section {
  display: grid;
  grid-template-columns: auto 308px; }
  .why-fitchforex .grid-section .content-head {
    margin-bottom: 0 !important; }
  .why-fitchforex .grid-section .grid-content {
    padding: 20px; }
  .why-fitchforex .grid-section .content-inside {
    font-size: 16px;
    line-height: 1.56; }
  .why-fitchforex .grid-section .gi-1 {
    padding-right: 32px; }

.why-fitchforex .contact-block {
  position: relative;
  width: 308px;
  padding: 0;
  background: #e9e9e9;
  margin: 50px auto;
  border-radius: 0;
  z-index: 2; }
  .why-fitchforex .contact-block .contact-header {
    padding: 42px 33px 38px 33px; }
    .why-fitchforex .contact-block .contact-header .header-label {
      font-size: 28px;
      line-height: 1;
      letter-spacing: -0.6px;
      text-align: left;
      color: rgba(11, 10, 20, 0.8); }
    .why-fitchforex .contact-block .contact-header .header-title {
      margin-top: 22px;
      font-size: 14px;
      line-height: 1.71;
      letter-spacing: -0.3px;
      text-align: left;
      color: rgba(11, 10, 20, 0.8); }
  .why-fitchforex .contact-block .contact-pre-imaged {
    position: relative;
    padding: 28px 33px 23px 100px;
    background: #f2f2f2;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.4px;
    text-align: left;
    color: rgba(0, 0, 0, 0.8); }
    .why-fitchforex .contact-block .contact-pre-imaged a {
      color: rgba(0, 0, 0, 0.8) !important; }
    .why-fitchforex .contact-block .contact-pre-imaged.chat-img::before {
      content: "";
      position: absolute;
      left: 33px;
      top: 15px;
      width: 40px;
      height: 40px;
      background: transparent no-repeat center center;
      background-size: contain;
      background-image: url(../image/why-fitchforex-live-chat.png)/*tpa=https://www.fxfitch.com/assets/img/single_market_page/../image/why-fitchforex-live-chat.png*/; }
    .why-fitchforex .contact-block .contact-pre-imaged.email-img {
      background: #e9e9e9; }
      .why-fitchforex .contact-block .contact-pre-imaged.email-img::before {
        content: "";
        position: absolute;
        left: 33px;
        top: 15px;
        width: 40px;
        height: 40px;
        background: transparent no-repeat center center;
        background-size: contain;
        background-image: url(../image/why-fitchforex-email-support.png); }
  .why-fitchforex .contact-block .contact-phone {
    background: #353535;
    font-size: 28px;
    font-weight: bold;
    line-height: 2.18;
    letter-spacing: -1.7px;
    text-align: center;
    color: #78fd66; }

.why-fitchforex .top-img {
  position: relative;
  padding-left: 198px; }
  .why-fitchforex .top-img::before {
    content: "";
    position: absolute;
    left: 0px !important;
    top: 0px !important;
    width: 120px !important;
    height: 120px !important;
    background: transparent no-repeat center center;
    background-size: contain;
    background-image: url(../image/trading-hours-hours.png); }

@media screen and (max-width: 940px) {
  .why-fitchforex .grid-section {
    grid-template-columns: 100%; }
    .why-fitchforex .grid-section .gi-1 {
      padding-right: 0; } }

@media screen and (max-width: 768px) {
  .why-fitchforex .contact-block {
    margin: 40px auto; }
  .why-fitchforex .double-sidebar-block {
    float: initial !important;
    margin: -100px auto 100px !important; } }

@media screen and (max-width: 640px) {
  .why-fitchforex .page-section .top-img {
    position: relative;
    padding-left: 0;
    padding-top: 148px; } }

@media screen and (max-width: 960px) {
  .page-section .first-section {
    padding-top: 80px !important; }
  .double-sidebar-block {
    margin: 80px 40px 0 80px !important; } }

/*# sourceMappingURL=why-fitchforex.css.map */