.page #main .alt .holder {
    padding:0;
    max-width:1216px;
    background:none;
}
.page .alt {
    background: #fff;
}
.hblock.h-hero,.hblock.h-hero-alt {
    /*min-height:835px;*/
    min-height:calc(100vh - 85px);
    flex-direction: row;
    padding-top:0;
}
.hblock.h-hero-alt {
    background-size:cover;
    background-position: left bottom;
}
.page #main .alt .hblock.h-hero-alt .holder{
    max-width:1216px;
    padding:80px 0;
}

.page .hblock.h-hero-alt .alt-hero-title {
    text-align: right;
    color:#fff;
    max-width:800px;
    line-height: 2em;
}
.page #main .hblock.h-hero-alt h1 {
    max-width:100%;
    color:#fff;
    text-align:right;
    font-size:75px;
    line-height: 1.3em;
    padding:0;
}
.page #main .hblock.h-hero-alt h2 {
    font-size: 40px;
    line-height: 2em;
}
.page #main .hblock.h-hero-alt h2 a, .page #main .hblock.h-hero-alt h1 a{
    color:#fff;
}
.page #main .hblock.h-hero-alt h2 a:hover, .page #main .hblock.h-hero-alt h1 a:hover{
    color:#eabaf4;
}
.hblock.h-hero-alt .cta {
    max-width:100%;
}
.hblock.h-hero-alt .cta-but-row {
    flex-direction: row;
    display:flex;
    width:100%;
    align-items: center;
}
.hblock.h-hero-alt .cta-but.cta-sec a {
    margin:8px 40px 0;
}
.hero-section {
    max-width:100%;
    flex-basis:50%;
    justify-content: flex-end;
    -webkit-transition: all 0.6s  ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s  ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transition: all 0.6s ease-in-out 0s;
    position: relative;
    display: flex;
    overflow:hidden;
    justify-content: flex-start;
}
.hero-section.lhero {
    background: #021621;
    justify-content: flex-start;
}
.hblock.r-inc .hero-section.rhero {
    flex-basis:63%;
}
.hblock.r-inc .hero-section.lhero {
    flex-basis:37%;
}
.hblock.l-inc .hero-section.rhero {
    flex-basis:37%;
}
.hblock.l-inc .hero-section.lhero {
    flex-basis:63%;
}

.h-hero {
    color:#fff;
    background:#021621;
    overflow: visible;
}
#main {
    z-index: 1;
}
.h-hero .hero-title {
    text-align:right;
    -webkit-transition: all .8s  ease-in-out;
    -moz-transition: all .8s  ease-in-out;
    -o-transition: all .8s  ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.h-hero .cta {
    max-width: none;
}
.h-hero .hero-text {
    margin:20px 0 20px 130px;
    width:440px;
    z-index: 50;
    -webkit-transition: all .2s  ease-in-out;
    -moz-transition: all .2s  ease-in-out;
    -o-transition: all .2s  ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display:flex;
    flex-direction: column;
    padding:50px;
    margin-right:80px;
}
.h-hero .lhero .hero-text {
    margin-left:80px;
    margin-right:0;
    /*margin-right:110px;*/
}
#main .h-hero .hero-title h4 {
    font-family:"Heebo",Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:bold;
}
#main .h-hero .hero-title .h1-wrap, #main .h-hero .hero-title h1 {
    font-family:"Text Me One",Arial, Helvetica,sans-serif;
    font-weight:normal;
    color:#fff;
    margin:0;
    text-align:right;
    position: relative;
}
#main .h-hero .hero-title .h1-wrap {
    z-index:50;
    position: relative;
    display:block;
}
#main .h-hero .hero-title .h1-wrap > * {
    font-size:100px;
}
#main .h-hero .hero-title .h2-wrap {
    z-index:60;
    position: relative;
    display:inline-block;
}
#main .h-hero .hero-title h1 {
    z-index:150;
    display:inline-block
}
#main .h-hero .hero-title h2,#main .h-hero .hero-title .h2-wrap {
    font-family:"Text Me One",Arial, Helvetica, sans-serif;
    font-size:60px;
    opacity:0.95;
    font-weight:normal;
    color:#fff;
    margin:15px 0 0 0;
    display:inline-block;
}
#main .h-hero .hero-title h2 {
    z-index: 150;
}
.h-hero .hero-desc {
    font-family:"Heebo",Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:normal;
    margin:50px 5px 0 0;
}
.h-hero .hero-desc p {
    margin:0;
}
.h-hero .lhero .cta {
    align-self:flex-end;
}
.h-hero  .cta .ps.glow {
    background: #00ced4;
    opacity:0.3;
}
.h-hero .hero-decor{
    background: url(../images/hero-decor.svg) no-repeat left -99px;
    position: absolute;
    top: 0px;
    left: -28px;
    height: 1090px;
    width: 675px;
}
.h-hero.l-inc .rhero .hero-text {
    margin-left:80px;
}
.h-hero .hero-section.lhero {
    justify-content: flex-end;
}
.h-hero .hero-section.inactive.lhero {
    justify-content: flex-start;
}
.h-hero .lhero .hero-text {
    width:510px;
    min-width:510px;
}
.h-hero .lhero .hero-text * {
    text-align:left !important;
}
.h-hero .lhero .cta-but-row {
    justify-content: flex-end;
}
.h-hero .noinc .hero-text {
    opacity:0.6;

}
.h-hero .noinc .hero-text .hero-title {
    opacity:0.5;
}
.h-hero .sep {
    position:absolute;
    height:100%;
    width:20%;
    z-index:80;
    opacity:0.1;
    right:40%;
    -webkit-transition: all .25s  ease-in-out;
    -moz-transition: all .25s  ease-in-out;
    -o-transition: all .25s  ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor:pointer;
    display: none !important;
}
.h-hero .sep-int {
    position: absolute;
    top:200px;
    height:20%;
    width:50px;
    right:calc(50% - 25px);
    background:url(../images/2020/center.svg) center center no-repeat;
    background-size: contain;
    border-radius: 14px;
}
.h-hero .sep:hover {
    opacity:0.7;
}
.h-hero .hero-title .ps {
    position: absolute;
    left:0;
}
.h-hero .rhero .hero-title  .ps {
    left:auto;
    right:0;
    position:absolute;
}
.h-hero .hero-title  .ps.shade {
    color:#000;
    opacity:0.07;
    left:-12px;
    top:54px;
    mix-blend-mode: multiply;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    z-index:100;
}
.h-hero .rhero .hero-title  .ps.shade {
    left:auto;
    right:12px;
}
.h-hero .hero-title .ps.glow {
    z-index:50;
    background:#ffe600;
    top:0;
    padding:10px;
    filter: blur(40px);
    -webkit-filter: blur(40px);
    border-radius:15px;
    opacity:.9;
    height:100%;
}
.h-hero .hero-title .h2-wrap .ps.shade {
    top:30px;
}
.h-hero .hero-title .h2-wrap .ps.glow {
    padding:20px;
    right:-15px;
}
.h-hero .lhero .hero-title  .ps.glow {
    background: #97fffd;
}
.h-hero .lhero .cta-sec:hover a {
    color: #00ced4;
}
.h-hero .cta-sec a, .hblock .cta-sec a {
    border-bottom:2px solid #000;
    font-size:22px;
    font-weight:bold;
}
.h-hero .rem-popup .cta-sec a {
    border-bottom:none;
}
.h-hero .lhero .cta-sec a, .ldr-content .hblock .cta-sec a {
    background-image:url(../images/2020/underline-leader.png);
}
.h-hero .h-promo .cta-sec a {
    padding-bottom:2px;
    filter: grayscale(100%) brightness(180%);
    -webkit-filter: grayscale(100%) brightness(180%);
    -moz-filter: grayscale(100%) brightness(180%);
    border-bottom:none;
}
.h-hero .lhero .cta-sec:hover .ps.glow {
    opacity:0.3;
}
.h-hero .hero-section.active {
    flex-basis:calc(100% - 100px);
    -webkit-transition: all .3s  ease-in-out 0s;
    -moz-transition: all .3s  ease-in-out 0s;
    -o-transition: all .3s  ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    justify-content: center;
}
.h-hero .hero-section.inactive {
    max-width:100px;
    width:50%;
    height:calc(100vh - 89px);
    flex-basis:50%;
    -webkit-transition: all .5s  ease-in-out 0s;
    -moz-transition: all .5s  ease-in-out 0s;
    -o-transition:all .5s  ease-in-out 0s;
    -ms-transition: all .5s  ease-in-out 0s;
    transition: all .5s  ease-in-out 0s;
    position: fixed;
    left:0;
    top:89px;
    background: rgb(0,172,183);
    background: -moz-linear-gradient(130deg, rgba(0,172,183,1) 29%, rgba(0,117,134,1) 89%);
    background: -webkit-linear-gradient(130deg, rgba(0,172,183,1) 29%, rgba(0,117,134,1) 89%);
    background: linear-gradient(130deg, rgba(0,172,183,1) 29%, rgba(0,117,134,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#007586",GradientType=1);
    cursor:pointer;
    z-index: 1000;
}
section.alt.loaded .h-hero .rhero.hero-section.inactive:hover, section.alt.loaded .h-hero .lhero.hero-section.inactive:hover {
    width:140px;
    max-width:140px;
}
.h-hero .hero-section.rhero.inactive {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    background: linear-gradient(130deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 28%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);
}

section.alt.loading .h-hero .hero-section.inactive:hover:before {
    content:'';
    display:block;
    width:100%;
    height:100%;
    opacity:0.1;
    background:#000;
    position:absolute;
    z-index: 1000;
}
.h-hero .inactive .hero-text{
    opacity:0;
    -webkit-transition: all .5s  ease-in-out 0s;
    -moz-transition: all .5s  ease-in-out 0s;
    -o-transition: all .5s  ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
/*.h-hero .opener {
    display:none;
    opacity:0;
    position: relative;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s  ease-in-out 1.5s;
    -moz-transition: all .5s  ease-in-out 1.5s;
    -o-transition: all .5s  ease-in-out 1.5s;
    -ms-transition: all .5s ease-in-out 1.5s;
    transition: all .5s ease-in-out 1.5s;
}

.h-hero .opener-int {
    display: inline-block;
    cursor: pointer;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.h-hero .opener a {
    color:#fff;
    text-align: center;
    white-space: nowrap;
    font-size:22px;
}
.h-hero .inactive .opener {
    display:flex;
    opacity:1;
}*/
.h-hero .opener {
    writing-mode: vertical-lr;
    -ms-writing-mode: lr;
    -webkit-writing-mode: vertical-lr;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align:center;
    display:none;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    opacity:0;
    -webkit-transition: all .5s  ease-in-out 0s;
    -moz-transition: all .5s  ease-in-out 0s;
    -o-transition: all .5s  ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.h-hero .inactive .opener {
    display:flex;
    opacity:1;
}
.h-hero .lhero.inactive .opener {
    margin-right:35px;
}
.h-hero .opener a {
    text-decoration: none;
    color:#fff;
    font-weight:Bold;
    font-size:22px;
    display: block;
    margin-left:42px;
    position: relative;
    border-bottom:none;
}
.h-hero .opener a:after {
    content: '';
    display: block;
    width: 19px;
    height: 12px;
    background: url(../images/sprite2.png);
    position: absolute;
    top: 50%;
    margin-top: -6px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -25px;
}
.h-hero .lhero .opener a {
    margin-left:7px;
}
.h-hero .lhero .opener a:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 30px;

}
.h-hero .rhero.hero-section.inactive {
    left:auto;
    right:0;
}
.h-hero.l-act{
    justify-content: flex-end;
}
.h-hero.l-act .inactive .opener {
    position: absolute;
    top:0;
    left:18px;
}
.h-hero .hero-section.lhero.active .hero-text {
}
.h-hero .lhero.active .hero-text {
    margin-left:-50px;
}

.h-hero .hero-section.rhero.active .hero-text {
    margin-right:0;
}
.h-hero .hero-section .closer{
    position:absolute;
    top:10px;
    width:30px;
    left:50%;
    margin-left:-15px;
    text-align: center;
    cursor:pointer;
    opacity:0;
    display:none;
    z-index: 1000;
}
.h-hero .hero-section .closer a {
    padding:5px;
    color:#fff;
    font-family:"Heebo",Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size:19px;
    width:16px;
    height:16px;
    background:url(../images/2020/close.svg) center center no-repeat;
    background-size:14px;
    display:inline-block;
    -webkit-transition: all .3s  ease-in-out 0s;
    -moz-transition: all .3s  ease-in-out 0s;
    -o-transition: all .3s  ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    border-bottom:none;
}
.h-hero .hero-section.inactive .closer{
    display:block;
    opacity:1;
    -webkit-transition: all 1s  ease-in-out 0s;
    -moz-transition: all 1s  ease-in-out 0s;
    -o-transition: all 1s  ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.h-hero .hero-section.inactive .closer a:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.h-hero .h-promo {
    position: absolute;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom:100px;
    /*width: 730px;*/
    z-index: 5;
    -webkit-transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    -moz-transition: all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    -o-transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    -ms-transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    transition:all 0.6s ease-in-out,opacity 0.3s  ease-in-out .8s;
    cursor:pointer;
    -moz-transform: translateX(-50%);
    -webkit-transform:  translateX(-50%);
    -o-transform:  translateX(-50%);
    -ms-transform:  translateX(-50%);
    transform:  translateX(-50%);
    left:50%;
}
.h-hero .h-promo .promise {
    font-size:24px;
    font-weight:normal;
    margin-bottom:20px;
    position: absolute;
    top: -40px;
    right:0;
    color:#000;
    font-weight:Bold;
}
.h-hero .h-promo .dln-box {
    background:#000;
    font-size:20px;
    color:#fff;
    border-radius:5px;
    padding:20px 30px;
}
.h-hero .h-promo .num {
    font-size:35px;
    color:#FFFF00;
    font-weight: normal;
    font-family:"Text Me One",Arial, Helvetica, sans-serif;
}
.h-hero .h-promo .per {
    /*font-weight:bold;*/
}
.h-hero .h-promo .cta {
    margin-top:10px;
}
.h-hero .h-promo .cta-but-row {
    justify-content: center;
}
.h-hero .h-promo .cta-sec a{
    margin-top:0;
    margin-bottom:30px;
}
.h-hero.l-inc .h-promo {
    left:63%;
    z-index:0;
}
.h-hero.r-inc .h-promo {
    left:37%;
    z-index:0;
}
.h-hero.l-act .h-promo,.h-hero.r-act .h-promo{
    opacity:0;
    z-index:0;
    margin-left:0;
}
.h-hero.l-act .h-promo {
    left:200%;
    -webkit-transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    -moz-transition: all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    -o-transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    -ms-transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
    transition:all 1s ease-in-out,opacity 0.3s  ease-in-out 0s;
}
.h-hero.r-act .h-promo {
    left:-200%;
}
.h-hero .h-promo .cta {
    position: absolute;
    top: -50px;
    left: 0;
    /*display:none;*/
}
.h-hero .h-promo .cta .ps.glow {
    background:#fff;
    opacity:0.5;
    bottom:12px;
}
.h-hero .p-popup .cta-sec a{
    background:none;
}
.h-hero .p-popup .cta-main a {
    padding:10px 35px;
}
.h-hero .h-promo .cta a:hover {
    color:#ccc;
}
.h-hero.has-active .sep {
    display:none;
}
.h-hero  .time-box {
    display:flex;
    flex-direction: row-reverse;
}
.h-hero .num-box {
    display:flex;
    flex-direction: column;
}
.h-hero .num-box .num {
    background:#021621;
    border-radius: 5px;
    padding:22px;
    display:block;
    width:32px;
    -webkit-transition:all 1.3s ease-in-out;
    -moz-transition: all 1.3s ease-in-out;
    -o-transition:all 1.3s ease-in-out;
    -ms-transition:all 1.3s ease-in-out;
    transition:all 1.3s ease-in-out;
}
.h-hero .h-promo .num-sep {
    font-size:36px;
    padding:15px;
}
.h-hero .h-promo .time-box.critical .num {
    background:#990000;
}
#main.l-content .ldr-content, #main.r-content .des-content{
    text-align: center;
}
#main.l-content .des-content {
    display:none;
}
#main.r-content .ldr-content {
    display:none;
}

.h-hero .cur-day {
    display:none;
}
.h-hero .cta-main .sec {
    display:none;
}
.spk-audience-wrap {
    background: rgb(0,172,183);
    background: -moz-linear-gradient(315deg, rgba(0,172,183,1) 9%, rgba(0,117,134,1) 38%, rgba(0,0,0,1) 91%);
    background: -webkit-linear-gradient(315deg, rgba(0,172,183,1) 9%, rgba(0,117,134,1) 38%, rgba(0,0,0,1) 91%);
    background: linear-gradient(315deg, rgba(0,172,183,1) 9%, rgba(0,117,134,1) 38%, rgba(0,0,0,1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);
}
.b-sp-gallery {
    background: rgb(255,166,61);
    background: -moz-linear-gradient(45deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    background: -webkit-linear-gradient(45deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    background: linear-gradient(45deg, rgba(255,166,61,1) 0%, rgba(255,103,2,1) 18%, rgba(186,27,220,1) 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d",endColorstr="#ba1bdc",GradientType=1);
}
.ldr-content .b-sp-gallery, .b-two-col.audience {
    position: relative;
    background: #0f3f5f; /* Old browsers */
    background: -moz-linear-gradient(163deg,  #1A1A1A 26%,#31b46c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(163deg,  #1A1A1A 26%,#31b46c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(163deg,  #1A1A1A 26%,#31b46c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1A1A1A', endColorstr='#31b46c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.des-content {
    width:calc(100% - 100px);
    margin-left:100px;
}
.ldr-content {
    width:100%;
}
.des-content .hblock {
}
.ldr-content .hblock {
}
.b-gallery .gal-wrap {
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
}
.b-gallery .items {
    display:flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    flex-grow:1;
    padding-top:18px;
    position: relative;
    overflow:visible;
    text-align: center;
}
.b-gallery .item {
    max-width:254px;
    cursor:pointer;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    transition:all 0.6s ease-in-out;
}
.b-gallery .pgwrap {
    display:flex;
    justify-content: space-evenly;
    position:absolute;
    left:0;
    top:0;
    -webkit-transition:all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition:all 0.45s ease-in-out;
    -ms-transition:all 0.45s ease-in-out;
    transition:all 0.45s ease-in-out;
    padding-top:20px;
    /*display:none;*/
}
.b-gallery .pgwrap.init {
    left:-2000px;
}
.b-gallery .pgwrap.exitRight {
    opacity:0;
    left:2000px;
/*    -moz-transform:  scale(0.01);
    -webkit-transform:  scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);*/
    -webkit-transition:all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition:all 0.9s ease-out;
    -ms-transition:all 0.9s ease-out;
    transition:all 0.9s ease-out;
}
.b-gallery .pgwrap.exitLeft {
    opacity:0;
    left:-2000px;
/*    -moz-transform:  scale(0.01);
    -webkit-transform:  scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);*/
    -webkit-transition:all 0.9s ease-out;
    -moz-transition: all 0.9s ease-out;
    -o-transition:all 0.9s ease-out;
    -ms-transition:all 0.9s ease-out;
    transition:all 0.9s ease-out;
}

.b-sp-gallery .spk-photo {
    border-radius:500px;
    border:1px solid #22B573;
    background:none;
    padding:16px;
    display:inline-block;
    white-space: nowrap;
    width:222px;
    height:222px;
    margin-bottom:20px;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-sp-gallery .spk:hover .spk-photo {
    -webkit-box-shadow: 0 0 15px 0 rgba(255,255,0,1);
    -moz-box-shadow: 0 0 15px 0 rgba(255,255,0,1);
    box-shadow: 0 0 15px 0 rgba(255,255,0,1);
    border-color:#ffff00;
}
.b-sp-gallery .spk-photo img {
    width:100%;
    display:inline-block;
}
.b-sp-gallery .spk-photo a {
    display:inline-block;
    border-radius:500px;
    width:222px;
    height:222px;
    overflow: hidden;
    position: relative;
    margin:0 auto;
    border-bottom:none;
}
.b-gallery .ctl {
    width:95px;
    height:108px;
    opacity:0.6;
    cursor:pointer;
    -webkit-transition:opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition:opacity 0.3s ease-in-out;
    -ms-transition:opacity 0.3s ease-in-out;
    transition:opacity 0.3s ease-in-out;
    background:url(../images/2020/gal-right.png) no-repeat;
    margin-top:77px;
    margin-left:30px;
}
.b-gallery .ctl.next {
    background-image:url(../images/2020/gal-left.png);
    margin-left:0;
    margin-right:30px;
}
.b-gallery .ctl.disabled {
    opacity:0;
    cursor:default;
}
.b-gallery .ctl:hover {
    opacity:1;
    background-position-y:-108px;
}
.b-gallery .ctl.disabled:hover {
    opacity:0;
}
.b-sp-gallery .spk-name a,.b-sp-gallery .spk-role a {
    color:#fff;
    font-size:22px;
    line-height:1.3em;
    text-decoration: none;
    border-bottom:none;
}
.b-sp-gallery .spk-name a {
    font-weight:bold;
    font-size:26px;
}
.b-sp-gallery .spk.mid {
    margin-top:50px;
}
.b-sp-gallery .cta {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    display: flex;
}
.b-gallery .gal-idx {
    display:flex;
    justify-content: center;
    margin-top:60px;
    margin-bottom:40px;
}
.b-gallery .gal-idx ul {
    display:flex;
    margin:0;
    padding: 0;
}
.b-gallery .gal-idx li {
    list-style: none;
    margin: 0 5px;
    padding:7px;
    cursor:pointer;
}
.b-gallery .gal-idx li div {
    border-radius: 10px;
    width:8px;height:8px;
    border:1px solid #fff;
    display:block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-gallery .gal-idx li.sel div, .b-gallery .gal-idx li:hover div {
    background:#fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(255,255,255,1);
    -moz-box-shadow: 0 0 8px 0 rgba(255,255,255,1);
    box-shadow: 0 0 8px 0 rgba(255,255,255,1);
}
.b-workshop-exp .bl-title, .b-two-col.audience .bl-title {
    margin-right:0;
}
.b-workshop-exp.b-two-col {
    background: #0f3f5f; /* Old browsers */
    background: -moz-linear-gradient(163deg,  #0f3f5f 26%,#31b46c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(163deg,  #0f3f5f 26%,#31b46c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(163deg,  #0f3f5f 26%,#31b46c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3f5f', endColorstr='#31b46c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.b-workshop-exp.b-two-col .columns,.b-two-col.audience .columns {
    display:block;
}
.b-workshop-exp .holder .col2 {
    background: url(../images/f5-decor.svg) left top no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 639px;
    height: 737px;
}
.b-two-col.audience .holder .col1 {
    width:55%;
}
.b-two-col.audience .holder .col2 {
    background: url(../images/f6-decor.svg) left top no-repeat;
    position: absolute;
    top: -25px;
    left: 0;
    width: 430px;
    height: 736px;
}
.b-video {
    position: relative;
    z-index: 10;
    overflow: visible;
}
.b-video .bl-title h2, .b-video .bl-title h3 {
    color:#ff6702;
}
.b-video .video-caption {
    text-align:right;
    font-size:20px;
}
.b-video .block-decor{
    position: absolute;
    top:-60px;
    left:50%;
    margin-left:760px;
}
.b-video .block-decor .decor-text {
    font-size:295px;
    font-family:"Text Me One",Arial, Helvetica, sans-serif;
    color:#fff;
    text-shadow: -5px 10px 20px rgba(200, 42, 175, 0.3);
    writing-mode: vertical-lr;
    -ms-writing-mode: lr;
    -webkit-writing-mode: vertical-lr;
}
.b-two-col.audience .cta {
    margin-top:20px;
    margin-bottom:40px;
}
.b-two-col.audience .cta .cta-main a:hover {
    color:#fff;
    /*background:rgba(230,230,230,0.1);*/
}
.b-testimons {
 /*   background: rgb(255,103,2);
    background: -moz-linear-gradient(69deg, rgba(255,103,2,1) 24%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(69deg, rgba(255,103,2,1) 24%, rgba(186,27,220,1) 100%);
    background: linear-gradient(69deg, rgba(255,103,2,1) 24%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6702",endColorstr="#ba1bdc",GradientType=1);*/
    background: rgb(0,0,0);
    background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 13%, rgba(186,27,220,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 13%, rgba(186,27,220,1) 100%);
    background: linear-gradient(45deg, rgba(0,0,0,1) 13%, rgba(186,27,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ba1bdc",GradientType=1);
}
.b-testimons .bl-title {
    max-width:500px;
}
.b-testimons blockquote, .b-testimons cite {
    color:#fff;
}
.b-testimons blockquote {
    font-size:20px;
    text-align:right;
    margin:0;
    padding:0;
}
.b-testimons blockquote p {
    margin:0;
    padding:0;
}
.b-testimons .testimons {
    display:flex;
    flex-wrap: wrap;
}
.b-testimons .testimon {
    padding-top:50px;
    margin:0;
    position: relative;
}
.b-testimons cite {
    font-style: italic;
    font-weight:bold;
    font-size:16px;
    text-align: right;
    margin:20px 0 0 0;
    padding:0;
    display:block;
}
.b-testimons .testimon .qt {
    position: absolute;
    color: #fff;
    font-size: 115px;
    top: 17px;
    right: -28px;
    z-index: 3;
}
.b-testimons .testimon .gl {
    content: '';
    display: block;
    /*background: #ffbb59;*/
    background:#e0a3ff;
    position: absolute;
    top: -11px;
    right: -36px;
    width: 40px;
    height: 40px;
    padding: 11px;
    filter: blur(9px);
    border-radius: 40px;
    -webkit-filter: blur(11px);
    opacity: 1;
    z-index: 2;
    mix-blend-mode: overlay;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-gallery.b-testimons .pgwrap {
    padding-top:24px;
}
.b-testimons .exitRight .gl, .b-testimons .exitLeft .gl  {
    display:none;
}
.b-gallery.b-testimons .gal-idx {
    margin-top:20px;
}
.b-orgs .bl-title {
    max-width:900px;
}
.b-orgs .bl-title h2, .b-orgs .bl-title h3 {
    color:#ba1bdc;
}
.b-orgs .orgs {
    margin-top:20px;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.b-orgs .org {
    flex-basis:23%;
    margin-bottom:45px;
    position: relative;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-orgs .org img {
    max-width:220px;
    max-height:130px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    display:block;
    line-height: 0;
    position: relative;
    margin:0 auto;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:0.5;
}
.b-orgs .org:after {
    width:100%;
    height:100%;
    /*content:'';*/
    background:rgba(255,255,255,0.6);
    position: absolute;
    top:0;
    left:0;
    display: block;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.b-orgs .org:hover {
    z-index: 100;
}
.b-orgs .org:hover img {
    filter:none;
    -webkit-filter: none;
    -moz-transform: scale(1.2);
    -webkit-transform:  scale(1.2);
    -o-transform:  scale(1.2);
    -ms-transform:  scale(1.2);
    transform: scale(1.2) ;
    -webkit-transition:all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition:all .3s ease-in-out;
    -ms-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    opacity:1;
}
.b-orgs .org:hover:after {
    opacity:0;
}
.ui-loader {
    display: none !important;
}
.b-two-col.notalone {
    background:url(../images/2020/lead-1.jpg) no-repeat center center;
    background-size: cover;
    z-index:10;
}
.b-two-col.notalone .col1 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 522px;
}
.b-two-col.notalone .col2 {
    min-width:480px;
}
.bl-decor.ov-connect, .b-two-col.peer .bl-decor {
    font-size:285px;
    color:#fff;
    font-family: "Text Me One",Arial, Helvetica, sans-serif;
    line-height: 1em;
    position: absolute;
    top:-140px;
    right:40px;
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
}
.bl-decor.ov-connect .main,.b-two-col.peer .bl-decor .main {
    z-index: 150;
    position: relative;
}
.bl-decor.ov-connect .ps,.b-two-col.peer .bl-decor .ps {
    position: absolute;
    top:0;
    left:0;
    color:rgba(0,0,0,0);
}
.bl-decor.ov-connect .ps.shade,.b-two-col.peer .bl-decor .ps.shade {
    color:#000;
    opacity:0.2;
    top:20px;
    left:-10px;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}
.ov-connect .ps.glow,.b-two-col.peer .ps.glow {
    z-index: 50;
    color: #00acb7;
    top: 0;
    /* padding: 10px; */
    filter: blur(25px);
    -webkit-filter: blur(25px);
    opacity: 1;
}
.bl-decor.ov-connect.active {
    right:110px;
}
.bl-decor.ov-connect .ps, .bl-decor.ov-connect .main {
    -webkit-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s;
    letter-spacing: 20px;
}
.bl-decor.ov-connect.active .ps, .bl-decor.ov-connect.active .main {
    letter-spacing: -10px;
}
.bl-decor.ov-connect.active .ps.glow {
    filter: blur(10px);
    -webkit-filter: blur(10px);
}
.b-two-col.notalone .columns .col2 {
    min-width:580px;
}
.b-two-col .col2 .col-content {
    /*color:#00f0ff;*/
}
.b-two-col.peer {
    background:url(../images/2020/lead2.jpg) no-repeat left top;
    background-size:contain;
    z-index: 5;
    overflow: visible;
}
.b-two-col.peer .columns .col:first-child {
    background:#fff;
    color:#007586;
    min-width:592px;
    margin:-80px 0;
    padding: 80px 0 80px 80px;
}
.b-two-col.peer .col2 {
    min-width:580px;
    position: relative;
}
.b-two-col.peer .bl-title h2 {
    color:#007586;
}
.hblock .bl-title.outline h2 {
    -webkit-text-stroke: 3px #007586;
    color:#fff;
    margin-bottom:0;
}
.b-two-col.peer.hblock .bl-title.outline {
    margin:0;
}
.b-two-col.peer p.answer {
    margin-top:60px;
    margin-bottom:10px;
    font-weight: bold;
}
.b-two-col.peer .bl-title {
    margin-bottom:0;
}
.b-two-col.peer .cta {
    margin-top:20px;
}
.b-two-col.peer .cta-main a {
    border-color:#007586;
    color:#007586;
}
.b-two-col.peer .cta-main a:after {
    background-position:-20px 0;
}
.b-two-col.peer .bl-decor {
    font-size: 165px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top;
    position: absolute;
    top: -30px;
    left: 167px;
}
.b-two-col.peer .bl-decor .ps.shade {
    left:auto;
    right:11px;
}
.b-two-col.peer .bl-decor .ps.glow {
    left:auto;
    right:0;
}
.b-two-col.managers {
    background: rgb(0,172,183);
    background: -moz-linear-gradient(180deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: linear-gradient(180deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);
    min-height: 940px;
}
.b-two-col.managers .bl-decor {
    background-image:url(../images/2020/angel.png);
    background-size:contain;
    background-position: 97% center;
    background-repeat: no-repeat;
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.b-two-col.managers .bl-content, .b-two-col.managers .bl-title h2 {
    text-align: right;
    color:#fff;
}
.b-two-col.managers .columns .col:first-child {
    min-width: 522px;
}
.b-two-col.managers .col2 {
    min-width:580px;
}
.ldr-content .b-two-col.audience .glow-list li:before {
    background:#0df0ff;
}
.ldr-content .b-two-col.audience .glow-list li {
    color: #0df0ff;
}
.b-two-col.audience .cta-sec a,.b-two-col.audience .cta-sec a:hover {
    text-decoration: none;
}
.ldr-content .b-two-col.audience .cta-sec canvas{
    color:#0cc6ce;
}
.cta .ps.glow {
    background: #0cc6ce;;
}
.audience .cta-sec .ps.glow {
    opacity:0.4;
    bottom:-33px;
}
.l-content .b-testimons {
    /*background: rgb(0,172,183);
    background: -moz-linear-gradient(69deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(69deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    background: linear-gradient(69deg, rgba(0,172,183,1) 11%, rgba(0,117,134,1) 47%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00acb7",endColorstr="#000000",GradientType=1);*/
}
.l-content .b-testimons .testimon .gl {
    background:#fff;
    opacity:0.6;
}
.b-two-col.audience .cta {
    max-width: none;
}
.b-two-col.audience .cta-but-row {
    width: 100%;
}
.ldr-content .cta-main a:hover {
    /*border-color:#0bc6d2;*/
}
.cta-main a:hover {
    color:#fff;
}
.b-two-col .col-content .cta-main a:hover {
    color:#fff;
}
.page #main .alt {
    padding-bottom:0;
}
.h-hero .rem-popup .cta {
    padding-bottom:40px;
}
.h-hero .h-promo .cta a {
    padding-bottom:6px;
}
.uxi-brand-wrap {
    position: absolute;
    top:112px;
    left:0;
    z-index:5;

}
.uxi-brand {
    z-index: 5;
    position: absolute;
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
}
.uxi-brand a {
    text-decoration: none;
    font-size:18px;
    color:#fff;
    border-bottom:none;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index:5;

}
.uxi-brand a:hover {
    color:#fff;
}
.uxi-brand img {
    height:29px;
    margin-right:10px;
}
.uxi-brand:hover {
    transform:scale(1.1);
}
.desc-wrap {
    font-weight:Bold;
    width:500px;
    font-size:26px;
    line-height:1.2em;
    color:#000;
    z-index: 5;
    margin-top:0;
}
.desc-wrap .desc p {
    letter-spacing: normal;
    margin-top:15px;
}
.h-hero {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c3f5f+0,31b36c+51,efea52+100 */
    background: #0c3f5f; /* Old browsers */
    background: -moz-linear-gradient(left,  #0c3f5f 0%, #31b36c 51%, #efea52 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0c3f5f 0%,#31b36c 51%,#efea52 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0c3f5f 0%,#31b36c 51%,#efea52 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c3f5f', endColorstr='#efea52',GradientType=1 ); /* IE6-9 */
}
.h-hero .ttl {
    margin-top:80px;
    z-index: 5;
    color:#000;
}
.h-hero .ttl h2 {
    font-size:72px;
    line-height: 82px;
    margin-top:0;
    margin-bottom:0;
}
#main .h-hero .ttl h1 {
    margin-top:0;
    color:#000;
    font-size:85px;
    text-align:right;

}
.h-hero .ttl img {
    width:580px;
}
.h-hero .hero-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 1200px;
    height: 740px;
    z-index: 5
}
.h-hero .hero-shape .hand-shape {
    position: absolute;
    left: 78px;
    bottom: -126px;
    z-index: 3;
    width: 698px;
    cursor:pointer;
}
.h-hero .hero-shape .hand-shape img {
    width:380px;
}
.h-hero .hero-shape .hand-cover {
    position: absolute;
    z-index: 5;
    left: 281px;
    bottom: 21px;
}
.h-hero .cta {
    margin-top:20px;
}
.hblock.explain {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,22b573+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000000 0%, #22b573 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000000 0%,#22b573 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000000 0%,#22b573 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#22b573',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color:#fff;
}
.b-content {
    font-size:24px;
    line-height: 1.4em;
    max-width:780px;
}
.hblock.b-center .b-content {
    text-align:center;
    margin:0 auto;
}
.h-hero .cta-sec:hover a, .hblock .cta-sec:hover a {
    border-bottom-color:#FFFF00;
    color:#000;
    /*text-shadow:0 0 8px #FFFF00;*/
}
.h-hero .h-promo .cta-sec:hover a {
    color:#fff;
}
.hblock.explain .b-content {
    margin-top:40px;
}
.hblock.explain .col2 {
    padding-bottom:60px;
}
.bl-ico-gallery {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
.bl-ico-gallery .ico {
    height:114px;
    width:170px;
}
.bl-ico-gallery .ico-desc {
    font-size:24px;
    text-align: center;
}
.hblock.explain .holder {
    z-index: 5;
}
.hblock.explain .bl-title {
    margin:0 auto 60px;
    position: relative;
    max-width:none;
}
.hblock.explain .vid-label {
    position: absolute;
    left: -29px;
    top: -80px;
    padding-right:200px;
    background:url(../images/dll_why_arrow.png) no-repeat 200px 70px;
}
.hblock.explain .vid-last {
    position: absolute;
    top:0;
    left:0;
    width:180px;
    height:155px;
}
.hblock.explain .vid-label  a {
    color:#fff;
    border:none;
    font-size:22px;
    font-weight:Bold;
    display: block;
    width:135px;
    background:url(../images/dll_why_play.png) no-repeat left 26px;
    padding: 0 0 135px 115px;
    cursor:default;
}
.hblock.explain .p-popup-int {
    cursor:pointer;
}
.hblock.explain .hot {
    position:absolute;
    cursor: pointer;
    width: 98px;
    height: 100px;
    bottom: 30px;
    left: 37px;
}
/*.hblock.explain .vid-label  a:hover span {
    -webkit-transition: all .2s ease-in-out 0s;
    -moz-transition: all .2s ease-in-out 0s;
    -o-transition: all .2s ease-in-out 0s;
    -ms-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    color:#f538dc;
}*/
.hblock.explain .vid-label a.active {
    background-position:left -574px;
}
.vid-popup .p-popup-int {
    width:80%;
    height:80%;
    background:none;
    box-shadow: none;
    display:flex;
    justify-content: center;
    align-items: center;
}
.vid-popup .p-popup-close {
    background-image:url(../images/2020/close.svg);
}
.vid-popup .p-popup-content {
    height:calc(80vh - 80px);
    width: calc((1/0.5625)*(80vh - 80px));
    max-height: calc(80vw * 0.5625);
    max-width:80vw;
    border-radius:4px;
    border:8px solid #f538dc;
    padding:0;
    background:#021621 url(../images/dll_wait.svg) no-repeat center center;
}
.hblock.plan {
    background: #0f3f5f; /* Old browsers */
    background: -moz-linear-gradient(163deg,  #0f3f5f 26%,#31b46c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(163deg,  #0f3f5f 26%,#31b46c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(163deg,  #0f3f5f 26%,#31b46c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f3f5f', endColorstr='#31b46c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hblock.plan .col1 {
    margin-top:40px;
}
.hblock.plan .bl-title {
    margin:40px 0;
}
.ov-connect-wrap {
    position:relative;
    z-index:1;
}
.spk-audience-wrap .b-two-col .col-content a:hover {
    color:#fff;
}
.b-testimons {
    padding-bottom:100px;
}
p {
    letter-spacing: 0.02em;
}
.p-popup.rem-popup .cta-main a:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
@keyframes homeglow {
    0%, 100% {
        opacity: 0;
    }
    70% {
        opacity: 1;
    }
}
.h-hero .cta-main.glow a {
    z-index: 100;
    background: rgba(0,0,0,0.3);
}
.h-hero .cta-main.glow a:before {
    position: absolute;
    top:0;left:0;
    display:block;
    content:'';
    width:100%;height:100%;
    box-shadow: 0 0 35px rgb(151, 255, 253);
    -webkit-box-shadow: 0 0 35px rgb(151, 255, 253);
    -webkit-animation: homeglow 2s infinite; /* Safari 4+ */
    -moz-animation: homeglow 2s infinite; /* Fx 5+ */
    -o-animation: homeglow 2s infinite; /* Opera 12+ */
    animation: homeglow 2s infinite; /* IE 10+, Fx 29+ */
    z-index: -1;
    /*background: rgba(0,0,0,0.2);*/
}
.h-hero .rhero .cta-main.glow a:before {
    box-shadow: 0 0 35px rgba(255,230,0,1);
    -webkit-box-shadow: 0 0 35px rgba(255,230,0,1);
}
.h-hero .lhero .cta-main.glow a:before {
    -webkit-animation: homeglow 3s infinite; /* Safari 4+ */
    -moz-animation: homeglow 3s infinite; /* Fx 5+ */
    -o-animation: homeglow 3s infinite; /* Opera 12+ */
    animation: homeglow 3s infinite; /* IE 10+, Fx 29+ */
}
.h-hero .cta-main.glow a:hover:before {
    -webkit-animation: none;
    -moz-animation:    none;
    -o-animation:      none;
    animation:         none;
    opacity:0.8;
}

.h-hero .noinc .cta-main.glow a:before {
    -webkit-animation: none;
    -moz-animation:    none;
    -o-animation:      none;
    animation:         none;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.h-hero .cta-main a {
    padding:17px 35px 17px 80px;
}
@media only screen and (max-width:1900px) {
    .b-video .block-decor{
        margin-left:730px;
    }
    .b-video .block-decor .decor-text {
        font-size: 235px;
    }

}
@media only screen and (max-width:1650px) {
    .b-video .block-decor{
        margin-left:700px;
    }
    .b-video .block-decor .decor-text {
        font-size: 180px;
    }
    .uxi-brand-wrap {
        left:174px;
    }
}

@media only screen and (max-width:1550px) {
    .b-video .block-decor{
        left:50%;
        margin-left:-608px;
        top:auto;
        bottom:0px;
    }
    .b-video .block-decor .decor-text {
        font-size:150px;
        writing-mode:unset;
        -ms-writing-mode:unset;
        -webkit-writing-mode:unset;
    }
    .h-hero .hero-section.lhero.active {
        justify-content: flex-end;
    }
    .h-hero .hero-section.lhero.active .hero-text {
        margin-right: 0;
        margin-left:80px;
        left:0;
    }
    .h-hero .rhero .hero-text,.h-hero .lhero .hero-text {
        width:440px;
        min-width:440px;
    }
    .h-hero .rhero .hero-text {
        margin-right:40px;
     }
    #main .h-hero .hero-title .h1-wrap h1, #main .h-hero .hero-title .h1-wrap .ps{
        font-size:87px;
    }
    .h-hero .hero-title .ps.shade {
        top:47px;
    }

    .h-hero .lhero.active .hero-text {
        margin-left:-250px;
    }
    .bl-decor.ov-connect {
        font-size:240px;
    }
}
@media only screen and (max-width:1350px) {
    .b-video .video-caption {
        padding: 0 10px;
    }

    .b-video .block-decor {
        left: 0;
        margin-left: 0;
    }

    .b-orgs .org {
        flex-basis: 31%;
    }

    .b-orgs .org img {
        max-width: 22vw;
    }

    .b-orgs .orgs {
        padding: 0 10px;
    }

    .page #main .hblock.b-video .holder {
        width: 100%;
        padding: 0;
    }

    .r-content .b-sponsors {

    }
    .bl-decor.ov-connect {
        font-size: 180px;
        top:-90px;
    }
    .b-two-col.peer .columns .col:first-child {
        padding: 80px 40px 80px 20px;
        margin-right: -20px;
    }

    .ldr-content .b-two-col .columns .col:first-child {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
        min-width: calc(55% - 40px);
    }

    .ldr-content .b-two-col .bl-title {
        padding-right:20px;
        padding-left:20px;
    }
    .ldr-content .b-two-col .columns .col2 {
        padding-right: 0;
        min-width: calc(45% - 20px);
    }

    .b-two-col.peer {
        background-size: cover;
    }

    .ldr-content .b-two-col.peer .columns .col:first-child {
        padding-right: 40px;
    }

    .b-two-col.managers .bl-decor {
        background-size: cover;
        background-position: center bottom;
        opacity: 0.4;
    }

    .ldr-content .b-two-col.audience .columns .col2 {
        padding-right: 20px;
        min-width: calc(45% - 40px);
    }

    .ldr-content .b-two-col .glow-list li {
        font-size: 50px;
    }


    .h-hero .hero-shape {
        right: 50%;
        margin-right: -600px;
    }

    .h-hero .hero-shape .hand-shape {
        left: 50px;
    }

    .h-hero .hero-shape .hand-cover {
        left: 250px;
    }

    .vid-popup .p-popup-content {
    }
}
@media only screen and (max-width:1200px) {
    .h-hero .lhero .hero-text {
        width: 400px;
        min-width: 400px;
        margin-right: 0;
        margin-left: 40px;
    }

    .h-hero .rhero .hero-text {
        margin-left: 0;
        width: 400px;
        min-width: 400px;
    }

    #main .h-hero .hero-title .h1-wrap h1, #main .h-hero .hero-title .h1-wrap .ps {
        font-size: 65px;
    }

    .h-hero .hero-title .ps.shade {
        left: -8px;
        top: 35px;
    }

    #main .h-hero .hero-title .h2-wrap h2, #main .h-hero .hero-title .h2-wrap .ps {
        font-size: 36px;
    }

    #main .h-hero .hero-title .h2-wrap {
        margin-top: 0;
    }


    .h-hero .num-box .num {
        font-size: 22px;
        padding: 11px;
    }

    .h-hero .h-promo .promise {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .h-hero .h-promo .n-label {
        font-size: 16px;
    }

    .b-sp-gallery .spk-photo a, .b-sp-gallery .spk-photo {
        width: 155px;
        height: 155px;
    }

    .b-gallery .ctl {
        background-size: 60px;
        width: 60px;
        height: 70px;
    }
    .b-gallery .ctl:hover {
        background-position-y: -68px;
    }

    .b-gallery .item {
        /*max-width: 100%;*/
    }

    .b-sp-gallery .ctl.next {
        margin-right: 5px;
        margin-left: 0;
    }

    .b-sp-gallery .spk.mid {
        margin-top: 0;
    }

    .b-sp-gallery .pgwrap {
        padding-top: 8px;
    }

    .b-gallery .gal-idx {
        display: none;
    }

    .b-sp-gallery .cta {
        margin-top: 36px;
    }

    .b-sp-gallery .pgwrap.exitLeft {
        left: -110vw;
    }

    .b-sp-gallery .pgwrap.exitRight {
        left: 110vw;
    }

    .b-two-col.audience .col2 {
        padding-right: 20px;
        margin-top: 20px;
    }

    .b-two-col .glow-list {
        margin-top: 20px;
    }

    .b-orgs .org:hover img {
        filter: none;
        -webkit-filter: none;
        opacity: 1;
    }

    .b-two-col.notalone .columns {
        flex-direction: column-reverse;
    }

    .b-two-col.notalone .col1 {
        position: absolute;
        left: 0;
        bottom: -122px;
    }

    .b-two-col.notalone .col2 {
        padding-bottom: 60px;
    }

    .b-two-col.notalone:after {
        content: '';
        display: block;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .b-two-col.notalone .holder {
        z-index: 5;
    }

    .b-two-col.notalone .columns .col2 {
        max-width: none;
        min-width: 0;
        padding: 0 20px;
    }

    .b-two-col.peer .bl-decor {
        display: none;
    }

    .hblock .bl-title.outline h2 {
        -webkit-text-stroke: 2px #007586;
    }

    .b-two-col.managers {
        min-height: 0;
        padding-bottom: 240px;
    }

    .b-two-col.managers .bl-decor {
        background-size: contain;
        background-image: url(../images/2020/angel-mobile.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        height: 70%;
        top: auto;
        bottom: 0;
    }

    .b-two-col.managers .bl-title {
        padding: 0 12px;
    }

    .b-two-col.managers .cta {
        padding: 0 12px;
    }
    .page #main .alt .b-two-col.peer .holder {
        width: 100%;
        padding: 0;
    }

    .ldr-content .b-two-col.peer .columns .col:first-child {
        margin-right: 0;
    }
    .h-hero .hero-section.active.rhero {
        justify-content: flex-start;
    }
    .h-hero .hero-section.active.rhero .hero-text {
        margin-right: 80px;
    }
    .page #main .alt .hblock.h-hero-alt .holder {
        padding:80px 20px;
    }
    .uxi-brand-wrap {
        left:208px;
        top:60px;
    }
    .h-hero .desc-wrap .desc {
        padding-right:20px;
    }
    .h-hero .cta {
        padding-right:20px;
    }
    .h-hero .ttl {
        padding-right:20px;
    }
    .h-hero .ttl img {
        width: 500px;
    }
    .h-hero .hero-shape {
        right:50%;
        margin-right:-600px;
    }
    .h-hero .hero-shape .hand-shape {
        width: 628px;
        left: 113px;
        bottom: -6px;
    }
    .h-hero .hero-shape .hand-cover {
        width: 274px;
        left: 303px;
        bottom: 142px;
    }
    .h-hero .hero-shape .hand-cover img {
        width: 100%;
    }
    .ldr-content .b-two-col.explain .columns .col:first-child {
        display:none;
    }
    .hblock.explain {
        padding-top:120px;
    }
    .ldr-content .b-two-col.explain .columns .col2 {
        padding-right:20px;
    }
    .hblock.explain .vid-last {
        left: auto;
        right: 364px;
        top: -68px;
    }
    .hblock.explain .vid-label a {
        font-size:17px;
        padding-top:26px;
    }
    .ldr-content .b-two-col.plan .columns .col:first-child {
        min-width: calc(40% - 40px);
    }
    .b-two-col.plan .columns {
        flex-direction:row;
    }
    .ldr-content .b-two-col.plan .columns .col2 {
        padding-right: 0;
        min-width: calc(60% - 20px);
    }
    .h-hero .hero-decor {
        left: auto;
        right: 469px;
    }
    .bl-ico-gallery .ico {
        width:114px;
        height:76px;
    }
    .bl-ico-gallery .ico-desc {
        font-size:21px;
    }
    .bl-ico-gallery {
        width:calc(100% - 40px);
        margin:0 auto;
    }
    .explain .b-content {
        font-size:21px;
    }
    .b-two-col .col-content {
        font-size:21px;
    }
    .cta-main.xlarge a {
        width:356px;
    }
    .ldr-content .b-two-col.audience .columns .col2 {
        left: auto;
        right: 650px;
    }
}
@media only screen and (max-width: 1024px) {
    /** homepage 2020 **/
    .h-hero .lhero .hero-text, .h-hero .rhero .hero-text {
        width:70%;
        min-width:0;
        margin-top:0;
    }
    .h-hero .hero-section.lhero.active .hero-text {
    }
    #main .h-hero .hero-title .h1-wrap h1,#main .h-hero .hero-title .h1-wrap .ps {
        font-size:48px;
        padding:0;
    }
    #main .h-hero .hero-title .ps.shade {
        opacity:0.15;
        top:29px;
    }
    #main .h-hero .hero-title .ps.glow {
        opacity: 0.9;
        padding:15px;
        filter: blur(30px);
        -webkit-filter: blur(30px);
        right:-10px;
    }
    #main .h-hero .lhero .hero-title .h1-wrap .ps.glow {
        right:auto;
        left:-10px;
    }
    .h-hero .h-promo {
        flex-direction: row;
        width:100%;
        left:auto;
        background: rgba(2, 22, 33, 0.9);
        position: absolute;
        top: 0;
        height: auto;
        bottom: auto;
        justify-content: center;
        align-items: center;
        padding:5px 0;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform:none;
    }
    .h-hero .h-promo.nav-promo-shown {
        display:none;
    }
    .h-hero .h-promo.dt .num-box .n-label {
        display:none;
    }
    .h-hero .num-box .num {
        font-size:14px;
        background:none;
        font-family: "Heebo",Arial, Helvetica, sans-serif;
        font-weight:Bold;
        width:auto;
        padding:0 4px;
    }
    .h-hero .h-promo .promise {
        font-size:12px;
        margin-bottom:0;
    }
    .h-hero .h-promo .num-sep {
        font-size:10px;
        font-family: "Heebo",Arial, Helvetica, sans-serif;
        padding:0;
    }
    .h-hero .num-box.days {
        flex-direction:row;
    }
    .h-hero .h-promo.dt .num-box.days .n-label {
        display: block;
        font-size:12px;
    }
    .h-hero .h-promo .cta {
        display:block;
        margin:0 20px 2px 0;
        top:0;
        position:relative;
        left:auto;
    }
    .h-hero .rem-popup .cta {
        width:100%;
    }
    .h-hero .rem-popup .cta-but.cta-sec {
        text-align: center;
    }
    .h-hero .rem-popup .cta-but.cta-sec a {
        margin-left:0;
    }
    .h-hero .h-promo .cta a {
        font-size:12px;
    }
    .h-hero .h-promo .cta-sec a{
        margin-bottom:0;
        font-weight: bold;
    }
    .h-hero .h-promo .cta .ps.glow {
        background:#fff;
        bottom:-20px;
        opacity:0.1;
    }
    .h-hero .h-promo .cta canvas {
        color:#fff;
        bottom:-2px;
        height:6px;
    }
    .h-hero .h-promo .dln-box {
        background:none;
        font-size:12px;
        padding:0 5px 0 0;
    }
    .h-hero .h-promo .num {
        font-size:16px;
    }
    .h-hero .lhero .hero-text {
        margin-left:0;
    }
    .h-hero .rhero .hero-text {
        margin-right:0;
    }
    .page-template-page-home .b-code .bl-content {
        width:calc(100% - 124px);
    }
    .uxi-brand-wrap {
        top:49px;
    }
    .h-hero .hero-shape .hand-shape {
        width:582px;
        bottom: 15px;
        left: 137px;
    }
    .uxi-brand-wrap {
        top:80px;
    }
    .h-hero .ttl img {
        width:50%;
    }
    .bl-decor.ov-connect {
        font-size: 140px;
        top: -70px;
    }
    .bl-decor.ov-connect.active .ps, .bl-decor.ov-connect.active .main {
        letter-spacing: -5px;
    }
    .ldr-content .b-two-col.b-workshop-exp .columns .col2 {
        left: auto;
        right: 274px;
        top: 45px;
    }
    .ldr-content .b-two-col.audience .columns .col2 {
        right: 550px;
    }
    .h-hero .h-promo .promise {
        top: auto;
        position: relative;
        color:#fff;
    }
    .b-content {
        font-size: 24px;
        line-height: 1.4em;
        max-width: 757px;
    }
}
@media only screen and (max-width:767px) {
    .h-hero .hero-desc {
        display: none;
    }

    #main .h-hero .hero-title .h1-wrap {
        align-items: center;
        justify-content: center;
        width: 100%;
        display: flex;
    }

    .h-hero .hero-title, .h-hero .lhero .hero-text * {
        text-align: center !important;
    }

    #main .h-hero .hero-title .h1-wrap h1 {
        font-size: 61px;
        width: 37px;
        writing-mode: vertical-lr;
        -ms-writing-mode: lr;
        -webkit-writing-mode: vertical-lr;
    }

    #main .h-hero .hero-title .ps.shade {
        display: none;
    }

    #main .h-hero .hero-title .h1-wrap .ps.glow {
        left: 50%;
        width: 37px;
        margin-left: -64px;
        top: -32px;
        padding: 52px;
        right: auto;
        opacity: 1;
        filter: blur(35px);
        -webkit-filter: blur(35px);
    }

    #main .h-hero .lhero .hero-title .h1-wrap .ps.glow {
        opacity: 0.5;
        writing-mode: vertical-lr;
        -ms-writing-mode: lr;
        -webkit-writing-mode: vertical-lr;
        right: 50%;
        margin-right: -68px;
    }

    #main .h-hero .hero-title .h2-wrap .ps.glow {
        right: auto;
        left: 50%;
        margin-left: -40px;
        opacity: 0.4;
    }

    #main .h-hero .hero-title .ps.glow {
        opacity: 1;
        /*display:none;*/
    }

    #main .h-hero .rhero .hero-title .ps.glow {
        opacity: 0.6;
        display: block;
        margin-left: -39px;
        top: -34px;
        padding: 23px;
    }

    .h-hero .hero-section .cta-but.cta-sec {
        display: none;
    }

    .h-hero .hero-section .cta-but-row {
        justify-content: center;
        width: 100%;
        display: flex;
    }

    .h-hero .hero-section .cta-but {
        display: flex;
    }

    .h-hero .hero-section .cta {
        width: 100%;
        max-width: none;
        margin-top: 20px;
        align-self: center;
    }

    .h-hero .hero-title {
        height: 410px;
        justify-content: flex-end;
        display: flex;
        flex-direction: column;
        margin-top: 40px;
    }

    .h-hero .lhero .hero-text, .h-hero .rhero .hero-text {
        width: 100%;
        padding: 50px 0 260px 0;
    }

    #main .h-hero .hero-title h4 {
        font-weight: normal;
        order: 4;
        margin-bottom: 0;
    }

    .h-hero .sep {
        display: none;
    }

    .h-hero .hero-section.rhero {
        background: rgb(254, 158, 47);
        background: -moz-linear-gradient(160deg, rgba(254, 158, 47, 1) 8%, rgba(251, 174, 8, 1) 19%, rgba(251, 174, 8, 1) 43%, rgba(255, 103, 2, 1) 66%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(160deg, rgba(254, 158, 47, 1) 8%, rgba(251, 174, 8, 1) 19%, rgba(251, 174, 8, 1) 43%, rgba(255, 103, 2, 1) 66%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(160deg, rgba(254, 158, 47, 1) 8%, rgba(251, 174, 8, 1) 19%, rgba(251, 174, 8, 1) 43%, rgba(255, 103, 2, 1) 66%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fe9e2f", endColorstr="#ba1bdc", GradientType=1);
    }


    .h-hero .hero-section.inactive .closer {
        display: none;
    }

    .h-hero .hero-section.inactive {
        height: 46px;
        left: 0;
        right: auto;
        z-index: 1000;
        width: 100%;
        max-width: 100%;
        top: 69px;
    }

    .h-hero .hero-section.inactive .opener {
        writing-mode: initial;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 0 20px;
        left: auto;
        right: auto;
        width: calc(100% - 40px);
        min-width: calc(100% - 40px);
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .h-hero .hero-section.inactive .opener a {
        font-size: 12px;
        right: 20px;
    }

    .h-hero .opener a:after {
        -moz-transform: rotate(-90deg) scale(0.6);
        -webkit-transform: rotate(-90deg) scale(0.6);
        -o-transform: rotate(-90deg) scale(0.6);
        -ms-transform: rotate(-90deg) scale(0.6);
        transform: rotate(-90deg) scale(0.6);
        left: auto;
        right: -23px;
    }

    .h-hero .opener .cur-day {
        display: block;
        font-size: 16px;
        left: 20px;
    }

    .h-hero .lhero .opener a:after {
        -moz-transform: rotate(90deg) scale(0.6);
        -webkit-transform: rotate(90deg) scale(0.6);
        -o-transform: rotate(90deg) scale(0.6);
        -ms-transform: rotate(90deg) scale(0.6);
        transform: rotate(90deg) scale(0.6);
        left: -23px;
        right: auto;
    }

    .h-hero .inactive .hero-text {
        display: none;
    }

    .h-hero .lhero.hero-section.inactive .opener a {
        right: auto;
        left: 20px;
    }

    .h-hero .hero-section.lhero.inactive {
        background: rgb(0, 117, 134);
        background: -moz-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 20%, rgba(255, 166, 61, 1) 45%, rgba(255, 103, 2, 1) 71%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 20%, rgba(255, 166, 61, 1) 45%, rgba(255, 103, 2, 1) 71%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 20%, rgba(255, 166, 61, 1) 45%, rgba(255, 103, 2, 1) 71%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007586", endColorstr="#ba1bdc", GradientType=1);
        border: 0;
    }

    .h-hero .hero-section.rhero.inactive {
        background: rgb(0, 117, 134);
        background: -moz-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 39%, rgba(255, 166, 61, 1) 69%, rgba(255, 103, 2, 1) 85%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 39%, rgba(255, 166, 61, 1) 69%, rgba(255, 103, 2, 1) 85%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(90deg, rgba(0, 117, 134, 1) 0%, rgba(0, 172, 183, 1) 39%, rgba(255, 166, 61, 1) 69%, rgba(255, 103, 2, 1) 85%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#007586", endColorstr="#ba1bdc", GradientType=1);
        border: 0;
    }

    .h-hero .hero-section.active {
        flex-basis: 100%;
    }

    #main .h-hero .active .hero-title .h1-wrap h1 {
        writing-mode: initial;
        -ms-writing-mode: initial;
        -webkit-writing-mode: initial;
        width: auto;
    }

    #main .h-hero .active .hero-title h4 {
        order: initial;
        margin-top: 0;
        margin-bottom: 6px;
    }

    #main .h-hero .rhero.active {
        background: rgb(255, 166, 61);
        background: -moz-linear-gradient(138deg, rgba(255, 166, 61, 1) 0%, rgba(255, 103, 2, 1) 18%, rgba(186, 27, 220, 1) 100%);
        background: -webkit-linear-gradient(138deg, rgba(255, 166, 61, 1) 0%, rgba(255, 103, 2, 1) 18%, rgba(186, 27, 220, 1) 100%);
        background: linear-gradient(138deg, rgba(255, 166, 61, 1) 0%, rgba(255, 103, 2, 1) 18%, rgba(186, 27, 220, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffa63d", endColorstr="#ba1bdc", GradientType=1);
    }

    #main .h-hero .rhero.active .hero-title .ps.glow {
        width: auto;
        margin-left: -30%;
    }

    #main .h-hero .rhero.active .hero-title .ps.glow, #main .h-hero .lhero.active .hero-title .ps.glow {
        display: none !important;
    }

    .h-hero .hero-section.rhero.active .hero-text, .h-hero .hero-section.lhero.active .hero-text {
        width: 100%;
        left: auto;
        right: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .h-hero .active .hero-title {
        height: auto;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .h-hero .active .hero-desc {
        display: block;
        padding: 20px;
        width: auto;
        text-align: center;
    }

    .h-hero .hero-section.active .cta-but.cta-main .main {
        display: none;
    }

    .h-hero .hero-section.active .cta-but.cta-main .sec {
        display: block;
    }

    .h-hero .hero-section.active .cta-but.cta-sec {
        display: inline-block
    }

    .h-hero .hero-section.active .cta-but.cta-main a {
        padding: 7px 15px 7px 45px;
    }

    .h-hero .active .cta-main a:after {
        display: block;
        left: 12px;
        top: 17px;
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);

    }

    .h-hero .hero-section.active .cta-main a:hover {
        border-color: #fff;
        background: none;
    }

    .h-hero .hero-section.inactive {
        top: 88px;
    }


    .h-hero .lhero.inactive .opener {
        margin-right: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hblock {
        width: 100%;
    }

    .des-content {
        width: 100%;
        margin-left: 0;
    }

    .ldr-content {
        width: 100%;
        margin-right: 0;
    }

    .des-content .hblock {
        padding-right: 0
    }

    .ldr-content .hblock {
        padding-left: 0;
    }

    .hblock .b-video {
        padding-bottom: 190px;
    }

    .b-video .block-decor {
        bottom: 6px;
    }

    .b-video .decor-text {
        text-shadow: -5px 10px 30px rgba(200, 42, 175, 0.3)
    }

    .des-content .hblock.b-two-col.audience {
        z-index: 10;
    }

    .bl-title {
        margin-top: 0;
    }

    .bl-title h3 {
        font-weight: normal;
    }

    .b-orgs .orgs {
        flex-basis: 47%;
    }

    .b-orgs .org {
        min-width: 47%;
    }

    .b-orgs .org img {
        max-width: 38vw;
    }

    .page-template-page-home .b-code .bl-content {
        width: calc(100% - 24px);
    }

    .r-content .b-sponsors, .r-content .b-code {
        margin-left: 0
    }

    .l-content .b-sponsors, .l-content .b-code {
        margin-right: 0
    }

    .b-two-col.notalone .columns .col2 {
        max-width: none;
    }

    .b-two-col.managers .bl-decor {
        opacity: 1;
    }

    .hblock.h-hero {
        height: calc(100vh - 60px);
        min-height: 650px;
        background-size:135%;
        background-position-x: right;
    }

    .h-hero .hero-section .hero-text {
        padding-bottom: 40px;
        justify-content: flex-end;
    }

    .h-hero .hero-section.active .hero-text {
        justify-content: flex-start;
    }

    .hblock.h-hero.has-active {
        max-height: none;
        height: auto;
    }

    .hblock.h-hero .cta-main a {
        padding-right: 15px;
        width: calc(100% - 30px)
    }

    .hblock.h-hero.has-active .hero-section.active {
        padding-bottom: 240px;
    }

    .hblock.h-hero .cta-main a:after {
        /*display: none;*/
    }

    .h-hero .active .cta-main.glow a:before {
        display: none;
    }

    .hblock.h-hero .hero-section.active .cta-main a:after {
        display: block;
        background: url(../images/sprite2.png) no-repeat;
        left: 24px;
        top: 30px;
        width: 19px;
        height: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        left: 12px;
        top: 17px;
    }

    .b-gallery .item {
        max-width: none;
    }

    .b-gallery .ctl.next {
        margin-right: 5px;
    }

    .h-hero .cta-main a {
        padding: 10px 15px 10px 54px;
    }

    .uxi-brand-wrap {
        left: 50%;
        bottom: 0;
        top: auto;
        margin-left: -90px;
        width: 180px;
    }

    .page #main .alt .h-hero .holder {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .h-hero .ttl img {
        width: 90%;
    }

    .h-hero .hero-shape {
        top: 30px;
    }

    .h-hero .ttl {
        max-width: 400px;
        margin: 63px 20px 0 ;
    }

    .h-hero .hero-shape .hand-shape {
        width: 410px;
        bottom: 153px;
        left: 442px;
    }

    .h-hero .hero-shape .hand-cover {
        width: 189px;
        left: 564px;
        bottom: 253px;
    }

    .desc-wrap {
        margin-top: 0;
    }
    .bl-decor.ov-connect {
        right:0;
    }
    .bl-decor.ov-connect.active {
        right:0;
    }
    .page #main .alt .hblock.plan .holder, .page #main .alt .hblock.audience .holder {
        width:100%;
    }
    .h-hero .hero-decor {
        right: 200px;
        top: 355px;
        background-position-y: 0;
    }
    .h-hero .ttl {
        padding-right:0;
    }
    .bl-ico-gallery {
        flex-wrap:wrap;
        justify-content: space-around;
    }
    .bl-ico-gallery .ico-item {
        flex-basis: 48%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom:35px;
    }
    .hblock.explain .b-content {
        margin-top:20px;
    }
    .ldr-content .b-two-col.plan .columns .col2 {
        min-width: 352px;
    }
    .ldr-content .b-two-col.plan .cta-main.xlarge a {
        width:260px;
    }
}
@media only screen and (max-width:600px) {
    .h-hero .hero-section.inactive {
        top: 69px;
    }

    .ldr-content .b-two-col .glow-list li, .des-content .b-two-col .glow-list li {
        font-size: 32px;
        padding-bottom: 20px;
        line-height: 39px;
    }

    .b-two-col .glow-list li:before {
        filter: blur(20px);
        -webkit-filter: blur(20px);
        top: -8px;
        opacity: 0.6;
        padding: 0 12px;
    }

    .b-two-col.notalone {
        background-size: 200%;
        background-position: bottom right;
        background-color: #00262c;
        padding-bottom: 150px;
    }

    .bl-decor.ov-connect {
        font-size: 150px;
    }

    .b-two-col.notalone .col1 {
        bottom: -186px;
    }

    .b-two-col.notalone .cta, .b-sp-gallery .cta {
        max-width: 100%;
        width: 100%;
    }

    .b-sp-gallery .cta {
        padding-left: 16px;
        padding-right: 10px;
        width: calc(100% - 26px);
    }

    .b-two-col.notalone .cta-but-row, .b-sp-gallery .cta-but-row {
        width: 100%;
    }

    .b-two-col.notalone .cta-but, .b-sp-gallery .cta-but {
        width: 100%;
    }

    .b-two-col.peer .cta, .b-two-col.managers .cta {
        width: 100%;
        max-width: none;
    }

    .b-two-col.peer .cta .cta-but, .b-two-col.managers .cta .cta-but {
        width: 100%;
    }

    .b-two-col.peer .cta-main a, .b-two-col.managers .cta-main a {
        text-align: center;
    }

    .b-two-col.peer p.answer {
        margin-top: 20px;
    }

    .b-two-col .cta {
        width: 100%;
        max-width: none;
    }

    .b-two-col .col-content .cta-but.cta-main {
        width: 100%;
    }

    .h-hero .rhero.hero-section.inactive:hover, .h-hero .lhero.hero-section.inactive:hover,
    .h-hero .rhero.hero-section.inactive, .h-hero .lhero.hero-section.inactive {
        max-width: none !important;
        width: 100% !important;
    }

    .hero-section {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .h-hero .hero-section.inactive {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none;
        transition: none;
    }

    .page #main .hblock.h-hero-alt h1 {
        font-size: 45px;
    }

    .page #main .hblock.h-hero-alt h2 {
        font-size: 30px;
    }

    .page #main .alt .hblock.h-hero-alt .holder {
        padding: 40px 0;
        width: calc(100% - 20px);
    }

    .hblock.h-hero-alt .cta-but-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .hblock.h-hero-alt .cta-but.cta-sec a {
        margin: 40px 0;
    }

    .hblock.h-hero-alt {
        min-height: calc(100vh - 80px);
    }

    .h-hero .desc-wrap {
        width: 100%;
    }

    .h-hero .desc-wrap .desc {
        padding-left: 20px;
    }

    .hblock.explain .vid-last {
        right: 170px;
        top: -89px;
    }

    .bl-decor.ov-connect {
        font-size: 100px;
        top: -50px;
    }

    .bl-decor.ov-connect .main {
        letter-spacing: 10px;
    }

    .hblock.explain {
        padding-bottom: 80px;
    }

    .ldr-content .b-two-col.plan .columns .col1 {
        display: none;
    }

    .ldr-content .b-two-col.plan .columns .col2 {
        width: calc(100% - 40px);
        padding: 0;
        min-width: 0;
        margin: 0 auto;
    }

    .b-two-col.plan .columns {
        display: block;
    }

    .page #main .alt .b-sp-gallery .holder {
        width: 100%;
    }
    .b-gallery .ctl {
        margin-left:5px;
    }
    .page #main .ldr-content .b-two-col.b-workshop-exp .holder {
        width:calc(100% - 40px);
    }
    .ldr-content .b-two-col .columns .col:first-child {
        padding:0;
    }
    .ldr-content .b-two-col.b-workshop-exp .columns .col2 {
        display:none;
    }
    .ldr-content .b-two-col.audience .columns .col2 {
        display:none;
    }
    .ldr-content .b-two-col.audience .columns .col1 {
        flex-basis: 100%;
        width: calc(100% - 40px);
    }
    .reasonspan {
        display:none;
    }
}
@media only screen and (max-width:415px) {
    .b-video .block-decor .decor-text {
        font-size: 88px;
    }

    .bl-decor.ov-connect {
        font-size: 118px;
    }

    .b-two-col.notalone {
        padding-bottom: 200px;
    }

    .b-two-col.notalone .col1 {
        bottom: -202px;
    }

    .hblock.explain .vid-label a {
        background-size: 120px;
        padding: 0 0 135px 39px;
    }

    .hblock.explain .vid-label {
        left: -29px;
        top: -80px;
        padding-right: 90px;
        background: url(../images/dll_why_arrow.png) no-repeat 102px 43px;
    }

    .hblock.explain .vid-last {
        right: auto;
        top: -56px;
        left: 0;
    }

    .page #main .alt .explain .holder {
        width: calc(100% - 20px);
    }

    .bl-decor.ov-connect * {
        font-size: 70px;
        line-height: 1em;
    }
    .bl-decor.ov-connect {
        font-size: 70px;
        top: -35px;
        line-height: 1em;
    }

    .bl-decor.ov-connect .main {
        letter-spacing: 5px;
    }

    .hblock.plan {
        padding-bottom:80px;
    }
    .hblock.plan .bl-title,.hblock.audience .bl-title {
        margin-bottom:5px;
    }
    .hblock.plan.b-two-col .cta {
        margin-top:20px;
    }

    .cta-sec a, .cta-main a {
        font-size:20px !important;
    }
    .h-hero .cta {
        margin-top:0;
    }
    .h-hero .cta-sec a {
        margin-top:20px;
    }
    .bl-title h3, .bl-title h3 a {
        font-size:24px;
    }
    .hblock.explain .bl-title {
        margin-bottom:5px;
    }
    .b-orgs .org img {
        max-width: 33vw;
    }
    .b-orgs .orgs {
        padding:0;
    }
    .h-hero .h-promo .cta-sec a {
        font-size:16px !important;
    }
    .h-hero .active .cta-main a:after {
        display:none;
    }
    .p-popup.rem-popup .cta-main a {
        padding-left:15px;
        font-size:16px !important;
    }
    .h-hero .hero-decor{
        display:none;
    }
    .ldr-content .b-two-col.plan .cta-main.xlarge a .imp {
        display:none;
    }
    .ldr-content .b-two-col.plan .cta-main.xlarge a {
        width:200px;
    }
    .hblock.explain .b-content, .bl-ico-gallery {
        width:100%;
    }
    .ldr-content .b-two-col .bl-title {
        padding:0;
    }
    .page #main .alt .hblock.plan .holder, .page #main .alt .hblock.audience .holder, .page #main .alt .b-sp-gallery .holder, .page #main .ldr-content .b-two-col.b-workshop-exp .holder {
        width:calc(100% - 20px);
    }
    .b-workshop-exp.b-two-col .cta-main.medium a, .b-sp-gallery .cta-main.large a, .b-two-col.audience .cta-main.large a,
    .b-center.explain .cta-main a
    {
        width: calc(100% - 75px);
    }
    .b-sp-gallery .cta, .ldr-content .b-two-col.audience .columns .col1, .ldr-content .b-two-col.plan .columns .col2 {
        width:100%;
        padding-left:0;
        padding-right:0;
    }
}
@media only screen and (max-width:375px) {
    .h-hero .h-promo .cta {
        margin-right: 10px;
    }
    .h-hero .hero-section.inactive {
        top:63px;
    }
    .bl-decor.ov-connect {
        font-size:120px;
    }
}
@media only screen and (max-width:360px) {
    #main .h-hero .hero-title .h1-wrap h1 {
        font-size:40px;
    }
    #main .h-hero .hero-title .h2-wrap h2, #main .h-hero .hero-title .h2-wrap .ps {
        font-size:30px;
    }
}
@media only screen and (max-height: 600px) and (max-width: 767px) {
    #main .h-hero .hero-title .h1-wrap {
        font-size: 35px;
    }
}