
* {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 0
}
.mobile_nav .nav_item span{
    background-color: #d278c0;
    border-radius: 10px;
    color: #fff;
    display: block;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-overflow: ellipsis;
    transition: background-color .3s;
    white-space: nowrap;
}

body,
html {
    -webkit-text-size-adjust: none;
    width: 100%
}

html {
    font-size: 62.5%;
    min-height: 100%;
    scroll-behavior: smooth
}

body {
    position: relative
}

div,
header,
img,
nav,
section {
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

h3 {
    font-size: inherit;
    font-weight: 400
}

img {
    -ms-interpolation-mode: bicubic;
    border: none;
    height: auto;
    max-width: 100%;
    width: auto
}

.b_blue {
    background-color: #009cde
}

@media(min-width: 768px) {
    .mobileonly {
        display: none !important
    }
}

body {
    background-attachment: fixed;
    background-color: var(--bg-color);
    background-position: top;
    background-repeat: no-repeat;
    color: var(--font-color);
    font-family: linottelight, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 1.6em;
    line-height: 1.1
}

.letscreate_gallery.app {
    background-color: #f9b928
}

strong {
    font-family: linotteheavy, Arial, sans-serif
}

section {
    margin-top: 25px;
    position: relative;
    width: 100%
}

section.nomargin {
    margin-top: 0
}

@media(max-width: 767px) {
    section {
        margin-top: 12.5px
    }
}

.mpu a>img {
    width: auto
}

.footer_editorial_text {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1
}

.adtech,
.change_language_form {
    display: none
}

pre {
    font-family: linotteregular, Arial, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.1;
    white-space: pre-wrap
}

.b_blue pre a,
.b_yellow pre a {
    color: #c36
}

.b_pink pre a,
.b_purple pre a {
    color: #3791d3
}

.no-touchevents pre a:hover {
    text-decoration: underline
}

.floor_ad {
    position: relative;
    z-index: 1000
}

.b_blue {
    background-color: #3791d3
}

.b_blue,
.b_yellow {
    border: 10px solid #fff;
    border-radius: 20px;
    color: #fff
}

.b_yellow {
    background-color: #cedc28
}

.b_purple {
    background-color: #9742b7
}

.b_pink,
.b_purple {
    border: 10px solid #fff;
    border-radius: 20px;
    color: #fff
}

.b_pink {
    background-color: #c36
}

.b_white {
    background-color: #fff
}

.clearfix:after {
    clear: both;
    content: " ";
    display: table
}

header {
    position: relative;
    z-index: 10
}

header>.wrapper {
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    width: auto
}

header>.wrapper .logo-and-menu-btn-wrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
    width: 100%
}

header>.wrapper .mobile-nav-wrapper {
    position: relative;
    width: 100%
}

header.wrapper {
    max-width: 100%;
    padding: 20px 0;
    width: 100%
}

header .logo-wrapper {
    flex-grow: 1
}

header .logo {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 528px
}

body.no-js header .logo,
body.no-webp header .logo {
    background-image: url(/static/base/site/images/critical/animated-logo/logo_animation.33f884b4.png)
}

body.webp header .logo {
    background-image: url(/static/base/site/images/critical/animated-logo/logo_animation.6891cd83.webp)
}

header .logo:hover {
    -webkit-animation: logoEyeBlink .4s steps(3) 2;
    animation: logoEyeBlink .4s steps(3) 2
}

header .logo.italian {
    background-position: 0 2.7%;
    background-repeat: no-repeat;
    background-size: auto;
    height: 169px;
    margin-left: auto;
    margin-right: auto
}

body.no-js header .logo.italian,
body.no-webp header .logo.italian {
    background-image: url(/static/base/site/images/critical/animated-logo/logo_animation_IT.6cad70d3.png)
}

body.webp header .logo.italian {
    background-image: url(/static/base/site/images/critical/animated-logo/logo_animation_IT.192c4eaf.webp)
}

header .logo.italian:hover {
    -webkit-animation: logoEyeBlinkIt .4s steps(1) 2;
    animation: logoEyeBlinkIt .4s steps(1) 2
}

header .leaderboard {
    display: inline-block;
    margin-bottom: 30px;
    position: relative
}

header .language_button {
    background: transparent;
    position: relative
}

header .language_button:hover .button_inner {
    background-color: #fff !important;
    color: #000 !important;
    padding: 15px 25px
}

header .language_button .button_inner {
    background-color: #fff;
    color: #000;
    padding: 15px 25px !important
}

[dir=rtl] header .leaderboard {
    left: 20px;
    right: auto
}

@media(max-width: 1023px) {
    header {
        text-align: center
    }

    header .leaderboard {
        bottom: auto !important;
        left: auto !important;
        margin: 0 auto 30px;
        position: relative;
        right: auto !important;
        top: auto !important;
        -webkit-transform: none;
        transform: none
    }

    header .language_button {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto
    }

    header .logo {
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    header {
        display: flex;
        flex-direction: column;
        text-align: right
    }

    header>.wrapper .logo-and-menu-btn-wrapper {
        margin-bottom: 10px
    }

    header .leaderboard {
        display: block;
        margin-bottom: 10px;
        width: 320px
    }

    header .logo {
        height: 88px;
        width: 424px
    }

    header .logo.italian {
        background-size: 100% auto;
        height: 135px;
        width: 424px
    }

    header>.wrapper {
        background-color: #ed8fc5;
        display: flex;
        flex-wrap: wrap;
        -ms-order: 2;
        order: 2;
        padding-bottom: 0
    }

    header nav {
        -ms-order: 1;
        order: 1
    }

    body.app header>.wrapper {
        background-color: #f9b928
    }

    [dir=rtl] header {
        text-align: left
    }

    [dir=rtl] header .logo {
        float: right
    }
}

@media(max-width: 640px) {
    header .logo {
        display: inline-block;
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width: 500px) {
    header .logo {
        height: 55px;
        width: 265px
    }

    header .logo.italian {
        background-size: 100% auto;
        height: 84px;
        width: 263px
    }

    body.italian header .logo-wrapper {
        display: flex;
        justify-content: flex-end
    }
}

body.italian header>.wrapper {
    background-color: transparent
}

.body_wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
}

.wrapper {
    margin: 0 auto;
    max-width: 1228px;
    padding: 20px;
    position: relative;
    width: 96%
}

.wrapper--radius-top--margin-top {
    margin-top: 30px
}

.wrapper--radius-top,
.wrapper--radius-top--margin-top {
    border-top-left-radius: 45px;
    border-top-right-radius: 45px
}

.wrapper--radius-bottom {
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px
}

.wrapper--nopadding,
.wrapper.no_padding {
    padding: 0 !important
}

.wrapper--no-top-bottom-padding {
    padding-bottom: 0;
    padding-top: 0
}

.wrapper.margin_bottom {
    margin-bottom: 25px
}

.full_wrapper {
    margin: 0 auto;
    max-width: 1228px;
    position: relative;
    width: 100%
}

@media(min-width: 1300px) {
    .body_wrapper {
        margin: 0 auto;
        width: 1300px
    }
}

@media(max-width: 767px) {
    .wrapper {
        padding: 10px
    }

    .wrapper.margin_bottom {
        margin-bottom: 12.5px
    }

    .wrapper--radius-top--margin-top {
        margin-top: 30px
    }

    .wrapper--radius-top,
    .wrapper--radius-top--margin-top {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px
    }

    .wrapper--radius-bottom {
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px
    }
}

.takeover {
    display: block;
    height: 0;
    left: 50%;
    margin: 0 auto;
    max-width: 1228px;
    position: fixed;
    top: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    z-index: 0
}

.takeover .takeover_left,
.takeover .takeover_right {
    background-repeat: no-repeat;
    display: block;
    height: 10000px;
    position: absolute;
    top: 0;
    width: 1000px
}

.takeover .takeover_left {
    background-position: 100% 0;
    right: 100%
}

.takeover .takeover_right {
    background-position: 0 0;
    left: 100%
}

.leaderboard {
    background-color: #fff;
    color: #000;
    display: inline-block;
    font-family: linotteregular, Arial, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.1;
    max-width: 100%;
    padding: 3px 22px 3px 3px;
    text-align: center;
    z-index: 0
}

.leaderboard .ad_label {
    height: 13px;
    left: 100%;
    margin-left: -11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 90px
}

.leaderboard div,
.leaderboard iframe,
.leaderboard img {
    max-width: 100%
}

@media(max-width: 1023px) {
    .leaderboard {
        padding-right: 3px
    }

    .leaderboard .ad_label {
        height: auto;
        left: auto;
        margin-left: 0;
        position: relative;
        text-align: center;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }
}

.shows_carousel_marker {
    margin: 0 auto;
    padding-bottom: 25px;
    position: relative;
    width: 100%
}

.shows_carousel {
    background-color: #fff;
    direction: ltr;
    font-size: 0;
    overflow: hidden;
    padding: 10px 3px;
    position: relative;
    text-align: center
}

.shows_carousel.sticky {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    left: 50%;
    position: fixed;
    top: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100%;
    z-index: 999
}

.shows_carousel .shows_carousel_wrapper {
    padding: 0;
    position: relative;
    width: 100%
}

.shows_carousel .arrow {
    background-color: #fff;
    cursor: pointer;
    display: block;
    flex-shrink: 0;
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    width: 60px;
    z-index: 2
}

.shows_carousel .arrow:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30%;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.shows_carousel .arrow.swiper-button-disabled {
    display: none
}

.shows_carousel .arrow-left {
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.shows_carousel .arrow-left:before {
    background-image: url(/static/base/site/images/critical/arrow_left.2dffb68e.svg);
    background-repeat: no-repeat
}

.shows_carousel .arrow-right {
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.shows_carousel .arrow-right:before {
    background-image: url(/static/base/site/images/critical/arrow_right.d5e7afbb.svg);
    background-repeat: no-repeat
}

.shows_carousel .swiper-container a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
    display: inline-block;
    margin: 0 7px;
    overflow: hidden;
    -webkit-perspective: 130px;
    -ms-perspective: 130px;
    perspective: 130px;
    position: relative;
    -webkit-transform: rotateX(90deg) translateZ(0);
    transform: rotateX(90deg) translateZ(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: -webkit-transform .6s cubic-bezier(.47, 3.32, .31, -.36);
    transition: transform .6s cubic-bezier(.47, 3.32, .31, -.36);
    transition: transform .6s cubic-bezier(.47, 3.32, .31, -.36), -webkit-transform .6s cubic-bezier(.47, 3.32, .31, -.36)
}

.shows_carousel .swiper-container a .shows_carousel_title {
    background-color: #9742b7;
    bottom: 0;
    color: #fff;
    font-family: linottebold, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    left: 0;
    line-height: 1.1;
    opacity: 1;
    padding: 6px;
    position: absolute;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    white-space: normal;
    width: 100%
}

.shows_carousel .swiper-container a .shows_carousel_title,
.shows_carousel .swiper-container a img {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.shows_carousel .swiper-container a img {
    width: 108px
}

.shows_carousel.animate .swiper-container a {
    -webkit-transform: rotateX(0deg) translateZ(0);
    transform: rotateX(0deg) translateZ(0)
}

.no-touchevents .shows_carousel {
    overflow: hidden
}

.no-touchevents .shows_carousel a:hover .shows_carousel_title {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.no-touchevents .shows_carousel a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.no-touchevents .shows_carousel:hover .arrow {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.touchevents .shows_carousel .arrow {
    display: none
}

@media(max-width: 1023px) {
    .shows_carousel {
        margin: 14px/2 0
    }

    .shows_carousel .arrow {
        width: 30px
    }

    .shows_carousel .arrow:before {
        background-size: 40%
    }

    .shows_carousel .swiper-container a .shows_carousel_title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.1;
        padding: 4px
    }

    .shows_carousel .swiper-container a img {
        width: 72px
    }
}

@media(max-width: 767px) {
    .shows_carousel {
        border-radius: 0
    }
}

.gameplay_page .shows_carousel.sticky {
    left: auto;
    position: relative !important;
    -webkit-transform: none;
    transform: none;
    z-index: 0
}

@media(max-height: 400px) {
    .shows_carousel.sticky {
        left: auto;
        position: relative !important;
        -webkit-transform: none;
        transform: none;
        z-index: 0
    }
}

nav {
    font-family: linotteheavy, Arial, sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.1;
    line-height: 1;
    position: relative;
    text-align: center;
    width: 100%
}

nav>.wrapper {
    max-width: none;
    width: auto
}

nav.reduced-nav {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.1
}

nav.large-nav {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.1
}

nav .wrapper {
    background-color: #9742b7;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: space-around;
    padding: 10px 5px
}

nav .nav_item {
    align-items: center;
    border-radius: 10px;
    color: var(--font-color);
    display: flex;
    justify-content: center;
    margin: 0 5px;
    padding: 10px 15px;
    position: relative;
    transition: background-color .3s, color .3s, border-color .3s
}

nav .nav_item .height-handler {
    display: inline-block;
    height: 100%;
    position: relative
}

nav .nav_item .nav_item_icon {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    flex-grow: 0;
    flex-shrink: 0;
    height: 45px;
    margin-right: 8px;
    transition: -webkit-transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    transition: transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    transition: transform .3s cubic-bezier(.47, 5.02, .31, -.36), -webkit-transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    vertical-align: middle;
    width: 45px
}

nav .nav_item .nav_item_icon--svg-modifier {
    background-size: 45px 85px
}

nav .nav_item span {
    display: inline-block;
    vertical-align: middle
}

nav .nav_item.active {
    background-color: #fff;
    color: #9742b7
}

nav .nav_item.active .nav_item_icon {
    background-position: center 100%
}

.nav_menu_button {
    display: none
}

[dir=rtl] nav .nav_item .nav_item_icon {
    margin-left: 8px;
    margin-right: 0
}

.no-touchevents nav .nav_item:hover {
    background-color: #ac68c5
}

.no-touchevents nav .nav_item:hover .nav_item_icon {
    -webkit-transform: scale(1.09) rotate(-10deg);
    transform: scale(1.09) rotate(-10deg)
}

.no-touchevents nav .nav_item:hover.active {
    color: #fff
}

.no-touchevents nav .nav_item:hover.active .nav_item_icon {
    background-position: center 0
}

@media(max-width: 1168px) {
    nav {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.1
    }
}

@media(max-width: 1100px) {
    nav {
        font-size: 35px;
        font-size: 3.5rem;
        line-height: 1.1;
        line-height: 1
    }

    nav .nav_item .nav_item_icon {
        margin-right: 5px
    }

    nav .nav_item span {
        display: block;
        max-width: none;
        width: 100%
    }

    [dir=rtl] nav .nav_item .nav_item_icon {
        margin-left: 0
    }
}

@media(max-width: 1040px) {
    nav {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.1
    }

    nav .nav_item {
        display: inline-block
    }

    nav .nav_item .height-handler {
        height: 0
    }

    nav .nav_item .nav_item_icon {
        margin-bottom: 10px
    }
}

@media(max-width: 767px) {
    nav {
        left: 0;
        max-height: 0;
        overflow: hidden;
        position: absolute;
        text-align: left;
        top: 0;
        transition: max-height .5s;
        z-index: 101
    }

    nav .wrapper {
        background-color: #9742b7;
        display: block
    }

    nav .nav_item {
        display: block;
        width: 100%
    }

    nav .nav_item .nav_item_icon {
        margin-right: 10px
    }

    nav .nav_item span {
        display: inline;
        vertical-align: middle
    }

    nav.active {
        max-height: 600px
    }

    [dir=rtl] nav .nav_item {
        text-align: right
    }

    [dir=rtl] nav .nav_item .nav_item_icon {
        margin-left: 10px;
        margin-right: 0
    }

    .nav_button_wrapper {
        align-items: center;
        display: flex;
        flex-grow: 0;
        flex-shrink: 0;
        justify-content: flex-end
    }

    .nav_menu_button {
        align-self: center;
        cursor: pointer;
        display: inline-block;
        flex-shrink: 1;
        justify-self: flex-end;
        position: relative;
        right: 0;
        width: 40px
    }

    .nav_menu_button .nav_item_icon {
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .nav_menu_button .nav_item_icon.close_icon {
        height: auto;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .nav_menu_button.active .nav_item_icon {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .nav_menu_button.active .nav_item_icon.close_icon {
        opacity: 1
    }
}

.close_mobile_menu {
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 5px;
    text-align: right;
    width: 100%
}

.close_mobile_menu .close_icon {
    display: inline-block;
    height: 57px;
    width: 57px
}

.mobile_nav_logo {
    left: 10px;
    position: absolute;
    top: 10px;
    width: 90px
}

.mobile_nav {
    background-color: #9742b7;
    display: block;
    font-size: 0;
    height: 0px;
    opacity:0;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
    text-align: left;
    transition: all .3s
}

.mobile_nav.active {
    height: 100%;
    transition:all 0.3s;
    opacity:1;
}

.mobile_nav .nav_item {
    display: inline-block;
    font-family: linotteheavy, Arial, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.1;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
    width: 33%
}

.mobile_nav .nav_item .nav_item_icon {
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 45px;
    width: 45px
}

.mobile_nav .nav_item span {
    display: inline-block;
    width: 100%
}

@media(max-width: 640px) {
    .nav_menu_button {
        height: 33px;
        width: 33px
    }
}

.carousel_widget.main_carousel .caption {
    background-color: #9742b7;
    color: #fff;
    font-family: linotteheavy, Arial, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.1;
    line-height: 1;
    padding: 4% 2%;
    position: relative;
    width: 100%
}

.carousel_widget.main_carousel .caption .button .button_inner {
    border: 3px solid #fff;
    border-radius: 10px
}

.carousel_widget.main_carousel .caption .half {
    padding-bottom: 20px;
    width: 100%
}

.carousel_widget.main_carousel .caption .button {
    width: 100%
}

.carousel_widget.main_carousel .caption.image_override_mode {
    background: transparent
}

.carousel_widget.main_carousel .caption.image_override_mode .half,
.carousel_widget.main_carousel .caption.image_override_mode:after,
.carousel_widget.main_carousel .caption.image_override_mode:before {
    display: none
}

html[dir=rtl] .carousel_widget.main_carousel .caption {
    text-align: right
}

.control-nav {
    background-color: rgba(0, 0, 0, .5);
    bottom: 8%;
    height: 50px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 100%
}

.carousel_widget .control-nav {
    bottom: 0
}

.control-nav li {
    display: inline-block;
    margin: 0 5px
}

.control-paging li a {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    height: 40px;
    max-height: 40px;
    max-width: 40px;
    padding: 10px;
    position: relative;
    text-indent: -9999px;
    width: 40px
}

.control-paging li a:active,
.control-paging li a:focus {
    border-radius: 10px
}

.control-paging li a:active:after,
.control-paging li a:focus:after {
    background-color: #9742b7;
    border-radius: 5px;
    content: " ";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px
}

.control-paging li a.active {
    border-radius: 10px;
    cursor: default;
    position: relative;
    top: 0
}

.control-paging li a.active:after {
    background-color: #9742b7;
    border-radius: 5px;
    content: " ";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px
}

.carousel_widget .nav_button {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 200%;
    bottom: 0;
    display: block;
    height: 62px;
    position: absolute;
    transition: background-color .3s;
    width: 62px;
    z-index: 3
}

.carousel_widget .nav_button.prev {
    background-image: url(/static/base/site/images/critical/arrows.5cb23fe3.svg);
    background-position: 0 100%;
    background-repeat: no-repeat;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    left: 0
}

.carousel_widget .nav_button.prev:hover {
    background-color: #9742b7;
    background-position: 100% 100%
}

.carousel_widget .nav_button.next {
    background-image: url(/static/base/site/images/critical/arrows.5cb23fe3.svg);
    background-position: 0 0;
    background-repeat: no-repeat;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    right: 0
}

.carousel_widget .nav_button.next:hover {
    background-color: #9742b7;
    background-position: 100% 0
}

@media(max-width: 767px) {
    .carousel_widget.main_carousel .caption.image_override_mode img.override_image {
        display: none
    }

    .carousel_widget.main_carousel .caption.image_override_mode .half {
        display: block
    }

    .carousel_widget .nav_button {
        height: 50px;
        width: 50px
    }
}

@media(min-width: 480px) {
    .control-nav {
        padding-top: 4px
    }

    .carousel_widget.main_carousel .caption {
        position: relative
    }
}

@media(min-width: 768px) {
    .control-nav {
        height: 62px;
        padding-top: 11px
    }

    .carousel_widget.main_carousel .caption {
        border: 10px solid #fff;
        border-radius: 20px;
        bottom: 21%;
        margin-bottom: 50px;
        position: absolute;
        right: 3%;
        width: 32%
    }

    .carousel_widget.main_carousel .caption .left,
    .carousel_widget.main_carousel .caption .right {
        float: none
    }

    .carousel_widget.main_carousel .caption .right {
        bottom: -40px;
        left: 0;
        padding: 0;
        position: static
    }

    .carousel_widget.main_carousel .caption:after,
    .carousel_widget.main_carousel .caption:before {
        display: block
    }
}

.carousel_widget.main_carousel {
    -webkit-backface-visibility: hidden;
    background-color: #3791d3;
    border-radius: 20px;
    left: 0;
    margin-top: 0;
    overflow: hidden;
    padding-left: 0;
    -webkit-perspective: 1000;
    width: 100%
}

.carousel_trim {
    bottom: 0;
    display: none;
    height: 15px;
    left: 0;
    max-width: 1520px;
    position: absolute;
    width: 1520px
}

.carousel_widget.main_carousel .carousel_item {
    margin-right: 0;
    padding-bottom: 50px;
    width: 100%
}

.carousel_widget.main_carousel .carousel_item .override_image {
    opacity: 0;
    transition: opacity .3s
}

.carousel_widget.main_carousel .carousel_item.animate .override_image {
    opacity: 1
}

html[dir=rtl] .carousel_widget.main_carousel .carousel_item {
    margin-left: 0
}

.carousel_widget.main_carousel .carousel_item>img {
    background-color: #9742b7;
    width: 100%
}

@media(min-width: 768px) {
    .carousel_widget.main_carousel .carousel_item {
        padding-bottom: 0
    }
}

.slider-carousel-pagination {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0 !important;
    height: 50px;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.slider-carousel-pagination .swiper-pagination-bullet {
    background-color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-left: 2px;
    margin-right: 2px;
    max-height: 40px;
    max-width: 40px;
    opacity: 1;
    position: relative;
    text-indent: -9999px;
    width: 40px
}

.slider-carousel-pagination .swiper-pagination-bullet-active,
.slider-carousel-pagination .swiper-pagination-bullet-focus {
    border-radius: 10px
}

.slider-carousel-pagination .swiper-pagination-bullet-active:after,
.slider-carousel-pagination .swiper-pagination-bullet-focus:after {
    background-color: #9742b7;
    border-radius: 5px;
    content: " ";
    display: block;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px
}

@media(min-width: 480px) {
    .slider-carousel-pagination {
        padding-top: 4px
    }
}

@media(min-width: 768px) {
    .slider-carousel-pagination {
        height: 62px;
        padding-top: 11px
    }
}

.letscreate-header {
    margin-bottom: 12.5px;
    position: relative
}

.letscreate-header>.wrapper {
    background-color: #fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.letscreate-header>.wrapper img {
    border-radius: 20px
}

.letscreate-header__banner,
.letscreate-header__banner img {
    display: block;
    width: 100%
}

.letscreate-header__banner--desktop {
    display: block
}

.letscreate-header__banner--mobile {
    display: none
}

@media(max-width: 767px) {
    .letscreate-header__banner--desktop {
        display: none
    }

    .letscreate-header__banner--mobile {
        display: block
    }
}

.letscreate-nav {
    margin-bottom: 12.5px;
    position: relative
}

.letscreate-nav__wrapper {
    display: flex
}

.letscreate-nav__item {
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    display: flex;
    flex: 1;
    font-size: 0;
    margin-left: 20px;
    padding: 2px 10px;
    position: relative;
    text-transform: none;
    transition: background-color .3s
}

.letscreate-nav__item:first-child {
    margin-left: 0
}

.letscreate-nav__item:last-child {
    margin-right: 20px
}

.letscreate-nav__item--active {
    background-color: #9742b7
}

.letscreate-nav__item--active .letscreate-nav__text {
    color: #fff
}

.letscreate-nav__inner {
    align-self: center;
    display: block;
    position: relative;
    width: 100%
}

.letscreate-nav__icon {
    display: inline-block;
    transition: -webkit-transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    transition: transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    transition: transform .3s cubic-bezier(.47, 5.02, .31, -.36), -webkit-transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    vertical-align: middle;
    width: 40px
}

.letscreate-nav__icon--mobile {
    background-image: url(/static/base/site/images/critical/icons/arrow_down.8a14854f.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80%;
    display: inline-block;
    height: 40px;
    width: 40px
}

.letscreate-nav__text {
    color: #9742b7;
    display: inline-block;
    font-family: linotteheavy, Arial, sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.1;
    padding-left: 10px;
    text-transform: none;
    vertical-align: middle;
    width: calc(100% - 40px)
}

.letscreate-nav__mobilemenubutton {
    -webkit-touch-callout: none;
    border-radius: 20px;
    cursor: default;
    cursor: pointer;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.letscreate-nav__mobilemenubutton .letscreate-nav__icon {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.letscreate-nav__mobilemenubutton .letscreate-nav__text {
    color: #fff
}

.no-touchevents .letscreate-nav__item:hover {
    background-color: #9742b7
}

.no-touchevents .letscreate-nav__item:hover .letscreate-nav__text {
    color: #fff
}

.no-touchevents .letscreate-nav__item:hover .letscreate-nav__icon {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

@media(max-width: 1024px) {
    .letscreate-nav__text {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.1
    }

    .letscreate-nav__item {
        margin-left: 10px
    }

    .letscreate-nav__item:first-child {
        margin-left: 0
    }
}

@media(max-width: 767px) {
    .letscreate-nav {
        margin-bottom: 6.25px
    }

    .letscreate-nav__item {
        margin-left: 0;
        margin-top: 12.5px
    }

    .letscreate-nav__text {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.1
    }

    .letscreate-nav__mobilemenubutton {
        background-color: #9742b7;
        display: block;
        padding: 8px 10px;
        text-transform: none
    }

    .letscreate-nav__wrapper {
        display: block;
        max-height: 0;
        overflow: hidden;
        position: relative;
        transition: max-height .5s
    }

    .letscreate-nav--active .letscreate-nav__wrapper {
        max-height: 500px
    }

    .letscreate-nav--active .letscreate-nav__mobilemenubutton .letscreate-nav__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.featured_header {
    margin-top: 0
}

.featured_header,
.featured_header__video-player .player-container {
    position: relative
}

.featured_header__video-player .block-list {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 20px
}

.featured_header__video-player .block-list .wrapper {
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%
}

.featured_header__video-player .block-list h2 {
    color: #fff;
    font-family: linottebold, Arial, sans-serif;
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 1.1;
    line-height: 1;
    margin-bottom: 10px;
    min-height: 4.8rem
}

.featured_header.is-merged>.wrapper {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.featured_header.is-merged~.block-list>.wrapper {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.featured_header .featured_header_item {
    float: left;
    margin-bottom: 25px;
    width: 34.4%
}

.featured_header .featured_header_item .label h2,
.featured_header .featured_header_item .label p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.featured_header .featured_header_item .label h2 {
    font-family: linotteregular, Arial, sans-serif;
    width: 70%
}

.featured_header .featured_header_item .video_wrapper {
    border-radius: 10px;
    overflow: hidden
}

.featured_header .featured_header_item .video_wrapper:before {
    padding-bottom: 0 !important;
    padding-top: 0
}

.featured_header .featured_header_item--featured-video .content_item .sl-img.image {
    padding-bottom: 0
}

.featured_header .featured_header_item #bitmovin-player.hide,
.featured_header .featured_header_item #video-placeholder.hide,
.featured_header .featured_header_item .bmpui-ui-watermark {
    display: none
}

.featured_header .featured_header_item:first-child {
    margin-bottom: 0;
    padding-right: 25px;
    width: 65.6%
}

.featured_header .featured_header_item:first-child .label {
    background-color: transparent;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.1;
    padding: 8px 0
}

.featured_header .featured_header_item:first-child .label p {
    overflow: visible;
    white-space: normal
}

@media only screen and (min-width: 768px) {
    .featured_header .featured_header_item:first-child .label p {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.1
    }
}

@media(max-width: 767px) {
    .featured_header .featured_header_item {
        float: none;
        margin-bottom: 20px;
        width: 100%
    }

    .featured_header .featured_header_item:first-child {
        margin-bottom: 20px;
        padding-right: 0;
        width: 100%
    }

    .featured_header .featured_header_item:first-child .label {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.1
    }
}

.content_item {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 100%
}

.content_item .content_item_inner {
    display: block
}

.content_item .content_item_inner.player {
    border-radius: 10px
}

.content_item--placeholder .content_item_inner,
.content_item--placeholder .content_item_inner .content_item_label {
    background-color: rgba(255, 255, 255, 0)
}

.content_item--letscreate .content_item_inner .content_item_label {
    background-color: #9742b7
}

.content_item--video .sl-img.image:before {
    background-image: url(/static/base/site/images/critical/play.e69e878b.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60px auto;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.content_item .sl-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    height:200px;
    object-fit:cover
}

.content_item .sl-img.image {
    background-position: 50%;
    background-size: cover;
    display: block;
    padding-bottom: 56.25%;
    position: relative
}

.content_item .sl-img.image.bitmovin {
    padding-bottom: 0
}

.content_item .sl-img.image--square {
    padding-bottom: 100%
}

.content_item .feedblock-img {
    position: absolute;
    width: 100%
}

.content_item .feedblock-img.radius-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.content_item .content_item_label,
.content_item .label {
    background-color: rgba(0, 0, 0, .15);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.1;
    min-height: 100px;
    padding: 8px 15px;
    position: relative;
    width: 100%
}

.content_item .content_item_label h3,
.content_item .label h3 {
    font-family: linotteheavy, Arial, sans-serif
}

.content_item .content_item_label:after,
.content_item .content_item_label:before,
.content_item .label:after,
.content_item .label:before {
    content: " ";
    display: table
}

.content_item .content_item_label:after,
.content_item .label:after {
    clear: both
}

.content_item .content_item_label p,
.content_item .label p {
    text-transform: none
}

.content_item__platform-icons {
    float: right;
    width: 80px
}

.content_item__platform-icon {
    padding: 0
}

.content_item__icon-platform-carousel {
    height: 42px
}

.content_item__icon,
.content_item__icon-platform-carousel {
    float: right;
    margin-left: 4px;
    transition: -webkit-transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    transition: transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    transition: transform .3s cubic-bezier(.47, 5.02, .31, -.36), -webkit-transform .3s cubic-bezier(.47, 5.02, .31, -.36);
    width: auto
}

.content_item__icon {
    height: 56px
}

.content_item .thumb {
    display: none
}

.content_item.ready_to_animate .content_item_inner {
    opacity: 0;
    -webkit-transform: scale(.8) translateY(20px);
    transform: scale(.8) translateY(20px)
}

.content_item.animate .content_item_inner {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity .3s, -webkit-transform .5s cubic-bezier(.47, 3.32, .31, -.36);
    transition: transform .5s cubic-bezier(.47, 3.32, .31, -.36), opacity .3s;
    transition: transform .5s cubic-bezier(.47, 3.32, .31, -.36), opacity .3s, -webkit-transform .5s cubic-bezier(.47, 3.32, .31, -.36)
}

.content_item[data-action] {
    cursor: pointer
}

.content_item--app .content_item__icon--platform {
    height: auto;
    max-width: 80px
}

.no-touchevents .content_item:not(.nobounce):hover .content_item_inner {
    -webkit-animation: bounceAnim .45s;
    animation: bounceAnim .45s
}

.no-touchevents .content_item:not(.nobounce):hover__icon {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
}

.no-touchevents .content_item:not(.nobounce).noanimation:hover .content_item_inner {
    -webkit-animation: none;
    animation: none
}

.no-touchevents .content_item:not(.nobounce).noanimation:hover__icon {
    -webkit-transform: none;
    transform: none
}

[dir=rtl] .content_item {
    direction: rtl;
    text-align: right
}

[dir=rtl] .content_item__icon {
    float: left
}

@media(max-width: 767px) {
    .content_item__icon {
        height: 30px
    }

    .content_item .label {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.1;
        min-height: 0
    }
}

.scroll_top_button {
    display: none;
    position: relative;
    text-align: center
}

.scroll_top_button .wrapper {
    padding: 0
}

.scroll_top_button a {
    background-color: #fff;
    color: #9742b7;
    display: inline-block;
    font-family: linottebold, Arial, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
    margin: 0 auto;
    padding: 0 10px;
    position: relative
}

.scroll_top_button a span {
    vertical-align: middle
}

.scroll_top_button .icon {
    -webkit-animation: bounceInUp 1s infinite;
    animation: bounceInUp 1s infinite;
    display: inline-block;
    height: 60px;
    margin-left: 10px;
    margin-top: -9px;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    vertical-align: middle
}

@-webkit-keyframes bounceInUp {
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounceInUp {
    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@media(max-width: 767px) {
    .scroll_top_button {
        display: block
    }
}

.popup {
    background-color: #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #000;
    display: none;
    float: left;
    font-size: 32px;
    font-size: 3.2rem;
    height: auto;
    left: 3%;
    line-height: 1.1;
    margin-top: 1%;
    overflow: hidden;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 94%;
    z-index: 999
}

.popup .copy {
    word-wrap: break-word;
    margin-top: 28px
}

.popup .copy ol,
.popup .copy ul {
    margin-left: 20px
}

.popup .copy ol,
.popup .copy p,
.popup .copy ul {
    word-wrap: break-word;
    margin-bottom: 20px
}

.popup .copy h1,
.popup .copy h2 {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.1;
    margin-bottom: 30px
}

.popup .close_btn {
    line-height: 60px;
    position: absolute;
    right: 10px;
    top: 0;
    width: 60px
}

.popup .btn,
.popup .close_btn {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    font-size: 40px;
    font-weight: 700;
    height: 60px;
    text-align: center
}

.popup .btn {
    line-height: 40px;
    margin: 0 auto;
    padding: 10px
}

.popup a,
.popup a:active,
.popup a:focus,
.popup a:visited {
    color: #ec008c
}

.popup.active {
    display: block
}

.popup.popup_content_scrolling {
    height: 100%;
    overflow-y: scroll;
    position: fixed
}

.mpu {
    text-align: center;
    z-index: 0
}

.mpu .mpu_inner {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    display: inline-block;
    font-family: linotteregular, Arial, sans-serif;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.1;
    max-width: 100%;
    padding: 3px;
    text-align: center
}

.mpu .mpu_inner div,
.mpu .mpu_inner iframe,
.mpu .mpu_inner img {
    max-width: 100%
}

.mpu .mpu_inner .mpu_inner .adtech {
    display: inline-block
}

.mpu .mpu_inner .mpu_label {
    margin-top: 6px
}

