@import url(https://fonts.googleapis.com/css2?family=Work+Sans&display=swap);
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/images/68b0c4fcb84d239f261c1a5e65818142-ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/ced611daf7709cc778da928fec876475.eot);
    src: url(/fonts/ced611daf7709cc778da928fec876475.eot?#iefix) format('embedded-opentype'), url(/fonts/b7c9e1e479de3b53f1e4e30ebac2403a.woff) format('woff'), url(/fonts/d41f55a78e6f49a5512878df1737e58a.ttf) format('truetype'), url(/images/e16e9d8df84093c62002776c1555e77f-slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

._19A1T{padding:0 85px;margin-right:6px}._19A1T .UbLhe{left:25px !important;background-color:#d8361e}._3pZb9{border-top:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2}.t9Vwr iframe{margin-bottom:10px;margin-top:10px}.t9Vwr div{margin-bottom:0px !important}._37uhz{position:relative;min-height:108px;padding:20px 15px 20px 15px}._37uhz:after{bottom:9%;right:4px;content:" ";height:78px;width:1px;position:absolute;transition:300ms all ease-in-out;background:#e2e2e2}._37uhz p{color:#737373;font-family:Work Sans;font-size:12px;line-height:1.17;margin:0px;margin-bottom:4px;font-family:"Work Sans", sans-serif}._37uhz a{color:#333;font-size:14px;font-weight:700;line-height:1.71;max-height:48px;overflow:hidden;padding-bottom:10px}.pcgov div{margin-top:0px !important}._2GrOq{position:absolute;left:38px;top:60px;border-radius:50%;height:36px;width:36px;display:flex;justify-content:center;align-items:center;background-color:rgba(51,51,51,0.4)}._2GrOq:hover{background-color:#d8361e;cursor:pointer}._2dX-2{position:absolute;right:45px;top:60px;background-color:rgba(51,51,51,0.4);border-radius:50%;height:36px;width:36px;display:flex;justify-content:center;align-items:center}._2dX-2:hover{background-color:#d8361e;cursor:pointer}._3wth-{padding:15px 100px 0;border-top:1px solid #e2e2e2}@media only screen and (max-width: 430px){._3wth-{padding:15px 55px 0 !important}._2GrOq{left:6px}._2dX-2{right:6px}._19A1T{padding:0 42px}}.JOp0D{position:absolute;height:100%;width:100%}.JOp0D ._3SYL8{top:45%;z-index:1}.JOp0D ._2dX-2{float:right}.hbvIs{padding:10px 0 29px}@media only screen and (max-width: 767px){.hbvIs{padding:25px 0 0}}._57Am5{margin:0 0 16px}@media only screen and (max-width: 767px){._57Am5{padding:0 16px;font-size:1.125rem}}._3RPPa{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border:1px solid rgba(0,0,0,0.25);border-width:1px 0}@media only screen and (max-width: 767px){._3RPPa{flex-direction:column;border-bottom:0;padding-bottom:30px}._3RPPa h6{margin:0 0 16px;font-size:1rem}._3RPPa ul li{margin:0 16px 0}}.VagC0{margin:0 0 25px}@media only screen and (max-width: 767px){.VagC0{margin:0}.VagC0>div a>div:first-child{height:auto;padding:0px 15px}.VagC0>div a>div:last-child{padding:0 16px !important;margin-bottom:16px}}._2jOZd>div:first-of-type>div:first-child>div{height:262px}@media only screen and (max-width: 767px){._2jOZd>div:first-of-type>div:first-child>div{height:auto}}._2CfvH{max-width:310px;margin:0 auto 0 19px}@media only screen and (max-width: 991px){._2CfvH{max-width:100%;margin:30px 0;width:100%}}@media only screen and (max-width: 767px){._2CfvH{margin:11px 0 0}}._19oz4>div>div:last-child{padding:0 16px !important}._2O80j{background-color:"#d8361e";padding:6px 12px;color:"#fff";font-size:"12px";font-weight:bold}._3WCTC{background-color:#d8361e;padding:4px 14px;color:#fff;font-size:10px;font-weight:bold;letter-spacing:0.04rem}._3WCTC:hover{color:#fff}._2iUeO:hover{color:#fff}._2iUeO{background-color:#d8361e;padding:4px 14px;color:#fff;font-size:10px;font-weight:bold}

._1hTu4 span{color:white;max-width:85%;padding:15px 0 0;font-size:1rem;text-align:center}._1hTu4>div{position:absolute;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,0.75)}._1hTu4>div span{display:flex;height:100%;width:90%;justify-content:center;align-items:center;padding:0;margin:auto;text-transform:uppercase;font-family:'Teko', sans-serif;font-size:2rem;line-height:1}.gHHKr{width:100%}@media only screen and (max-width: 767px){.gHHKr img:first-of-type{display:none}}.gHHKr img:last-of-type{display:none}@media only screen and (max-width: 767px){.gHHKr img:last-of-type{display:block}}.gHHKr>div span{font-size:3.5rem}@media only screen and (max-width: 767px){.gHHKr>div span{font-size:2.4rem}}

._3-F2b{position:relative;overflow:hidden;transition:500ms all}._3-F2b:hover img{transform:scale(1.03)}._3-F2b>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:1s all ease-in-out}@media only screen and (max-width: 767px){._3-F2b{padding:0px 15px}}

._2ooIe{position:relative;overflow:hidden;transition:500ms all}._2ooIe:hover img{transform:scale(1.03)}._2ooIe>img{width:100%;height:100%;object-fit:cover;object-position:center;transition:1s all ease-in-out}@media only screen and (max-width: 767px){._2ooIe{padding:0px 15px}}._2hOpH{border-radius:12px;width:100%;height:100%;object-fit:cover;object-position:center;transition:1s all ease-in-out}

._2bnxv{max-width:145px !important;height:37px}.V5vlj{position:absolute;bottom:30px}._2NN8W{display:flex;align-items:flex-start;flex-direction:column;justify-content:center;margin:12px 0 0}._2NN8W>div{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;width:100%}._2NN8W>div>span{margin-right:12.5px;margin-top:1px}._2NN8W h1,._2NN8W h2,._2NN8W h3,._2NN8W h4,._2NN8W h5,._2NN8W h6{line-height:1.35;margin:0 0 5px;max-width:calc(100% - 10px)}._2NN8W p{color:rgba(0,0,0,0.5);font-weight:500;font-size:0.875rem;line-height:1.57;max-width:325px;margin-bottom:0}@media only screen and (max-width: 767px){._76gxh{flex-direction:column}}@media only screen and (max-width: 767px){._76gxh>span{display:none}}@media only screen and (max-width: 767px){._76gxh h3{order:2}}@media only screen and (max-width: 767px){._76gxh>div{order:1;margin:0 0 10px}}._2FBFL>span{margin-right:0 !important;margin-left:12.5px !important}._2FBFL>div{margin-right:12.5px !important;margin-left:0 !important}._1p8aj>div>span{margin-top:6.5px}@media only screen and (max-width: 767px){._1p8aj h2{font-size:1.25rem;line-height:1.35}}._-7zex{font-size:0.875rem;font-weight:300;line-height:1.357;color:#c41923;padding:3px 5px;background:rgba(196,25,35,0.1);margin-left:12.5px}._27Bmx{margin-top:10px}._2D1oA{margin-left:43px}@media only screen and (max-width: 767px){._2D1oA{margin:0}}._3lVTA{height:262px}@media only screen and (max-width: 991px){._3lVTA{height:281px}}@media only screen and (max-width: 991px) and (max-width: 767px){._3lVTA{height:192px}}._2BwnX{height:476px}@media only screen and (max-width: 991px){._2BwnX{height:281px}}@media only screen and (max-width: 991px) and (max-width: 767px){._2BwnX{height:192px}}@media only screen and (max-width: 767px){._1rVOy{height:162px}}@media only screen and (max-width: 767px){._3WwDd{height:250px}}

@media only screen and (max-width: 767px){._14MjT{display:none !important}}._20e36{display:flex;align-items:center;flex-wrap:wrap;margin:0 0 17px}@media only screen and (max-width: 767px){._20e36{padding:0px 0px 0px 10px}}._1mjHp{margin:0}@media only screen and (max-width: 767px){._1mjHp{margin:0 0 5px}}._20e36>div{display:flex;flex-wrap:wrap}._20e36>div b{margin-left:3px}._20e36>span{font-size:0.75rem;line-height:2.5;font-weight:300}._20e36 a{display:flex;align-items:center;margin:0 8px 0 0}._20e36 a b{padding-left:5px}.FbEBY{width:30px;height:30px;object-fit:cover;border-radius:50%}._2LW24{border:1px solid rgba(0,0,0,0.25);border-width:1px 0;padding:25px 0;margin:0 0 34px}._2LW24 p{margin:0;font-size:0.875rem !important;line-height:1.71 !important;font-weight:300 !important}._2ectY a{margin:0 0 0 8px}._2ectY>div{display:flex}._2ectY>div b{margin-right:3px}._1Yr3g a,._1Yr3g b,._1Yr3g span,._1Yr3g>div{color:#fff}._1aMvL{color:#737373;font-size:12px;font-weight:400 !important;margin-left:0;display:flex;align-items:center}._2-0IV{margin-left:15px}

._2D4zT{display:inline-block;list-style:none;margin:0;padding:0;display:flex;align-items:center}._2D4zT li{padding:0 0 0 15px}._8-kC5{color:inherit}._2crM-{color:inherit}.mPMOZ{color:inherit}

@media only screen and (max-width: 767px){.LGp17{font-size:1rem !important;padding:0px 7px 5px 10px}}@media only screen and (max-width: 767px){._1J8WR{font-size:1.125rem !important;padding:0px 7px 0px 10px}}@media only screen and (max-width: 767px){._1dmXU{padding:0 16px !important}}._3Jo6d{cursor:pointer}._3Jo6d:hover>div>div:first-child{box-shadow:0 5px 46px 0 rgba(0,0,0,0.2)}._3Jo6d:hover>div>div:first-child::before,._3Jo6d:hover>div>div:first-child img{transform:scale(1.03)}._3Jo6d>div>div:first-child{transition:500ms all}._24C5D *{color:#fff !important;font-weight:400 !important}._3Jo6d h1,._3Jo6d h2,._3Jo6d h3,._3Jo6d h4,._3Jo6d h5,._3Jo6d h6{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 12px}@media only screen and (max-width: 767px){._3Jo6d h1,._3Jo6d h2,._3Jo6d h3,._3Jo6d h4,._3Jo6d h5,._3Jo6d h6{margin:0 0 4px}}._2SUHl{opacity:0;transition:300ms all ease-in-out;position:absolute;bottom:24px;right:24px;z-index:2;display:flex}._2SUHl i{padding-left:15px;opacity:0.7}._2SUHl i:hover{opacity:1}.TvaUY{opacity:1}.TvaUY i{opacity:1}._3yOBa{display:flex;align-items:center;margin:0 0 17px}._3yOBa img{filter:invert(0.2);transform:scale(0.9)}._3yOBa i{padding:3px 15px 0 0;transform:scale(0.9)}._3yOBa i svg g{fill:#dcdcdc}._3yOBa ul li{padding:0 15px 0 0}._3Elfa{justify-content:flex-end}.SegTl>i svg g{fill:#5a5a5a}._1zAoR{height:192px}@media only screen and (max-width: 991px){._1zAoR{height:190px}}@media only screen and (max-width: 767px){._1zAoR{height:254px}}._13V73{height:262px}@media only screen and (max-width: 991px){._13V73{height:190px}}@media only screen and (max-width: 767px){._13V73{height:254px}}._26-F-{height:422px}@media only screen and (max-width: 991px){._26-F-{height:284px}}@media only screen and (max-width: 767px){._26-F-{height:254px}}._1f_T4{height:476px}@media only screen and (max-width: 991px){._1f_T4{height:281px}}@media only screen and (max-width: 767px){._1f_T4{height:325px}}._3JUV3{height:265px}@media only screen and (max-width: 991px){._3JUV3{height:166px}}@media only screen and (max-width: 767px){._3JUV3{height:192px}}._1zAoR>div{display:flex;align-items:center;transition:300ms all ease-in-out}@media only screen and (max-width: 767px){._2yEzx{display:none}}._1x2P9{position:relative;box-shadow:0 0 0 0 rgba(0,0,0,0.2);transition:500ms all ease-in-out;margin:0 0 12px}._1x2P9:hover>div{opacity:1}._1Hkyr{display:flex;align-items:center}.xRFXB{display:flex;overflow:hidden}.xRFXB>ul{transform:translateX(-100%);transition:300ms all}._1Hkyr ul{opacity:0;transition:500ms all;transform:translateX(100%)}._1Hkyr ul li{padding:0 0 2px 15px}._1Hkyr ul img{transform:none !important}._1Hkyr>div{overflow:hidden}._1Hkyr:hover ul{opacity:1;transform:translate(0)}._1zAoR:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);opacity:0;transition:300ms all ease-in-out;z-index:1}._2thPV{font-size:0.875rem;line-height:2.14;font-weight:300;margin:0 0 7px}._1rgdE{margin:0 0 12px !important;color:#000;font-weight:900}.L9z9Q{display:flex;align-items:center;flex-wrap:wrap}.L9z9Q>span{font-size:0.75rem;line-height:2.5;font-weight:300}.L9z9Q a{display:flex;align-items:center;margin:0 12px 0 0}.L9z9Q a b{padding-left:5px}._2mHA_>ul{transform:translateX(0)}.hNMQf{transform:rotate(180deg)}

._2JT6u{font-size:1rem;line-height:1.1875;font-weight:900}._2FMt0{font-size:1rem;line-height:1.1875}._2gkU_{list-style:none;padding:0;margin:0}@media only screen and (max-width: 767px){._2gkU_{padding:0 16px}}._2gkU_ li{padding:12px 0;border-bottom:1px dashed rgba(0,0,0,0.3);color:#000}._2gkU_ li:last-child{border:none;padding-bottom:0}

.QZDvd{list-style:none;padding:0;margin:0;display:flex}.QZDvd li{flex:1;text-align:center;position:relative;padding-bottom:15px;cursor:pointer}.QZDvd li:before,.QZDvd li:after{bottom:0;content:' ';height:2px;position:absolute;transition:300ms all ease-in-out;width:calc(50% - 7px);background:#d8d8d8}.QZDvd li:before{left:0}.QZDvd li:after{right:0}.QZDvd li>div{height:11px;left:50%;top:calc(100% - 1.5px);transform:translateX(-50%) rotateX(180deg);transform-origin:top center;width:18px;z-index:2;position:absolute}.QZDvd li>div>div{background-color:#d8d8d8;height:11.5px;top:0;width:2px;position:absolute;transition:300ms all ease-in-out}.QZDvd li>div>div:first-child{left:0.5px;transform:rotate(-45deg);transform-origin:top left}.QZDvd li>div>div:last-child{right:0.5px;transform:rotate(45deg);transform-origin:top right}._1kFQI:before,._1kFQI:after{background:#000 !important}._1kFQI>div{transform:translateX(-50%) rotateX(0deg) !important;top:calc(100% - 1px) !important}._1kFQI>div>div{background:#000 !important}._2vLsU{padding:16px 0 21px}

._1k9va{padding:0 0 50px}@media only screen and (max-width: 767px){._1k9va{padding:0 0 18px}}._2mJ3a:not(:last-child){padding:0 0 25px}@media only screen and (max-width: 767px){._2mJ3a:not(:last-child){padding:0}}.EPWW0{border-top:2px solid #000}.EPWW0 a{padding:22px 0 26px;display:flex;align-items:center}@media only screen and (max-width: 767px){.EPWW0 a{padding:8px 16px;justify-content:space-between}.EPWW0 a i{transform:scale(0.8)}.EPWW0 a h2{line-height:2.11}}.EPWW0 a:hover h2{padding-right:25px}.EPWW0 h2{padding-right:14px;transition:300ms all;color:#000 !important;margin:0}.EPWW0 g{stroke:#000}.EPWW0[data-category="billionaires"]{border-top:2px solid #886f68}.EPWW0[data-category="billionaires"] h2{color:#886f68 !important}.EPWW0[data-category="billionaires"] g{stroke:#886f68}.EPWW0[data-category="lists"]{border-top:2px solid #666}.EPWW0[data-category="lists"] h2{color:#666 !important}.EPWW0[data-category="lists"] g{stroke:#666}.EPWW0[data-category="innovation"]{border-top:2px solid #2561aa}.EPWW0[data-category="innovation"] h2{color:#2561aa !important}.EPWW0[data-category="innovation"] g{stroke:#2561aa}.EPWW0[data-category="leadership"]{border-top:2px solid #857529}.EPWW0[data-category="leadership"] h2{color:#857529 !important}.EPWW0[data-category="leadership"] g{stroke:#857529}.EPWW0[data-category="money"]{border-top:2px solid #628048}.EPWW0[data-category="money"] h2{color:#628048 !important}.EPWW0[data-category="money"] g{stroke:#628048}.EPWW0[data-category="consumer"]{border-top:2px solid #377e88}.EPWW0[data-category="consumer"] h2{color:#377e88 !important}.EPWW0[data-category="consumer"] g{stroke:#377e88}.EPWW0[data-category="industry"]{border-top:2px solid #b16122}.EPWW0[data-category="industry"] h2{color:#b16122 !important}.EPWW0[data-category="industry"] g{stroke:#b16122}.EPWW0[data-category="lifestyle"]{border-top:2px solid #5d1033}.EPWW0[data-category="lifestyle"] h2{color:#5d1033 !important}.EPWW0[data-category="lifestyle"] g{stroke:#5d1033}.EPWW0[data-category="featured"]{border-top:2px solid #fff}.EPWW0[data-category="featured"] h2{color:#fff !important}.EPWW0[data-category="featured"] g{stroke:#fff}.EPWW0[data-category="brandvoice"]{border-top:2px solid #c41923}.EPWW0[data-category="brandvoice"] h2{color:#c41923 !important}.EPWW0[data-category="brandvoice"] g{stroke:#c41923}.EPWW0[data-category="companies"]{border-top:2px solid #c41923}.EPWW0[data-category="companies"] h2{color:#c41923 !important}.EPWW0[data-category="companies"] g{stroke:#c41923}.EPWW0[data-category="events"]{border-top:2px solid #48807c}.EPWW0[data-category="events"] h2{color:#48807c !important}.EPWW0[data-category="events"] g{stroke:#48807c}.EPWW0[data-category="magazines"]{border-top:2px solid #000}.EPWW0[data-category="magazines"] h2{color:#000 !important}.EPWW0[data-category="magazines"] g{stroke:#000}.EPWW0[data-category="magazine"]{border-top:2px solid #000}.EPWW0[data-category="magazine"] h2{color:#000 !important}.EPWW0[data-category="magazine"] g{stroke:#000}.B3JBl i{transform:scaleX(-1) scale(0.8) !important}.B3JBl h2{padding-right:0;padding-left:14px}.-rzMu{font-size:16px;color:#666666;letter-spacing:0;line-height:22px;padding:0 16px;margin-top:6px}.-rzMu svg{margin-left:2px}.X0jcp i{transform:rotate(180deg)}._2N6BF{overflow:hidden;position:relative;width:100%}._1uKLg,.H2SQe{width:66.66%;float:left}@media only screen and (max-width: 768px){._1uKLg,.H2SQe{width:100%}}._14MCk,.xy6H6{float:right}._1uKLg{margin:0 0 20px;border-bottom:1px solid #e2e2e2;padding:0 0 27px}@media only screen and (max-width: 768px){._1uKLg{padding:0}}@media only screen and (max-width: 767px){._1uKLg{border-bottom:1px solid #e2e2e2;padding:0;margin:0 0 13.5px}}.H2SQe{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width: 767px){.H2SQe{display:none}}.H2SQe>div{flex:0 0 48%;margin:0 0 27px;align-items:flex-start}@media only screen and (max-width: 768px){.H2SQe>div{flex:0 0 100%}}.H2SQe>div p{display:none}.H2SQe>div h4{font-size:14px;font-weight:900;letter-spacing:-0.21px;line-height:21px}._1P5-s{height:100px !important}._33DlB{width:33.33%;float:right;padding-left:3%}.BKeNK{float:left;padding-left:0;padding-right:3%}@media only screen and (max-width: 768px){._33DlB{width:100%;padding-left:0;display:flex;justify-content:space-between;align-items:flex-start}}@media only screen and (max-width: 767px){._33DlB{flex-direction:column}}._33DlB>div{margin:0 0 27px}@media only screen and (max-width: 768px){._33DlB>div{flex:0 0 48%}}@media only screen and (max-width: 767px){._33DlB>div{flex:0 0 100%;border-bottom:1px solid #e2e2e2;margin:0 0 13.5px}}._3KS57{bottom:0;top:0;right:31.8%;border-left:1px solid #e2e2e2;position:absolute}@media only screen and (max-width: 768px){._3KS57{display:none}}._2lOVg{left:31.8%;right:auto}

._1tQhS{display:block;margin-bottom:17px}

._3HiYd{display:block}._3HiYd>div{margin:0 0 21px}@media only screen and (max-width: 991px){._3HiYd h3{font-size:1.065rem}}@media only screen and (max-width: 767px){._3HiYd h3{font-size:1.125rem}}._38sg8>img{height:24px !important;width:auto !important;top:94px !important}@media only screen and (max-width: 767px){._38sg8>img{display:none}}._38sg8>img:first-of-type{left:-40px}._38sg8>img:last-of-type{right:-40px}

._3NP-u{margin:0 0 23px}._2N5Dz{max-width:920px;margin:auto;display:flex;flex-wrap:wrap}.qx2Pu{flex:1 0 20%;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;margin:0 0 30px}@media only screen and (max-width: 767px){.qx2Pu{flex:1 0 50%}}.qx2Pu img{width:98px;height:98px;object-fit:cover;margin:0 0 14px;border-radius:50%}.qx2Pu h6{text-align:center}.qx2Pu p{font-size:1.06rem;line-height:1.41;font-weight:300;margin:0 0 12px}.qx2Pu p i{padding-right:4px}

._9_pvT>img{height:24px !important;width:auto !important;transform:translateY(-50%)}@media only screen and (max-width: 767px){._9_pvT>img{z-index:10}}._9_pvT>img:first-of-type{left:-40px}@media only screen and (max-width: 767px){._9_pvT>img:first-of-type{left:auto;right:75px;top:calc(100% - 22px)}}._9_pvT>img:last-of-type{right:-40px}@media only screen and (max-width: 767px){._9_pvT>img:last-of-type{right:24px;top:calc(100% - 22px)}}@media only screen and (max-width: 767px){._14dlm{padding:0 16px}}

._3TwbW>div{margin:0 0 34px}@media only screen and (max-width: 767px){._3TwbW>div{margin:0}}@media only screen and (max-width: 767px){._3TwbW>div>div:last-child{padding:0 16px !important}}

@media only screen and (max-width: 767px){._30EB8{border-top:1px solid rgba(102,102,102,0.21);padding-top:15px;width:100%;padding-left:0 !important;padding-right:0 !important}}

.eI3D6{background-color:#191919;padding:41px 0}.eI3D6 h2{color:#fff !important;margin:0 0 43px !important}.QL1lU{width:1175px;margin:auto;max-width:90%}._3sknv{margin:auto;display:block !important}._3sknv>img{width:100%}.aIExd>img{height:24px !important;width:auto !important;transform:translateY(-50%)}.aIExd>img:first-of-type{left:-40px}.aIExd>img:last-of-type{right:-40px}

@media only screen and (max-width: 767px){._1Ago9{font-size:1rem !important;padding:0px 7px 5px 10px}}@media only screen and (max-width: 767px){._2YMEJ{font-size:1.125rem !important;padding:0px 7px 0px 10px}}@media only screen and (max-width: 767px){._2r5nK{padding:0 16px !important}}._2D5xv{cursor:pointer}._2D5xv:hover>div>div:first-child{box-shadow:0 5px 46px 0 rgba(0,0,0,0.2)}._2D5xv:hover>div>div:first-child::before,._2D5xv:hover>div>div:first-child img{transform:scale(1.03)}._2D5xv>div>div:first-child{transition:500ms all}._1q3DK *{color:#fff !important}._2D5xv h1,._2D5xv h2,._2D5xv h3,._2D5xv h4,._2D5xv h5,._2D5xv h6{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 12px;padding-bottom:7px}@media only screen and (max-width: 767px){._2D5xv h1,._2D5xv h2,._2D5xv h3,._2D5xv h4,._2D5xv h5,._2D5xv h6{margin:0 0 4px}}._332Ql{opacity:0;transition:300ms all ease-in-out;position:absolute;bottom:24px;right:24px;z-index:2;display:flex}._332Ql i{padding-left:15px;opacity:0.7}._332Ql i:hover{opacity:1}.t-MAq{opacity:1}.t-MAq i{opacity:1}._2kg1K{display:flex;align-items:center;margin:0 0 17px}._2kg1K img{filter:invert(0.2);transform:scale(0.9)}._2kg1K i{padding:3px 15px 0 0;transform:scale(0.9)}._2kg1K i svg g{fill:#dcdcdc}._2kg1K ul li{padding:0 15px 0 0}._1psoG{justify-content:flex-end}._1SrgW>i svg g{fill:#5a5a5a}._2Ipv5{height:192px}@media only screen and (max-width: 991px){._2Ipv5{height:190px}}@media only screen and (max-width: 767px){._2Ipv5{height:254px}}._22a66{height:262px}@media only screen and (max-width: 991px){._22a66{height:190px}}@media only screen and (max-width: 767px){._22a66{height:254px}}._27nrR{height:422px}@media only screen and (max-width: 991px){._27nrR{height:284px}}@media only screen and (max-width: 767px){._27nrR{height:254px}}._1JIzZ{height:476px}@media only screen and (max-width: 991px){._1JIzZ{height:281px}}@media only screen and (max-width: 767px){._1JIzZ{height:325px}}._1QRqd{height:265px}@media only screen and (max-width: 991px){._1QRqd{height:166px}}@media only screen and (max-width: 767px){._1QRqd{height:192px}}._2Ipv5>div{display:flex;align-items:center;transition:300ms all ease-in-out}@media only screen and (max-width: 767px){._2g_ta{display:none}}.RzWRo{position:relative;box-shadow:0 0 0 0 rgba(0,0,0,0.2);transition:500ms all ease-in-out;margin:0 0 12px}.RzWRo:hover>div{opacity:1}.oPyLJ{display:flex;align-items:center}.eEUmF{display:flex;overflow:hidden}.eEUmF>ul{transform:translateX(-100%);transition:300ms all}.oPyLJ ul{opacity:0;transition:500ms all;transform:translateX(100%)}.oPyLJ ul li{padding:0 0 2px 15px}.oPyLJ ul img{transform:none !important}.oPyLJ>div{overflow:hidden}.oPyLJ:hover ul{opacity:1;transform:translate(0)}._2Ipv5:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);opacity:0;transition:300ms all ease-in-out;z-index:1}._2RhOG{font-size:0.875rem;line-height:2.14;font-weight:300;margin:0 0 7px}._1fy1b{margin:0 0 12px !important;color:#000;font-weight:900}._3x7aU{display:flex;align-items:center;flex-wrap:wrap}._3x7aU>span{font-size:0.75rem;line-height:2.5;font-weight:300}._3x7aU a{display:flex;align-items:center;margin:0 12px 0 0}._3x7aU a b{padding-left:5px}._3Z4gT>ul{transform:translateX(0)}._1PDF0{transform:rotate(180deg)}

._2RvYH{padding:0 0 50px}@media only screen and (max-width: 767px){._2RvYH{padding:0 0 18px}}._2xqxY:not(:last-child){padding:0 0 25px}@media only screen and (max-width: 767px){._2xqxY:not(:last-child){padding:0}}.B3C9y{border-top:2px solid #000}.B3C9y a{padding:22px 0 26px;display:flex;align-items:center}@media only screen and (max-width: 767px){.B3C9y a{padding:8px 16px;justify-content:space-between}.B3C9y a i{transform:scale(0.8)}.B3C9y a h2{line-height:2.11}}.B3C9y a:hover h2{padding-right:25px}.B3C9y h2{padding-right:14px;transition:300ms all;color:#000 !important;margin:0}.B3C9y g{stroke:#000}.B3C9y[data-category="billionaires"]{border-top:2px solid #886f68}.B3C9y[data-category="billionaires"] h2{color:#886f68 !important}.B3C9y[data-category="billionaires"] g{stroke:#886f68}.B3C9y[data-category="lists"]{border-top:2px solid #666}.B3C9y[data-category="lists"] h2{color:#666 !important}.B3C9y[data-category="lists"] g{stroke:#666}.B3C9y[data-category="innovation"]{border-top:2px solid #2561aa}.B3C9y[data-category="innovation"] h2{color:#2561aa !important}.B3C9y[data-category="innovation"] g{stroke:#2561aa}.B3C9y[data-category="leadership"]{border-top:2px solid #857529}.B3C9y[data-category="leadership"] h2{color:#857529 !important}.B3C9y[data-category="leadership"] g{stroke:#857529}.B3C9y[data-category="money"]{border-top:2px solid #628048}.B3C9y[data-category="money"] h2{color:#628048 !important}.B3C9y[data-category="money"] g{stroke:#628048}.B3C9y[data-category="consumer"]{border-top:2px solid #377e88}.B3C9y[data-category="consumer"] h2{color:#377e88 !important}.B3C9y[data-category="consumer"] g{stroke:#377e88}.B3C9y[data-category="industry"]{border-top:2px solid #b16122}.B3C9y[data-category="industry"] h2{color:#b16122 !important}.B3C9y[data-category="industry"] g{stroke:#b16122}.B3C9y[data-category="lifestyle"]{border-top:2px solid #5d1033}.B3C9y[data-category="lifestyle"] h2{color:#5d1033 !important}.B3C9y[data-category="lifestyle"] g{stroke:#5d1033}.B3C9y[data-category="featured"]{border-top:2px solid #fff}.B3C9y[data-category="featured"] h2{color:#fff !important}.B3C9y[data-category="featured"] g{stroke:#fff}.B3C9y[data-category="brandvoice"]{border-top:2px solid #c41923}.B3C9y[data-category="brandvoice"] h2{color:#c41923 !important}.B3C9y[data-category="brandvoice"] g{stroke:#c41923}.B3C9y[data-category="companies"]{border-top:2px solid #c41923}.B3C9y[data-category="companies"] h2{color:#c41923 !important}.B3C9y[data-category="companies"] g{stroke:#c41923}.B3C9y[data-category="events"]{border-top:2px solid #48807c}.B3C9y[data-category="events"] h2{color:#48807c !important}.B3C9y[data-category="events"] g{stroke:#48807c}.B3C9y[data-category="magazines"]{border-top:2px solid #000}.B3C9y[data-category="magazines"] h2{color:#000 !important}.B3C9y[data-category="magazines"] g{stroke:#000}.B3C9y[data-category="magazine"]{border-top:2px solid #000}.B3C9y[data-category="magazine"] h2{color:#000 !important}.B3C9y[data-category="magazine"] g{stroke:#000}._3HTFs i{transform:scaleX(-1) scale(0.8) !important}._3HTFs h2{padding-right:0;padding-left:14px}._2EgxV{font-size:16px;color:#666666;letter-spacing:0;line-height:22px;padding:0 16px;margin-top:6px}._2EgxV svg{margin-left:2px}._3jqwX i{transform:rotate(180deg)}._1VwhK{overflow:hidden;position:relative;width:100%}._1e5Zj,._29I8O{width:66.66%;float:left}@media only screen and (max-width: 768px){._1e5Zj,._29I8O{width:100%}}._296Pj,.J8s9G{float:right}._1e5Zj{margin:0 0 20px;border-bottom:1px solid #e2e2e2;padding:0 0 27px}@media only screen and (max-width: 768px){._1e5Zj{padding:0}}@media only screen and (max-width: 767px){._1e5Zj{border-bottom:1px solid #e2e2e2;padding:0;margin:0 0 13.5px}}._29I8O{display:flex;flex-wrap:wrap;justify-content:space-between}@media only screen and (max-width: 767px){._29I8O{display:none}}._29I8O>div{flex:0 0 48%;margin:0 0 27px;align-items:flex-start}@media only screen and (max-width: 768px){._29I8O>div{flex:0 0 100%}}._29I8O>div p{display:none}._29I8O>div h4{font-size:14px;font-weight:900;letter-spacing:-0.21px;line-height:21px}.RYoTD{height:100px !important}._3hl3F{width:33.33%;float:right;padding-left:3%}._2O-K_{float:left;padding-left:0;padding-right:3%}@media only screen and (max-width: 768px){._3hl3F{width:100%;padding-left:0;display:flex;justify-content:space-between;align-items:flex-start}}@media only screen and (max-width: 767px){._3hl3F{flex-direction:column}}._3hl3F>div{margin:0 0 27px}@media only screen and (max-width: 768px){._3hl3F>div{flex:0 0 48%}}@media only screen and (max-width: 767px){._3hl3F>div{flex:0 0 100%;border-bottom:1px solid #e2e2e2;margin:0 0 13.5px}}._1pBAI{bottom:0;top:0;right:31.8%;border-left:1px solid #e2e2e2;position:absolute}@media only screen and (max-width: 768px){._1pBAI{display:none}}._2EcTl{left:31.8%;right:auto}

@media only screen and (max-width: 767px){.Mnfjb>div{max-width:280px;margin:auto;text-align:center}}.Mnfjb img{width:100%}.Mnfjb h3{margin:21px 0 9px !important}.Mnfjb p{margin:0 0 30px;text-align:center;font-size:1.0625rem;font-weight:300;letter-spacing:-0.26px;line-height:1.4117}.Mnfjb button{margin:0 0 20px}

