:root {
    --relume-library-lite--rl-black: black;
    --relume-library-lite--rl-white: white;
    --txt-gray: #231f20;
    --blue: #0082f3;
    --light-blue: var(--soft-blue);
    --soft-blue: #edf2ff;
    --relume-library-lite--rl-gray: #f4f4f4;
    /*uts brand colors*/
    --uts-dark-teal: #02323D;
    002329 --uts-light-teal: #7F9DA0;
    --uts-blue-gray: #5A777D;
    --uts-ice-blue: #E4E9EA;
    --uts-brand-linear: linear-gradient(90deg, #02323D 0%, #5A777D 102.86%);
    /*brand color public*/
    --uts-core-teal: #01323D;
    --uts-platinum-haze: #E4E9EA;
    --uts-aerial-grey: #9AADB2;
    --uts-teal-current: #809DA0;
    --uts-unity-teal: #59767D;
}
/*uts brand colors*/

.uts-blue-gray {
    color: var(--uts-blue-gray);
}

.uts-light-teal {
    color: var(--uts-light-teal);
}

.uts-dark-teal {
    color: var(--uts-dark-teal);
}

.uts-ice-blue {
    color: var(--uts-ice-blue);
}

.uts-brand-color-linear {
    /* brand-linear */
    background: linear-gradient(90deg, #02323D 0%, #5A777D 102.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.uts-brand-font {
    font-family: "TASA Orbiter", sans-serif !important;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
}
.uts-brand-font-sec {
    font-family: "TASA Explorer", sans-serif !important;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
}

/*Hero Section CSS*/

.watch-profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 20px;
    background: rgba(2, 50, 61, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 90px;
    border: none;
    font-family: 'TASA Orbiter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .watch-profile-btn:hover {
        background: rgba(2, 50, 61, 1);
        transform: translateY(-2px);
    }


.w-layout-hflex {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.w-layout-vflex {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-layout-blockcontainer {
        max-width: none;
    }
}

.navbar-no-shadow {
    z-index: 2;
    border: 1px solid #00000008;
    top: 0;
    position: sticky;
    background-color: #ffffff;
    -webkit-backdrop-filter: 2px;
    backdrop-filter: 2px;
}

    .navbar-no-shadow.float {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background-color: #fff3;
        margin-top: -76px;
        position: fixed;
        inset: 0% 0% auto;
    }

.navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0;
}

    .navbar-no-shadow-container.float {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.container-regular {
    width: 100%;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    font-family: 'TASA Orbiter', sans-serif;
    font-size: 15px;
    display: flex;
}

.nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
}

.nav-cta-wrap {
    display: flex;
}

.nav-search {
    display: flex;
    align-items: center;
    background: #f3f3f3;
/*    padding: 4px 10px;*/
    padding: 6px 12px;
    border-radius: 9em;
    margin-right: 8px;
}

.nav-link {
    color: #1a1b1f;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

    .nav-link:hover {
        color: #1a1b1fbf;
    }

    .nav-link:focus-visible {
        outline-offset: 0px;
        color: #0050bd;
        border-radius: 4px;
        outline: 2px solid #0050bd;
    }

    .nav-link[data-wf-focus-visible] {
        outline-offset: 0px;
        color: #0050bd;
        border-radius: 4px;
        outline: 2px solid #0050bd;
    }

.nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
}

.nav-dropdown-toggle {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
}

    .nav-dropdown-toggle:hover {
        color: #1a1b1fbf;
    }

    .nav-dropdown-toggle:focus-visible {
        outline-offset: 0px;
        color: #0050bd;
        border-radius: 5px;
        outline: 2px solid #0050bd;
    }

    .nav-dropdown-toggle[data-wf-focus-visible] {
        outline-offset: 0px;
        color: #0050bd;
        border-radius: 5px;
        outline: 2px solid #0050bd;
    }

.nav-dropdown-icon {
    margin-right: 10px;
}

.nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
}

    .nav-dropdown-list.w--open {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        border-radius: .4em;
        margin-left: -14px;
        box-shadow: 0 0 10px 5px #0000000d;
    }

.nav-dropdown-link {
    padding: 8px 24px;
    font-size: 15px;
}

    .nav-dropdown-link:hover {
        background-color: #f5f5f5;
    }

    .nav-dropdown-link:focus-visible {
        outline-offset: 0px;
        color: #0050bd;
        border-radius: 5px;
        outline: 2px solid #0050bd;
    }

    .nav-dropdown-link[data-wf-focus-visible] {
        outline-offset: 0px;
        color: #0050bd;
        border-radius: 5px;
        outline: 2px solid #0050bd;
    }

.nav-button-wrapper {
    margin-left: 50px;
}

.button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

    .button-primary:hover {
        color: #fff;
        background-color: #32343a;
    }

    .button-primary:active {
        background-color: #43464d;
    }

.uts-logo-full {
    width: 280px;
    margin-left: -13px;
    display: inline-block;
}
.new-logo-nav {
    display: inline-block;
    height: 40px;
}
.btn-cta-menu {
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    background-color: #1a1b1f;
    border-radius: 90px;
    padding: 12px 25px;
    font-size: 16px;
    line-height: 20px;
    transition: all .2s;
}

    .btn-cta-menu:hover {
        color: #fff;
        background-color: #32343a;
    }

    .btn-cta-menu:active {
        background-color: #43464d;
    }

/*.text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #1757a7, #b378ff);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    transition: background-color 1s;
}*/
.text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #02323D 0%, #5A777D 102.86%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    transition: background-color 1s;
}
    .text:hover {
        background-image: linear-gradient(90deg, #5A777D 0%, #02323D 102.86%);
    }

.text-block {
    letter-spacing: 0;
    font-size: 15px;
    font-weight: 500;
}

.cta-menu-mobile {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #f3f3f3;
    border-radius: 90px;
    align-items: center;
    padding: 10px 24px;
    text-decoration: none;
    display: none;
}

.uts-logo {
    height: 56px;
    display: none;
}

    .uts-logo.float {
        display: inline-block;
    }

.div-block {
    align-items: center;
    display: flex;
}

.cta-menu {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #f3f3f3;
    border-radius: 90px;
    justify-content: flex-start;
    align-items: center;
    /*    padding: 1px 20px 2px 20px;*/
    padding: 4px 20px 4px 20px;
    text-decoration: none;
    display: flex;
}

    .cta-menu:hover {
        background-color: #f3f3f3;
    }

.rl_navbar1_menu-button {
    padding: 0;
}

.rl_navbar1_button {
    border: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-white);
    text-align: center;
    padding: .5rem 1.25rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar1_button-secondary {
    border: 1px solid var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-black);
    text-align: center;
    background-color: #0000;
    padding: .5rem 1.25rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar1_menu-buttons {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: 1rem;
    display: flex;
}

.rl_navbar1_dropdown-link {
    color: #000;
    padding: .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

    .rl_navbar1_dropdown-link.w--current {
        color: #000;
    }

.rl_navbar1_dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid #000;
    padding: .5rem;
}

.rl-dropdown-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
}

.rl_navbar1_dropdown-toggle {
    color: var(--relume-library-lite--rl-black);
    padding: .5rem 2.5rem .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_navbar1_link {
    color: var(--relume-library-lite--rl-black);
    background-color: #0000;
    padding: .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

    .rl_navbar1_link.w--current {
        color: #000;
    }

.rl_navbar1_menu {
    align-items: center;
    display: flex;
    position: static;
}

.rl_navbar1_logo-link {
    padding-left: 0;
}

.rl_navbar1_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.rl_navbar1_component {
    border-bottom: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-white);
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 4.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: relative;
}

.rl-button-link-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.rl-button-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px none var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-black);
    text-align: center;
    background-color: #0000;
    padding: .25rem 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    display: flex;
}

.rl-button-secondary {
    border: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-white);
    color: var(--relume-library-lite--rl-black);
    text-align: center;
    padding: .75rem 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
}

.rl-button-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.rl_layout1_spacing-block-3 {
    width: 100%;
    padding-bottom: 2rem;
}

.rl-text-style-medium {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_layout1_spacing-block-2 {
    width: 100%;
    padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.rl_layout1_spacing-block-1 {
    width: 100%;
    padding-bottom: 1rem;
}

.rl-text-style-subheading {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.rl_layout1_component {
    grid-column-gap: 5rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
}

.rl-padding-section-large {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.rl-container-large {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

    .rl-container-large.mb60 {
        margin-bottom: 60px;
    }

.rl-padding-global {
    padding-left: 5%;
    padding-right: 5%;
}

.rl_section_layout1 {
    background-color: var(--relume-library-lite--rl-white);
}

.rl_navbar2_menu-button {
    padding: 0;
}

.rl_navbar2_button {
    border: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-white);
    text-align: center;
    padding: .5rem 1.25rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar2_button-wrapper {
    grid-column-gap: 1rem;
    margin-left: 1rem;
    display: flex;
}

.rl_navbar2_dropdown-link {
    color: #000;
    padding: .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

    .rl_navbar2_dropdown-link.w--current {
        color: #000;
    }

.rl_navbar2_dropdown-list.w--open {
    background-color: #fff;
    border: 1px solid #000;
    padding: .5rem;
    position: absolute;
}

.rl_navbar2_dropdwn-toggle {
    color: var(--relume-library-lite--rl-black);
    padding: .5rem 2.5rem .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_navbar2_link {
    color: var(--relume-library-lite--rl-black);
    padding: .5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

    .rl_navbar2_link.w--current {
        color: #000;
    }

.rl_navbar2_menu {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
}

.rl_navbar2_logo-link {
    padding-left: 0;
}

.rl_navbar2_container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.rl_navbar2_component {
    border-bottom: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-white);
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 4.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}

.hero-section {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fffffff5;
    /*    background-image: url('../images/bg-blur-logo-l.png'), url('../images/bg-blur-logo-s.png');
    background-position: 86% 40%, 18% 30%;*/
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
    border-bottom: 1px solid #e4ebf3;
    padding: 60px 30px;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

.hero-wrapper {
    justify-content: space-between;
    align-items: top;
    display: flex;
}

.hero-split {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 46%;
    display: flex;
}

.margin-bottom-24px {
    margin-bottom: 16px;
    font-size: 16px;
}

.button-primary-2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

    .button-primary-2:hover {
        color: #fff;
        background-color: #32343a;
    }

    .button-primary-2:active {
        background-color: #43464d;
    }

.shadow-two {
    box-shadow: 0 4px 24px #96a3b514;
}

.background-video {
    z-index: 1;
    border-radius: 15px;
    min-width: 100%;
    height: 250px;
}

.div-block-2 {
    width: 600px;
    height: 320px;
}

.hero-video-wrapper {
    border-radius: 15px;
    width: 500px;
    height: 300px;
}

.h1-hero {
    letter-spacing: -.01em;
    /* -webkit-text-fill-color: transparent;
     background-image: linear-gradient(90deg, #02733b, #27be73); */
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 16px;
    font-family: 'TASA Orbiter', sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 116%;
    text-decoration: none;
    color: var(--uts-dark-teal);
    /* transition: background-color .2s; */
}


.view-all-partners {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #000, #67717a);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'TASA Orbiter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}

.btn-cta {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fffc;
    border-radius: 90px;
    justify-content: center;
    align-items: center;
    /*    padding: 8px 24px;*/
    font-family: 'TASA Orbiter', sans-serif;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    box-shadow: 0 1px 4px #0000001a;
}

    .btn-cta:hover {
        box-shadow: 0 7px 15px #0000001a;
    }

    .btn-cta.bg-grey {
        background-color: #f3f3f3;
    }

.cat-shortcut {
    background-image: url('../images/herocards/Sick.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 9px;
    width: 166px;
    height: 260px;
    transition: background-position 2s;
    /*filter*/
/*    filter: brightness(151%) saturate(48%) contrast(101%) grayscale(50%);*/
}

    .cat-shortcut:hover {
        background-position: 100% 0;
    }

    .cat-shortcut._2 {
        background-image: url('../images/herocards/air-conditioning.png');
        background-position: 0 0;
        background-size: auto;
        transition: background-position 2s;
    }

        .cat-shortcut._2:hover {
            background-position: 100%;
            background-size: auto;
        }

    .cat-shortcut._3 {
        background-image: url('../images/herocards/smart-mobility.png');
    }

    .cat-shortcut._4 {
        background-image: url('../images/herocards/water.png');
    }

    .cat-shortcut._5 {
        background-image: url('../images/herocards/nuclear.png');
    }

    .cat-shortcut._6 {
        background-image: url('../images/herocards/total-facilities-management.png');
    }

.gap-block-100px {
    height: 32px;
}

.text-2 {
    color: #67717a;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}

.des {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: block;
}

.text-3 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.hero-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 166px;
    min-width: 166px;
}

.hero-cards {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    justify-content: space-between;
    display: flex;
}

.cat-shortcut-2 {
    background-image: url('../images/hero-card-2.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 9px;
    width: 150px;
    height: 220px;
    transition: background-position 2s;
}

    .cat-shortcut-2:hover {
        background-position: 100% 0;
    }

.cat-shortcut-3 {
    background-image: url('../images/hero-card-3.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 9px;
    width: 150px;
    height: 220px;
    transition: background-position 2s;
}

    .cat-shortcut-3:hover {
        background-position: 100% 0;
    }

.cat-shortcut-4 {
    background-image: url('../images/4.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 9px;
    width: 150px;
    height: 220px;
    transition: background-position 2s;
}

    .cat-shortcut-4:hover {
        background-position: 100% 0;
    }

.cat-shortcut-5 {
    background-image: url('../images/hero-card-6.png');
    background-position: 0 0;
    background-size: auto;
    border-radius: 9px;
    width: 150px;
    height: 220px;
    transition: background-position 2s;
}

    .cat-shortcut-5:hover {
        background-position: 100% 0;
    }

.aboutus {
    grid-column-gap: 80px;
    background-color: #34845c;
    background-image: linear-gradient(#fff 0%, #eaecee 100%);
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1440px;
    padding: 112px 80px;
    text-decoration: none;
    display: flex;
}

.frame-2349 {
    grid-column-gap: 80px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.col-lft {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    max-width: 600px;
    text-decoration: none;
    display: flex;
}

.frame-2184 {
    grid-row-gap: 9px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.placeholder {
    object-fit: cover;
    border-radius: 15px;
}

    .placeholder.image {
        width: 720px;
    }

.frame-2188 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.p {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

    .p.sm {
        font-size: 16px;
    }

.vectors-wrapper {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    text-decoration: none;
    display: flex;
}

.list {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 0;
    text-decoration: none;
    display: flex;
}

.row {
    grid-column-gap: 63px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: flex;
}

.fact-block {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 160px;
    text-decoration: none;
    display: flex;
}

.info-digit {
    color: #444;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 46px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.text-6 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.list-item-3 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 163.333px;
    text-decoration: none;
    display: flex;
}

.col-rtl {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.heading {
    color: #1f1c09;
    text-transform: undefined;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.frame-2350 {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 2px;
    text-decoration: none;
    display: flex;
}

.frame-2185 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-3 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 168px;
    height: 34px;
    text-decoration: none;
    display: flex;
}

.title-1 {
    color: #1f1c09;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'TASA Orbiter', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.heading-1 {
    color: #1f1c09;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.flex-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    display: flex;
    /*flex*/
    align-content: flex-start;
    align-items: flex-start;
}

.link-maps, .link-maps-copy {
    color: var(--txt-gray);
    margin-top: 4px;
    font-family: Almarai, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

.link-to-sections {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    color: var(--txt-gray);
    margin-top: 4px;
    font-family: Almarai, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

    .link-to-sections:hover {
        color: var(--blue);
    }

.container-about {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.about-section {
    background-image: linear-gradient(#fff, #eaecee);
    padding: 60px 30px;
}

.block {
    background-color: #fff;
    border-radius: 13.2902px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 410px;
    height: 210px;
    max-height: 246px;
    padding: 26px 27px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 2.65803px 14.1762px #0000001a;
}

    .block:hover {
        box-shadow: 0 8.65803px 45.1762px #00000047;
    }

.top {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 343.772px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-4 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 52.4888px;
    height: 42.6103px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-5 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 17.7202px;
    height: 17.7202px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-6 {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 79.7409px;
    text-decoration: none;
    display: flex;
}

.container-2 {
    max-width: 80rem;
}

.block-title {
    color: #444;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 19px;
    font-weight: 400;
    line-height: 23.76px;
    text-decoration: none;
}

.block-sub {
    opacity: .8;
    color: #444;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.flex-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.h2-section-title {
    color: #444;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.service-section {
    background-image: linear-gradient(#ebedef, #fff);
    padding: 0px 30px 60px 30px;
}

.gap-block-60px {
    height: 60px;
}

.partners-section {
    background-color: #f5f7fa;
    border-bottom: 1px solid #e4ebf3;
    padding: 80px 30px;
    position: relative;
}

.container-3 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-wrapper-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: .65fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
}

.rtl-125 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: flex;
    position: relative;
}

.margin-bottom-24px-2 {
    margin-bottom: 8px;
    font-family: Almarai, sans-serif;
    font-size: 16px;
}

.button-primary-3 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
}

    .button-primary-3:hover {
        color: #fff;
        background-color: #32343a;
    }

    .button-primary-3:active {
        background-color: #43464d;
    }

.shadow-two-2 {
    box-shadow: 0 4px 24px #96a3b514;
}

.text-7 {
    color: #02733b;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.text-8 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #002329, #007a8f);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 113%;
    text-decoration: none;
}

.cta-button-green {
    grid-column-gap: 8px;
    background-color: #002329;
    border: 2px solid #ffffff4d;
    border-radius: 68.103px;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: 38px;
    padding: 8px 24px 10px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 3.0268px 12.2585px #00000026;
}

    .cta-button-green._w-20 {
        background-color: #1c1d1d;
        width: 20%;
    }

.text-9 {
    color: #fff;
    letter-spacing: -.02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

    .text-9.lightbg {
        color: #000;
    }

.lft-75 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
}

.bg-circle {
    max-height: 100%;
}

.link-to-bakerhughes {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 27px 10px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    right: -2%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-7 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 55.1881px;
    height: 22.0604px;
    text-decoration: none;
    display: flex;
}

.frame-2354 {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 23px 13px;
    text-decoration: none;
    display: flex;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-8 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 47.908px;
    height: 27.9781px;
    text-decoration: none;
    display: flex;
}

.link-to-carrier {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 78px;
    height: 78px;
    padding: 27px 10px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    left: -2%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.frame-2344 {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 29px 6px;
    text-decoration: none;
    display: flex;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-9 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 63.5628px;
    height: 16.5894px;
    text-decoration: none;
    display: flex;
}

.link {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 29px 6px;
    text-decoration: none;
    display: flex;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-10 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 63.5628px;
    height: 16.5894px;
    text-decoration: none;
    display: flex;
}

.frame-2353 {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 25px 10px;
    text-decoration: none;
    display: flex;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-11 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 53.6163px;
    height: 23.3151px;
    text-decoration: none;
    display: flex;
}

.link-to-kent {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 27px 10px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    right: 24%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.link-to-2getthere {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 29px 6px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    left: 11%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-12 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 63.5628px;
    height: 20px;
    text-decoration: none;
    display: flex;
}

.link-to-meco {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 30px 8px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 6%;
    left: 13%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-13 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 58.5299px;
    height: 11.6528px;
    text-decoration: none;
    display: flex;
}

.link-to-evac {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 31px 10px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 6%;
    right: 13%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-14 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 55.956px;
    height: 13.989px;
    text-decoration: none;
    display: flex;
}

.link-to-metos {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 30px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 6%;
    left: 13%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-15 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 62.8057px;
    height: 14.3143px;
    text-decoration: none;
    display: flex;
}

.link-to-clayton {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 30px 6px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 6%;
    right: 13%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-16 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 64.3195px;
    height: 17.244px;
    text-decoration: none;
    display: flex;
}

.frame-2356 {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 27px 3px;
    text-decoration: none;
    display: flex;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-17 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 70.7716px;
    height: 20.9835px;
    text-decoration: none;
    display: flex;
}

.frame-2357 {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 27px 3px;
    text-decoration: none;
    display: flex;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-18 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 70.7716px;
    height: 20.9835px;
    text-decoration: none;
    display: flex;
}

.link-to-alfalaval {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 27px 3px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 23%;
    left: 16%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-19 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 70.7716px;
    height: 20.9835px;
    text-decoration: none;
    display: flex;
}

.link-to-yokogawa {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 18px 5px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 23%;
    left: 16%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-20 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 62.8061px;
    height: 30.7646px;
    text-decoration: none;
    display: flex;
}

.link-to-ocs {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 28px 12px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    left: 24%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-21 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 60px;
    text-decoration: none;
    display: flex;
}

.link-to-hpi {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 27px 9px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 23%;
    right: 16%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-22 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 57.7408px;
    height: 20.411px;
    text-decoration: none;
    display: flex;
}

.link-to-pcs {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 22px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 10%;
    left: 30%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-23 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 32.6413px;
    height: 32.641px;
    text-decoration: none;
    display: flex;
}

.link-to-detegasa {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 29px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 10%;
    right: 30%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-24 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 63.5628px;
    height: 16.5428px;
    text-decoration: none;
    display: flex;
}

.link-to-chemtreat {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 27px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 10%;
    left: 30%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-25 {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 93%;
    text-decoration: none;
    display: flex;
}

.link-to-yamari {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 29px 8px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 10%;
    right: 30%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-26 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.link-to-sumitomo {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 76.9191px;
    height: 76.9191px;
    padding: 17px 13px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 21%;
    left: 43.5%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.vectors-wrapper-27 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 60px;
    text-decoration: none;
    display: flex;
}

    .vectors-wrapper-27.scaledown {
        object-fit: scale-down;
    }

.link-to-ecochlor {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 22px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 21%;
    left: 43.5%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.logo-wrap-landscape {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 61.9637px;
    height: 27.9781px;
    text-decoration: none;
    display: flex;
}

.joint-venture-section {
    background-image: linear-gradient(#f5f7fa 8%, #e4ebf31a 57%), url('../images/bg-jv.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    margin-top: -1px;
    padding: 40px 30px 300px;
    position: relative;
}

.container-4 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.centered-heading {
    text-align: center;
    margin-bottom: 16px;
}

.grid-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    margin-top: 50px;
    display: grid;
}

.testimonial-card-two {
    border: 1px solid #e4ebf3;
    flex-direction: column;
    padding: 32px 16px 16px;
    display: flex;
}

.testimonial-text-two {
    margin-bottom: 52px;
}

.testimonial-info-three {
    background-color: #f5f7fa;
    align-items: center;
    padding: 24px 16px;
    display: flex;
}

.testimonial-image {
    object-fit: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-right: 16px;
}

.testimonial-main-heading {
    margin-bottom: 2px;
    font-weight: 600;
}

.text-10 {
    color: #002329;
    text-align: center;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#002329, #007a8f);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.jv-carrier {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    width: 100%;
    height: 266.499px;
    padding: 24px 32px;
    text-decoration: none;
    display: flex;
}

.dl-link-block {
    grid-row-gap: 8px;
    border: 1px solid var(--light-blue);
    color: #686868;
    border-radius: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 4px 10px 6px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

    .dl-link-block:hover {
        color: #fff;
        background-color: #01323D;
        box-shadow: 0 8px 12px -5px #0003;
    }

    .dl-link-block.bg-empty {
        background-color: var(--relume-library-lite--rl-white);
    }

        .dl-link-block.bg-empty:hover {
            color: #000;
            border-color: none;
            background-image: linear-gradient(#E4E9EA, #E4E9EA);
        }

.title {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

.subtitle {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.vectors-wrapper-29 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 137.175px;
    height: 59px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-30 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 4px;
    text-decoration: none;
    display: flex;
}

.jv-ocs {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 266.499px;
    padding: 24px 32px;
    text-decoration: none;
    display: flex;
}

.frame-2358 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.text-13 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

.text-14 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.logos-ocs {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 9px;
    padding-bottom: 9px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-31 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 81.75px;
    height: 41.25px;
    text-decoration: none;
    display: flex;
}

.uts-has-formed-a-jv-with-ocs-an-international-group-providing-integrated-facilities-services-operating-in-over-40-countries-worldwide-to-form-ocs-emirates-1 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.jv-2getthere {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 266.499px;
    padding: 24px 32px;
    text-decoration: none;
    display: flex;
}

.frame-2359 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.text-15 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    text-decoration: none;
}

.text-16 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.vectors-wrapper-32 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 108.252px;
    height: 54.4667px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-33 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 4px;
    text-decoration: none;
    display: flex;
}

.jv-kent {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 266.499px;
    padding: 24px 32px;
    text-decoration: none;
    display: flex;
}

.jv-takyeef {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 266.499px;
    padding: 24px 32px;
    text-decoration: none;
    display: flex;
}

.frame-2360 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    text-decoration: none;
    display: flex;
}

.text-17 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.vectors-wrapper-34 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 159.805px;
    height: 36px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-35 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 4px;
    text-decoration: none;
    display: flex;
}

.jv-ali-reza {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff9;
    border-radius: 8px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 266.499px;
    padding: 24px 32px;
    text-decoration: none;
    display: flex;
}

.frame-2361 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-decoration: none;
    display: flex;
}

.text-18 {
    color: #23272a;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.image-10 {
    object-fit: cover;
}

.vectors-wrapper-36 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 4px;
    text-decoration: none;
    display: flex;
}

.p-des {
    color: #002329;
    text-align: center;
    letter-spacing: -.005em;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
}

.rl-button-secondary-2 {
    color: var(--relume-library-lite--rl-white);
    text-align: center;
    background-color: #1f1c09;
    border-radius: 89px;
    padding: .5rem 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 0 0 2px #1f1c0933;
}

.rl_faq1_spacing-block-5 {
    width: 100%;
    padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_faq1_spacing-block-4 {
    width: 100%;
    padding-bottom: 1rem;
}

.rl-heading-style-h4 {
    color: var(--relume-library-lite--rl-black);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#000, #929292);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.rl_faq1_cta-wrapper {
    text-align: center;
    width: 100%;
    max-width: 35rem;
}

.rl_faq1_spacing-block-3 {
    width: 100%;
    padding-bottom: 5rem;
}

.rl-text-style-regular {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

    .rl-text-style-regular.i-serif {
        font-family: Georgia, Times, Times New Roman, serif;
        font-style: italic;
        font-weight: 400;
    }

.rl_faq1_answer-wrapper {
    margin-bottom: 1.5rem;
}

.rl_faq1_answer {
    overflow: hidden;
}

.rl_faq1_icon {
    color: var(--relume-library-lite--rl-black);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
}

.rl_faq1_icon-wrapper {
    align-self: flex-start;
}

.rl_faq1_question-text {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.5;
}

.rl_faq1_question {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-top: 1px solid var(--relume-library-lite--rl-black);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: flex;
}

.rl_faq1_accordion {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.rl_faq1_list {
    border-bottom: 1px solid var(--relume-library-lite--rl-black);
}

.rl_faq1_spacing-block-2 {
    width: 100%;
    padding-bottom: 5rem;
}

.rl_faq1_spacing-block-1 {
    width: 100%;
    padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
    color: var(--relume-library-lite--rl-black);
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#000, #858585);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.rl_faq1_heading-wrapper {
    text-align: center;
    width: 100%;
    max-width: 48rem;
}

.rl_faq1_component {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.rl-padding-section-large-2 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.rl-container-small {
    width: 100%;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.rl-padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
}

.rl_section_faq1 {
    background-color: var(--relume-library-lite--rl-white);
}

    .rl_section_faq1.f5f8f9 {
        background-image: linear-gradient(#f5f8f9, #f5f8f9);
    }

.footer {
    grid-row-gap: 24px;
/*    background-color: var(--uts-dark-teal);*/
    background-color: #002329;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 32px;
    padding-bottom: 16px;
    text-decoration: none;
    display: flex;
}

.pre-footer {
    grid-row-gap: 24px;
    /*    background-image: linear-gradient(#474747, #4d4d4d);*/
    background-color: #02323d;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 24px;
    text-decoration: none;
    display: flex;
}

.contact-form-block {
    grid-column-gap: 55px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 80rem;
    text-decoration: none;
    display: flex;
}

.light {
    color: #444 !important;
}

.vectors-wrapper-37 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-38 {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.links-block-container {
    grid-column-gap: 190px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 80rem;
    text-decoration: none;
    display: flex;
}

.links-block {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 212px;
    text-decoration: none;
    display: flex;
}

.text-19 {
    color: #fff6;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.footer-link-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.footer-link {
    color: #fff;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
/*    font-family: Almarai, sans-serif;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.links-block-2 {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 156px;
    text-decoration: none;
    display: flex;
}

.links-block-3 {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 128px;
    text-decoration: none;
    display: flex;
}

.footer-footer {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-39 {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 100px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-40 {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 68px;
    text-decoration: none;
    display: flex;
}

.text-21 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 124%;
    text-decoration: none;
}

.text-22 {
    color: #fff;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.div-block-4 {
    width: 70%;
}

.div-block-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 40%;
    display: flex;
}

.txt-contact-field {
    color: #ffffffde;
    background-color: #00000026;
    border: 0 solid #000;
    padding: 16px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 400;
    border-radius: .2em;
}

.light-input {
    background-color: #0000000d;
}

.submit-button {
    color: var(--uts-dark-grey);
    background-color: #fffc;
    border-radius: 9rem;
    padding: 10px 24px 12px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 400;
    /*    box-shadow: 0 2px 8px #0000001a;*/
    outline: 3px solid #6262621f;
    height: 42px;
}

    .submit-button:hover {
        background-color: #fff;
        box-shadow: 0 7px 15px #0000001a;
        outline: 3px solid #d1d1d11f;
    }

.form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.line {
    background-color: #061e23; /*#37373c*/
    width: 100%;
    height: 1px;
}

.frame-2362 {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.text-23 {
    color: #fff;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.txt-copyright {
    opacity: .8;
    color: #fff;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 32px;
    text-decoration: none;
}

.div-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.flex-block-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 80rem;
}

.img-certifications {
    width: 157px;
}

.container-1140-p20 {
    max-width: 1140px;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

    .container-1140-p20.mb60 {
        margin-bottom: 60px;
    }

    .container-1140-p20.hidden {
        display: none;
    }

.heading-2 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 4px;
    font-family: Lora, sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    line-height: 124%;
    text-decoration: none;
}

    .heading-2.center {
        text-align: center;
    }

.section.margin-bottom-0 {
    padding-bottom: 0;
}

.section.margin-top-0 {
    padding-top: 0px;
}

.hero-text {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

    .hero-text.mb-60 {
        margin-bottom: 60px;
    }

        .hero-text.mb-60._w-80 {
            width: 80%;
            font-size: 20px;
        }

            .hero-text.mb-60._w-80.s-24 {
                font-family: Plus Jakarta Sans, sans-serif;
                font-size: 20px;
                font-weight: 400;
            }

        .hero-text.mb-60._w-90 {
            width: 90%;
        }

            .hero-text.mb-60._w-90.s-24 {
                font-size: 20px;
            }

        .hero-text.mb-60._w-50 {
            width: 50%;
        }

        .hero-text.mb-60._w-70 {
            width: 70%;
        }

            .hero-text.mb-60._w-70.s-24 {
                font-family: Plus Jakarta Sans, sans-serif;
                font-size: 24px;
            }

        .hero-text.mb-60.center {
            text-align: center;
        }

            .hero-text.mb-60.center._w-60, .hero-text.mb-60.center._w-50 {
                line-height: 150%;
            }

    .hero-text._w-80 {
        width: 80%;
    }

        .hero-text._w-80.s-24 {
            margin-bottom: 10px;
            font-size: 20px;
            font-weight: 400;
        }

        .hero-text._w-80.mb-60.s-24 {
            margin-bottom: 40px;
        }

    .hero-text.mb-20 {
        margin-bottom: 20px;
    }

        .hero-text.mb-20._w-80 {
            width: 80%;
            font-size: 36px;
        }

            .hero-text.mb-20._w-80.s-24 {
                font-family: Plus Jakarta Sans, sans-serif;
                font-size: 24px;
                font-weight: 400;
            }

        .hero-text.mb-20._w-90 {
            width: 90%;
        }

        .hero-text.mb-20._w-50 {
            width: 50%;
        }

        .hero-text.mb-20._w-70 {
            width: 70%;
        }

            .hero-text.mb-20._w-70.s-24 {
                font-family: Plus Jakarta Sans, sans-serif;
                font-size: 24px;
            }

    .hero-text.center {
        text-align: center;
        line-height: 200%;
    }

/*.picture {
    grid-row-gap: 5px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 211px;
    height: 302px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 0 10px #0000000d;
    border-radius: .4em;
}*/

.picture {
    grid-row-gap: 5px;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 211px;
    height: 285px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 0 10px #00000026;
    border-radius: .4em;
}

.image {
    object-fit: cover;
}

.text-25 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.text-26 {
    color: #818285;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.div-block-7 {
    margin-top: 4px;
    /* margin-left: 10px; */
    text-align: center;
}

.stack {
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 20%;
    margin-right: 18px;
    text-decoration: none;
    display: flex;
    position: sticky;
    top: 58px;
}

    .stack._100 {
        width: 100%;
    }

.vectors-wrapper-41 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-42 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-43 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 196px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-44 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-45 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 149px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-46 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 91px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-47 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 129px;
    height: 44px;
    text-decoration: none;
    display: flex;
}

.v-flex-w-75-g32 {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 75%;
    display: flex;
}

    .v-flex-w-75-g32.card {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        background-color: #fff;
        border: 3px solid #00000008;
        border-radius: 1em;
        width: 80%;
        padding: 24px;
        position: relative;
        top: -32px;
    }

        .v-flex-w-75-g32.card.mobile-section {
            display: none;
        }

.bio {
    color: #000;
    text-align: justify;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
}

.stack-link {
    color: #424242;
    border-left: 3px solid #fff0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .96rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px;
}

    .stack-link:hover {
        border-left-color: #7F9DA0;
    }

    .stack-link.active {
        color: var(--txt-gray);
        border-left: 3px solid #7F9DA0;
        background: #f1f1f1;
        border-radius: 0 .4em .4em .4em;
    }

        .stack-link.active.w--current {
            border-left-color: #7F9DA0;
        }

    .stack-link.sub-stack-link {
        /*        border: 1px #d6d6d6;
        border-left-style: solid;*/
        width: 95%;
        margin-bottom: 4px;
        margin-left: 10px;
    }

        .stack-link.sub-stack-link:hover {
            /*            border-left-color: #238e4c;*/
        }

.link-block-22 {
    color: #818285;
    border-left: 3px solid #fff;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.div-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 70%;
    display: flex;
}

.section {
    z-index: 1;
    background-image: none;
    padding-top: 48px;
    padding-bottom: 48px;
}

    .section.margin-overlap {
        z-index: 0;
        margin-top: -152px;
        position: relative;
    }

.div-block-10 {
    display: flex;
}

.h-flex-w-100-g32 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    width: 100%;
    display: flex;
}

.splitter {
    background-color: #f2f2f2;
    width: 100%;
    height: 1px;
}

.key-fact {
    grid-column-gap: 32px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: flex;
}

.section-history {
    grid-row-gap: 17px;
    background-image: linear-gradient(#fff, #eaecee);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 66px;
    padding-bottom: 66px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-48 {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 133px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-49 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 4px;
    text-decoration: none;
    display: flex;
}

.dotted-line {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 1px;
    text-decoration: none;
    display: flex;
}

    .dotted-line.m60 {
        margin: 60px auto 0;
    }

.frame-2392 {
    grid-column-gap: 17px;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    text-decoration: none;
    transition: opacity .2s;
    display: flex;
}

.text-27 {
    color: #252627;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.frame-2393 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
    text-decoration: none;
    display: flex;
}

.txt-title {
    color: #252627;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.22deg, #525252, #4b65a8);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.txt-description {
    color: #231f20;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
}

    .txt-description._72 {
        color: #727272;
    }

    .txt-description._w-80 {
        width: 80%;
        margin-bottom: 40px;
    }

    .txt-description.s16 {
        font-family: system-ui, sans-serif;
        font-size: 16px;
        /*        font-style: italic;*/
    }

    .txt-description.vm {
        font-family: lora,system-ui, sans-serif;
        font-size: 16px;
        font-style: italic;
    }

    .txt-description.s16.w80 {
        /*            width: 80%;*/
        margin-bottom: 40px;
    }

.text-30 {
    color: #0c6b33;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.51deg, #34845c 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.text-31 {
    color: #0c6b33;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.67deg, #34845c 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.text-32 {
    color: #231f20;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.54deg, #34845c 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    text-decoration: none;
}

.text-33 {
    color: #2f7b4e;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.51deg, #34845c 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.text-34 {
    color: #2f7b4e;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.77deg, #34845c 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.text-35 {
    color: #1f9953;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.51deg, #34845c 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.text-36 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #066f3b 0%, #11a84e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.text-37 {
    color: #252627;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#252627, #252627), linear-gradient(89.22deg, #34845c, #11a84e);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
}

.txt-info {
    color: #252627;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 120%;
    text-decoration: none;
}

.frame-2337 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 115px 166px;
    text-decoration: none;
    display: flex;
}

.frame-2336 {
    grid-column-gap: 59px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    text-decoration: none;
    display: flex;
}

.frame-2340 {
    grid-row-gap: 32px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 557px;
    text-decoration: none;
    display: flex;
}

.frame-2413 {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.text-38 {
    color: #6f6f6f;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: none;
}

.text-39 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

.vectors-wrapper-51 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 171px;
    height: 36.3216px;
    text-decoration: none;
    display: flex;
}

.leaders {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 491px;
    margin-top: 24px;
    text-decoration: none;
    display: grid;
}

.image-11 {
    object-fit: cover;
    border: 3.06816px solid #fff;
    border-radius: 9em;
}

.cta-button-red {
    grid-column-gap: 8px;
    background-color: #11a84e;
    background-image: linear-gradient(45deg, #c33a27, #7a1c19);
    border: 2px solid #ffffff4d;
    border-radius: 68.103px;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 8px 24px 10px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 3.0268px 12.2585px #00000026;
}

    .cta-button-red:hover {
        box-shadow: 0 0 0 2px #fff, 0 3.0268px 12.2585px #00000026;
    }

.frame-2343 {
    grid-row-gap: 140px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1439px;
    padding: 56px 79px;
    text-decoration: none;
    display: flex;
}

.vectors-wrapper-52 {
    object-fit: cover;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.h-flex-new-hero {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

.frame-2306 {
    grid-row-gap: 8px;
    background-color: #fff;
    border: 4px solid #00000008;
    border-radius: 15px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    height: 376px;
    margin-top: -124px;
    padding: 48px 60px;
    text-decoration: none;
    display: flex;
}

.frame-2342 {
    grid-column-gap: 24px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
}

.frame-2341 {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 678px;
    text-decoration: none;
    display: flex;
}

.text-40 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

    .text-40.white-txt {
        color: #fff;
    }

.text-41 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

    .text-41.white-txt {
        color: #fff;
    }

.image-37 {
    object-fit: cover;
}

.container-5 {
    max-width: 1140px;
}

.section-2 {
    background-image: linear-gradient(#eaecee, #fff);
    margin-top: 100px;
}

.frame-2345 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1130px;
    margin-top: 60px;
    margin-bottom: 120px;
    padding: 48px 60px;
    text-decoration: none;
    display: flex;
}

.image-38 {
    object-fit: cover;
    border-radius: 15px;
}

.frame-2414 {
    grid-row-gap: 22px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 678px;
    text-decoration: none;
    display: flex;
}

.text-42 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.text-43 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.vectors-wrapper-53 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 154px;
    height: 36.3216px;
    text-decoration: none;
    display: flex;
}

.text-0 {
    color: #231f20;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

.text-1 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.product-title {
    color: #494949;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

.product-description {
    color: #111;
    letter-spacing: -.005em;
    width: 70%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.product-banner {
    z-index: 1;
    pointer-events: auto;
    max-width: 1080px;
    position: relative;
}

.header-wrap-section {
    z-index: 0;
    background-image: url('../images/oil-n-gas-bg.png');
    background-position: 50%;
    background-size: cover;
    height: 200px;
    /*margin-top: -116px;*/
    /*    padding-top: 50px;*/
    position: relative;
}

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

.div-block-12 {
    z-index: -1;
    -webkit-backdrop-filter: blur(2px);
    /*backdrop-filter: blur(2px);*/
    background-color: #0000007a;
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: absolute;
    inset: 0%;
}

.mt--32 {
    margin-top: -32px;
}

.lblk-to-partner {
    padding: 10px 24px;
    text-decoration: none;
    background-color: #f3f3f3;
    border-radius: 90em;
}

.btn-search {
    padding: 10px 16px;
    text-decoration: none;
    background-color: #f3f3f3;
    border-radius: 90em;
    margin-bottom: 10px;
}

ul.search-result li a {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
}
ul.search-result {
    list-style: none;
    padding-left: 0 !important;
}
    ul.search-result li {
        margin: 30px 0;
    }
    ul.search-result li p {
        margin: 10px 0;
    }

.search-icon {
    width: 16px;
    /*padding-top: 6px;*/
}

.flex-block-12 {
    justify-content: flex-end;
    align-items: flex-start;
}

.share-location-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 8px;
}

.link-share {
    background-color: #f3f3f3;
    border: 1px solid #dfdfdf;
    border-radius: 90em;
    justify-content: flex-start;
    align-items: center;
    padding: 4px 16px 4px 10px;
    text-decoration: none;
    display: flex;
}

.text-normal {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #1757a7, #0084ff);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
    transition: background-color 1s;
}

    .text-normal:hover {
        background-image: linear-gradient(90deg, #1757a7 88%, #1757a7);
    }

.code-embed-3 {
    width: 25px;
}

    .code-embed-3.margin-left {
        margin-right: 1px;
    }

.color-white {
    color: white !important;
}

.div-block-12.mw-sths {
    z-index: -1;
    /*-webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);*/
    background-color: #0000007a;
    min-height: 200px;
}

.text-44 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

.partner-logo {
    width: 72px;
}

.partner-name {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    text-decoration: none;
}

.link-to-partner {
    color: #8a8a8a;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-style: italic;
    font-weight: 400;
    line-height: 100%;
    text-decoration: none;
}

    .link-to-partner:hover {
        text-decoration: underline;
    }

.partner-infos {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

.paragraph {
    text-align: justify;
    letter-spacing: 0;
    margin-top: 8px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

.prd-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    width: 80%;
    display: grid;
}

.prd-img {
    object-fit: scale-down;
    border: 1px solid #e1e1e1;
    border-radius: 1em;
    width: 100%;
    height: 200px;
}

    .prd-img.full-cover {
        object-fit: cover;
    }

.txt-prd-des {
    color: #231f20;
    margin-top: 8px;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.prd-wrap {
    text-align: center;
    max-width: 16rem;
    max-height: 25rem;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
}

.lightbox-link {
    margin-top: 8px;
    text-decoration: none;
}

.text-45 {
    color: #222;
    margin-top: 0;
    margin-bottom: 8px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 100%;
    text-decoration: none;
}

.text-46 {
    color: #444;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.partner-logo-wrap {
    background-color: #fff;
    border: 3px solid #00000005;
    border-radius: 90em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 174px;
    min-width: 174px;
    height: 174px;
    display: flex;
    box-shadow: 0 2px 10px #0000001a;
}

    .partner-logo-wrap.small {
        width: 74px;
        min-width: 74px;
        height: 74px;
    }

    .partner-logo-wrap.medium {
        border-width: 1px;
        border-color: #0000000f;
        min-width: 12em;
        height: 12em;
    }

.flex-block-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
}

.gap-40 {
    height: 40px;
}

.text-47 {
    color: #979797;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.gap-10 {
    height: 10px;
}

.image-39 {
    width: 80%;
}

.hash-text {
    font-family: Lora, sans-serif;
    font-style: italic;
}

.title-md {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

.v-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

.des-md {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui,Lora, sans-serif;
    font-size: 16px;
    /*    font-style: italic;*/
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

    .des-md.txt-justify {
        text-align: justify;
        font-size: 15px;
    }

.flex-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.div-block-14 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
}

.extra-card {
    grid-row-gap: 8px;
    border: 2px solid #aeaeae;
    border-radius: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 961px;
    height: auto;
    padding: 20px 24px;
    text-decoration: none;
    display: flex;
}

    .extra-card:hover {
        box-shadow: 2px 3px #aeaeae;
    }

.position-title {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}

.text-51 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.txt-link {
    color: #005eec;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: underline;
}

.image-40 {
    width: 48%;
    height: 200px;
    object-fit: cover;
    border-radius: 9px;
}

.h-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
}

    .h-flex.v-align-top {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        justify-content: flex-start;
        align-items: flex-start;
    }

.frame-2368 {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

.text-52 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}

.text-53 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.text-54 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.text-55 {
    color: #005eec;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: underline;
}

.flex-block-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
}

.wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
    position: relative;
}

.posted-date {
    color: #818285;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.post-title {
    color: #000;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

    .post-title._32 {
        font-size: 32px;
    }

    .post-title.sm {
        font-size: 20px;
    }

.news-description {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
    position: static;
    top: 224px;
    left: 0;
}

.img-news-thumb-l {
    width: 80%;
}

.h1 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

.h-flex-s-s {
    justify-content: space-between;
    align-items: center;
    min-width: 210px;
}

.div-block-15 {
    background-color: #ccc;
    width: 72px;
    height: 1px;
}

.news-archives-block {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    text-decoration: none;
    display: flex;
}

.img-news-thumb-s {
    object-fit: cover;
    /*    border: 4px solid #fff;*/
    border-radius: 1.1em;
}

.txt-date {
    color: #818285;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Almarai, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.text-57 {
    color: #444;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}

.h3 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

    .h3.mb-60 {
        margin-bottom: 60px;
    }

        .h3.mb-60._w-80 {
            width: 80%;
        }

            .h3.mb-60._w-80.s-24 {
                font-size: 24px;
            }

        .h3.mb-60._w-90 {
            width: 90%;
        }

        .h3.mb-60._w-50 {
            width: 50%;
        }

    .h3.mb-20 {
        margin-bottom: 40px;
    }

.h-flex-news-archives {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.h-flex-new-archives {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

._w-60 {
    width: 60%;
}

.img-news-large {
    width: 100%;
}

.container-1140-p20-center {
    justify-content: center;
    align-items: center;
    max-width: 1140px;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
}

.better-readablility {
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

.div-block-16 {
    width: 180%;
}

.parter-block {
    grid-row-gap: 3px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 205px;
    margin-bottom: 16px;
    text-decoration: none;
    display: flex;
}

.brand-div-block {
    grid-row-gap: 8px;
    border: 2px solid #eee;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 205px;
    height: 106px;
    padding: 16px 24px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 3px 5px 1px #0000000d;
}

    .brand-div-block.bg-for-white {
        background-image: linear-gradient(#000000b3, #000000b3), url('../images/empty-bg-png.png');
        background-position: 0 0, 0 0;
        background-repeat: repeat, repeat;
        background-size: auto, auto;
        background-attachment: scroll, fixed;
    }
    
    .bg-p-color {
        background: #01323D;
    }

.logo-partner {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

    .logo-partner.contain {
        object-fit: contain;
        width: 100%;
        height: 100%;
    }

.text-58 {
    color: #444;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.sustainable-mobility-uts-practices-commits-to-the-highest-quality-health-safety-environmental-standards-0 {
    color: #444;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

.inner-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.content {
    grid-row-gap: 17px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    display: flex;
}

    .content.m {
        margin-left: 157px;
    }

.text-59 {
    color: #6f6f6f;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: none;
}

._w-100 {
    color: #231f20;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

.code-embed-2 {
    /*    margin-top: 7px;*/
    margin-top: 2.5px;
}

.prd-type-link {
    color: #000;
    border: 2px solid #aeaeae;
    border-radius: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

    .prd-type-link:hover {
        background-color: #fff;
        border-width: 2px;
        border-color: #aeaeae;
        box-shadow: 2px 3px #aeaeae;
    }

.div-block-18 {
    display: flex;
}

.flex-block-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    width: 100%;
}

.gap-30 {
    height: 30px;
}

.gap-20 {
    height: 20px;
}

.ic-social-media {
    width: 32px;
    color: #ffffff;
}

.social-media-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
}

.link-social-media {
    opacity: .8;
}

    .link-social-media:hover {
        opacity: 1;
    }

.logo {
    border: 2px solid #f2f2f2;
    border-radius: 90em;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    display: flex;
}

.div-block-20 {
    width: auto;
}

.image-41 {
    width: 64px;
}

.div-block-21 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.product-types-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: none;
}

.div-block-22 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-around;
    align-items: center;
    display: flex;
}

.container-6 {
    max-width: 1080px;
}

.section-3 {
    margin-top: 100px;
    margin-bottom: 200px;
}

.btn-apply {
    grid-column-gap: 8px;
    background-color: #27272c;
    border-radius: 90px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: 128px;
    margin-top: 16px;
    padding: 4px 24px 6px;
    text-decoration: none;
    display: flex;
}

    .btn-apply:hover {
        box-shadow: 0 6px 10px 1px #0003;
    }

    .btn-apply.hidden {
        display: none;
    }

    .btn-apply.flex-width {
        justify-content: flex-start;
        width: 100ch;
        min-width: 128px;
    }

.btn-text {
    color: #fff;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
}

.text-62 {
    color: #231f20;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
}

.text-63 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

.text-64 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

.text-65 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    text-decoration: none;
}

.text-66 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

.text-67 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

.text-68 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    text-decoration: none;
}

.paragraph-2 {
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 200%;
}

.heading-3 {
    font-family: Lora, sans-serif;
    font-size: 18px;
}

.order-list-job {
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Lora, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

._w-70 {
    width: 70%;
}

.margin-line {
    z-index: -1;
    background-color: #81828517;
    width: 1px;
    min-height: 100px;
    margin-left: 1px;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0;
}

.link-to-emc {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 76.9191px;
    height: 76.9191px;
    padding: 22px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: -6%;
    left: 43.5%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.link-to-primus {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 76.9191px;
    height: 76.9191px;
    padding: 22px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: -6%;
    left: 43.5%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.contain {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 61.9637px;
    height: 27.9781px;
    text-decoration: none;
    display: flex;
}

.justlogo {
    object-fit: contain;
    min-height: 40px;
}

.brand-block {
    grid-row-gap: 3px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 205px;
    text-decoration: none;
    display: flex;
}

.flex-block-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    display: grid;
}

.inner-section-grid-2col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: stretch;
    display: grid;
}

.alternate {
    margin-top: 24px;
    margin-bottom: 24px;
}

.news-list-r {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    text-decoration: none;
    display: flex;
}

.section-4 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-title {
    color: #494949;
    text-align: left;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 124%;
    text-decoration: none;
}

.flex-center {
    justify-content: center;
    align-items: flex-start;
}

.section-title-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.branding-div-block {
    grid-row-gap: 8px;
    border: 2px solid #eee;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 205px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-decoration: none;
    display: flex;
}

    .branding-div-block.bg-for-white {
        background-image: linear-gradient(#000000b3, #000000b3), url('../images/empty-bg-png.png');
        background-position: 0 0, 0 0;
        background-repeat: repeat, repeat;
        background-size: auto, auto;
        background-attachment: scroll, fixed;
    }

.v-flex-w-75-g48 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 75%;
    display: flex;
}

    .v-flex-w-75-g48.card {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        background-color: #fff;
        border: 3px solid #00000008;
        border-radius: 1em;
        padding: 24px;
        position: relative;
        top: -32px;
    }

        .v-flex-w-75-g48.card.mobile-section {
            display: none;
        }

.mxh-96px {
    max-height: 96px;
}

.parters-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    display: grid;
}

.link-to-anup {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 76.9191px;
    height: 76.9191px;
    padding: 29px 6px;
    text-decoration: none;
    display: flex;
    position: absolute;
    bottom: 23%;
    right: 16%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.inner-section-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.div-block-23 {
    border: 1px solid var(--soft-blue);
/*    border-radius: .8em;*/
    flex-flow: column;
    padding: 4px;
    display: flex;
    width: 100%
}

.div-block-24 {
    background-color: var(--uts-core-teal); /*#ed2024*/
    /*    border-radius: .6em .6em 0 0;*/
    min-width: 110px;
    height: 96px;
}

    .div-block-24.fun-green {
        background-color: var(--uts-platinum-haze);
    }

    .div-block-24.white-laliac {
        background-color: var(--uts-aerial-grey);
    }

    .div-block-24.light-gray {
        background-color: var(--uts-teal-current);
    }

    .div-block-24.dark-gray {
        background-color: var(--uts-unity-teal);
    }

    .div-block-24.dark-black {
        background-color: #23272a;
    }

.div-block-25 {
    padding: 4px;
}

.div-block-26 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
    display: flex;
}

.button {
    background-color: #27272c;
    border-radius: 9em;
    padding: 12px 24px;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 16px;
}

    .button:hover {
        box-shadow: 0 6px 10px 1px #0003;
    }

    .button.red {
        background-color: #680117;
    }

    .button.white {
        color: #fff;
        background-color: #01323D;
        border: 1px solid #e2e2e2;
    }

.link-to-alireza {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 27px 10px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    right: 11%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.p-80 {
    width: 80%;
    margin-bottom: 60px;
    font-family: Lora, sans-serif;
    font-style: italic;
}

._w-70-l {
    color: #231f20;
    text-align: left;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 150%;
    text-decoration: none;
}

.container-7 {
    max-width: 1280px;
}

.text-block-2 {
    text-align: center;
    width: 70%;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
}

.container-8 {
    max-width: 1140px;
    padding-left: 24px;
    padding-right: 24px;
}

.heading-4 {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 24px;
}

.w42 {
    width: 42%;
}

.w50 {
    width: 50%;
}

.flex-block-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.container-9 {
    margin-top: 40px;
}

.v-flex-w-100-g32 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    width: 100%;
    display: flex;
}

    .v-flex-w-100-g32.card {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        background-color: #fff;
        border: 3px solid #00000008;
        border-radius: 1em;
        padding: 24px;
        position: relative;
        top: -32px;
    }

        .v-flex-w-100-g32.card.mobile-section {
            display: none;
        }

.jv-block {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
    text-decoration: none;
    display: flex;
}

.jv-div-block {
    grid-row-gap: 8px;
    border: 2px solid #eee;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 8px;
    padding: 16px 24px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 3px 5px 1px #0000000d;
}

    .jv-div-block.bg-for-white {
        background-image: linear-gradient(#000000b3, #000000b3), url('../images/empty-bg-png.png');
        background-position: 0 0, 0 0;
        background-repeat: repeat, repeat;
        background-size: auto, auto;
        background-attachment: scroll, fixed;
    }

.logo-jv {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

    .logo-jv.contain {
        object-fit: contain;
        width: 80%;
        height: 80%;
    }

.jv-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    display: grid;
}

.join-partner {
    grid-row-gap: 8px;
    background-color: #fff;
    background-image: linear-gradient(135deg, #81211d, #bb3726);
    border: 0 solid #0000;
    border-radius: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1280px;
    /* height: 376px; */
    padding: 32px 32px;
    text-decoration: none;
    display: flex;
}

.frame-2342-copy {
    grid-column-gap: 60px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
    width: 100%;
}

.img-partner-jv {
    object-fit: cover;
    border-radius: 1em;
    height: 200px;
    width: 300px;
}

.cta-button-white {
    grid-column-gap: 8px;
    background-image: linear-gradient(#fff, #fff);
    border: 2px solid #ffffff4d;
    border-radius: 68.103px;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 8px 24px 10px;
    text-decoration: none;
    display: flex;
    box-shadow: 0 3.0268px 12.2585px #00000026;
}

    .cta-button-white:hover {
        box-shadow: 0 0 0 2px #fff, 0 3.0268px 12.2585px #00000026;
    }

.link-to-uts {
    grid-row-gap: 8px;
    background-color: #fff;
    border-radius: 38.4596px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 78px;
    padding: 28px 12px;
    text-decoration: none;
    display: flex;
    position: absolute;
    top: 42%;
    left: 43.5%;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

.uts {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: flex;
}

.logo-link-block {
    grid-row-gap: 8px;
    transform-style: preserve-3d;
    background-color: #fff;
    border-radius: 90em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 88px;
    height: 88px;
    padding: 22px 7px;
    text-decoration: none;
    display: flex;
    position: absolute;
    box-shadow: .7567px 2.2701px 5.2969px #0000000d;
}

    .logo-link-block:hover {
        transform: scale3d(1.25, 1.25, 1.25);
    }

    .logo-link-block.uts {
        top: 44%;
        left: 44%;
    }

    .logo-link-block.primus {
        top: 44%;
        left: -6%;
    }

    .logo-link-block.emc {
        top: 44%;
        right: -6%;
    }

    .logo-link-block.kent {
        top: 12%;
        right: 6%;
    }

    .logo-link-block.alireza {
        top: 44%;
        right: 11%;
    }

    .logo-link-block.bakerhughes {
        top: 54%;
        right: 29%;
    }

    .logo-link-block.carrier {
        top: -6%;
        left: 44%;
    }

    .logo-link-block.ocs {
        top: 54%;
        left: 29%;
    }

    .logo-link-block._2getthere {
        top: 44%;
        left: 11%;
    }

    .logo-link-block.anup {
        bottom: 24%;
        right: 17%;
    }

    .logo-link-block.meco {
        top: 12%;
        left: 6%;
    }

    .logo-link-block.evac {
        bottom: -6%;
        left: 44%;
    }

    .logo-link-block.metos {
        bottom: 12%;
        left: 6%;
    }

    .logo-link-block.clayton {
        bottom: 12%;
        right: 6%;
    }

    .logo-link-block.alfalaval {
        bottom: 24%;
        left: 17%;
    }

    .logo-link-block.yokogawa {
        top: 24%;
        left: 17%;
    }

    .logo-link-block.hpi {
        top: 24%;
        right: 17%;
    }

    .logo-link-block.pcs {
        /*top: 13%;
        left: 30%;*/
        top: 10%;
        left: 44%;
    }

    .logo-link-block.detegasa {
        top: 13%;
        right: 30%;
    }

    .logo-link-block.chemtreat {
        /*bottom: 13%;
        left: 30%;*/
        bottom: 24%;
        left: 17%;
    }

    .logo-link-block.yamari {
        /*bottom: 13%;
        right: 30%;*/
        bottom: 10%;
        right: 44%;
    }

    .logo-link-block.nippon {
        top: 26%;
        left: 44%;
    }

    .logo-link-block.ecochlor {
        bottom: 26%;
        right: 44%;
    }

.logo-evac {
    aspect-ratio: auto;
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 27.9781px;
    text-decoration: none;
    display: flex;
}

.image-43 {
    object-fit: contain;
}

.logo-ratio-p2 {
    object-fit: contain;
    justify-content: center;
    align-items: center;
    width: 76%;
    height: auto;
    text-decoration: none;
    display: flex;
}

    .logo-ratio-p2.scaledown {
        object-fit: scale-down;
    }

.logo-wrapper-l1 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    width: 83px;
    height: 32px;
    text-decoration: none;
    display: flex;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 260px;
    display: flex;
}

._404 {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #0a4b1d, #00a80b);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 64px;
}

.center-flex {
    text-align: center;
    flex-flow: column;
    align-items: center;
    display: flex;
}

.text-span {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, red, #700);
    -webkit-background-clip: text;
    background-clip: text;
}

.rl_navbar5_menu-button {
    padding: 0;
}

.rl_navbar5_button {
    border: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-white);
    text-align: center;
    padding: .5rem 1.25rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar5_button-secondary {
    border: 1px solid var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-black);
    text-align: center;
    background-color: #0000;
    padding: .5rem 1.25rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar5_menu-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
}

.rl_navbar5_dropdown-background-layer {
    background-color: var(--relume-library-lite--rl-gray);
    min-width: 100vw;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.rl-button-link-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
}

.rl-button-link-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border: 1px none var(--relume-library-lite--rl-black);
    color: var(--relume-library-lite--rl-black);
    text-align: center;
    background-color: #0000;
    padding: .25rem 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    display: flex;
}

.rl-button-group-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.rl_navbar5_item-link {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: underline;
}

.rl_navbar5_spacing-block2 {
    width: 100%;
    padding-bottom: .5rem;
}

.rl-text-style-small {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_navbar5_spacing-block1 {
    width: 100%;
    padding-bottom: .25rem;
}

.rl_navbar5_item-title {
    color: var(--relume-library-lite--rl-black);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar5_large-item-content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
}

.rl_navbar5_blog-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.rl_navbar5_blog-image-wrapper {
    width: 100%;
    padding-top: 66.66%;
    position: relative;
}

.rl_navbar5_blog-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    display: grid;
}

.rl_navbar5_blog-list {
    grid-column-gap: 0rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
}

.rl_navbar5_dropdown-column-text {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
}

.rl_navbar5_dropdown-content-wrapper {
    z-index: 1;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: max-content max-content;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    width: 100%;
    display: grid;
    position: relative;
}

.rl_navbar5_dropdown-content-right {
    flex: 1;
    max-width: 35rem;
    padding: 2rem 0 2rem 2rem;
    display: flex;
    position: relative;
}

.rl_navbar5_text-small {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar5_item-right {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.rl_navbar5_icon {
    height: 1.5rem;
}

.rl_navbar5_icon-wrapper {
    flex: none;
}

.rl_navbar5_dropdown-link {
    grid-column-gap: .75rem;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none;
    display: grid;
}

.rl_navbar5_dropdown-link-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: max-content;
    grid-template-columns: 1fr;
    grid-auto-rows: max-content;
    grid-auto-columns: 1fr;
    display: grid;
}

.rl_navbar5_dropdown-content-left {
    grid-column-gap: 2rem;
    grid-row-gap: 0px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 2rem 2rem 2rem 0;
    display: grid;
}

.rl_navbar5_dropdown-content {
    width: 100%;
    display: flex;
}

.rl_navbar5_container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.rl_navbar5_dropdown-list.w--open {
    background-color: #fff;
    border-bottom: 1px solid #000;
    width: 100vw;
    min-width: 100vw;
    max-width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    position: absolute;
    inset: 100% 0% auto;
    overflow: hidden;
}

.rl-dropdown-icon-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    right: 0%;
}

.rl_navbar5_dropdown-toggle {
    color: var(--relume-library-lite--rl-black);
    padding: 1.5rem 2.5rem 1.5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

.rl_navbar5_menu-dropdown {
    position: static;
}

.rl_navbar5_link {
    color: var(--relume-library-lite--rl-black);
    padding: 1.5rem 1rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

    .rl_navbar5_link.w--current {
        color: #0000;
    }

.rl_navbar5_menu {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 1.5rem;
    display: flex;
    position: static;
}

.rl_navbar5_logo-link {
    padding-left: 0;
}

.rl_navbar5_component {
    border-bottom: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-white);
    align-items: center;
    width: 100%;
    min-height: 4.5rem;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
}

.rl_layout250_spacing-block-4 {
    width: 100%;
    padding-bottom: 2rem;
}

.rl-text-style-regular-2 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_layout250_spacing-block-3 {
    width: 100%;
    padding-bottom: 1.5rem;
}

.rl-heading-style-h5 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.4;
}

.rl_layout250_spacing-block-2 {
    width: 100%;
    padding-bottom: 2rem;
}

.rl_home4-features_image-wrapper {
    width: 100%;
    position: relative;
}

.rl_layout250_item {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.rl_layout250_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    width: 100%;
    display: grid;
}

.rl_layout250_spacing-block-1 {
    width: 100%;
    padding-bottom: 5rem;
}

.rl-heading-style-h3 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.rl_layout250_heading-wrapper {
    width: 100%;
    max-width: 48rem;
}

.rl_layout250_component {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.rl-padding-section-large-3 {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.rl-container-large-2 {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
}

.rl-padding-global-3 {
    padding-left: 5%;
    padding-right: 5%;
}

.rl_section_layout250 {
    background-color: var(--relume-library-lite--rl-white);
}

.container-large {
    max-width: 80rem;
    padding-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
}

    .container-large.mb60 {
        margin-bottom: 60px;
    }

.rl-button-secondary-3 {
    border: 1px solid var(--relume-library-lite--rl-black);
    background-color: var(--relume-library-lite--rl-white);
    color: var(--relume-library-lite--rl-black);
    text-align: center;
    padding: .75rem 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
}

.rl-button-group-center {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.rl_layout239_spacing-block-6 {
    width: 100%;
    padding-bottom: 4rem;
}

.rl_layout239_spacing-block-5 {
    width: 100%;
    padding-bottom: 1.5rem;
}

.rl-heading-style-h4-2 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.3;
}

.rl_layout239_spacing-block-4 {
    width: 100%;
    padding-bottom: 2rem;
}

.rl_layout239_image-wrapper {
    width: 100%;
    position: relative;
}

.rl_layout239_item {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    display: flex;
}

.rl_layout239_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start center;
    width: 100%;
    display: grid;
}

.rl_layout239_spacing-block-3 {
    width: 100%;
    padding-bottom: 5rem;
}

.rl-text-style-medium-3 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
}

.rl_layout239_spacing-block-2 {
    width: 100%;
    padding-bottom: 1.5rem;
}

.rl-heading-style-h2-3 {
    color: var(--relume-library-lite--rl-black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.rl_layout239_spacing-block-1 {
    width: 100%;
    padding-bottom: 1rem;
}

.rl-text-style-subheading-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
}

.rl_layout239_heading-wrapper {
    text-align: center;
    width: 100%;
    max-width: 48rem;
}

.rl_layout239_component {
    flex-direction: column;
    align-items: center;
    display: flex;
}

.rl_section_layout239 {
    background-color: var(--relume-library-lite--rl-white);
}

.div-block-27 {
    margin-top: 20px;
}

.div-block-28 {
    margin-top: 24px;
}

.flex-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 48px;
    padding-right: 48px;
    display: flex;
}

    .flex-wrap.mb60 {
        margin-bottom: 60px;
    }

.flex-block-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
}

.image-44 {
    width: auto;
}

@media screen and (min-width: 1920px) {
    .navbar-no-shadow-container {
        max-width: 80rem;
    }

    .container-regular {
        max-width: 100%;
    }

    .navbar-wrapper {
        justify-content: space-between;
        align-items: center;
    }

    .nav-link {
        letter-spacing: 0;
    }

    .nav-dropdown-toggle {
        letter-spacing: 0;
        font-weight: 500;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .nav-dropdown-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .nav-dropdown-link:hover {
            color: #1a1b1fbf;
        }

    .text-block {
        letter-spacing: 0;
    }

    .hero-section {
        background-position: 86% 40%, 18% 30%;
    }

    .btn-cta {
        border: 4px solid #ffffff29;
    }

        .btn-cta:hover {
            box-shadow: 0 7px 17px #0003;
        }

    .aboutus, .about-section {
        background-image: linear-gradient(#fff, #eaecee);
        padding: 80px 30px;
    }

    .rtl-125 {
        position: relative;
    }

    .text-8 {
        background-image: linear-gradient(135deg, #002329, #007a8f 99%, #00a855);
        font-size: 32px;
    }

    .link-to-2getthere:hover {
        transform: scale(1.1);
    }

    .link-to-sumitomo {
        width: 78px;
        height: 78px;
        position: absolute;
        top: 21%;
    }

    .link-to-ecochlor {
        position: absolute;
        bottom: 21%;
    }

    .joint-venture-section {
        background-size: auto, cover;
    }

    .jv-2getthere {
        justify-content: center;
        align-items: stretch;
    }

    .frame-2337 {
        justify-content: flex-start;
        align-items: center;
    }

    .frame-2336 {
        justify-content: center;
        align-items: center;
        max-width: 1140px;
    }

    .product-description {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    }

    .header-wrap-section {
        background-image: url('../images/oil-n-gas-bg.png');
        background-position: 50%;
        background-size: cover;
    }

    .div-block-12 {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }

    .link-to-emc {
        position: absolute;
        bottom: -6%;
    }

    .link-to-primus {
        position: absolute;
    }

    .link-to-anup:hover {
        transform: scale(1.1);
    }

    .text-block-2 {
        width: 50%;
    }

    .logo-link-block {
        position: absolute;
        bottom: 21%;
    }

    .rl-container-large-2 {
        max-width: 80rem;
    }
}

@media screen and (max-width: 991px) {
    .w-layout-hflex {
        flex-direction: column;
    }

    .social-media-block {
        display: flex;
        flex-direction: row;
    }

    .navbar-no-shadow {
        position: relative;
    }

    .container-regular {
        width: 96%;
    }

    .nav-menu-wrapper {
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        background-color: #fffffff5;
        padding-bottom: 24px;
    }

    .nav-menu {
        text-align: left;
        background-color: #fff0;
        flex-flow: column;
        justify-content: space-around;
        align-items: stretch;
        padding-right: 16px;
        display: flex;
    }

    .nav-link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 18px;
    }

    .nav-dropdown {
        width: 100%;
        margin-left: 0;
    }

    .nav-dropdown-icon {
        padding-right: 20px;
    }

    .nav-dropdown-list.shadow-three.w--open {
        position: absolute;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
        box-shadow: none;
        background-color: #fff;
        flex-flow: column;
        justify-content: space-around;
        align-items: stretch;
        width: 100%;
        margin-left: 11px;
        font-weight: 500;
        display: block;
        position: relative;
    }

    .nav-dropdown-link {
        border-top: 1px solid #ebebeb;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 0;
        font-size: 18px;
    }

    .nav-button-wrapper {
        width: 100%;
        margin-left: 0;
    }

    .menu-button {
        padding: 12px;
        font-weight: 500;
    }

        .menu-button.w--open {
            color: #fff;
            background-color: #a6b1bf00;
        }

    .uts-logo-full {
        display: none;
    }

    .text, .text-block {
        font-size: 18px;
    }

    .cta-menu-mobile {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        margin-left: 24px;
        margin-right: 24px;
        display: flex;
    }

    .uts-logo {
        display: inline-flex;
    }

    .list-item {
        border-bottom: 1px solid #ebebeb;
        padding-top: 24px;
        padding-bottom: 24px;
        padding-left: 16px;
    }

    .cta-menu {
        grid-column-gap: 4px;
        grid-row-gap: 4px;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        margin-left: 24px;
        margin-right: 24px;
        display: none;
    }

    .rl_menu-icon_line-bottom {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon_line-middle-inner {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon_line-middle {
        background-color: #000;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_menu-icon_line-top {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_navbar1_menu-button.w--open {
        background-color: #0000;
    }

    .rl_navbar1_menu-buttons {
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-top: 1.5rem;
        margin-left: 0;
    }

    .rl_navbar1_dropdown-link {
        width: auto;
        padding: .75rem 0 .75rem 5%;
    }

    .rl_navbar1_dropdown-list {
        position: static;
        overflow: hidden;
    }

        .rl_navbar1_dropdown-list.w--open {
            border-style: none;
            padding: 0;
        }

    .rl-dropdown-icon {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        inset: auto 0% auto auto;
    }

    .rl_navbar1_dropdown-toggle {
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        display: flex;
    }

    .rl_navbar1_menu-dropdown {
        width: 100%;
        font-size: 1.125rem;
    }

    .rl_navbar1_link {
        width: auto;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .rl_navbar1_menu {
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        border-bottom: 1px solid #000;
        padding: 1rem 5% 2rem;
        position: absolute;
        overflow: auto;
    }

        .rl_navbar1_menu.is-page-height-tablet {
            height: 100vh;
            padding-bottom: 15rem;
        }

    .code-embed {
        display: none;
    }

    .rl-heading-style-h2 {
        font-size: 2.75rem;
    }

    .rl_layout1_component {
        grid-column-gap: 3rem;
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
        min-height: auto;
    }

    .rl-padding-section-large {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .rl-container-large {
        width: 94%;
    }

    .rl_menu-icon2_line-bottom {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon2_line-middle {
        background-color: #000;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_menu-icon2_line-top {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_navbar2_menu-button {
        padding: 0;
    }

        .rl_navbar2_menu-button.w--open {
            background-color: #0000;
        }

    .rl_navbar2_button-wrapper {
        align-items: center;
    }

    .rl_navbar2_dropdown-link {
        text-align: center;
        width: auto;
        padding: .75rem 0;
        font-size: 16px;
    }

    .rl_navbar2_dropdown-list {
        position: static;
        overflow: hidden;
    }

        .rl_navbar2_dropdown-list.w--open {
            border-style: none;
            padding: 0;
            position: static;
        }

    .rl_navbar2_dropdwn-toggle {
        align-items: center;
        margin-left: 0;
        margin-right: 0;
        padding: 1rem 2rem 1rem 0;
        display: flex;
    }

    .rl_navbar2_menu-dropdown {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: 1.125rem;
        display: flex;
    }

    .rl_navbar2_link {
        text-align: center;
        padding: 1rem 0;
        font-size: 1.125rem;
    }

    .rl_navbar2_menu {
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        border-bottom: 1px solid #000;
        justify-content: center;
        padding: 1rem 5% 2.5rem;
        display: flex;
        position: absolute;
        overflow: auto;
    }

        .rl_navbar2_menu.is-page-height-tablet {
            height: 100vh;
            padding-bottom: 15rem;
        }

    .rl_navbar2_container {
        grid-template-columns: .25fr 1fr;
        display: flex;
    }

    .hero-section {
        background-position: 100% 65%, -6% 10%;
    }

    .container {
        max-width: 728px;
    }

    .hero-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px;
    }

    .hero-split {
        width: 100vw;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .background-video {
        width: 100%;
        height: 100%;
    }

    .hero-video-wrapper {
        /*        width: 92vw;*/
        width: 100%;
        height: 300px;
        margin-bottom: 24px;
    }

    .hero-cards {
        overflow: scroll;
    }

    .frame-2184 {
        align-items: flex-start;
        /* width: 700px;*/
    }

    .w-layout-hflex-stretch div:nth-of-type(1) {
        width: 100%;
        min-width: 0 !important;
    }

    .placeholder.image, .list {
        width: 100%;
    }

    .row {
        grid-column-gap: 20%;
    }

    .fact-block {
        min-width: 174px;
    }

    .flex-wrapper {
        flex-flow: column;
        width: 700px;
    }

    .container-about {
        width: 700px;
        max-width: 728px;
    }

    .block {
        grid-row-gap: 24px;
        height: auto;
        max-height: 300px;
    }

    .flex-wrapper-2 {
        flex-flow: column;
        width: 100%;
    }

    .hero-wrapper-2 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        grid-template-columns: .75fr;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: -40px;
    }

    .rtl-125 {
        justify-content: center;
        align-items: center;
        width: 92vw;
        max-width: 100%;
        margin-bottom: 40px;
    }

    .cta-button-green {
        min-width: 100%;
    }

    .lft-75 {
        max-width: 100%;
        margin-bottom: 40px;
    }

    .bg-circle {
        width: 86vw;
    }

    .link-to-bakerhughes {
        top: 44%;
        right: -3.5%;
    }

    .link-to-carrier {
        top: 44%;
        left: -3.5%;
    }

    .link-to-kent {
        top: 44%;
        right: 9%;
    }

    .link-to-2getthere {
        top: 44%;
        left: 10%;
    }

    .link-to-meco {
        top: 6%;
        left: 14%;
    }

    .link-to-evac {
        top: 6%;
        right: 14%;
    }

    .link-to-metos {
        bottom: 6%;
        left: 14%;
    }

    .link-to-clayton {
        bottom: 6%;
        right: 14%;
    }

    .link-to-alfalaval {
        bottom: 16%;
        left: 24%;
    }

    .link-to-yokogawa {
        top: 18%;
        left: 4%;
    }

    .link-to-ocs {
        top: 44%;
        left: 23%;
    }

    .link-to-hpi {
        top: 18%;
        right: 4%;
    }

    .link-to-pcs {
        top: 16%;
        left: 24%;
    }
    /*removed agency*/
    .link-to-detegasa {
        top: 16%;
        right: 24%;
    }

    .link-to-chemtreat {
        bottom: 16%;
        left: 4%;
    }

    .link-to-yamari {
        justify-content: flex-start;
        align-items: center;
        bottom: 16%;
        right: 24%;
    }

    .link-to-sumitomo {
        top: 23%;
        left: 45%;
    }
    /*removed agency*/
    .link-to-ecochlor {
        bottom: 23%;
        left: 45%;
    }

    .joint-venture-section {
        background-image: linear-gradient(#f5f7fa 21%, #e4ebf31a 57%), url('../images/bg-jv.jpg');
        background-position: 0 0, 50%;
        background-repeat: repeat, no-repeat;
        background-size: auto, cover;
    }

    .grid-3 {
        grid-column-gap: 30px;
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-info-three {
        flex-direction: column;
    }

    .rl-heading-style-h4 {
        font-size: 1.75rem;
    }

    .rl_faq1_spacing-block-3, .rl_faq1_spacing-block-2 {
        padding-bottom: 4.5rem;
    }

    .rl-heading-style-h2-2 {
        font-size: 2.75rem;
    }

    .rl-padding-section-large-2 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .footer, .pre-footer {
        padding-left: 32px;
        padding-right: 32px;
    }

    .links-block-container {
        grid-column-gap: 8%;
    }

    .flex-block-2 {
        width: 100%;
    }

    .heading-2 {
        margin-bottom: 4px;
    }

    .hero-text.mb-60._w-50, .hero-text.mb-20._w-50 {
        width: 80%;
    }

    .stack {
        display: none;
    }

    .v-flex-w-75-g32 {
        width: 100%;
    }

        .v-flex-w-75-g32.card {
            width: 100%;
            display: flex;
        }

            .v-flex-w-75-g32.card.mobile-section {
                width: 100%;
                margin: -4px 0 8px 0;
                display: flex;
                padding: 4px;
                border: none;
            }

    .section.margin-overlap {
        z-index: 0;
    }

    .key-fact {
        grid-column-gap: 20%;
    }

    .section-history, .frame-2337 {
        padding-left: 5%;
        padding-right: 5%;
    }

    .frame-2336 {
        grid-row-gap: 48px;
        flex-flow: column;
    }

    .frame-2340 {
        max-width: 100%;
    }

    .leaders {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 100%;
    }

    .cta-button-red {
        width: 100%;
    }

    .h-flex-new-hero {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
    }

    .frame-2306 {
        flex-flow: column;
        height: auto;
    }

    .frame-2342 {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .frame-2341 {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }

    .text-41 {
        text-align: justify;
    }

    .frame-2345 {
        flex-flow: column;
    }

    .image-38 {
        width: 100%;
        height: 100%;
    }

    .frame-2414 {
        justify-content: flex-start;
        align-items: center;
    }

    .product-description {
        width: 80%;
    }

    .product-banner {
        padding-left: 32px;
    }

    .header-wrap-section {
        z-index: -1;
        position: relative;
    }

    .partner-infos {
        flex-flow: column-reverse wrap;
    }

    .prd-grid {
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }

    .partner-logo-wrap {
        min-width: 140px;
        height: 140px;
    }

    .flex-block-4 {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
    }

    .image-40 {
        width: 50%;
    }

    .img-news-thumb-l {
        width: 100%;
    }

    .h-flex-s-s {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .div-block-15 {
        width: 36px;
    }

    .h-flex-news-archives, .h-flex-new-archives {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
    }

    ._w-60 {
        width: 80%;
    }

    .img-news-large {
        width: 100%;
    }

    ._w-100 {
        width: 90%;
    }

    .prd-type-link {
        width: 100%;
    }

        .prd-type-link.mobile {
            background-color: #fff;
            border-width: 2px;
            border-color: #eee;
            box-shadow: 0 2px 5px 2px #0000000d;
        }

    .flex-block-7 {
        flex-flow: column;
    }

    .product-types-block {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        display: flex;
    }

    .dropdown-toggle {
        width: 100%;
    }

    .div-block-22 {
        flex-flow: column;
        padding-left: 32px;
        padding-right: 32px;
    }

    ._w-70 {
        width: 80%;
    }

    .link-to-emc {
        bottom: -6%;
        left: 45%;
    }

    .link-to-primus {
        bottom: 23%;
        left: 45%;
    }

    .v-flex-w-75-g48 {
        width: 100%;
    }

        .v-flex-w-75-g48.card {
            display: none;
        }

            .v-flex-w-75-g48.card.mobile-section {
                display: flex;
            }

    .link-to-anup {
        bottom: 16%;
        right: 4%;
    }

    .inner-section-flex {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .link-to-alireza {
        top: 44%;
        right: 23%;
    }

    ._w-70-l {
        width: 90%;
    }

    .v-flex-w-100-g32 {
        width: 100%;
    }

        .v-flex-w-100-g32.card {
            display: none;
        }

            .v-flex-w-100-g32.card.mobile-section {
                display: flex;
            }

    .join-partner {
        flex-flow: column;
        height: auto;
    }

    .frame-2342-copy {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .cta-button-white {
        width: 100%;
    }

    .link-to-uts {
        top: 44%;
        left: 45%;
    }

    .logo-link-block.primus {
        left: -3%;
    }

    .logo-link-block.bakerhughes {
        right: -3%;
    }

    .logo-link-block.carrier {
        left: -3%;
    }

    .rl_menu-icon_line-bottom-2 {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon_line-middle-inner-2 {
        width: 4px;
        height: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon_line-middle-2 {
        background-color: #000;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 2px;
        margin-top: 6px;
        margin-bottom: 6px;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_menu-icon_line-top-2 {
        background-color: #000;
        width: 24px;
        height: 2px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .rl_menu-icon-2 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        margin-right: -.5rem;
        padding-bottom: 0;
        padding-right: 0;
        display: flex;
    }

    .rl_navbar5_menu-button.w--open {
        background-color: #0000;
    }

    .rl_navbar5_menu-right {
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        align-items: stretch;
        margin-top: 1.5rem;
    }

    .rl_navbar5_dropdown-background-layer {
        min-width: 100%;
    }

    .rl_navbar5_large-item-content, .rl_navbar5_blog-item, .rl_navbar5_blog-list, .rl_navbar5_dropdown-content-wrapper {
        width: 100%;
    }

    .rl_navbar5_dropdown-content-right {
        align-items: flex-start;
        max-width: none;
    }

    .rl_navbar5_dropdown-content-left {
        align-content: start;
        align-items: start;
        padding-left: 0;
        padding-right: 0;
    }

    .rl_navbar5_dropdown-content {
        flex-direction: column;
    }

    .rl_navbar5_dropdown-list {
        position: relative;
        overflow: hidden;
    }

        .rl_navbar5_dropdown-list.w--open {
            border-style: none;
            align-items: flex-start;
            min-width: auto;
            margin-bottom: 1.5rem;
            padding: 0 0 0;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
        }

    .rl-dropdown-icon-2 {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        inset: auto 0% auto auto;
    }

    .rl_navbar5_dropdown-toggle {
        align-items: center;
        padding-top: .75rem;
        padding-bottom: .75rem;
        padding-left: 0;
        font-size: 1.125rem;
        display: flex;
    }

    .rl_navbar5_menu-dropdown {
        width: 100%;
        position: relative;
    }

    .rl_navbar5_link {
        width: auto;
        padding: .75rem 0;
        font-size: 1.125rem;
    }

    .rl_navbar5_menu {
        -webkit-text-fill-color: inherit;
        background-color: #fff;
        background-clip: border-box;
        border-bottom: 1px solid #000;
        align-items: flex-start;
        height: 100vh;
        margin-left: 0;
        padding: 1rem 5% 15rem;
        position: absolute;
        overflow: auto;
    }

    .rl_layout250_content {
        grid-column-gap: 2rem;
    }

    .rl_layout250_spacing-block-1 {
        padding-bottom: 4.5rem;
    }

    .rl-heading-style-h3 {
        font-size: 2.25rem;
    }

    .rl-padding-section-large-3 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .rl_layout239_spacing-block-6 {
        padding-bottom: 3.5rem;
    }

    .rl-heading-style-h4-2 {
        font-size: 1.75rem;
    }

    .rl_layout239_content {
        grid-column-gap: 2rem;
    }

    .rl_layout239_spacing-block-3 {
        padding-bottom: 4.5rem;
    }

    .rl-heading-style-h2-3 {
        font-size: 2.75rem;
    }

    .flex-block-10 {
        flex-flow: column;
    }

    .flex-wrap {
        width: 94%;
    }
}

@media screen and (max-width: 767px) {
    .navbar-brand {
        padding-left: 0;
    }
    .nav-search {display: none;}/*Search button hid on mobile*/
    .nav-cta-wrap {display: none;}
    .nav-menu {
        text-align: left;
        flex-direction: column;
        align-items: stretch;
        padding-bottom: 30px;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
    }

    .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
        display: inline-block;
    }

    .nav-dropdown {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: block;
    }

    .nav-dropdown-toggle {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
        box-shadow: 0 8px 50px #0000000d;
    }

        .nav-dropdown-list.shadow-three.w--open {
            position: relative;
        }

        .nav-dropdown-list.shadow-three.mobile-shadow-hide {
            box-shadow: none;
        }

    .nav-dropdown-link {
        font-size: 18px;
    }

    .mobile-margin-top-10 {
        margin-top: 10px;
    }

    .list-item, .rl_navbar1_logo-link {
        padding-left: 0;
    }

    .rl_navbar1_component {
        height: auto;
        min-height: 4rem;
    }

    .rl_layout1_spacing-block-3 {
        padding-bottom: 1.5rem;
    }

    .rl-text-style-medium {
        font-size: 1rem;
    }

    .rl_layout1_spacing-block-2 {
        padding-bottom: 1.25rem;
    }

    .rl-heading-style-h2 {
        font-size: 2.25rem;
    }

    .rl_layout1_spacing-block-1 {
        padding-bottom: .75rem;
    }

    .rl_layout1_component {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .rl-padding-section-large {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .rl_navbar2_button {
        padding: .25rem 1rem;
    }

    .rl_navbar2_component {
        min-height: 4rem;
    }

    .hero-section {
        padding: 60px 15px;
    }

    .btn-cta {
        min-width: 100%;
    }

    .frame-2184 {
        width: 100%;
    }

    .row {
        grid-column-gap: 5%;
        justify-content: space-between;
    }

    .flex-wrapper {
        width: 100%;
    }

    .container-about {
        /*        width: 90vw;*/
        width: 100%;
    }

    .flex-wrapper-2 {
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .h2-section-title {
        line-height: 150%;
    }

    .partners-section {
        padding: 60px 15px;
    }

    .rtl-125 {
        width: 94vw;
    }

    .lft-75 {
        width: 100%;
    }

    .bg-circle {
        width: 90vw;
        display: none;
    }

    .link-to-bakerhughes {
        top: 11%;
        right: -1%;
    }

    .link-to-carrier {
        top: 42%;
        left: -2%;
    }

    .link-to-kent {
        top: 42%;
        right: -3%;
    }

    .link-to-2getthere {
        top: 42%;
        left: 16%;
    }

    .link-to-meco, .link-to-evac {
        justify-content: center;
        align-items: center;
        width: 78px;
        height: 78px;
        top: 0%;
    }

    .link-to-metos, .link-to-clayton {
        bottom: 0%;
    }

    .link-to-alfalaval {
        bottom: 10%;
        left: 30%;
    }

    .link-to-yokogawa {
        top: 21%;
        left: 14%;
    }

    .link-to-ocs {
        top: 42%;
        left: 52%;
    }

    .link-to-hpi {
        top: 21%;
        right: 14%;
    }

    .link-to-pcs {
        top: 10%;
        left: 30%;
    }

    .link-to-detegasa {
        top: 10%;
        right: 30%;
    }

    .link-to-chemtreat {
        bottom: 22%;
        left: 14%;
    }

    .link-to-yamari {
        bottom: 10%;
        right: 30%;
    }

    .link-to-sumitomo {
        top: 22%;
        left: 43%;
    }

    .link-to-ecochlor {
        bottom: 24%;
        left: 43%;
    }

    .div-block-3 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .joint-venture-section {
        padding: 60px 15px;
    }

    .grid-3 {
        grid-template-columns: 1fr;
    }

    .testimonial-info-three {
        flex-direction: row;
    }

    .rl-button-secondary-2 {
        min-width: 100%;
    }

    .rl_faq1_spacing-block-5 {
        padding-bottom: 1.5rem;
    }

    .rl-text-style-medium-2 {
        font-size: 1rem;
    }

    .rl_faq1_spacing-block-4 {
        padding-bottom: .75rem;
    }

    .rl-heading-style-h4 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .rl_faq1_spacing-block-3 {
        padding-bottom: 3rem;
    }

    .rl_faq1_answer-wrapper {
        margin-bottom: 1.25rem;
    }

    .rl_faq1_icon {
        width: 1.75rem;
        height: 1.75rem;
    }

    .rl_faq1_icon-wrapper {
        width: 1.75rem;
    }

    .rl_faq1_question-text {
        font-size: 1rem;
    }

    .rl_faq1_question {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .rl_faq1_spacing-block-2 {
        padding-bottom: 3rem;
    }

    .rl_faq1_spacing-block-1 {
        padding-bottom: 1.25rem;
    }

    .rl-heading-style-h2-2 {
        font-size: 2.25rem;
    }

    .rl-padding-section-large-2 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .contact-form-block {
        grid-row-gap: 32px;
        flex-flow: column;
    }

    .links-block-container {
        grid-column-gap: 8em;
        grid-row-gap: 8em;
        flex-flow: column;
    }

    .footer-link {
        font-size: 16px;
        line-height: 32px;
    }

    .div-block-4, .div-block-5 {
        width: 100%;
    }

    .txt-copyright {
        text-align: center;
        width: 70%;
        line-height: 18px;
    }

    .div-block-6 {
        grid-column-gap: 2px;
        grid-row-gap: 2px;
        flex-flow: column;
    }

    .flex-block-2 {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: column;
    }

    .picture {
        align-items: stretch;
        max-width: 100%;
        height: 100%;
    }

    .image {
        width: 100%;
        height: 200%;
    }

    .div-block-7 {
        margin-bottom: 16px;
    }

    .v-flex-w-75-g32.card {
        /*        top: -4px;*/
    }

    .div-block-9 {
        width: 100%;
    }

    .h-flex-w-100-g32 {
        flex-flow: column;
    }

    .key-fact {
        grid-column-gap: 5%;
    }

    .txt-description._w-80 {
        text-align: left;
        width: 100%;
    }

    .leaders {
        grid-column-gap: 0em;
        grid-row-gap: 0em;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .image-11 {
        order: 8;
    }

    .image-37 {
        height: 100%;
    }

    .product-description {
        width: 90%;
    }

    .partner-infos {
        flex-flow: column;
    }

    .paragraph {
        text-align: left;
    }

    .prd-grid {
        grid-template-columns: 1fr 1fr;
    }

    .partner-logo-wrap {
        border-radius: 90em;
        width: auto;
        min-width: 160px;
        height: auto;
        min-height: 160px;
    }

        .partner-logo-wrap.medium {
            width: 160px;
        }

    .flex-block-4 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-flow: column;
    }

    .gap-40 {
        height: 24px;
    }

    .v-flex {
        flex-flow: column;
    }

    .image-40 {
        width: 100%;
    }

    .h-flex {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .grid {
        grid-template-columns: 1fr 1fr;
    }

    ._w-60, ._w-100 {
        width: 100%;
    }

    .gap-30, .gap-20 {
        height: 24px;
    }

    ._w-70 {
        width: 100%;
    }

    .link-to-emc {
        bottom: -6%;
        left: 43%;
    }

    .link-to-primus {
        bottom: 23%;
        left: 43%;
    }

    .section-4 {
        padding-left: 32px;
        padding-right: 32px;
    }

    .parters-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .link-to-anup {
        bottom: 22%;
        right: 14%;
    }

    .link-to-alireza {
        top: 42%;
        right: 16%;
    }

    ._w-70-l, .w50 {
        width: 100%;
    }

    .flex-block-9 {
        flex-direction: column !important;
        flex-flow: column;
    }

    .jv-wrapper {
        grid-template-columns: 1fr 1fr;
    }

    .img-partner-jv {
        height: 100%;
    }

    .link-to-uts {
        top: 42%;
        left: 34%;
    }

    .logo-link-block {
        position: static;
    }

        .logo-link-block.uts {
            display: none;
        }

    .rl_navbar5_spacing-block2, .rl_navbar5_spacing-block1 {
        padding-bottom: .75rem;
    }

    .rl_navbar5_blog-item {
        grid-template-columns: .6fr 1fr;
    }

    .rl_navbar5_dropdown-content-right {
        padding: 1.5rem;
    }

    .rl_navbar5_text-small {
        display: none;
    }

    .rl_navbar5_dropdown-link-list {
        grid-row-gap: .5rem;
        max-width: none;
    }

    .rl_navbar5_dropdown-content-left {
        grid-row-gap: 1.5rem;
        flex-direction: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
    }

    .rl_navbar5_component {
        min-height: 4rem;
    }

    .rl_layout250_spacing-block-4 {
        padding-bottom: 1.5rem;
    }

    .rl_layout250_spacing-block-3 {
        padding-bottom: 1.25rem;
    }

    .rl-heading-style-h5 {
        font-size: 1.25rem;
    }

    .rl_layout250_spacing-block-2 {
        padding-bottom: 1.5rem;
    }

    .rl_layout250_content {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .rl_layout250_spacing-block-1 {
        padding-bottom: 3rem;
    }

    .rl-heading-style-h3 {
        font-size: 2rem;
    }

    .rl-padding-section-large-3 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .rl_layout239_spacing-block-6 {
        padding-bottom: 2.5rem;
    }

    .rl_layout239_spacing-block-5 {
        padding-bottom: 1.25rem;
    }

    .rl-heading-style-h4-2 {
        font-size: 1.5rem;
        line-height: 1.4;
    }

    .rl_layout239_spacing-block-4 {
        padding-bottom: 1.5rem;
    }

    .rl_layout239_content {
        grid-row-gap: 3rem;
        grid-template-columns: 1fr;
    }

    .rl_layout239_spacing-block-3 {
        padding-bottom: 3rem;
    }

    .rl-text-style-medium-3 {
        font-size: 1rem;
    }

    .rl_layout239_spacing-block-2 {
        padding-bottom: 1.25rem;
    }

    .rl-heading-style-h2-3 {
        font-size: 2.25rem;
    }

    .rl_layout239_spacing-block-1 {
        padding-bottom: .75rem;
    }
}

@media screen and (max-width: 479px) {
    .nav-menu {
        flex-direction: column;
        padding-left: 16px;
    }

    .nav-button-wrapper {
        width: auto;
    }

    .rl_layout1_component {
        grid-template-columns: 1fr;
    }

    .container {
        max-width: none;
    }

    .hero.video-wrapper {
        width: 17rem;
    }

    .col-lft {
        width: 90vw;
    }

    .p {
        font-size: 16px;
    }

    .list {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .row {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .frame-2185 {
        grid-row-gap: 24px;
        align-items: stretch;
    }

    .flex-wrapper {
        margin-left: -14px;
    }

    .link-to-sections {
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
    }

    .container-about {
        width: 90vw;
        max-width: none;
    }

    .container-2 {
        width: 90vw;
        margin-left: -14px;
    }

    .flex-wrapper-2 {
        grid-template-columns: 1fr;
        margin-left: 0;
    }

    .container-3 {
        max-width: none;
    }

    .rtl-125 {
        align-items: center;
        width: 91vw;
    }

    .bg-circle {
        z-index: 0;
        position: absolute;
        inset: 24% auto 0% 0%;
    }

    .link-to-bakerhughes, .link-to-carrier, .link-to-kent, .link-to-2getthere, .link-to-meco, .link-to-evac, .link-to-metos, .link-to-clayton, .link-to-alfalaval, .link-to-yokogawa, .link-to-ocs, .link-to-hpi, .link-to-pcs, .link-to-detegasa, .link-to-chemtreat, .link-to-yamari, .link-to-sumitomo, .link-to-ecochlor {
        position: static;
    }

    .div-block-3 {
        z-index: 1;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        place-items: stretch center;
        width: 100%;
        display: grid;
        position: relative;
    }

    .joint-venture-section {
        background-position: 0 0, 50% 100%;
        background-size: auto, cover;
    }

    .container-4 {
        max-width: none;
    }

    .centered-heading {
        margin-bottom: 24px;
    }

    .grid-3 {
        flex-flow: column;
        display: flex;
    }

    .form {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }

    .div-block-6 {
        margin-bottom: 40px;
    }

    .container-1140-p20 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-text.mb-60._w-80, .hero-text.mb-60._w-90, .hero-text.mb-60._w-50, .hero-text.mb-60._w-70, .hero-text.mb-20._w-80, .hero-text.mb-20._w-90, .hero-text.mb-20._w-50, .hero-text.mb-20._w-70 {
        width: 100%;
        font-size: 24px;
    }

    /*.v-flex-w-75-g32.card {
    top: 70px;
}*/
    .paragraph {
        text-align: justify;
    }

    .key-fact {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }
        .key-fact div:nth-of-type(3) {
            width: 100%;
        }

        .key-fact div:nth-of-type(2) {
            width: 30%;
        }

        .key-fact div:nth-of-type(1) {
            width: 100%;
        }

    .frame-2392 {
        grid-row-gap: 16px;
        flex-flow: column;
    }

    .frame-2393 {
        max-width: 100%;
    }

    .txt-title._24, .txt-info {
        font-size: 24px;
    }

    .leaders {
        grid-template-columns: 1fr 1fr;
        justify-content: space-between;
    }

    .frame-2306 {
        padding-left: 8%;
        padding-right: 8%;
    }

    .text-40 {
        font-size: 24px;
    }

    .frame-2345 {
        padding-left: 8%;
        padding-right: 8%;
    }

    .text-0, .text-1 {
        line-height: 120%;
    }

    .partner-infos {
        flex-flow: column;
    }

    .prd-grid {
        flex-flow: column;
        display: flex;
    }

    .prd-img {
        width: 100%;
        height: 240px;
    }

    .text-45, .text-46 {
        text-align: center;
    }

    .partner-logo-wrap {
        border-radius: 90em;
        width: 174px;
        height: 174px;
    }

    .flex-block-4 {
        justify-content: flex-start;
        align-items: center;
    }

    .extra-card {
        height: auto;
        padding-left: 16px;
        padding-right: 16px;
    }

    .flex-block-6 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
    }

    .post-title._32 {
        font-size: 24px;
    }

    .img-news-thumb-s {
        height: 100%;
    }

    .h3.mb-60._w-80, .h3.mb-60._w-90, .h3.mb-60._w-50 {
        width: 100%;
        font-size: 24px;
    }

    .grid {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .container-1140-p20-center {
        padding-left: 16px;
        padding-right: 8px;
    }

    .parter-block, .brand-div-block {
        max-width: 100%;
    }

    .social-media-block {
        justify-content: space-between;
    }

    .link-to-emc, .link-to-primus {
        position: static;
    }

    .section-4 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .parters-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .link-to-anup {
        position: static;
    }

    .inner-section-flex {
        grid-template-columns: 1fr 1fr;
    }

    .link-to-alireza {
        position: static;
    }

    .jv-block, .jv-div-block {
        max-width: 100%;
    }

    .jv-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .join-partner {
        padding-left: 8%;
        padding-right: 8%;
    }

    .link-to-uts, .logo-link-block {
        position: static;
    }

    .rl_navbar5_large-item-content {
        margin-top: 1rem;
    }

    .rl_navbar5_blog-item {
        flex-direction: column;
        display: flex;
    }

    .rl_navbar5_blog-list {
        grid-column-gap: 0px;
        grid-row-gap: .5rem;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .rl_navbar5_dropdown-link {
        padding-left: 0;
    }

    .rl_navbar5_dropdown-content-left {
        grid-template-columns: 1fr;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .rl_layout250_content {
        grid-template-columns: 1fr;
    }

    .container-large {
        padding-left: 24px;
        padding-right: 24px;
    }

    .rl_layout239_content {
        grid-template-columns: 1fr;
    }
}

#w-node-_6dfd6512-e5c9-4836-e069-25e2a913dc73-66483e00 {
    place-self: center;
}

#w-node-_9cfc9324-2d43-b4cc-d674-0689311f49f6-66483e00 {
    place-self: auto center;
}

#w-node-_03afd4e7-dc7e-f882-0457-3f95bc146a32-66483e00 {
    grid-area: 2 / 3 / 3 / 4;
}

#w-node-de036739-f2d8-80ac-f137-3dd4d8cdf5fb-66483e00 {
    justify-self: center;
}

#w-node-_3ecc514d-03e4-5664-bfaf-9c5e4757cc79-66483e00 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: center;
}

#message-2.w-node-_71f1d42a-69ff-7799-3577-06056725d850-6725d842 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.w-node-_71f1d42a-69ff-7799-3577-06056725d850-6725d842 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_71f1d42a-69ff-7799-3577-06056725d851-6725d842 {
    justify-self: start;
}

#w-node-_6887fe91-f1e0-3036-cfb4-8273466ab3b9-02338d78 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
    #w-node-de036739-f2d8-80ac-f137-3dd4d8cdf5fb-66483e00 {
        align-self: center;
    }
}

@media screen and (max-width: 991px) {
    #w-node-_03afd4e7-dc7e-f882-0457-3f95bc146a32-66483e00 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-de036739-f2d8-80ac-f137-3dd4d8cdf5fb-66483e00 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        place-self: center;
    }

    #w-node-_3ecc514d-03e4-5664-bfaf-9c5e4757cc79-66483e00 {
        grid-area: 3 / 2 / 4 / 3;
    }
}

@media screen and (max-width: 479px) {
    #w-node-e5420b70-5472-a2de-0120-c1bf53f0eeb7-66483e00 {
        justify-self: center;
    }
}


@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'TASA Orbiter';
    src: url('../fonts/Almarai-Regular.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

/*Hero text animation

.h1-hero {
    --len: 148ch;
    display: block;
    background-image: linear-gradient(to right, #02733B 0%, #27BE73 25%, #000000 50%, #962206 75%, #000000 85%, #02733B 100%);
    background-position: 0 0, 0 0;
    background-color: pink;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: move 100s linear infinite;
}
    */

@keyframes move {
    to {
        background-position: var(--len) 0, 0 0;
    }
}
/*page loading progress-CSS*/

.progress-container {
    width: 100%;
    height: 3px;
    position: relative;
}

.progress {
    background: #0082f3;
    float: left;
    color: white;
    width: 100%;
    height: 3px;
    line-height: 50px;
    animation-name: slideInFromLeft;
    animation-duration: .9s;
    animation-timing-function: cubic-bezier(0, .9, .9, .999);
    text-align: center;
    opacity: 0;
}

.percent::before {
    content: counter(count);
    animation-name: counter;
    animation-duration: .9s;
    animation-timing-function: cubic-bezier(0, .9, .9, .999);
    counter-reset: count 0;
}

@keyframes slideInFromLeft {
    0% {
        width: 0%;
        opacity: 1.0;
    }

    99% {
        width: 99%;
        opacity: .8;
    }
}

/* End of page loading progress-CSS*/


.justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

/* Footer form fix*/
.w-node-_71f1d42a-69ff-7799-3577-06056725d850-6725d842 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

/** Accordion **/
/* Core styles/functionality */
.tab {
    position: relative;
    width: 100%;
    border-bottom: 1px solid black;
    padding: .4rem 0;
}

    .tab input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }

.tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}

.tab input:checked ~ .tab__content {
    max-height: 10rem;
}

/* Visual styles */
.accordion {
    /* color: var(--theme);
  border: 2px solid;
  border-radius: 0.5rem; */
    overflow: hidden;
}

.tab__label,
.tab__close {
    display: flex;
    /*color: white;
  background: var(--theme);*/
    cursor: pointer;
}

.tab__label {
    justify-content: space-between;
    padding: 1rem;
    padding-left: 0;
}

    .tab__label::after {
        content: "\276F";
        width: 1em;
        height: 1em;
        text-align: center;
        transform: rotate(90deg);
        transition: all 0.35s;
    }

.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}

.tab__content p {
    margin: 0;
    padding: 1rem;
    padding-left: 0;
}

.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}

.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
    animation: ease-in .5s infinite;
}

@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }

    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

/*Misc*/
.margin-16px {
    margin: 16px 0;
}

.img-standards {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-text-brand {
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
}

.center-md {
    padding: 32px 0;
    background: #f3f3f3;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.pt-none {
    padding-top: 0;
}

.top-radius-4 {
    border-radius: .4em .4em 0 0;
}

.radius-9 {
    border-radius: 9em;
}

.box-shadow {
    box-shadow: 0 0 4px 4px #0000000d;
}

.btn-cta-news {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: #fffc;
    border-radius: 90px;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    font-family: Almarai, sans-serif;
    text-decoration: none;
    display: flex;
    cursor: pointer;
    box-shadow: 0 1px 4px #0000001a;
}

    .btn-cta-news:hover {
        box-shadow: 0 7px 15px #0000001a;
    }

    .btn-cta-news.bg-grey {
        background-color: #f3f3f3;
    }



.link-block-with-arrow {
    color: #000;
    border: 2px solid #aeaeae;
    border-radius: 1em;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    /* height: 79px; */
    padding: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
}

    .link-block-with-arrow:hover {
        /*        background-color: #fff;*/
        border-width: 2px;
        border-color: #aeaeae;
        box-shadow: 2px 3px #aeaeae;
    }

.sbs-block {
    padding: 30px;
    padding-top: 0;
    background: #f3f3f3;
    border-radius: 1em;
}

.w-layout-hflex-stretch {
    flex-direction: row;
    align-items: stretch;
    display: flex;
}

.prd-title-txt {
    color: #818285;
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
}

.prd-type-name {
    color: dimgray;
}

.stack-link-index {
    color: #424242;
    border-left: 3px solid #fff0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: .96rem;
    font-weight: 400;
    text-decoration: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 12px;
}

.min-white-space {
    padding: 5em 0;
}

.mind-the-gap {
    display: flex;
    flex-direction: column;
    /*gap: 20px 10px;*/
}


/*News layout side by side*/
.grid-sbs {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
}

.news-archives-block-sbs {
    grid-column-gap: 12px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 40px;
    text-decoration: none;
    display: flex;
}

.h-flex-new-archives-sbs {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
}

.div-block-29 {
    min-width: 64%;
}

.link-block-24 {
    min-width: 100%;
}

@media screen and (max-width: 991px) {
    .news-archives-block-sbs {
        flex-flow: column;
        max-width: 100%;
    }

    .h-flex-new-archives-sbs {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
    }
}


@media screen and (max-width: 479px) {
    .grid-sbs {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-flow: column;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .grid-sbs {
        grid-template-columns: 1fr 1fr;
    }

    .min-white-space {
        padding: 5em 2em;
    }
    /*become a partner*/
    .frame-2342-wrap {
        flex-direction: column;
        grid-row-gap: 16px;
    }

        .frame-2342-wrap div:nth-of-type(2) {
            width: 100%;
        }

    .img-partner-jv {
        width: 100%;
        height: 250px;
    }
}


.txt-field-form-job-apply {
    /* color: #ffffff80; */
    background-color: #d9d9d90d;
    /* border: 0 solid #000; */
    /* padding: 16px; */
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 400;
}

.w-select {
    width: 100%;
    height: 38px;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    display: block
}

.w-flex {
    display: flex;
    column-gap: 16px;
}
.txt-search {
    display: flex;
    column-gap: 16px;
    align-items: center;
}


.no-career-open-text {
    /* color: #fff; */
    letter-spacing: -.005em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, Georgia, Almarai, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.italicized {
    font-style: italic;
}

.sub-text {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lora, Georgia, system-ui, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

    .sub-text.white-txt {
        color: #fff;
    }

.frame-2341-copy {
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    /*    max-width: 678px;*/
    text-decoration: none;
    display: flex;
}

.frame-2342-wrap {
    grid-column-gap: 60px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    display: flex;
    width: 100%;
}


/*partner-div block 3*/
@media screen and (max-width: 767px) {
    .div-block-3 {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .row {
        /* flex-direction: column; */
        grid-column-gap: 2%;
    }

    .flex-wrap {
        padding: 0;
    }

    .fact-block {
        min-width: 96px;
    }

    /*standard image enlarge on mobile*/
    .frame-2342 div:nth-of-type(2) {
        padding: 8px 0 !important;
    }
}

@media screen and (max-width: 720px) {
    .div-block-3 {
        grid-column-gap: 24px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    .form {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 670px) {
    .div-block-3 {
        grid-column-gap: 48px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

@media screen and (max-width: 640px) {
    .div-block-3 {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

@media screen and (max-width: 600px) {
    .div-block-3 {
        grid-column-gap: 24px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

@media screen and (max-width: 566px) {
    .div-block-3 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

@media screen and (max-width: 524px) {
    .div-block-3 {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
}

@media screen and (max-width: 430px) {
    .div-block-3 {
        grid-column-gap: 48px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .row {
        flex-direction: column;
        row-gap: 24px;
    }
    .w-form > div* {
        flex-direction: column;
    }
}

/* Drop-down-mobile */

.dropdown {
    width: 100%;
}

.dropdown-toggle-2 {
    border: 2px solid #eee;
    border-radius: .6em;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 2px 5px 2px #0000000d;
}

    .dropdown-toggle-2.w--open {
        padding-top: 16px;
        padding-bottom: 16px;
    }

.dropdown-list {
    border-radius: 1em;
}

    .dropdown-list.w--open {
        background-color: #fff;
        border: 2px solid #eee;
    }

.dropdown-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.success-msg {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    background: #e6fff0;
    color: #02733b;
    font-family: 'Plus Jakarta Sans';
    font-weight: 900;
    font-size: 18px;
}