body {
    font-family: Inter var, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-feature-settings: "pnum";
}

html {
    --bg-body: #F7F9FC;
    --ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #F2416B 74%, #EB7500);
    --bg-shadow: linear-gradient(90deg, rgba(247, 249, 252, 0) 0%, rgb(247, 249, 252) 100%);
    --header: #fff;
    --bg-gradient: linear-gradient(rgba(92, 201, 40, 1), rgba(92, 201, 40, 1) 10%, #dde9f5 38%, #eaf2f9 48%, #f6f9fc 62%);
    --bg-main-2a: #f6f9fc;
    --icon-ack: #53BDEB;
    --PhoneGraphic-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3), inset 0 -2px 6px 0 rgba(10, 37, 64, 0.35);
    --page-chat-bg: #e1ffc7;
    --chat-direction-bg: #fff;
    --chat-bg: #ebe4db;
    --bg-geo-wa: url("/themes/t21/images/bg-geo-instagram.webp");
    --bg-geo-wa-mob: url("/themes/t21/images/bg-wa-mob.webp");
    --bg-location: url("/themes/t21/images/wa-faq-gradient-edges.png");

    --bg-header: linear-gradient(137deg, rgba(255, 255, 255, .75) 4.87%, rgba(255, 255, 255, .9) 75.88%);
    /* Общие */
    --text-color: rgb(17 24 39);
    --text-project: #0171E3;
    --iti-selected-country: rgb(17 24 39);
    --bg-transparent: #fff;
    --input-number: #F6F8FB;
    scroll-behavior: smooth;
    --big-map: url("/themes/t21/images/banners/number_instagram_location_tracking .webp");
}

html.dark {
    --bg-body: #131316;
    --ai-gradient: linear-gradient(97deg, #0096FF, #BB64FF 42%, #F2416B 74%, #EB7500);
    --bg-shadow: linear-gradient(90deg, rgba(11, 12, 21, 0) 0%, rgb(19, 19, 22) 100%);
    --header: #171717;
    --bg-gradient: linear-gradient(134deg, rgba(92, 201, 40, 0.4), hsla(0, 0%, 20%, 0.2), hsla(0, 0%, 100%, 0) 55%);
    --bg-main-2a: #1D1D20;
    --icon-ack: #53BDEB;
    --PhoneGraphic-shadow: 0 50px 100px -20px rgba(61, 85, 70, 0.5), 0 30px 60px -30px rgba(0, 0, 0, .3), inset 0 -2px 6px 0 #37383C;
    --page-chat-bg: #105249;
    --chat-direction-bg: #222;
    --chat-bg: rgb(1, 1, 1);
    --bg-geo-wa: url("/themes/t21/images/bg-geo-instagram-dark.webp");
    --bg-geo-wa-mob: url("/themes/t21/images/bg-wa-mob-dark.webp");
    --bg-location: url("/themes/t21/images/wa-faq-gradient-edges.png");

    --bg-header: linear-gradient(137deg, rgba(17, 18, 20, .75) 4.87%, rgba(12, 13, 15, .9) 75.88%);
    /* Общие */
    --text-color: #fff;
    --text-project: #0171E3;
    --iti-selected-country: #fff;
    --bg-transparent: #0F1827;
    --input-number: #0F1827;
    scroll-behavior: smooth;
    --big-map: url("/themes/t21/images/banners/number_instagram_location_tracking .webp");

}

.i_gradient {
    background: #833ab4;
    background: linear-gradient(
            to right,
            #833ab4, #fd1d1d, #fcb045
    );
}

/* Общие */
.text-project {
    color: var(--text-project)
}

a {
    cursor: pointer;
}

.bg-blue-600 {
    background-color: #0171E3 !important;
}

.dark\:bg-black:is(.dark *) {

    background-color: var(--bg-body) !important;
}

.pb-full {
    padding-bottom: 100%;
}

/* hide search icon on search focus */
.search-bar:focus + .fa-search {
    display: none;
}

@media screen and (min-width: 768px) {
    .post:hover .overlay {
        display: block;
    }
}

.animated {
    animation-play-state: running;
}


#home-phone #mini-heart1 svg {
    fill: #ed4956;
    animation: miniheart1 10s ease-out, miniheartx1 10s ease-in;
}

#home-phone #mini-heart2 svg {
    fill: #ed4956;
    animation: miniheart2 10s ease-out, miniheartx2 10s ease-in;
}

#home-phone #mini-heart3 svg {
    fill: #ed4956;
    animation: miniheart3 10s ease-out, miniheartx3 10s ease-in;
}

#home-phone #mini-heart4 svg {
    fill: #ed4956;
    animation: miniheart4 10s ease-out, miniheartx4 10s ease-in;
}

#home-phone #mini-heart5 svg {
    fill: #ed4956;
    animation: miniheart5 10s ease-out, miniheartx5 10s ease-in;
}

#home-phone #mini-heart6 svg {
    fill: #ed4956;
    animation: miniheart6 10s ease-out, miniheartx6 10s ease-in;
}

#home-phone #mini-heart7 svg {
    fill: #ed4956;
    animation: miniheart7 10s ease-out, miniheartx7 10s ease-in;
}

#home-phone #mini-heart8 svg {
    fill: #ed4956;
    animation: miniheart8 10s ease-out, miniheartx8 10s ease-in;
}

#home-phone #mini-heart9 svg {
    fill: #ed4956;
    animation: miniheart9 10s ease-out, miniheartx9 10s ease-in;
}

.feature-list {
    font-weight: 300
}

#home-phone .mini-hearts {
    transform: translate3d(0, 0, 1px);
    width: 20px;
    height: auto;
    z-index: -1;
    pointer-events: none !important;
}

/****************************
	MINI HEARTS PHONE
****************************/

@keyframes miniheartx1 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(1.6) rotate(4deg) translate3d(0, -300px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx2 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(3.2) rotate(-6deg) translate3d(0, -100px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx3 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(1.4) rotate(-10deg) translate3d(0, -200px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx4 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(1.4) rotate(6deg) translate3d(0, -250px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx5 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(2.2) rotate(8deg) translate3d(0, -400px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx6 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(1.8) rotate(-12deg) translate3d(0, -200px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx7 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(2.6) rotate(12deg) translate3d(0, -100px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx8 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(2) rotate(-10deg) translate3d(0, -300px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes miniheartx9 {
    0% {
        opacity: 1;
    }
    80% {
        transform: scale(3) rotate(-6deg) translate3d(0, -70px, 0);
    }
    81% {
        fill: #fff;
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
}


.ai-gradient-text {
    background: #f5f5f7;
    background-image: none;
    background-clip: border-box;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-image: var(--ai-gradient);
}

.fastGraphic {
    --border-radius: 8px;

    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    top: -50px
}

.Phone {

    height: 100%;
    max-height: 720px;
    max-width: 420px;
    overflow: hidden scroll;
    width: 100%;
}

.List {
    list-style: none;
    margin: 0;
    padding: 20px;
}

.Item {
    display: flex;
    align-items: flex-end;
}

.Item + .Item {
    margin-top: 8px;
}

.Avatar {
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
    height: 32px;
    width: 32px;
}

.bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(19 19 22/var(--tw-bg-opacity, 1));
}

.to-gray-850 {
    --tw-gradient-to: #27272D var(--tw-gradient-to-position);
}

.from-gray-850 {
    --tw-gradient-from: #27272D var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 39 45/0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-ln-gradient {
    background-image: linear-gradient(90deg, #fed974, #da2d6f, #505bd5);
    background-color: #fed874;

}

.Avatar-image {
    display: block;
    width: 100%;
}

.Messages {
    display: flex;
    flex-direction: column;
}

.Message {

    letter-spacing: 0.5px;
    line-height: 1.25;

    margin: 1px;
}

.Message-inner {

    display: inline-block;

    padding: 8px 16px;
}

.Item--left .Messages {
    margin-left: 16px;
}

.Item--left .Message-inner {
    border-radius: 0 16px 16px 0;
}

.Item--left .Message:first-child .Message-inner {
    border-top-left-radius: 16px;
}

.Item--left .Message:last-child .Message-inner {
    border-bottom-left-radius: 16px;
}

.Item--right {
    justify-content: flex-end;
}

.Item--right .Messages {
    align-items: flex-end;
}

.Item--right .Message-inner {
    background-attachment: fixed;
    background-image: linear-gradient(#4A00E0, #FC466B);
    background-size: 100vw 100vh;
    border-radius: 16px 0 0 16px;
    color: #fff
}

.Item--right .Message:first-child .Message-inner {
    border-top-right-radius: 16px;
}

.Item--right .Message:last-child .Message-inner {
    border-bottom-right-radius: 16px;
}

.common-Button--default {
    color: #fff !important;
    background-color: #3ecf8e !important;
    border: none !important;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.body {
    background: var(--bg-body);
}

.bg-body {
    background: var(--bg-body);
}

.bg-transparent {
    background: var(--bg-transparent);
}


.CheckoutPhoneGraphic2 {
    background: var(--CheckoutPhoneGraphic2);
}


.text-brand, .text-code-keyword {

    color: #0171E3
}


.x1q15gih {
    color: var(--icon-ack);
}

.page-header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    z-index: 6;
}

@media (min-width: 769px) {
    .page-header {
        position: absolute;
    }


}

.page-header.site-header--fixed, .site-header--fixed .site-header__bottom-wrapper {
    background: var(--bg-header);

    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, .03);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated_hidden {
    display: none;
}

.site-header--fixed .animated_hidden {
    display: block;
}

.site-header--fixed .site-header__bottom-wrapper {

    position: fixed;
    width: 100%;
    top: 0;
    z-index: 25;
    animation-duration: 0.5s;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

.scrollToTopBtn {

    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 16px;
    line-height: 40px;
    width: 40px;

    /* place it at the bottom right corner */
    position: fixed;
    bottom: 80px;
    right: 28px;
    /* keep it at the top of everything else */
    z-index: 100;
    /* hide with opacity */
    opacity: 0;
    /* also add a translate effect */
    transform: translateY(100px);
    /* and a transition */
    transition: all .5s ease;

}

.dark\:ring-black\/7\.5:is(.dark *) {

    --tw-ring-color: rgba(0, 0, 0, .075);
}

.showBtn {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.center-x {
    position: absolute;
    left: 50%;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}


.outline-brand {
    outline-color: #15BE53;
}

.shadow-orange-button-shadow {
    --tw-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .2), 0px 1px 4px 0px rgba(0, 0, 0, .5), 0px 1px 0px 0px hsla(0, 0%, 100%, .2) inset, 0px 3px 20px 0px rgba(255, 100, 69, .4);
    --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color), 0px 1px 4px 0px var(--tw-shadow-color), inset 0px 1px 0px 0px var(--tw-shadow-color), 0px 3px 20px 0px var(--tw-shadow-color);
}

.bg-orange-button {
    transition: 0.2s ease-in-out;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4)), #15BE53;
    text-shadow: rgba(0, 0, 0, 0.15) 0px 1px 2px;
}

.grid-rows-auto {
    grid-template-rows: auto;
}

@media (max-width: 1024px) {
    .grid-area-2 {
        grid-area: auto/span 2;
    }
}

main {
    position: relative;
    display: block
}

main header {
    border-top: 1px solid transparent
}

@media (min-width: 670px) {
    main header {
        border: none
    }
}


main .bg-fon {
    position: absolute;
    z-index: 0;
    width: 100%;
    display: grid;
    transform: skewY(-12deg);
    /*
        background: linear-gradient(to right, #833ab4, #fd1d1d, #fcb045); */

}


main header .bg-fon {
    top: -50px;
    grid: repeat(5, 170px) / repeat(5, 1fr);
    transform-origin: 0;
}


main header .bg-fon :first-child {
    grid-column: span 3;

}


main header .bg-fon :nth-child(2) {
    grid-area: 3 / span 3 / auto / -1;
    background: linear-gradient(
            to right,
            rgba(252, 176, 69, 0.00),
            rgba(228, 80, 167, 0.05),
            rgba(131, 58, 180, 0.10)
    );
}

/* Третий блок: нежный переход вниз */
main header .bg-fon :nth-child(3) {
    grid-row: 4;
    grid-column: span 5;
    background: linear-gradient(
            to right,
            rgba(131, 58, 180, 0.10),
            rgba(228, 80, 167, 0.00)
    );
}


main header .bg-fon :nth-child(4) {
    grid-area: 4 / span 5 / auto / -1;
    background: linear-gradient(
            to right,
            rgba(228, 80, 167, 0.00),
            rgba(228, 80, 167, 0.05)
    );
}

/* Пятый блок: плавный горизонтальный градиент */
main header .bg-fon :nth-child(5) {
    grid-area: auto / 1 / -1 / -1;
    background: linear-gradient(
            to right,
            rgba(131, 58, 180, 0.08) 80%,
            rgba(252, 176, 69, 0.08)
    );
}

/* Для экранов шире 670px – небольшая корректировка прозрачности */
@media (min-width: 670px) {
    main header .bg-fon :nth-child(2) {
        background: linear-gradient(
                to right,
                rgba(252, 176, 69, 0.00),
                rgba(228, 80, 167, 0.05) 40%,
                rgba(131, 58, 180, 0.10)
        );
    }

    main header .bg-fon :nth-child(3) {
        background: linear-gradient(
                to right,
                rgba(131, 58, 180, 0.10) 50%,
                rgba(252, 176, 69, 0.00)
        );
    }

    main header .bg-fon :nth-child(4) {
        background: linear-gradient(
                to right,
                rgba(252, 176, 69, 0.00) 10%,
                rgba(228, 80, 167, 0.05)
        );
    }
}

.chat_wa {
    overflow: hidden;
    background: var(--chat-bg);

}

.chat {
    overflow: hidden;
    background: var(--chat-bg);
    padding: 17px 17px 7px;
    min-height: 250px;
    line-height: 1.3;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.chat_no_bg {
    overflow: hidden;

    padding: 17px 17px 7px;

    line-height: 1.3;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.chat-item,
.chat-direction {
    position: relative;
    background: var(--chat-direction-bg);
    padding: 7px 10px;
    margin: 0 40px 10px 0;
    border-radius: 0 7px 7px 7px;
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
}

.page-chat {
    background: var(--page-chat-bg);
    border-radius: 7px 0 7px 7px;
    margin: 0 0 10px 40px;
    align-self: flex-end;
}

.chat-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    border: solid 5px var(--chat-direction-bg);
    border-top-width: 15px;
    border-width: 6px 4px;
    border-color: var(--chat-direction-bg) var(--chat-direction-bg) transparent transparent;
}

.page-chat::before {
    top: 0;
    left: 100%;
    border-color: var(--page-chat-bg) transparent transparent var(--page-chat-bg);
    width: 0;
}

.chat-item .author {
    display: block;
    color: #ff702c;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 0 0 5px 0;
}

.server-chat .author {
    color: #4dbaba;
}

.page-chat .author {
    color: #778868;
}

.dark\:shadow-bento-card:is(.dark *) {
    --tw-shadow: 0px 1px 0px 0px hsla(0, 0%, 100%, .06) inset, 0px 4px 10px 0px rgba(0, 0, 0, .3);
    --tw-shadow-colored: inset 0px 1px 0px 0px var(--tw-shadow-color), 0px 4px 10px 0px var(--tw-shadow-color);
}

.dark\:shadow-bento-card:is(.dark *) {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-map {
    background: var(--big-map);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}

.chat-item .time {
    float: right;
    font-size: 0.7rem;
    position: relative;
    top: 5px;
    left: 3px;

    margin-left: 10px;
}

.chat-direction {
    border-radius: 7px;
    background: #d4eaf4;
    text-transform: uppercase;
    align-self: center;
    margin: 5px 0 15px 0;
    font-size: 0.9rem;
    line-height: 1;

    color: #666;
}

.chat-nowrap {
    white-space: nowrap;
}

.HomepageDashboardGraphic {
    display: grid;
    border-radius: 0.5rem;
    z-index: 2;
    box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, .1), 0 50px 100px -20px rgba(50, 50, 93, .25), 0 30px 60px -30px rgba(0, 0, 0, .3);

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.HomepageDashboardGraphic__company {
    display: grid;
    grid:max-content/auto-flow max-content;
    gap: 8px;
    align-items: center;
    font-weight: 620;

    letter-spacing: .8px;
    text-transform: uppercase
}

.HomepageDashboardGraphic__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-right: 16px
}

.HomepageDashboardGraphic__searchBar {
    display: flex;
    align-items: center;
    border-radius: 4px;
    height: 20px;
    width: 278px;
    background: #fff;
    color: #62788d
}

.HomepageDashboardGraphic__searchIcon {
    width: 10px;
    margin: 1px 5px 0 6px
}

.HomepageDashboardGraphic__body {
    display: grid;
    grid:auto/1fr 20px;
    gap: 12px;
    margin-right: 12px;
    z-index: 10;
    position: relative;
}

.HomepageDashboardGraphic__content {
    display: grid;
    gap: 12px
}

.HomepageDashboardGraphic__topSection {

    border-radius: 4px;

}

.HomepageDashboardGraphic__title {
    font: var(--fontWeightBold) 17px/22.9px var(--fontFamily);
    color: #414552;
    border-bottom: 1px solid #ebeef1;
    padding-bottom: 5px
}

.HomepageDashboardGraphic__todaySection {
    display: grid;
    grid-template-columns:2fr 1fr;
    gap: 46px;
    padding: 20px 0 0
}

.HomepageHeroGraphic {
    position: relative;
    z-index: 2
}

.HomepageHeroGraphic__phone.PhoneGraphic {

    --phoneWidth: 270px;
    --phoneHeight: 546px;
    position: relative;

    left: 140px;
    overflow: hidden;
}

.HomepageHeroGraphic__dashboard {
    position: absolute;
    top: 0;
    left: 103px;


    overflow: hidden;
}

.CheckoutPhoneGraphic {
    height: 100%;
    border-radius: 28px;
    background: rgb(var(--bg-default));


}

@media screen and (max-width: 991px) {
    .HomepageHeroGraphic__phone.PhoneGraphic {
        --phoneWidth: 270px;
        --phoneHeight: 546px;
        position: relative;
        margin-top: 60px;
        left: 40px
    }

    .HomepageHeroGraphic__dashboard {
        position: absolute;
        top: 0;
        left: 153px;
    }
}

.PhoneGraphic {
    width: 270px;
    height: 546px;
    padding: 10px;
    border-radius: 36px;
    background: var(--bg-main-2a);
    box-shadow: var(--PhoneGraphic-shadow);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
}

.ClimateHeroGraphic__phone {
    z-index: 4;
    margin-left: -100px;
    top: calc(50% - 295px);
    transform: scale(1.03);
    position: relative;
}


.CtaButton {
    display: flex;
    align-items: center;
    padding: 3px 0 6px;
    border-radius: 16.5px;
    color: #fff;
    transition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    outline: none;
    z-index: 10;
    font-weight: 500;
}

.Copy_v2__ctaContainer > .CtaButton:not(:first-of-type) {
    margin-left: 16px;
}

.CtaButton.variant--Link {
    font-weight: 600;
    -webkit-transition-property: color, opacity;
    transition-property: color, opacity;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #0171E3 !important;
}

@media (pointer: fine) {
    .CtaButton.variant--Link:hover {
        color: #0171E3;
        opacity: 1
    }
}

@media (pointer: coarse) {
    .CtaButton.variant--Link:active {
        color: #0171E3;
        opacity: 1
    }
}

.CtaButton.variant--Button {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #0171E3;
    color: #fff;
    white-space: nowrap;
    transition-property: background-color, opacity
}

.CtaButton.variant--Button.CtaButton--arrow {
    padding-right: 12px
}

@media (pointer: fine) {
    .CtaButton.variant--Button:hover {
        background-color: #4399E1;
        opacity: 1
    }
}

@media (pointer: coarse) {
    .CtaButton.variant--Button:active {
        background-color: #4399E1;
        opacity: 1
    }
}

.site-header--fixed .site-header__bottom-wrapper {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

.HoverArrow {
    --arrowSpacing: 5px;
    --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
    --arrowHoverOffset: translateX(3px);
    --arrowTipTransform: none;
    --arrowLineOpacity: 0;
    position: relative;
    top: 1px;
    margin-left: var(--arrowSpacing);
    stroke-width: 2px;
    fill: none;
    stroke: currentColor
}

.HoverArrow--sizeSmall {
    --arrowSpacing: 4px;
    stroke-width: 1.5px
}

.HoverArrow__linePath {
    opacity: var(--arrowLineOpacity);
    transition: opacity var(--hoverTransition, var(--arrowHoverTransition))
}

.HoverArrow__tipPath {
    transform: var(--arrowTipTransform);
    transition: transform var(--hoverTransition, var(--arrowHoverTransition))
}

@media (pointer: fine) {
    a:hover .HoverArrow__linePath,
    button:hover .HoverArrow__linePath {
        --arrowLineOpacity: 1
    }

    a:hover .HoverArrow__tipPath,
    button:hover .HoverArrow__tipPath {
        --arrowTipTransform: var(--arrowHoverOffset)
    }
}

@media (pointer: coarse) {
    a:active .HoverArrow__linePath,
    button:active .HoverArrow__linePath {
        --arrowLineOpacity: 1
    }

    a:active .HoverArrow__tipPath,
    button:active .HoverArrow__tipPath {
        --arrowTipTransform: var(--arrowHoverOffset)
    }
}

.Copy_v2__ctaContainer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
}

@media (max-width: 899px) {
    .Copy_v2__ctaContainer {
        flex-wrap: wrap;
        font-size: 14px;
    }
}

.Copy_v2__ctaContainer > .CtaButton:first-of-type,
.Copy_v2__ctaContainer > .CtaButton:last-of-type {
    margin-bottom: 16px
}

.Copy_v2__ctaContainer > .CtaButton:first-of-type:last-of-type {
    margin-bottom: 0
}

.terminal-window {
    text-align: left;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    margin: auto;
    position: relative;
}

.terminal-line {
    display: block;
    margin-left: 10px;
    margin-top: 6px;
    height: 200px;
    font-size: 0.845rem;
    line-height: 1.25rem;
}

.terminal-window section.terminal {

    font-family: Menlo, Monaco, "Consolas", "Courier New", "Courier";


    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    white-space: pre-wrap;
    overflow: auto; /* Ensure the container is scrollable */
}

.terminal_none {

}

[data-termynal] {
    width: 400px;
    max-width: 90%;
    margin-top: -40px;
    margin-left: 10px;
    position: relative;
    box-sizing: border-box;
}


[data-ty] {
    display: block;
    line-height: 2;
}

[data-ty]:before {
    /* Set up defaults and ensure empty lines are displayed. */
    content: '';

    vertical-align: middle;
}

[data-ty="input"]:before,
[data-ty-prompt]:before {
    margin-right: 0.75em;
    color: #19A24A;
}

[data-ty="input"]:before {
    content: '$';
}

[data-ty][data-ty-prompt]:before {
    content: attr(data-ty-prompt);
}

[data-ty-cursor]:after {
    content: attr(data-ty-cursor);
    font-family: monospace;
    margin-left: 0.5em;
    -webkit-animation: blink 1s infinite;
    animation: blink 1s infinite;
}


/* Cursor animation */

@-webkit-keyframes blink {
    50% {
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}

#compliance {
    position: relative;
    z-index: 1
}

#compliance .bg-theme {
    grid:200px/1fr minmax(0, 1000px) 1fr;
    grid:200px/1fr minmax(0, calc(1040px - 20px * 2)) 1fr
}

#compliance .bg-theme :first-child {
    grid-column-end: span 2;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--bg-body)), to(var(--bg-body)));
    background: linear-gradient(100grad, var(--bg-body) 45%, var(--bg-body))
}

#compliance .bg-theme :last-child {
    background: -webkit-gradient(linear, left top, right top, from(#5ab9e2), to(rgba(92, 201, 40, 1)));
    background: linear-gradient(100grad, rgba(0, 119, 204, 0), rgba(0, 119, 204, .05) 40%, rgba(92, 201, 40, 1))
}

#compliance .common-UppercaseTitle {
    padding-top: 5px;
    margin-left: 10px;

}

#compliance .common-UppercaseTitle img {
    margin-left: auto;
    margin-right: auto
}

main .bg-theme {
    position: absolute;
    z-index: -1;
    width: 100%;
    display: grid;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
}

.ck-button-new--secondary {
    --tw-border-opacity: 1;
    border-color: rgb(225 229 233/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(13 13 18/var(--tw-text-opacity));
    outline-style: solid;
    outline-width: 1px;
    outline-color: #e1e5e9;
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    box-shadow: 0 0 0 1px rgba(18, 55, 105, .08), 0 1px 2px 0 rgba(18, 55, 105, .12)
}

.ck-button-new--secondary:hover {
    box-shadow: 0 0 0 1px rgba(18, 55, 105, .12), 0 2px 5px 0 rgba(18, 55, 105, .12)
}

.ck-button-new--secondary:hover:focus {
    box-shadow: 0 0 0 1px rgba(18, 55, 105, .12), 0 0 0 3px rgba(15, 119, 255, .24), 0 2px 6px 0 rgba(18, 55, 105, .12)
}

.ck-button-new--secondary:active {
    box-shadow: 0 0 0 1px rgba(18, 55, 105, .1), 0 0 0 3px rgba(15, 119, 255, .24), 0 2px 6px 0 rgba(18, 55, 105, .24)
}

.ck-button-new--secondary:focus {
    box-shadow: 0 0 0 1px rgba(18, 55, 105, .24), 0 0 0 3px rgba(15, 119, 255, .24), 0 2px 6px 0 rgba(18, 55, 105, .24)
}

.ck-button-new--secondary[aria-disabled=true],
.ck-button-new--secondary[disabled] {
    background: var(--neutral-solid-0, #f8fafb);
    box-shadow: 0 0 0 1px #eceff3;
    color: #a4acb9;
    outline-color: #ebeff3;
    pointer-events: none;
    cursor: default
}

.ck-button-new {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    overflow: hidden;
    white-space: nowrap;
    border-radius: .5rem;
    padding: .5rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25rem
}

.ck-button-new:focus {
    outline: none
}

.bg-location {
    background: var(--bg-location);
    background-size: 80% auto;
    background-repeat: no-repeat;
}

.careers-heading-gradient {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    font-weight: 700;

    background: linear-gradient(175deg, #FFF -37.54%, #939DB8 396.83%);
}

#bars {
    display: flex;
    justify-content: center;
    align-items: center;
    /*     background: black; */
}

.bar {
    background: #22C55D;
    bottom: 1px;
    height: 3px;
    width: 10px;
    margin: 0px 4px;
    border-radius: 5px;
    animation: sound 0ms -500ms linear infinite alternate;
}

@keyframes sound {
    0% {
        opacity: .35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 70px;
    }
}

.bar:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    left: 15px;
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    left: 29px;
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    left: 43px;
    animation-duration: 458ms;
}

.bar:nth-child(5) {
    left: 57px;
    animation-duration: 400ms;
}

.bar:nth-child(6) {
    left: 71px;
    animation-duration: 427ms;
}

.bar:nth-child(7) {
    left: 85px;
    animation-duration: 441ms;
}

.bar:nth-child(8) {
    left: 99px;
    animation-duration: 419ms;
}

.bar:nth-child(9) {
    left: 113px;
    animation-duration: 487ms;
}

.bar:nth-child(10) {
    left: 127px;
    animation-duration: 442ms;
}


.bg-geo-wa {
    background: var(--bg-geo-wa);
    background-size: 90%;
}

@media (max-width: 769px) {
    .bg-geo-wa {
        background: var(--bg-geo-wa-mob);
        background-size: 90%;
    }
}

.bg-wa-welcome {
    background: url("/themes/t21/images/bg-wa-welcome.webp") no-repeat;;
    background-size: 90%;

}

.pulse_z {
    border: 1px solid #fff;
    background: #1EAF63;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;

    z-index: 5;
}


.pulse:after {
    content: "";
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -13px 0 0 -13px;
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #1EAF63;
    box-shadow: 0 0 1px 2px #1EAF63;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.Reveal-globalFooterCard {
    z-index: 499;
    z-index: calc(500 - 1);
    position: relative;
    display: block;
    overflow: hidden;
    padding: 20px 40px 20px 100px;
    margin: 5px;
    background-color: var(--bg-card_r);
    border-radius: 8px;

    transition-property: color, background-color, box-shadow, transform;
    transition-duration: .15s
}

.Reveal-globalFooterCard:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #aab7c4;
    pointer-events: none;
    opacity: 0;
    transition: opacity .15s
}

@media (min-width: 670px) {
    .Reveal-globalFooterCard {
        width: calc(50% - 30px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 100px;
        margin: 15px;
    }
}


.Reveal-globalFooterCard:hover {

    transform: translateY(-2px)
}

.Reveal-globalFooterCard:active, .Reveal-globalFooterCard:hover {
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025)
}

.Reveal-globalFooterCard:active {
    transform: translateY(2px)
}

.Reveal-globalFooterCard:active:after {
    opacity: .15
}

.Reveal-globalFooterCard .Reveal-Icon {
    position: absolute;
    width: 130px;
    height: 130px;
    left: -35px;
    top: calc(50% - 65px)
}

@media (min-width: 670px) {
    .Reveal-globalFooterCard .Reveal-Icon {
        left: -50px
    }
}

@media (min-width: 880px) {
    .Reveal-globalFooterCard .Reveal-Icon {
        left: -35px
    }
}

.Reveal-globalFooterCard svg {
    max-width: 110px;
    max-height: 110px
}

.Reveal-globalFooterCard svg .hover-fillDark, .Reveal-globalFooterCard svg .hover-fillLight {
    transition: fill .15s
}

.Reveal-globalFooterCard svg .hover-strokeDark, .Reveal-globalFooterCard svg .hover-strokeLight {
    transition: stroke .15s
}


.Reveal-globalFooterCard h2 {
    margin: 0 0 5px;
    white-space: normal
}

.Reveal-globalFooterCard:hover h2 {
    color: #32325d
}

.Reveal-globalFooterCard p {
    margin: 5px 0 0
}

.line-hight-24 {
    line-height: 24px
}

.Reveal-globalFooterCard--certificate .Reveal-Icon {
    left: -25px;
    top: calc(50% - 60px)
}

.Reveal-globalFooterCard--certificate .Reveal-Icon svg {
    max-width: none;
    max-height: none;
    widht: 140px;
    height: 140px
}

.dark\:bg-\[\#0E0E0F\]:is(.dark *) {
    --tw-bg-opacity: 1;
    background-color: #0B0C15 !important;
}

.dark\:from-\[\#0E0E0F\]:is(.dark *) {
    --tw-gradient-from: #0B0C15 var(--tw-gradient-from-position) !important;

    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}


.BillingLifecycleAnimation {
    --lifecycleAnimationCardSize: 62px;
    --lifecycleAnimationSpacing: 16px;
    --lifecycleAnimationVisibleEvents: 3;
    --lifecycleAnimationShadowPadding: 32px;
    position: relative;

    height: calc(72px * 3 + 16px * (3 - 1))
}

.BillingLifecycleAnimation--animating {
    --transitionDuration: 500ms;
    --transitionEasing: cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.BillingLifecycleAnimation__masked {
    position: absolute;
    width: 100%;
    top: calc((var(--lifecycleAnimationCardSize) + var(--lifecycleAnimationSpacing)) * -1);
    left: auto;
    right: auto;
    bottom: 0;
    overflow: hidden;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, #000));
    -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 25%);
    mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, #000));
    mask-image: linear-gradient(0deg, transparent 0, #000 25%)
}

@media (max-width: 670px) {
    .BillingLifecycleAnimation__masked {
        width: 100%;
    }

    .BillingLifecycleAnimation {
        margin-top: 30px;
    }
}

.BillingLifecycleAnimation__container {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 90%;
    margin-right: 20px;
}

.BillingLifecycleCard {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    width: 100%;
    background: var(--bg-main-2a);
    height: 65px;
    -webkit-transform: translateY(calc(var(--index) * (var(--lifecycleAnimationCardSize) + var(--lifecycleAnimationSpacing))));
    transform: translateY(calc(var(--index) * (var(--lifecycleAnimationCardSize) + var(--lifecycleAnimationSpacing))));
}

.BillingLifecycleCard--active {
    --index: 1;
    z-index: 4
}

.BillingLifecycleCard--inactive {
    --index: 4
}

.BillingLifecycleCard--inactive:nth-of-type(2) {
    --index: 2
}

.BillingLifecycleCard--inactive:nth-of-type(3) {
    --index: 3
}

.BillingLifecycleCard:after,
.BillingLifecycleCard:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    -webkit-transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: opacity 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
    content: ""
}

.BillingLifecycleCard:before {
    box-shadow: 0 3px 12px -1px rgba(0, 44, 0, 0.10), 0 3px 7px -3px rgba(0, 0, 0, 0.1);
    opacity: 0
}

.BillingLifecycleCard:after {
    box-shadow: 0 30px 60px -12px rgba(0, 44, 0, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3)
}

.BillingLifecycleCard--inactive:before {
    opacity: 1
}

.BillingLifecycleCard--inactive:after {
    opacity: 0
}

.BillingLifecycleCard__card {
    height: 65px;
    border-radius: 8px;
    padding-left: 20px;
}

.BillingLifecycleCard__card,
.BillingLifecycleCard__iconContainer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center
}

.BillingLifecycleCard__iconContainer {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -webkit-box-pack: center;
    justify-content: center;
    width: 56px;
    height: inherit;
    position: relative;
    color: #fff;
    overflow: hidden
}

.BillingLifecycleCard__iconContainer,
.BillingLifecycleCard__iconContainer:after,
.BillingLifecycleCard__iconContainer:before {
    -webkit-transition: opacity var(--transitionDuration) var(--transitionEasing);
    transition: opacity var(--transitionDuration) var(--transitionEasing);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px
}

.BillingLifecycleCard__iconContainer:after,
.BillingLifecycleCard__iconContainer:before {
    content: "";
    position: absolute;

    left: 0;
    width: 100%;
    height: 100%
}


.BillingLifecycleCard--inactive .BillingLifecycleCard__iconContainer:before {
    opacity: .19
}

.BillingLifecycleCard--inactive .BillingLifecycleCard__iconContainer:after {
    opacity: 0
}

.BillingLifecycleCard__icon {
    position: relative;
    z-index: 1
}

.BillingLifecycleCard__body {
    padding: 12px 16px 15px;
    opacity: 1;
    -webkit-transition: opacity var(--transitionDuration) var(--transitionEasing);
    transition: opacity var(--transitionDuration) var(--transitionEasing);
    overflow: hidden
}

.BillingLifecycleCard--inactive .BillingLifecycleCard__body {
    opacity: .35
}

.BillingLifecycleCard__label {
    width: 100%;

    letter-spacing: .2px;

    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.BillingLifecycleCard_data {
    display: flex;
}

.BillingLifecycleCard__timestamp {
    font: 500 15px/1.6 "sohne-var", "Helvetica Neue", "Arial", sans-serif;
    letter-spacing: .2px
}

.img_geo {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    z-index: 1;
}

.flag_geo {
    margin-right: 5px;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}


/* barcode container */
.anim-box {
    position: relative;
    width: 220px;
    height: 100px;
    padding: 10px 30px;
    transition: transform .6s ease-out;
}

/* adds the 4 corners */
.anim-box:before, .anim-box:after, .anim-box > :first-child:before, .anim-box > :first-child:after {
    position: absolute;
    width: 10%;
    height: 15%;
    border-color: var(--text-color);
    border-style: solid;
    content: ' ';
}

/* top left corner */
.anim-box:before {
    top: 0;
    left: 0;
    border-width: 2px 0 0 2px;
}

/* top right corner */
.anim-box:after {
    top: 0;
    right: 0;
    border-width: 2px 2px 0 0;
}

/* bottom right corner */
.anim-box > :first-child:before {
    bottom: 0;
    right: 0;
    border-width: 0 2px 2px 0;
}

/* bottom left corner */
.anim-box > :first-child:after {
    bottom: 0;
    left: 0;
    border-width: 0 0 2px 2px;
}

/* barcode bars */
.anim-item {
    display: inline-block;
    background-color: var(--text-color);
    height: 80px;
}

.anim-item-sm {
    width: 2px;
    margin-right: 3px;
}

.anim-item-md {
    width: 3px;
    margin-right: 2px;
}

.anim-item-lg {
    width: 5px;
    margin-right: 5px;
}


.anim-box .scanner {
    animation-play-state: running;
}

/* animated laser beam */
.scanner {
    width: 100%;
    height: 3px;
    background-color: #0171E3;
    opacity: 0.7;
    position: relative;
    box-shadow: 0px 0px 8px 10px rgba(25, 162, 74, 0.49);
    top: 50%;
    animation-name: scan;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: paused;
}

@keyframes scan {
    0% {
        box-shadow: 0px 0px 8px 10px rgba(25, 162, 74, 0.49);
        top: 50%;
    }
    25% {
        box-shadow: 0px 6px 8px 10px rgba(25, 162, 74, 0.49);
        top: 5px;
    }
    75% {
        box-shadow: 0px -6px 8px 10px rgba(25, 162, 74, 0.49);
        top: 98%;
    }
}

.timeline .line input[type="range"] {
    flex: 1;
    all: unset;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: initial !important;
    border: none;
    outline: none;
    width: 100%;
    position: relative;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background: #0171E3;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    margin-top: calc(0.24rem * -1.4);
}

.timeline .line input[type="range"]::-webkit-slider-runnable-track {
    background: #0171E3;
    height: 0.24rem;
    border-radius: 0.24rem;
}

.timeline .line input[type="range"]::-moz-range-track {
    background: #0171E3;
    height: 0.24rem;
    border-radius: 0.24rem
}

.timeline .line input[type="range"]::-ms-track {
    background: #0171E3;
    height: 0.24rem;
    border-radius: 0.24rem
}

.timeline .line input[type="range"]::-ms-thumb {
    appearance: none;
    background: #0171E3;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    margin-top: calc(0.24rem * -1.4);
}

.timeline .line input[type="range"]::-moz-range-thumb {
    unset: all;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    background: #0171E3;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    margin-top: calc(0.24rem * -1.4);
}

.timeline {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 0.2rem;
}

.line {
    --line-height: 0.24rem;
    flex: 1;
    display: flex;
    align-items: center;
    position: relative;
}

.line::before {
    content: "";
    width: 0;
    position: absolute;
    background: #0171E3;
    height: 0.24rem;
    border-radius: calc(0.24rem / 2);
}

@-webkit-keyframes driving {
    0% {
        transform: translateY(-650px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes driving {
    0% {
        transform: translateY(-650px);
    }
    100% {
        transform: translateY(0);
    }
}

.gps-bg {
    background-color: #2AC55D;
    position: relative;
    perspective: 300px;

}

.gps-bg:after {
    content: "";
    background-color: var(--bg-main-2a);
    position: absolute;
    width: 200%;
    height: 5em;
    bottom: 0;
    transform: skewY(-2deg);
}

.gps-bg__guts {
    position: absolute;
    transform: rotateX(45deg);
    width: calc(100% + 1000px);
    height: 100%;
    left: -500px;
}

.gps-bg__bg {
    height: 1300px;
    background-image: url(/themes/t21/images/roads.svg);
    background-position: 50%;
    background-size: 25%;
    position: absolute;
    top: -162px;
    width: 100%;
    transform: translateY(-650px);
    -webkit-animation: driving 10000ms linear 0ms infinite;
    animation: driving 10000ms linear 0ms infinite;
}

.gps-bg__route {
    width: 2em;
    background-color: var(--bg-main-2a);
    position: absolute;
    top: -162px;
    bottom: -162px;
    left: 50%;
    transform: translateX(-50%);

}

.gps-bg__route:after {
    content: "";
    width: 20%;
    background-color: #22C55D;
    position: absolute;
    top: 0;
    bottom: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.gps-bg__fade {
    background-image: linear-gradient(to bottom, #2AC55D 10%, rgba(172, 141, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 1;
}

.gps-bg__marker {
    height: 3em;
    width: 3em;
    background-color: var(--bg-main-2a);
    border-right: 1px solid #ddd;
    border-bottom: 3px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0.125em 10px 3px rgba(46, 18, 107, 0.25);
}

.gps-bg__marker:after {
    content: "";
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
    border-bottom: 2em solid #22C55D;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}


.kZWPX {
    display: flex;
    -moz-box-align: center;
    align-items: center;

    background-color: transparent;
    overflow: scroll hidden;
    scrollbar-width: none;
}


.kZWPX > * {
    flex-shrink: 0;
}

.iOwaLR {
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    object-fit: cover;
}

.spinme-right {
    display: inline-block;

    font-size: 14px;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 1;
}

.spinme-left {
    display: inline-block;

    font-size: 14px;
    color: #9E9EA1;
    border-radius: 30px;
    line-height: 1.25em;
    font-weight: 100;
    opacity: 1;
}

.spinner {
    margin: 0;
    width: 30px;
    text-align: center;
}

.spinner > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    background: #9E9EA1;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.promo-banner {
    display: inline-block;
    position: relative;

    border-radius: 14px;
    transition: background-color ease-in-out .3ms;
    text-decoration: none;
    overflow: hidden;
    min-height: 240px;
    box-sizing: border-box;
    /*  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1),0 2px 4px -2px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  */
}

.promo-banner_reviews {
    display: inline-block;
    position: relative;

    border-radius: 4px;
    transition: background-color ease-in-out .3ms;
    text-decoration: none;
    overflow: hidden;

    box-sizing: border-box
}


.promo-banner:hover {

    -webkit-box-shadow: 0 8px 32px rgba(5, 12, 38, .1);
    box-shadow: 0 8px 32px rgba(5, 12, 38, .1);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.promo-banner__title {
    font-style: normal;
    font-weight: 500;


    display: block
}

.promo-banner__text {
    font-weight: normal;

    display: block
}

@media (max-width: 670px) {
    .promo-banner__text {
        font-weight: normal;

        display: block
    }

}

.promo-banner--wide .promo-banner__title {
    font-size: 20px;
    line-height: 26px
}

.promo-banner--wide .promo-banner__text {
    font-size: 14px;
    line-height: 18px
}

.promo-banner--wide .promo-banner__title, .promo-banner--wide .promo-banner__text {
    width: 155px
}

.promo-banner__img {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}


.promo-banner--wide .promo-banner__img {
    max-height: 100%;
    max-width: calc(100% - 180px);
    width: auto;
    height: auto
}

.promo-banner__button {
    position: absolute;
    bottom: 24px;
    left: 24px;
    border: 2px solid #ced0d6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 10px 20px;
    color: #333;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.promo-banner__title + .promo-banner__text {
    margin-top: 8px
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .promo-banner {
        width: 220px;
        padding: 24px
    }

    .promo-banner--wide {
        width: 460px
    }
}

@media (min-width: 1200px) {
    .promo-banner {
        max-width: 210px;
        padding: 35px;
        min-width: 240px;
    }

    .promo-banner_reviews {
        width: 310px;
        padding: 14px
    }

    .promo-banner--wide {
        width: 380px
    }

    .promo-banner__text {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (max-width: 1023px) {
    .promo-banner {

        padding: 16px
    }

    .promo-banner_reviews {
        width: 310px;
        padding: 8px
    }

    .promo-banner--wide {
        padding: 24px
    }

    .promo-banner__text {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .promo-banner--wide {
        width: 324px
    }
}

.min-h340 {
    min-height: 340px;
}

@media (max-width: 767px) {
    .promo-banner--wide {
        width: 100%
    }

    .promo-banner {
        max-width: 245px;
        padding: 30px;
        min-width: 230px;
    }
}

.right-shadow::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 50px;
    background: var(--bg-shadow);
    z-index: 20;
    pointer-events: none;
}

.bg-brand_mask_v1 {
    background: linear-gradient(#507eb1, #709dc7 10%, #dde9f5 38%, #eaf2f9 48%, #f6f9fc 62%);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}