/*
Theme Name: Diverge
Description: Modern WordPress theme with custom Gutenberg blocks for investment and business websites. Features advanced animations, responsive design, and comprehensive content management capabilities.
Version: 2.0.0
Author: Your Company Name
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: diverge
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 8.2

Diverge is a professional WordPress theme designed for investment firms, business portfolios, and corporate websites. 
It includes 30+ custom Gutenberg blocks, modern animations with GSAP, and seamless integration with ACF Pro.
*/

/* CSS for Image Swipe Reveal Animation */
.site-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.image-reveal-wrapper {
    display: block;
    overflow: hidden;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Hemenix", sans-serif;
}

body {
    -webkit-overflow-scrolling: touch;
}


@font-face {
    font-family: 'Roboto Flex';
    src: url('fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hemenix';
    src: url('fonts/hemenix-22948465/Hemenix Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Hemenix';
    src: url('fonts/hemenix-22948465/Hemenix Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Hemenix';
    src: url('fonts/hemenix-22948465/Hemenix Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Helixa';
    src: url('fonts/Helixa-Font/Helixa-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

h1 {
    color: #A6192E;
    font-size: 85px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 107% !important;
    margin-bottom: 24px !important;
}


h2 {
    color: #FFF;
    font-size: 60px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 107% !important;
    margin-bottom: 0 !important;
}

h3 {
    color: #FDFBF0;
    font-size: 44px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 113% !important;
    margin-bottom: 18px !important;
}

h4 {
    color: #FDFBF0;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 121% !important;
    margin-bottom: 12px !important;
}

h5 {
    color: #FFF;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 32px !important;
}

p {
    color: #6C797C;
    font-family: "Roboto Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
    margin-bottom: 0 !important;
}

header {
    position: relative;
    z-index: 12;
    padding: 20px 0;
    background-color: transparent;
}

header.black svg path {
    fill: #FFFFFF;
}

header.black svg path[fill="#A6192E"] {
    fill: #A6192E;
}

/*header.blue {*/
/*    background-color: #EDF9FF;*/
/*}*/

/*header.black {*/
/*    background-color: #152930;*/
/*}*/

.header-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}


.mobile-header-menu {
    display: none !important;
}

.header-menu nav .menu {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0 20px;
    flex-direction: row;
    list-style-type: none;
    align-items: center;
    position: relative;
}

.header-menu nav .menu .nav-item a {
    color: #152930;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 149%;
    text-decoration: none;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: relative;
}


.header-menu nav .menu .nav-item.current-menu-item a::before {
    display: none;
}

.header-menu nav .menu .nav-item a::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #152930;
    transition: width 0.3s ease;
    margin: 0 20px;

}


.header-menu nav .menu .nav-item a:hover {
    text-decoration: underline;
    text-underline-offset: 19px;
}

.header-menu nav .menu .nav-item.current-menu-item a {
    text-decoration: underline;
    text-underline-offset: 19px;
    text-decoration-color: #A6192E;
}

.header-menu nav .menu .nav-item.current-menu-item a:hover {
    text-decoration-color: #A6192E;
}

header.black .header-menu nav .menu .nav-item a {
    color: #FFFFFF;
}


.header-menu nav .menu .nav-item:first-child a {
    padding-left: 0;
    border-left: none;
}

.header-menu nav .menu .nav-item:first-child a::before {
    margin-left: 0;
}

.header-menu nav .menu .nav-item:last-child a::before {
    display: none;
}

.header-menu nav .menu .nav-item:last-child a {
    border: 1px solid #A7D9EE;
    padding: 7px 24px;
    border-radius: 200px;
    height: 45px;
    text-decoration: none;
}

.header-menu nav .menu .nav-item:last-child a:hover {
    background-color: #CDE2EB;
    border-color: #CDE2EB;
}

header.black .header-menu nav .menu .nav-item:last-child a:hover {
    color: #152930;
    border: 1px solid #FFF;
    background: #FFF;
}

.header-menu nav .menu .nav-item:last-child a:focus {
    outline: 1px solid #2191E9;
    outline-offset: 4px;
}

.mobile-menu > li {
    overflow: hidden;
}

.menu-button-container {
    display: none;
    width: 26px;
    height: 26px;
    background-color: #E9F8FF;
    border-radius: 50%;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 150;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #01213C;
    position: absolute;
    height: 1px;
    width: 16px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    z-index: 150;
}

.menu-button::before {
    width: 10px;
    right: 0;
    content: '';
    margin-top: -6px;
}

.menu-button::after {
    width: 10px;
    content: '';
    margin-top: 6px;
}

#menu-toggle:checked + .menu-button-container {
    background: #951629;

}

#menu-toggle:checked + .menu-button-container .menu-button::before {
    background-color: #FDFBF0;
    margin-top: 0;
    width: 16px;
    transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);

}

#menu-toggle:checked + .menu-button-container .menu-button::after {
    background-color: #FDFBF0;
    margin-top: 0;
    width: 16px;
    transform: rotate(-405deg);
}

header > .container,
.social-icons-header {
    position: relative;
    z-index: 2;
}


.header-logo-a {
    display: flex;
    align-items: center;
    height: 100%;
    z-index: 150;
    position: relative;
}


.custom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    background-color: #182A2C;
    border-radius: 200px;
    font-family: "Roboto Flex";
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
    text-decoration: none;
    border: none;
    position: relative;
    min-height: 52px;
    z-index: 1;
    max-width: 196px;
    width: 100%;
}

.custom-button:hover {
    color: #FFF;
    background-color: #A6192E;
}

.custom-button:focus {
    outline: 1px solid #2191E9;
    outline-offset: 4px;
}

.custom-button.white {
    color: #152930;
    background-color: #FFF;
}


.custom-button.white:hover {
    color: #152930;
    background-color: #E9F8FF;
}


.custom-button-2 {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 12px;
    padding: 8px 0;
    background-color: transparent;
    border-radius: 5px;
    max-width: fit-content;
    font-family: "Roboto Flex";
    color: #0F374B;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
    text-decoration: none;
    border: none;
    /*margin: 0 auto;*/
    height: fit-content;
    transition: color 0.3s ease;
    min-height: 52px;
    position: relative;
}

.custom-button-2:hover {
    color: #0F374B;
}

.custom-button-2 svg {
    transition: transform 0.4s ease;
}

.custom-button-2 svg circle,
.custom-button-2 svg path {
    transition: fill 0.4s ease, fill-opacity 0.4s ease;
}

.custom-button-2:hover svg {
    transform: rotate(45deg);
}

.custom-button-2:hover svg circle {
    fill: #152930;
    fill-opacity: 1;
}

.custom-button-2:hover svg path {
    fill: white;
}

.custom-button-2:focus::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    right: -6px;
    border: 1px solid #2191E9;
    pointer-events: none;
    z-index: -1;
    border-radius: 5px;
}

.head-slider-section {
    background-image: url("img/Vector.svg");
    background-repeat: no-repeat;
    background-position: right top;
    overflow-x: hidden;
    position: relative;
    padding-bottom: 75px;
}

.head-slider-section.blue {
    background-color: #EDF9FF;
    box-shadow: 0 -100px 0 0 #EDF9FF;
}


.head-slider-section.black {
    background-color: #152930;
    box-shadow: 0 -100px 0 0 #152930;
}


.short-lines {
    width: 100%;
}

.short-lines svg {
    position: absolute;
    z-index: 11;

}

.short-lines svg:nth-of-type(1) {
    right: 194px;
    top: 1px;
}

.short-lines svg:nth-of-type(2) {
    right: 868px;
    top: 35px;
}

.short-lines svg:nth-of-type(3) {
    right: 174px;
    top: 106px;
}

.short-lines svg:nth-of-type(4) {
    right: 1224px;
    top: 106px;
}

.short-lines svg:nth-of-type(5) {
    right: 622px;
    top: 388px;
}

.short-lines svg:nth-of-type(6) {
    right: 246px;
    top: 454px;
}

.short-lines svg:nth-of-type(7) {
    right: 614px;
    top: 532px;
}


.head-slider-section .slick3 {
    margin: 144px 0 48px;
    z-index: 11;
}

.slick3 .slick-list {
    overflow: visible;
    clip-path: inset(0 -50% 0 0);
    right: -8.7%;
}


.slick3 .slick-slide {
    width: 284px;
    margin-right: 71px;

}

.slick3 .slide-item img {
    max-width: 100%;
}


@keyframes marqueeScroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.head-slider-text {
    position: relative;
    z-index: 11;
}

.head-slider-text .line {
    background-color: #A6192E;
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
}

.head-slider-text h1 {
    max-width: 980px;
}

.buttons-text-div {
    display: flex;
    justify-content: space-between;
}

.buttons-text-div div {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 0 24px;
    width: 100%;
}

.head-slider-text p {
    max-width: 645px;
}


.why-diverge {
    /*background-image: url("img/Group 1707481663.png");*/

    background-repeat: no-repeat;
    background-position: top right;
    /*background-size: contain;*/
    background-color: #152930;
    padding: 148px 0;
    position: relative;
    overflow: hidden;
}

.why-diverge::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(21, 41, 48, 0.7);
    z-index: 2;
    pointer-events: none;
}

.why-diverge::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #152930 0%, #152930 50%, rgba(21, 41, 48, 0) 130%);
    z-index: 3;
}

.why-diverge > * {
    position: relative;
    z-index: 4;
}


.content-div {
    max-width: 1002px;
}


.content-div h6 {
    color: #A7D9EE;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%; /* 20.34px */
    text-transform: uppercase;
    display: flex;
    gap: 0 12px;
    align-items: center;
    margin-bottom: 18px;

}

.content-div h6.white {
    color: #FDFBF0;
}

.content-div h6.red {
    color: #A6192E;
}

.content-div h6 svg {
    overflow: visible;
    top: -1.5px;
    position: relative;
}

.content-div h6.white svg circle {
    fill: #FDFBF0;
}


.content-div p {
    color: #FFFEF6;
    max-width: 604px;
}

.content-div .line {
    max-width: 800px;
    height: 1px;
    background-color: #E9F8FF;
    margin: 44px 0;
}

.content-div .mission-purpose {
    display: flex;
    justify-content: space-between;
    gap: 0 40px;
    max-width: 800px;

}

.content-div .mission-purpose div {
    max-width: 360px;
}

.mission-purpose p {
    color: #FDFBF0;
}

.why-diverge.our-process {
    /*background-image: url("img/Group 1707481664.png");*/
    padding: 116px 0 50px;
    /*background-color: linear-gradient(to bottom, #A31729 0%, #A31729 80%, #E9F8FF 80%, #E9F8FF 100%);*/

}

.why-diverge.our-process::after {
    background: rgba(163, 23, 41, 0.3);
}

.why-diverge.our-process::before {
    background: linear-gradient(to bottom,
    transparent 0%,
    transparent 80%,
    #E9F8FF 80%,
    #E9F8FF 100%
    ),
    linear-gradient(to right,
            #A31729 0%,
            #A31729 50%,
            rgba(21, 41, 48, 0) 130%
    );
    border-bottom: 1px solid #E9F8FF;
}


.why-diverge.our-process .svg-wrapper.first {
    right: 0;
    top: 320px;
    z-index: 4;

}

.why-diverge.our-process .svg-wrapper.two {
    left: 0;
    bottom: 0;
    z-index: 3;
}


.sourcing-solutions {
    margin-top: 104px;
    position: relative;
    z-index: 6;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    display: flex;
    overflow: hidden;
}

.sourcing-solutions .first {
    padding: 28px 36px 28px 28px;
    width: 100%;
}

.sourcing-solutions p {
    color: #0F374B;
}

.sourcing-solutions .second {
    width: 100%;
}

.sourcing-solutions h4 {
    color: #0F374B;
    margin-bottom: 0 !important;
}


.sourcing-solutions .accordion-header {
    height: 100%;
}

.sourcing-solutions .active .accordion-header {
    height: auto;
}

.sourcing-solutions .accordion-header .div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sourcing-solutions .accordion-header .div > div {
    padding: 28px;
}

.sourcing-solutions .active .accordion-header .div > div {
    padding: 28px 28px 0 28px;
}

.sourcing-solutions .accordion-item {
    width: 212px;
    min-height: 478px;
    max-height: 478px;
}

.sourcing-solutions .accordion-item.active {
    width: 100%;
}

.sourcing-solutions .accordion-item {
    border-right: 1px solid #E6E6E6;
}

.sourcing-solutions .accordion-item:last-child {
    border-right: none;
}

.sourcing-solutions .accordion-item.active .accordion-header .bottom div {
    display: flex;
    flex-direction: column-reverse;
}

.sourcing-solutions .accordion-header .div img {
    max-width: 212px;
}

.sourcing-solutions .accordion-content {
    width: 100%;
    height: auto;
    opacity: 1;
    padding: 24px 28px 28px;
    pointer-events: auto;
    overflow: visible;
    transition: none !important;
}

.sourcing-solutions .accordion-content.hidden {
    display: none;
    opacity: 0;
    height: 0;
    padding: 0;
    pointer-events: none;
    overflow: hidden;
    transition: none !important;
}


.sourcing-solutions .line div {
    background-color: #A7D9EE;
    max-width: 45.6px;
    width: 100%;
    height: 3px;
    margin-bottom: 18px;
}

.sourcing-solutions .top .line div {
    margin-top: 18px;
}

.sourcing-solutions .active .line div {
    max-width: 78.172px;
    height: 5.25px;
    width: 100%;
    background-color: #A6192E;
    margin: 24px 0 0;
}

.sourcing-solutions .active .div > img {
    display: none !important;
}

/*.sourcing-solutions .div .line {*/
/*    background-color: #A7D9EE;*/
/*    max-width: 45.6px;*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    !*margin-bottom: 18px;*!*/
/*}*/

.sourcing-solutions .images {
    margin-top: 14px;
    display: flex;
    /*justify-content: space-between;*/
    gap: 0 18px;
}

.sourcing-solutions p {
    max-width: 926px;
}

.sourcing-solutions .images img {
    width: 100%;
    height: 170px;
}

.sourcing-solutions .images div:first-child img {
    max-width: 346px;
    object-fit: cover;
}

.sourcing-solutions .images div:last-child img {
    max-width: 210px;
    object-fit: cover;
}

.sourcing-solutions .second {
    display: flex;
}


.sourcing-solutions .second .div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-left: 2px solid #E6E6E6;
}

.sourcing-solutions .second .div > div {
    padding: 0 28px 10px;
}

.sourcing-solutions .second .div img {
    width: 100%;
}

.sourcing-solutions .second .div .line {
    background-color: #A7D9EE;
    max-width: 45.6px;
    width: 100%;
    height: 3px;
    margin-bottom: 18px;
}

.sourcing-solutions .second .div h4 {
    margin-bottom: 18px !important;
}

.sourcing-solutions .second .div.top h4 {
    margin-top: 28px !important;
}

.svg-wrapper {
    position: absolute;
    bottom: -180px;
    right: 0;
    height: auto;
    width: auto;
    z-index: 0;
    opacity: 0.4;
}


/*.svg-wrapper svg {*/
/*    height: 100%;*/
/*    width: auto;*/
/*    max-width: 574px;*/
/*}*/
.blue-background {
    box-shadow: 0 -2px 0 0 #EDF9FF;
    z-index: 3;
    background: linear-gradient(to bottom, #E9F8FF 0, #E9F8FF 0, #E9F8FF 100%, #E9F8FF 100%);
    padding: 50px 0 100px;
    position: relative;
}

.blue-background .svg-wrapper {
    left: 0;
    right: unset;
    background-color: #E9F8FF;
    bottom: 62px;
}

.blue-background h3 {
    color: #0F374B;
    max-width: 944px;
    margin: 0 auto 18px !important;
    text-align: center;
    z-index: 1;
}

.blue-background .custom-button {
    margin: 0 auto;
}

.content-div .black h3 {
    color: #0F374B;
}

.our-portfolio-section {
    padding: 100px 0 120px;
}

.companies {
    margin: 36px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(5, 3, 51, 0.50);
    overflow: hidden;
}

.companies > div {
    height: 236px;
    flex: 0 1 calc(33.333%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    border-right: 1px solid rgba(5, 3, 51, 0.50);
    border-bottom: 1px solid rgba(5, 3, 51, 0.50);
}


.companies > div:nth-child(3n) {
    border-right: none;
}

.companies > div:last-child {
    border-right: none;
}

/* Remove bottom border from items in the last row */
/* For 4 items: remove from item 4 */
.companies > div:nth-child(4):nth-last-child(1) {
    border-bottom: none;
}

/* For 5 items: remove from items 4 and 5 */
.companies > div:nth-child(4):nth-last-child(2),
.companies > div:nth-child(5):nth-last-child(1) {
    border-bottom: none;
}

/* For 6 items: remove from items 4, 5, and 6 */
.companies > div:nth-child(4):nth-last-child(3),
.companies > div:nth-child(5):nth-last-child(2),
.companies > div:nth-child(6):nth-last-child(1) {
    border-bottom: none;
}

.companies img {
    max-width: 100%;
    height: auto;
    display: block;
}

.companies .filler-image-item img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.companies svg {
    filter: brightness(0.1);
    opacity: 0.6;
    transition: filter 0.4s ease, transform 0.4s ease;
    cursor: pointer;
}

.companies svg.hovered {
    filter: brightness(1);
    transform: scale(1.1);
    opacity: 1;
}


#error-message {
    margin-top: 10px;
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: 700;
}

#thank-you {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

.why-diverge.partners {
    /*background-image: url("https://diverge.codexg.com/wp-content/uploads/2025/07/Rectangle-294-8.png");*/
    background-position: right bottom;
    overflow: hidden;
    padding: 100px 0;
    background-size: auto;
}

.why-diverge.partners::before {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, transparent 50%, transparent 100%),
    linear-gradient(to right, #152930 0%, #152930 50%, rgba(21, 41, 48, 0) 130%);
    /*background: none;*/
}

.why-diverge.partners::after {
    display: none;
}

.why-diverge.partners.bottom {
    background-image: url("https://divergevcdev.wpenginepowered.com/wp-content/uploads/2025/07/Rectangle-294-11.png");
    background-position: right top;
    background-size: auto;
}

.why-diverge.partners.bottom::before {
    background: linear-gradient(to right, #152930 0%, #152930 50%, rgba(21, 41, 48, 0) 130%);
}

.red-background {
    background-image: url("img/Vector-1.svg");
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid #D0D0D0;
    background-color: #A6192E;
    /*box-shadow: 0px 21px 36.8px 0px rgba(206, 217, 213, 0.50);*/
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.red-background .short-lines svg:nth-of-type(1) {
    right: unset;
    left: 0;
    top: 172px;
}

.red-background .short-lines svg:nth-of-type(2) {
    right: unset;
    top: 30px;
    left: 354px;
}

.red-background .short-lines svg:nth-of-type(3) {
    right: unset;
    left: 426px;
    top: 208px;
}

.red-background .short-lines svg:nth-of-type(4) {
    display: none;
}

.red-background .images {
    margin-left: 104px;
    position: relative;
    z-index: 11;
}

.images-slider img {
    width: 100%;
    max-width: 248px;
    height: 248px;
    object-fit: cover;
}

.images-slider.images {
    max-height: 478px;
    top: -36px;
}

.images-slider .slick-slide {
    margin-bottom: 70px !important;
}

/*.images-slider .slick-track {*/
/*    top: -64px;*/
/*}*/

.red-background .content-div {
    margin: 76px 70px 96px;
    max-width: 624px;
}

.red-background .custom-button {
    margin-top: 18px;
}

.why-diverge.partners h3 {
    color: #E6E6DD;
    max-width: 720px;
}

.why-diverge.partners .white h3 {
    color: #FFF;
}

.why-diverge.partners .content-div .white p {
    color: #FDFBF0;
}

.why-diverge.partners .content-div p {
    color: #ECECD4;
}

#sponsors .slick-track {
    margin: 36px 0 0 !important;
    display: flex !important;
    align-items: center;
    gap: 0 66px;
}

#sponsors .slick-list.draggable {
    overflow: visible;
    clip-path: inset(0 -50% 0 0);
}

#sponsors .slick-list.draggable .slide-item {
    width: fit-content;
}

.marquee-wrapper {
    margin-top: 36px;
    width: 100%;
    clip-path: inset(0 -50% 0 0);
}

.marquee {
    display: flex;
    align-items: center;
    gap: 0 66px;
    width: max-content;
    animation: marqueeScroll 300s linear infinite;
}

.marquee-wrapper img {
    height: fit-content;
    max-height: 26px;
    max-width: 200px;
}

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

.custom-select-box {
    width: 100%;
    padding: 7px 11px;
    border-radius: 5px;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    border: 1px solid #A7D9EE;
    cursor: pointer;
    position: relative;
}

.selected-option {
    display: block;
}

.custom-select-box span {
    color: #01213C;
    font-family: Helixa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    display: block;
}

.custom-options {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    right: 0;
    border: 1px solid #CCC;
    border-top: 1px solid #CCC !important;
    border-top: none;
    background: #fff;
    z-index: 10;
    border-radius: 8px;
    overflow: hidden;
}

.custom-options span {
    color: #1A1A1A;
}

.custom-option {
    padding: 10px 24px;
    cursor: pointer;
}

.custom-option:hover {
    border-radius: 6px;
    border: 2px solid #0060E6;
    margin: 4px 6px;
    padding: 4px 18px;
}

.custom-option.active {
    background-color: #F3F7FC;
}

.custom-option.active:hover {
    border-radius: 8px;
    border: none;
    margin: 0;
    padding: 10px 24px;
}


.custom-select-wrapper.open .custom-options {
    display: grid;
}


@keyframes marqueeScroll {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-50%);
    }
}

.headlines-section {
    padding: 100px 0;
    background-image: url("img/Vector555555555.svg");
    background-repeat: no-repeat;
    background-position: right bottom 66px;
}

.headlines-section .container > .row {
    gap: 64px 0;
}

.headlines-section h3 {
    text-align: center;
    color: #0F374B;
    margin-bottom: 0 !important;
}

.headlines-section h5 {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    color: #A6192E;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 113% !important;
    opacity: 0.9;
    margin-bottom: 30px;
}

.headlines-section h5::before,
.headlines-section h5::after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #A6192E;
    width: 100%;
    top: -1px;
    position: relative;
}

.headlines-section h5::before {
    margin-right: 15px;
}

.headlines-section h5::after {
    margin-left: 15px;
}


.articles {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*gap: 12px 0;*/
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #CDCDCD;
    background: #FFF;
    min-height: 444px;
    margin: 0 12px;
}

.articles div {
    position: relative;
    margin-bottom: 12px;
    height: fit-content;
    overflow: hidden;
}

.articles div span {
    position: absolute;
    left: 18px;
    top: 14px;
    color: #01213C;
    font-family: Helixa;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #E1F0FF;
    padding: 0 10px;
    min-height: 25px;
    display: flex;
    align-items: center;
}

.news.about-content .articles img {
    width: 100%;
    height: 251px !important;
    object-fit: cover;
}


.articles h6 {
    color: #0F374B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.articles a {
    color: #01213C;
    font-family: "Roboto Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    gap: 0 4px;
    margin: auto 0 12px;
    transition: border-color 0.3s ease, color 0.3s ease;
    position: relative;

}

.articles a:hover {
    color: #01213C;
    border-bottom: 1px solid #A6192E;
}

.articles a:focus::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -10px;
    right: -10px;
    border: 1px solid #2191E9;
    border-radius: 5px;
    pointer-events: none;
}

.red-background-section {
    /*background-color: #A6192E;*/
    padding: 92px 0;
    background-image: url("img/44Vector.svg");
    background-position: center right;
    background-repeat: no-repeat;
}

.red-background-section.black {
    background-color: #152930;
}

.red-background-section .images {
    display: flex;
    gap: 0 70px;
    padding-left: 172px;
}

.red-background-section .images div div:first-child img {
    margin-top: 142px;
    width: 250px;
    height: 320px;
    object-fit: cover;
}

.red-background-section .images div div:last-child img {
    margin-bottom: 142px;
    width: 248px;
    height: 321px;
    object-fit: cover;
}

.red-background-section .content-div div {
    display: grid;
    gap: 18px 0;
}

footer {
    padding: 28px 0 46px;
    background-color: #152930;
    position: relative;
    z-index: 11;
}

.social-icons-div {
    gap: 0 12px;
}

.social-icons-div a {
    text-decoration: none;
    position: relative;
    height: fit-content;
}

.social-icons-div a:hover svg path {
    fill: #A7D9EE;
}

.social-icons-div a:focus svg {
    outline: 1px solid #2191E9;
    outline-offset: 4px;
    border-radius: 1px;
}


footer .right .links {
    display: flex;
    justify-content: end;
    gap: 0 12px;
    margin-bottom: 16px;
}

footer .right a {
    color: #A7D9EE;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%; /* 23.84px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-position: from-font;
    text-underline-offset: 1px;
}

footer .right a:focus {
    outline: 1px solid #2191E9;
    outline-offset: 5px;
    border-radius: 5px;
}

footer .right span {
    color: #FFF;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
}


/*about*/

.head-slider-section.about-head {
    background-position: right -492px top;
}

.head-slider-section.about-head .short-lines svg:nth-of-type(1) {
    display: block;
    right: 22px;
    top: 35px;
}

.head-slider-section.about-head .short-lines svg:nth-of-type(2) {
    right: 518px;
}

.head-slider-section.about-head .short-lines svg:nth-of-type(4) {
    right: 696px;
    top: 142px;
}

.head-slider-section.about-head .short-lines svg:nth-of-type(5) {
    right: 128px;
}

.head-slider-section.about-head .short-lines svg:nth-of-type(6) {
    display: none;
}

.head-slider-section.about-head .short-lines svg:nth-of-type(7) {
    display: none;
}

.about-head .about-h1 {
    padding: 70px 0 46px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.about-head .about-h1 h1 {
    color: #0F374B;
    max-width: 675px;
    min-width: 560px;
    margin-bottom: 0 !important;
}

#slick1 {
    margin-left: 180px;
    z-index: 11;
}

#slick1 .slick-slide {
    margin-right: 71px;
}

#slick1 .slick-slide img {
    width: 248px;
    height: 320px;
    object-fit: cover;
}

.headlines-section .slick-slide img {
    width: 100%;
    object-fit: cover;
    height: 251px !important;
}

.about-content .articles img {
    width: 100%;
    height: 296px !important;
    max-width: 100%;
    object-fit: cover;
}


.about-content {
    padding: 105px 0;
}

.about-content .line {
    background-color: #6C797C;
    margin: 38px 0;
    opacity: 0.24;
    max-width: 815px;

}

.d-mobile {
    display: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.tabs {
    margin-bottom: 60px;
    display: flex;
    gap: 0 12px;
}

.tab-button {
    border: 1px solid #A7D9EE;
    cursor: pointer;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    border-radius: 200px;
    background-color: #FFF;
    color: #152930;
    font-family: "Roboto Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
    min-width: 140px;
}


.tab-button.active {
    background-color: #182A2C;
    color: #FFF;
}

.tab-pane-container .articles {
    padding: 24px;
    margin: 0;
    min-height: 355px;
}


.tab-pane-container .articles button {
    color: #01213C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border: none;
    border-bottom: 1px solid transparent;
    display: flex;
    align-items: center;
    text-decoration: none;
    width: fit-content;
    gap: 0 4px;
    margin: auto 0 0;
    background: none;
    position: relative;
    font-family: Helixa;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.articles button:hover {
    color: #01213C;
    border-bottom: 1px solid #A6192E;

}

.articles button:focus::before {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -10px;
    right: -10px;
    border: 1px solid #2191E9;
    border-radius: 5px;
    pointer-events: none;
}

.tab-pane-container .articles h4 {
    color: #0F374B;
    display: flex;
    justify-content: space-between;

}

.tab-pane-container .articles h4 a {
    text-decoration: none;
    margin: 0;
    border: none;
    height: fit-content;
}

.tab-pane-container .articles p {
    color: #747474;
    margin-bottom: 12px !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: scroll;
}

.modal-overlay.active {
    display: block;
}

.modal-content {
    margin: 100px auto;
    background: white;
    display: flex;
    gap: 0 32px;
    flex-direction: unset !important;
    max-width: 1038px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 36px;
    border-radius: 20px !important;
    border: 1px solid rgba(255, 255, 255, 0.00);
}

.modal-left {
    max-width: 380px;
    width: 100%;
}

.modal-left img {
    width: 100%;
    object-fit: cover;
}

.modal-right {
    width: 100%;
    display: grid;
    gap: 24px 0;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 15px;
    background: none;
    border: none;
    cursor: pointer;
}

.modal-content h5 {
    color: #0F374B;
    font-size: 28px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 34px !important;
    margin-bottom: 0;
}


.modal-content h6 {
    color: #0F374B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    margin-bottom: 0;
    width: fit-content;
    opacity: 0.9;
}

.modal-position-wrapper {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.modal-position-wrapper a {
    width: 32px;
    height: 32px;
    border-radius: 36px;
    background-color: #A6192E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-position-wrapper svg {
    width: 13px;
    height: 13px;
}

.modal-content #modalText {
    display: grid;
    gap: 20px 0;
}

.modal-content #modalText p {
    color: #000;
}


/*news*/

.news-head {
    background-image: none;
    padding-bottom: 213px;
    overflow: visible;
}

.news-head.head-slider-section .short-lines svg:nth-of-type(1) {
    right: 184px;
    top: 312px;
}

.news-head.head-slider-section .short-lines svg:nth-of-type(2) {
    left: 106px;
    top: 18px;
}

.news-head.head-slider-section .short-lines svg:nth-of-type(3) {
    right: 220px;
    top: 488px;
}

.news-head .grid-grid img {
    position: absolute;
    z-index: 10;
    opacity: 0.6;
}

.news-head .grid-grid img:nth-of-type(1) {
    top: -85px;
    left: 0;
}

.news-head .grid-grid img:nth-of-type(2) {
    right: 0;
    bottom: 0;
}

.news-head .grid-grid img:nth-of-type(3) {
    display: none;
}

.news-head .head-slider-text {
    text-align: center;
    margin-top: 171px;
    min-height: 206px;
}

.news-head .head-slider-text h1 {
    font-size: 60px !important;
    color: #0F374B;
    margin: 0 auto 18px !important;
}


.news-head .head-slider-text .buttons-text-div {
    margin: 0 auto;
    display: grid;
    gap: 18px 0;
    justify-content: center;
    max-width: 420px;
}

.news-head .head-slider-text .buttons-text-div div {
    justify-content: center;
}


.news .tabs {
    justify-content: center;
    margin-bottom: 40px;
}

.news .articles-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 22px;
}

.news .tab-pane-container .articles {
    min-height: 413px;
    padding: 18px;
}

.news .tab-pane-container .articles > a {
    font-family: Helixa;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 12px;
    margin-bottom: 0;
}

.previous-next {
    border-top: 2px solid #D0DCE1;
    display: flex;
    justify-content: space-between;
    margin: 90px 0 0;
    padding-top: 22px;
}

.previous-next .prev-page-btn,
.previous-next .next-page-btn {
    display: flex;
    gap: 0 10px;
    align-items: center;
    color: #4A4A4A;
    font-family: Helixa;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
}

.previous-next .prev-page-btn:hover,
.previous-next .next-page-btn:hover {
    color: #4A4A4A;
}

.previous-next .pagination {
    gap: 0 30px;
}

.previous-next .pagination .page-numbers {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A4A4A;
    font-family: Helixa;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    background: none;
    border: none;
    width: 18px;
    text-decoration: none;
}


.previous-next .pagination .page-numbers.current {
    font-weight: 700;
}

.previous-next .pagination .page-numbers.current:before {
    content: '';
    position: absolute;
    background-color: #A6192E;
    height: 2px;
    width: 38px;
    top: -24px;
    border-radius: 2px;
}

/* news sinlge */

.news-single-head {
    background-image: none;
    padding: 66px 0 175px;
    overflow: hidden;
}


.news-single-head.head-slider-section .short-lines svg:nth-of-type(1) {
    right: 16px;
    top: 74px;
}

.news-single-head.head-slider-section .short-lines svg:nth-of-type(2) {
    right: 514px;
    top: 74px;
}

.news-single-head.head-slider-section .short-lines svg:nth-of-type(3) {
    right: 690px;
    top: 428px;
}

.news-single-head .grid-grid img {
    position: absolute;
    z-index: 10;
    opacity: 0.6;
}

.news-single-head .grid-grid img.img {
    z-index: 12;
}

.news-single-head .grid-grid img:nth-of-type(1) {
    right: 0;
    top: 62px;
}

.news-single-head .grid-grid img:nth-of-type(2) {
    right: 52px;
    top: 108px;
    opacity: 1;
    width: 567px;
    height: 491px;
    object-fit: cover;
}

.news-single-head .grid-grid img:nth-of-type(3) {
    display: none;
}

.news-single-head .head-slider-text {
    max-width: 502px;
    min-height: 420px;
}

.news-single-head .head-slider-text .line {
    display: none;
}

.news-single-head .head-slider-text h3 {
    color: #0F374B;
    margin-bottom: 26px !important;
}

.news-single-head .head-slider-text p {
    max-width: 418px;
}


.news-single-head .content-div {
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 28px;
}

.news-single-head .back {
    display: flex;
    align-items: center;
    gap: 0 12px;
    color: #030303;
    font-family: "Roboto Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 149%;
    text-decoration: none;
    margin-bottom: 70px;
}

.news-single-head .content-div span {
    color: #01213C;
    font-family: Hemenix;
    width: fit-content;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /*line-height: 22px;*/
    text-transform: uppercase;
    border-radius: 6px;
    background-color: #E1F0FF;
    padding: 3px 10px 0;
    min-height: 25px;
    display: flex;
    align-items: center;
}

.news-single-head .content-div h6 {
    position: relative;
    top: 2px;
    margin-bottom: 0;
}

.news-single-head .content-div h6 svg {
    top: -2px;
}

.single-news {
    margin: 60px 0 90px;
}

.sidebar-sticky > div {
    position: sticky;
    top: 60px;
}

.single-news .links {
    display: grid;
    border-left: 1px solid #5E5E5E;
    max-width: 348px;
    margin-bottom: 40px;
}


.single-news .links button {
    color: #5E5E5E;
    display: flex;
    align-items: center;
    padding: 20px 18px;
    font-family: "Roboto Flex";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    position: relative;
    background: none;
    border: none;
}

.single-news .links button.active {
    color: #A6192E;
    font-weight: 600;
    border-left: 3px solid #A6192E;
    margin-left: -1px;
    padding-left: 16px;
}


.single-news .links button.active::before {
    content: '';
    position: absolute;
    top: 0;
    right: -29px;
    width: 29px;
    height: 30px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="30" viewBox="0 0 29 30" fill="none"><path d="M7.14644 15.3536C6.95118 15.1584 6.95118 14.8418 7.14644 14.6465L10.3284 11.4646C10.5237 11.2693 10.8403 11.2693 11.0355 11.4646C11.2308 11.6598 11.2308 11.9764 11.0355 12.1717L8.20711 15.0001L11.0355 17.8285C11.2308 18.0238 11.2308 18.3404 11.0355 18.5356C10.8403 18.7309 10.5237 18.7309 10.3284 18.5356L7.14644 15.3536ZM28.125 15.0001L28.125 15.5001L7.5 15.5001L7.5 15.0001L7.5 14.5001L28.125 14.5001L28.125 15.0001Z" fill="%23A6192E"/><line x1="0.5" y1="0" x2="0.5" y2="30" stroke="%23A6192E"/></svg>') no-repeat center center;
    background-size: contain;
    pointer-events: none;
}

.single-news .contact {
    position: relative;
    overflow: hidden;
    max-width: 380px;
    border-radius: 5px;
    margin-bottom: 22px;
}

.single-news .contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(21, 41, 48, 0.79);
    z-index: 2;
    pointer-events: none;
}

.single-news .contact img {
    width: 100%;
    height: 242px;
    object-fit: cover;
}

.single-news .contact .div {
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    padding: 0 20px;
    z-index: 3;
}

.single-news .contact div h5 {
    color: #FFF !important;
    text-align: center;
    font-size: 26px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 107% !important
}

.single-news .contact .custom-button {
    margin: 16px auto 0;
}

.single-news .text {
    margin: 0 32px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D2D2D2;
    max-width: 710px;
    display: grid;
    gap: 40px 0;
}

.single-news .text .margin40 {
    margin-bottom: 40px;
}

.single-news .text > div {
    display: grid;
    gap: 16px 0;
}

.single-news .text h4 {
    color: #0F374B;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 130.5% !important;
    margin-bottom: 0 !important;
}

.single-news .text h5 {
    color: #0F374B;
    font-size: 18px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 130.5% !important;
    margin-bottom: 0 !important;
}

.single-news .text p {
    color: #5E5E5E;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.single-news .text p a {
    color: #5E5E5E;
    font-family: "Roboto Flex";
}

.single-news .text ol,
.single-news .text ul {
    display: grid;
    padding-left: 18px;
    gap: 12px 0;
    margin-bottom: 0;
}

.single-news .text li {
    color: #5E5E5E;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.single-news .text ul li {
    color: #0F374B;
    font-weight: 400;
    line-height: 24px;
}

.single-news .text ul li::marker {
    color: #0F374B;
}

.single-news .text img {
    width: 100%;
    border-radius: 5px;
}

.single-news .text .contact {
    max-width: 100%;
    margin-bottom: 0;
    display: block;

}

.single-news .text .contact .div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: unset;
}

.member {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 710px;
    margin: 0 32px;
}

.member .info {
    display: flex;
    align-items: center;
    gap: 0 17px;
}

.member .info img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
}

.member .info div {
    display: grid;
    gap: 8px;
}

.member h6 {
    color: #01213C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 0;
}

.member p {
    color: #4A4A4A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.member .social-icons-div a {
    border-radius: 4px;
    background: #A6192E;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.headlines-section.blue {
    background: #EDF9FF;
}

/* questions */
.questions-head {
    padding-top: 110px;
    background: none;
    padding-bottom: 0;
    overflow: hidden;
}

.questions-head.bottom {
    padding-top: 0;
    padding-bottom: 75px;
    position: unset;
    overflow: hidden;
}

.questions-head.head-slider-section .short-lines svg:nth-of-type(1) {
    right: 196px;
    top: 36px;
}

.questions-head.head-slider-section .short-lines svg:nth-of-type(2) {
    right: 268px;
    top: 212px;

}

.questions-head.head-slider-section .short-lines svg:nth-of-type(3) {
    right: 410px;
    top: 390px;
}

.questions-head.head-slider-section .short-lines svg:nth-of-type(4) {
    right: -18px;
    top: 582px;
}

.questions-head.head-slider-section .short-lines svg:nth-of-type(5) {
    left: 152px;
    top: 792px;
}

.questions-head.head-slider-section .short-lines svg:nth-of-type(6) {
    left: 364px;
    top: 1152px;
    right: unset;
}

.questions-head .grid-grid img {
    position: absolute;
    z-index: 1;
    opacity: 0.4;
}

.questions-head .grid-grid img:nth-of-type(1) {
    right: 0;
    top: 0;
    display: none;
}

.questions-head.bottom .grid-grid img:nth-of-type(1) {
    display: block;
    top: 85px;
}

.questions-head .grid-grid img:nth-of-type(2) {
    left: 0;
    top: 762px;
    display: none;
}

.questions-head.bottom .grid-grid img:nth-of-type(2) {
    display: block;
}

.questions-head .grid-grid img:nth-of-type(3) {
    display: none;
}


.questions-head .grid-grid img:nth-of-type(4) {
    display: none;
}

.questions-head .head-slider-text {
    max-width: 550px;
    margin-bottom: 68px;
}

.questions-head .head-slider-text h2 {
    color: #152930;
    margin-bottom: 18px !important;
}

.questions-head .head-slider-text .line {
    display: none;
}

.questions-div.articles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    position: relative;
    z-index: 11;
}

.questions-div .articles {
    height: 100%;
    min-height: 100%;
    margin: 0;
    border: 1px solid #BFBFBF;
    padding: 30px;
}

.questions-div .articles h4 {
    color: #0F374B;
    margin-bottom: 32px !important;
}

.questions-div .articles p {
    color: #747474;
}

.questions-div .articles a {
    color: #01213C;
    font-family: Helixa;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-top: 32px;
    margin-bottom: 0;
}

.questions-div .articles img {
    height: 100%;
    object-fit: cover;
}

/*privacy-policy */
.news-head.policy .head-slider-text {
    margin-top: 126px;
}


.news-head.policy .head-slider-text h2 {
    color: #0F374B;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0 !important;
}

.policy-section {
    padding: 112px 0 74px;
    z-index: 11;
    position: relative;
    background-color: #FFFFFF;
}

.policy-section .text {
    display: grid;
    gap: 24px 0;
    margin: 0 auto;
    max-width: 856px;
}

.policy-section .text h4 {
    color: #0F374B;
    margin-bottom: 0 !important;
}

.policy-section .text h5 {
    color: #0F374B;
    margin-bottom: 0 !important;
}

.policy-section .text h6 {
    color: #7C7C7C;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
}

.policy-section .text h6.blue {
    color: #0F374B;
}

.policy-section .text p {
    color: #7C7C7C;
    font-family: "Roboto Flex";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.policy-section .text p.italic {
    font-style: italic;
}

.policy-section .text p a {
    font-family: "Roboto Flex";
    color: #7C7C7C;
    text-decoration: none;
}

.policy-section .text > a {
    color: #A6192E;
    font-family: "Roboto Flex";
    font-size: 15.875px;
    font-style: normal;
    font-weight: 200;
    line-height: 24px;
    text-decoration: none;
}

.policy-section .text ul {
    padding-left: 18px;
}

.policy-section .text li {
    color: #7C7C7C;
    font-family: "Roboto Flex";
    font-size: 15.875px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*contact*/
.questions-head.contact-head {
    padding: 55px 0 70px;
}

.questions-head.contact-head .head-slider-text {
    margin-top: 44px;
    max-width: 434px;
}

.questions-head.contact-head .head-slider-text h3 {
    color: #152930;
}

.questions-head.contact-head .grid-grid img:nth-of-type(1) {
    display: block;
}

.questions-head.contact-head .grid-grid img:nth-of-type(2) {
    display: block;
    bottom: -218px;
    top: unset;
}

.questions-head.contact-head .short-lines svg:nth-of-type(4) {
    top: 498px;
}

.questions-head.contact-head .short-lines svg:nth-of-type(5) {
    left: 188px;
    top: 870px;

}

.questions-head.contact-head .short-lines svg:nth-of-type(6) {
    left: 222px;
    top: 1048px;
}

.tab-content-row {
    position: relative;
    z-index: 11;
    padding: 48px 36px;
    border-radius: 15px;
    background: #FFF;
    max-width: 718px;
    width: 100%;
}

.tab-content-row .row {
    gap: 18px 0;
}

.tab-content-row h5 {
    color: #0F374B;
    font-size: 36px !important;
    font-weight: 500 !important;
    line-height: 48px !important;
    margin-bottom: 18px !important;
}

.tab-content-row .line {
    height: 1px;
    background-color: #A7D9EE;
    width: 100%;
    margin-bottom: 40px;
}

.tab-content-row label {
    color: #0F374B !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
    margin-bottom: 10px !important;
}

.tab-content-row label .gfield_required {
    display: none;
}

.tab-content-row input, .tab-content-row textarea, .tab-content-row select, .fake-upload-ui {
    padding: 10px 16px !important;
    color: #4A4A4A !important;
    width: 100% !important;
    font-family: "Roboto Flex" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 149% !important;
    border-radius: 8px !important;
    border: 1px solid rgba(15, 55, 75, 0.10) !important;
    background: #F9F9F9 !important;
    outline: none !important;
    max-height: 150px !important;
    height: auto !important;
}

.tab-content-row input.gform-validation-error, .tab-content-row textarea.gform-validation-error, .tab-content-row select.gform-validation-error, .fake-upload-ui.gform-validation-error {
    border: 1px solid #FC4C02 !important;
}

.tab-content-row select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M13.4582 7.3125L8.49984 12.2708L3.5415 7.3125' stroke='%2301213C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
}

.fake-upload-ui {
    display: grid;
    gap: 10px 0;
    width: 100%;
}

.fake-upload-ui {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    margin-bottom: 0 !important;
    min-height: 198px !important;
    cursor: pointer;
}


.fake-upload-ui p {
    margin-top: 14px;
    color: #0F374B;
    font-family: Hemenix;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.fake-upload-ui .choose-file {
    color: #A6192E;
    text-decoration: underline;
}

#file-name {
    font-size: 16px;

}

.file-upload-area input[type="file"] {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    cursor: pointer !important;
    display: none !important;
}

#gform_wrapper_2 {
    position: relative;
}

.fake-upload-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 400px;
    border: 2px dashed #ccc;
    padding: 30px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    z-index: 10;
}


/* input is fully transparent but clickable */
#gform_drag_drop_area_2_13 {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

#gform_drag_drop_area_2_13::before {
    display: none !important;
}

#gform_drag_drop_area_2_13 .gform_drop_instructions {
    display: none;
}

#gfield_upload_rules_2_13 {
    display: none;
}

#gform_browse_button_2_13 {
    position: relative;
    z-index: 20;
    opacity: 0;
    width: 100%;
    height: 100px; /* Same as fake UI height */
    cursor: pointer;
    display: none;
}

.tab-content-row input:active, .tab-content-row textarea:active, .tab-content-row select:active, .fake-upload-ui:active {
    border: 1px solid #00B5E2 !important;
}

.tab-content-row input:focus, .tab-content-row textarea:focus, .tab-content-row select:focus, .fake-upload-ui:focus {
    border: 1px solid #00B5E2 !important;
    outline: 1px solid #DADADA !important;
    outline-offset: -6px !important;
    box-shadow: none !important;
}


.tab-content-row .gform_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 24px !important;
    background-color: #182A2C !important;
    border-radius: 200px !important;
    font-family: "Roboto Flex" !important;
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 149% !important;
    text-decoration: none !important;
    border: none !important;
    position: relative !important;
    min-height: 52px !important;
    z-index: 1 !important;
    max-width: 196px !important;
    width: 100% !important;
    margin-top: 22px !important;
}

.gform-theme--foundation .gform_fields {
    gap: 18px !important;
}

/*innovate*/
.head-slider-section.innovate-head {
    padding: 70px 0;
}

.innovate-head .grid-grid img:nth-of-type(1) {
    display: block;
}

.innovate-head .grid-grid img:nth-of-type(2) {
    bottom: 34px;
    top: unset;
    display: block;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(1) {
    right: 174px;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(2) {
    right: 350px;
    top: 248px;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(3) {
    right: 208px;
    top: 460px;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(4) {
    right: -6px;
    top: 212px;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(5) {
    bottom: 54px;
    left: 166px;
    top: unset;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(6) {
    left: 130px;
    top: unset;
    bottom: 694px;
    right: unset;
}

.innovate-head.head-slider-section .short-lines svg:nth-of-type(7) {
    left: 272px;
    bottom: 516px;
    top: unset;
    right: unset;
}

.innovate-head .head-slider-text {
    max-width: 416px;
    margin: 0 auto 48px;
    text-align: center;
}

.policy .head-slider-text .content-div {
    max-width: 100%;
}

.policy .head-slider-text p {
    margin-top: 18px;
}

.policy .head-slider-text .content-div h6 {
    justify-content: center;
}

.innovate-head .head-slider-text h2 {
    color: #FFF;
}

.innovate-head .head-slider-text p {
    color: #FFF;
}

.innovate-head .tab-content-row {
    max-width: 873px;
    margin: 0 auto;
}

.innovate.why-diverge.partners {
    /*background-image: url("img/Group 1707481659.png");*/
}

/*innovate center*/
.innovate-center-head {
    overflow: hidden;
    overflow-x: visible;
    padding: 44px 0 84px;

}

.innovate-center-head .head-slider-text {
    max-width: 544px;
}

.innovate-center-head .head-slider-text p {
    max-width: 544px;
}

.innovate-center-head .head-slider-text .line {
    display: block;
    background-color: #A7D9EE;
    max-width: 542px;
    margin: 22px 0;
}

.innovate-center-head .head-slider-text h5 {
    color: #152930;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 121% !important;
    margin-bottom: 12px !important;
}

.innovate-center-head .head-slider-text .location {
    display: flex;
    gap: 0 6px;
    margin-bottom: 24px !important;
}

.innovate-center-head .head-slider-text .location svg {
    position: relative;
    top: 2px;
}

.innovate-center-head .head-slider-text .location p {
    color: #152930;
}

.innovate-center-head .head-slider-text .location span {
    color: #A6192E;
}

.innovate-center-head .grid-grid img:nth-of-type(1) {
    top: 0;
}

.innovate-center-head .grid-grid img:nth-of-type(2) {
    right: 52px;
    top: 46px;
}

.news-single-head.innovate-center-head .short-lines svg:nth-of-type(1) {
    top: 82px;
}

.news-single-head.innovate-center-head .short-lines svg:nth-of-type(2) {
    top: 506px;
    right: 300px;
}

.news-single-head.innovate-center-head .short-lines svg:nth-of-type(3) {
    right: 690px;
    top: 438px;
}

.why-diverge.innovate {
    padding: 143px 0;
    background-image: url("img/Group 17074816631.png");
}

.why-diverge.innovate .content-div p {
    max-width: 790px;
}

.why-diverge.our-process.innovate-red {
    background-size: 100%;
    background-position: center top;
    background-image: url("img/Group 17074816645.png");
    background-color: #A6192E;

}

.why-diverge.our-process.innovate-red:before {
    border-bottom: 1px solid #A6192E;
    background: linear-gradient(to right, #A6192E 0%, #A6192E 50%, rgba(21, 41, 48, 0) 60%);
}

.why-diverge.our-process.innovate-red .svg-wrapper {
    bottom: unset;
    top: 212px;
    z-index: 3;
}


.agenda {
    padding: 35px 60px 70px;
    border-radius: 10px;
    background-color: #FFF;
    margin: 48px 0 0;
    position: relative;
    z-index: 9;
}

.agenda .accordion-flush .accordion-item .accordion-button h6 {
    color: #A6192E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 113%;
    text-transform: uppercase;
    margin-bottom: 19px;
    max-width: 500px;
}

.agenda .accordion-flush .accordion-item .accordion-button.collapsed h6 {
    color: #6C797C;
}

.agenda h4 {
    color: #000;
    margin-bottom: 0 !important;
}

.agenda .accordion-flush .accordion-item {
    position: relative;

}

.agenda .accordion-item p {
    color: #000;
    max-width: 622px;
}

.agenda .accordion-item img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 298px;
    height: 210px;
    object-fit: cover;
}

.accordion-flush .accordion-item .image-reveal-wrapper img {
    opacity: 0;
    /*transform: translateY(20px);*/
    /*transition: opacity 0.6s ease, transform 0.6s ease;*/

}


.accordion-collapse.show .image-reveal-wrapper img {
    padding-top: 35px;
    opacity: 1;
    /*transform: translateY(0);*/
}

.agenda .line {
    background-color: #A6192E;
    height: 1px;
    width: 100%;
    margin: 40px 0 5px;
}


.accordion-flush .accordion-item .accordion-button {
    background: #FFFFFF;
    border: none;
    box-shadow: none;
    gap: 0 10px;
    padding: 35px 0 0;

}

.accordion-item {
    border: none;
}

.accordion-flush .accordion-item .accordion-button.collapsed {
    border-bottom: 1px solid rgba(108, 121, 124, 0.5);
    padding: 35px 0;
}

.accordion-flush .accordion-item .accordion-button.collapsed:focus {
    border-bottom: 1px solid rgba(108, 121, 124, 0.5);
}

.accordion-flush .accordion-item .accordion-button:focus {
    border: none;
    box-shadow: none;
}

#accordionFlushExample.accordion-flush .accordion-collapse {
    border-bottom: 1px solid #A6192E;
    border-radius: 0 !important;
}

.accordion-flush .accordion-collapse .accordion-body {
    /*position: relative;*/
    padding: 12px 0 64px;
    border-radius: 0;
}

.accordion-item {
    border: none;

}


.accordion-button .custom-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 36px;
    width: 100%;
    height: 36px;
    margin-left: auto;
    transition: background-color 0.3s ease;
    box-shadow: 1px 1px 10px 0px rgba(28, 64, 100, 0.16);
    border-radius: 50%
}


#accordionFlushExample .accordion-button:not(.collapsed) .custom-icon {
    /*background-color: #A6192E;*/
    /*transform: rotate(180deg);*/
    opacity: 0 !important;
    transform: scale(0.8) !important;
    pointer-events: none;
}

.accordion-button .custom-icon {
    display: inline-flex;
    opacity: 1 !important;
    transform: scale(1) !important;
    transition: opacity 0.1s ease, transform 0.1s ease;
    visibility: visible !important;
}

.accordion-button .custom-icon svg path {
    transition: stroke 0.3s ease;
}

.accordion-button:not(.collapsed) .custom-icon svg path {
    stroke: #FFFFFF;
}

.accordion-button::after {
    display: none;
}

.red-background.black {
    background-color: #152930;
}

.red-background.black h3 {
    min-height: 200px;
    max-width: 620px;
}

.partners-live-section {
    padding: 100px 0;
}

.partners-live-section h3 {
    color: #0F374B;
    margin-bottom: 54px !important;
}

.partners-live {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(5, 3, 51, 0.50);
    border-radius: 10px;
    overflow: hidden;
    gap: 0;
}

.partners-live > div {
    width: 100%;
    flex: 0 0 20%;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 20px;
    border-right: 1px solid rgba(5, 3, 51, 0.50);
    border-bottom: 1px solid rgba(5, 3, 51, 0.50);
}

.partners-live > div:nth-child(5n) {
    border-right: none;
}

/*.partners-live > div:nth-last-child(-n+5) {*/
/*    border-bottom: none;*/
/*}*/

.partners-live img {
    max-width: 100px;
    object-fit: contain;
    height: 40px;
    margin-bottom: 40px;
}

.partners-live h4 {
    color: #152930;
    margin-bottom: 40px !important;
    min-height: 58px;
}

.partners-live p {
    color: #152930;
}

#live-partners .div {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    padding: 12px;
    border: 1px solid rgba(5, 3, 51, 0.50);
    border-radius: 10px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
}

#live-partners .slick-slide {
    margin: 0 2px;
}

#live-partners .div img {
    width: fit-content;
    max-width: 100%;
    margin-bottom: 15px;
}

#live-partners .div h4 {
    font-size: 20px;
    color: #152930;
    margin-bottom: 12px !important;
}

#live-partners .div p {
    margin-top: auto;
    color: #152930;
}

.faq-section {
    background-color: #E9F8FF;
    padding: 100px 0;
}

.faq-section h3 {
    text-align: center;
    color: #01213C;
    margin-bottom: 40px !important;
}

.accordionFlushExample2 .custom-icon {
    width: 100%;
    height: 100%;
    background: none;
    display: block;
    transition: transform 0.3s ease;
    overflow: hidden;
}


.accordionFlushExample2 .custom-icon svg circle {
    transition: fill 0.3s ease;
}

.accordionFlushExample2 .custom-icon svg path {
    transition: transform 0.3s ease;
}

.accordionFlushExample2 .custom-icon svg {
    transition: transform 0.3s ease;
    transform-origin: center;
}

.accordionFlushExample2 .accordion-button[aria-expanded="true"] .custom-icon svg {
    transform: rotate(180deg);
}

.accordionFlushExample2 .accordion-button:not(.collapsed) .custom-icon svg circle {
    fill: #A6192E;
}

.accordionFlushExample2 .accordion-button:not(.collapsed) .custom-icon svg path {
    stroke: white;
}

.accordionFlushExample2 {
    gap: 18px 0;
    display: grid;
}

.accordionFlushExample2 .accordion-item {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.06);
    overflow: hidden;
}


.accordionFlushExample2 .accordion-item .accordion-button {
    padding: 26px 36px !important;
    transition: padding 0.3s ease;
    border-bottom: none !important;
}

.accordionFlushExample2 .accordion-item .accordion-button:not(.collapsed) {
    padding-bottom: 14px;
}

.accordionFlushExample2 .accordion-collapse .accordion-body {
    padding: 0 36px 26px;
}

.accordionFlushExample2 .accordion-button:not(.collapsed) .custom-icon {
    background-color: #A6192E;
    transform: rotate(180deg);

}

.accordion-flush h5 {
    color: #01213C;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 121% !important;
    margin-bottom: 0;
}

.accordion-flush p {
    color: #4A4A4A;
}

.head-slider-section.red {
    padding: 86px 0 82px;
    background-color: #A6192E;
}

.head-slider-section.red .grid-grid img:nth-of-type(1) {
    top: -14px;
    display: block;

}

.head-slider-section.red .grid-grid img:nth-of-type(2) {
    bottom: -14px;
    display: block;
    top: unset;

}

.parallax-container {
    width: 284px;
    height: 248px;
    overflow: hidden;
    position: relative;
}

.parallax-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 600px;
    object-fit: cover;
    animation: slide-right-left 20s linear infinite;
}

h2.gform_submission_error {
    font-size: 16px !important;
}

.gfield_validation_message {
    font-family: "Roboto Flex" !important;
    font-size: 12px !important;
}

.bg-light-blue {
    background-color: #E9F8FF !important;
}


.gform-validation-error {
    border-color: #d12929 !important;
}

.custom-error-msg {
    color: #d12929;
    font-size: 13px;
    margin-top: 4px;
}


@keyframes slide-right-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-316px);
    }
}

@media screen and (min-width: 1350px) {
    .max-container {
        max-width: 1314px !important;
    }
}

@media screen and (min-width: 1600px) {
    .max-container {
        max-width: 1312px !important;
    }
}

@media screen and (max-width: 1800px) {
    .red-background-section {
        background-position: center right -94px;
    }
}

@media screen and (max-width: 1600px) {
    .red-background-section {
        background-position: center right -194px;
    }

    .red-background-section .images {
        padding-left: 160px;
    }

    .why-diverge.our-process {
        background-position: top right -150px;
    }

}

@media screen and (max-width: 1440px) {
    .head-slider-section {
        background-position: right -246px top;
    }

    .head-slider-section .short-lines svg:nth-of-type(1) {
        display: none;
    }

    .head-slider-section .short-lines svg:nth-of-type(2) {
        right: 622px;
    }

    .short-lines svg:nth-of-type(3) {
        right: 124px;
    }

    .head-slider-section .short-lines svg:nth-of-type(4) {
        right: 978px;
    }

    .head-slider-section .short-lines svg:nth-of-type(5) {
        right: 374px;
    }

    .head-slider-section .short-lines svg:nth-of-type(6) {
        right: 162px;
        top: 450px;
    }

    .head-slider-section .short-lines svg:nth-of-type(7) {
        right: 446px;
    }

    .why-diverge {
        background-size: contain;
    }

    .why-diverge.our-process {
        background-position: top right -300px;
        background-size: unset;
    }

    .headlines-section {
        background-position: right -196px bottom -52px;
    }

    .red-background-section {
        background-position: center right -228px;
    }

    footer {
        padding: 44px 0;
    }

    /*about*/
    .head-slider-section.about-head {
        background-position: right -492px top;
        padding-bottom: 47px;
    }

    /*news*/
    .news-head.head-slider-section .short-lines svg:nth-of-type(1) {
        display: block;
    }

    /*single*/
    .news-single-head.head-slider-section .short-lines svg:nth-of-type(1) {
        display: block;
    }

    /*question*/
    .questions-head.head-slider-section .short-lines svg:nth-of-type(1) {
        display: block;
    }

    .slick3 .slick-list {
        right: -9.2%;
    }
}

@media screen and (max-width: 1350px) {
    .red-background {
        background-position: left -106px center;
    }

    .red-background .content-div {
        margin: 70px 50px;
    }

    .red-background .short-lines svg:nth-of-type(3) {
        display: none;
    }

    .red-background-section .images {
        padding-left: 40px;
    }

    /*about*/
    #slick1 {
        margin-left: 74px;
    }

    .sourcing-solutions .accordion-item {
        min-height: 600px;
        max-height: 600px;
    }
}


@media screen and (max-width: 1200px) {
    .head-slider-section {
        background-position: right -388px top;
    }

    .head-slider-section .short-lines svg:nth-of-type(5) {
        display: none;
    }

    .head-slider-section .short-lines svg:nth-of-type(7) {
        display: none;
    }

    .buttons-text-div {
        display: grid;
        gap: 18px 0;
    }

    .buttons-text-div div {
        justify-content: left;
    }

    .red-background {
        position: relative;
        z-index: 0;
        background-image: none;
        overflow: hidden;
    }

    .sourcing-solutions .images img {
        height: 80px;
    }

    .red-background::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('img/Vector333.svg');
        background-repeat: no-repeat;
        background-position: left center;
        opacity: 0.3;
        z-index: -1;
        background-size: 55%;
    }

    .red-background .content-div {
        margin: 60px 46px;
        max-width: 100%;
    }

    .red-background .short-lines svg {
        opacity: 0.6;
    }

    .red-background .short-lines svg:nth-of-type(2) {
        top: 0;
    }

    .red-background .short-lines svg:nth-of-type(3) {
        display: block;

    }

    .red-background .short-lines svg:nth-of-type(3) {
        top: 176px;
    }

    .red-background .short-lines svg:nth-of-type(4) {
        display: block;
        top: 390px;
        right: 50.4%;
    }

    .red-background .images {
        display: none;
    }

    .headlines-section {
        background: none;
    }

    .red-background-section {
        background-position: center right -484px;
    }

    .red-background-section .images {
        gap: 0 20px;
    }

    /*about*/
    .about-head .about-h1 {
        flex-direction: column;
        align-items: start;
    }

    .about-head .about-h1 h1 {
        order: 2;
        min-width: unset;
    }

    .about-head .about-h1 #slick1 {
        order: 1;
        margin-left: 372px;
        margin-bottom: 46px;
    }

    .articles-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .modal-content {
        max-width: 800px;
    }

    /*news*/
    .news-head {
        padding-bottom: 100px;
    }

    .news-head .head-slider-text {
        margin-top: 60px;
    }

    .news-head .grid-grid img:nth-of-type(1) {
        display: none;
    }


    .news-head.head-slider-section .short-lines svg:nth-of-type(1) {
        top: 264px;
    }

    .news-head.head-slider-section .short-lines svg:nth-of-type(2) {
        right: 78px;
        top: 86px;
        left: unset;
    }

    .news-head.head-slider-section .short-lines svg:nth-of-type(3) {
        display: none;
    }


    .previous-next {
        margin: 40px 0 0;
    }

    /*news*/
    .news-single-head {
        padding-bottom: 84px;
    }

    .news-single-head .grid-grid img:nth-of-type(2) {
        width: 350px;
        height: 303px;
    }

    .innovate-center-head {
        padding-bottom: 84px;
    }

    .news-single-head.head-slider-section .short-lines svg:nth-of-type(1) {
        top: 466px;
    }


    .news-single-head.head-slider-section .short-lines svg:nth-of-type(2) {
        top: 572px;
    }

    /*single*/
    .single-news .contact .div {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: unset;
        padding: 0 8px;
    }

    .single-news .contact h5 {
        font-size: 18px !important;
    }

    .single-news .contact .custom-button {
        margin-top: 10px;
        max-width: fit-content;
    }

    .single-news .text .contact h5 {
        font-size: 20px !important;
    }

    .single-news .text .contact .custom-button {
        margin-top: 22px;
        max-width: fit-content;
    }

    .single-news .text .margin40 {
        margin-bottom: 0;
    }

    /*privacy policy*/
    .news-head.policy .head-slider-text {
        margin-top: 86px;
    }

    /*innovate center*/
    .why-diverge.innovate {
        padding: 84px 0 90px;
        background-position: center right;
    }

    .why-diverge.our-process.innovate-red {
        padding: 80px 0;
    }

    .agenda {
        margin: 48px 0 0;
    }

    .red-background.black h3 {
        max-width: 100%;
    }

    .agenda .accordion-item p {
        max-width: 500px;
    }

    .partners-live h4 {
        font-size: 20px !important;
        margin-bottom: 25px !important;
        min-height: 48px;
    }

    .partners-live img {
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {

    .max-container {
        max-width: 738px !important;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 44px !important;
        line-height: 107% !important;
    }

    h2 {
        font-size: 36px !important;
        line-height: 113% !important
    }

    h3 {
        font-size: 36px !important;
        line-height: 113% !important
    }

    header {
        padding: 26px 0;
    }

    .header-logo-a svg {
        max-width: 152px;
        height: auto;
        width: 100%;
    }

    .header-menu nav .menu {
        gap: 0 18px;
    }

    .header-menu nav .menu .nav-item a {
        padding: 0;
    }

    .header-menu nav .menu .nav-item:last-child a {
        margin-left: 18px;
    }

    .head-slider-section {
        background: none;
        position: relative;
        padding-bottom: 40px;
    }

    .head-slider-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url('img/Vector555.svg');
        background-repeat: no-repeat;
        background-position: right top;
        z-index: -1;
    }

    .head-slider-section h1 {
        max-width: 450px;
        margin-bottom: 46px !important;
    }

    .head-slider-text .line {
        margin-bottom: 12px;
    }

    .head-slider-section .short-lines svg:nth-of-type(2) {
        display: none;
    }

    .head-slider-section .short-lines svg:nth-of-type(3) {
        display: none;
    }

    .head-slider-section .short-lines svg:nth-of-type(4) {
        right: 612px;
        top: 86px;
        width: 30px;
        height: 30px;
    }

    .head-slider-section .short-lines svg:nth-of-type(6) {
        width: 30px;
        height: 30px;
        top: 314px;
        right: 126px;
    }

    .head-slider-section.about-head .short-lines svg:nth-of-type(1) {
        width: 30px;
        height: 30px;
        top: 28px;
        right: 40px;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(2) {
        display: none;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(3) {
        display: none;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(4) {
        display: block;
        right: 612px;
        top: 86px;
        width: 30px;
        height: 30px;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(6) {
        display: block;
        width: 30px;
        height: 30px;
        top: 314px;
        right: 612px;
    }

    .head-slider-section .slick3 {
        margin: 30px 0 68px;
    }


    .slick3 .slick-list {
        right: -27%;
    }

    .slick3 .slick-slide {
        width: 200px;
        margin-right: 57px;
    }

    .red-background::before {
        background-size: unset;
    }

    .why-diverge {
        padding: 84px 0 90px;
        /*background-position: 78%;*/
        background-position: top right -100px;
        background-size: contain;
    }

    .content-div .line {
        margin: 18px 0;
    }

    .why-diverge.our-process {
        padding: 68px 0 0;
        /*max-height: 720px;*/
        /*background-position: 66%;*/
    }

    /*.why-diverge.our-process .svg-wrapper {*/
    /*    display: none;*/
    /*}*/
    .why-diverge.our-process h2 {
        max-width: 600px;
        margin-bottom: 32px !important;
    }

    .sourcing-solutions {
        margin-top: 0;
        display: grid;
    }

    .sourcing-solutions .accordion-item {
        max-height: unset;
        min-height: unset;
        width: 100%;
        border-right: none;
    }

    .sourcing-solutions .accordion-header .div {
        flex-direction: unset;
        justify-content: space-between;
    }

    .sourcing-solutions .accordion-header .div img {
        max-height: 80px;
    }

    .sourcing-solutions .accordion-header .div > div {
        padding: 20px 26px;
    }

    .sourcing-solutions .first {
        padding: 34px 31px 23px 25px;
    }

    .sourcing-solutions .line {
        overflow: hidden;
    }

    .sourcing-solutions.active .line div {
        background-color: #A6192E;
    }

    .sourcing-solutions .accordion-item.active .accordion-header .bottom div {
        max-width: 100%;
        width: 100%;
    }

    .sourcing-solutions .active .div.top div {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }

    .sourcing-solutions .line div {
        position: relative;
        height: 3px;
        border-radius: 200px;
        max-width: 44px;
        margin: 0 0 12px;
    }

    .sourcing-solutions .active .line div::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 244px;
        background-color: #A6192E;
        z-index: 1;
    }


    .sourcing-solutions .active .line div {
        background-color: #E6E6E6;
    }

    .sourcing-solutions .images {
        margin-top: 20px;
        gap: 0 15px;
    }

    .sourcing-solutions .second {
        display: grid;
    }


    .sourcing-solutions .div {
        align-items: center;
        border-left: none;
        border-top: 1px solid #E6E6E6;
        flex-direction: unset;
    }

    .sourcing-solutions .active .div h4 {
        font-size: 18px !important;
    }

    .sourcing-solutions .div h4 {
        font-size: 16px !important;
        line-height: 121% !important;
        margin-bottom: 0 !important;
    }

    .sourcing-solutions .div.top h4 {
        margin-top: 0 !important;
    }

    .sourcing-solutions .div > div {
        padding: 22px 26px;
    }

    .sourcing-solutions .div.top div {
        display: flex;
        flex-direction: column-reverse;
    }


    .blue-background {
        padding: 48px 0 52px;
    }

    .our-portfolio-section {
        padding: 55px 0;
    }

    .companies {
        margin-top: 27px;
    }

    .companies > div {
        padding: 60px;
        flex: 0 1 calc(33.333%); /* 3 items per row */
        border-right: 1px solid rgba(5, 3, 51, 0.50);
        border-bottom: 1px solid rgba(5, 3, 51, 0.50);
    }


    .companies > div:nth-child(3n) {
        border-right: none;
    }

    .companies > div:last-child {
        border-right: none;
    }

    /* Remove bottom border from items in the last row */
    /* For 4 items: remove from item 4 */
    .companies > div:nth-child(4):nth-last-child(1) {
        border-bottom: none;
    }

    /* For 5 items: remove from items 4 and 5 */
    .companies > div:nth-child(4):nth-last-child(2),
    .companies > div:nth-child(5):nth-last-child(1) {
        border-bottom: none;
    }

    /* For 6 items: remove from items 4, 5, and 6 */
    .companies > div:nth-child(4):nth-last-child(3),
    .companies > div:nth-child(5):nth-last-child(2),
    .companies > div:nth-child(6):nth-last-child(1) {
        border-bottom: none;
    }

    .companies svg {
        filter: unset;
        opacity: 1;
    }

    .why-diverge.partners {
        /*background: linear-gradient(*/
        /*        to bottom,*/
        /*        transparent 31%,*/
        /*        #182A2C 31%*/
        /*);*/
        /*padding-bottom: 100px;*/
        /*margin-bottom: 82px;*/
        padding: 55px 0;
    }

    .why-diverge.partners.contact {
        background-color: #182A2C;
    }


    .marquee-wrapper {
        margin-top: 46px;
    }

    .headlines-section {
        padding-top: 82px;
        padding-bottom: 50px;
    }

    .headlines-section .container > .row {
        gap: 30px 0;
    }


    .slick-slide:first-child .articles {
        margin-left: 12px;
    }

    .articles {
        padding: 12px;
        min-height: 372px;
        margin-left: 0;
    }

    .articles h6 {
        -webkit-line-clamp: 5;
    }

    .articles a {
        margin: auto 0 10px;
    }

    .red-background-section {
        background: none;
        padding: 0 0 50px;
    }

    .red-background-section.black {
        background: none;
    }

    .red-background-section .row {
        border-radius: 10px;
        border: 1px solid #D0D0D0;
        background: #A6192E;
        box-shadow: 0 21px 36.8px 0px rgba(206, 217, 213, 0.50);
        position: relative;
        z-index: 1;
    }

    .red-background-section.black .row {
        background-color: #01213C;

    }

    .red-background-section .row::before {
        content: '';
        position: absolute;
        inset: 0;
        opacity: 0.3;
        z-index: 0;
        background-image: url("img/Vector6666.svg");
        background-position: right top;
        background-repeat: no-repeat;
    }

    .red-background-section .content-div {
        padding-left: 26px;
    }

    .red-background-section .images {
        padding-left: 11px;
        gap: 34px;
        position: relative;
        z-index: 3;
    }

    .red-background-section .images div div:last-child img {
        margin: 138px 0 36px;
        width: 143px;
        height: 183px;
    }

    .red-background-section .images div div:first-child img {
        margin: 32px 0 138px;
        width: 143px;
        height: 183px;
    }

    .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /*about*/
    .head-slider-section.about-head {
        background: none;
    }

    .head-slider-section.about-head:before {
        background-color: #EDF9FF;
    }

    .about-head .about-h1 #slick1 {
        right: -26%;
        margin-left: 0;
    }

    #slick1 .slick-slide {
        margin-right: 57px;
    }

    #slick1 .slick-slide img {
        width: 200px;
        height: 258px;
    }

    .about-head .about-h1 {
        padding: 28px 0 46px;
    }

    .about-content {
        padding: 50px 0;
    }

    .about-content .line {
        margin-top: 12px
    }

    .news-head.head-slider-section h1 {
        max-width: 100%;
    }

    .news-head.head-slider-section .short-lines svg:nth-of-type(1) {
        right: 78px;
        top: 222px;
    }


    .news-head.head-slider-section .short-lines svg:nth-of-type(2) {
        right: 42px;
        top: 10px;
        left: unset;
        display: block;
    }

    .news-head .head-slider-text h1 {
        font-size: 44px !important;
        line-height: 107% !important;
    }

    .news .articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .news .tab-pane-container .articles {
        min-height: 334px;
    }

    .news-single-head .grid-grid img:nth-of-type(1) {
        display: none;

    }

    .news-single-head .grid-grid img:nth-of-type(2) {
        top: 0;
        position: relative;
        padding: 0 70px;
        right: 0;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-bottom: 45px;
    }

    .news-single-head .grid-grid img:nth-of-type(3) {
        display: block;
        right: 0;
        top: 0;
        width: 100%;
    }

    .news-single-head.head-slider-section .short-lines svg:nth-of-type(1) {
        left: 6px;
        top: 46px;
        height: 17px;
        width: 17px;
    }

    .news-single-head.head-slider-section .short-lines svg:nth-of-type(2) {
        right: 60px;
        top: 172px;
        height: 17px;
        width: 17px;
        display: block;
    }

    .news-single-head .back {
        margin-bottom: 35px;
    }

    .news-single-head .head-slider-text {
        min-height: unset;
    }

    .news-single-head .head-slider-text .line {
        display: block;
    }

    .headlines-section.blue {

    }

    /*question*/
    .questions-head {
        padding: 40px 0 0;
    }

    .questions-head.bottom {
        padding: 0 0 40px;
    }

    .questions-head .head-slider-text .line {
        display: block;
    }

    .questions-head .head-slider-text {
        margin-bottom: 37px;
    }

    .questions-div.articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /*privacy policy*/
    .news-head.policy .head-slider-text {
        margin-top: 34px;
    }

    .policy-section {
        padding: 60px 0;
    }

    /*contact*/
    .questions-head.contact-head .head-slider-text {
        margin-top: 0;
    }

    .tab-content-row {
        max-width: 100%;
    }

    .tab-content-row h5 {
        font-size: 20px !important;
        line-height: 25px !important;
    }

    /*innovate*/
    .head-slider-section.innovate-head {
        padding: 40px 0;
    }

    .head-slider-section.innovate-head .grid-grid {
        display: none;
    }

    .head-slider-section.innovate-head .short-lines {
        display: none;
    }

    .why-diverge.partners.contact.innovate {
        padding-bottom: 56px;
    }

    /*innovate center*/
    /*.news-single-head .grid-grid img:nth-of-type(2) {*/
    /*    bottom: 0;*/
    /*}*/
    /*innovate center*/
    .innovate-center-head .head-slider-text {
        margin-top: 45px;
    }

    .agenda {
        margin-top: 0;
    }

    .why-diverge.our-process.innovate-red {
        max-height: fit-content;
    }

    .red-background.black h3 {
        max-width: 100%;
        min-height: auto;
    }

    .agenda .img {
        margin-top: 20px;
        padding-top: 0 !important;
        width: 100%;
        opacity: 1;
        transition: unset;
    }

    .accordion-flush .accordion-collapse .accordion-body {
        padding: 20px 0 35px;
    }

    .partners-live > div {
        flex: 0 0 50%;
        border-right: 1px solid rgba(5, 3, 51, 0.50);
        border-bottom: 1px solid rgba(5, 3, 51, 0.50);
    }


    .partners-live > div:nth-child(5n) {
        border-right: 1px solid rgba(5, 3, 51, 0.50);
    }

    .partners-live > div:nth-child(2n) {
        border-right: none;
    }

    /*.partners-live > div:nth-last-child(-n+2) {*/
    /*    border-bottom: none !important;*/
    /*}*/
    .partners-live-section h3 {
        margin-bottom: 32px !important;
    }

    .faq-section {
        padding: 80px 0;
    }

    .parallax-container {
        width: 200px;
        height: 172px;
    }

    .parallax-image {
        width: 400px;
    }

    @keyframes slide-right-left {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-200px);
        }
    }

    .companies img {
        opacity: 1 !important;
        filter: unset !important;
    }

    .companies svg {
        filter: none;
        opacity: 1;
        transition: filter 0.4s ease, transform 0.4s ease;
        cursor: pointer;
    }

    .companies svg.hovered {
        filter: none;
        transform: none;
        opacity: 1;
    }

    .accordion-collapse.show .image-reveal-wrapper img {
        position: relative;
        height: auto;
        width: 100%;
    }

    .partners-live-section {
        padding: 60px 0;
    }

    .headlines-section .slick-slide img {
        height: 138px !important;
    }

    .about-content .articles img {
        height: 220px !important;
    }


    .news.about-content .articles img {
        height: 138px !important;
    }

    #accordionFlushExample .accordion-button:not(.collapsed) .custom-icon {
        background-color: #A6192E !important;
        transform: rotate(180deg) !important
    }
}


@media screen and (max-width: 767px) {


    #companies {
        margin-top: 2px;
    }

    #companies .slick-slide {
        margin: 0 1px;
    }


    #companies .comp-div {
        width: 100%;
        min-height: 245px;
        border-radius: 6px;
        border: 1.266px solid rgba(5, 3, 51, 0.50);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px;
    }

    #companies .comp-div img {
        width: 100%;
        max-width: 100%;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 32px !important;
    }

    .slick-dots {
        bottom: -32px !important;
    }

    .slick-dots li {
        width: 7px !important;
        height: 7px !important;
    }

    .slick-dots li.slick-active {
        width: 14px !important;
        height: 14px !important;
    }

    .slick-dots li button {
        width: 7px !important;
        height: 7px !important;
        padding: 0 !important;
        background-color: #E6E6E6 !important;
        border-radius: 50%;

    }

    .slick-dots li button:before {
        /*width: 13px !important;*/
        /*height: 13px !important;*/
        /*font-size: 9px !important;*/
        /*line-height: 13px !important;*/
        display: none;
    }

    .slick-dots li.slick-active button {
        width: 14px !important;
        height: 14px !important;
        background-color: #FFFFFF !important;
        border: 1px solid #A6192E;
        color: transparent !important;
        position: relative;
    }

    .slick-dots li.slick-active button:before {
        display: block;
        width: 7px !important;
        height: 7px !important;
        background-color: #A6192E !important;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: '' !important;
    }

    .red-background::before {
        background-image: url("img/Vector255.svg");
        background-position: left bottom;
        opacity: 0.6;
    }

    .red-background .short-lines svg {
        display: none !important;
    }

    .images-slider.images {
        top: 0;
    }

    .red-background .images {
        margin: 0 22px 22px;
        display: block;
    }


    .images-slider .slick-slide {
        margin-bottom: 0 !important;
    }

    .images-slider .slick-track {
        top: 0;
    }

    .images-slider img {
        max-width: 100%;
        border-radius: 5px;
    }

    /*.red-background .images img:last-child {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    border-radius: 6px;*/
    /*}*/
    .articles {
        margin: 0 12px;
    }

    .articles a {
        margin: 22px 0 12px;
    }

    .red-background-section {
        position: relative;
        background-color: #A6192E;
        padding: 35px 0 20px;
    }

    .red-background-section.black {
        background-color: #01213C;
    }

    .red-background-section.black .row {
        background: none;
    }

    .red-background-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("img/Frame 1707480173.svg");
        background-position: left bottom;
        background-repeat: no-repeat;
        opacity: 0.6;
        z-index: 0;
    }

    .red-background-section .row {
        background: none;
        border: none;
        box-shadow: none;
    }

    .red-background-section .row::before {
        background: none;
    }

    footer .right {
        margin-top: 14px;
        display: flex;
        flex-direction: column-reverse;
    }

    footer .right .links {
        margin: 0;
        justify-content: start;
    }

    footer .right .line {
        height: 1px;
        width: 100%;
        background-color: #A7D9EE;
        margin: 16px 0;
    }

    /*about*/
    .d-desktop {
        display: none;
    }

    .d-mobile {
        display: block;
    }

    #tabSelect {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='17' height='18' viewBox='0 0 17 18' fill='none'><path d='M13.4582 7.3125L8.49984 12.2708L3.5415 7.3125' stroke='%2301213C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
        background-repeat: no-repeat;
        background-position: right 11px center;
        margin-bottom: 18px;
    }

    .tabs-mobile select {
        width: 100%;
        padding: 7px 11px;
        border-radius: 5px;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        border: 1px solid #A7D9EE;
    }

    #tabSelect:focus-visible {
        outline: 1px solid #A7D9EE;
    }

    .modal-content {
        flex-direction: column !important;
        gap: 32px 0;
        overflow: visible;
    }

    .modal-left {
        max-width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

    .modal-close {
        top: -35px;
        right: 0;
    }

    .modal-close svg path {
        stroke: white;
    }

    .modal-content {
        max-width: 500px;
    }

    /*single*/
    .single-news {
        margin: 34px 0;
    }

    .single-news .links {
        display: none;
    }

    .single-news .contact {
        display: none;
    }

    .single-news .text .contact {
        display: block;
    }

    .single-news .text {
        margin: 0;
        gap: 32px 0;
        border-bottom: none;
        padding-bottom: 40px;
    }

    .single-news .text h4 {
        font-size: 20px !important;
    }

    .single-news .text h5 {
        font-size: 16px !important;
    }

    .single-news .text ul li {
        font-size: 16px;

    }

    .member {
        margin: 0;
        display: grid;
        gap: 22px 0;
        justify-content: unset;
    }

    .member .info {
        max-width: 100%;
        width: 100%;
        padding: 18px 16px;
        border-radius: 5px;
        background: #FFF;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    }

    /*question*/
    .questions-div.articles-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    /*contact*/
    .tab-content-row {
        padding: 20px 18px;
        border-radius: 10px;
    }

    .tab-content-row .row {
        gap: 15px 0;
    }

    .tab-content-row .line {
        margin-bottom: 18px;
    }

    .tab-content-row label {
        color: #152930;
        font-family: "Roboto Flex";
        margin-bottom: 8px;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 149%;
    }

    .tab-content-row input, .tab-content-row textarea {
        max-height: 104px;
    }

    .tab-content-row .custom-button {
        margin-top: 6px;
        padding: 8px 24px;
    }

    .file-upload-area {
        min-height: 104px;
        padding: 10px 4px;
    }

    .file-upload-area img {
        max-width: 30px;
    }

    .file-upload-area p {
        font-size: 16px;
    }

    .agenda {
        padding: 5px 26px 40px;
    }


}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 32px !important;
        line-height: 107% !important;
    }

    h2 {
        font-size: 22px !important;
        line-height: 113% !important;
        margin-bottom: 12px !important;
    }

    h3 {
        font-size: 22px !important;
        line-height: 113% !important;
        margin-bottom: 12px !important;
    }

    h4 {
        font-size: 18px !important;
        line-height: 121% !important;
        margin-bottom: 4px !important;
    }

    p {
        font-size: 16px;
        line-height: 140%;
    }

    .custom-button.white {
        padding: 8px 24px;
        max-width: fit-content;
    }

    .custom-button {
        padding: 8px 20px;
        max-width: fit-content;
    }


    .header-menu {
        display: none;
        justify-content: end;
    }

    .mobile-header-menu {
        display: flex !important;
        justify-content: end;
    }

    .menu-button-container {
        display: flex;

    }

    .mobile-menu {
        position: absolute;
        top: 50px;
        left: 0;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        align-items: center;
        transition: background 0.6s ease-in-out,
        box-shadow 0.6s ease-in-out,
        padding 0.4s ease-in-out,
        opacity 0.4s ease-in-out;
        background-color: rgba(33, 31, 31, 0);
        box-shadow: 0 0 0 rgba(166, 25, 46, 0);
        opacity: 0;
        background-image: url("img/Vector47..svg");
        background-repeat: no-repeat;
        background-position: right bottom;
        margin-bottom: 0;
    }

    .mobile-menu li a {
        text-decoration: none;
        color: rgba(255, 255, 255, 0.76);
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: 252%;
        position: relative;
    }

    .mobile-menu li a.active {
        color: #FFF;
    }

    .mobile-menu li a.custom-button.white {
        margin-top: 44px;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 149%;
        max-width: 157px;
    }

    #menu-toggle ~ .mobile-menu li {
        max-height: 0;
        overflow: hidden;
        padding: 0 28px;
        transition: max-height 0.3s ease, padding 0.3s ease;
        justify-content: start;
    }

    #menu-toggle:checked ~ .mobile-menu {
        background-color: #A6192E;
        box-shadow: 0 -66px 0 #A6192E, -66px 0 0 #A6192E, 66px 0 0 #A6192E;
        opacity: 1;
        z-index: 80;
        padding: 50px 0 180px;
    }

    #menu-toggle:checked ~ .mobile-menu li {
        max-height: 500px;
        padding: 0 28px;
    }

    .mobile-menu > li {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 0.5em 0;
        width: 100%;
        color: #FEFEFE;
    }

    header {
        padding: 14px 0;
    }

    .header-logo-a svg {
        max-width: 91px;
    }

    .header-logo-a svg path {
        transition: fill 0.4s ease-in-out;
    }

    .head-slider-section::before {
        background-image: url("img/Frame 170748017355.svg");
    }

    .head-slider-section .slick3 {
        margin: 25px 0 52px;
    }


    .why-diverge.partners h3 {
        color: #FDFBF0;
    }

    .why-diverge.partners p {
        color: #FFFEF6;

    }

    .slick3 .slick-list {
        left: 0;
        right: unset;
        padding-left: 0 !important;
        z-index: 2;
    }


    .slick3 .slick-slide {
        margin-right: 30px;
        width: 218px;
    }

    .head-slider-section .short-lines svg:nth-of-type(4) {
        top: 40px;
        left: 0;
        width: 17px;
        height: 17px;
    }

    .head-slider-section .short-lines svg:nth-of-type(6) {
        display: none;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(1) {
        width: 17px;
        height: 17px;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(4) {
        width: 17px;
        height: 17px;
    }

    .about-head.head-slider-section .short-lines svg:nth-of-type(6) {
        display: none;
    }

    .head-slider-section h1 {
        margin-bottom: 12px !important;
    }

    .buttons-text-div {
        gap: 12px 0;
    }

    .buttons-text-div div {
        gap: 0 10px;
        /*justify-content: space-between;*/
    }

    .why-diverge {
        background-size: 160%;
        padding: 47px 0 37px;
        background-position: top right -250px;
    }

    .content-div h6 {
        font-size: 16px;
        line-height: 113%;
        gap: 0 4px;
        margin-bottom: 12px;
    }

    .content-div h6 svg {
        top: -2px;
    }

    .content-div .mission-purpose {
        display: grid;
        gap: 12px 0;
    }

    .mission-purpose h4 {
        font-weight: 600 !important;
        line-height: 124% !important
    }

    .why-diverge.our-process {
        padding-top: 38px;
        background-image: url("img/Group 170748166455584.png");
        background-position: top right -30px;
        background-size: 70%;
    }

    .why-diverge.our-process::before {
        background: linear-gradient(to bottom, transparent 0%, transparent 60%, #E9F8FF 60%, #E9F8FF 100%), linear-gradient(to right, #A31729 0%, #A31729 50%, rgba(21, 41, 48, 0) 130%);
    }

    .why-diverge.our-process .svg-wrapper.first {
        bottom: 40%;
    }

    .why-diverge.our-process h2 {
        margin-bottom: 36px;
    }

    .sourcing-solutions .first {
        padding: 16px 17px;
    }

    .sourcing-solutions .line div {
        margin: 0 0 12px;
        max-width: 58px;
    }

    .sourcing-solutions .active .div.top div {
        max-width: 276px;
    }

    .sourcing-solutions .active .line div:last-child::before {
        max-width: 80px;
        border-radius: 200px;
    }

    .sourcing-solutions .images {
        margin-top: 12px;
        display: block;
        width: 100%;
        gap: 0;

    }

    .sourcing-solutions .images img {
        width: 100%;
        max-width: 100% !important;
        height: 100%;
        border-radius: 6px;
    }

    .sourcing-solutions .second .div > div {
        padding: 19px 17px;
    }


    .blue-background .svg-wrapper {
        left: 0;
        bottom: 42px;
    }


    .blue-background h3 {
        font-size: 20px !important;
        font-style: normal !important;
        line-height: 113% !important;
        margin-bottom: 12px !important;
    }

    .our-portfolio-section {
        padding: 40px 0;
    }

    .content-div .black h3 {
        font-size: 20px !important;
        line-height: 113% !important;
    }

    .why-diverge.partners {
        background-image: url("https://diverge.codexg.com/wp-content/uploads/2025/07/Rectangle-294-10.png");
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        /*margin-bottom: 26px;*/
        padding: 30px 0;
    }

    /*.why-diverge.partners::before {*/
    /*    background: none;*/
    /*}*/
    .why-diverge.partners.bottom::before {
        background: none;
    }

    .why-diverge.partners.bottom {
        /*background-image: url("https://diverge.codexg.com/wp-content/uploads/2025/07/Rectangle-294-12.png");*/
        background-position: right top;
    }


    .why-diverge.partners::after {
        width: 100%;
        background: rgba(21, 41, 48, 0.8);
    }

    .why-diverge.partners.contact {
        padding: 104px 0 136px;
        background-color: unset;
        background-size: cover;
    }


    .red-background .content-div {
        margin: 28px 22px 33px;
    }

    .red-background .custom-button {
        margin-top: 12px;
    }

    .marquee-wrapper {
        margin-top: 12px;
    }

    .marquee {
        gap: 0 33px;
    }

    .marquee img {
        max-width: 90px;
    }

    .headlines-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .headlines-section .container > .row {
        gap: 27px 0;
    }

    .headlines-section h3 {
        text-align: left;
    }

    .headlines-section h5 {
        margin-bottom: 13px;
    }

    .headlines-section h5::before {
        display: none;
    }

    .articles {
        padding: 8px;
        min-height: 385px;
    }

    .articles h6 {
        -webkit-line-clamp: 3;
    }

    .red-background-section .content-div {
        padding: 0;
    }

    .red-background-section .content-div div {
        gap: 0;
    }

    .red-background-section .images {
        margin-top: 30px;
        gap: 0 20px;
        padding: 0;
    }

    .red-background-section .images div img {
        width: 122px !important;
        height: 156px !important;
    }

    .red-background-section .images div div:last-child img {
        margin: 20px 0 0;
    }

    .red-background-section .images div div:first-child img {
        margin: 0 0 20px;
    }

    footer {
        padding: 34px 0 28px;
    }

    footer .right .links {
        display: block;
    }

    .links a:first-child {
        display: block;
        margin-bottom: 6px;
        width: 100%;
    }

    .links a:not(:first-child) {
        display: inline-block;
        margin-right: 14px;
    }

    /*about*/
    .head-slider-section::before {
        background-position: right top;
    }

    .about-head .about-h1 {
        padding-bottom: 12px;
    }

    .about-head .about-h1 #slick1 {
        right: 0;
        margin-bottom: 28px;
    }

    #slick1 .slick-slide {
        margin-right: 30px;
    }

    #slick1 .slick-slide img {
        width: 178px;
        height: 230px;
    }

    .about-head .head-slider-text p {
        max-width: 266px;
    }

    .articles-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 0;
    }

    .tab-pane-container .articles {
        padding: 12px;
        min-height: 334px;
    }

    .articles div {

        margin-bottom: 10px;
    }

    .articles h4 {
        font-size: 20px !important;
        margin-bottom: 10px !important;
    }

    .articles h4 a svg {
        width: 17px;
        height: 17px;
        margin-left: 10px;
    }

    .tab-pane-container .articles p {
        margin-bottom: 10px;
    }

    .tab-pane-container .articles > a {
        margin-top: 0;

    }

    .about-content {
        padding: 30px 0 40px;
    }

    .modal-content {
        margin-top: 80px;
        max-width: 335px;
        padding: 12px 8px;
    }

    .modal-right {
        gap: 4px 0;
    }

    .modal-content h6 {
        font-size: 16px;
    }

    .modal-content #modalText p {
        color: #7C7C7C;
        font-weight: 400;
        line-height: 150%;
    }

    /*news*/
    .news-head {
        padding-bottom: 88px;
        overflow: hidden;
    }

    .news-head .head-slider-text {
        text-align: left;
        min-height: unset;
    }

    .news-head .head-slider-text h1 {
        font-size: 32px !important;
    }

    .news-head .head-slider-text .buttons-text-div {
        margin: 0;
        justify-content: unset;
    }

    .news-head .head-slider-text .buttons-text-div p {
        max-width: 284px;
    }

    .news-head .head-slider-text .buttons-text-div div {
        justify-content: start;
    }

    .news-head .grid-grid img:nth-of-type(2) {
        display: none;
    }

    .news-head.policy .grid-grid img:nth-of-type(1) {
        display: block;
        width: 50%;
        top: -98px;
        left: -50px;
    }

    .news-head .grid-grid img:nth-of-type(3) {
        display: block;
        bottom: -66px;
        right: 0;
    }

    .news-head.policy .grid-grid img:nth-of-type(3) {
        bottom: -196px;
    }

    .news-head.head-slider-section .short-lines svg:nth-of-type(1) {
        width: 17px;
        height: 17px;
        left: 0;
        right: unset;
        top: 190px;
    }

    .news-head.head-slider-section .short-lines svg:nth-of-type(2) {
        width: 17px;
        height: 17px;
        top: unset;
        right: 64px;
        bottom: 0;
    }


    .news .articles-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px 0;
    }

    .news .tab-pane-container .articles {
        padding: 8px;
    }

    .news .tab-pane-container .articles > a {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .previous-next {
        margin-top: 28px;
        padding: 0;
        border: none;

    }

    .previous-next .pagination button {
        font-size: 16px;
    }

    .previous-next .pagination button.active:before {
        width: 25px;
        top: unset;
        bottom: 0;
    }

    .previous-next .next {
        font-size: 0;
    }


    .previous-next .next:focus svg path,
    .previous-next .next:focus svg circle {
        stroke: #A6192E;
    }

    /*single*/
    .news-single-head {
        padding: 30px 0;
    }

    .news-single-head .grid-grid img:nth-of-type(2) {
        max-width: 248px;
        padding: 0;
        margin: 0 auto 45px;
        left: 0;
        right: 0;
    }

    .innovate-center-head .grid-grid img:nth-of-type(2) {
        top: 0;
        margin-bottom: 0;
    }

    .news-single-head .grid-grid {
        text-align: center;
    }

    .head-slider-text .content-div h6 {
        gap: 0 12px;
    }

    .news-single-head .content-div {
        gap: 0 12px;
        margin-bottom: 12px;
    }

    .news-single-head .head-slider-text h3 {
        color: #182A2C;
        font-size: 32px !important;
        line-height: 107% !important;
        margin-bottom: 12px !important;
    }

    /*question*/
    .questions-head .grid-grid img:nth-of-type(1) {
        display: none;
    }

    .questions-head.bottom .grid-grid img:nth-of-type(1) {
        display: none;
    }

    .questions-head.bottom .grid-grid img:nth-of-type(2) {
        display: none;
    }

    .questions-head .grid-grid img:nth-of-type(2) {
        display: none;
    }

    .questions-head .grid-grid img:nth-of-type(3) {
        right: 0;
        top: 16px;
        display: block;
    }

    .questions-head.bottom .grid-grid img:nth-of-type(3) {
        display: none;
    }

    .questions-head.bottom .grid-grid img:nth-of-type(4) {
        display: block;
        left: 0;
        bottom: 250px;
    }

    .questions-head .grid-grid img:nth-of-type(4) {
        display: none;
    }

    .questions-head.head-slider-section .short-lines svg:nth-of-type(1) {
        height: 17px;
        width: 17px;
        right: 50px;
        top: 52px;
    }

    .questions-head.head-slider-section .short-lines svg:nth-of-type(4) {
        left: 38px;
        top: 1898px;
    }

    .questions-head {
        padding: 28px 0 0;
    }

    .questions-head.bottom {
        padding: 0 0 28px;
    }

    .questions-head .head-slider-text h2 {
        font-size: 32px !important;
        margin-bottom: 12px !important;
        max-width: 330px;
        line-height: 107% !important;
    }

    .questions-div .articles {
        padding: 12px;
        min-height: 211px;
    }

    .questions-div .articles h4 {
        margin-bottom: 20px !important;
    }


    .questions-div .articles a {
        margin-top: auto;
        font-family: "Roboto Flex";
        font-weight: 300;
        line-height: 149%;
    }

    /*privacy policy*/
    .news-head.policy {
        position: relative;
        padding-bottom: 64px;
        overflow: visible;
    }

    .news-head.policy .grid-grid img {
        position: absolute;
        z-index: 10;
    }


    .news-head.policy .head-slider-text {
        margin-top: 60px;
    }

    .news-head.policy .head-slider-text h2 {
        height: auto;
        margin-top: 18px;
        font-size: 32px !important;
        line-height: 107% !important
    }

    .policy.news-head.head-slider-section .short-lines svg:nth-of-type(1) {
        top: -4px;
        left: 108px;
        z-index: 10;
    }

    .policy.news-head.head-slider-section .short-lines svg:nth-of-type(2) {
        right: 90px;
    }

    .policy-section {
        padding: 38px 0;
    }

    .policy-section .text {
        gap: 18px 0;
    }

    .policy-section .text h4 {
        font-size: 20px !important;
        font-style: normal;
        font-weight: 400 !important;
        line-height: 130.5% !important
    }

    /*contact*/
    .questions-head.contact-head {
        padding: 32px 0 60px;
    }

    .questions-head.contact-head .head-slider-text {
        margin-bottom: 20px;
    }

    .questions-head.contact-head .head-slider-text h3 {
        font-size: 32px !important;
        line-height: 107% !important;
        max-width: 332px;
    }

    .questions-head.contact-head .head-slider-text p {
        color: #01213C;
        line-height: 149%;
    }

    .questions-head.contact-head .grid-grid img:nth-of-type(3) {
        top: 184px;
    }

    .questions-head.contact-head .short-lines svg:nth-of-type(1) {
        height: 17px;
        width: 17px;
        right: 50px;
        top: 252px;
    }

    .questions-head.contact-head .short-lines svg:nth-of-type(4) {
        display: none;
    }

    /*innovate*/
    .head-slider-section.innovate-head {
        padding: 28px 0 66px;
    }

    .innovate-head .head-slider-text {
        margin-bottom: 24px;
    }

    .innovate-head .head-slider-text h2 {
        max-width: 100%;
    }

    .head-slider-section.innovate-head.questions-head .short-lines svg {
        display: none;
    }

    /*innovate center*/
    .innovate-center-head .head-slider-text h5 {
        font-size: 18px !important;
    }

    .why-diverge.innovate {
        padding: 47px 0 37px;
    }

    .why-diverge.our-process.innovate-red {
        padding: 47px 0 64px;
    }

    .agenda h4 {
        font-size: 20px !important;
    }

    .agenda h6 {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .agenda .line {
        margin-top: 20px;
    }

    /*.accordion-flush .accordion-item .accordion-button {*/
    /*    padding: 26px 0;*/
    /*}*/
    .partners-live {
        display: none;
    }

    .faq-section {
        padding: 40px 0;
    }

    .faq-section h3 {
        margin-bottom: 32px !important;
    }

    .accordionFlushExample2 .accordion-item .accordion-button {
        padding: 20px;
    }

    .accordion-flush h5 {
        font-size: 18px !important;
    }

    .accordionFlushExample2 .accordion-collapse .accordion-body {
        padding: 0 20px 20px;
    }

    #accordionFlushExample .custom-icon {
        max-width: 30px;
        height: 30px;
    }

    #accordionFlushExample .custom-icon svg {
        width: 22px;
        height: 22px;
    }

    .accordionFlushExample2 .custom-icon svg {
        width: 30px;
        height: 30px;
    }

    .head-slider-section.red {
        padding: 40px 0;
    }

    .head-slider-section.red .grid-grid img:nth-of-type(1) {
        display: block;
        width: 40%;
    }

    .parallax-container {
        width: 218px;
        height: 189px;
    }

    .parallax-image {
        width: 400px;
    }

    @keyframes slide-right-left {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-182px);
        }
    }
    .partners-live-section {
        padding: 40px 0;
    }

    .headlines-section .slick-slide img {
        height: 212px !important;
    }

    .about-content .articles img {
        height: 310px !important;
        max-width: 100%;
        border-radius: 5px;
    }

    .news.about-content .articles img {
        height: 212px !important;
    }


}

@media screen and (min-width: 385px) and (max-width: 575px) {
    .container.max-container > .row {
        padding: 0 16px;
    }
}

@media screen and (max-width: 450px) {


}


