@font-face {
    font-family: 'Soehne';
    src: url('/fonts/soehne/soehne-buch.woff2') format('woff');
}

@font-face {
    font-family: 'signifier';
    src: url('/fonts/signifier/signifier-light.woff2') format('woff');
}

:root {
    --breakpoint: "xs";
    --container-width: unset;
    --inner-gutter: 16px;
    --outer-gutter: 16px;
    --grid-columns: 6;
    --env: "production";
    --grid-column-bg: rgba(127, 255, 255, .25);
    --vh: 1px;
}

:root {
    --sans: "Soehne", system-ui, -apple-system, Helvetica Neue, Arial, sans-serif;
    --circle: "Soehne Circle", sans-serif;
    --serif: "Signifier", ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
    --mono: "Soehne Mono Buch", Courier, monospace;
}

@media (min-width: 429px) {
    :root {
        --breakpoint: "sm";
        --container-width: unset;
        --inner-gutter: 16px;
        --outer-gutter: 16px;
        --grid-columns: 6;
    }
}

@media (min-width: 744px) {
    :root {
        --breakpoint: "md";
        --container-width: unset;
        --inner-gutter: 24px;
        --outer-gutter: 16px;
        --grid-columns: 8;
        --spacing-spacing-5: 2.25rem;
        --spacing-spacing-6: 3rem;
        --spacing-spacing-7: 5.25rem;
        --spacing-spacing-8: 7rem;
        --spacing-spacing-9: 15.1rem;
        --spacing-spacing-10: 12.5rem;
        --spacing-spacing-11: 12.5rem;
    }
}

@media (min-width: 1280px) {
    :root {
        --breakpoint: "lg";
        --container-width: unset;
        --inner-gutter: 24px;
        --outer-gutter: 24px;
        --grid-columns: 12;
        --container-width: unset;
        --spacing-spacing-3: .75rem;
        --spacing-spacing-4: 1.5rem;
        --spacing-spacing-5: 3rem;
        --spacing-spacing-6: 3.75rem;
        --spacing-spacing-7: 5rem;
        --spacing-spacing-8: 9rem;
        --spacing-spacing-9: 16.25rem;
        --spacing-spacing-10: 13.75rem;
        --spacing-spacing-11: 16.5rem;
    }
}

@media (min-width: 1680px) {
    :root {
        --breakpoint: "xl";
        --container-width: 1632px;
        --inner-gutter: 24px;
        --outer-gutter: 24px;
        --grid-columns: 12;
    }
}

body .bg-primary {
    background-color: #000000 !important;
}

html,
body {
    overflow-x: hidden;
    font-family: var(--sans) !important;
    top: 0px !important;
}

body ul {
    padding: 0;
    margin: 0;
}

body.modal-open {
    position: fixed;
}

ul li {
    list-style-type: none;
}

/* Homepage css start */

.container {
    width: calc(var(--container-width, 100%) - (2 * var(--outer-gutter, 0))) !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin-right: auto;
    margin-left: auto;
}

svg {
    height: 1em;
    width: 1em;
}

.cols-container>[class*="col-"] {
    margin-left: var(--inner-gutter);
}

/* Example styling, modify as needed */

.main-logo img {
    width: 141px;
    height: 32px;
}

#navbarNav {
    margin-left: 6.72%;
}

.desktop.scrolled {
    background-color: #000 !important;
    transition: background-color 0.3s;
}

.desktop.bg-transparent {
    padding: 17px 0px;
    position: fixed;
    top: 0;
    z-index: 9;
    height: 5rem;
    width: 100%;
    transition: all 0.3s;
}

.desktop.scrolled .navbar-nav .submenu {
    background-color: #000 !important;
    padding: .75rem;
}

.main-logo {
    cursor: pointer;
}

.main-nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.main-nav li {
    margin-right: 20px;
}

.desktop .nav-item {
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    font-size: 1.125rem;
    margin-top: 1px;
}

.desktop .nav-link {
    font-size: 1.125rem;
}

.desktop .nav-item .nav-link {
    padding-left: 6px !important;
}

.desktop .nav-link:hover {
    color: #fff !important;
}

svg.arrow-icon.rotate {
    transform: rotate(180deg);
}

.user-actions a {
    padding: 5px 5px;
    color: white;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.125rem;
}

.user-actions a:hover {
    text-decoration: underline;
}

.user-actions button {
    padding: 3px 7px 4px;
    border-radius: .2em;
    color: white;
    height: 32.17px;
    border: none;
    line-height: 23.4px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 1.125rem;
}

.user-actions button:hover {
    background: #fff !important;
    color: #000;
    border: 1px solid #fff !important;
}

.desktop .submenu {
    display: none;
    position: absolute;
    background-color: transparent;
    padding: 0.75rem;
    margin-left: -0.3rem;
    margin-top: -0.2em;
}

.desktop.scrolled .nav-item.active .submenu {
    background-color: #000;
}

.desktop .nav-link {
    color: #fff !important;
}

.desktop .submenu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 23.4px;
}

.desktop ul li svg {
    font-size: 18px;
    margin-top: 1px;
    margin-left: -3.9px;
}

.desktop .submenu li {
    margin: 0;
}

.desktop .submenu li:last-child {
    border-bottom: none;
}

.nav-item .submenu li:hover {
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
}

/* video */
.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.video_screen,
.image_screen {
    max-height: 1000px;
    width: 100%;
    min-height: 500px;
}

.video_container {
    margin-top: -5.6rem !important;
}

.video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    z-index: 1;
}

.media_button {
    z-index: 3;
    background-color: #000;
    border-color: #000;
    border-radius: 0.2em;
    height: 44px;
}

.play_button {
    color: #fff !important;
    height: 44px;
    color: #fff !important;
}

.play_button svg {
    margin-right: 10px;
}

.cols-container {
    display: flex;
    flex-flow: row wrap;
}

.video_button span {
    font-size: 18px;
}

video {
    width: 100%;
    display: block;
    object-fit: cover;
}

.btn.video_button:hover,
.btn.video_button:active {
    background-color: #fff !important;
    color: #000 !important;
}

/* content section */
.main_section {
    background-color: #000;
}

.open_blocks {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: #000;
}

.card {
    background-color: transparent !important;
}

.card-body {
    padding: 0px !important;
}

.card-title,
.card-link {
    color: #fff !important;
    text-decoration: none;
}

.card-title {
    font-family: var(--sans);
    font-weight: 600;
}

.card-text {
    font-size: 18px;
}

.cols-container .card-title {
    font-size: 1.75rem;
    color: #fff;
    font-family: var(--sans);
    font-weight: 600;
}

.cols-container .card-link {
    color: #fff;
    font-family: var(--sans);
    font-size: 1.125rem;
}

.card-link {
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
}

.card-link:hover {
    text-decoration-color: rgba(255, 255, 255, .2);
}

/* latest section */
.latest_section {
    border-top-width: 1px;
    padding-bottom: 13px;
    color: #fff;
    border-top: 1px solid #fff;
}

.heading_latest {
    font-family: var(--serif);
    font-size: 3rem;
    letter-spacing: -.02em;
    color: #fff;
    font-weight: 400;
}

.ui-link {
    text-decoration: none;
}

body .update_button {
    margin-top: 4px !important;
}

.update_text {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-size: 1.125rem;
    text-underline-offset: 0.2em;
}

.openai_link {
    text-decoration: none;
}

.heading_text {
    color: #fff;
    font-size: 1.125rem;
    font-family: var(--sans);
}

.date_text {
    color: #fff;
    font-size: 1.125rem;
}

li:hover .heading_text {
    text-decoration: underline;
}

.safety_subtext:hover {
    text-decoration-thickness: 0.4px;
}

/* safety-and-responsibility */

.safety_text {
    font-size: 28px;
    letter-spacing: -0.28px;
    line-height: 33.6px;
    color: #fff;
}

.safety_heading {
    font-family: var(--serif);
    font-size: 48px;
    letter-spacing: -0.96px;
    line-height: 52.8px;
}

.safety_subtext {
    color: #fff;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-size: 1.125rem;
    text-underline-offset: 0.2em;
}

.applied_text {
    font-family: var(--serif);
    font-size: 3.4375rem;
    color: #fff;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.01em;
}

.subhead-2.block {
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    color: #fff;
    letter-spacing: 0;
}

.body-1.block {
    font-size: 1.125rem;
    line-height: 130%;
    letter-spacing: 0;
    color: #fff;
}

.applied_section {
    border-top-width: 1px;
    color: #fff;
    border-top: 1px solid #4a4a4a;
}

.join_heading {
    font-family: var(--serif);
    letter-spacing: -.02em;
    font-weight: 400;
    font-size: 4.625rem;
    line-height: 110%;
}

.carrer_button {
    background: transparent !important;
    border: 1px solid #fff !important;
    padding: 22px !important;
    padding-top: 0.4375rem;
    padding-bottom: 0.5625rem;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 5%;
}

.carrer_button:hover {
    background: #fff !important;
    color: #000;
    border: 1px solid #fff !important;
}

.carrer_button span {
    font-size: 1.75rem;
}

.subsocial {
    display: none;
}

.carrer_button:hover span {
    color: #000;
}

.footer_section ul {
    padding: 0;
    margin: 0;
}

.footer_section ul li {
    list-style-type: none;
}

#menuModal form.modal-body {
    display:flex;
    margin-bottom: 2%;
}

#menuModal form.modal-body .navbar-nav {
    flex: 1 1 auto;
    position: relative;
}

.footer_section .footer_heading {
    color: #fff;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0;
    font-size: 1.125rem;
}

.footer_section a {
    color: #fff;
    line-height: 130%;
    letter-spacing: 0;
    font-size: 1.125rem;
    text-decoration: none;
}

.footer_section a:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
}

.footer_section h4.footer_heading {
    margin-bottom: 0;
}

.footer_section {
    z-index: 99;
    background-color: #000;
    padding: 40px 0;
}

.footer_section .row.social_media {
    border-top: 1px solid #fff;
    padding: 10px 0;
}

.footer_section .f-subhead-2 {
    color: #fff;
}

.close_btn {
    background: transparent;
    color: #fff;
    float: right;
    border: none;
    font-size: 16px;
    margin-right: -5px;

}

.close_btn:active,
.close_btn:hover {
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
}

.footer_section,
.dashed_lines {
    z-index: 99;
    position: relative;
    padding-bottom: 6rem;
}

.dashed_lines {
    background: #fff;
}

.footer_section,
.dashed_lines div {
    margin-top: -23px;
}

#back-to-top {
    text-decoration: none;
    text-align: left;
    color: #fff;
    padding: 0;
}

#back-to-top:hover {
    text-decoration: underline;
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
}

#back-to-top svg {
    font-size: 18px;
    margin-left: -4px;
}

#menuModal .menu-content {
    background-color: rgba(0, 0, 0, 0.75);
}

#menuModal .nav-item .nav-link.btn {
    text-align: left;
}

/* Homepage css ends */

/* about-us page */
.logo,
.scrolled-logo {
    display: inline-block;
    width: 141px;
    height: 32px;
}

.desktop .scrolled-logo,
header.mobile .scrolled-logo {
    display: none;
}

.desktop.scrolled .scrolled-logo,
header.mobile.scrolled .scrolled-logo {
    display: inline-block;
}

.desktop.scrolled .logo,
header.mobile.scrolled .logo .logo {
    display: none;
}

.about.desktop .nav-link,
.about.desktop .nav-item,
.about .user-actions a,
.about.desktop .submenu a {
    color: #833600 !important;
}

.about .user-actions button {
    color: #833600 !important;
    border: 1px solid #833600;
}

.about .user-actions button:hover {
    color: #CAFEFF !important;
    background-color: #833600 !important;
}

.about .nav-link svg polygon {
    fill: #833600;
}


header.about.mobile .logo svg path {
    fill: #833600 !important;
}

.about.desktop.scrolled,
.about.mobile.scrolled {
    background-color: #fff !important;
}

.about.desktop.scrolled .nav-link,
.about.desktop.scrolled .nav-item,
.about.desktop.scrolled .user-actions a,
.about.desktop.scrolled .submenu a,
.about.mobile.scrolled .menu_btn {
    color: #000000 !important;
}

.about.scrolled svg polygon,
header.about.mobile.scrolled .logo svg path {
    fill: #000 !important;
}

.about.scrolled .user-actions button:hover svg polygon {
    fill: #fff !important;
}

.about.desktop .navbar-nav .submenu,
header {
    background-color: #CAFFFF !important;
}

.about.desktop.scrolled .navbar-nav .submenu,
header.scrolled {
    background-color: #fff !important;
}

.about.desktop.scrolled .user-actions button {
    color: #000 !important;
    border: 1px solid #000;
}

.about.scrolled .user-actions button:hover {
    color: #fff !important;
    background-color: #000 !important;
}

.about_heading {
    font-family: var(--sans);
    font-size: 73px;
    line-height: 73px;
    letter-spacing: -1.46px;
    color: #833600;
}

.about_paragraph {
    font-family: var(--sans);
    font-size: 28px;
    line-height: 33.6px;
    color: #833600;
}

.about_content {
    padding-top: var(--spacing-spacing-9);
    padding-bottom: calc(2 * var(--inner-gutter));
}

.about .image_section {
    margin-top: var(--spacing-spacing-7);
}

.about_content {
    background-color: #CAFFFF;
    padding-bottom: calc(2 * var(--inner-gutter));
}

.about_content .about_image {
    margin-top: 5rem;
}

.about_blocks#applied-ai-at-openai,
.about_blocks#work,
.about_blocks#careers,
.about_blocks#about_carrer,
.about_blocks#research,
.about_blocks#join_careers,
.about_blocks#Products {
    margin-top: var(--spacing-spacing-7);
}

.about_blocks#join_careers {
    margin-bottom: var(--spacing-spacing-7);
}

.latests_section {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.about_blocks#applied-ai-at-openai {
    padding-bottom: 0rem !important;
}

.about_blocks#research_blocks ul.row {
    margin-top: 50px;
}


.about_blocks .subhead-2.block,
.about_blocks .body-1.block {
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    margin-top: 10px;
    text-decoration-line: underline;
}

.about_blocks .subhead-2.block:hover,
.about_blocks .body-1.block:hover {
    text-decoration-color: rgba(0, 0, 0, .2);
}

.about_blocks .latest_section {
    border-top: 1px solid #000;
}

.about .about_blocks h1 {
    color: #000;
    font-family: var(--serif);
    font-size: 48px;
    line-height: 52.8px;
    letter-spacing: -0.96px;
}

.about .about_blocks .applied_text {
    color: #000;
    font-family: var(--sans);
    font-size: 18px;
    line-height: 23.4px;
}

.about .about_blocks figure.relative li {
    list-style-type: none;
}

.about .about_blocks .body-1.block,
.about .about_blocks .subhead-2.block {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 23.4px;
    font-family: var(--sans);
}

.about #careers .safety_text p {
    font-size: 28px;
    letter-spacing: -0.28px;
    line-height: 33.6px;
}

.about #about_carrer .safety_heading {
    font-size: 3.4375em;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -.01em;
}

.about_blocks.img_section {
    margin-top: 3rem;
}

.about .safety_heading {
    color: #000;
    font-size: 48px;
    letter-spacing: 0.55px;
    line-height: 60.5px;
}

.about #research .safety_heading,
.about #Products .safety_heading {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.28px;
    line-height: 33.6px;
    font-family: var(--sans);
}

.about .safety_text,
.about .date_text,
.about .safety_subtext {
    color: #000 !important;
    font-size: 18px;
    line-height: 23.4px;
}

.about .safety_subtext:hover {
    text-decoration-color: rgba(0, 0, 0, .2);
}

.about .heading_text {
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    color: #000;
}

.about_blocks .join_heading {
    color: #000;
    font-size: 73px;
    letter-spacing: -1.46px;
    line-height: 80.3px;
}

.about div#research_blocks,
#products_block {
    padding-bottom: 0px;
    padding-top: 0px;
}

.about_blocks .carrer_button {
    background: transparent !important;
    border: 1px solid #000 !important;
    padding: 22px !important;
    color: #000;
}

.about_blocks .carrer_button:hover {
    background-color: #000 !important;
}

.about_blocks .carrer_button:hover span {
    color: #fff;
}

.about.footer_section .footer_heading {
    color: #833600 !important;
    font-weight: 600;
}

.about.footer_section a {
    color: #833600 !important;
    font-weight: 300;
}

.about .f-subhead-2 {
    color: #833600;
    line-height: 23.4px;
}

body .about.footer_section svg path {
    fill: #833600;
}

.about.text-primary {
    color: #833600 !important;
    background-color: #CAFEFF;
    padding: 40px 0;
}

.about #back-to-top {
    color: #833600;
}

.about.footer_section .row.social_media {
    border-top: 1px solid #833600;
    padding: 10px 0;
}

body .about.bg-inverse {
    background-color: #833600;
    padding-bottom: 6rem;
    z-index: 99;
    position: relative;
}

body .about .bg-primary {
    background-color: #CAFFFF !important;
}

/* about-us page ends */

/* team-page */
.main_image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.image_screen .image_content {
    padding-top: 190px;
}

.main_button {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 0.2em;
    margin-top: 1rem;
    padding: 3px 10px 5px 10px;
    font-size: 18px;
    line-height: 23.4px;
}

.main_button:hover {
    color: #000;
    background-color: #fff;
}

.image_screen .col-lg-4 .text_container {
    bottom: 2.25rem;
    position: relative;
}

/* team page */
.team_block {
    background-color: #e8e8d6;
}

.animation-marquee {
    animation: marquee 10s linear infinite;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0);
        transform: translate(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform: translate(-50%);
    }
}

.team_block {
    background-color: rgb(232, 232, 214);
    padding-top: var(--spacing-spacing-6);
    padding-bottom: var(--spacing-spacing-6);
}

.team_block p {
    font-size: 21px;
    font-family: var(--serif);
    line-height: 29.4px;
}

.team_block .cols-container {
    margin-left: calc(var(--inner-gutter) * -1);
}

.team_block .slider {
    mask-image: linear-gradient(to right, transparent, white var(--outer-gutter), white calc(100% - var(--outer-gutter)), transparent);
}

.team-block-content {
    background-color: rgb(232, 232, 214);
    padding-bottom: var(--spacing-spacing-6);
}

.team-block-content .latest_section {
    border-top: 1px solid rgba(29, 29, 27, 0.2);
}

.team-block-content h3 {
    font-size: 21px;
    font-family: var(--sans);
    font-weight: 600;
    line-height: 27.3px;
    color: rgb(29, 29, 27);
}

.team-block-content span {
    font-size: 21px;
    font-family: var(--serif);
    line-height: 29.4px;
    color: rgb(29, 29, 27);
}

/* team work section */
.team-work {
    background-color: rgb(31, 51, 25);
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

/* chatgpt-team */

.chatgpt-team {
    background-color: rgb(159, 178, 214);
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

.chatgpt-team .latest_section {
    border-top: 1px solid #1d1d1b;
}

.chatgpt-team h1 {
    font-family: var(--sans);
    font-size: 48px;
    font-weight: 600;
    line-height: 52.8px;
    color: rgb(29, 29, 27);
    text-wrap: balance;
    max-width: 14em;
    letter-spacing: -0.96px;
}

.chatgpt-team p {
    font-family: var(--serif);
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.28px;
    color: rgb(29, 29, 27);
}

/* chatgpt-overview */

.chatgpt-overview {
    background-color: rgb(159, 178, 214);
}

body.modal-open .image_screen .col-lg-4 {
    bottom: -21.75rem;
}

body.modal-open .image_screen .col-lg-8 {
    position: relative;
    top: 380px;
}

.row-cols-2.row-cols-lg-4 div {
    width: 100% !important;
}

.mobile.team-cases,
.mobile.team-work {
    display: none;
}

.chatgpt-link {
    background-color: rgb(255, 255, 255);
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    color: rgb(0, 0, 0);
    column-gap: 1rem;
    border-radius: 0.5em;
    padding: var(--spacing-spacing-4);
    text-decoration: none;
}

.row-cols-2.row-cols-lg-4 div {
    width: 100% !important;
}

.chatgpt-overview span.text {
    font-weight: 600;
    font-size: 1rem;
}

.landing-team .latest_section {
    border-top: 1px solid #e8e8d6;
}

.chatgpt-overview span.text-submenu {
    font-size: 0.875rem;
    margin-top: 0.5em;
    display: block;
    line-height: 130%;
}

/* team-cases */
.team-cases {
    background-color: rgb(159, 178, 214);
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

.team-cases .latest_section {
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.team-cases h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 27.3px;
    color: #1d1d1b;
}

.team-cases .team {
    margin-top: var(--spacing-spacing-6);
}

.team-button {
    background-color: transparent;
    color: #fff;
    text-align: left;
    box-shadow: none;
    width: 100%;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: none;
}

.presentation {
    cursor: pointer;
    position: relative;
    opacity: .5;
}

.presentation.active {
    cursor: pointer;
    position: relative;
    opacity: 1;
}

.desktop.team-cases .team-image {
    display: none;
    width: 100%;
    max-width: 100%;
}

.desktop.team-cases .tab-number {
    font-size: 18px;
    color: #1d1d1b;
    width: 32px;
    line-height: 23.4px;
}

.desktop.team-cases span {
    font-size: 18px;
    line-height: 23.4px;
    color: #1d1d1b;
}

/* statistics-section */

.statistics-section {
    background-color: rgb(29, 29, 27);
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

.statistics-section .caption-section {
    margin-top: 6rem;
}

.statistics-section .caption-section p {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 15.6px;
}

.statistics-section .caption-section a {
    outline-offset: 2px;
    color: rgb(255, 255, 255);
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
    text-decoration-line: underline !important;
    outline: transparent solid 2px;
}

.statistics-section .caption-section a:hover {
    text-decoration-line: none !important;
}

/* testimonials-card */
.testimonial-cards {
    background-color: rgb(29, 29, 27);
    padding-bottom: var(--spacing-spacing-7);
}

.testimonial-cards .row {
    margin-top: 3rem;
    margin-left: 0;
    margin-right: 0;
}

.testimonial-cards .latest_section {
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: grid;
    grid-template-columns: repeat(var(--container-grid-columns, var(--grid-columns)), 1fr);
    grid-gap: var(--inner-gutter);
}

.testimonial-cards .col-lg-12 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
}

.testimonial-logo1 {
    width: 179px;
}

.testimonial-logo2 {
    width: 84px;
}

.testimonial-cards .mb-5 {
    font-family: var(--serif);
    font-size: 28px;
    letter-spacing: -0.28px;
    line-height: 33.6px;
}

.testimonial-cards .testimonial-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 23.4px;
}

.testimonial-cards .testimonial-text {
    font-size: 18px;
    line-height: 23.4px;
}

.testimonial-cards .d-flex {
    flex-direction: column;
}

/* listing-bullets */

.listing-bullets {
    background-color: #cae3e3;
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

.listing-bullets .latest_section {
    border-top: 1px solid #1d1d1b;
}

.listing-bullets h2 {
    color: #1d1d1b;
    font-size: 21px;
    font-weight: 600;
    line-height: 27.3px;
}

.listing-items:before {
    content: "";
    opacity: 0.2;
    display: block;
    background-color: #1d1d1b;
    height: 0.0625rem;
    width: 100%;
    top: 0;
    position: absolute;
}

.listing-items:first-child:before {
    content: "";
    opacity: 0;
}


.listing-bullets .listing-items {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #000;
    position: relative;
}

.listing-items svg {
    font-size: 18px;
    height: 18px;
    width: 18px;
    left: 0;
}

.listing-items p {
    font-size: 18px;
    line-height: 23.4px;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

.listings {
    margin-top: 3rem !important;
}

.listing-button {
    color: #000;
    font-size: 18px;
    line-height: 23.4px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.listing-button:hover {
    text-decoration-color: rgba(0, 0, 0, .2);
}

/* landing-team */

.landing-team {
    background-color: #000000;
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

.landing-team .carrer_button {
    border: 1px solid #e8e8d6 !important;
}

.landing-team .carrer_button:hover {
    background-color: #e8e8d6 !important;
}

.landing-team .carrer_button:hover span {
    color: #000;
}

.landing-team .carrer_button span {
    color: #e8e8d6;
}

/* logo-carousel */

.logo-carousel {
    background-color: #d3ded1;
    padding-top: var(--spacing-spacing-7);
    padding-bottom: var(--spacing-spacing-7);
}

.logo-carousel .latest_section {
    border-top: 1px solid #1d1d1b;
}

.logo-carousel .logo_text {
    text-align: right;
    font-size: 18px;
    line-height: 23.4px;
    color: #1d1d1b;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.logo-carousel .logo_text:hover {
    text-decoration-color: rgba(0, 0, 0, .2);
}

.logo-carousel .slider {
    mask-image: linear-gradient(to right, transparent, white var(--outer-gutter), white calc(100% - var(--outer-gutter)), transparent);
    margin-top: 3rem;
}

.logo-carousel .caption-section {
    margin-top: 3rem;
}

.logo-carousel .caption-section p {
    font-size: 12px;
    line-height: 15.6px;
    color: #1d1d1b;
}

.tab-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.desktop.team-work .tab-item {
    cursor: pointer;
    opacity: .5;
    position: relative;
    margin: 0;
    padding: 0;
}

.desktop.team-work .latest_section {
    border-top: 1px solid #e8e8d6;
}

.tab-item .line1 {
    height: .0625rem;
    width: 100%;
    background-color: rgba(232, 232, 214, .2);
    position: absolute;
    top: 0;
    z-index: 1;
}

.tab-item .line2 {
    height: .0625rem;
    width: 0;
    background-color: rgba(232, 232, 214, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.tab-item.active .line2.fill-animation {
    width: 100%;
    transition-duration: 8s;
    opacity: 1;
    background-color: rgba(232, 232, 214, 1);
}

.desktop.team-cases .presentation .line1 {
    height: .0625rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    z-index: 1;
}

.presentation .line2 {
    height: .0625rem;
    width: 0%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
}

.presentation.active .line2.fill2-animation {
    width: 100%;
    transition-duration: 8s;
    opacity: 1;
    background-color: rgba(0, 0, 0, 1);
}

.tab-content {
    overflow: hidden;
    max-height: 0;
    border-top: none;
    padding-top: 0.5rem;
}

.tab-content.active {
    max-height: 500px;
}

.tab-button {
    background-color: transparent;
    color: #fff;
    text-align: left;
    box-shadow: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border: none;
}

.desktop.team-work .tab-item.active {
    opacity: 1;
}

.desktop.team-work .col-lg-6:first-child,
.desktop.team-cases .col-lg-6:first-child {
    padding-right: 10%;
}

.tab-button .tab-number {
    width: 32px;
    font-size: 18px;
    color: #E8E8D6;
    line-height: 23.4px;
}

.team-work h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.96px;
    line-height: 52.8px;
    color: #E8E8D6;
    text-wrap: balance;
}

.desktop.team-work .tab-image {
    display: none;
    width: 100%;
    max-width: 100%;
}

.tab.row {
    margin-top: 3.75rem;
}

.team-work .tab.row .tab-item span,
.team-work .tab.row .tab-item .tab-content p {
    font-size: 18px;
    color: #e8e8d6;
    line-height: 23.4px;
    text-wrap: balance;
}

.team-work .tab.row .tab-item .d-flex.flex-column {
    margin-left: 0.5em;
}

.mobile.team-work .accordion-button,
.mobile.team-cases .accordion-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #E8E8D6;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    font-size: 1rem;
    font-weight: 600;
    line-height: 130%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.icons-container {
    display: flex;
    align-items: center;
}

.icons-container svg {
    float: right;
}

.accordion-container {
    margin-top: 4.5rem;
}

.mobile.team-work .tab-number {
    width: 32px;
}

.mobile.team-work .accordion-item {
    padding-top: 0.5rem;
    border-top: 1px solid #e8e8d6 !important;
    padding-bottom: 0.5rem;
}

.mobile.team-cases .accordion-item {
    padding-top: 0.5rem;
    border-top: 1px solid #000 !important;
    padding-bottom: 0.5rem;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content p {
    color: #e8e8d6;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: 0;
}

.mobile.team-cases .tab-number {
    font-size: 18px;
    color: #000000;
    width: 32px;
    line-height: 23.4px;
}

.mobile.team-cases .accordion-button {
    color: #000;
}

.mobile.team-work .tab-image,
.mobile.team-cases .team-image {
    width: 100%;
    max-width: 100%;
}

.accordion-item.active .accordion-content {
    max-height: 1000px;
}

/* team page ends */

/* blog pages */
.blog.desktop .nav-link,
.blog.desktop .nav-item,
.blog .user-actions a,
.blog.desktop .submenu a {
    color: #000 !important;
}

.blog.desktop .user-actions button {
    color: #000;
    border: 1px solid #000;
}

.blog.desktop .user-actions button:hover {
    background-color: #000 !important;
    color: #fff;
    border: 1px solid #000;
}

.blog.desktop .user-actions button:hover svg polygon {
    fill: #fff;
}

.blog_content em {
    font-size: 18px;
    line-height: 27px;
}

.blog_blocks .date {
    font-size: 18px;
    line-height: 23.4px;
}

.blog_blocks .author {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 23.4px;
}

.blog_blocks .author-name {
    font-size: 18px;
    line-height: 23.4px;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.blog_blocks .author-name:hover,
.blog_blocks .subtext:hover {
    text-decoration-color: rgba(0, 0, 0, .2);
}

.blog_blocks .subtext {
    font-size: 18px;
    line-height: 23.4px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.blog_content ul,
.blog-ui-text ul {
    margin-top: var(--spacing-spacing-4);
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 1em;
}

.blog_content ul li,
.blog-ui-text ul li {
    list-style-type: disc;
    font-size: 18px;
    line-height: 23.4px;
    margin-top: 10px;
}

.blog-ui-text ul li:first-child {
    margin-top: 0rem;
}

.blog-ui-text ul li {
    margin-top: 0.5rem;
}

.blog-ui-text .text-paragraph {
    margin-bottom: 4rem !important;
}

.blog.desktop svg polygon {
    fill: #000;
}

.blog svg.icon-plus polygon {
    fill: #fff;
}

.blog.desktop.scrolled,
.blog.mobile.scrolled {
    background-color: #fff !important;
}

.blog.desktop .navbar-nav .submenu {
    background-color: #fff !important;
}

.coloured-section {
    padding-top: 14rem;
}

.coloured-section .blog_link {
    text-decoration: none;
    color: #000;
}

.coloured-section .blog_link span {
    font-size: 18px;
    line-height: 23.4px;
}

.coloured-section .blog_heading {
    font-size: 73px;
    letter-spacing: -1.46px;
    line-height: 73px;
}

.coloured-section .blog_text {
    font-size: 28px;
    letter-spacing: -0.28px;
    line-height: 33.6px;
}

/* main-section */

.blog_blocks {
    margin-top: 6rem;
}

.blog_blocks .latest_section {
    border-top: 1px solid #000;
}

.blog_content,
.blog-ui-heading {
    margin-top: var(--spacing-spacing-7);
}

.blog-ui-text {
    margin-top: var(--spacing-spacing-4);
}

.blog-ui-heading h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.28px;
}

.blog_blocks p {
    color: #000;
}

.blog-ui-text p {
    margin-bottom: 0rem !important;
    font-size: 18px;
    line-height: 23.4px;
}

.blog-ui-text p+p {
    margin-top: 1em;
}

#blog_page .blog-ui-text:last-child {
    margin-top: var(--spacing-spacing-7);
}

.blog .menu_btn {
    color: #000;
}


body.cbg-black .desktop.scrolled,
body.cbg-black .mobile.scrolled {
    background-color: #fff !important;
}

body.cbg-black .mobile.scrolled .menu_btn {
    color: #000;
}

body.cbg-black .coloured-section {
    background-color: #000;
    padding-top: 13rem;
    padding-bottom: calc(2 * var(--inner-gutter));
}

body.cbg-black .blog_link span {
    font-size: 18px;
    line-height: 23.4px;
}

body.cbg-black .blog_link {
    text-decoration: none;
    color: #fff;
}

body.cbg-black .blog.desktop.scrolled .nav-link,
body.cbg-black .blog.desktop.scrolled .nav-item,
body.cbg-black .blog.desktop.scrolled .user-actions a,
body.cbg-black .blog.desktop.scrolled .submenu a {
    color: #000 !important;
}

body.cbg-black .blog.desktop .nav-link,
body.cbg-black .blog.desktop .nav-item,
body.cbg-black .blog.desktop .user-actions a,
body.cbg-black .blog.desktop .submenu a {
    color: #fff !important;
}

body.cbg-black .blog.desktop svg polygon {
    fill: #fff;
}

body.cbg-black .blog.desktop.scrolled svg polygon {
    fill: #000;
}

body.cbg-black .blog.desktop .submenu {
    background-color: #000 !important;
}

body.cbg-black .blog.desktop.scrolled .submenu {
    background-color: #fff !important;
}

body.cbg-black .blog.desktop .user-actions button {
    color: #fff;
    border: 1px solid #fff;
}

body.cbg-black .blog.desktop .user-actions button:hover {
    color: #000;
    background-color: #fff !important;
}

body.cbg-black .blog.desktop .user-actions button:hover svg polygon {
    fill: #000;
}

body.cbg-black .blog.desktop.scrolled .user-actions button {
    color: #000;
    border: 1px solid #000;
}

body.cbg-black .blog.desktop.scrolled .user-actions button:hover {
    color: #fff;
    background-color: #000 !important;
}

body.cbg-black .blog.desktop.scrolled .user-actions button:hover svg polygon {
    fill: #fff;
}

body.cbg-black .feature1_heading {
    font-size: 73px;
    letter-spacing: -1.46px;
    line-height: 73px;
    color: #fff;
    text-wrap: balance;
}

body.cbg-black .feature1_paragraph {
    font-size: 28px;
    letter-spacing: -0.28px;
    line-height: 33.6px;
    color: #fff;
}

body.cbg-black .featured1_button {
    font-size: 18px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 10px 5px 10px;
    border-radius: .2em;
}

body.cbg-black .featured1_button:hover {
    background-color: #fff;
    color: #000;
}

body.cbg-black .feature1_image {
    margin-top: 6em;
}

body.cbg-black .blog .menu_btn {
    color: #fff;
}

/* block page featured 2 */
body.cbg-mg .blog.desktop.scrolled,
body.cbg-mg .blog.mobile.scrolled {
    background-color: #fff !important;
}

body.cbg-mg .blog.mobile.scrolled .menu_btn,
body.cbg-orange .blog.mobile.scrolled .menu_btn {
    color: #000 !important;
}

body.cbg-orange .footer_section .social_media {
    border-top: 1px solid #0000FF;
    padding: 10px 0;
}

body.cbg-mg .blog.mobile .menu_btn {
    color: #FFC98A;
}

body.cbg-mg .footer_section .social_media {
    padding: 10px 0;
    border-top: 1px solid #FFC98A;
}

body.cbg-mg .blog.desktop .submenu {
    background-color: #005454 !important;
}

body.cbg-mg .blog.desktop .nav-link,
body.cbg-mg .blog.desktop .nav-item,
body.cbg-mg .blog.desktop .user-actions a,
body.cbg-mg .blog.desktop .submenu a {
    color: #FFC98A !important;
}

body.cbg-mg .blog.desktop.scrolled .nav-link,
body.cbg-mg .blog.desktop.scrolled .nav-item,
body.cbg-mg .blog.desktop.scrolled .user-actions a,
body.cbg-mg .blog.desktop.scrolled .submenu a {
    color: #000 !important;
}

body.cbg-mg .blog.desktop .user-actions button {
    color: #FFC98A;
    border: 1px solid #FFC98A !important;
}

body.cbg-mg .blog.desktop .user-actions button:hover {
    color: #005454;
    background-color: #FFC98A !important;
}

body.cbg-mg .blog.desktop .user-actions button:hover svg polygon {
    fill: #005454;
}

body.cbg-mg .blog.desktop.scrolled .user-actions button.about,
body.cbg-orange .blog.desktop.scrolled .user-actions button {
    color: #000;
    border: 1px solid #000 !important;
}

body.cbg-mg .blog.desktop.scrolled .user-actions button:hover,
body.cbg-orange .blog.desktop.scrolled .user-actions button:hover {
    color: #fff;
    background-color: #000 !important;
}

body.cbg-mg .blog.desktop.scrolled .user-actions button:hover svg polygon,
body.cbg-orange .blog.desktop.scrolled .user-actions button:hover svg polygon {
    fill: #fff;
}

body.cbg-mg .blog.desktop.scrolled .user-actions button {
    color: #000;
    border: 1px solid #000 !important;
}

body.cbg-mg .blog.desktop svg polygon {
    fill: #FFC98A;
}

body.cbg-mg .blog.desktop.scrolled svg polygon {
    fill: #000;
}

body.cbg-mg .blog.desktop.scrolled .navbar-nav .submenu,
body.cbg-orange .blog.desktop.scrolled .submenu,
body.cbg-blue .blog.desktop.scrolled .submenu {
    background-color: #fff !important;
}

body.cbg-mg .coloured-section {
    background-color: #005454;
    padding-top: 15rem;
    padding-bottom: calc(2 * var(--inner-gutter));
}

body.cbg-mg .coloured-section .blog_link {
    text-decoration: none;
    color: #FFC98A;
}

body.cbg-mg .coloured-section .blog_link span {
    font-size: 18px;
    line-height: 23.4px;
}

body.cbg-mg .coloured-section .feature2_heading {
    font-size: 73px;
    line-height: 73px;
    letter-spacing: -1.46px;
    color: #FFC98A;
    text-wrap: balance;
}

body.cbg-mg .coloured-section .feature2_text {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.26px;
    color: #FFC98A;
    margin-top: 1.5rem;
}

body.cbg-mg .coloured-section .featured2_button {
    font-size: 18px;
    background-color: transparent;
    color: #FFC98A;
    border: 1px solid #FFC98A;
    padding: 3px 10px 5px 10px;
    border-radius: .2em;
}

body.cbg-mg .featured2_button:hover {
    background-color: #FFC98A;
    color: #005454;
}

body.cbg-mg .subsocial {
    color: #FFC98A;
}

body.cbg-mg .img-fluid {
    width: 100%;
}

body.cbg-mg .footer_section {
    background-color: #005454;
    padding: 40px 0;
}

body.cbg-mg .footer_section a,
body.cbg-mg .footer_section .footer_heading,
body.cbg-mg .footer_section .f-subhead-2,
body.cbg-mg .footer_section #back-to-top {
    color: #FFC98A;
}

body.cbg-mg .bg-inverse {
    background-color: #FFC98A !important;
}

body.cbg-mg .bg-primary {
    background-color: #005454 !important;
}

/* orange page */

body.cbg-orange .coloured-section {
    background-color: #FFF1D6;
    padding-top: 15rem;
    padding-bottom: calc(2 * var(--inner-gutter));
}

body.cbg-orange .coloured-section .feature2_heading {
    font-size: 73px;
    line-height: 73px;
    letter-spacing: -1.46px;
    color: #0000FF;
    text-wrap: balance;
}

body.cbg-orange .coloured-section .blog_link {
    color: #0000FF;
}

body.cbg-orange .coloured-section .feature2_text {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.26px;
    color: #0000FF;
    margin-top: 1.5rem;
}

body.cbg-orange .footer_section a,
body.cbg-orange .footer_section .footer_heading,
body.cbg-orange .footer_section .f-subhead-2,
body.cbg-orange .footer_section #back-to-top {
    color: #0000FF;
}

body.cbg-orange .bg-inverse {
    background-color: #0000FF;
}

body.cbg-orange .bg-primary {
    background-color: #FFF1D6 !important;
}

body.cbg-orange .blog.desktop .nav-link,
body.cbg-orange .blog.desktop .nav-item,
body.cbg-orange .blog.desktop .user-actions a,
body.cbg-orange .blog.desktop .submenu a {
    color: #0000FF !important;
}

body.cbg-orange .blog.desktop.scrolled .nav-link,
body.cbg-orange .blog.desktop.scrolled .nav-item,
body.cbg-orange .blog.desktop.scrolled .user-actions a,
body.cbg-orange .blog.desktop.scrolled .submenu a {
    color: #000 !important;
}

body.cbg-orange .blog.desktop svg polygon {
    fill: #0000ff;
}

body.cbg-orange .blog.desktop.scrolled svg polygon {
    fill: #000;
}

body.cbg-orange .blog.desktop .user-actions button {
    color: #0000ff;
    border: 1px solid #0000ff !important;
}

body.cbg-orange .blog.desktop .user-actions button:hover {
    background-color: #0000ff !important;
    color: #FFF1D6 !important;
}

body.cbg-orange .blog.mobile .menu_btn {
    color: #0000ff !important;
}

body.cbg-orange .blog.desktop .submenu {
    background-color: #FFF1D6 !important;
}

body.cbg-orange .subsocial {
    color: #0000FF;
}

body.cbg-orange .footer_section {
    background-color: #FFF1D6;
}

/* blue section */

body.cbg-blue .subsocial {
    color: #343322;
}

body.cbg-blue .coloured-section {
    background-color: #E5F1FF;
    padding-top: 15rem;
    padding-bottom: calc(2 * var(--inner-gutter));
}

body.cbg-blue .coloured-section .feature2_heading {
    font-size: 73px;
    line-height: 73px;
    letter-spacing: -1.46px;
    color: #343322;
    text-wrap: balance;
}

body.cbg-blue .blog.desktop .submenu {
    background-color: #E5F1FF !important;
}

body.cbg-blue .coloured-section .blog_link {
    color: #343322;
}

body.cbg-blue .coloured-section .feature2_text {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: -0.26px;
    color: #343322;
    margin-top: 1.5rem;
}

body.cbg-blue .footer_section a,
body.cbg-blue .footer_section .footer_heading,
body.cbg-blue .footer_section .f-subhead-2,
body.cbg-blue .footer_section #back-to-top {
    color: #343322;
}

body.cbg-blue .bg-inverse {
    background-color: #343322;
}

body.cbg-blue .bg-primary {
    background-color: #E5F1FF !important;
}

body.cbg-blue .footer_section {
    background-color: #E5F1FF;
}

body.cbg-white .coloured-section {
    background-color: #FFFFFF;
}

body.cbg-blue .footer_section .row.social_media {
    border-top: 1px solid #343322;
}

#blog_page .blog_link span:hover {
    text-underline-offset: 0.2em;
    text-decoration-thickness: 1px;
    text-decoration-line: underline;
}

/* blog_page ends */

/* Media queries */
/* grid css */

@media (min-width: 0px) {
    .cols-container>.col-6 {
        width: calc(((6 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (6 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }
}

@media (min-width: 744px) {
    #research_blocks ul.row .col-md-6 {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - 0px)) - (0px - (4 / var(--container-grid-columns, var(--grid-columns)) * 0px))) !important;
    }

    .cols-container>.col-md-8 {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }

    .display-2.video_text {
        font-size: 3.4375rem;
        line-height: 110%;
        color: #fff;
        letter-spacing: -.02em;
    }

    .desktop.bg-transparent {
        display: none;
    }

    header.mobile {
        display: block;
        z-index: 9;
        top: 0;
        position: fixed;
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: all 0.3s;
    }

    header.mobile.scrolled {
        transition: background-color 0.3s, box-shadow 0.3s;
        background-color: #000 !important;
    }

    header.mobile .submenu {
        display: none;
        position: absolute;
        background-color: transparent;
        padding: 0.75rem;
        margin-top: 0.25rem;
        margin-left: -0.75rem;
    }

    .about .menu_btn {
        color: #833600;
    }

    .play_button {
        font-size: 16px !important;
        line-height: 20.4px !important;
    }

    .media_button {
        bottom: 19px;
        right: 18px;
    }

    li.mr-3.opeanai_button {
        margin-bottom: 6px;
    }

    header.mobile .nav-link {
        color: #fff;
    }

    header.mobile .submenu a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        line-height: 23.4px;
    }

    .display-2 {
        margin-bottom: 4.04%;
    }

    header.mobile ul li svg {
        font-size: 18px;
    }

    header.mobile .submenu li {
        margin: 0;
    }

    header.mobile .submenu li:last-child {
        border-bottom: none;
    }

    header.mobile .nav-item {
        color: #fff;
        text-decoration: none;
        font-size: 1.125rem;
    }

    .mobile .logo svg path {
        fill: #fff !important;
    }

    .menu_btn {
        background-color: transparent;
        border: none;
        color: #fff;
        float: right;
        font-size: 16px;
        margin-top: 3px;
    }

    #menuModal .modal-fullscreen {
        width: 400px;
        max-width: none;
        height: 100%;
        margin: 0;
        float: right;
    }

    .mobile .col-sm-6:last-child {
        padding-right: 6px;
    }

    .nav-item .icon-plus,
    .nav-item.open .icon-minus {
        display: inline;
    }

    .about #menuModal svg polygon {
        fill: #fff !important;
    }

    .bottom-13 {
        bottom: 0.8125rem;
        z-index: 2;
    }

    .md-bottom-22 {
        bottom: 1.6rem;
        z-index: 2;
    }

    #menuModal .nav-link {
        color: #fff !important;
    }

    #menuModal .modal-header {
        border-bottom: none !important;
        padding: 1rem 0.3rem;
    }

    #menuModal .navbar-nav {
        margin-top: 10%;
    }

    #menuModal .navbar-brand svg {
        display: none;
    }

    .modal.show .modal-dialog {
        transform: none;
    }

    #menuModal .navbar-nav .nav-item svg {
        float: right;
    }

    #menuModal .navbar-nav .nav-item {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .submenu {
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
        margin-bottom: 20px;
    }

    .submenu li {
        list-style-type: none;
    }

    .image_screen {
        height: 840px;
    }

    .image_screen .col-lg-8 {
        text-align: left;
    }

    .image_screen .main_heading {
        font-size: 3.4375rem;
        color: #fff;
        line-height: 110%;
        font-weight: 600;
        letter-spacing: -.02em;
    }

    .main_text {
        font-size: 1.5rem;
        color: #fff;
        line-height: 120%;
    }

    #menuModal .modal-fullscreen .modal-content {
        background-color: #000 !important;
    }

    .image_screen .col-lg-8 {
        margin-top: auto;
    }

    .submenu li a {
        color: #fff;
        text-decoration: none !important;
    }

    .btn.video_button {
        font-size: 16px;
        line-height: 20.8px;
        background-color: transparent;
        color: #fff;
        padding: 3px 10px 5px 10px;
        border: 1px solid #fff;
    }

    .about .about_heading {
        font-size: 55px;
        line-height: 60.5px;
        letter-spacing: -1.1px;
    }

    .about .about_paragraph {
        font-size: 24px;
        letter-spacing: -0.24px;
        line-height: 28.8px;
    }

    .about.footer_section .row {
        padding-bottom: 100px !important;
        padding-top: 34px;
    }

    #menuModal .modal-header .main-logo img {
        display: none;
    }

    /* team-page */
    .row-cols-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        display: grid !important;
        gap: var(--inner-gutter);
    }

    .chatgpt-link {
        padding: 1rem !important;
    }

    .image-overview {
        width: 64px;
        border-radius: 100%;
    }

    .team-block-content .col-lg-4 {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }

    .statistics-section .col-lg-4 {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
        display: flex;
    }

    .testimonial-cards .col-lg-12 {
        grid-column: span 4 / span 4;
    }


    .team_block p {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
    }

    .team-block-content h3 {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0;
    }

    .team-block-content span {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
    }

    .team-work h2,
    .chatgpt-team h1,
    .statistics-section h2 {
        font-size: 2.25rem;
        line-height: 110%;
        font-weight: 600;
    }

    .chatgpt-team p,
    .logo-carousel .logo_paragraph,
    .testimonial-cards .mb-5 {
        font-size: 1.5rem;
        line-height: 120%;
    }

    .landing-team .join_heading {
        font-size: 3.4375em;
        text-wrap: balance;
        line-height: 110%;
        color: #e8e8d6;
    }

    .testimonial-cards .testimonial-heading,
    .testimonial-cards .testimonial-text {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .listing-bullets .listing-items {
        display: flex;
    }

    .listing-items p {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .logo-carousel .logo_paragraph {
        color: #1d1d1b;
    }

    .image_screen .col-lg-4 {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }

    .statistics-section span {
        font-size: 3.4375rem;
        line-height: 110%;
        width: 50%;
        letter-spacing: -.02em;
    }

    /* blog-page */
    #blog_page .cols-container>[class*="col-"] {
        margin-left: 0;
    }

    .coloured-section .blog_heading {
        font-size: 3.4375rem;
        line-height: 110%;
        letter-spacing: -.02em;
    }

    .coloured-section .blog_text {
        font-size: 1.5rem;
        line-height: 120%;
    }

    #blog_page .cols-container>[class*="col-"] {
        margin-left: 0;
    }

    .blog-ui-text p {
        margin-bottom: 0rem !important;
        font-size: 16px;
        line-height: 23.4px;
    }

    .blog-ui-heading h2 {
        font-size: 1.5rem;
        line-height: 120%;
        letter-spacing: -.01em;
    }
}

@media (min-width: 1280px) {
    .main_text {
        font-size: 28px;
        margin-top: 0.375rem;
        line-height: 33.6px;
        color: #fff;
        letter-spacing: -0.28px;
    }

    .image_screen .col-lg-4 {
        position: relative;
        margin-top: auto;
    }

    .image_screen .col-lg-8 {
        text-align: right;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-top: auto;
        height: 100%;
    }

    .image_screen .col-lg-8 img {
        max-width: 100%;
        height: 100%;
    }

    .image_screen .main_heading {
        font-size: 73px;
        margin-bottom: 1.25rem;
        font-weight: 600;
        line-height: 73px;
        letter-spacing: -1.46px;
        color: #fff;
    }

    #research_blocks ul.row .col-lg-3 {
        width: calc(((3 / var(--container-grid-columns, var(--grid-columns))) * (100% - 0px)) - (0px - (3 / var(--container-grid-columns, var(--grid-columns)) * 0px))) !important;
    }

    .cols-container>.col-lg-8 {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }

    .cols-container>.ml-lg-2 {
        margin-left: calc(((((2 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + (2 * var(--inner-gutter))));
    }


    .lg-w-25 {
        width: calc(((4 / 6) * 100%) - (var(--inner-gutter) - (4 / 6 * var(--inner-gutter))));
    }

    .display-2.video_text {
        font-size: 4.5625rem !important;
        line-height: 73px !important;
        color: #fff;
        letter-spacing: -1.46px;
        font-family: var(--sans);
    }

    .display-2 {
        margin-bottom: 59px;
    }

    .opeanai_button {
        margin-bottom: 10px;
    }

    .left-0 {
        left: 0;
    }

    .right-0 {
        right: 0;
    }

    header.mobile {
        display: none;
    }

    .desktop.bg-transparent {
        display: block;
    }

    .media_button {
        bottom: 25px;
        right: 27px;
    }

    .card {
        width: 384px;
    }

    .play_button {
        font-size: 18px !important;
        line-height: 23.4px;
        border-radius: 0.2em;
        padding: 10px 16px 12px 16px;
    }

    .btn.video_button {
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 3.6px;
        font-size: 18px;
        padding: 3px 10px 5px 10px;
        line-height: 23.4px;
    }

    .about .about_heading {
        font-size: 73px;
        line-height: 73px;
        letter-spacing: -1.46px;
    }

    .about .about_paragraph {
        font-size: 28px;
        letter-spacing: -0.28px;
        line-height: 33.6px;
    }

    .image_screen {
        height: 100vh;
    }

    .row-cols-lg-4 {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
        display: grid !important;
        gap: var(--inner-gutter);
    }

    .image-overview {
        width: 92px;
        border-radius: 100%;
    }

    .desktop.team-work .col-lg-12 {
        width: calc(((4 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (4 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
    }

    .testimonial-cards .col-lg-12 {
        grid-column: span 6 / span 6;
    }

    .logo-carousel .logo_paragraph {
        font-size: 28px;
        letter-spacing: -0.28px;
        line-height: 33.6px;
        color: #1d1d1b;
        text-wrap: balance;
    }

    .statistics-section .col-lg-4 {
        width: calc(33.333% - var(--inner-gutter));
        display: block;
    }

    .statistics-section span {
        font-size: 73px;
        letter-spacing: -1.46px;
        line-height: 73px;
    }

    .statistics-section p {
        font-size: 18px;
        line-height: 23.4px;
        margin-top: 0.5rem;
    }

    .statistics-section h2 {
        font-size: 48px;
        font-weight: 600;
        letter-spacing: -0.96px;
        line-height: 52.8px;
    }

    .landing-team .join_heading {
        font-size: 4.5625rem;
        letter-spacing: -.02em;
    }

    #blog_page .cols-container>.col-lg-8 {
        width: calc(((8 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (8 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter))));
        padding-right: 5.5rem;
    }

    .blog_blocks .col-lg-5.col-md-4.ml-2 {
        padding-left: 2rem;
    }

    #blog_page .cols-container>[class*="col-"] {
        margin-left: calc(((((2 / var(--container-grid-columns, var(--grid-columns))) * (100% - var(--inner-gutter))) - (var(--inner-gutter) - (2 / var(--container-grid-columns, var(--grid-columns)) * var(--inner-gutter)))) + (2 * var(--inner-gutter))));
    }
}

/* EOC for grid css */

/* Only for Desktop */
@media only screen and (min-width:1024px) {

    .nav-item:hover,
    .nav-item.active,
    .main-nav .submenu a:hover {
        text-underline-offset: 0.2em;
        text-decoration-thickness: 1px;
        text-decoration-line: underline;
    }

    .video-wrapper .position-absolute button svg {
        margin-right: 8px;
    }

    .heading_latest {
        margin-bottom: 50px;
    }

    .update_button {
        margin-top: 1.5rem !important;
    }

    .media_button:hover .play_button {
        background-color: #fff;
        color: #000 !important;
        border-color: #fff;
    }

    .open_blocks#research_blocks,
    .open_blocks#products_block,
    .open_blocks#products_block {
        padding-bottom: 60px;
        padding-top: 48px;
    }

    #applied-ai-at-openai {
        padding-bottom: 9rem !important;
    }

    .open_blocks.img_section {
        padding-bottom: 74px !important;
    }

    .footer_section .row {
        padding-bottom: 118px !important;
        padding-top: 53px;
    }

    .video_screen {
        height: 100vh !important;
    }

    .social_media {
        padding-bottom: 64px;
    }
}

/* tablet */
@media only screen and (min-width:768px) and (max-width:1023px) {

    html,
    body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    /* homepage */

    .desktop.bg-transparent {
        display: none;
    }

    .about .menu_btn {
        color: #833600;
    }

    .mobile.scrolled {
        background-color: #000 !important;
    }

    header.mobile {
        display: block;
        z-index: 9;
        position: fixed;
        top: 0;
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
    }

    header.mobile .submenu {
        display: none;
        position: absolute;
        background-color: transparent;
        padding: 0.75rem;
        margin-top: 0.25rem;
        margin-left: -0.75rem;
    }

    header.mobile .nav-link {
        color: #fff;
    }

    header.mobile .submenu a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        line-height: 23.4px;
    }

    header.mobile ul li svg {
        font-size: 18px;
    }

    header.mobile .submenu li {
        margin: 0;
    }

    header.mobile .submenu li:last-child {
        border-bottom: none;
    }

    header.mobile .nav-item {
        color: #fff;
        text-decoration: none;
        font-size: 1.125rem;
    }

    .mobile .logo svg path {
        fill: #fff !important;
    }

    .menu_btn {
        background-color: transparent;
        border: none;
        color: #fff;
        float: right;
        font-size: 16px;
    }

    .nav-item .icon-plus,
    .nav-item.open .icon-minus {
        display: inline;
    }

    #menuModal .nav-link {
        color: #fff !important;
    }

    header.mobile {
        display: block;
    }

    .mobile .logo svg path {
        fill: #fff !important;
    }

    .menu_btn {
        background-color: transparent;
        border: none;
        color: #fff;
        float: right;
        line-height: 20.8px;
        font-size: 16px;
    }

    .menu_btn:hover {
        text-underline-offset: 0.2em;
        text-decoration-thickness: 1px;
        text-decoration-line: underline;
    }

    .video_text {
        margin-bottom: 8%;
    }

    .subsocial {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .nav-item .icon-plus,
    .nav-item.open .icon-minus {
        display: inline;
    }

    #menuModal .modal-header img {
        display: none;
    }

    #menuModal .modal-body .input-group {
        position: relative;
        top: 43%;
    }

    #menuModal .modal-header {
        border-bottom: none !important;
    }

    #menuModal .navbar-nav {
        margin-top: 10%;
    }

    #menuModal .navbar-nav .nav-item svg {
        float: right;
    }

    #menuModal .navbar-nav .nav-item {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    #menuModal .navbar-nav .nav-item .submenu {
        margin-bottom: 20px;
    }

    .submenu li {
        list-style-type: none;
    }

    .submenu li a {
        color: #fff;
        text-decoration: none !important;
    }

    .video_screen {
        height: 100vh !important;
    }

    .video_text {
        font-size: 3.4375rem !important;
        line-height: 110% !important;
        letter-spacing: -.02em;
    }

    .video-overlay {
        left: 50%;
        width: 100%;
        top: 77%;
    }

    .video-wrapper .position-absolute {
        z-index: 3;
        bottom: 36px;
    }


    .media_button:active .play_button {
        background-color: #fff;
        color: #000 !important;
        border-color: #fff;
    }

    .submenu {
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
        margin-bottom: 20px;
    }

    .safety_heading {
        font-size: 2.25rem;
    }

    .safety_text {
        font-size: 1.5rem;
        line-height: 120%;
    }

    .applied_text {
        font-size: 2.625rem;
    }

    .open_blocks .ui-list ul.row li {
        margin-top: 2.25rem;
    }

    .join_heading {
        font-size: 3.4375rem;
    }

    .footer_section .row {
        padding-bottom: 76px !important;
        padding-top: 90px;
    }

    /* about us */

    .about_content {
        padding-top: 14rem;
    }

    .about #about_carrer .safety_heading {
        font-size: 2.625rem;
    }

    .about .about_blocks h1 {
        font-size: 36px;
        line-height: 39.6px;
        letter-spacing: -0.36px;
    }

    .about .about_blocks .applied_text {
        font-size: 16px;
        line-height: 130%;
    }

    .about_blocks .join_heading {
        font-size: 3.4375rem;
        line-height: 110%;
    }

    .about #careers .safety_heading {
        font-size: 2.25rem;
    }

    .about #careers .safety_text p {
        font-size: 1.5rem;
        line-height: 120%;
    }

    .about .safety_heading {
        font-size: 42px;
        line-height: 46.2px;
        letter-spacing: -0.42px;
    }

    .about_content .about_image,
    .about_blocks#applied-ai-at-openai,
    .about_blocks#work,
    .about_blocks#careers,
    .about_blocks#research,
    .about_blocks#join_careers,
    .about_blocks#Products {
        margin-top: var(--spacing-spacing-7);
    }

    #research_blocks {
        margin-top: 50px;
    }


    #research_blocks li {
        padding-bottom: 35px;
    }

    .footer_section a {
        font-size: 16px;
    }

    .about .f-subhead-2 {
        font-size: 1rem;
        font-weight: 600;
        line-height: 130%;
    }

    .about.footer_section .footer_heading {
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 130%;
    }

    .footer_section #back-to-top {
        padding-top: 21% !important;
    }

    /* team-page */

    .listings {
        margin-top: 2.25rem !important;
    }

    .listing-button {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .testimonial-cards .col-md-12 {
        grid-column: span 4 / span 4;
        margin-top: 2.25rem;
    }

    .image_screen .main_text {
        font-size: 1.5rem;
        line-height: 120%;
    }

    .image_screen .main_button {
        margin-bottom: 10%;
    }

    .image_screen .col-lg-8 img {
        width: 100%;
        height: 100%;
    }

    .mobile.team-cases,
    .mobile.team-work {
        display: none;
    }

    .desktop.team-cases,
    .desktop.team-work {
        display: block;
    }

    /* blog page */
    body.cbg-black .feature1_heading {
        font-size: 3.4375rem;
        line-height: 110%;
        letter-spacing: -.02em;
    }

    body.cbg-black .feature1_paragraph {
        font-size: 1.5rem;
        line-height: 120%;
    }

    body.cbg-mg .coloured-section .feature2_heading,
    body.cbg-blue .coloured-section .feature2_heading,
    body.cbg-orange .coloured-section .feature2_heading {
        font-size: 3.4375rem !important;
        line-height: 110% !important;
        letter-spacing: -.02em !important;
    }

    body.cbg-mg .coloured-section .feature2_text,
    body.cbg-blue .coloured-section .feature2_text,
    body.cbg-orange .coloured-section .feature2_text {
        font-size: 1.5rem !important;
        line-height: 120% !important;
    }
}

/* mobileView  */
@media only screen and (max-width:767px) {

    html,
    body {
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    /* homepage */
    .desktop.bg-transparent {
        display: none !important;
    }

    header.mobile {
        display: block;
        z-index: 9;
        position: fixed;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    header.mobile .submenu {
        display: none;
        position: absolute;
        background-color: transparent;
        padding: 0.75rem;
        margin-top: 2px;
        margin-right: -6px;
    }

    .menu_btn:hover,
    .menu_btn:active {
        text-underline-offset: 0.2em;
        text-decoration-thickness: 1px;
        text-decoration-line: underline;
    }

    header.mobile .nav-link {
        color: #fff;
    }

    header.mobile .submenu a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        line-height: 23.4px;
    }

    header.mobile ul li svg {
        font-size: 18px;
    }

    header.mobile .submenu li {
        margin: 0;
    }

    header.mobile .submenu li:last-child {
        border-bottom: none;
    }

    header.mobile .nav-item {
        color: #fff;
        text-decoration: none;
        font-size: 1.125rem;
    }

    .mobile .logo svg path {
        fill: #fff !important;
    }

    .menu_btn {
        background-color: transparent;
        border: none;
        color: #fff;
        float: right;
        margin-right: -6px;
        margin-top: 4px;
        font-size: 16px;
    }

    .btn.video_button {
        font-size: 16px;
        line-height: 20.8px;
        background-color: transparent;
        color: #fff;
        border: 1px solid #fff;
    }

    .h-screen {
        height: calc(100vh - 65px) !important;
    }

    .main_section .open_blocks:first-child {
        margin-top: 12px;
    }

    .nav-item .icon-plus,
    .nav-item.open .icon-minus {
        display: inline;
    }

    .bottom-13 {
        bottom: 0.8125rem;
        z-index: 2;
    }

    #menuModal .nav-link {
        color: #fff !important;
    }

    #menuModal .modal-header {
        border-bottom: none !important;
        /* padding: 1rem 0.3rem; */
    }

    #menuModal .navbar-nav {
        margin-top: 10%;
    }

    #menuModal .navbar-nav .nav-item svg {
        float: right;
    }

    .text-paragraph {
        order: 2;
        margin-top: 20px !important;
    }

    .play_button {
        width: 2.75rem;
        height: 2.75rem;
    }

    .play_button svg {
        margin-right: 0px;
    }

    .video_text {
        margin-bottom: 12%;
    }

    .media_button:active .play_button {
        background-color: #fff;
        color: #000 !important;
        border-color: #fff;
    }

    .position-absolute .btn.btn-primary svg {
        margin-right: 0rem;
    }

    #menuModal .modal-fullscreen .modal-content {
        background-color: #000 !important;
    }

    .mobile.scrolled {
        background-color: #000 !important;
    }

    #menuModal .navbar-nav .nav-item {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .submenu {
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 13px;
        max-height: 0px;
    }

    .submenu.open {
        max-height: 500px;
    }

    .submenu li {
        list-style-type: none;
    }

    .submenu li a {
        color: #fff;
        text-decoration: none !important;
    }

    .submenu li a:hover {
        text-decoration: none;
    }

    .video-wrapper .position-absolute button {
        background-color: #000;
        border: 1px solid #000;
        border-radius: 0.2em;
        outline-offset: 2px;
    }

    .video-section {
        margin-top: -20%;
    }

    .video_screen .video-wrapper video,
    .video_screen .video-wrapper::before {
        height: 102% !important;
    }

    .modal .modal-dialog {
        transition: none !important;
        transform: none !important;
    }

    .video_text {
        font-size: 2.615rem !important;
        line-height: 110% !important;
        letter-spacing: -.01em;
        color: #fff;
    }

    .video-overlay {
        left: 54%;
        width: 100%;
    }

    .video-wrapper .position-absolute {
        z-index: 3;
        bottom: 36px;
    }

    .media_button {
        bottom: 1%;
        right: 2%;
        height: 44px;
    }

    .card-title {
        font-size: 1.3125rem;
    }

    .card-body {
        padding: 10px !important;
    }

    .heading_latest,
    .safety_heading {
        font-size: 1.75rem;
    }

    .safety_text {
        font-size: 1.3125rem;
        line-height: 130%;
    }

    .join_heading {
        font-size: 2.625rem;
    }

    .open_blocks .ui-list ul.row li {
        margin-top: 2.25rem;
    }

    .open_blocks .cols-container {
        display: block !important;
    }

    .latest_section .update_button {
        justify-content: flex-start !important;
    }

    .open_blocks#products_block {
        padding-bottom: 2.5rem !important;
    }

    .open_blocks#research_blocks,
    .open_blocks.img_section {
        padding-top: 0rem !important;
    }

    .applied_text {
        font-size: 2rem;
    }

    .open_blocks#applied-ai-at-openai {
        padding-bottom: 7rem;
    }

    .subsocial {
        font-size: 1rem;
        font-weight: 600;
        color: #fff;
    }

    .footer_section .row:first-child {
        margin-bottom: 100px;
    }

    .footer_section .row:last-child {
        margin-bottom: 50px;
    }

    .social_media .btn-link {
        position: relative;
        left: -114%;
        top: 13%;
    }

    .footer_section .col-lg-2.col-md-2 {
        width: 50% !important;
        padding-top: 20px;
    }

    .footer_section .social_media .col-lg-4.col-md-4 {
        width: 50% !important;
    }

    .footer_section .social_media .col-lg-6.col-md-2 {
        width: 50% !important;
    }

    .footer_section .social_media ul {
        display: block !important;
    }

    .footer_section .social_media .subsocial1,
    .footer_section .social_media .subsocial {
        width: 50%;
    }

    /* about section */
    .about .menu_btn {
        color: #833600;
    }

    .about svg polygon {
        fill: #fff;
    }

    .about #menuModal svg polygon {
        fill: #fff !important
    }

    .about_content {
        padding-top: 12rem;
    }

    .about .about_heading {
        font-size: 2.625rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .about .about_paragraph {
        font-size: 1.3125rem;
        padding-top: 10px;
        line-height: 130%;
        letter-spacing: -.01em;
    }

    .about_content .about_image,
    .about_blocks#applied-ai-at-openai,
    .about_blocks#work,
    .about_blocks#careers,
    .about_blocks#about_carrer,
    .about_blocks#research,
    .about_blocks#join_careers,
    .about_blocks#Products {
        margin-top: 4rem;
    }

    .about_blocks#applied-ai-at-openai .applied_section .col-md-6 {
        order: 2;
    }

    .about_blocks .join_heading {
        font-weight: 400;
        font-size: 2.625rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .about .about_blocks#work .safety_heading {
        font-size: 1.75rem;
    }

    .ratio-1x1 {
        margin-top: 2.5rem;
    }

    .about .safety_text,
    .about .date_text,
    .about .safety_subtext {
        font-size: 1rem;
    }

    .about #research .safety_heading,
    .about #Products .safety_heading {
        font-size: 1.3125rem;
    }

    .subsocial {
        display: block;
    }

    .about.footer_section .footer_heading {
        font-size: 1rem;
        font-weight: 600;
    }

    .about.footer_section a {
        font-size: 1rem;
    }

    .about #careers .safety_heading {
        font-weight: 400;
        font-size: 2rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .about_blocks#join_careers {
        margin-bottom: 4.5rem;
    }

    .about #careers .safety_text p {
        font-size: 1.3125rem;
        line-height: 130%;
        letter-spacing: -.01em;
    }

    .about .about_blocks h1 {
        font-size: 1.75rem;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .about .about_blocks .applied_text {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .about #about_carrer .safety_heading {
        font-weight: 400;
        font-size: 2rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .about #research_blocks {
        margin-top: 50px;
    }

    .about #research_blocks li {
        padding-bottom: 35px;
    }

    .about .f-subhead-2 {
        font-size: 16px;
    }

    .about.footer_section .col-xl-2.col-md-3 {
        width: 50% !important;
        padding-top: 20px;
    }

    .about .subsocial {
        color: #833600;
    }

    .desktop.team-cases,
    .desktop.team-work {
        display: none;
    }

    .logo-carousel .logo_paragraph {
        color: #1d1d1b;
    }

    .mobile.team-cases,
    .mobile.team-work {
        display: block;
    }

    .image_screen .text_section {
        padding-top: 217px;
    }

    .image_screen .cols-container {
        display: block;
    }

    .image_screen .main_button {
        margin-bottom: 10%;
    }

    .image_screen img {
        width: 100% !important;
    }

    .team_block {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .team-block-content {
        padding-bottom: 4.5rem;
    }

    .listings {
        margin-top: 1.5rem !important;
    }

    .listing-button {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .mobile.team-cases .plus-icon,
    .mobile.team-cases .minus-icon,
    .mobile.team-work .plus-icon,
    .mobile.team-work .minus-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0px;
    }

    .testimonial-cards {
        padding-bottom: 4.5rem;
    }

    .team-work,
    .chatgpt-team,
    .team-cases,
    .statistics-section,
    .listing-bullets,
    .landing-team,
    .logo-carousel {
        padding-top: 4.5rem;
        padding-bottom: 4.5rem;
    }

    .team_block p,
    .team-block-content span {
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0;
    }
    
    .blog .nav-item .nav-link svg polygon {
        fill:#fff;
    }

    .team-block-content h3,
    .listing-bullets h2 {
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0;
    }

    .desktop.team-work,
    .desktop.team-cases {
        display: none;
    }

    .team-work h2,
    .chatgpt-team h1,
    .statistics-section h2 {
        font-size: 1.75rem;
        font-weight: 600;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .statistics-section span,
    .landing-team .join_heading {
        font-size: 2.625rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    .main_text,
    .testimonial-cards .mb-5,
    .landing-team .carrer_button span,
    .logo-carousel .logo_paragraph {
        font-size: 1.3125rem;
        line-height: 130%;
        letter-spacing: -.01em;
    }

    .logo-carousel .logo_text {
        text-align: left;
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .chatgpt-overview span.text {
        font-size: .875rem;
        line-height: 140%;
        letter-spacing: 0;
    }

    .image_screen .col-lg-4 .text_container {
        bottom: 0;
    }

    .image_screen .col-lg-8 {
        margin-top: auto;
    }

    .main_heading {
        font-size: 2.625rem;
        line-height: 110%;
        letter-spacing: -.01em;
        font-weight: 600;
        color: #fff;
    }

    .main_text {
        color: #fff;
    }

    .chatgpt-overview span.text-submenu {
        font-size: .75rem;
        line-height: 140%;
        letter-spacing: 0;
    }

    .logo-carousel .caption-section p {
        font-size: .75rem;
        line-height: 140%;
        letter-spacing: 0;
    }

    .listing-bullets .listing-items {
        display: flex;
    }

    .listing-bullets .col-lg-6:last-child {
        margin-top: 3rem;
    }

    .testimonial-cards .testimonial-heading,
    .testimonial-cards .testimonial-text,
    .listing-items p {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .statistics-section .caption-section {
        margin-top: 4.5rem;
        font-size: .75rem;
        line-height: 140%;
        letter-spacing: 0;
    }

    .statistics-section p {
        font-size: 1rem;
        line-height: 130%;
        letter-spacing: 0;
    }

    .chatgpt-team p {
        font-size: 1.3125rem;
        line-height: 130%;
        margin-top: 1.5rem;
        letter-spacing: -.01em;
    }

    .row-cols-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        display: grid !important;
        gap: var(--inner-gutter);
    }

    .chatgpt-link {
        padding: 1rem;
    }

    .image-overview {
        width: 46px;
        border-radius: 100%;
    }

    .image_screen {
        height: 840px !important;
    }

    .testimonial-cards .col-xs-12 {
        grid-column: span 6 / span 6 !important;
        margin-top: 0rem !important;
    }

    .statistics-section .caption-section p {
        font-size: .75rem;
    }

    /* blog page */
    .blog_blocks .subtext {
        padding-top: 1rem;
    }

    .coloured-section .blog_heading {
        font-size: 2.625rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    #blog_page .cols-container>[class*="col-"] {
        margin-left: 0;
    }

    .coloured-section .blog_text {
        font-size: 1.3125rem;
        line-height: 130%;
    }

    .blog_content,
    .blog-ui-heading {
        margin-top: 4.5rem;
    }

    .blog-ui-heading h2 {
        font-size: 1.3125rem;
        font-weight: 600;
        line-height: 130%;
    }

    .blog-ui-text p {
        font-size: 1rem;
        line-height: 130%;
    }

    .blog-ui-text ul {
        margin-top: 1rem;
    }

    #blog_page .blog-ui-text:last-child {
        margin-top: 4.5rem;
    }

    body.cbg-black .feature1_heading {
        font-size: 2.625rem;
        line-height: 110%;
        letter-spacing: -.01em;
    }

    body.cbg-black .feature1_paragraph {
        font-size: 1.3125rem;
        line-height: 130%;
        letter-spacing: -.01em;
    }

    body.cbg-black .featured1_button {
        font-size: 1rem;
    }

    body.cbg-mg .coloured-section .feature2_heading,
    body.cbg-blue .coloured-section .feature2_heading,
    body.cbg-orange .coloured-section .feature2_heading {
        font-size: 2.625rem !important;
        line-height: 110% !important;
        letter-spacing: -.01em !important;
    }

    body.cbg-mg .coloured-section .feature2_text,
    body.cbg-orange .coloured-section .feature2_text,
    body.cbg-blue .coloured-section .feature2_text {
        font-size: 1.3125rem !important;
        line-height: 130% !important;
        letter-spacing: -.01em !important;
    }

    body.cbg-mg .img-fluid,
    body.cbg-blue .img-fluid,
    body.cbg-orange .img-fluid {
        margin-top: 4.5rem;
    }
}

/* EOC for mobile view */

.skiptranslate {
    display: none;
}

#goog-gt-tt {
    display: none !important;
}

.skiptranslate.goog-te-gadget {
    display: block;
}

.goog-te-gadget .goog-te-combo {
    padding: 3px 7px 4px;
    margin: 0 !important;
    border-radius: .2em;
    color: white;
    border: none;
    height: 32.17px;
    line-height: 23.4px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    font-size: 14px;
}

.goog-te-gadget .goog-te-combo option {
    background: transparent;
    color: #000;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none !important;
}

.user-actions {
    display: flex;
}

#google_translate_element {
    display: inline-flex;
    margin-right: 6px;
}

.goog-te-combo {
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px 10px;
    width: 150px;
}

.goog-te-combo:focus-visible {
    outline: none !important
}

.goog-te-combo-arrow {
    border-color: #333 transparent transparent;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none;
}

.goog-te-gadget {
    font-size: 0px !important;
}

#google_translate_element ::-webkit-scrollbar {
    width: 12px;
}

#google_translate_element ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#google_translate_element ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 3px solid #f1f1f1;
}

select.goog-te-combo {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

select.goog-te-combo:hover {
    scrollbar-color: #555 #f1f1f1;
}

body.cbg-black .blog.desktop.scrolled .user-actions #google_translate_element .goog-te-gadget .goog-te-combo,
body.cbg-mg .blog.desktop.scrolled .user-actions #google_translate_element .goog-te-gadget .goog-te-combo,
.blog.desktop.scrolled .user-actions #google_translate_element .goog-te-gadget .goog-te-combo,
body.cbg-white .blog.desktop .user-actions #google_translate_element .goog-te-gadget .goog-te-combo,
body.cbg-blue .blog.desktop .user-actions #google_translate_element .goog-te-gadget .goog-te-combo,
.about.desktop.scrolled .user-actions #google_translate_element .goog-te-gadget .goog-te-combo,
body.cbg-orange .blog.desktop.scrolled .user-actions #google_translate_element .goog-te-gadget .goog-te-combo {
    color: #000;
    border: 1px solid #000;
}

body.cbg-mg .blog.desktop .user-actions #google_translate_element .goog-te-gadget .goog-te-combo {
    color: #FFC98A;
    border: 1px solid #FFC98A;
}

.about .user-actions #google_translate_element .goog-te-gadget .goog-te-combo {
    color: #833600;
    border: 1px solid #833600;
}

body.cbg-orange .blog.desktop .user-actions #google_translate_element .goog-te-gadget .goog-te-combo {
    color: #0000ff;
    border: 1px solid #0000ff;
}

/* mobile */
#google_translate_element_mobile {
    position: relative;
    width: 100%;
    bottom:10px;
    top:4px;
    margin-top:auto;
}

#google_translate_element_mobile .goog-te-gadget .goog-te-combo {
    width:100%;
    text-indent: 112px;
}

#google_translate_element_mobile .goog-te-combo {
    padding-right: 25px; 
    background-position: left center; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    background-image: url('/img/up.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position-x: 12px;
}