:root {
    --xc-white: #fff;
    --xc-black: #000;
    --xc-blue: #0045e0;
    --xc-green: #57db42;
    --xc-dark-black: #111;
    --custom-ease: all 0.38s cubic-bezier(0.215, 0.61, 0.355, 1);
    --section-padding-desktop: 100px;
    --section-padding-tablet: 60px;
    --section-padding-mobile: 40px;
}
@font-face {
    font-family: "SharpGrotesk Book20";
    src: url(assets/fonts/SharpGroteskBook20Regular.eot);
    src:
        url(assets/fonts/SharpGroteskBook20Regular.eot) format("embedded-opentype"),
        url(assets/fonts/SharpGroteskBook20Regular.woff2) format("woff2"),
        url(assets/fonts/SharpGroteskBook20Regular.woff) format("woff"),
        url(assets/fonts/SharpGroteskBook20Regular.ttf) format("truetype"),
        url("assets/fonts/SharpGroteskBook20Regular.svg#SharpGroteskBook20Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url(assets/fonts/HelveticaNeueLight.eot);
    src:
        url(assets/fonts/HelveticaNeueLight.eot) format("embedded-opentype"),
        url(assets/fonts/HelveticaNeueLight.woff2) format("woff2"),
        url(assets/fonts/HelveticaNeueLight.woff) format("woff"),
        url(assets/fonts/HelveticaNeueLight.ttf) format("truetype"),
        url("assets/fonts/HelveticaNeueLight.svg#HelveticaNeueLight") format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url(assets/fonts/HelveticaNeue-Roman.eot);
    src:
        url("assets/fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"),
        url(assets/fonts/HelveticaNeue-Roman.woff2) format("woff2"),
        url(assets/fonts/HelveticaNeue-Roman.woff) format("woff"),
        url(assets/fonts/HelveticaNeue-Roman.ttf) format("truetype"),
        url("assets/fonts/HelveticaNeue-Roman.svg#HelveticaNeue-Roman") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Helvetica-neue";
    src: url(assets/fonts/HelveticaNeueMedium.eot);
    src:
        url(assets/fonts/HelveticaNeueMedium.eot) format("embedded-opentype"),
        url(assets/fonts/HelveticaNeueMedium.woff2) format("woff2"),
        url(assets/fonts/HelveticaNeueMedium.woff) format("woff"),
        url(assets/fonts/HelveticaNeueMedium.ttf) format("truetype"),
        url("assets/fonts/HelveticaNeueMedium.svg#HelveticaNeueMedium") format("svg");
    font-weight: 500;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
body,
html,
form,
fieldset,
address,
blockquote {
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
}
a {
    text-decoration: none;
    border: 0;
    outline: 0;
}
ul {
    list-style: none;
}
a:focus,
input:focus,
textarea:focus,
*:focus {
    outline: 0 !important;
}
html,
body {
    min-height: 100vh;
}
#main {
    min-height: 100svh;
    display: flex;
    flex-flow: column;
}
body {
    min-height: 100%;
    font-family: "Helvetica-neue";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--xc-black);
    background: var(--xc-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container-fluid {
    width: calc(100% - 16px);
}
.container {
    width: calc(100% - 30px);
    max-width: 1344px;
}
a,
input,
button {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}
a img {
    border: 0 none;
}
a:hover {
    outline: none;
    color: var(--xc-black);
    text-decoration: none;
}
a:active {
    outline: none;
    text-decoration: none;
}
a:focus {
    outline: none;
    outline-offset: 0;
    text-decoration: none;
    color: inherit;
}
::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
}
::-moz-placeholder {
    color: #000;
    opacity: 0.5;
}
:-moz-placeholder {
    color: #000;
    opacity: 0.5;
}
:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
}
.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}
img {
    max-width: 100%;
    border: 0;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
    margin-bottom: 24px;
}
h1 {
    font-size: 56px;
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 40px;
}
h4 {
    font-size: 32px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 20px;
}
p {
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
}
strong {
    font-weight: 700;
}
b {
    font-weight: 400;
}
p:last-child {
    margin-bottom: 0;
}
.btn {
    font-family: "SharpGrotesk Book20";
    min-width: 100px;
    padding: 9px 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    border: 1px solid currentColor;
    border-radius: 0;
    text-transform: uppercase;
    box-shadow: none;
    transition: var(--custom-ease);
}
.btn-blue,
.btn-blue:focus {
    color: var(--xc-white);
    background-color: var(--xc-blue);
    border-color: var(--xc-blue);
}
.btn-blue:hover,
.btn-blue:active {
    color: var(--xc-white);
    background-color: #092259;
    border-color: #092259;
}
.btn-green,
.btn-green:focus {
    color: var(--xc-white);
    background-color: var(--xc-green);
    border-color: var(--xc-green);
}
.btn-green:hover,
.btn-green:active {
    color: var(--xc-white);
    background-color: #42723a;
    border-color: #42723a;
}
.btn.btn-block {
    min-width: 100%;
}
.btn.btn-lg {
    padding: 23px 30px !important;
}
.content-container {
    padding: var(--section-padding-desktop) 0;
}
.add-index {
    position: relative;
    z-index: 10;
}
ul:not([class]),
ul.wp-block-list {
    margin-bottom: 0;
    text-align: left;
    padding-left: 0;
    list-style: none;
}
ul:not([class]) > li,
ul.wp-block-list > li {
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 8px;
}
ul:not([class]) > li::before,
ul.wp-block-list > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: var(--xc-blue);
    border-radius: 50%;
}
ul:not([class]) > li:last-child,
ul.wp-block-list > li:last-child {
    margin-bottom: 0;
}
.loader-wrapper {
    position: fixed;
    inset: 0;
    z-index: 9999999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
body.open-menu {
    overflow: hidden;
}
#header {
    font-family: "SharpGrotesk Book20";
    background: var(--xc-white);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    z-index: 9999;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed #header {
    background: var(--xc-white);
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.navbar {
    padding: 0;
    width: 100%;
    height: 84px;
    transition: 0.2s all ease-in;
}
.navbar-brand {
    width: 150px;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 999;
    margin-right: 25px;
}
.navbar-expand-xl .navbar-nav > .nav-item {
    margin: 0 15px;
}
.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 16px;
    line-height: 84px;
    font-weight: 400;
    padding: 0;
    text-transform: uppercase;
    color: var(--xc-black);
    position: relative;
}
.navbar-expand-xl .navbar-nav li:focus > .nav-link,
.navbar-expand-xl .navbar-nav li:hover > .nav-link,
.navbar-expand-xl .navbar-nav li.active > .nav-link {
    color: var(--xc-blue) !important;
}
.navbar-expand-xl .navbar-nav .dropdown > .nav-link.active,
.navbar-expand-xl .navbar-nav .dropdown > .nav-link.show {
    font-weight: 600;
}
.fixed .navbar-expand-xl .navbar-nav .nav-link {
    color: var(--xc-grey);
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: none;
}
.nav-inside {
    width: 100%;
    padding: 0;
}
.nav-inside-content {
    padding: 30px 0;
}
.header-right {
    margin-left: 15px;
}
.navbar-expand-xl .navbar-nav .dropdown > .nav-link {
    position: relative;
    padding-right: 28px;
}
.navbar-expand-xl .navbar-nav .dropdown > .nav-link::after {
    content: "";
    display: inline-block;
    border: 0;
    position: absolute;
    top: 50%;
    margin-left: 10px;
    width: 13px;
    height: 8px;
    background: url(/../images/dropdown-icon.svg) no-repeat center/contain;
    transform: translateY(-50%);
    transform-origin: center center;
    transition: var(--xc-custom-ease);
}
.navbar-expand-xl .navbar-nav .dropdown > .nav-link.show::after {
    transform: translateY(-50%) rotate(180deg);
}
.navbar-expand-xl .navbar-nav .nav-link {
    position: relative;
}
.navbar-expand-xl .navbar-nav .nav-link:hover::before,
.navbar-expand-xl .navbar-nav .nav-item.active > .nav-link::before {
    transform: scaleX(1);
    transform-origin: left center;
}
.heading {
    color: #111;
    margin-bottom: 60px;
}
.heading .sub-heading {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 45px;
}
.heading h2 {
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}
.hero-swiper-container {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    position: relative;
}
.hero-swiper-container .swiper {
    height: 100%;
    position: relative;
    z-index: 2;
}
.hero-swiper-slider .swiper-slide {
    height: auto !important;
}
.hero-swiper-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 100px;
    position: relative;
}
.hero-swiper-content video {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
}
.hero-swiper-content:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-swiper-content:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 90%);
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.8;
}
.custom-pagination-holder {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
    display: flex;
    align-items: center;
}
.custom-pagination {
    width: auto !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--xc-white);
    opacity: 1;
    margin: 0 !important;
    border-radius: 50rem;
    cursor: pointer;
    transition:
        width 0.3s ease,
        background-color 0.3s ease,
        opacity 0.3s ease;
}
.custom-pagination .swiper-pagination-bullet-active {
    background: var(--xc-blue);
}
.hero-container {
    width: 100%;
    height: 100vh;
    max-height: 900px;
    position: relative;
    padding-bottom: 72px;
}
.hero-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-container:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 20%);
    position: absolute;
    inset: 0;
    z-index: 1;
}
.hero-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 90%);
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.8;
}
.hero-content-box {
    width: 100%;
    color: var(--xc-white);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.hero-text-box {
    width: 100%;
    max-width: 1054px;
}
.hero-content-box h1 {
    font-size: 80px;
    line-height: 1.1;
    font-weight: 400;
    margin-bottom: 20px;
}
.hero-btn {
    margin-top: 35px;
}
.services-list {
    width: calc(100% + 40px);
    margin-left: -20px;
}
.services-item {
    width: 50%;
    padding: 0 20px;
}
.services-box {
    padding: 30px 0;
    gap: 20px;
    border-bottom: 1px solid var(--xc-black);
    position: relative;
    transition: all 0.3s ease-in;
    overflow: hidden;
    z-index: 1;
}
.services-box:hover {
    padding-left: 16px;
}
.services-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--xc-green);
    transition: all 0.3s ease-in;
    z-index: -1;
}
.services-box:hover::after {
    top: 0;
}
.sb-icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}
.sb-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sb-text {
    flex-grow: 1;
    font-size: 24px;
    letter-spacing: -0.02em;
}
.full-width-wrapper {
    height: 701px;
    background: var(--xc-blue);
    overflow: hidden;
}
.fww-bg {
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    animation: none;
}
.mf-animate .fww-bg {
    animation: panZoom 5s ease-in-out forwards;
}
@keyframes panZoom {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.08) translateX(-5%);
    }
}
.oc-holder {
    padding-left: 5.5%;
}
.oc-content {
    line-height: 1.6;
}
.oc-list {
    border-top: 1px solid var(--xc-black);
}
.oc-item {
    border-bottom: 1px solid var(--xc-black);
}
.oc-box {
    font-size: 24px;
    line-height: 1.2;
    padding: 50px 0;
    position: relative;
    transition: all 0.3s ease-in;
    overflow: hidden;
    z-index: 1;
}
.oc-box:hover {
    padding-left: 16px;
}
.oc-box::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: var(--xc-green);
    transition: all 0.3s ease-in;
    z-index: -1;
}
.oc-box:hover::after {
    top: 0;
}
.private-equity-interests-container {
    background: #f5f7fa;
    padding: 30px;
}
.private-equity-interests-container h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 400;
}
.private-equity-interests-container h2 span {
    font-weight: 500;
    letter-spacing: -0.07em;
    color: var(--xc-green);
}
.inner-hero-container {
    width: 100%;
    height: 546px;
    position: relative;
    padding-bottom: 65px;
    background: var(--xc-dark-black);
}
.inner-hero-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: panZoom 5s ease-in-out forwards;
}
.inner-hero-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff0 0%, rgb(0 0 0) 80%);
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0.6;
}
.inner-hero-content-box {
    width: 100%;
    max-width: 1054px;
    color: var(--xc-white);
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
}
.inner-hero-content-box h1 {
    font-size: 80px;
    line-height: 1.1;
    margin-bottom: 0;
}
.core-principles-container {
    padding: 55px 0;
}
.box-1-holder {
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 583px;
    margin: 0 auto;
    right: -72px;
}
.box-1-mask {
    width: 100%;
    height: calc(100% + 55px);
    position: absolute;
    background: #57db42;
    -webkit-mask: url(assets/images/mask-shape-top.svg) center / contain no-repeat;
    mask: url(assets/images/mask-shape-top.svg) center / contain no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    left: 0;
    right: 0;
    top: -55px;
    bottom: 0;
}
.box-1-holder:hover .box-1-mask {
    opacity: 1;
}
.box-2-holder {
    cursor: pointer;
    position: relative;
    width: 100%;
    max-width: 666px;
    margin: 100px auto 0;
    right: 108px;
}
.box-2-mask {
    width: 100%;
    height: calc(100% + 57px);
    position: absolute;
    background: #57db42;
    -webkit-mask: url(assets/images/mask-shape-bottom.svg) center / contain no-repeat;
    mask: url(assets/images/mask-shape-bottom.svg) center / contain no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: -55px;
}
.box-2-holder:hover .box-2-mask {
    opacity: 1;
}
.box-1-shape {
    position: relative;
    width: 70%;
    margin: 0 auto;
    right: -3%;
    z-index: 2;
}
.box-2-shape {
    position: relative;
    width: 63%;
    margin: 0 auto;
    left: -0.6%;
    z-index: 2;
}
.box-3-holder {
    cursor: pointer;
    position: absolute;
    width: 656px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -390px;
}
.box-3-holder::after {
    content: "";
    width: 50vw;
    height: 100%;
    background: #57db42;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    margin-right: -4px;
}
.box-3-holder:hover::after {
    opacity: 1;
}
.box-3-shape {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 2;
}
.box-3-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #57db42;
    -webkit-mask: url(assets/images/mask-shape-left.svg) center / contain no-repeat;
    mask: url(assets/images/mask-shape-left.svg) center / contain no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    inset: 0;
}
.box-3-holder:hover .box-3-mask {
    opacity: 1;
}
.box-4-holder {
    cursor: pointer;
    position: absolute;
    width: 670px;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 390px;
}
.box-4-holder::after {
    content: "";
    width: 50vw;
    height: 100%;
    background: #57db42;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    margin-left: -4px;
}
.box-4-holder:hover::after {
    opacity: 1;
}
.box-4-shape {
    position: absolute;
    width: 46%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
}
.box-4-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: #57db42;
    -webkit-mask: url(assets/images/mask-shape-right.svg) center / contain no-repeat;
    mask: url(assets/images/mask-shape-right.svg) center / contain no-repeat;
    opacity: 0;
    pointer-events: none;
    z-index: 1;
}
.box-4-holder:hover .box-4-mask {
    opacity: 1;
}
.link-btn-link {
    font-size: 28px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.02em;
    padding: 11px 15px;
    background: #0045e0;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.link-btn-link span {
    display: block;
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:
        transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55),
        -webkit-transform 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.link-btn-link:after {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    content: attr(data-hover);
    display: inline;
    text-align: center;
    -webkit-transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: top 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.box-outer:hover .link-btn-link span {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
}
.box-outer:hover .link-btn-link:after {
    top: 10px;
}
.link-box-1 {
    position: absolute;
    left: 21%;
    top: 2px;
    z-index: 5;
}
.link-box-2 {
    position: absolute;
    right: 22%;
    bottom: 10px;
    z-index: 5;
}
.link-box-3 {
    position: absolute;
    right: 40%;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.link-box-4 {
    position: absolute;
    left: 35%;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
}
.back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 98;
}
.box-outer:hover .back {
    opacity: 1;
}
.modal-backdrop {
    --bs-backdrop-zindex: 9999;
}
.modal {
    --bs-modal-zindex: 99999;
}
.cp-btn-close {
    width: 44px;
    height: 50px;
    background: var(--xc-blue);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
.core-principle-modal .modal-fullscreen {
    max-width: 1440px;
    margin: 0 auto;
}
.bio-holder {
    background: #0045e0;
    color: #fff;
    position: relative;
}
.bio-left {
    width: 50%;
    position: relative;
}
.bio-img-box {
    width: calc(100% + 210px);
    height: 100%;
    position: absolute;
    inset: 0;
    opacity: 0.6;
    transition: all 0.5s ease;
    pointer-events: none;
}
.bio-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.bio-right {
    width: 50%;
}
.bio-content-box {
    width: 100%;
    height: 100%;
    padding: 80px 100px 80px 70px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 18px;
    line-height: 1.6;
}
.bio-content-box h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}
.close-btn-box {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 60px;
    top: 30px;
    border: 0;
    background: #fff0;
}
.faq-accordion .accordion-button::after {
    content: none !important;
}
.faq-accordion .accordion-button .service-accordion::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.33331V31.6666' stroke='black' stroke-width='3'/%3E%3Cpath d='M8.3335 20H31.6668' stroke='black' stroke-width='3'/%3E%3C/svg%3E")
        no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.33331V31.6666' stroke='black' stroke-width='3'/%3E%3Cpath d='M8.3335 20H31.6668' stroke='black' stroke-width='3'/%3E%3C/svg%3E")
        no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all 0.3s ease;
}
.faq-accordion .accordion-button:not(.collapsed) .service-accordion::before {
    transform: translateY(-50%) rotate(45deg);
    background-color: var(--xc-blue);
}
.faq-accordion .accordion-button {
    padding: 30px 40px 30px 0;
    color: var(--xc-black);
}
.faq-accordion .service-accordion {
    width: 100%;
    gap: 20px;
    position: relative;
}
.faq-accordion .accordion-item {
    color: var(--xc-black);
    background-color: var(--xc-white);
    border: 0;
    border-bottom: 1px solid var(--xc-black);
    border-radius: 0 !important;
    transition: all 0.3s ease-in;
    cursor: pointer;
}
.faq-accordion .accordion-item:hover .sa-text,
.faq-accordion .accordion-item:has(.accordion-button[aria-expanded="true"]) .sa-text {
    color: var(--xc-blue);
}
.faq-accordion .accordion-item:hover .sa-icon,
.faq-accordion .accordion-item:has(.accordion-button[aria-expanded="true"]) .sa-icon {
    color: var(--xc-green);
}
.faq-accordion .accordion-item:has(.accordion-button[aria-expanded="true"]) {
    border-bottom: none;
}
.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--xc-black);
    box-shadow: none;
    background: none;
}
.faq-accordion .sa-icon-wrap {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    color: var(--xc-blue);
    transition: all 0.3s ease-in;
}
.faq-accordion .sa-icon svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sa-icon-wrap .sa-icon {
    position: absolute;
    inset: 0;
}
.sa-icon.active-icon {
    display: none;
}
.service-accordion:hover .sa-icon.default-icon,
.faq-accordion .accordion-item:has(.accordion-button[aria-expanded="true"]) .sa-icon.default-icon {
    display: none;
}
.service-accordion:hover .sa-icon.active-icon,
.faq-accordion .accordion-item:has(.accordion-button[aria-expanded="true"]) .sa-icon.active-icon {
    display: inline;
}
.faq-accordion .sa-text {
    flex-grow: 1;
    font-size: 24px;
    letter-spacing: -0.02em;
    transition: all 0.3s ease-in;
}
.faq-accordion .accordion-body {
    padding: 0 40px 22px 100px;
}
.faq-accordion .accordion-body p {
    margin-bottom: 0;
}
.team-box {
    width: 100%;
    height: 100%;
}
.team-img-box {
    width: 320px;
    height: 100%;
    flex-shrink: 0;
}
.team-img {
    position: relative;
    padding-bottom: 109.5%;
}
.team-img img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-content-box {
    flex-grow: 1;
    padding: 15px 0 15px 4.5%;
    font-weight: 300;
    gap: 40px;
}
.tcb-role {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--xc-blue);
    margin-bottom: 11px;
}
.tcb-head h3 {
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 6px;
}
.tc-list {
    gap: 15px;
}
.team-item + .team-item {
    margin-top: 60px;
}
.tc-item {
    position: relative;
    letter-spacing: -0.02em;
    padding-right: 15px;
    font-weight: 300;
}
.tc-item a:hover {
    color: var(--xc-blue);
}
.tc-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    bottom: 0;
    width: 1px;
    height: calc(100% - 6px);
    background: rgb(17 17 17 / 20%);
}
.tcb-content p {
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tcb-btn {
    margin-top: 10px;
}
.read-btn {
    font-size: 14px;
    font-weight: 400;
    color: var(--xc-blue);
    letter-spacing: -0.02em;
    position: relative;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}
.read-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform: scaleX(1);
    transform-origin: left;
    transition: transform 0.3s ease;
}
.read-btn:hover::after {
    transform: scaleX(0);
    transform-origin: right;
}
.team-offcanvas {
    width: 852px !important;
    border: 0 !important;
    padding-left: 54px;
    background: #fff0;
    z-index: 99999;
}
.team-body {
    background: var(--xc-white);
    color: var(--xc-black);
    padding: 51px 60px;
}
.team-close {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--xc-blue);
    padding: 20px 15px;
    font-size: 16px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: var(--xc-white);
    cursor: pointer;
}
.team-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tmh-img-box {
    width: 50%;
}
.tmh-content-box {
    width: 50%;
}
.tmh-content {
    padding-left: 12%;
    height: 100%;
}
.tmh-role {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--xc-blue);
    margin-bottom: 10px;
}
.tmh-profile h4 {
    font-size: 32px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
}
.tmh-content {
    gap: 24px;
}
.tmh-divider {
    width: 16px;
    height: 1px;
    background: rgb(17 17 17 / 20%);
}
.tmh-contact-list {
    gap: 10px;
}
.tmh-contact-item {
    font-weight: 300;
    letter-spacing: -0.02em;
}
.team-modal-body {
    flex-grow: 1;
    margin-top: 40px;
}
.offcanvas-backdrop.show {
    z-index: 9999;
}
.mf-content-box {
    gap: 60px;
}
.mf-holder .sb-text {
    font-size: 20px;
}
.mf-holder .services-box {
    padding: 20px 0;
}
#footer {
    background: var(--xc-blue);
    color: var(--xc-white);
}
#footer a:hover {
    color: rgb(255 255 255 / 70%);
}
#footer .container-fluid {
    width: calc(100% - 56px);
}
.footer-upper {
    padding: 27px 0 20px;
}
.footer-lower {
    padding: 20px 0;
    border-top: 1px solid rgb(255 255 255 / 10%);
}
.footer-nav-list {
    width: calc(100% + 36px);
    margin-left: -18px;
}
.footer-nav-item {
    padding: 0 18px;
    position: relative;
}
.footer-nav-item:not(:last-child):after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 5px);
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer-upper-content {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
}
.footer-nav-link {
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
}
.fl-text-box {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 300;
}
.footer-link-box {
    padding-left: 6px;
}
.error-container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.error-content {
    width: 100%;
    max-width: 550px;
    margin: -124px auto 0;
    color: #111;
}
.error-inside {
    width: 100%;
    max-width: 998px;
    margin: 0 auto;
    padding: 0 60px;
}
.error-title {
    font-size: 58px;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}
.error-message {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 40px;
}
.error-number-box {
    opacity: 0.2;
}
.ip-accordion .accordion-item {
    color: var(--xc-black);
    border: 0;
    border-bottom: 1px solid var(--xc-black);
    border-radius: 0;
    cursor: pointer;
}
.ip-accordion .accordion-button:not(.collapsed) {
    color: var(--xc-black);
    box-shadow: none;
    background: none;
}
.ip-accordion .accordion-button {
    font-size: 36px;
    font-weight: 400;
    color: var(--xc-black);
    padding: 40px 40px 40px 0;
}
.ip-accordion .accordion-body {
    padding: 0 0 35px;
}
.ip-accordion .accordion-button::after {
    content: none !important;
}
.ip-accordion .accordion-button::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.33331V31.6666' stroke='black' stroke-width='3'/%3E%3Cpath d='M8.3335 20H31.6668' stroke='black' stroke-width='3'/%3E%3C/svg%3E")
        no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8.33331V31.6666' stroke='black' stroke-width='3'/%3E%3Cpath d='M8.3335 20H31.6668' stroke='black' stroke-width='3'/%3E%3C/svg%3E")
        no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    transition: all 0.3s ease;
}
.ip-accordion .accordion-button:not(.collapsed)::before {
    transform: translateY(-50%) rotate(45deg);
    background-color: var(--xc-blue);
}
.ip-accordion .accordion-button:hover {
    color: var(--xc-green);
}
.ip-accordion .accordion-button[aria-expanded="true"] {
    color: var(--xc-blue);
}
.custom-offcanvas {
    width: 665px !important;
    border: 0 !important;
    padding-left: 54px;
    background: #fff0;
    z-index: 99999;
}
.custom-body {
    background: var(--xc-white);
    color: var(--xc-black);
    padding: 51px 60px;
}
.custom-modal-head h4 br {
    display: none;
}
.custom-close {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--xc-blue);
    padding: 20px 15px;
    font-size: 16px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: var(--xc-white);
    cursor: pointer;
}
.custom-close img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cmh-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
}
.cmh-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-modal-head h4 {
    font-size: 32px;
    color: #111;
    margin-bottom: 0;
}
.custom-modal-body {
    flex-grow: 1;
    margin-top: 40px;
}
.cmb-btn {
    margin-top: 40px;
}
.privacy-policy-container {
    font-size: 16px;
}
.privacy-policy-container :is(h1, h2, h3, h4, h5, h6) {
    font-size: 24px;
    margin-bottom: 16px;
}
.privacy-policy-container p + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 40px;
}
.privacy-policy-container ul + p,
.privacy-policy-container ul + :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 40px;
}
@media (max-width: 1199.98px) {
    .navbar {
        height: 72px;
    }
    .navbar-toggler {
        width: 24px;
        height: 24px;
        border-radius: 0;
        cursor: pointer;
        text-decoration: none;
        padding: 0;
        border: 0;
        background: #fff0;
        margin: 0;
        position: absolute;
        right: 20px;
        top: 50%;
        z-index: 999;
        transform: translateY(-50%);
    }
    .navbar-default .navbar-toggler:hover,
    .navbar-default .navbar-toggler:focus {
        background: #fff0;
    }
    .navbar-toggler:not([class="collapsed"]),
    .navbar-toggler:not([class="collapsed"]):focus,
    .navbar-toggler:not([class="collapsed"]):hover {
        background: #fff0;
    }
    .navbar-toggler.collapsed,
    .navbar-toggler.collapsed:focus,
    .navbar-toggler.collapsed:hover {
        background: #fff0;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler .navbar-toggler-icon {
        position: relative;
        display: inline-block;
        width: 20px;
        border-radius: 50rem;
        height: 2px;
        color: #243238;
        text-indent: -55px;
        margin-top: 0;
        background: transparent !important;
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        vertical-align: middle;
    }
    .navbar-toggler .navbar-toggler-icon:before,
    .navbar-toggler .navbar-toggler-icon:after {
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 50rem;
        background: var(--xc-black);
        position: absolute;
        right: 0;
        transition: all 0.2s ease-out;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon {
        background: var(--xc-black) !important;
    }
    .fixed .navbar-toggler.collapsed .navbar-toggler-icon {
        background: var(--xc-black) !important;
    }
    .fixed .navbar-toggler .navbar-toggler-icon:before,
    .fixed .navbar-toggler .navbar-toggler-icon:after {
        background: var(--xc-black) !important;
    }
    .menuOpen .navbar-toggler .navbar-toggler-icon:before,
    .menuOpen .navbar-toggler .navbar-toggler-icon:after {
        background: var(--xc-black) !important;
    }
    .navbar-toggler.collapsed .navbar-toggler-icon:before,
    .navbar-toggler.collapsed .navbar-toggler-icon:after {
        background: var(--xc-black);
    }
    .navbar-toggler.collapsed .navbar-toggler-icon:before {
        top: -6px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    .navbar-toggler .navbar-toggler-icon:before {
        top: 0;
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }
    .navbar-toggler.collapsed .navbar-toggler-icon:after {
        bottom: -6px;
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    .navbar-toggler .navbar-toggler-icon:after {
        bottom: 0;
        -webkit-transform: rotateZ(-45deg);
        -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }
    .header-right {
        position: relative;
        z-index: 999;
        margin-right: 50px;
    }
    .navbar-collapse,
    .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: 0;
        background: var(--xc-white);
        padding: 0;
        z-index: 99;
        margin: 0;
        border: 0;
        bottom: 0;
        transform: translateX(100%);
        width: 100%;
        height: 100svh;
        display: block !important;
        transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
    }
    .navbar .collapse.show {
        transform: none;
    }
    .navbar-inside {
        height: 100svh;
        padding: 72px 0 0;
        display: flex;
        flex-flow: column;
    }
    .header-menu-holder {
        flex-grow: 1;
        overflow-y: auto;
        padding: 28px 30px 24px;
    }
    .navbar-inside-bottom {
        padding: 0 30px 38px;
    }
    .navbar-expand-xl .navbar-nav .nav-item {
        padding: 0;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-expand-xl .navbar-nav .nav-item + .nav-item {
        margin-left: 0;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        line-height: 52px;
        position: relative;
        text-align: center;
        font-size: 24px;
        color: var(--xc-black);
        text-align: left;
    }
    .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        width: auto;
        font-size: 30px;
        line-height: 60px;
        top: 0;
        height: 60px;
        color: red;
        width: 40px;
    }
    .dropdown-menu {
        background: #fff0;
        border: 0;
        padding: 0;
        margin: 0 0 20px 0;
    }
    .dropdown-item {
        padding: 7px 20px 7px 40px;
    }
    .dropdown-item:focus,
    .dropdown-item:hover {
        color: red;
        background: #fff0;
    }
    .header-content-box {
        padding: 0 40px 24px;
    }
    .divider {
        width: 100%;
        height: 1px;
        background: var(--xc-black);
        opacity: 0.1;
        margin-bottom: 24px;
    }
    .navbar-inside-bottom .btn {
        min-width: 100%;
    }
    .container {
        width: calc(100% - 36px);
    }
    #footer .container-fluid {
        width: calc(100% - 40px);
    }
    .btn {
        font-size: 14px;
        white-space: nowrap;
    }
    .btn.btn-lg {
        padding: 18px 20px !important;
    }
    .services-box {
        padding: 22px 0;
    }
    .sb-text {
        font-size: 20px;
    }
    .inner-hero-content-box h1 {
        font-size: 60px;
    }
    .link-btn-link {
        font-size: 24px;
    }
    .link-box-3 {
        right: 20%;
    }
    .link-box-4 {
        left: 20%;
    }
}
@media (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
    .content-container {
        padding: var(--section-padding-tablet) 0;
    }
    .heading {
        margin-bottom: 30px;
    }
    .heading .sub-heading {
        margin-bottom: 20px;
    }
    .heading h2 {
        font-size: 46px;
    }
    .full-width-wrapper {
        height: 344px;
    }
    .footer-nav-wrap {
        margin-top: 24px;
    }
    .hero-content-box h1 {
        font-size: 60px;
    }
    .hero-content-box h1 br {
        display: none;
    }
    .hero-container {
        padding-bottom: 35px;
    }
    .hero-btn {
        margin-top: 20px;
    }
    .services-box {
        padding: 16px 0;
        gap: 24px;
    }
    .sb-icon {
        width: 64px;
        height: 64px;
    }
    .sb-text {
        font-size: 18px;
    }
    .oc-holder {
        padding-left: 0;
    }
    .oc-list {
        margin-top: 30px;
    }
    .oc-box {
        font-size: 20px;
        padding: 38px 0;
    }
    .faq-accordion .sa-text {
        font-size: 20px;
    }
    .faq-accordion .accordion-button {
        padding: 24px 40px 24px 0;
    }
    .faq-accordion .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .mf-holder .sb-text {
        font-size: 16px;
    }
    .inner-hero-container {
        height: 324px;
        max-height: none;
        padding-bottom: 35px;
    }
    .inner-hero-content-box h1 {
        font-size: 40px;
    }
    .ip-accordion .accordion-button {
        font-size: 28px;
        padding: 30px 40px 30px 0;
    }
    .ip-accordion .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .custom-body {
        padding: 30px;
    }
    .custom-modal-head h4 {
        font-size: 28px;
    }
    .close-btn-box {
        right: 10px;
        top: 14px;
    }
    .bio-left {
        width: 100%;
    }
    .bio-right {
        width: 100%;
    }
    .bio-mob-img-box {
        width: 90%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
    }
    .bio-mob-img-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .bio-content-box {
        height: auto;
        padding: 140px 40px 40px 40px;
        font-size: 16px;
    }
    .bio-content-box h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .privacy-policy-container p + :is(h1, h2, h3, h4, h5, h6) {
        margin-top: 28px;
    }
    .privacy-policy-container ul + p,
    .privacy-policy-container ul + :is(h1, h2, h3, h4, h5, h6) {
        margin-top: 28px;
    }
    .team-body {
        padding: 40px;
    }
    .tmh-profile h4 {
        font-size: 28px;
    }
    .tmh-role {
        font-size: 16px;
    }
    .tmh-content {
        gap: 15px;
    }
}
@media (max-width: 767.98px) {
    .content-container {
        padding: var(--section-padding-mobile) 0;
    }
    .heading h2 {
        font-size: 36px;
    }
    .hero-content-box h1 {
        font-size: 40px;
    }
    .hero-content-box {
        font-size: 14px;
    }
    .services-item {
        width: 100%;
    }
    .faq-accordion .accordion-button {
        padding: 16px 40px 16px 0;
    }
    .faq-accordion .accordion-button .service-accordion::before {
        width: 30px;
        height: 30px;
        right: -30px;
    }
    .faq-accordion .sa-icon-wrap {
        width: 64px;
        height: 64px;
    }
    .faq-accordion .sa-text {
        font-size: 16px;
    }
    .faq-accordion .accordion-body {
        padding: 0 0 22px;
    }
    .mf-content-box {
        gap: 30px;
    }
    .mf-holder .sb-text {
        font-size: 14px;
    }
    .mf-holder .services-box {
        padding: 6px 0;
    }
    .core-principles-container {
        padding: 85px 0;
    }
    .box-1-holder {
        max-width: 170px;
        right: -22px;
    }
    .box-1-mask {
        width: 162%;
        height: calc(100% + 85px);
        left: -40px;
        top: -85px;
    }
    .box-2-holder {
        max-width: 180px;
        margin: 30px auto 0;
        right: 28px;
    }
    .box-2-mask {
        width: 170%;
        height: calc(100% + 85px);
        left: -80px;
        bottom: -85px;
    }
    .box-3-holder {
        width: 300px;
        margin-left: -165px;
    }
    .box-3-shape {
        width: 30%;
    }
    .box-4-holder {
        width: 180px;
        margin-left: 108px;
    }
    .box-4-holder {
        width: 300px;
        margin-left: 164px;
    }
    .box-4-shape {
        width: 28%;
    }
    .link-btn-link {
        font-size: 14px;
        padding: 8px 10px;
    }
    .link-box-1 {
        left: 12%;
        top: -36px;
    }
    .link-box-2 {
        right: 16%;
        bottom: -45px;
    }
    .link-box-3 {
        right: 16%;
    }
    .link-box-4 {
        left: 16%;
    }
    .core-principle-modal .modal-body {
        padding: 40px 30px;
        font-size: 14px;
        display: flex;
        flex-flow: column;
    }
    .core-principle-modal h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .error-title {
        font-size: 32px;
    }
    .error-message {
        font-size: 14px;
    }
    .error-inside {
        padding: 0 40px;
    }
    .error-content {
        margin: -36px auto 0;
    }
    .ip-accordion .accordion-button {
        font-size: 20px;
        padding: 24px 30px 24px 0;
    }
    .ip-accordion .accordion-button::before {
        width: 30px;
        height: 30px;
    }
    .ip-accordion .accordion-body {
        padding: 0 0 18px;
    }
    .custom-body {
        padding: 30px;
    }
    .cmh-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .custom-modal-head h4 {
        font-size: 24px;
    }
    .custom-close {
        padding: 13px 10px;
    }
    .custom-offcanvas {
        padding-left: 44px;
    }
    .hero-swiper-content {
        padding-bottom: 70px;
    }
    .custom-pagination-holder {
        height: 70px;
    }
    .team-body {
        padding: 40px;
    }
    .tmh-profile h4 {
        font-size: 28px;
    }
    .tmh-role {
        font-size: 16px;
    }
    .tmh-content {
        gap: 15px;
    }
    .tcb-role {
        font-size: 14px;
    }
    .tcb-head h3 {
        font-size: 24px;
    }
    .tc-item {
        padding-right: 0;
    }
    .tc-item:not(:last-child)::after {
        content: none;
    }
    .team-img {
        padding-bottom: 103.8%;
    }
    .tcb-content p {
        -webkit-line-clamp: 3;
    }
    .team-img-box {
        width: 100%;
    }
    .team-content-box {
        padding: 0;
        margin-top: 30px;
        gap: 20px;
    }
    .tc-list {
        gap: 8px;
    }
    .team-offcanvas {
        padding-left: 44px;
    }
    .team-body {
        padding: 30px;
    }
    .team-modal-head {
        gap: 20px;
    }
    .tmh-img-box {
        width: 100%;
    }
    .tmh-content-box {
        width: 100%;
    }
    .tmh-content {
        padding-left: 0;
    }
    .tmh-role {
        font-size: 14px;
    }
    .tmh-profile h4 {
        font-size: 24px;
    }
    .tmh-content {
        gap: 10px;
    }
    .team-close {
        padding: 12px 10px;
    }
}
@media (max-width: 575.98px) {
    .footer-nav-list {
        width: 100%;
        margin-left: 0;
    }
    .footer-nav-item + .footer-nav-item {
        margin-top: 10px;
    }
    .footer-nav-item {
        padding: 0 0 14px;
    }
    .footer-nav-item:not(:last-child):after {
        width: 18px;
        height: 1px;
        left: 0;
        right: auto;
        top: auto;
        transform: none;
        bottom: 0;
    }
    .footer-nav-item:last-child {
        padding-bottom: 0;
    }
    .fl-text-box {
        line-height: 1.4;
    }
}
@media (max-width:480.98px) {
  .core-principles-container .btn{font-size: 12px;padding: 6px 10px;width: 100px;white-space: normal;}
}
