@font-face {
  font-family: 'custom';
  src: url('/en/font/custom.eot?88496378');
  src: url('/en/font/custom.eot?88496378#iefix') format('embedded-opentype'),
       url('/en/font/custom.woff2?88496378') format('woff2'),
       url('/en/font/custom.woff?88496378') format('woff'),
       url('/en/font/custom.ttf?88496378') format('truetype'),
       url('/en/font/custom.svg?88496378#custom') format('svg');
  font-weight: normal;
  font-style: normal;
}

i[class^="icon-"]::before, [class*=" icon-"]::before {
  font-family: "custom";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
i.icon-root-me::before { content: '\e800'; } /* '' */

.container{
    max-width: 110rem;
}
