<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'avenir_lt_std55_roman';
    src: url('../fonts/avenirltstd-roman-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-roman-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'avenir_lt_std55_oblique';
    src: url('../fonts/avenirltstd-oblique-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-oblique-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std65_medium';
    src: url('../fonts/avenirltstd-medium-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std35_light';
    src: url('../fonts/avenirltstd-light-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std85_heavy';
    src: url('../fonts/avenirltstd-heavy-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std45_book';
    src: url('../fonts/avenirltstd-book-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'avenir_lt_std95_black';
    src: url('../fonts/avenirltstd-black-webfont.woff2') format('woff2'),
         url('../fonts/avenirltstd-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.container {
    max-width: 1000px;
}
.ltilogo {
    width: 190px;
}
.orangeBorder {
    border-bottom: 3px solid #eb7713;
    margin-bottom: 20px;
}
.orangeText {
    color: #eb7713;
}
body {
    font-family: 'avenir_lt_std65_medium';
    margin-top: 65px;
}
.bg-darkBlue {
    background-color: #040029 !important;
    color: #fff;
}
.banner {
    color: #fff;
    background-color: #040029;
    background-image: url(../images/banner-ilf-2024.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-position: right center;
}
.banner h3 span {
    font-size: 35px;
    font-family: 'avenir_lt_std35_light';
    border-bottom: 1px solid #fff;
    display: inline;
}
.banner h2 span {
    font-family: 'avenir_lt_std45_book';
    font-weight: 600;
    font-size: 35px;
    background: linear-gradient(to right, #ffcc2a 0%, #eb7713 8%, #0192d5 44%, #ffcc2a 49%, #eb7713 61%, #0192d5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner .venue {
    font-size: 24px;
}
.banner .venue .date {
    margin-right: 20px;
    width: 100px;
    text-align: center;
}
.banner .venue .place {
    font-size: 22px;
    border: 3px solid #fff;
    border-image-source: linear-gradient(to bottom, #ffcc2a 0%, #eb7713 8%, #0192d5 100%, #ffcc2a 49%, #eb7713 61%, #0192d5 100%);
    padding-right: 30px;
    padding-left: 20px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 3px;
    border-image-slice: 1;
}
.banner .venue .month {
    font-size: 26px;
    border: 1px solid #fff;
    border-image-source: linear-gradient(to left, #ffcc2a 0%, #eb7713 8%, #0192d5 100%, #ffcc2a 49%, #eb7713 61%, #0192d5 100%);
    padding-right: 30px;
    padding-left: 20px;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
    border-image-slice: 1;
    font-family: 'avenir_lt_std35_light';
}
/* overview */
.overview {
    background-color: #ecf6f7;
    padding: 27px 0 42px;
}
.overview h2 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
}
.overview h3 {
    font-weight: 800;
    font-size: 25px;
}
.overview p {
    font-size: 18px;
    font-family: 'avenir_lt_std35_light';
}
.overview .col-md-6 p {
    max-width: 90%;
}
/* intro */

.intro h3 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
}
.intro p {
    font-size: 18px;
    font-family: 'avenir_lt_std35_light';
    max-width: 90%;
}
/* vision */
.vision h3 {
    font-family: 'avenir_lt_std45_book';
    font-weight: 600;
    font-size: 35px;
}
.vision .icon svg {
    height: 60px;
    width: 60px;
    margin-bottom: 20px;
}
.vision .boxOne,
.vision .boxTwo,
.vision .boxThree {
    height: 440px;
    padding: 50px 40px 0;
    text-align: center;
    position: relative;
}
.vision .boxOne h3,
.vision .boxTwo h3,
.vision .boxThree h3 {
    font-size: 24px;
}
.vision .boxOne:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    bottom: 0;
    left: 0;
    border: 4px solid #a9aab2;
    border-width: 0 0 4px 4px;
}
.vision .boxOne:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    top: 0;
    right: -4px;
    border: 4px solid #eb7713;
    border-width: 4px 4px 0 0;
}
.vision .boxTwo:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    bottom: 0;
    left: 0;
    border: 4px solid #eb7713;
    border-width: 0 0 4px 4px;
}
.vision .boxTwo:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    top: 0;
    right: -4px;
    border: 4px solid #0d70ad;
    border-width: 4px 4px 0 0;
}
.vision .boxTwo .coneOrange {
    position: absolute;
    top: 50%;
    left: -30px;
    height: 45px;
    width: 64px;
    background-repeat: no-repeat;
    transform: translate(0%, -50%);
    background-image: url(../images/cone-graphic.png);
    z-index: 1;
}
.vision .boxTwo .coneBlue {
    position: absolute;
    top: 50%;
    right: -34px;
    height: 45px;
    width: 64px;
    background-repeat: no-repeat;
    transform: translate(0%, -50%);
    background-image: url(../images/cone-arrow_blue.png);
    z-index: 1;
}
.vision .boxThree:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    bottom: 0;
    left: 0;
    border: 4px solid #0d70ad;
    border-width: 0 0 4px 4px;
}
.vision .boxThree:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 90%;
    top: 0;
    right: -4px;
    border: 4px solid #a9aab2;
    border-width: 4px 4px 0 0;
}
/* why */
.why {
    background-image: url(../images/mv2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.why h3 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
    margin-bottom: 20px;
}
.why .head {
    display: flex;
    flex-direction: row;
    /* align-items: center; */
    margin-bottom: 10px;
}
.why .head .imgBox {
    background-image: url(../images/ILF-Icon-2.png);
    height: 47px;
    width: 55px;
    padding: 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    flex: none;
}
.why .whyBox {
    padding: 10px;
    background-color: #fff;
    border: 3px solid #e2a704;
    color: #000;
    margin-bottom: 20px;
    height: 240px;
}
.why .whyBox h3 {
    font-size: 19px;
    color: #0c6da7;
    font-family: 'avenir_lt_std45_book';
    font-weight: 800;
}
.why .whyBox p {
    font-size: 17px;
    text-align: center;
    font-family: 'avenir_lt_std45_book';
}
/* speakers */
.speakers h3 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
    margin-bottom: 20px;
}
.speakers img {
    max-width: 226px;
}
.speakers .name {
    font-size: 16px;
    font-family: 'avenir_lt_std45_book';
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.speakers .post {
    font-size: 15px;
    font-family: 'avenir_lt_std35_light';
    margin-bottom: 30px;
}
/* highlights */
.highlights {
    background-color: #ecf6f7;
    padding: 27px 0 42px;
}
.highlights h3 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
    margin-bottom: 30px;
}
.highlights .nav-link {
    font-size: 20px;
    background-color: #FBA055;
    color: #fff;
}
.highlights .nav-link.active {
    font-size: 20px;
    background-color: #eb7713;
    color: #000;
}
.highlights h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #12172d;
    margin-top: 10px;
    max-width: 90%;
}
.highlights a {
    text-decoration: none;
}
/* venue */
.venueWrapper {
    background-color: #e8e8e8;
}
.venueWrapper h3 {
    font-size: 35px;
    color: #12172d;
    font-family: 'avenir_lt_std45_book';
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}
.venueWrapper h3:after {
    content: '';
    bottom: -15px;
    left: 0;
    width: 100px;
    position: absolute;
    border-bottom: 1px solid #000;
}
.venueWrapper p {
    font-size: 18px;
    color: #12172d;
}
.venueInfo {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
}
/* Sponsors */
.sponsors h3 {
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
    font-weight: 700;
    margin-bottom: 30px;
}
.sponsors p {
    font-size: 18px;
    font-family: 'avenir_lt_std35_light';
}
/* contact form */

.mktoFieldWrap {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'avenir_lt_std35_light' !important;
    font-size: 16px;
    /* font-weight: 600; */
}
.mktoFieldWrap a {
    color: #fff;
}
.formWrapper {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px 20px 40px 20px;
}
.mktoForm button.mktoButton {
    width: 125px !important;
    padding: 0px !important;
    float: none !important;
    background: #0eb2e0 !important;
    /* font: normal 14px / 45px 'AllerLt', Arial, Helvetica, sans-serif !important; */
    border: none !important;
    color: #fff !important;
    margin-top: 15px !important;
    text-align: center !important;
    border-radius: 0 !important ;
}
.mktoButtonWrap.mktoRound {
    margin-left: 20px !important;
}
/* footer */
.socialHandels {
    margin: 0;
    padding: 0;
}
.socialHandels li {
    margin: 0 0 0 8px;
    padding: 0;
    display: inline-block;
}
.boilerPlate {
    font-size: 14px;
    font-family: 'avenir_lt_std35_light';
    padding: 0 0 30px;
}
.boilerPlate a {
    color: #fff;
}
/* agenda */
.agenda h3 {
    font-size: 35px;
    font-family: 'avenir_lt_std45_book';
    font-weight: 700;
    margin-bottom: 30px;
}
ul.timeLine li .eventDetail {
    min-height: 30px;
}

ul.timeLine li:last-child .dot:after {
    display: none;
}
ul.timeLine .dot:after {
    content: '';
    height: 80px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    left: 9px;
    opacity: 1;
}

ul.timeLine {
    display: block;
}
ul.timeLine .dot {
    display: block;
    background-color: #fff;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    border-radius: 50%;
    position: relative;
}
ul.timeLine li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

ul.timeLine li .dateTime {
    width: 200px;
}

#agenda h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 48px;
    margin-bottom: 10px;
}

#agenda p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    max-width: 800px;
    font-weight: 400;
    font-family: 'avenir_lt_std35_light';
}

.timeLine {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timeLine li {
padding: 10px 0;
}
/* Marketo */
.mktoForm .mktoFormRow {
    clear: unset !important;
}
.mktoHasWidth{
    width:auto !important;
}
.mktoForm .mktoRequiredField label.mktoLabel{
    font-weight: normal;
}
.mktoForm .mktoLabel, .mktoForm .mktoField, .mktoForm .mktoFormCol{
    float:none !important;
}
.mktoAsterix{
    display:none !important;
}
.mktoFieldWrap{
    background: #f2f2f2;
    padding: 15px 20px;
    border:20px solid #f2f2f2;
    position: relative;
    width:96%;
    margin:0 2% !important;
}
.mktoFormRow:nth-child(-n+5) {
    width:48% !important;
    float:left;
    display:inline-block;
    clear:none;
    margin: 0 1%;
}
.mktoHasWidth input, .mktoHasWidth select, .mktoHasWidth textarea{
    width:100% !important;
    font: normal 14px/130% 'AllerLt',Arial,Helvetica,sans-serif;
    background: #f8f8f8;
    border: none;
    color: #1d1d1d;
    resize: none;
    padding: 4px 10px !important;
    margin-top:10px !important;
}

.mktoButtonWrap .mktoNative{
    margin:0px !important;
}

.mktoButtonRow{
    width:98%;
}

.mktoForm button.mktoButton{
    width: 125px;
    padding:0px;
    float: right;
    background: #de4561;
    font: normal 14px/45px 'AllerLt',Arial,Helvetica,sans-serif;
    border: none;
    color: #fff;
    margin-top:15px;
    text-align: center;
}

.mktoForm button.mktoButton span{
    line-height:45px;
    text-transform: uppercase;
}

label{    
    font: normal 13px/130% 'AllerLt',Arial,Helvetica,sans-serif;
    color: #de4561;
    padding: 0 0 5px 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    float:none;
}
input{
    display:block;
}

#uploadrfp_rfi, #uploadcv {
position:inherit !important;
background: url('http://possible.mindtree.com/rs/574-LHH-431/images/contact-upload-cta.png');
background-repeat:no-repeat;
}
/* Marketo ends */

@media screen and (max-width:767px){
.mktoFormRow:nth-child(-n+5) {
    width:100% !important;
    margin:0% !important;
}
}
@media (min-width: 1501px){
.right-featured-blogs {
   margin-right:0!important;
}
}


@media (max-width: 767px) {
    #agenda h2 {
        font-size: 24px;
        font-weight: 800;
        line-height: 38px;
        margin-bottom: 10px;
    }

    ul.timeLine li {
        display: block;
        border-bottom: 2px solid #fff;
        padding: 0;
        margin: 0;
    }

    ul.timeLine .dot {
        display: none;
    }

    ul.timeLine li .eventDetail {
        height: auto;
    }
}
@media (max-width: 767px) {
    .banner {
        height: 450px;
        background-color: #040029;
        background-image: url(../images/ILF-WebsiteBanner-Mobile.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .banner h3 span {
        font-size: 20px;
    }
    .banner h2 span {
        font-size: 30px;
    }
    .banner .venue .place {
        font-size: 16px;
        padding-top: 5px;
    }
    .banner .venue .date,
    .banner .venue .month {
        font-size: 20px;
    }
    .vision h3,
    .overview h2 {
        font-size: 20px;
        line-height: 35px;
    }
    .agenda h3,
    .speakers h3,
    .why h3,
    .highlights h3,
    .venueWrapper h3,
    .sponsors h3,
    .intro h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .vision h4 {
        font-size: 18px;
        font-weight: 200;
        font-family: 'avenir_lt_std35_light';
    }
    .intro p,
    .overview .col-md-6 p {
        max-width: 100%;
    }
    .speakers .container,
    .vision .container {
        max-width: 90%;
    }
    .speakers .container {
        max-width: 80%;
    }
    .vision .boxTwo {
        margin: 25px 0;
    }
    .vision .boxTwo .coneOrange,
    .vision .boxTwo .coneBlue {
        display: none;
    }
    ul.timeLine {
        /* max-width: 90%; */
        margin: 10px auto 0;
    }
    ul.timeLine li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .venueWrapper {
        padding: 20px 0 0;
    }
    .orangeBorder {
        display: none;
    }
}

</pre></body></html>