:root {
    --primary: #fdb713;
    --secondary: #ffe19c;
    --tw-shadow-colored: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000 !important;
    --banner-font-color: black;
    --font-color: black;
}

body {
    text-align: right;
    line-height: 1.55;
    overflow: overlay;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    /*font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, sans-serif;*/
    font-feature-settings: "ss01";
}

@media (max-width: 800px) {
    body {
        font-size: 90%;
    }
}

body {
    background-color: #f6f6f6;
}

#app {
    direction: rtl;
}

.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

#app > .wrapper {
    transition: transform ease .2s;
    transform-origin: center bottom;
}


/* -------------------------------
Navbar Menu
------------------------------- */
/*.bi-nav{*/
/*    display: none;*/
/*}*/
/*@media (min-width: 1280px) {*/
/*    .bi-nav {*/
/*        display: block;*/
/*    }*/
/*}*/
/*------*/
.bi-nav {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    display: flex;
    height: 100%;
    width: 256px;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fff;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
}

@media (min-width: 1280px) {
    .bi-nav {
        position: sticky;
        top: 0;
        z-index: 0;
        display: flex;
        height: 100%;
        max-width: 256px;
        flex: 1 1 0%;
        --tw-translate-x: 0;
        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));
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        background-color: #fff;
    }
}

.bi-nav.hide {
    --tw-translate-x: 100%;
    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));
}

@media (min-width: 1280px) {
    .bi-nav.hide {
        --tw-translate-x: 0;
        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));
    }
}

.hide {
    display: none;
}

/*------*/

.bi-nav .bi-logo-subtitle {
    margin: 0 auto;
    margin-top: 1.5rem;
    border-top-width: 1px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    border-color: #0000001f;
}

.bi-menu-title {
    margin-top: 0.75rem;
    padding: 0.5rem 0.75rem;
    font-size: .75rem;
    font-weight: 400;
    color: #959ea6;
}

button.bi-button {
    position: relative;
    margin: 2px 0 !important;
    display: block !important;
    height: 33px !important;
    max-height: 33px !important;
    min-height: 33px !important;
    min-width: 208px;
    overflow: hidden;
    border-radius: 0.5rem;
    padding: 0 !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #2b2f33 !important;
    transition: box-shadow 4s ease;
}

button.bi-button:hover {
    color: #0a0b0c !important;
    /*--tw-shadow: 0 0 #0000 !important;*/
    /*--tw-shadow-colored: 0 0 #0000 !important;*/
    /*box-shadow: 0 0 0 red !important;*/
    box-shadow: -300px 0 0 0 var(--secondary) inset; /* Hover box-shadow effect */
}

button.bi-button.selected {
    font-weight: 900 !important;
    /*color: #0a0b0c !important;*/
    color: var(--font-color) !important;
    box-shadow: -300px 0 0 0 var(--primary) inset;
}

@media (min-width: 640px) {
    button.bi-button {
        min-width: 224px;
    }
}

button.bi-button {
    transition: color 0.2s ease;
}

button.bi-button:before {
    position: absolute;
    right: 0;
    z-index: 20;
    height: 100%;
    width: 100%;
    transform-origin: right;
    --tw-scale-x: 0;
    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));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    background-color: #f6f6f6;
    content: "";
}

button.bi-button .select-bg {
    position: absolute;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    transform-origin: right;
    --tw-scale-x: 0;
    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));
    background-color: var(--secondary) !important;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

button.bi-button:after {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 30;
    height: 1rem;
    width: 3px;
    transform-origin: top;
    --tw-scale-y: 0;
    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));
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: var(--primary);
    content: "";
}

/*---------------mobile menu-------------*/
.bi-mobile-nav {
    display: flex;
    height: 3rem;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
}

@media (min-width: 1280px) {
    .bi-mobile-nav {
        display: none;
    }
}

.bi-click-away {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .4;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}

.bi-click-away.hide {
    z-index: -10;
    opacity: 0;
}

@media (min-width: 1280px) {
    .bi-click-away, .bi-click-away.hide {
        z-index: -10;
    }
}

/* -------------------------------
---------------Footer-------------
------------------------------- */
.bg-grays-100 {
    background-color: #f8fafb !important;
}

/* -------------------------------
------------------------------- */

.bi-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-height: 100vh;
    max-width: 1440px;
    flex-direction: column;
}

@media (min-width: 1280px) {
    .bi-wrapper {
        flex-direction: row;
    }
}

.bi-content {
    position: relative;
    flex: 1 1 0%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
}

@media (min-width: 1280px) {
    .bi-content {
        padding-top: 1rem;
    }
}

.bi-main-hero {
    background-size: cover;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 1rem;
    background-color: var(--primary);
    background-position: right top;
    background-repeat: no-repeat;
}

/* @media (max-width: 1024px) { */
@media (max-width: 1023px) {
    .bi-main-hero {
        align-items: center;
    }
}

/* video frame fawan */

iframe {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
}

/* video frame  original*/


.bi-main-hero .bi-main-video-container {
    margin: 3rem 0.75rem 0.75rem;
    height: 284px;
    max-height: 450px;
    width: 227.2px;
    overflow: hidden;
    border-radius: 1rem;
}

@media (min-width: 640px) {
    .bi-main-hero .bi-main-video-container {
        margin: 1.5rem;
        max-height: 100%;
    }
}

.bi-main-hero .bi-main-video-container {
    clip-path: inset(0% round 16px);
}

@media (prefers-reduced-motion: no-preference) {
    .bi-main-hero .bi-main-video-container {
        --skeleton-light: rgb(239, 237, 237);
        background-image: linear-gradient(to right, var(--bg), var(--skeleton-light), var(--bg), var(--skeleton-light));
        background-size: 300%;
        background-position: 0px 0px;
        animation: 1s ease 0s infinite normal both running a-skeleton-animation;
    }
}

@media (min-width: 300px) {
    .bi-main-hero .bi-main-video-container {
        height: 305px;
        width: 244px;
    }
}

@media (min-width: 360px) {
    .bi-main-hero .bi-main-video-container {
        height: 380px;
        width: 304px;
    }
}

@media (min-width: 416px) {
    .bi-main-hero .bi-main-video-container {
        height: 450px;
        width: 360px;
    }
}

@media (min-width: 1024px) {
    .bi-main-hero .bi-main-video-container {
        height: 640px;
        width: 512px;
        max-width: 512px;
    }
}

.bi-main-hero .bi-main-video-container .r1_iframe_embed {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.bi-main-hero .bi-main-video-container .r1_iframe_embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-style: none;
}

.vjs-theme-arvan.arvan-fill {
    border-width: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
    height: 100%;
    width: 100%;
}

.vjs-poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
}

/* text section */
.bi-main-content {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 944px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 768px) {
    .bi-main-content {
        padding-top: 104px;
        padding-bottom: 104px;
    }
}

/*--------video play button--------*/
.vjs-big-play-button {
    background-color: transparent !important;
    background-size: 3.75rem 4.375rem;
    border: none !important;
    -webkit-filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, .25)) !important;
    filter: drop-shadow(0 0 0.25rem rgba(0, 0, 0, .25)) !important;
    height: 4.375rem !important;
    left: 50% !important;
    margin: -2.1875rem 0 0 -1.875rem !important;
    opacity: .85 !important;
    position: absolute !important;
    top: 50% !important;
    width: 3.75rem !important;
    /*added rom parent classes*/
    border-radius: 0.3em;
    cursor: pointer;
    display: block;
    font-size: 3em;
    line-height: 1.5em;
    padding: 0;
    transition: all 0.4s;
    appearance: none;
    text-decoration: none;
    text-transform: none;
}

.vjs-big-play-button:hover {
    opacity: 1 !important;
}

/* --------------------------------------------
-------------- Statement Page --------------
-------------------------------------------- */
.bi-main-content > section:first-of-type {
    margin-top: 0 !important;
}

.bi-page-hero {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    min-height: 230px;
    width: 100%;
    max-width: 1152px;
    justify-content: flex-start;
    overflow: hidden;
    border-radius: 1rem;
    /*background-color: var(--primary);*/
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

@media (min-width: 1280px) {
    .bi-page-hero {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.bi-page-hero .bi-page-title {
    font-weight: 700;
    line-height: 130%;
    font-size: 1.5rem;
    color: var(--banner-font-color);
}

@media (min-width: 768px) {
    .bi-page-hero .bi-page-title {
        line-height: 150%;
        font-size: 2rem;
    }
}

.bi-page-hero .bi-page-title {
    position: absolute;
    right: 1.5rem;
    bottom: 40px;
    z-index: 30;
    margin: 0px;
    font-weight: 700;
}

@media (min-width: 460px) {
    .bi-page-hero .bi-page-title {
        right: 2rem;
        bottom: 1.5rem;
        font-size: 32px;
    }
}

@media (min-width: 768px) {
    .bi-page-hero .bi-page-title {
        right: 4rem;
        bottom: 3rem;
        font-size: 42px;
    }
}

@media (min-width: 1280px) {
    .bi-page-hero .bi-page-title {
        right: 4.5rem;
        bottom: 4rem;
        font-size: 48px;
    }
}

img.is-responsive {
    max-width: 100%;
}

.bi-image {
    width: 100%;
    overflow: hidden;
    height: auto !important;
}

.banner {
    height: 100% !important;
}

.bi-page-hero .hero-img svg {
    max-height: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .bi-page-hero .hero-img svg {
        max-height: 480px;
    }
}

.bi-article {
    height: 100%;
    width: 100%;
    white-space: pre-line;
}

.fawan-article {
    display: flex;
    align-items: flex-start;
}

.bi-content-wrapper .right-slot {
    display: flex;
    max-width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
}

@media (min-width: 768px) {
    .bi-content-wrapper .right-slot {
        max-width: 48.306%;
    }
}

.bi-content-wrapper .left-slot {
    display: flex;
    max-width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
}

@media (min-width: 768px) {
    .bi-content-wrapper .left-slot {
        max-width: 48.306%;
    }
}

.bi-content-wrapper .left-slot .img {
    margin-left: auto;
    margin-right: auto;
    width: 456px;
}

@media (min-width: 768px) {
    .bi-content-wrapper .left-slot .img {
        width: auto;
        max-width: 100%;
    }
}

/* wierd code */
.scroller-wrapper {
    display: flex;;
    flex-direction: column;
}

@media (min-width: 360px) {
    .scroller-wrapper {
        flex-direction: row;
        justify-content: flex-start;
        text-align: right;
    }
}

.scroller-wrapper .scroller-box {
    display: inline-block;
    height: 60px;
    width: 100%;
    overflow-y: hidden;
}

@media (min-width: 375px) {
    .scroller-wrapper .scroller-box {
        height: 30px;
    }
}

@media (min-width: 425px) {
    .scroller-wrapper .scroller-box {
        height: 27px;
    }
}

.scroller-wrapper .scroller-box .scroller {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.scroller-wrapper .scroller-box .scroller span {
    font-weight: 700;
    line-height: 150%;
    font-size: 1.25rem;
}

@media (min-width: 768px) {
    .scroller-wrapper .scroller-box .scroller span {
        font-size: 1.5rem;
    }
}

.scroller-wrapper .scroller-box .scroller span {
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .scroller-wrapper .scroller-box .scroller span {
        font-weight: 400;
        line-height: 170%;
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .scroller-wrapper .scroller-box .scroller span {
        font-weight: 700;
        font-size: 1.125rem;
    }
}

.scroller-wrapper .scroller-box .scroller span {
    line-height: normal;

}

@media (min-width: 360px) {
    .scroller-wrapper .scroller-box .scroller span {
        justify-content: flex-start;
        text-align: right;
    }
}

/*gholami suggested:*/
.container {
    width: 100%;
}

.text-container {
    width: 100%;
    height: 50px;
    font-size: 30px;
    /*font-weight: 700;*/
    /*line-height: 150%;*/
    /*font-size: 1.25rem;*/
}

/*@media (min-width: 768px) {*/
/*    font-weight: 700;*/
/*    font-size: 1.125rem;*/
/*}*/

.dynamic-text {
    display: inline-block;
}

.dynamic-text {
    list-style: none;
    position: absolute;
    overflow: hidden;
    height: 50px;
}

/*@media (min-width: 375px) {*/
/*     .dynamic-text, .text-container {*/
/*        height: 30px;*/
/*    }*/
/*}*/
/*@media (min-width: 425px) {*/
/*     .dynamic-text, .text-container {*/
/*        height: 27px;*/
/*    }*/
/*}*/
.item {
    position: relative;
    top: 0;
    animation: move 5s infinite 1s;
}

@keyframes move {
    0% {
        top: 0px;
    }
    20% {
        top: -27px;
    }
    40% {
        top: -54px;
    }
    80% {
        top: -108px;
    }
    60% {
        top: -146px;
    }
}

/* -----------------------------------------------------------
---------------------- Identity Page ----------------------
----------------------------------------------------------- */
#app > div.bg-white.wrapper > main > div > div.bi-content > div > div > div > div.bi-main-content.pt-8 > section.mt-7.md\:mt-\[104px\] > div > div > svg > path.charter-title.active {
    display: none;
}

.bi-page-hero .hero-img {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
}

.bi-charter {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.bi-charter .mobile-tabs {
    position: relative;
    z-index: 20;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.75rem;
}

@media (min-width: 985px) {
    .bi-charter .mobile-tabs {
        display: none;
    }
}

.btn {
    background-color: transparent;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    --padding-inline: 0.25rem;
    padding: 0.25rem var(--padding-inline);
    --button-size: auto;
    min-height: var(--button-size);
    border: solid 1px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 1px 1px -1px rgba(0, 0, 0, .08);
    --outline-width: 2px;
    outline: var(--outline-width) none #4B5259;
    outline-offset: calc(var(--outline-width) * -1);
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-property: background-color, border-color, opacity;
}

.btn.is-md {
    --padding-inline: 0.75rem;
    --button-size: 2.5rem;
    font-size: 0.875rem;
}

.btn.is-raw {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    box-shadow: none;
    transition-property: box-shadow;
}


button.bi-button a {
    line-height: 180% !important;
    position: relative;
    z-index: 20;
    height: 100% !important;
    min-height: 33px !important;
    width: 100% !important;
    justify-content: flex-start !important;
    padding-left: 1rem !important;
    padding-right: 1.5rem !important;
    text-align: right !important;
    font-size: .875rem !important;
    font-weight: 700 !important;
    color: #2b2f33 !important;
    color: inherit !important;
}

.bi-charter .mobile-tabs button {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #000 !important;
}

.bi-charter .mobile-tabs button.active {
    background-color: var(--primary) !important;
    color: var(--font-color) !important;
}

.bi-charter > svg {
    position: relative;
    z-index: 20;
}

.bi-charter .articles {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.bi-charter .articles article {
    position: absolute;
    z-index: 20;
    margin-top: 3rem;
    max-width: 260px;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), z-index 0ms 0.6s linear;
}

@media (min-width: 985px) {
    .bi-charter .articles article {
        z-index: 10;
        margin-top: 0;
        max-width: 226px;
    }
}

.bi-charter .articles article.active {
    z-index: 20;
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), z-index 0ms 0ms linear;
}

@media (min-width: 985px) {
    .bi-charter .articles article.arc-type {
        right: 40px;
        top: 0;
    }

    .bi-charter .articles article.body {
        left: 40px;
        right: auto;
        top: 0;
    }

    .bi-charter .articles article.culture {
        right: 40px;
        top: 214px;
    }

    .bi-charter .articles article.relationship {
        left: 0;
        right: auto;
        top: 214px;
    }

    .bi-charter .articles article.self-image {
        right: 40px;
        top: 332px;
    }

    .bi-charter .articles article.reflection {
        left: 40px;
        right: auto;
        top: 332px;
    }
}


.bi-charter > svg rect {
    transition: fill 0.15s ease;
}

.bi-charter .desktop-tab-btn {
    display: none;
    cursor: pointer;
}

@media (min-width: 985px) {
    .bi-charter .desktop-tab-btn {
        display: block;
    }
}
.font-color{
    fill: var(--font-color);
}
.bi-charter .articles article h5 {
    font-weight: 700;
    line-height: 180%;
    font-size: 0.875rem;
    margin: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.5s;
}

@media (min-width: 985px) {
    .bi-charter .articles article h5 {
        margin-bottom: 0.25rem;
    }
}

.bi-charter .articles article.active h5 {
    --tw-translate-y: 0;
    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));
}

.bi-charter .articles article p {
    font-weight: 400;
    line-height: 180%;
    font-size: 0.75rem;
    margin: 0;
    margin-top: 0.5rem;
    --tw-translate-y: .75rem;
    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));
    color: #000 !important;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
    transition-duration: 0.5s;
}

@media (min-width: 985px) {
    .bi-charter .articles article p {
        margin-top: 20px;
    }
}

.bi-charter .articles article.active p {
    --tw-translate-y: 0;
    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));
}

.bi-charter > svg .charter-title {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
    transition-duration: 0.2s;
}

.bi-charter > svg .charter-title.active {
    --tw-translate-y: -112px;
    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));
}

@media (min-width: 985px) {
    .bi-charter > svg .charter-title.active {
        --tw-translate-y: 0;
        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));
    }
}

.bi-charter > svg .animate-line {
    stroke-dasharray: 100%;
    stroke-dashoffset: 100%;
    transition: stroke-dashoffset 0.3s linear;
}

.bi-charter > svg .animate-line.active {
    stroke-dashoffset: 100%;
}

@media (min-width: 985px) {
    .bi-charter > svg .animate-line.active {
        transition: stroke-dashoffset 0.5s linear;
        stroke-dashoffset: 0%;
    }
}


/* -----------------------------------------------------------
---------------------- Verbal-values Page ----------------------
----------------------------------------------------------- */

.swipe-it {
    font-weight: 400;
    line-height: 200%;
    font-size: 0.75rem;
}

@media (min-width: 768px) {
    .swipe-it {
        font-size: 0.875rem;
    }
}

.swipe-it {
    display: flex;
    justify-content: flex-end;
}

@media (min-width: 930px) {
    .swipe-it {
        display: none;
    }
}

.a-swiper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.a-swiper__main {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.a-swiper__inner {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0);
}

.a-swiper .swiper-wrapper {
    padding: 0;
    margin: 0;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.a-swiper .swiper-slide {
    min-height: 100%;
    height: auto;
}


/* -----------------------------------------------------------
---------------------- design-principles Page ----------------------
----------------------------------------------------------- */

/* ------ video styles ------ */
/* -------------------------- */
.bi-content-wrapper .right-slot {
    display: flex;
    max-width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
}

@media (min-width: 768px) {
    .bi-content-wrapper .right-slot {
        max-width: 48.306%;
    }
}

.design-principles .bi-main-video-container {
    height: 284px;
    width: 225px;
    overflow: hidden;
    border-radius: 1rem;
}

@media (min-width: 640px) {
    .design-principles .bi-main-video-container {
        max-height: 100%;
    }
}

.design-principles .bi-main-video-container {
    clip-path: inset(0% round 16px);
}

@media (prefers-reduced-motion: no-preference) {
    .design-principles .bi-main-video-container {
        --skeleton-light: rgb(239, 237, 237);
        background-image: linear-gradient(to right, var(--bg), var(--skeleton-light), var(--bg), var(--skeleton-light));
        background-size: 300%;
        background-position: 0px 0px;
        animation: 1s ease 0s infinite normal both running a-skeleton-animation;
    }
}

@media (min-width: 300px) {
    .design-principles .bi-main-video-container {
        height: 410px;
        width: 275px;
    }
}

@media (min-width: 375px) {
    .design-principles .bi-main-video-container {
        height: 420px;
        width: 333px;
    }
}

@media (min-width: 394px) {
    .design-principles .bi-main-video-container {
        height: 450px;
        width: 357px;
    }
}

@media (min-width: 438px) {
    .design-principles .bi-main-video-container {
        height: 500px;
        width: 396px;
        max-width: 396px;
    }
}

@media (min-width: 768px) {
    .design-principles .bi-main-video-container {
        height: 450px;
        width: 357px;
        max-width: 357px;
    }
}

@media (min-width: 880px) {
    .design-principles .bi-main-video-container {
        height: 500px;
        width: 396px;
        max-width: 396px;
    }
}

.design-principles .bi-main-video-container .r1_iframe_embed {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.design-principles .bi-main-video-container .r1_iframe_embed iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border-style: none;
}


/* ------- last section ------- */
/* ---------------------------- */
.bi-card-tabs {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6rem;
    width: 100%;
    max-width: 992px;
    border-radius: 1rem;
    color: rgb(43, 47, 51);
}

/* ------ last section buttons ------ */
.bi-card-tabs .tab-scroll-box {
    position: relative;
    right: -1rem;
    display: flex;
    width: 100vw;
    overflow: auto hidden;
    scroll-behavior: smooth;
    padding-bottom: 20px;
}

@media (min-width: 640px) {
    .bi-card-tabs .tab-scroll-box {
        right: 0px;
    }
}

@media (min-width: 768px) {
    .bi-card-tabs .tab-scroll-box {
        width: 100%;
    }
}

.text-callout {
    font-weight: 400;
    line-height: 180%;
    font-size: 0.875rem;
}

.btn.is-raw {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    box-shadow: none;
    transition-property: box-shadow;
}

.bi-main-content button:active {
    --tw-shadow: 0 0 #0000 !important;
    --tw-shadow-colored: 0 0 #0000 !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.bi-card-tabs .progress {
    position: absolute;
    bottom: -0.25rem;
    right: 50%;
    height: 6px;
    width: 80%;
    --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));
    overflow: hidden;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: rgb(226, 230, 233);
    animation: 0.2s ease 0s 1 normal forwards running opacity;
}

.bi-card-tabs .progress span {
    display: block;
    height: 6px;
    width: 100%;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: var(--primary);
}

/* ------ last section images ------ */
.bi-card-tabs .tab {
    position: relative;
    z-index: 20;
    margin-top: 0.25rem;
    display: flex;
}

@media (min-width: 768px) {
    .bi-card-tabs .tab {
        margin-top: 0px;
    }
}

.design-principles .tab {
    min-height: 295px;
}

.bi-card-tabs .tab .img {
    display: flex;
    min-width: 100px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.75rem;
    background-color: rgb(255, 255, 255);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .bi-card-tabs .tab .img {
        min-width: 330px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.design-principles .tab .img {
    margin: auto;
    height: 212px;
    width: 100%;
    max-width: none;
    background-color: var(--primary);
}

@media (min-width: 768px) {
    .design-principles .tab .img {
        margin: 0px;
        height: 284px;
        max-width: 418px;
    }
}

img {
    border-style: none;
}

img {
    color: transparent;
}

img.is-responsive {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
}

.design-principles .tab .img img {
    height: 100%;
}

/*-------------------------------*/
/*---------New Identity ---------*/
/*--------------------------------*/
.gallery {
    padding-top: 2rem;
}

.gallery > div {
    margin-bottom: 1rem;
    display: flex;
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    overflow: hidden;
}

@media (min-width: 380px) {
    .gallery > div {
        flex-direction: row;
    }
}

.gallery img {
    width: 100%;
    border-radius: 0.75rem;
    background-color: #f8fafb;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.15s;
    margin-bottom: 1rem;
}

@media (min-width: 375px) {
    .gallery img:nth-of-type(3n-2) {
        max-height: 145px !important;
    }
}

@media (min-width: 375px) {
    .gallery img:nth-of-type(3n-2) {
        max-height: 198px !important;
    }
}

@media (min-width: 425px) {
    .gallery img:nth-of-type(3n-2) {
        max-height: 370px !important;
    }
}

@media (min-width: 769px) {
    .gallery img:nth-of-type(3n-2) {
        max-height: 475px !important;
    }
}

/*first*/
.gallery img:nth-of-type(3n-1) {
    margin-left: 0;
    float: right;
}

@media (min-width: 380px) {
    .gallery img:nth-of-type(3n-1) {
        margin-left: 0.25rem;
        width: calc(50% - 4px);
    }
}

@media (min-width: 640px) {
    .gallery img:nth-of-type(3n-1) {
        margin-left: 0.5rem;
        width: calc(50% - 8px);
    }
}

/*second*/
.gallery img:nth-of-type(3n) {
    /*margin-top: 1rem;*/
    margin-right: 0;
    float: left;
}

@media (min-width: 380px) {
    .gallery img:nth-of-type(3n) {
        margin-right: 0.25rem;
        margin-top: 0;
        width: calc(50% - 4px);
    }
}

@media (min-width: 640px) {
    .gallery img:nth-of-type(3n) {
        margin-right: 0.5rem;
        margin-top: 0;
        width: calc(50% - 8px);
    }
}

@media (min-width: 768px) {
    .gallery img {
        border-radius: 1rem;
    }
}

.gallery img.first {
    margin-left: 0;
}

@media (min-width: 380px) {
    .gallery img.first {
        margin-left: 0.25rem;
        width: calc(50% - 4px);
    }
}

@media (min-width: 640px) {
    .gallery img.first {
        margin-left: 0.5rem;
        width: calc(50% - 8px);
    }
}

.gallery img.second {
    margin-top: 1rem;
    margin-right: 0;
}

@media (min-width: 380px) {
    .gallery img.second {
        margin-right: 0.25rem;
        margin-top: 0;
        width: calc(50% - 4px);
    }
}

@media (min-width: 640px) {
    .gallery img.second {
        margin-right: 0.5rem;
        margin-top: 0;
        width: calc(50% - 8px);
    }
}

/*------------------------------*/
/*-----------Logo---------------*/
/*------------------------------*/
.bi-main-content ul {
    padding-right: 28px !important;
    list-style: disc;
}

.bi-article ul {
    margin-bottom: 0;
}

.bi-image-slider {
    display: flex;
    overflow: hidden;
    border-radius: 1rem;
}

.fade-enter-active, .fade-leave-active, .mySlides {
    transition: opacity linear 0.5s;
}

.fade-enter-from, .fade-leave-to {
    opacity: 0;
}

.fade-in {
    -webkit-animation: fade 2s ease;
    animation: fade 5s ease;
}

.is-animated {
    -webkit-animation: a-skeleton-animation ease 1s infinite both;
    animation: a-skeleton-animation ease 1s infinite both;
}

/*------------------------------*/
/*-----------Color Page--------*/
/*------------------------------*/
.bi-palette {
    margin-top: 1rem;
    display: flex;
    flex-direction: column-reverse;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 768px) {
    .bi-palette {
        margin-top: 3rem;
        flex-direction: row;
        padding-left: 0;
        padding-right: 0;
    }
}

.bi-palette {
    font-feature-settings: normal !important;
}

button.bi-palette-card {
    position: relative;
    z-index: 0;
    display: flex;
    min-height: 120px;
    flex: 1 1 0%;
    flex-basis: 100%;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 0;
    /*transition-property: all!important;*/
    /*transition-timing-function: cubic-bezier(.4,0,.2,1)!important;*/
    /*transition-duration: 0.2s;*/
    /*transition-timing-function: cubic-bezier(0,0,.2,1);*/
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    button.bi-palette-card {
        min-height: 360px;
        flex-basis: 25%;
    }
}

button.bi-palette-card:hover {
    z-index: 20;
    --tw-scale-y: 1.05;
    --tw-scale-x: 1.05;
    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));
    border-radius: 1rem !important;
    --tw-shadow: 0 2px 5px -1px rgba(0, 0, 0, .08);
    --tw-shadow-colored: 0 2px 5px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
    button.bi-palette-card:hover {
        --tw-scale-y: 1.15;
        --tw-scale-x: 1.12;
        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));
    }
}

button.bi-palette-card .color-codes {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    text-align: left;
}

@media (min-width: 768px) {
    button.bi-palette-card .color-codes {
        padding: 1.5rem;
    }
}

button.bi-palette-card .spectrum {
    display: flex;
    height: 52px;
    width: 100%;
}

@media (min-width: 768px) {
    button.bi-palette-card .spectrum {
        height: 4.5rem;
    }
}

button.bi-palette-card .spectrum span {
    display: inline-block;
    height: 100%;
    flex: 1 1 0%;
    flex-basis: 33.333333%;
    --tw-translate-y: 100%;
    transform: translate(0, 100%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    --tw-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 1px 1px -1px var(--tw-shadow-color);
    box-shadow: var(0 0 #0000, 0 0 #0000), var(0 0 #0000, 0 0 #0000), var(0 1px 1px -1px rgba(0, 0, 0, .08));
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 0.3s;
}

button.bi-palette-card:hover .spectrum span {
    --tw-translate-y: 0;
    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));
}

button.bi-palette-card .spectrum span:nth-of-type(3) {
    transition-delay: .2s;
}

button.bi-palette-card .spectrum span:nth-child(2) {
    transition-delay: .1s;
}

.text-color-card {
    margin-bottom: 1rem;
    display: flex;
    height: 136px;
    width: 100%;
    flex-direction: column;
    border-radius: 1rem;
    padding: 1rem;
}

@media (min-width: 640px) {
    .text-color-card {
        height: 150px;
    }
}

@media (min-width: 768px) {
    .text-color-card {
        height: 160px;
    }
}

@media (min-width: 375px) {
    .text-color-card {
        width: calc(50% - 8px);
    }
}

@media (min-width: 640px) {
    .text-color-card {
        width: calc(35% - 24px);
    }
}

@media (min-width: 768px) {
    .text-color-card {
        width: calc(35% - 26px);
    }
}

.bg-success-400 {
    background-color: #28a745 !important;
}

.bg-danger-400 {
    background-color: #dc3545 !important;
}

.rounded-last-first:first-child {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

@media (min-width: 768px) {
    .rounded-last-first:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
}

.rounded-last-first:last-child {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

@media (min-width: 768px) {
    .rounded-last-first:last-child {
        border-top-right-radius: 0;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }
}

/*-------------------------------*/
/*---------TypoGraphy Page-------*/
/*-------------------------------*/

.char-box {
    position: relative;
    display: flex;
    min-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 0.75rem;
    background-color: #000;
    padding: 2rem;
    color: #fff;
}

@media (min-width: 768px) {
    .char-box {
        min-width: 0px;
    }
}

.char-box .bi-char {
    position: relative;
    z-index: 20;
    font-size: 160px;
    font-weight: 900;
}

.text-footnote {
    font-weight: 400;
    line-height: 180%;
    font-size: .625rem;
}

.text-principles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (min-width: 360px) {
    .text-principles {
        flex-direction: row;
    }
}

.text-principles > div {
    padding: 0.25rem;
}

@media (min-width: 640px) {
    .text-principles > div {
        padding: 0.5rem;
    }
}

.test-font {
    font-weight: 600;
}

.shake {
    animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translateZ(0);
}

.bi-nav .bi-subtitle-company-name {
    margin: 0 auto;
    /*margin-top: 1.5rem;*/
    padding-left: 2rem;
    padding-right: 2rem;
    /*padding-top: 0.75rem;*/
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
}