           .sector {
               margin-top: 1em;
               margin-bottom: 6em;
           }
           
           @media (min-width: 1300px) {
	           .sector {
		           margin-top: 2em;
		           margin-bottom: 8em;
	           }
           }
           
           figure {
                margin: 0;
                padding: 0;
                border: 0;
                vertical-align: baseline
            }
            .home-practices-feature .sector .grid .practice-area .media{
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat
            }
            .home-practices-feature .sector .grid .practice-area .media:after {
			    content: '';
			    position: absolute;
			    top: 0;
			    left: 0;
			    height: 100%;
			    width: 100%;
			    background: rgba(44, 44, 44, 0.2);
			    z-index: 1;
            }

            .home-practices-feature .sector .grid .row-wrap {
                position: relative
            }

            .home-practices-feature .sector .grid .row-wrap.three .content .practice-area .content {
                height: 100%
            }

            .home-practices-feature .sector .grid .practice-area {
                background-color: #949499;
                display: inline-block;
                height: 500px;
                margin-bottom: 40px;
                position: relative;
                width: 100%
            }

            .home-practices-feature .sector .grid .practice-area.no_hover {
                cursor: default
            }

            .home-practices-feature .sector .grid .practice-area .container {
                overflow: hidden;
                position: relative;
                height: 100%;
                width: 100%;
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            .home-practices-feature .sector .grid .practice-area .media {
                position: absolute;
                height: 100%;
                transition: all 0.3s ease-in-out;
                width: 100%;
                z-index: 1
            }

            .home-practices-feature .sector .grid .practice-area .text {
                color: white;
                position: absolute;
                bottom: 0;
                left: 0;
                padding-left: 30px;
                padding-right: 30px;
                padding-bottom: 40px;
                width: 100%;
                z-index: 2;
                mix-blend-mode: luminosity;
                text-shadow: 0 0 15px rgba(40, 39, 41, 0.2)
            }

            .home-practices-feature .sector .grid .practice-area .text .name,
            .home-practices-feature .sector .grid .practice-area .text .title {
                display: block
            }

            .home-practices-feature .sector .grid .practice-area .text .name {
                font-size: 29px;
                margin-bottom: 0;
				font-family: 'ITC Caslon Bold';
            }

            .home-practices-feature .sector .grid .practice-area .text .title {
                color: rgba(255, 255, 255, 0.9);
                font-size: 10px;
                font-size: 1rem;
                font-weight: 700;
                mix-blend-mode: difference
            }

            .home-practices-feature .sector .grid .practice-area .desc {
                background-color: #282729;
                color: white;
                height: 100%;
                left: 0;
                opacity: 0;
                padding: 40px 30px;
                position: absolute;
                top: 0;
                width: 100%;
                z-index: 2
            }

            .home-practices-feature .sector .grid .practice-area .desc p,
            .home-practices-feature .sector .grid .practice-area .desc span {
                opacity: 0;
                transition: opacity 0.2s ease-out 0.25s
            }

            .home-practices-feature .sector .grid .practice-area .desc .name {
                font-size: 15px;
                font-size: 1.5rem;
                margin-bottom: 10px
            }

            .home-practices-feature .sector .grid .practice-area .desc .title {
                color: #c9c9c9;
                font-size: 10px;
                font-size: 1rem;
                font-weight: 700
            }

            .home-practices-feature .sector .grid .practice-area .desc span {
                display: block
            }

            .home-practices-feature .sector .grid .practice-area .desc p {
                font-size: 10px;
                font-size: 1rem;
                margin-top: 20px
            }

            .home-practices-feature .sector .grid .practice-area:hover:not(.no_hover) .media {
                transform: scale(1.05)
            }

            .home-practices-feature .sector .grid .practice-area.active {
                z-index: 5
            }

            .home-practices-feature .sector .grid .practice-area.active .desc {
                opacity: 1;
                transition: opacity 0.3s ease-out, width 0.3s ease-out
            }

            .home-practices-feature .sector .grid .practice-area.active .desc p,
            .home-practices-feature .sector .grid .practice-area.active .desc span {
                opacity: 1
            }

            @media screen and (min-width: 900px) {
                .home-practices-feature .sector .grid .row-wrap {
                    margin-bottom: 50px
                }
                .home-practices-feature .sector .grid .practice-area {
                    margin-bottom: 0;
                    width: calc(20% - 25px)
                }
                .home-practices-feature .sector .grid .practice-area .name {
                    font-size: 10px;
                    font-size: 1rem;
                    margin-bottom: 10px
                }
                .home-practices-feature .sector .grid .practice-area .title {
                    color: #c9c9c9;
                    font-size: 7px;
                    font-size: .7rem;
                    font-weight: 700
                }
                .home-practices-feature .sector .grid .practice-area.double_wide {
                    width: calc(40% - 25px)
                }
                .home-practices-feature .sector .grid .practice-area .desc {
                    padding: 40px
                }
                .home-practices-feature .sector .grid .practice-area.active.lefty .desc {
                    left: auto;
                    right: 0;
                    width: 200%
                }
                .home-practices-feature .sector .grid .practice-area.active.righty .desc {
                    width: 200%
                }
                .home-practices-feature .sector .grid .row-wrap.one {
                    position: relative
                }
                .home-practices-feature .sector .grid .row-wrap.one:before {
                    display: block;
                    content: "";
                    width: 100%;
                    padding-top: 54.92537%
                }
                .home-practices-feature .sector .grid .row-wrap.one>.content {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area {
                    height: calc(50% - 25px);
                    position: absolute
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.double_tall {
                    height: 100%
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.one {
                    top: 0;
                    left: 0
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.two {
                    top: 0;
                    left: calc(40% + 25px);
                    width: calc(40% - 50px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.three {
                    top: 0;
                    right: 0
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.four {
                    bottom: 0;
                    left: calc(40% + 25px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.five {
                    bottom: 0;
                    right: 0;
                    width: calc(40% - 50px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area,
                .home-practices-feature .sector .grid .row-wrap.two .practice-area {
                    display: block;
                    float: left;
                    height: 100%;
                    position: relative;
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:last-of-type,
                .home-practices-feature .sector .grid .row-wrap.two .practice-area:last-of-type {
                    margin-right: 0
                }
                .home-practices-feature .sector .grid .row-wrap.two {
                    position: relative
                }
                .home-practices-feature .sector .grid .row-wrap.two:before {
                    display: block;
                    content: "";
                    width: 100%;
                    padding-top: 25.97015%
                }
                .home-practices-feature .sector .grid .row-wrap.two>.content {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    display: flex;
                    justify-content: space-between;
                }
                .home-practices-feature .sector .grid .row-wrap.two .practice-area:last-of-type {
                    width: 58%;
                }
                .home-practices-feature .sector .grid .row-wrap.three .content {
                    display: flex;
                    flex-wrap: wrap
                }
            }

            @media screen and (min-width: 1200px) {
                .home-practices-feature .sector .grid .row-wrap.three .content {
                    display: flex;
                    flex-wrap: wrap
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area {
                    height: 390px;
                    width: calc(40% - 33.333333333px);
                    margin-right: 50px;
                    margin-bottom: 50px
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n) {
                    margin-right: 0;
                    width: calc(20% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n).active .desc {
                    left: auto;
                    right: 0;
                    width: 200%
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n+1):nth-child(even) {
                    margin-right: 50px;
                    width: calc(20% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n+1):nth-child(even).active .desc {
                    width: 200%
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(6n) {
                    width: calc(40% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(6n).active .desc {
                    left: 0;
                    right: auto;
                    width: 100%
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(1) {
                    border: none;
                    margin-right: 50px;
                    width: calc(40% - 33.333333333px)
                }
            }

            @media screen and (min-width: 1400px) {
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.double_wide {
                    width: calc(37% - 25px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.two.double_wide {
                    left: calc(37% + 25px);
                    width: calc(35% - 25px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.three {
                    width: calc(26.5% - 25px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.four {
                    left: calc(37% + 25px);
                    width: calc(26.5% - 25px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.five {
                    width: calc(35% - 25px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area {
                    height: 500px;
                    width: calc(37.5% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n) {
                    width: calc(25% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n+1):nth-child(even) {
                    width: calc(25% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(6n) {
                    width: calc(37.5% - 33.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(1) {
                    width: calc(37.5% - 33.333333333px)
                }
            }

            @media screen and (min-width: 900px) and (max-width: 1200px) {
                .home-practices-feature .sector .grid .practice-area .text {
                    padding-left: 20px;
                    padding-right: 20px;
                    padding-bottom: 20px
                }
                .home-practices-feature .sector .grid .practice-area.double_wide {
                    width: calc(33.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap {
                    margin-bottom: 20px
                }
                .home-practices-feature .sector .grid .row-wrap.one {
                    position: relative
                }
                .home-practices-feature .sector .grid .row-wrap.one:before {
                    display: block;
                    content: "";
                    width: 100%;
                    padding-top: 54.92537%
                }
                .home-practices-feature .sector .grid .row-wrap.one>.content {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area {
                    height: calc(50% - 10px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.two {
                    left: calc(33.333333333% + 6.666666666px);
                    width: calc(33.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.three {
                    top: 0;
                    right: 0;
                    width: calc(33.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.four {
                    left: calc(33.333333333% + 6.666666666px);
                    width: calc(33.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.five {
                    width: calc(33.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.active:not(.one) .desc {
                    left: 0;
                    width: calc(200% + 20px)
                }
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.active.five .desc,
                .home-practices-feature .sector .grid .row-wrap.one .practice-area.active.three .desc {
                    left: auto;
                    right: 0;
                    width: calc(200% + 20px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area,
                .home-practices-feature .sector .grid .row-wrap.two .practice-area {
                    margin-right: 20px;
                    width: calc(67.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:last-of-type,
                .home-practices-feature .sector .grid .row-wrap.two .practice-area:last-of-type {
                    margin-right: 0
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area.active .desc,
                .home-practices-feature .sector .grid .row-wrap.two .practice-area.active .desc {
                    left: 0;
                    width: calc(200% + 20px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area.active:nth-child(3n) .desc,
                .home-practices-feature .sector .grid .row-wrap.two .practice-area.active:nth-child(3n) .desc {
                    left: auto;
                    right: 0;
                    width: calc(200% + 20px)
                }
                .home-practices-feature .sector .grid .row-wrap.two {
                    position: relative
                }
                .home-practices-feature .sector .grid .row-wrap.two:before {
                    display: block;
                    content: "";
                    width: 100%;
                    padding-top: 25.97015%
                }
                .home-practices-feature .sector .grid .row-wrap.two>.content {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0
                }
                .home-practices-feature .sector .grid .row-wrap.two .practice-area:last-of-type {
                    width: calc(33.333333333% - 13.333333333px)
                }
                .home-practices-feature .sector .grid .row-wrap.three .content {
                    display: flex;
                    flex-wrap: wrap
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area {
                    position: relative;
                    width: calc(33.333333333% - 13.333333333px);
                    margin-right: 20px;
                    margin-bottom: 20px
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:before {
                    display: block;
                    content: "";
                    width: 100%;
                    padding-top: 81.23477%
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area>.content {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0
                }
                .home-practices-feature .sector .grid .row-wrap.three .practice-area:nth-child(3n) {
                    margin-right: 0
                }
            }

            .home-practices-feature .join_module {
                margin-top: 100px
            }

            @media screen and (max-width: 900px) {
                .home-practices-feature .join_module {
                    background-position: 35% center
                }
            }