@font-face{
    font-family: "Inter";
    src:url("../Font/Inter-VariableFont_slnt,wght.ttf");
}
@font-face{
    font-family: "RobotoSlab";
    src:url("../Font/RobotoSlab-SemiBold.ttf");
}
html,body{
    scroll-behavior: smooth;
    position: relative;
}
.loading-content {
    background: #1f1e1d;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    opacity: 0.9;
    font-family: "Inter";
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.statusImage, .slowLoading {
    position: absolute;
    bottom: 50%;
    margin-bottom: -60px;
    left: 0px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.slowLoading {
    opacity: 0;
    margin-bottom: -100px;
}
.slowLoading.active{
    opacity: 1;
    margin-bottom: -88px;
}
.loading-content button.active{
    opacity: 1;
    margin-bottom: -160px;
    cursor: pointer;
}
.loading-content button{
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    
    bottom: 50%;
    margin:auto;
    margin-bottom: -180px;
    left: 0px;
    width: 80px;
    font-size:14px;
    text-align: center;
    color: #fff;
    background:#000000;
    padding:12px 16px;
    font-size: 14px;
    border:0px;
    border-radius: 8px;
    right:0px;
    
}
.loading-content button:hover{
    background:#111111;
}
.loading-content img {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 150px;
}
h1{
    font-family: "RobotoSlab";
    font-size:40px;
    font-weight: 600;
    position: relative;
    color:#172436;
    margin:0px;
}

h2{
    font-family: "Inter";
    font-size:28px;
    font-weight: 600;
    position: relative;
    color:#172436;
}
body{
    font-family: "Inter";
    font-weight: 400;
    color: #A46C5B;
    min-width: 400px;
    background: #ffffff;
    width:100%;
    overflow-x: hidden;
    margin:0px;
}

.header {
    width:100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top:64px;
}
.header img{
    width:100%;
    margin:0px;
    padding-top:64px;
}
.header ul{
    margin:0px;
    list-style: none;
    padding:0px;
    position:absolute;
    top:48px;
    width:90%;
    max-width:1200px;
}
.header ul li{
    float:right;
    margin:6px;
}
.header ul li:first-child{
    margin-left: 0px;
    float:left;
}
.header ul li.mobileOnly{
    display:none;
    float:left;
}
.header ul li a{
    text-decoration: none;
    padding:12px 16px;
    color:#A46C5B;
    font-size: 14px;
    background: none;
    border-radius:8px;
    border-bottom: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header ul li a:hover{
    text-decoration: none;
    background:#F2E9E5;
}
ul.plainlist{
    margin:0px;
    padding:0px;
    padding-left:24px;
    font-size:16px;
    color:#172436;
    line-height:1.5;
    font-weight:200;
}
ul.plainlist li{
    
}
.title, .overview{
    position: relative;
    max-width:900px;
    display: block;
    margin:auto;
    min-height: 100px;
    padding:64px 0px;
    text-align: center;
    color:#172436;
}
.title h1, .title h2{
    margin:0px;   
}
.title h2{
    font-weight: 400;
    margin-top:8px;
}
.title .labels{
    font-size:14px;
    margin-top:24px;
    color:#788192;
}
.overview {
    text-align: left;
}
h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin:0px;
    margin-bottom:12px;
    color:#788192;
}
h3 small{
    display: inline-block;
    font-size:12px;
    font-weight: 400;
    border-radius: 4px;
    margin-right: 4px;
    margin-top:4px;
}
h3 small img{
    filter: invert(53%) sepia(8%) saturate(746%) hue-rotate(181deg) brightness(93%) contrast(84%);
    width:14px;
    height: 14px;
    display: none;
}
.overview p,
.highlights p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 200;
}
.highlights .youtubeVid{
    max-width: 1200px;
    margin:0px;
    position:relative;
    padding-bottom:120px;
}
.highlights .youtubeVid p{
    text-align: center;
    max-width:800px;
    padding:0px 40px;
}
.overview p.small {
    font-size:12px;
    margin:0px;
    line-height: 20px;
}
.overview p strong,
.highlights p strong{
    font-weight: 400;
}

.introduction .section{
    margin-top:48px;
}
.overview .myrole{
    margin-top:64px;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}
.overview .myrole .section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
}
.overview .research-links{
    margin-top:64px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}
.overview .research-links .section-wrapper{
    display: flex;
    padding: 32px 0px;
    align-items: flex-start;
    align-self: stretch;
    border-radius: var(--global-spaces-16, 16px);
    background: #FDF5F7;
    
}

.overview .research-links .section-wrapper .section{
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: var(--global-spaces-0, 0px);
    cursor: pointer;
    text-decoration: none;
    color:#172436;
}
.overview .research-links .section-wrapper .section img{
    width:24px;
    height:24px;
    display: block;
    filter: invert(46%) sepia(22%) saturate(4118%) hue-rotate(323deg) brightness(105%) contrast(101%);
}
.overview .research-links .section-wrapper .section p{
    height: 20px;
    font-weight: 300;
}
.overview .research-links .section-wrapper .section  .link{
    text-decoration:none;
    font-weight: 400;
    color:#788192;
    font-size:12px;
    line-height: 16px;
    margin:0px;
    margin-top:16px;
    display: flex;
    gap:8px;
    align-items: flex-start;
    align-self: stretch;
     -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.overview .research-links .section-wrapper .section  .link img{
    filter: invert(53%) sepia(8%) saturate(746%) hue-rotate(181deg) brightness(93%) contrast(84%);
    display: inline-block;
    height: 16px;
    width:16px;
}
.overview .research-links .section-wrapper .section:hover .link{
    color:#172436;
    gap:16px;
}

.overview .research-links .section-wrapper .section:not(:first-child){
    border-left: 1px solid rgba(255, 192, 192, 0.80);
}
.highlights {
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color:#172436;
    padding:64px 0px;
    position: relative;
}
.highlights h2{
    font-family: "RobotoSlab";
    font-size:40px;
    text-align: left;
    width:100%;
    max-width: 1200px;
    margin:0px;
}
.section-shadow{
    width:100%;
    position: absolute;
    bottom:0px;
    left:0px;
    z-index: 1;
}
.highlights .section-cover{
    width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:160px 0px;
    overflow: hidden;
}
.highlights .section-cover .section{
    width: 1200px;
    margin:0px;
    position: relative;
}
ol{
    font-size:16px;
    margin:0px;
    line-height: 20px;
    font-weight: 200;
}
ol > li{
    margin:8px 0px;
    color:#172436;
}
ol > li strong{
    font-weight: 400;
}
.section.toddle ul{
    font-size:16px;
    margin:0px;
    line-height: 20px;
    font-weight: 200;
    width:512px;
    padding: 0px;
    padding-left: 24px;
}
.section.toddle ul > li{
    margin:8px 0px;
    color:#172436;
}
.section.toddle ul > li strong{
    font-weight: 400;
}
h4.para-heading{
    font-size:24px;
    line-height: 32px;
    font-family: "Inter";
    font-weight: 600;
    margin:8px 0px;
    width:536px;
    color:#172436;
}
h4.sub-heading{
    font-size:20px;
    line-height: 28px;
    font-family: "Inter";
    font-weight: 400;
    margin:8px 0px;
    width:536px;
    color:#172436;
}

.research-cover{
    display: flex;
    flex-direction: column;
    align-content: center;
    width:900px;
    margin:auto;
    padding:64px 0px;
}
.research-cover h2{
    font-family: "RobotoSlab";
    font-size:40px;
    width: 100%;
    text-align: left;
    padding:0px;
    margin:0px;
    margin-bottom: 8px;
}
.research-cover h3{
    color:#172436;
}
.research-cover h4{
    width:100%;
    margin:48px 0px 16px 0px;
}
.research-cover p{
    margin:0px;
    color:#172436;
    width:100%;
    font-size:16px;
    line-height: 24px;
    font-weight: 200;
    text-align: left;
    margin:8px 0px;
}
.research-cover p strong{
    font-weight: 400;
}
.research-cover p.subtext{
    font-size:20px;
    font-weight: 400;
    color:#788192;
    margin-bottom: 16px;
}
.research-cover p a{
    text-decoration: underline;
    font-weight: 400;
    color:#172436;
}
.research-cover p a:hover{
    text-decoration: none;
}
.research-cover h3{
    width:100%;
    margin-top:32px;
    margin-bottom:16px;
}

/*==== common for projects === */

.animate-updown{
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: updown; 
        animation-name: updown;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-duration: 3s;
        animation-duration: 3s;
}
.animate-fastrotate{
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: fastrotate; 
        animation-name: fastrotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 3s;
        animation-duration: 3s;
}
.animate-brushSwing{
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: brushSwing; 
        animation-name: brushSwing;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 3s;
        animation-duration: 3s;
}

.mypeassessment .knowmore{
    border-radius:48px;
    padding:24px;
    margin-top:24px;
    background: #F2E9E5;
    display: flex;
        flex-direction: column;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    height:auto;
    position: relative;
    width:852px;
    text-align: center;
}
.mypeassessment .knowmore p{
    width:100%; display: block;margin:0px;margin-top:16px;font-size:12px; font-weight: 300;text-align: center;color:#788192;line-height: 20px;
}
.mypeassessment a.knowmore:hover{
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mypeassessment .knowmore img{
    border-radius:24px;
    width:852px;
    height: auto;
    position:relative;
}
.mypeassessment .knowmore button{
    padding:16px 24px;
    background:none;
    border:1px solid #788192;
    color:#788192;
    position: absolute;
    display: block;
    border-radius: 8px;
    z-index: 1;
    height: 48px;
    background: #ffffff;
    display: flex;
    cursor: pointer;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.mypeassessment .knowmore:hover button{
    border:1px solid #172436;
    color:#172436; 
}
.mypeassessment .knowmore button img{
    height: 16px;
    width:16px;
    position: relative;
    display: inline-block;
    cursor:pointer;
    margin-left: 12px;
    filter: invert(53%) sepia(8%) saturate(746%) hue-rotate(181deg) brightness(93%) contrast(84%);
}
.mypeassessment .knowmore:hover button img{
    filter: invert(10%) sepia(13%) saturate(2420%) hue-rotate(175deg) brightness(96%) contrast(92%);
}
.showcase_wrapper{
    display: flex;
    width:100%;
    align-items: stretch;
    gap:24px;
}
.showcase_wrapper .showcase_box{
    background:#ffffff;
    position: relative;
    border-radius: 24px;
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    padding:16px;
    text-align:left;
    width:100%;
    border:0px;
}
.showcase_wrapper .showcase_box img.icon{
    width:32px;
    height:32px;
    margin:12px 0px 20px 0px;
    position:relative;
}
.showcase_wrapper .showcase_box h6{
    text-align: left; 
    margin:16px 0px 0px 0px;
    font-size:16px;
    color:#172436;
    font-weight: 400;
}
.showcase_wrapper .showcase_box p{
    text-align: left;  
    font-size:14px;
}
.showcase_wrapper .showcase_box p strong{
    color:#172436;
}

.showcase_wrapper .showcase_box .bg-tile{
    border-radius:8px;
     -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
    padding:0px;
    background:none;
    font-size:28px;
    font-weight: 600;
    color:#172436;
    white-space: nowrap;
}

.showcase_wrapper .showcase_box:hover .bg-tile:not(.number){
    margin-top:-2px;
    margin-bottom: 2px;
    margin-left:-2px;
    border-radius: 16px; 
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.3));
}





/*===== work ====== */
/*===== work ====== */
/*===== work ====== */
.section.work.project{
    background:#F0F1EF;
    padding:40px 10% 40px 10%;
    margin-top:120px;
}
.section.work.project h2{
    color:#727F6E;
    margin-bottom:24px;
}
.section.work{
    height:auto;
    overflow: hidden;
    padding:3% 10% 10% 10%;
}

.section.work h2{
    color:#A2543D;
    width:80%;
    margin-bottom:64px;
}

.section.work .project-container{
    width:100%;
    position: relative;
    height:544px;
}
.section.work .tile-wrapper{
    position:absolute;
    left:-12px;
    top:0px;
    display: flex;
    align-items: center;
    gap: 40px;
    width:auto;
    overflow:visible;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.section.work .tile-wrapper .work-list-item.active{
    transform: scale(1);
    -webkit-transform: scale(1);
    flex-shrink: 0;
    margin-right: 20px;
    margin-left:20px;
    opacity: 1;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.08);
}
.section.work .tile-wrapper .work-list-item:hover:not(.inactive){
    transform: scale(1);
    -webkit-transform: scale(1);
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.08);
}
.section.work .tile-wrapper .work-list-item{
    width:400px;
    cursor: pointer;
    border-radius: 32px;
    background: #BECBC1;
    color: #444444;
    font-family: "Inter";
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
    
}
.section.work .tile-wrapper .work-list-item.inactive{
    cursor: auto;
    opacity: 0.7;
}
.section.work .tile-wrapper .work-list-item .work-illustration{
    height:400px;
    width:100%;
    position: relative
}
.section.work .tile-wrapper .work-list-item .work-info{
    position:relative;
}
.section.work .tile-wrapper .work-list-item .work-info img.lock{
    position:absolute;
    top:32px;
    right:32px;
}

/*==== aidash tile ====*/
/*==== aidash tile ====*/
/*==== aidash tile ====*/
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.aidash{
    top:156px;
    left:40px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar{
    position: absolute;
    top:200px;
    right:140px;
    height: 64px;
    width: 64px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar .nucleus{
    position:absolute;
    top:-3px;
    left:-3px;
    width:6px;
    height:6px;
    border-radius: 3px;
    background:#FA575D;
    opacity: 1;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar.pos2{
    transform: scale(0.5);
    top:240px;
    left:264px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar.pos3{
    transform: scale(0.5);
    top:160px;
    left:240px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar div:not(.nucleus){
    position:absolute;
    top:-1px;
    left:-1px;
    width:2px;
    height:2px;
    border-radius: 100%;
    background:#FA575D;
    opacity: 0.4;
    -webkit-animation-fill-mode: both;  
    animation-fill-mode: both; 
    -webkit-animation-name: radar; 
            animation-name: radar;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:  ease-in-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar .inner-circle{
    transform: scale(6);
    
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar .middle-circle{
    transform: scale(12);
    animation-delay: 2s;
}
.section.work .tile-wrapper .work-list-item .work-illustration .radar .outer-circle{
    transform: scale(20);
    opacity: 0;
    animation-delay: 4s;
}
.section.work .tile-wrapper .work-list-item .work-illustration img.wave{
    position: absolute;
    height: 14px;
    top: 83px;
    left: 0px;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration img.wave,
.section.work .tile-wrapper .work-list-item.active .work-illustration img.wave{
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; 
    -webkit-animation-name: waves; 
            animation-name: waves;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function:  linear;
    -webkit-animation-duration: 2s;
        animation-duration: 2s;
}
/*==== Assessment tile ====*/
/*==== Assessment tile ====*/
/*==== Assessment tile ====*/

.section.work .tile-wrapper .work-list-item .work-illustration img.main{
    height:400px;
    width:400px;
}
.section.work .tile-wrapper .work-list-item .work-illustration img.plane{
    position: absolute;
    height:40px;
    width:41px;
    bottom:72px;
    left:80px;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.1));
     -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; 
    -webkit-animation-name: fly; 
            animation-name: fly;
     -webkit-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:  ease-in-out;
    -webkit-animation-duration: 3s;
        animation-duration: 3s;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration img.plane,
.section.work .tile-wrapper .work-list-item.active .work-illustration img.plane{
    position: absolute;
    height:44px;
    width:45px;    
    bottom:104px;
    left:116px;
    filter: drop-shadow(16px 32px 24px rgba(0, 0, 0, 0.5));
}


.section.work .tile-wrapper .work-list-item .work-illustration img.tile{
    height:67px;
    width:67px;
    position: absolute;
    bottom:117px;
    left:129px;
    opacity: 0;
    filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0));
    animation-delay: 0.1s;
     -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;    
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration img.tile,
.section.work .tile-wrapper .work-list-item.active .work-illustration img.tile{
    opacity: 1;
    filter: drop-shadow(16px 32px 24px rgba(0, 0, 0, 0.1));
    
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles{
    position: absolute;
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.assessment{
    top:112px;
    right:32px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles img{
    height:40px;
    width:40px;
    margin-left:4px;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.2));
    display: inline-block;
    vertical-align: top;
    padding-top:8px;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;    
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles img.tile-2,
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles img.tile-3{
    left:36px;
}
.section.work .tile-wrapper .work-list-item:hover:not(.inactive) .work-illustration .media-tiles img,
.section.work .tile-wrapper .work-list-item.active:not(.inactive) .work-illustration .media-tiles img{
    padding-top:0px;
    filter: drop-shadow(12px 24px 12px rgba(0, 0, 0, 0.2));
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles img.tile-2{
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
}

/*==== Workbook tile ====*/
/*==== Workbook tile ====*/
/*==== Workbook tile ====*/
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.workbook{
    top:240px;
    right:132px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles img.tile-3{
    transition-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.section.work .tile-wrapper .work-list-item .work-illustration .red-sun{
    position: absolute;
    top: 111px;
    left: 170px;
    height: 114px;
    width: 0px;
    overflow: hidden;
    opacity: 1;
    -webkit-mask-image: linear-gradient(to right, black 80%, transparent 100%);
    mask-image: linear-gradient(to right, black 80%, transparent 100%);
}
.section.work .tile-wrapper .work-list-item .work-illustration .red-sun img{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 114px;
    width: 114px;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .red-sun,
.section.work .tile-wrapper .work-list-item.active .work-illustration .red-sun{
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: redSun; 
        animation-name: redSun;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function:linear;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
    
}
.section.work .tile-wrapper .work-list-item .work-illustration .brush-straight{
    position: absolute;
    top:200px;
    right:16px;
    transform: rotate(-45deg);
    width:14px;   
}
.section.work .tile-wrapper .work-list-item .work-illustration .brush-straight{
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: brushHit; 
        animation-name: brushHit;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 0.6s;
        animation-duration: 0.6s;
    filter: drop-shadow(12px 24px 12px rgba(0, 0, 0, 0.4));
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .brush-straight,
.section.work .tile-wrapper .work-list-item.active .work-illustration .brush-straight{
     -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: brushHit1; 
        animation-name: brushHit1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
    
}
/*
.section.work .tile-wrapper .work-list-item .work-illustration .brush{
    position: absolute;
    top:220px;
    right:-64px;
    height:162px;
    width:162px;
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: brushHit; 
        animation-name: brushHit;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
}
*/
.section.work .tile-wrapper .work-list-item .work-illustration .pencil{
    position: absolute;
    top:64px;
    right:16px;
    height:64px;
    width:68px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .pencil{
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: brushSwing; 
        animation-name: brushSwing;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 3s;
        animation-duration: 3s;
}
.section.work .tile-wrapper .work-list-item .work-illustration .pencil-line{
    position: absolute;
    top: 91px;
    right: 84px;
    height:32px;
    width:183px;
}
/*==== static ball ====*/
/*==== static ball ====*/
/*==== static ball ====*/
/*==== static ball ====*/
.section.work .tile-wrapper .work-list-item .work-illustration .static-ball{
    position: absolute;
    top:50%;
    right:50%;
    transform: translate(50%, -50%) scale(0.6);
    z-index: 3;
}
@keyframes glow {
    0% {
      filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0.5));
    }
    50% {
      filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    }
    100% {
      filter: drop-shadow(0 0 0px rgba(255, 255, 255, 0.5));
    }
  }
  
.section.work .tile-wrapper .work-list-item .work-illustration .glow-ball{
    position: absolute;
    top:50%;
    right:50%;
    height:100px;
    width: 100px;
    border-radius: 100px;
    border:10px #ffffff;
    transform: translate(50%, -50%);
    z-index: 10;
    opacity: 0.9;
}
.section.work .tile-wrapper .work-list-item .work-illustration .glow-ball{
    animation: glow 5s linear infinite;
}
@keyframes spin {
    0% {
      transform: translate(50%, -50%) scale(0.6) rotate(0deg);
    }
    100% {
      transform: translate(50%, -50%) scale(0.6) rotate(360deg);
    }
  }
.section.work .tile-wrapper .work-list-item .work-illustration .rotating-ball{
    position: absolute;
    top:50%;
    right:50%;
    transform: translate(50%, -50%) scale(0.6);
    -webkit-transition: all 1s ;
    transition: all 1s ;
    z-index: 6;
}
.section.work .tile-wrapper .work-list-item .work-illustration .rotating-ball{
    animation: spin 4s linear infinite;
}    

@keyframes blurredBallMove {
    0% {
      margin-left:0px;
      margin-top:0px;
    }
    50% {
        margin-left:10px;
        margin-top:0px;
    }
    100% {
        margin-left:0px;
        margin-top:0px;
    }
  }
.section.work .tile-wrapper .work-list-item .work-illustration .blurred-ball{
    position: absolute;
    top:50px;
    left:20px;
    transform: scale(0.5);
    animation: blurredBallMove 10s linear infinite;
}

.section.work .tile-wrapper .work-list-item .work-illustration .circle-shadow{
    position: absolute;
    top:50%;
    right:50%;
    transform: translate(50%, -20%) scale(0.6);
    z-index: 0;
}
.section.work .tile-wrapper .work-list-item .work-illustration .blurred-card-2{
    position: absolute;
    top:80px;
    right:0px;
    height:137px;
    width:100px;
    z-index: 0;
    opacity: 0.8;
    -webkit-transition: all 1s ;
    transition: all 1s ;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .blurred-card-2{
    right:0px; 
}
@keyframes blurredCardMove {
    0% {
      margin-left:0px;
    }
    20% {
        margin-left:10px;
    }
    80% {
        margin-left:-10px;
    }
    100% {
        margin-left:0px;
    }
  }
.section.work .tile-wrapper .work-list-item .work-illustration .blurred-card-1{
    position: absolute;
    bottom:0px;
    left:30px;
    height:140px;
    width:172px;
    z-index: 20;
    opacity: 0.8;
    -webkit-transition: all 1s ;
    transition: all 1s ;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .blurred-card-1,
.section.work .tile-wrapper .work-list-item.active .work-illustration .blurred-card-1{
    bottom:0px;
    left:30px;
    transform: scale(1.1);
    animation: blurredCardMove 10s linear infinite;
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.meister .tile-1{
    width:42px;
    height:42px;
    position:absolute;
    top:200px;
    left:310px;
    opacity: 0.8;
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.meister .tile-2{
    width:40px;
    height:40px;
    position:absolute;
    top:290px;
    left:240px;
}
/*==== bayzat ====*/
/*==== bayzat ====*/
/*==== bayzat ====*/
.section.work .tile-wrapper .work-list-item .work-illustration img.shield{
    width:80px;
    height:96px;
    position: absolute;
    top:264px;
    right:80px;
    transform:rotateY(0deg) scale(0.9);
    -webkit-transform:rotateY(0deg) scale(0.9);
		-moz-transform:rotateY(0deg) scale(0.9);
    -o-transform:rotateY(0deg) scale(0.9);
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.2));
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration img.shield,
.section.work .tile-wrapper .work-list-item.active .work-illustration img.shield{
    top:240px;
    filter: drop-shadow(12px 24px 20px rgba(0, 0, 0, 0.2));
    -webkit-transform: rotateY(360deg) scale(1);
		-moz-transform: rotateY(360deg) scale(1);
    -o-transform: rotateY(360deg) scale(1);
		transform: rotateY(360deg) scale(1);
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .media-tiles.bayzat img,
.section.work .tile-wrapper .work-list-item.active .work-illustration .media-tiles.bayzat img{
    top:-8px;
    filter: drop-shadow(12px 24px 12px rgba(0, 0, 0, 0.2));
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .media-tiles.bayzat img.tile-2,
.section.work .tile-wrapper .work-list-item.active .work-illustration .media-tiles.bayzat img.tile-2{
    top:40px;
    filter: drop-shadow(12px 24px 12px rgba(0, 0, 0, 0.2));
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.bayzat{
    top:120px;
    right:128px;
}

.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.bayzat img{
    display: block;
    position:absolute;
    top:0px;
    padding:0px;
    margin:0px;
    left:0px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.bayzat img.tile-2{
    top:48px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .pill-wrapper{
    position: absolute;
    top:130px;
    left:88px;
    height:200px;
    width:88px;
    
}
.section.work .tile-wrapper .work-list-item .work-illustration .pill-wrapper img{
-webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: pillRotate; 
        animation-name: pillRotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
        position: absolute;
    filter: drop-shadow(4px 8px 8px rgba(0, 0, 0, 0.2));
}
.section.work .tile-wrapper .work-list-item .work-illustration .pill-wrapper img.pill1{
    width:36px;
    height:54px;
    top:50%;
    left:5%;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.section.work .tile-wrapper .work-list-item .work-illustration .pill-wrapper img.pill2{
    width:56px;
    height:59px;
    animation-delay: 4s;
    -webkit-animation-delay: 4s;
    top:24%;
    left:30%;
}
.section.work .tile-wrapper .work-list-item .work-illustration .pill-wrapper img.pill3{
    width:51px;
    height:30px;
    top:0%;
    left:10%;
}

.section.work .tile-wrapper .work-list-item .work-illustration ul.medNotes{
    margin:0px;
    list-style-type: none;
    text-align: left;
    position: absolute;
    right:100px;
    top:120px;
    margin-top:0px;
    transition: top 0.2s;
    width:160px;
    height:180px;
        -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration ul.medNotes li{
    margin-top:7.66%;
}
.section.work .tile-wrapper .work-list-item .work-illustration ul.medNotes li{
    height: 16px;
    width:120px;
    background: #F7F2EF;
    margin-top:7%;
    border-radius: 8px;
        -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}


/*==== courtside ====*/
/*==== courtside ====*/
/*==== courtside ====*/
.section.work .tile-wrapper .work-list-item .work-illustration .media-tiles.courtside{
    top:264px;
    left:82px;
}
.section.work .tile-wrapper .work-list-item .work-illustration .football{
    position: absolute;
    top:256px;
    right:80px;
    height:80px;
    width:80px;
    filter: drop-shadow(12px 24px 20px rgba(0, 0, 0, 0.4));
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: pillRotate; 
        animation-name: pillRotate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function:ease-in-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .football,
.section.work .tile-wrapper .work-list-item.active .work-illustration .football{
    top:192px;
    right:196px;
    height:8px;
    width:8px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
    -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: ballHit; 
        animation-name: ballHit;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
    animation-delay: 0.5s;
}

.section.work .tile-wrapper .work-list-item .work-illustration .goal{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin: auto;
    line-height: 380px;
    font-size:56px;
    font-family: "Inter";
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    color:#888;
    opacity: 0;

}
.section.work .tile-wrapper .work-list-item:hover .work-illustration .goal,
.section.work .tile-wrapper .work-list-item.active .work-illustration .goal{
         -webkit-animation-fill-mode: both;
        animation-fill-mode: both; 
    -webkit-animation-name: goal; 
        animation-name: goal;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function:ease-out;
    -webkit-animation-duration: 6s;
        animation-duration: 6s;
    animation-delay: 0.5s;
}


.section.work .tile-wrapper .work-list-item .work-info{
    height:auto;
    padding:32px;
    padding-top:24px;
    background:#ffffff;
}
.section.work .tile-wrapper .work-list-item .work-info h3{
    font-size:20px;
    font-weight: 600;
    margin:0px;
    line-height: 40px;
    color:#172436;
    text-transform: none;
}
.section.work .tile-wrapper .work-list-item .work-info p{
    font-weight: 300;
    margin:0px;
    line-height: 20px;
}
.section.work .tile-wrapper .work-list-item .work-info p.content{
    font-size:14px;
}
.section.work .tile-wrapper .work-list-item .work-info p.labels{
    font-size:11px;
    margin-top:8px;
    display: flex;
    align-items: center;
}
.section.work .tile-wrapper .work-list-item .work-info p.labels img{
    opacity: 0.6;
    margin:0px 4px 0px 8px;
    height: 12px;
    width:12px;
}
.section.work .work-pages{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 16px;
    margin-top:64px;
}
.section.work .work-pages button{
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #D7BCB1;
    cursor:pointer;
}
.section.work .work-pages button.active:hover{
    background: #CE9C88;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.08);
}
.section.work .work-pages button.inactive{
    background: #F2E9E5;
    cursor:auto;
}
.section.work .work-pages .progress-bar{
    display: flex;
    height: 4px;
    padding-right: 0px;
    align-items: center;
    flex: 1 0 0;
    border-radius: 3px;
    background: rgba(215, 188, 177, 0.30);
    overflow: hidden;
}
.section.work .work-pages .progress-bar .progress{
    height: 4px;
    width:20%;
    border-radius: var(--global-spaces-0, 0px);
    background: #D7BCB1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}





.best-viewed{
    width:94%;
    background:#A46C5B;
    padding:12px 3%;
    font-size:14px;
    color:#F6F3F1;
    font-weight: 400;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    top:0px;
    z-index: 12;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    line-height: 34px;
    display: none;
}
.best-viewed.hide,
.best-viewed.delayedHide{
    top:auto;
    bottom:-120px;
}
.best-viewed.delayedHide{
    transition-delay: 2s;
    -webkit-transition-delay: 2s;
}
.best-viewed > img{
    height:20px;
    width:20px;
    padding:10px;
    position: absolute;
    right:3%;
    border-radius: 100%;
    top:9px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    display: block;
    cursor: pointer;
}
.best-viewed > img:hover{
    background: #A2543D;
}
.best-viewed button{
    border:0px;
    font-size:14px;
    font-family: "Inter";
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: 600;
    margin-left: 4px;
    line-height: 16px;
    cursor: pointer;
    background:none;
    text-decoration:underline;
}
.best-viewed button.active{
    color:#F6F3F1;
}
.best-viewed button.active:hover{
    text-decoration:none;
}
.best-viewed button.copied{
    color:#F6F3F1;
    text-decoration: none;
}
.best-viewed button.copied img{
    height:16px;
    width:16px;
    padding-right: 6px;
    margin-bottom:-3px;
}
.backToTop{
    position:fixed;
    display: block;
    padding:12px 24px;
    border:0px;
    background:#172436;
    color:#ffffff;
    font-size: 14px;
    font-weight: 400;
    left:50%;
    bottom:32px;
    margin-left:-69px;
    z-index: 10;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
    border-radius:12px;
    text-decoration: none;
    cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.backToTop.inactive{
    bottom:-80px;
}
#backToTopAbsolute.backToTop{
    position: absolute;
    bottom:900px;
}
#backToTopAbsolute.backToTop:hover{
    position: absolute;
    bottom:896px;
    margin-left:-77px;
}
#backToTopAbsolute.backToTop.inactive{
    display: none;   
}
.backToTop:hover:not(.inactive){
    padding:16px 32px; 
    margin-left:-77px;
    bottom:28px;
}
.bg-tile{
    height:36px;
    width:36px;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.bg-tile.shadow{
    background:url('../Images/bg-tile.png') center center;
    background-size:100% 100%;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
}
.bg-tile img{
    height:24px !important;
    width: 24px !important;
    margin:6px;
    border-radius: 0px !important;
}
.bg-tile.blue{
    background-color: #B3C4EF;
}
.bg-tile.green{
    background-color: #BECBC1;
}
.bg-tile.yellow{
    background-color: #F0D198;
}
.bg-tile.pink{
    background-color: #EECBD8;
}
.bg-tile.orange{
    background-color: #F49C78;
}
.bg-tile.white{
    background-color: #F6F3F1;
}
.knowmore .bg-tile.media-banner{
    position: absolute;
    bottom:0;
    left:0;
    top:0;
    right: 0;
    margin:auto;
    border-radius:16px;
    overflow: hidden;
     -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
    padding:4px;
    height: 52px;
    width: 52px;
    background:rgba(0,0,0,0.4);
    display: flex;
    flex-shrink: 0;
}
.knowmore:hover .bg-tile.media-banner{
    width:352px;
    background:rgba(0,0,0,0.8);
}
.knowmore .bg-tile.media-banner img{
    border-radius:12px !important;
    padding:8px;
    flex-shrink: 0;
    background:#F2E9E5;
    opacity:1;
    overflow: hidden;
}
.knowmore .bg-tile.media-banner p{
    color:#ffffff;
    margin:auto 8px;
    font-size:14px;
    font-weight: 200;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer{
    width:100%;
    position: relative;
    background:#F0F1EF;
    padding:16px 0px;
}
.footer ul{
    margin:0px;
    list-style: none;
    padding:32px 40px;
    margin:0px 16px;
    height: 52px;
    background:#D4D9D5;
    border-radius:8px;

}

.footer ul li{
    float:left;
    vertical-align: middle;
    margin:6px;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.1));
        -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.footer ul li:first-child{
    margin-left: 0px;
}
.footer ul li.last-child{
    float: right;
    background:#F0F1EF;
    border-radius: 8px;
    overflow: hidden;
}
.footer ul li.last-child a{
    padding:0px 24px;
}
.footer ul li a{
    color:#727F6E;
    text-decoration: none;
    height:40px;
    line-height: 40px;
    display: block;
    filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.1));
}
.footer ul li a img{
    height:40px;
    width:40px;
    margin:0px;
}
.footer ul li:hover{
    cursor: pointer;
    text-decoration: none;
    filter: drop-shadow(8px 16px 16px rgba(0, 0, 0, 0.3));
}
.footer .disclaimer{
    display: flex;
    flex-direction: row;
    width:100%;
}
.footer p{
    font-size:12px;
    color:#727F6E;
    margin:16px 24px 0px 24px;
    width:100%;
}
.footer p.right{
    text-align: right;
}
.footer ul li.smallScreen{
    display: none;
}
.preload-content{
    display: none;
}


/* user quotes */
.mypeassessment .feature-tiles{
    display: flex;
  flex-direction: row;
  gap: 32px;
  align-items: stretch;
  width: 100%;
  margin:40px 0px;
  flex-wrap: wrap; /* optional if you want wrapping on smaller screens */
  box-sizing: border-box;
}
.mypeassessment .feature-tiles .tile{
    flex:1;
    height:160px;
    background:#EBEBF9;
    position:relative;
    border-radius: 24px;
    color:#444444;
    padding:24px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mypeassessment .feature-tiles .tile:hover{
    transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
}
.mypeassessment .feature-tiles .tile.odd:hover{
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
}
.mypeassessment .feature-tiles .tile .logo{
    height: 40px;
    width:40px;
    background:#ffffff;
    border-radius: 32px;
    position: absolute;
    left:32px;
    top:-16px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mypeassessment .feature-tiles .tile:hover .logo{
    top:-24px;
    left:32px;
    height: 48px;
    width:48px;
}

.mypeassessment .feature-tiles .tile .spark-right{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1px;
    width: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display:none;
}
.mypeassessment .feature-tiles .tile .spark-right.spark-left{
    left:auto;
    right:0px;
    transform: rotate(90deg);
    display:none;
}
.mypeassessment .feature-tiles .tile:hover .spark-right.spark-left{
    right:-44px;
    left:auto;
    top:-54px;
    
}
.mypeassessment .feature-tiles .tile:hover .spark-right{
     top: -44px;
    left: -54px;
    height: 82px;
    width: 73px;
}
.mypeassessment .feature-tiles .tile p{
    position: relative;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    font-weight: 300;
    line-height:1.2;
    margin:0px;
    min-width:160px;
}
.mypeassessment .feature-tiles .tile p.small{
    font-size:12px;
    position:absolute;
    bottom:32px;
    left:32px;
}
.mypeassessment .feature-tiles .tile p img{
    width:16px;
    height:16px;
    margin-right: 8px;
    margin-bottom:-3px;
}