/*Shared*/
.ig_Control {
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
}

.igpnl_GroupBoxControl {
    background-color: #ffffff;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    border: solid 1px #c0c0c0;
}

tbody > tr > td {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
}

#tdSidebar {
    height: 100%;
    vertical-align: top;
    background-color: #292991;
    text-align: left;
    border-left: #292991 4px solid;
    border-right: #292991 8px solid;
    border-bottom: #292991 8px solid;
}

#tdCanvas {
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: top;
    background-color: #292991;
}

#tdOverview {
    height: 100%;
    vertical-align: top;
    text-align: center;
    background-color: #f8f8ff;
    border: solid 1px #292991;
}

#divOverview {
    overflow: auto;
}

#divImplications {
    overflow: auto;
    height: 100%;
    text-align: center;
}

#grpImplications_divImplications {
    overflow: auto;
    height: 100%;
    text-align: center;
}

tr[id*=trAction] {
    height: 30px;
    background-color: #f8f8ff;
    color: #292991;
    border: solid 1px #FFAF58;
}

#btnPrint {
    width: 65px;
    height: 26px;
}

/*Normal grid*/
.igg_Control {
    background-color: #ffffff;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
}

tbody > tr.igg_Header {
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    background-image: none;
    background-color: #ffffff;
}

    tbody > tr.igg_Header > td > div > table {
        font-family: DIN_Pro_Condensed_Bold;
        font-size: 14pt;
        height: 25px;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

tbody > tr > th.igg_HeaderCaption {
    background-color: #292991;
    color: #ffffff;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: normal;
    border-right-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    padding-right: 1px;
}

tbody > tr.igg_FilterRow > td {
    background-color: #292991;
    background-image: none;
    border-right: solid 1px white;
}

tbody.igg_Item > tr > td {
    height: 20px;
    border-style: none;
    background-color: #ffffff;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    padding: 0px 5px 0px 5px;
    border-bottom: 1px solid lightgrey; /*lines for all*/
}

tbody > tr > td.Report {
    border-bottom: solid 1px silver;
}

tbody > tr > td.igg_SelectedCell {
    background-color: #CAD3E4;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    color: #000000;
}

tbody > tr > td.EditableCell {
    background: White !important;
    border: groove 1px silver;
}

tbody > tr > td.igg_SelectedCell.EditableCell {
    color: black;
}

.igg_FooterCaption {
    line-height: 0px;
}

.igg_Summary {
    padding-right: 8px;
    background-color: #ffffff;
    font-weight: normal;
}

tbody.igg_Item > tr.GridHighlightRowRed {
    color: red;
}

tbody.igg_Item > tr.GridHighlightRowGreen {
    color: green;
}

tbody.GridLines > tr > td {
    border-bottom: 1px solid lightgrey;
}

tbody > tr > td.HighlightCellAction {
    color: #292991;
}

tbody > tr > td.HideInputControl > input {
    display: none;
}

.igg_Pager /*hide it*/ {
    height: 0px;
    padding: 0px;
}

/*Overview Grid*/
.igg_Control.OverView {
    border-bottom: none;
    border-right: none;
    border-left: none;
}

    .igg_Control.OverView > table > tbody > tr > td > table > tbody > tr.igg_Header {
        font-family: DIN_Pro_Condensed_Bold;
        font-size: 14pt;
        background-image: none;
        background-color: #ffffff;
        visibility: visible;
    }

tbody > tr.igg_Header.OverView > td {
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

tbody > tr > th.igg_HeaderCaption.OverView {
    background-color: #292991;
    color: #ffffff;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: Bold;
    text-wrap: avoid;
}

tbody.igg_Item.OverView > tr > td {
    border-bottom: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    border-left: none;
    border-top: none;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: normal;
    visibility: visible;
}

/*Blank Grid*/
.igg_Control.blank {
    border: none;
}

    .igg_Control.blank > table > tbody > tr > td > table > tbody > tr.igg_Header {
        font-family: DIN_Pro_Condensed_Bold;
        font-size: 14pt;
        background-color: #ffffff;
        background-image: none;
        border: none;
        visibility: visible;
    }

        .igg_Control.blank > table > tbody > tr > td > table > tbody > tr.igg_Header > td {
            border: none;
        }

            .igg_Control.blank > table > tbody > tr > td > table > tbody > tr.igg_Header > td > div > table {
                border: none;
            }

tbody > tr > th.igg_HeaderCaption.blank {
    background-color: #ffffff;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: Bold;
    text-wrap: avoid;
}

tbody.igg_Item.blank > tr > td {
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: normal;
    border-bottom: none;
    visibility: visible;
}

    tbody.igg_Item.blank > tr > td.EditableCell {
        border-bottom: groove silver 1px;
    }

/*Hierarchy Grid*/
tbody.igg_Item > tr > td.GridHierarchyHighlight {
    background-color: #292991;
    color: #000000;
    border: 5px outset white;
}

tbody.igg_Item > tr > td.GridHierarchyHighlight1 {
    background-color: #CAD3E4;
    border: 5px outset white;
}

/*Tab*/
.igtab_THControl {
    background-color: #f8f8ff;
}

.igtab_THHolder {
    background-color: #ffffff;
    background-image: none;
}

.igtab_THContentHolder {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    background-color: #f8f8ff;
}

.igtab_THContent {
    background-color: #f8f8ff;
}

.igtab_THText {
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
}

.igtab_THTextHov {
    color: black;
}

.igtab_THTab {
    border-bottom-color: #8D8D8D;
}

    .igtab_THTab.igtab_THTabSel {
        height: 23px;
        background-color: #f8f8ff;
    }

/*InnerTab*/
.InnerTab {
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
    border-bottom: solid 1px #d0d0d0;
}

.InnerTab.igtab_THHolder {
    background-color: #f8f8ff;
    background-image: none;
}

.InnerTab.igtab_THControl > .igtab_THContentHolder {
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-color: #8D8D8D;
}

/*InnerTabEntity*/
.InnerTabEntity.igtab_THHolder {
    background-color: #f8f8ff;
    background-image: none;
}

.InnerTabEntity.igtab_THControl > .igtab_THContentHolder {
    border: none;
}

/*WebDataTree - side bar*/
.SideBarMain {
    color: #a2b8dc;
    background-color: #f8f8ff;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    height: 100%;
    border: solid 1px #999999;
}

.igdt_NodeGroup {
    margin-top: 1px;
    margin-left: 1px;
}

.igdt_Node {
    color: #292991;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    line-height: 18px;
}

.igdt_NodeRoot {
    color: #292991;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: normal;
}

.SideBarNodeActive {
    background-color: #f0f0f0;
    color: #000000;
    border: solid 1px !important;
}

.SideBarNodeLowEntity {
    color: #666666;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: bold;
}

.SideBarNodeMainEntity {
    color: #292991;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: bold;
}

.SideBarNodeEntity {
    color: #292991;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: bold;
}

.SideBarNodeItalic {
    font-style: italic;
}

/*SideBarListedInvestor*/
.SideBarListedInvestor {
    background-color: #f8f8ff;
}

.igdt_NodeGroup.SideBarListedInvestor {
    margin-top: 10px;
}

.igdt_NodeRoot.SideBarListedInvestor {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.igdt_NodeGroup.SideBarListedInvestor {
    margin-right: 10px;
}

.igdt_NodeHolder.SideBarListedInvestor {
    padding-bottom: 10px;
}

.igdt_Node.SideBarListedInvestor {
    padding: 8px 20px 8px 20px;
    border: 1px solid;
    display: block;
}

.SideBarNodeLevel0.SideBarListedInvestor {
    color: #292991;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: bold;
}

/*SideBarListedCompanyIssuer*/
.SideBarListedCompanyIssuer {
    background-color: #f8f8ff;
}

.igdt_NodeGroup.SideBarListedCompanyIssuer {
    margin-top: 10px;
}

.igdt_NodeRoot.SideBarListedCompanyIssuer {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.igdt_NodeGroup.SideBarListedCompanyIssuer {
    margin-right: 10px;
}

.igdt_NodeHolder.SideBarListedCompanyIssuer {
    padding-bottom: 10px;
}

.igdt_Node.SideBarListedCompanyIssuer {
    padding: 8px 20px 8px 20px;
    border: 1px solid;
    display: block;
    overflow: hidden;
}

.SideBarNodeLevel2.SideBarListedCompanyIssuer {
    color: #292991;
    font-family: DIN_Pro_Condensed_Bold;
    font-size: 14pt;
    font-weight: bold;
    border: none;
}

.SideBarNodeLevel3.SideBarListedCompanyIssuer {
    border: none;
}

.SideBarNodeLevel4.SideBarListedCompanyIssuer {
    border: none;
}

/* Dialog box */
.igdw_HeaderCornerLeft {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    background-image: none;
    background-color: #ffffff;
    border-left: solid 1px #666666;
    border-top: solid 1px #666666;
}

.igdw_HeaderContent {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    background-image: none;
    background-color: #ffffff;
    border-top: solid 1px #666666;
}

.igdw_HeaderCornerRight {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    background-image: none;
    background-color: #ffffff;
    border-right: solid 1px #666666;
    border-top: solid 1px #666666;
}

.igdw_BodyEdgeLeft {
    background-color: #ffffff;
    background-repeat: repeat-y;
    border-right: solid 1px #BBBBBB;
    border-left: solid 1px #666666;
    width: 6px;
}

.igdw_BodyEdgeRight {
    background-color: #ffffff;
    border-right: solid 1px #666666;
    border-left: solid 1px #BBBBBB;
    width: 6px;
}

.igdw_BodyEdgeBottom {
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-image: none;
    font-size: 1px;
    border-bottom: solid 1px #666666;
    height: 15px;
}

.igdw_BodyCornerBottomLeft {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: none;
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 1px;
    height: 14px;
    width: 9px;
}

.igdw_BodyCornerBottomRight {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-image: none;
    background-position: right top;
    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    font-size: 1px;
    height: 14px;
    width: 9px;
}

.igte_Button {
    background-color: #e0e0e0;
    background-image: url(images/igte_spinbuttonbg.gif);
    background-repeat: repeat-x;
    line-height: normal;
    border: solid 1px #696969;
    color: #FFFFFF;
    cursor: pointer;
}

.igte_ButtonFocus {
}

.igte_NullText {
    color: #999999;
}

.igte_ButtonHover {
    background-color: #e0e0e0;
    background-image: url(images/igte_spinbuttonbg.gif);
}

.igte_ButtonPressed {
    background-color: #e0e0e0;
    background-image: url(images/igte_spinbuttonbg.gif);
}

.igtxt_Edit {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
}

.igte_Edit {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    border: solid 1px #c0c0c0;
    /*outline: 0;*/
}

.igte_TextArea {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    background-color: #FFFFFF;
    border: solid 1px #c0c0c0;
    outline: 0;
    resize: none;
}

.igte_EditInContainer {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    background-color: Transparent;
    border-width: 0px;
    outline: 0;
}

.igte_Focus {
    background-image: none;
    background-color: #FFFFFF;
    border-color: #000000; /*#FF9933;*/
}

.genericText {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
}

.genericHeader {
    font-size: 31.768px;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-style: normal;
    font-weight: normal;
}

h1 {
    color: #292991;
    font-size: 31.768px;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-style: normal;
    font-weight: normal;
}

h2 {
    font-size: 23.104px;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-style: normal;
    font-weight: normal;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

span {
    font-size: 14.44px;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-style: normal;
    font-weight: normal;
}

div {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
}

p {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
}

li {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
}

input {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    width: 90%;
    border: solid 1px #292991;
}

    input[type=button] {
        width: auto;
        color: #ffffff;
        background-color: #292991;
        font-family: 'DIN_Pro_Condensed_Bold';
        font-size: 14pt;
        font-weight: bold;
        border: outset 1px #c0c0c0;
    }

    input[type=submit] {
        width: auto;
        color: #ffffff;
        background-color: #292991;
        font-family: 'DIN_Pro_Condensed_Bold';
        font-size: 14pt;
        font-weight: bold;
        border: outset 1px #c0c0c0;
    }

    input[type=checkbox] {
        width: auto;
    }

    input[type=image] {
        font-family: 'DIN_Pro_Condensed_Bold';
        font-size: 14pt;
        font-style: normal;
        font-weight: normal;
        text-align: left;
        width: auto;
    }

    input[type=radio] {
        width: auto;
    }

textarea {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    border: solid 1px #292991;
    width: 90%;
}

select {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-style: normal;
    font-weight: normal;
    border: solid 1px #c0c0c0;
    width: 90%;
}

.formTabControl {
    background-color: #ffffff;
    color: #000000;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    border: solid 1px #c0c0c0;
}

.overviewCaption {
    color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: bold;
}

.tableViewControl {
    width: auto;
    color: #000000;
    background-color: #e0e0e0;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    text-decoration: none;
    border-style: none;
}

    .tableViewControl input:focus.tableViewControl, select:focus.tableViewControl, input:hover.tableViewControl, select:hover.tableViewControl {
        border: solid 1px #c0c0c0;
        background-color: #ffffff;
    }

.mnuMain {
    width: 100%;
    color: #ffffff;
    background-color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: bold;
    border-style: none;
    padding-left:5px;
}

.mnuMainHover {
    width: 100%;
    color: #c0c0c0;
    background-color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: bold;
    border-style: none;
    padding-left:5px;
}

.mnuAction {
    width: 100%;
    height: 30px;
    color: #000000;
    background-color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: bold;
    border-style: none;
}

.mnuActionHover {
    width: 100%;
    height: 30px;
    color: #ffffff;
    background-color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: bold;
    border-style: none;
}

/* Page Header */
.pageHeader {
    background-color: #ffffff;
    color: #808080;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: normal;
}

.pageHeaderCurveLeft {
    width: 32px;
    height: 32px;
    /*background-position: bottom right;
    background-image: url('../image/HeaderCurveLeft.gif');
    background-repeat: no-repeat;
    background-color: #292991;*/
}

.pageHeaderCurveRight {
    width: 32px;
    height: 32px;
    /*background-position: bottom left;
    background-image: url('../image/HeaderCurveRight.gif');
    background-repeat: no-repeat;
    background-color: #292991;*/
}

.pageHeaderTitle {
    background-color: #292991;
    color: #ffffff;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: bold;
    vertical-align: bottom;
    text-align: center;
}

#Header1_tblHeader {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    width: 100%;
    background-color: #ffffff;
    /*background-image: url('../image/sevenG.jpg');
    background-repeat: no-repeat;*/
}

#Header1_lnk7GLogo {
    display: none;
}

.panel7G {
    border: solid 1px #c0c0c0;
    background-color: #ffffff;
    vertical-align: top;
}

div.panel7G {
    border: none;
}

tbody.igg_Item.panel7G > tr > td {
    border: none;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14px;
    font-weight: normal;
    visibility: visible;
    color:#000000;
    background-color: #ffffff;
}

tbody > tr > th.igg_HeaderCaption.panel7G {
    border: none;
    background-color: #ffffff;
    color: #052460;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14px;
    font-weight: Bold;
    text-wrap: avoid;
    padding-left: 5px;
}

.overviewPageNotificationTable {
    height: 20px;
    color: #a0a0a0;
    background-color: #ffffff;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
    font-weight: normal;
    text-align: left;
    border: solid 1px #292991;
}

    .overviewPageNotificationTable a {
        color: #a0a0a0;
    }

.overviewPageTableTR {
    height: 30px;
    color: #a0a0a0;
    background-color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
}

    .overviewPageTableTR a {
        color: #a0a0a0;
        font-weight: bold;
    }

.overviewPageLimitedTableTR {
    height: 20px;
    color: #a0a0a0;
    background-color: #292991;
    font-family: 'DIN_Pro_Condensed_Bold';
    font-size: 14pt;
}

    .overviewPageLimitedTableTR a {
        color: #a0a0a0;
        font-weight: normal;
    }

.overviewPageLimitedTableLeftTD {
    text-align: left;
    border-top: #292991 1px solid;
    border-left: #292991 1px solid;
    border-bottom: #292991 1px solid;
}

.overviewPageLimitedTableRightTD {
    text-align: right;
    border-top: #292991 1px solid;
    border-right: #292991 1px solid;
    border-bottom: #292991 1px solid;
}

.overviewPageTableCaptionRowTR {
    background-color: #ffffff;
    color: #000000;
}

@font-face {
    font-family: 'DIN_Pro_Condensed_Bold';
    font-style: normal;
    font-weight: normal;
    src: local('DIN_Pro_Condensed_Bold'), url('/fonts/din-pro-cond/DINPro-CondBold.woff') format('woff');
}

@font-face {
    font-family: 'DIN_Pro_Condensed_Medium';
    font-style: normal;
    font-weight: normal;
    src: local('DIN_Pro_Condensed_Medium'), url('//www.iex.global/assets/front/css/fonts/din-pro-cond/DINPro-CondMedium.woff') format('woff');
}

@font-face {
    font-family: 'DINPro-Cond';
    font-style: normal;
    font-weight: normal;
    src: local('DIN_Pro_Condensed_Medium'), url('//www.iex.global/assets/front/css/fonts/din-pro-cond/DINPro-Cond.woff') format('woff');
}

@font-face {
    font-family: 'kepler_stdregular';
    src: url('//www.iex.global/assets/front/css/fonts/keplerstd-regular-webfont.eot');
    src: url('//www.iex.global/assets/front/css/fonts/keplerstd-regular-webfont.eot?#iefix') format('embedded-opentype'), url('//www.iex.global/assets/front/css/fonts/keplerstd-regular-webfont.woff2') format('woff2'), url('//www.iex.global/assets/front/css/fonts/keplerstd-regular-webfont.woff') format('woff'), url('//www.iex.global/assets/front/css/fonts/keplerstd-regular-webfont.ttf') format('truetype'), url('//www.iex.global/assets/front/css/fonts/keplerstd-regular-webfont.svg#kepler_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'kepler_stdlight';
    src: url('//www.iex.global/assets/front/css/fonts/KeplerStd-LightDisp.eot');
    src: url('//www.iex.global/assets/front/css/fonts/KeplerStd-LightDisp.eot?#iefix') format('embedded-opentype'), url('//www.iex.global/assets/front/css/fonts/KeplerStd-LightDisp.woff2') format('woff2'), url('//www.iex.global/assets/front/css/fonts/KeplerStd-LightDisp.woff') format('woff'), url('//www.iex.global/assets/front/css/fonts/KeplerStd-LightDisp.ttf') format('truetype'), url('//www.iex.global/assets/front/css/fonts/KeplerStd-LightDisp.svg#kepler_stdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
