@font-face {
    font-family: 'TeleNeo Var';
    font-style: normal;
    font-weight: 400 900;
    font-display: fallback;
    font-stretch: 100% 140%;
    src: url('https://cdn.t-mobile.cz/one-experience/fonts/teleneo-variable-upright-de.woff2')
        format('woff2-variations');
}
.t-phone-template {
    background-color: #080808;
    color: #fff;
    font-family: 'TeleNeo Var';
    font-variation-settings: 'wght' 400;
    font-size: 20px;
    line-height: 1.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1164px;
    }
}
.container,
.container-half {
    padding-right: 30px;
    padding-left: 30px;
}
@media (min-width: 768px) {
    .container,
    .container-half {
        padding-right: 12px;
        padding-left: 12px;
    }
}
.container-half {
    display: flex;
}
@media (min-width: 576px) {
    .container-half {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 768px) {
    .container-half {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-half {
        max-width: none;
        padding: 0;
    }
}
.container-half--left {
    justify-content: flex-end;
}
@media (min-width: 992px) {
    .container-half__content {
        max-width: 456px;
    }
}
@media (min-width: 1200px) {
    .container-half__content {
        max-width: 558px;
    }
}
.container-half-img {
    padding: 0;
}
.container-half-img--left {
    padding-right: 50px;
}
@media (min-width: 1200px) {
    .container-half-img--left {
        padding-right: 100px;
    }
}
@media (min-width: 1400px) {
    .container-half-img--left {
        padding-right: 140px;
    }
}
.container-half-img--right {
    padding-left: 50px;
    text-align: right;
}
@media (min-width: 1400px) {
    .container-half-img--right {
        padding-left: 100px;
    }
}
@media (max-width: 991.98px) {
    .container-half-img img {
        max-width: min(100%, 400px);
    }
}
.reverse-order-mobile > div:first-child {
    order: 2;
}
@media (min-width: 992px) {
    .reverse-order-mobile > div:first-child {
        order: 1;
    }
}
.reverse-order-mobile > div:nth-child(2) {
    order: 1;
}
@media (min-width: 992px) {
    .reverse-order-mobile > div:nth-child(2) {
        order: 2;
    }
}
img {
    max-width: 100%;
    height: auto;
}
.main-title {
    margin: 0;
    color: #fff;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    font-variation-settings: 'wdth' 140, 'wght' 900;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .main-title {
        font-size: 60px;
    }
}
@media (min-width: 1200px) {
    .main-title {
        font-size: 70px;
        line-height: 1.2;
    }
}
.main-title span.block {
    display: block;
}
.main-sub-title {
    display: block;
    margin-top: 27px;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    font-variation-settings: 'wdth' 140, 'wght' 900;
    text-align: center;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .main-sub-title {
        margin-top: 40px;
        font-size: 30px;
    }
}
@media (min-width: 1200px) {
    .main-sub-title {
        font-size: 40px;
    }
}
.main-sub-title span.block {
    display: block;
    font-weight: 500;
    font-variation-settings: 'wdth' 140, 'wght' 500;
}
.title {
    line-height: 1.1;
    font-weight: 800;
    font-variation-settings: 'wdth' 100, 'wght' 800;
}
@media (min-width: 992px) {
    .title {
        line-height: 1.2;
    }
}
@media (min-width: 1200px) {
    .title span.block {
        display: block;
    }
}
.title span.block-mobile {
    display: block;
}
.title span.primary {
    color: #e20074;
}
.title span.extra-bold {
    font-weight: 900;
    font-variation-settings: 'wdth' 140, 'wght' 900;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .title.text-center,
    .title.text-md-center {
        max-width: 550px;
        margin-right: auto;
        margin-left: auto;
    }
}
.title--section {
    font-size: 45px;
}
@media (min-width: 992px) {
    .title--section {
        font-size: 60px;
    }
}
.title--section-sub-title {
    font-size: 40px;
}
.title--extra-bold {
    font-weight: 900;
    font-variation-settings: 'wdth' 140, 'wght' 900;
}
.title--detail {
    color: #e20074;
    font-size: 40px;
}
.title--sub-title {
    font-size: 40px;
}
.title--modal-text-title {
    margin-bottom: 0;
    font-size: 24px;
}
@media (min-width: 992px) {
    .title--modal-text-title {
        font-size: 30px;
    }
}
.title--modal-sub-title {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
}
@media (min-width: 992px) {
    .title--modal-sub-title {
        font-size: 40px;
    }
}
strong {
    font-weight: 800;
    font-variation-settings: 'wght' 800;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
@media (max-width: 991.98px) {
    .mb-m-20 {
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    .mb-m-40 {
        margin-bottom: 40px;
    }
}
@media (max-width: 991.98px) {
    .mb-m-50 {
        margin-bottom: 50px;
    }
}
.no-mw {
    max-width: none !important;
}
.carousel {
    position: relative;
    overflow: hidden;
}
@media (min-width: 992px) {
    .carousel {
        padding-bottom: 60px;
    }
}
.carousel.state-center .carousel__content {
    left: 0;
}
.carousel.state-left .carousel__content {
    left: 100vw;
}
@media (min-width: 992px) {
    .carousel.state-left .carousel__content {
        left: 50vw;
    }
}
.carousel.state-right .carousel__content {
    left: -100vw;
}
@media (min-width: 992px) {
    .carousel.state-right .carousel__content {
        left: -50vw;
    }
}
.carousel__overlay-control {
    position: absolute;
    top: 0;
    z-index: 10;
    width: 35px;
    height: 100%;
    border: 0;
    cursor: pointer;
}
@media (min-width: 992px) {
    .carousel__overlay-control {
        width: calc(25vw - 35px);
        height: calc(100% - 60px);
    }
}
.carousel__overlay-control.disabled {
    pointer-events: none;
}
.carousel__overlay-control--left {
    left: 0;
    background: linear-gradient(to left, transparent, #080808);
}
.carousel__overlay-control--right {
    right: 0;
    background: linear-gradient(to right, transparent, #080808);
}
.carousel__content {
    position: relative;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.5s ease-in-out;
}
.carousel__item {
    flex: 0 0 100vw;
    width: 100vw;
    padding: 0 35px;
    text-align: center;
}
@media (min-width: 992px) {
    .carousel__item {
        flex: 0 0 50vw;
        width: 50vw;
    }
}
.carousel__item__content {
    height: 160px;
}
@media (min-width: 992px) {
    .carousel__item__content {
        height: 140px;
    }
}
.carousel__title {
    margin-bottom: 20px;
    font-size: 40px;
}
.carousel__item-controls-area {
    height: 28px;
    margin: 40px 0;
}
.carousel__global-controls {
    position: absolute;
    bottom: 200px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}
@media (min-width: 992px) {
    .carousel__global-controls {
        bottom: 240px;
    }
}
.carousel__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}
.carousel__btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.carousel__btn svg path {
    fill: rgba(0, 0, 0, 0);
    stroke: currentColor;
    transition: stroke 0.2s;
}
.carousel__btn:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
}
.carousel__text {
    max-width: 580px;
    margin: 0 auto;
}
.comparison {
    display: grid;
    gap: 30px 20px;
    padding-top: 102px;
    font-size: 16px;
    grid-template-areas: 'area1 area2' 'area5 area6' 'area9 area10' 'area13 area14' 'area17 area18' 'area21 area22' 'area25 area26' 'area29 area30' 'area33 area34' 'area37 area38' 'area41 area42' 'area45 area46' 'area49 area50' 'area53 area54' 'area57 area58' 'area61 area62' 'area65 area66' 'area69 area70' 'area73 area74' 'area77 area78' 'area81 area82' 'area85 area86' 'area3 area4' 'area7 area8' 'area11 area12' 'area15 area16' 'area19 area20' 'area23 area24' 'area27 area28' 'area31 area32' 'area35 area36' 'area39 area40' 'area43 area44' 'area47 area48' 'area51 area52' 'area55 area56' 'area59 area60' 'area63 area64' 'area67 area68' 'area71 area72' 'area75 area76' 'area79 area80' 'area83 area84' 'area87 area88';
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
    .comparison {
        gap: 30px 40px;
    }
}
@media (min-width: 992px) {
    .comparison {
        grid-template-areas: 'area1 area2 area4  ' 'area5 area6 area8  ' 'area9 area10 area12  ' 'area13 area14 area16  ' 'area17 area18 area20  ' 'area21 area22 area24  ' 'area25 area26 area28  ' 'area29 area30 area32  ' 'area33 area34 area36  ' 'area37 area38 area40  ' 'area41 area42 area44  ' 'area45 area46 area48  ' 'area49 area50 area52  ' 'area53 area54 area56  ' 'area57 area58 area60  ' 'area61 area62 area64  ' 'area65 area66 area68  ' 'area69 area70 area72  ' 'area73 area74 area76  ' 'area77 area78 area80  ' 'area81 area82 area84  ' 'area85 area86 area88  ';
        grid-template-columns: min-content 1fr 1fr;
    }
}
.comparison > div:nth-child(1) {
    grid-area: area1;
}
.comparison > div:nth-child(2) {
    grid-area: area2;
}
.comparison > div:nth-child(3) {
    grid-area: area3;
}
.comparison > div:nth-child(4) {
    grid-area: area4;
}
.comparison > div:nth-child(5) {
    grid-area: area5;
}
.comparison > div:nth-child(6) {
    grid-area: area6;
}
.comparison > div:nth-child(7) {
    grid-area: area7;
}
.comparison > div:nth-child(8) {
    grid-area: area8;
}
.comparison > div:nth-child(9) {
    grid-area: area9;
}
.comparison > div:nth-child(10) {
    grid-area: area10;
}
.comparison > div:nth-child(11) {
    grid-area: area11;
}
.comparison > div:nth-child(12) {
    grid-area: area12;
}
.comparison > div:nth-child(13) {
    grid-area: area13;
}
.comparison > div:nth-child(14) {
    grid-area: area14;
}
.comparison > div:nth-child(15) {
    grid-area: area15;
}
.comparison > div:nth-child(16) {
    grid-area: area16;
}
.comparison > div:nth-child(17) {
    grid-area: area17;
}
.comparison > div:nth-child(18) {
    grid-area: area18;
}
.comparison > div:nth-child(19) {
    grid-area: area19;
}
.comparison > div:nth-child(20) {
    grid-area: area20;
}
.comparison > div:nth-child(21) {
    grid-area: area21;
}
.comparison > div:nth-child(22) {
    grid-area: area22;
}
.comparison > div:nth-child(23) {
    grid-area: area23;
}
.comparison > div:nth-child(24) {
    grid-area: area24;
}
.comparison > div:nth-child(25) {
    grid-area: area25;
}
.comparison > div:nth-child(26) {
    grid-area: area26;
}
.comparison > div:nth-child(27) {
    grid-area: area27;
}
.comparison > div:nth-child(28) {
    grid-area: area28;
}
.comparison > div:nth-child(29) {
    grid-area: area29;
}
.comparison > div:nth-child(30) {
    grid-area: area30;
}
.comparison > div:nth-child(31) {
    grid-area: area31;
}
.comparison > div:nth-child(32) {
    grid-area: area32;
}
.comparison > div:nth-child(33) {
    grid-area: area33;
}
.comparison > div:nth-child(34) {
    grid-area: area34;
}
.comparison > div:nth-child(35) {
    grid-area: area35;
}
.comparison > div:nth-child(36) {
    grid-area: area36;
}
.comparison > div:nth-child(37) {
    grid-area: area37;
}
.comparison > div:nth-child(38) {
    grid-area: area38;
}
.comparison > div:nth-child(39) {
    grid-area: area39;
}
.comparison > div:nth-child(40) {
    grid-area: area40;
}
.comparison > div:nth-child(41) {
    grid-area: area41;
}
.comparison > div:nth-child(42) {
    grid-area: area42;
}
.comparison > div:nth-child(43) {
    grid-area: area43;
}
.comparison > div:nth-child(44) {
    grid-area: area44;
}
.comparison > div:nth-child(45) {
    grid-area: area45;
}
.comparison > div:nth-child(46) {
    grid-area: area46;
}
.comparison > div:nth-child(47) {
    grid-area: area47;
}
.comparison > div:nth-child(48) {
    grid-area: area48;
}
.comparison > div:nth-child(49) {
    grid-area: area49;
}
.comparison > div:nth-child(50) {
    grid-area: area50;
}
.comparison > div:nth-child(51) {
    grid-area: area51;
}
.comparison > div:nth-child(52) {
    grid-area: area52;
}
.comparison > div:nth-child(53) {
    grid-area: area53;
}
.comparison > div:nth-child(54) {
    grid-area: area54;
}
.comparison > div:nth-child(55) {
    grid-area: area55;
}
.comparison > div:nth-child(56) {
    grid-area: area56;
}
.comparison > div:nth-child(57) {
    grid-area: area57;
}
.comparison > div:nth-child(58) {
    grid-area: area58;
}
.comparison > div:nth-child(59) {
    grid-area: area59;
}
.comparison > div:nth-child(60) {
    grid-area: area60;
}
.comparison > div:nth-child(61) {
    grid-area: area61;
}
.comparison > div:nth-child(62) {
    grid-area: area62;
}
.comparison > div:nth-child(63) {
    grid-area: area63;
}
.comparison > div:nth-child(64) {
    grid-area: area64;
}
.comparison > div:nth-child(65) {
    grid-area: area65;
}
.comparison > div:nth-child(66) {
    grid-area: area66;
}
.comparison > div:nth-child(67) {
    grid-area: area67;
}
.comparison > div:nth-child(68) {
    grid-area: area68;
}
.comparison > div:nth-child(69) {
    grid-area: area69;
}
.comparison > div:nth-child(70) {
    grid-area: area70;
}
.comparison > div:nth-child(71) {
    grid-area: area71;
}
.comparison > div:nth-child(72) {
    grid-area: area72;
}
.comparison > div:nth-child(73) {
    grid-area: area73;
}
.comparison > div:nth-child(74) {
    grid-area: area74;
}
.comparison > div:nth-child(75) {
    grid-area: area75;
}
.comparison > div:nth-child(76) {
    grid-area: area76;
}
.comparison > div:nth-child(77) {
    grid-area: area77;
}
.comparison > div:nth-child(78) {
    grid-area: area78;
}
.comparison > div:nth-child(79) {
    grid-area: area79;
}
.comparison > div:nth-child(80) {
    grid-area: area80;
}
.comparison > div:nth-child(81) {
    grid-area: area81;
}
.comparison > div:nth-child(82) {
    grid-area: area82;
}
.comparison > div:nth-child(83) {
    grid-area: area83;
}
.comparison > div:nth-child(84) {
    grid-area: area84;
}
.comparison > div:nth-child(85) {
    grid-area: area85;
}
.comparison > div:nth-child(86) {
    grid-area: area86;
}
.comparison > div:nth-child(87) {
    grid-area: area87;
}
.comparison > div:nth-child(88) {
    grid-area: area88;
}
.comparison .label {
    font-weight: 900;
    font-variation-settings: 'wdth' 100, 'wght' 900;
    text-align: right;
}
@media (min-width: 992px) {
    .comparison .label {
        white-space: nowrap;
    }
}
@media (min-width: 992px) {
    .comparison .label--mobile-only {
        display: none;
    }
}
.comparison .value {
    text-align: left;
}
.comparison__device {
    text-align: left;
}
@media (max-width: 991.98px) {
    .comparison__device {
        width: 200%;
        transform: translateX(-50%);
        overflow: hidden;
        text-align: center;
    }
}
.comparison__device .btn-sm {
    margin-bottom: 20px;
}
.comparison__device-title,
.comparison__device-price {
    font-weight: 900;
    font-variation-settings: 'wdth' 140, 'wght' 900;
}
.comparison__device-title {
    margin-top: 30px;
    margin-bottom: 40px;
    color: #e20074;
    font-size: 36px;
}
@media (min-width: 992px) {
    .comparison__device-title {
        margin-bottom: 50px;
    }
}
.comparison__device-price {
    margin-bottom: 14px;
    font-size: 40px;
}
@media (min-width: 992px) {
    .comparison__device-price {
        margin-bottom: 20px;
    }
}
.comparison__img-wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
@media (max-width: 991.98px) {
    .comparison__img-wrapper {
        justify-content: center;
        width: 200%;
        transform: translateX(-50%);
        text-align: center;
    }
}
@media (max-width: 991.98px) {
    .comparison__img-wrapper--tablet {
        padding-top: 70px;
    }
}
.comparison__energy-label {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
}
@media (min-width: 992px) {
    .comparison__energy-label {
        bottom: 24px;
        left: -18px;
    }
}
@media (max-width: 991.98px) {
    .comparison__energy-label--t-phone-3 {
        margin-left: -89px;
    }
}
@media (max-width: 991.98px) {
    .comparison__energy-label--t-tablet-2 {
        margin-left: -135px;
    }
}
.btn,
.btn-sm {
    display: inline-block;
    border-radius: 69px;
    color: #fff;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn {
    padding: 20.5px 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    font-size: 20px;
    font-weight: 700;
    font-variation-settings: 'wdth' 100, 'wght' 700;
}
.btn--black {
    background-color: #000;
    border-color: #000;
}
.btn--black:hover {
    background-color: #414141;
    border-color: #414141;
}
.btn--primary {
    background-color: #e20074;
    border-color: #e20074;
}
.btn--primary:hover {
    background-color: #e53990;
    border-color: #e53990;
}
.btn--white-border {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}
.btn--white-border:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
}
.btn--text-normal {
    text-transform: none;
}
.btn-sm {
    padding: 10px 20px;
    background-color: #e20074;
    border: 1px solid #e20074;
    font-size: 16px;
    font-weight: 700;
    font-variation-settings: 'wght' 700;
}
.btn-sm:hover {
    background-color: #e53990;
    border-color: #e53990;
}
.btn-sm--black {
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff;
}
.btn-sm--black:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
}
.btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn-close svg line {
    stroke: currentColor;
    transition: stroke 0.2s;
}
.btn-close:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #000;
}
.btn-link {
    display: inline;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #e20074;
    font-weight: 400;
    font-variation-settings: 'wdth' 100, 'wght' 400;
    text-decoration: underline;
}
.hero-section {
    position: relative;
    padding: 0;
    overflow: hidden;
    background-color: #e20074;
    background-image: url(../img/hero-bg-mobile..png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media (min-width: 992px) {
    .hero-section {
        background-image: url(../img/hero-bg..png);
    }
}
.hero-section__mobile-bg-bottom {
    position: absolute;
    top: calc(100% - 220px);
    left: 50%;
    z-index: 6;
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: 220px;
    transform: translateX(-50%);
}
@media (min-width: 992px) {
    .hero-section__mobile-bg-bottom {
        display: none;
    }
}
.hero-section__mobile-bottom {
    position: relative;
    z-index: 7;
}
@media (min-width: 992px) {
    .hero-section__mobile-bottom {
        display: none;
    }
}
.hero-section__mobile-bottom > .container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding-bottom: 29px;
}
.hero-section__mobile-bottom > .container > * {
    margin: 7.5px;
}
.hero-section__mobile-bottom > .container .break {
    flex-basis: 100%;
    margin: 0;
}
.hero-section__content {
    position: relative;
    z-index: 5;
}
@media (min-width: 992px) {
    .hero-section__content {
        min-height: calc(100vh - 70px);
    }
}
@media (min-width: 992px) {
    .hero-section__content > .row {
        min-height: calc(100vh - 70px);
    }
}
.hero-section__content__images-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
@media (min-width: 992px) {
    .hero-section__content__images-col {
        height: 100%;
        padding-top: 52px;
    }
}
.hero-section__content__images-col picture {
    text-align: center;
}
.hero-section__content__text-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 27px 0 20px;
}
@media (min-width: 768px) {
    .hero-section__content__text-col {
        padding: 60px 0 45px;
    }
}
@media (min-width: 992px) {
    .hero-section__content__text-col {
        padding-top: 78px;
        padding-bottom: 130px;
    }
}
.hero-section__buttons {
    display: none;
}
@media (min-width: 992px) {
    .hero-section__buttons {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 44px;
        text-align: center;
    }
}
.hero-section__powered-by {
    display: none;
}
@media (min-width: 992px) {
    .hero-section__powered-by {
        position: absolute;
        bottom: 130px;
        left: -10px;
        display: block;
    }
}
@media (max-width: 991.98px) {
    .hero-section__main-img {
        max-width: min(90%, 350px);
    }
}
.ai-section__intro-canvas {
    padding: 0;
}
@media (min-width: 992px) {
    .ai-section__intro-canvas {
        padding: 83px 0;
    }
}
.ai-section__intro {
    position: relative;
    z-index: 5;
    padding-top: 50px;
}
.ai-section__columns {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media (min-width: 768px) {
    .ai-section__columns {
        flex-direction: row;
        gap: 44px;
    }
}
@media (min-width: 768px) {
    .ai-section__columns__col {
        flex: 0 0 calc(50% - 22px);
        width: calc(50% - 22px);
    }
}
.ai-section__columns__col p:last-child {
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .ai-section__columns__col--mobile-mt {
        margin-top: 50px;
    }
}
.ai-section__buttons {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 70px;
    background-color: #080808;
}
@media (min-width: 992px) {
    .ai-section__buttons {
        margin-top: 106px;
    }
}
@media (min-width: 768px) {
    .ai-section__collapse-btn {
        display: none;
    }
}
.ai-section__collapse-content {
    overflow: hidden;
}
@media (min-width: 768px) {
    .ai-section__collapse-content {
        display: block !important;
        height: auto !important;
    }
}
.ai-section__section-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .ai-section__section-buttons {
        justify-content: flex-start;
    }
}
@media (min-width: 992px) {
    .ai-section__section-buttons {
        margin-top: 60px;
    }
}
@media (min-width: 768px) {
    .ai-section__text--center {
        max-width: min(100%, 900px);
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}
.ai-section__text--t-tablet {
    margin-top: 28px;
    margin-bottom: 0;
}
.ai-section__t-phone-3-top {
    padding-top: 100px;
}
@media (min-width: 992px) {
    .ai-section__t-phone-3-top {
        padding-top: 150px;
    }
}
@media (min-width: 768px) {
    .ai-section__t-phone-3-top .title--section {
        margin-top: 90px;
    }
}
@media (min-width: 992px) {
    .ai-section__t-phone-3-top .title--section {
        margin-top: 110px;
    }
}
@media (min-width: 1200px) {
    .ai-section__t-phone-3-top .title--section {
        margin-top: 130px;
    }
}
.ai-section__t-tablet-2 {
    padding-top: 112px;
}
.ai-section__t-tablet-2 .ai-section__section-buttons {
    justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .ai-section__t-tablet-2 .title--section {
        margin-bottom: 20px !important;
    }
}
.ai-section__t-phone-3-middle {
    padding-top: 100px;
}
@media (min-width: 768px) {
    .ai-section__t-phone-3-middle .title--section {
        margin-top: 50px;
    }
}
@media (min-width: 992px) {
    .ai-section__t-phone-3-middle .title--section {
        margin-top: 100px;
    }
}
@media (min-width: 1200px) {
    .ai-section__t-phone-3-middle .title--section {
        margin-top: 150px;
    }
}
.ai-section__t-phone-3-bottom {
    padding-top: 104px;
}
.ai-section__t-phone-3-bottom .ai-section__section-buttons {
    justify-content: center;
}
.ai-section__premium {
    padding-top: 104px;
    padding-bottom: 15px;
}
.ai-section__premium .title {
    margin-bottom: 55px;
}
@media (min-width: 768px) {
    .ai-section__grid {
        display: grid;
        align-items: start;
        grid-template-rows: auto auto 1fr;
        grid-template-columns: 40% 60%;
    }
}
@media (min-width: 768px) {
    .ai-section__grid > :nth-child(1) {
        grid-row: 1;
        grid-column: 2;
        padding-left: 42px;
    }
}
@media (min-width: 768px) {
    .ai-section__grid > :nth-child(2) {
        grid-row: 1/4;
        grid-column: 1;
    }
}
@media (min-width: 768px) {
    .ai-section__grid > :nth-child(3) {
        grid-row: 2;
        grid-column: 2;
        padding-left: 42px;
    }
}
@media (min-width: 768px) {
    .ai-section__grid--reverse {
        display: grid;
        align-items: start;
        grid-template-rows: auto auto 1fr;
        grid-template-columns: 60% 40%;
    }
}
@media (min-width: 768px) {
    .ai-section__grid--reverse > :nth-child(1) {
        grid-row: 1;
        grid-column: 1;
        padding-right: 42px;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .ai-section__grid--reverse > :nth-child(2) {
        grid-row: 1/4;
        grid-column: 2;
    }
}
@media (min-width: 768px) {
    .ai-section__grid--reverse > :nth-child(3) {
        grid-row: 2;
        grid-column: 1;
        padding-right: 42px;
        padding-left: 0;
    }
}
.premium-card {
    display: flex;
    flex-direction: column;
    gap: 22px;
    text-align: center;
}
@media (min-width: 992px) {
    .premium-card {
        flex-direction: row;
        gap: 60px;
    }
}
@media (min-width: 992px) {
    .premium-card__col {
        width: calc(50% - 30px);
    }
}
.premium-card__badge {
    display: flex;
    justify-content: center;
    margin-bottom: -42px;
}
.premium-card__badge__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    transform: rotate(-5.3deg);
    background-color: #e20074;
    border-radius: 50%;
    font-size: 46px;
    font-weight: 700;
    font-variation-settings: 'wdth' 140, 'wght' 900;
}
.premium-card__item {
    position: relative;
    padding: 60px 30px 46px;
    background: rgba(29, 29, 29, 0.6);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
@media (min-width: 768px) {
    .premium-card__item {
        padding: 62px 30px;
    }
}
.premium-card__item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding: 1px;
    background: linear-gradient(299.82deg, #000000 24.96%, #aeaeae 99.65%);
    border-radius: 20px;
    -webkit-mask: linear-gradient(#ffffff 0 0) content-box, linear-gradient(#ffffff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.premium-card__item__logo {
    margin-bottom: 30px;
}
.premium-card__item__title {
    margin-top: 0;
    margin-bottom: 0 !important;
    color: #e20074;
    font-size: 45px;
}
@media (min-width: 768px) {
    .premium-card__item__title {
        font-size: 60px;
    }
}
.premium-card__item__btn-wrapper,
.premium-card__item__title,
.premium-card__item__text {
    position: relative;
    z-index: 6;
}
.premium-card__item__text {
    margin-bottom: 40px;
}
.detail-section {
    padding-top: 20px;
    overflow: hidden;
}
@media (min-width: 992px) {
    .detail-section {
        padding-top: 235px;
    }
}
.detail-section__text {
    margin-bottom: 50px;
}
@media (min-width: 768px) {
    .detail-section__text {
        max-width: min(100%, 464px);
        margin-bottom: 60px;
    }
}
.detail-section__centered-content {
    padding-top: 120px;
    padding-bottom: 200px;
}
@media (min-width: 768px) {
    .detail-section__centered-content {
        text-align: center;
    }
}
.detail-section__centered-content--t-pen {
    padding-top: 40px;
    padding-bottom: 0;
}
.detail-section__centered-content__text {
    max-width: 840px;
    margin: 0 auto 50px;
}
@media (min-width: 768px) {
    .detail-section__centered-content__text {
        margin: 0 auto 70px;
    }
}
.detail-section__centered-content__attributes {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
@media (min-width: 768px) {
    .detail-section__centered-content__attributes {
        flex-direction: row;
        align-items: flex-start;
        gap: 60px;
    }
}
.detail-section__centered-content__attributes-item {
    flex: 0 0 auto;
}
.detail-section__centered-content__attributes-title {
    margin-bottom: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #fff;
}
.detail-section__centered-content__attributes-value {
    font-size: 24px;
}
.detail-section__power-up {
    padding-top: 50px;
}
@media (min-width: 768px) {
    .detail-section__power-up {
        padding-top: 0;
    }
}
.detail-section__power-up__attributes-wrapper {
    margin-top: 84px;
    text-align: center;
}
@media (min-width: 768px) {
    .detail-section__power-up__attributes-wrapper {
        margin-top: 50px;
    }
}
@media (min-width: 992px) {
    .detail-section__power-up__attributes-wrapper {
        width: -moz-fit-content;
        width: fit-content;
    }
}
.detail-section__power-up__attributes-img {
    margin-top: 15px;
}
@media (min-width: 768px) {
    .detail-section__power-up__attributes-img {
        margin-top: 37px;
    }
}
.detail-section__cta {
    padding-top: 80px;
    padding-bottom: 100px;
}
@media (min-width: 992px) {
    .detail-section__cta {
        padding-top: 168px;
        padding-bottom: 168px;
    }
}
.detail-section__cta__buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.detail-section__magenta-ai {
    position: relative;
    z-index: 5;
    margin-top: -50px;
    text-align: center;
}
.detail-section__magenta-ai img {
    max-width: 90%;
}
@media (min-width: 992px) {
    .detail-section__magenta-ai img {
        max-width: 100%;
    }
}
.detail-section__pre-img {
    margin-bottom: 50px;
    text-align: center;
}
@media (min-width: 768px) {
    .detail-section__pre-img {
        margin-bottom: 40px;
    }
}
.detail-section__columns {
    display: flex;
    flex-direction: column;
    gap: 34px;
    padding-top: 100px;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
    .detail-section__columns {
        flex-direction: row;
        gap: 60px;
    }
}
@media (min-width: 992px) {
    .detail-section__columns {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
@media (min-width: 768px) {
    .detail-section__columns__col {
        flex: 0 0 calc(50% - 30px);
        width: calc(50% - 30px);
    }
}
.detail-section .t-phone-3-performance-block {
    padding-top: 100px;
}
.detail-section .t-phone-3-performance-block .title--section {
    margin-top: 20px;
}
.detail-section .t-phone-3-creativity-block .title--section {
    margin-top: 10px;
}
@media (min-width: 992px) {
    .detail-section .t-phone-3-creativity-block .title--section {
        margin-top: 80px;
    }
}
.detail-section .t-phone-3-creativity-block img {
    margin-top: 100px;
}
@media (min-width: 992px) {
    .detail-section .t-phone-3-creativity-block img {
        margin-top: 0;
    }
}
@media (min-width: 1200px) {
    .detail-section .t-phone-3-creativity-block img {
        position: relative;
        top: -50px;
        z-index: 1;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .detail-section .t-phone-3-performance-block .title--section,
    .detail-section .t-phone-3-creativity-block .title--section,
    .detail-section .t-tablet-2-creativity-block .title--section,
    .detail-section .t-tablet-2-paper-block .title--section {
        max-width: min(100%, 500px);
    }
}
@media (min-width: 992px) {
    .detail-section .t-phone-3-performance-block,
    .detail-section .t-tablet-2-creativity-block {
        padding-top: 40px;
    }
}
@media (min-width: 992px) {
    .detail-section .t-phone-3-performance-block .title--section,
    .detail-section .t-tablet-2-creativity-block .title--section {
        margin-top: 110px;
    }
}
.detail-section .t-phone-3-shake-block {
    padding-top: 100px;
    padding-bottom: 0;
}
@media (min-width: 1200px) {
    .detail-section .t-phone-3-shake-block {
        padding-top: 20px;
    }
}
.detail-section .t-tablet-2-creativity-block {
    padding-top: 50px;
}
.detail-section .t-tablet-2-paper-block {
    padding-top: 100px;
}
@media (min-width: 1200px) {
    .detail-section .t-tablet-2-paper-block {
        padding-top: 70px;
    }
}
@media screen and (min-width: 1500px) {
    .detail-section .t-tablet-2-paper-block {
        padding-top: 30px;
    }
}
@media screen and (min-width: 1600px) {
    .detail-section .t-tablet-2-paper-block {
        padding-top: 0;
    }
}
.detail-section .t-tablet-2-paper-block .title--section {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .detail-section .t-tablet-2-paper-block .title--section {
        margin-top: 200px;
    }
}
.detail-section .t-tablet-screen-section {
    padding-top: 100px;
    padding-bottom: 0;
}
@media (min-width: 992px) {
    .detail-section .t-tablet-screen-section {
        padding-top: 0;
    }
}
.canvas {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.canvas canvas {
    max-width: 100%;
    height: auto !important;
    pointer-events: none;
}
.canvas__hero-gradient {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, #080808 75%, #080808 100%);
}
@media (min-width: 992px) {
    .canvas__hero-gradient {
        background: linear-gradient(to bottom, transparent, #080808);
    }
}
.canvas__use-case-description {
    margin-top: 10px;
    color: #737171;
    font-size: 10px;
    text-align: center;
}
.sustainability-section {
    position: relative;
    padding: 98px 0;
    overflow: hidden;
    text-align: center;
}
@media (min-width: 992px) {
    .sustainability-section {
        padding: 83px 0;
    }
}
@media (min-width: 992px) {
    .sustainability-section--bigger-padding {
        padding: 164px 0;
    }
}
.sustainability-section__bg {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 200vh;
    background-color: #a4d866;
    background-image: url(../img/sustainability-bg-mobile..png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
    .sustainability-section__bg {
        top: 0 !important;
    }
}
@media (min-width: 768px) {
    .sustainability-section__bg {
        background-image: url(../img/sustainability-bg..png);
        background-repeat: repeat-y;
    }
}
.sustainability-section__bg__img {
    width: 100%;
}
.sustainability-section__title {
    color: #000;
    font-size: 40px;
}
.sustainability-section__text {
    max-width: 900px;
    margin: 0 auto;
    color: #000;
}
.sustainability-section__green-magenta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.sustainability-section__buttons {
    margin-top: 40px;
}
.stabilization {
    position: relative;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5));
}
.stabilization__shake-video,
.stabilization__stable-video {
    width: 100%;
    height: 100%;
    padding: 5px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}
@media (min-width: 768px) {
    .stabilization__shake-video,
    .stabilization__stable-video {
        padding: 7px;
        border-radius: 30px;
    }
}
@media (min-width: 992px) {
    .stabilization__shake-video,
    .stabilization__stable-video {
        padding: 10px;
        border-radius: 40px;
    }
}
@media (min-width: 1200px) {
    .stabilization__shake-video,
    .stabilization__stable-video {
        padding: 20px;
        border-radius: 50px;
    }
}
.stabilization__shake-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.stabilization__stable-video {
    transform: translateX(-50%);
}
.stabilization__stable-video-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.stabilization__stable-video-wrapper svg {
    position: absolute;
    right: 56%;
    bottom: 9%;
    display: block;
}
@media (max-width: 767.98px) {
    .stabilization__stable-video-wrapper svg {
        width: 52px;
        height: 34px;
    }
}
.stabilization__ois {
    fill: none;
}
.stabilization__frame {
    position: relative;
    top: 0;
    left: 0;
    z-index: 24;
    width: 100%;
    height: 100%;
}
.stabilization__frame img {
    width: 100%;
    height: 100%;
}
.stabilization__slider-line {
    position: absolute;
    top: 5px;
    left: 50%;
    z-index: 20;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #fff;
}
.stabilization .slider {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
}
.stabilization .slider::-webkit-slider-thumb {
    opacity: 0;
}
.stabilization .slider::-moz-range-thumb {
    opacity: 0;
}
.stabilization .slider-button {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: none;
}
@media (min-width: 768px) {
    .stabilization .slider-button {
        width: 41px;
        height: 41px;
    }
}
.stabilization .slider-button svg {
    flex: 0 0 16px;
    width: 16px;
    height: 10px;
}
@media (min-width: 768px) {
    .stabilization .slider-button svg {
        flex: 0 0 22px;
        width: 22px;
        height: 14px;
    }
}
.stabilization-wrapper {
    max-width: 1073px;
    margin: 0 auto;
    overflow: hidden;
}
.comparison-section {
    padding-top: 100px;
    text-align: center;
}
@media (min-width: 992px) {
    .comparison-section {
        padding-top: 150px;
    }
}
.faq-section {
    padding-top: 100px;
    padding-bottom: 85px;
}
@media (min-width: 992px) {
    .faq-section {
        padding-top: 150px;
        padding-bottom: 150px;
    }
}
.faq-section .title.title--section {
    text-align: center;
}
.accordion .accordion-header {
    margin-bottom: 0;
}
.accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 44px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    color: #fff;
    font-size: 24px;
    text-align: left;
}
.accordion .accordion-button:not(.collapsed) .accordion-button-icon::after {
    display: none;
}
.accordion .accordion-button:hover .accordion-button-icon {
    background-color: #ddd;
    border-color: #ddd;
}
.accordion .accordion-button:hover .accordion-button-icon::before,
.accordion .accordion-button:hover .accordion-button-icon::after {
    background-color: #000;
}
.accordion .accordion-button-icon {
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    margin-right: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: background-color 0.2s;
}
.accordion .accordion-button-icon::before,
.accordion .accordion-button-icon::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    width: 9px;
    height: 1px;
    background-color: #fff;
    transition: background-color 0.2s;
}
.accordion .accordion-button-icon::after {
    transform: rotate(90deg);
}
.accordion .accordion-body {
    padding: 0 0 44px 59px;
}
.accordion .accordion-body p:last-child,
.accordion .accordion-body ul:last-child,
.accordion .accordion-body ol:last-child {
    margin-bottom: 0;
}
.accordion .accordion-body ol {
    padding-left: 18px;
}
.accordion-collapse {
    display: none;
    height: 0;
    overflow: hidden;
}
.accordion-collapse.show {
    display: block;
}
.modal.green-modal .modal-content {
    background-color: #a4d866;
    background-image: url(../img/sustainability-bg..png);
    background-size: 100% auto;
    background-repeat: repeat-y;
    border: 0;
    color: #080808;
}
.modal.green-modal .modal-body {
    max-width: min(832px, 90%);
}
.modal.green-modal .modal-body a {
    color: #080808;
}
.modal.green-modal .btn-close {
    background-color: #e20074;
    border-color: #e20074;
    color: #fff;
}
.modal.green-modal .btn-close:hover {
    background-color: #e53990;
    border-color: #e53990;
    color: #fff;
}
@media (max-width: 767.98px) {
    .modal .title--section {
        font-size: 40px;
    }
}
.modal .modal-dialog {
    max-width: min(1200px, 90%);
    margin: 20px auto;
    transform: scale(0.5) !important;
    opacity: 0;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.modal .modal-dialog.fade-in {
    transform: scale(1) !important;
    opacity: 1;
}
.modal .modal-dialog.fade-out {
    transform: scale(0.5) !important;
    opacity: 0;
}
.modal .modal-content {
    background-color: #080808;
    border: 1px solid #4b4b4b;
    border-radius: 20px;
    color: #fff;
}
.modal .modal-body {
    max-width: min(692px, 90%);
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (min-width: 992px) {
    .modal .modal-body {
        padding-top: 123px;
        padding-bottom: 72px;
    }
}
.modal .modal-body .ul-wrapper {
    padding-left: 30px;
}
@media (min-width: 768px) {
    .modal .modal-body .ul-wrapper {
        padding-left: 50px;
    }
}
.modal .modal-body ul {
    margin-top: 30px;
    margin-bottom: 30px;
}
.modal .modal-body ul.ul-no-bullets {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.modal .modal-body ul.ul-no-bullets li {
    margin: 10px 0;
}
.modal .modal-body ul.ul-primary li strong {
    color: #e20074;
}
.modal .modal-body ul.ul-primary li::marker {
    color: #e20074;
}
.modal .modal-body ul li.li-with-margins {
    margin-top: 20px;
}
@media (min-width: 992px) {
    .modal .modal-body ul li.li-with-margins {
        margin-top: 30px;
    }
}
@media (max-width: 575.98px) {
    .modal .modal-body ul li a {
        word-break: break-all;
    }
}
.modal .modal-body p {
    margin-bottom: 30px;
}
.modal .modal-body a {
    color: #e20074;
}
.modal .modal-ai-title {
    color: #e20074;
    font-size: 30px;
    font-weight: 800;
    font-variation-settings: 'wdth' 100, 'wght' 800;
    text-align: center;
}
@media (min-width: 992px) {
    .modal .modal-ai-title {
        font-size: 40px;
    }
}
.modal .modal-ai-title span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-variation-settings: 'wdth' 100, 'wght' 400;
}
.modal .modal-close-wrapper {
    margin-top: 50px;
    text-align: center;
}
.modal .modal-cols {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}
@media (min-width: 992px) {
    .modal .modal-cols {
        flex-direction: row;
        justify-content: center;
    }
}
.modal .modal-cols .modal-col {
    display: flex;
    align-items: center;
    text-align: center;
}
@media (min-width: 992px) {
    .modal .modal-cols .modal-col {
        text-align: left;
    }
}
.modal__intro {
    max-width: min(600px, 100%);
    margin: 0 auto 40px;
    font-weight: 800;
    font-variation-settings: 'wdth' 100, 'wght' 800;
}
@media (min-width: 768px) {
    .modal__intro {
        margin-bottom: 56px;
    }
}
.modal__text--small-container {
    max-width: min(600px, 100%);
    margin: 0 auto;
}
.load-animation {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
@media (min-width: 992px) {
    .load-animation {
        transition: opacity 1.5s ease-in-out, transform 1s ease-in-out;
    }
}
.load-animation.loaded {
    transform: translateX(0) translateY(0);
    opacity: 1;
}
.load-animation--up {
    transform: translateY(30px);
}
@media (min-width: 992px) {
    .load-animation--up {
        transform: translateY(50px);
    }
}
.load-animation--up-larger {
    transform: translateY(40px);
}
@media (min-width: 992px) {
    .load-animation--up-larger {
        transform: translateY(80px);
    }
}
.load-animation--from-left {
    transform: translateX(-20%);
}
@media (min-width: 992px) {
    .load-animation--from-left {
        transform: translateX(-50%);
    }
}
.load-animation--from-right {
    transform: translateX(20%);
}
@media (min-width: 992px) {
    .load-animation--from-right {
        transform: translateX(50%);
    }
}
.load-animation--badge {
    transform: translateY(230px);
}
@media (min-width: 992px) {
    .load-animation--badge {
        transition-delay: 0.2s;
    }
}
.img-t-table-t-pen {
    max-width: min(100%, 208px);
    aspect-ratio: 308/642;
}
@media (min-width: 768px) {
    .img-t-table-t-pen {
        max-width: min(100%, 975px);
        aspect-ratio: 1018/346;
    }
}
.img-t-phone-3-front {
    aspect-ratio: 520/519;
}
@media (min-width: 768px) {
    .img-t-phone-3-front {
        aspect-ratio: 979/1164;
    }
}
.img-t-phone-3-back {
    aspect-ratio: 525/496;
}
@media (min-width: 768px) {
    .img-t-phone-3-back {
        aspect-ratio: 854/1037;
    }
}
.img-t-phone-3-side {
    aspect-ratio: 461/60;
}
@media (min-width: 768px) {
    .img-t-phone-3-side {
        aspect-ratio: 608/124;
    }
}
.img-t-tablet-2-back {
    aspect-ratio: 518/560;
}
@media (min-width: 768px) {
    .img-t-tablet-2-back {
        aspect-ratio: 1096/1223;
    }
}
.img-t-tablet-2-papers {
    aspect-ratio: 508/760;
}
@media (min-width: 768px) {
    .img-t-tablet-2-papers {
        aspect-ratio: 1042/1577;
    }
}
