.accent-bar {
display: block;
width: 48px;
height: 4px;
background-color: #fa0400;
border-radius: 2px;
border: none;
} .vision {
position: relative;
width: 100%;
height: 756px;
display: flex;
align-items: center;
font-family: var(--siga-font, "Montserrat", sans-serif);
overflow: hidden;
padding: 0 100px;
}
.vision__bg {
position: absolute;
inset: 0;
z-index: 0;
}
.vision__bg img {
display: block;
width: 100%; object-fit: cover;
object-position: bottom;
}
.vision__bg::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
112deg,
rgba(35, 62, 85, 0.95) 29%,
rgba(35, 62, 85, 0.90) 35%,
rgba(35, 62, 85, 0.85) 41%,
rgba(35, 62, 85, 0.75) 46%,
rgba(35, 62, 85, 0.66) 51%,
rgba(35, 62, 85, 0) 69%
);
}
.vision__content {
position: relative;
z-index: 1;
max-width: 460px;
margin-left: 112px;
display: flex;
flex-direction: column;
gap: 16px;
}
.vision__heading {
font-size: 40px;
font-weight: 600;
line-height: 44px;
color: #ffffff;
margin: 0;
}
.vision__body {
font-size: 18px;
font-weight: 500;
line-height: 27px;
color: #ffffff;
}
.vision__body p {
margin: 0;
} .obj-values {
display: flex;
width: 100%;
min-height: 762px;
font-family: var(--siga-font, "Montserrat", sans-serif);
} .obj-values__objectives {
flex: 1 1 50%;
background-color: var(--siga-bg-warm, #fff8f0);
padding: 66px 56px 53px 205px;
display: flex;
flex-direction: column;
gap: 18px;
}
.obj-values__obj-heading {
font-size: 40px;
font-weight: 600;
line-height: 44px;
color: var(--siga-navy, #233e55);
margin: 0;
}
.obj-values__obj-intro {
font-size: 18px;
font-weight: 500;
line-height: 32px;
color: var(--siga-navy, #233e55);
margin: 0;
}
.obj-values__obj-body {
font-size: 18px;
font-weight: 500;
line-height: 27px;
color: rgba(35, 62, 85, 0.9);
}
.obj-values__obj-body p {
margin: 0 0 12px;
}
.obj-values__obj-body ul {
list-style: none;
padding-left: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 16px;
}
.obj-values__obj-body li {
position: relative;
padding-left: 32px;
margin: 0;
}
.obj-values__obj-body li::before {
content: "";
position: absolute;
left: 0;
top: 5px;
width: 18px;
height: 18px;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='8' stroke='%23233e55' stroke-width='1.5'/%3E%3Cpath d='M5.5 9L8 11.5L12.5 6.5' stroke='%23233e55' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-size: contain;
background-repeat: no-repeat;
} .obj-values__values {
flex: 1 1 50%;
background-color: var(--siga-navy, #233e55);
padding: 66px 205px 53px 60px;
display: flex;
flex-direction: column;
gap: 14px;
}
.obj-values__val-heading {
font-size: 40px;
font-weight: 600;
line-height: 44px;
color: #ffffff;
margin: 0;
}
.obj-values__val-intro {
font-size: 18px;
font-weight: 500;
line-height: 32px;
color: #ffffff;
margin: 0;
}
.obj-values__val-list {
display: flex;
flex-direction: column;
gap: 0;
}
.obj-values__val-item {
display: flex;
align-items: center;
gap: 16px;
padding: 20px 0;
border-bottom: 1px solid rgba(255, 227, 226, 0.1);
}
.obj-values__val-item:last-child {
border-bottom: none;
}
.obj-values__val-icon {
flex-shrink: 0;
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
background-color: #fa0400;
border-radius: 50%;
}
.obj-values__val-icon img {
width: 18px;
height: 18px;
object-fit: contain;
}
.obj-values__val-name {
font-size: 18px;
font-weight: 500;
line-height: 32px;
color: #ffffff;
margin: 0;
} .obj-values__val-body {
font-size: 18px;
font-weight: 500;
line-height: 32px;
color: #ffffff;
}
.obj-values__val-body p {
margin: 0 0 12px;
} .strategies {
background-color: #ffffff;
padding: 74px 205px 80px 205px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.strategies__inner {
max-width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 48px;
}
.strategies__header {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
text-align: center;
}
.strategies__heading {
font-size: 40px;
font-weight: 600;
line-height: 44px;
color: var(--siga-navy, #233e55);
letter-spacing: -0.8px;
margin: 0;
}
.strategies__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.strategies__card {
background-color: #ffffff;
border: 1px solid rgba(127, 139, 149, 0.36);
border-radius: 16px;
padding: 16px;
min-height: 278px;
display: flex;
flex-direction: column;
gap: 16px;
}
.strategies__card-top {
display: flex;
align-items: center;
justify-content: space-between;
}
.strategies__card-icon-wrap {
flex-shrink: 0;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
background-color: #2f475c;
border-radius: 50%;
}
.strategies__card-icon {
width: 60px;
height: 60px;
object-fit: contain;
}
.strategies__card-number {
font-size: 48px;
font-weight: 600;
line-height: 32px;
color: #fa0400;
letter-spacing: -0.96px;
margin: 0;
}
.strategies__card-title {
font-size: 24px;
font-weight: 600;
line-height: 32px;
color: var(--siga-navy, #233e55);
text-transform: uppercase;
letter-spacing: -0.48px;
margin: 0;
}
.strategies__card-desc {
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: var(--siga-navy, #233e55);
letter-spacing: -0.36px;
margin: 0;
} .governance {
background-color: var(--siga-bg-warm, #fff8f0);
padding: 88px 64px;
font-family: var(--siga-font, "Montserrat", sans-serif);
}
.governance__inner {
max-width: 1400px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 48px;
}
.governance__header {
display: flex;
flex-direction: column;
gap: 12px;
}
.governance__label {
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-transform: uppercase;
color: var(--siga-gold, #a96f00);
letter-spacing: 0.5px;
}
.governance__heading {
font-size: 32px;
font-weight: 600;
line-height: 42px;
color: var(--siga-navy, #233e55);
letter-spacing: -0.64px;
margin: 0;
}
.governance__diagram img {
display: block;
width: 100%;
height: auto;
border-radius: 16px;
} @media (max-width: 1100px) {
.strategies {
padding-left: 44px;
padding-right: 44px;
}
.vision {
height: 600px;
}
.vision__content {
margin-left: 64px;
}
.vision__heading {
font-size: 36px;
line-height: 40px;
}
.vision__bg img {
height: 100%;
}
.obj-values__objectives,
.obj-values__values {
padding: 48px 40px;
}
.obj-values__obj-heading,
.obj-values__val-heading {
font-size: 34px;
line-height: 40px;
}
.strategies__grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 860px) {
.strategies,
.governance {
padding: 48px 32px;
}
.vision {
height: 500px;
}
.vision__content {
margin-left: 32px;
max-width: 100%;
padding-right: 32px;
}
.vision__heading {
font-size: 32px;
line-height: 38px;
}
.vision__body {
font-size: 16px;
line-height: 25px;
}
.obj-values {
flex-direction: column;
}
.obj-values__objectives,
.obj-values__values {
padding: 48px 32px;
}
.obj-values__obj-heading,
.obj-values__val-heading {
font-size: 30px;
line-height: 38px;
}
}
@media (max-width: 520px) {
.strategies,
.governance {
padding: 40px 20px;
}
.strategies__heading,
.governance__heading {
font-size: 24px;
line-height: 34px;
}
.vision {
height: 420px;
padding: 0 36px;
}
.vision__content {
margin-left: 20px;
padding-right: 20px;
}
.vision__heading {
font-size: 28px;
line-height: 34px;
}
.obj-values__objectives,
.obj-values__values {
padding: 40px 20px;
}
.obj-values__obj-heading,
.obj-values__val-heading {
font-size: 26px;
line-height: 34px;
}
.strategies__grid {
grid-template-columns: 1fr;
}
.strategies__heading {
font-size: 28px;
letter-spacing: 2px;
}
.governance__label {
font-size: 14px;
}
}  .our-story {
background-color: #ffffff;
padding: 74px 60px 40px;
font-family: var(--siga-font, "Montserrat", sans-serif);
overflow: hidden;
}
.our-story__inner {
position: relative;
max-width: 1440px;
margin: 0 auto;
min-height: 620px;
} .our-story__text {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
gap: 12px;
max-width: 494px;
}
.our-story__label {
font-size: 16px;
font-weight: 600;
line-height: 24px;
text-transform: uppercase;
color: var(--siga-gold, #a96f00);
letter-spacing: 0.5px;
}
.our-story__heading {
font-size: 40px;
font-weight: 600;
line-height: 44px;
color: var(--siga-navy, #233e55);
letter-spacing: -0.8px;
margin: 0;
}
.our-story__heading span {
color: #fa0400;
}
.our-story__body {
display: flex;
flex-direction: column;
gap: 4px;
font-size: 18px;
font-weight: 400;
line-height: 27px;
color: var(--siga-navy, #233e55);
}
.our-story__body p {
margin: 0;
} .our-story__thumb {
position: relative;
z-index: 2;
width: 294px;
height: 145px;
border-radius: 8px;
overflow: hidden;
margin-top: 16px;
}
.our-story__thumb img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} .our-story__hero-image {
position: absolute;
top: 0;
right: 0;
width: 724px;
height: 582px;
border-radius: 16px;
overflow: hidden;
z-index: 1;
}
.our-story__hero-image img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
} .our-story__quote {
position: absolute;
bottom: 0;
left: 400px;
z-index: 3;
display: flex;
align-items: center;
gap: 36px;
width: 518px;
min-height: 127px;
padding: 23px 32px 23px 23px;
background-color: rgba(35, 62, 85, 0.95);
border-radius: 8px;
}
.our-story__quote-icon {
flex-shrink: 0;
width: 80px;
height: 64px;
object-fit: contain;
}
.our-story__quote-text {
font-size: 18px;
font-weight: 500;
line-height: 27px;
color: #ffffff;
letter-spacing: -0.36px;
margin: 0;
} @media (max-width: 1280px) {
.our-story__hero-image {
width: 55%;
height: 500px;
}
.our-story__quote {
left: 320px;
width: 480px;
}
} @media (max-width: 1100px) {
.our-story {
padding: 60px 48px 40px;
}
.our-story__text {
max-width: 420px;
}
.our-story__heading {
font-size: 34px;
line-height: 40px;
}
.our-story__body {
font-size: 16px;
line-height: 25px;
}
.our-story__hero-image {
width: 50%;
height: 440px;
}
.our-story__quote {
left: 50%;
transform: translateX(-50%);
width: 90%;
max-width: 500px;
bottom: -20px;
}
} @media (max-width: 860px) {
.our-story {
padding: 60px 32px 80px;
}
.our-story__inner {
display: flex;
flex-direction: column;
gap: 32px;
min-height: auto;
}
.our-story__text {
max-width: 100%;
}
.our-story__hero-image {
position: relative;
width: 100%;
height: 360px;
}
.our-story__thumb {
width: 240px;
height: 120px;
}
.our-story__quote {
position: relative;
left: auto;
bottom: auto;
transform: none;
width: 100%;
max-width: 100%;
margin-top: -40px;
}
} @media (max-width: 520px) {
.our-story {
padding: 72px 20px 72px;
}
.our-story__heading {
font-size: 28px;
line-height: 36px;
}
.our-story__body {
font-size: 15px;
line-height: 24px;
}
.our-story__hero-image {
height: 260px;
}
.our-story__thumb {
width: 200px;
height: 100px;
display: none;
}
.our-story__quote {
flex-direction: column;
gap: 16px;
padding: 20px;
text-align: center;
}
.our-story__quote-text {
font-size: 16px;
line-height: 24px;
}
.our-story__label {
font-size: 14px;
}
}