.section-introduce {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #465d78 url("https://cdn.hstatic.net/files/200000954162/file/3.jpg") center/cover no-repeat; }
  @media (max-width: 768px) {
    .section-introduce {
      background-image: url("https://cdn.hstatic.net/files/200000954162/file/3.jpg"); } }
  .section-introduce .container {
    position: relative;
    z-index: 2; }
  .section-introduce__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(122, 142, 168, 0.22) 0%, rgba(70, 92, 118, 0.28) 32%, rgba(44, 59, 80, 0.48) 62%, rgba(20, 30, 42, 0.82) 100%); }
  .section-introduce__content {
    text-align: center;
    transform: translateY(70px); }
  .section-introduce__brand {
    margin-bottom: 50px;
    font-size: 90px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.18); }
  .section-introduce__title {
    margin: 0;
    font-size: 72px;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff; }
  .section-introduce__subtitle {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.9); }
  .section-introduce__logo {
    position: absolute;
    right: 40px;
    bottom: 32px;
    z-index: 3;
    width: 180px;
    pointer-events: none;
    user-select: none; }
    .section-introduce__logo img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1199px) {
    .section-introduce__brand {
      font-size: 72px; }
    .section-introduce__title {
      font-size: 56px; }
    .section-introduce__subtitle {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .section-introduce {
      min-height: 720px; }
      .section-introduce__content {
        transform: translateY(40px); }
      .section-introduce__brand {
        margin-bottom: 36px;
        font-size: 56px; }
      .section-introduce__title {
        font-size: 42px; }
      .section-introduce__subtitle {
        font-size: 20px; }
      .section-introduce__logo {
        width: 130px;
        right: 24px;
        bottom: 24px; } }
  @media (max-width: 767px) {
    .section-introduce {
      min-height: 100vh; }
      .section-introduce__brand {
        margin-bottom: 24px;
        font-size: 40px;
        letter-spacing: 2px; }
      .section-introduce__title {
        font-size: 30px;
        line-height: 1.25; }
      .section-introduce__subtitle {
        margin-top: 18px;
        font-size: 16px;
        letter-spacing: 0.5px; }
      .section-introduce__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }

.section-about {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #4f6993;
  background-image: url("https://cdn.hstatic.net/files/200000954162/file/6349ebda-b7bf-11eb-9461-e80e43f535ad_image_hires_185818.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .section-about {
      background-image: url("https://cdn.hstatic.net/files/200000954162/file/6349ebda-b7bf-11eb-9461-e80e43f535ad_image_hires_185818.webp"); } }
  .section-about > .container {
    position: relative;
    z-index: 2; }
  .section-about__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 29, 45, 0.18) 0%, rgba(17, 29, 45, 0.28) 40%, rgba(17, 29, 45, 0.7) 100%); }
  .section-about__content {
    text-align: right;
    padding-left: 30px; }
  .section-about__title {
    margin: 0;
    color: #fff;
    font-size: 60px;
    text-align: right;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    text-shadow: 0 12px 18px rgba(0, 0, 0, 0.28); }
    .section-about__title span {
      display: block; }
      .section-about__title span + span {
        margin-top: 8px; }
  .section-about__description {
    margin-top: 42px;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.45;
    text-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); }
    .section-about__description p {
      margin: 0; }
  .section-about__logo {
    position: absolute;
    right: 40px;
    bottom: 32px;
    z-index: 3;
    width: 180px;
    pointer-events: none;
    user-select: none; }
    .section-about__logo img {
      width: 100%;
      display: block; }
  @media (max-width: 1199px) {
    .section-about__title {
      font-size: 58px; }
    .section-about__description {
      font-size: 22px; } }
  @media (max-width: 991px) {
    .section-about {
      padding: 100px 0;
      min-height: auto; }
      .section-about__content {
        padding-left: 0;
        text-align: center; }
      .section-about__title {
        font-size: 42px; }
      .section-about__description {
        margin-top: 28px;
        font-size: 20px; }
      .section-about__logo {
        width: 130px;
        right: 24px;
        bottom: 24px; } }
  @media (max-width: 767px) {
    .section-about {
      padding: 80px 0; }
      .section-about__title {
        font-size: 30px;
        line-height: 1.25; }
      .section-about__description {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.7; }
      .section-about__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }

.section-strength {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
  background: linear-gradient(180deg, #aeb9ca 0%, #6d809c 42%, #1d2734 100%); }
  .section-strength > .container {
    position: relative;
    z-index: 2; }
  .section-strength .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem; }
    .section-strength .row > div {
      margin-bottom: 1.5rem; }
  .section-strength__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.38) 100%); }
  .section-strength__card {
    position: relative;
    height: 100%;
    padding: 38px 38px 34px;
    border-radius: 28px;
    background: linear-gradient(135deg, #475c80 0%, #98a8c1 100%);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.35);
    overflow: visible; }
    .section-strength__card--experience, .section-strength__card--global {
      min-height: 255px; }
    .section-strength__card--legal, .section-strength__card--logistics {
      min-height: 250px; }
  .section-strength__bubble {
    position: absolute;
    background: inherit;
    box-shadow: inherit;
    z-index: -1; }
  .section-strength__card--experience .section-strength__bubble {
    width: 150px;
    height: 135px;
    right: -62px;
    top: 50%;
    border-radius: 0 0 95px 95px;
    transform: translateY(-12%) rotate(-12deg);
    background: #8899b4; }
    .section-strength__card--experience .section-strength__bubble path {
      fill: #8899b4; }
  .section-strength__card--global .section-strength__bubble {
    width: 150px;
    height: 135px;
    right: 28px;
    bottom: -62px;
    border-radius: 0 0 95px 95px;
    transform: rotate(42deg);
    background: #8899b4; }
    .section-strength__card--global .section-strength__bubble path {
      fill: #8899b4; }
  .section-strength__card--logistics .section-strength__bubble {
    width: 125px;
    height: 120px;
    left: -52px;
    top: 48%;
    border-radius: 90px 0 90px 90px;
    transform: rotate(32deg);
    background: #8899b4; }
    .section-strength__card--logistics .section-strength__bubble path {
      fill: #8899b4; }
  .section-strength__title {
    margin: 0 0 16px;
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff; }
  .section-strength__description {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 400;
    color: #fff; }
  .section-strength__logo {
    position: absolute;
    right: 40px;
    bottom: 18px;
    z-index: 3; }
    .section-strength__logo img {
      width: 170px;
      opacity: 0.25;
      display: block; }
  @media (max-width: 1199px) {
    .section-strength__title {
      font-size: 3rem; }
    .section-strength__description {
      font-size: 1.05rem; } }
  @media (max-width: 991px) {
    .section-strength {
      padding: 70px 0; }
      .section-strength__card {
        min-height: auto !important;
        padding: 30px; }
      .section-strength__bubble {
        display: none; }
      .section-strength__title {
        font-size: 2.5rem; }
      .section-strength__description {
        font-size: 1rem; }
      .section-strength__logo {
        right: 24px;
        bottom: 20px; }
        .section-strength__logo img {
          width: 120px; } }
  @media (max-width: 767px) {
    .section-strength {
      padding: 55px 0; }
      .section-strength__card {
        padding: 24px;
        border-radius: 22px; }
      .section-strength__title {
        font-size: 1.7rem;
        line-height: 40px;
        margin-bottom: 0; }
      .section-strength__description {
        font-size: 0.95rem;
        line-height: 1.45; }
      .section-strength__logo {
        right: 18px;
        bottom: 18px; }
        .section-strength__logo img {
          width: 90px; } }

.section-core-value {
  position: relative;
  display: flex;
  align-items: flex-start;
  min-height: 100vh;
  padding: 70px 0 120px;
  overflow: hidden;
  background-color: #4e6b88;
  background-image: url("https://cdn.hstatic.net/files/200000954162/file/dsc00973.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 768px) {
    .section-core-value {
      background-image: url("https://cdn.hstatic.net/files/200000954162/file/dsc00973.jpg"); } }
  .section-core-value > .container {
    position: relative;
    z-index: 2; }
  .section-core-value__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(41, 74, 108, 0.62) 0%, rgba(41, 74, 108, 0.45) 45%, rgba(41, 74, 108, 0.35) 100%); }
  .section-core-value__content {
    max-width: none; }
  .section-core-value__title {
    margin: 0;
    font-size: 82px;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 8px 20px rgba(0, 0, 0, 0.22); }
  .section-core-value__subtitle {
    margin-top: 28px;
    margin-bottom: 0;
    max-width: 720px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.35;
    color: #fff; }
  .section-core-value__logo {
    position: absolute;
    right: 40px;
    bottom: 32px;
    width: 180px;
    z-index: 3;
    pointer-events: none;
    user-select: none; }
    .section-core-value__logo img {
      display: block;
      width: 100%; }
  @media (max-width: 1199px) {
    .section-core-value__title {
      font-size: 64px; }
    .section-core-value__subtitle {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .section-core-value {
      padding: 80px 0;
      min-height: auto; }
      .section-core-value__title {
        font-size: 48px; }
      .section-core-value__subtitle {
        font-size: 22px; }
      .section-core-value__logo {
        width: 130px;
        right: 24px;
        bottom: 24px; } }
  @media (max-width: 767px) {
    .section-core-value {
      padding: 60px 0; }
      .section-core-value__title {
        font-size: 34px;
        line-height: 1.2; }
      .section-core-value__subtitle {
        margin-top: 20px;
        font-size: 18px;
        line-height: 1.5; }
      .section-core-value__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }

.section-advantages {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #7b8da8 0%, #334357 100%); }
  .section-advantages > .container-fluid {
    position: relative;
    z-index: 2; }
  .section-advantages__overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    /*background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.08) 0%,
      rgba(18, 32, 52, 0.18) 55%,
      rgba(18, 32, 52, 0.42) 100%
    );*/ }
  .section-advantages__grid {
    display: grid;
    grid-template-columns: 31.5% 34% 34.5%;
    gap: 1px;
    align-items: stretch; }
  .section-advantages__column {
    display: flex;
    flex-direction: column;
    background: #607390; }
    .section-advantages__column:hover .section-advantages__column__image img,
    .section-advantages__column:hover .section-advantages__image img {
      transform: scale(1.04); }
    .section-advantages__column--left .section-advantages__content {
      height: 250px; }
    .section-advantages__column--left .section-advantages__image {
      height: 100%;
      margin-bottom: 0; }
    .section-advantages__column--left img {
      object-position: center top; }
    .section-advantages__column--center .section-advantages__image {
      height: 100%;
      margin-bottom: 0; }
    .section-advantages__column--center .section-advantages__content {
      height: 250px;
      justify-content: center;
      align-items: center;
      text-align: center;
      background: linear-gradient(180deg, #94a5bc 0%, #7b8da8 100%); }
    .section-advantages__column--center img {
      object-position: center center; }
    .section-advantages__column--right .section-advantages__content {
      height: 250px; }
    .section-advantages__column--right .section-advantages__image {
      height: 100%;
      margin-bottom: 0; }
    .section-advantages__column--right img {
      object-position: center top; }
  @media (max-width: 991px) {
    .section-advantages .section-advantages__column--center {
      flex-direction: column-reverse; } }
  .section-advantages__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 42px 44px;
    background: linear-gradient(180deg, #607390 0%, #566985 100%);
    color: #fff;
    flex: none; }
  .section-advantages__title {
    margin: 0 0 18px;
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #fff; }
    .section-advantages__title--qc {
      margin-bottom: 16px;
      font-size: 94px;
      line-height: 0.9; }
  .section-advantages__description {
    margin: 0;
    font-size: 18px;
    line-height: 1.28;
    font-weight: 600;
    color: #fff; }
    .section-advantages__description strong {
      font-weight: 800; }
    .section-advantages__description + .section-advantages__description {
      margin-top: 8px; }
    .section-advantages__description--center {
      max-width: 88%;
      margin: 0 auto; }
  .section-advantages__image {
    overflow: hidden; }
    .section-advantages__image img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 0.45s; }
  .section-advantages__column:hover .section-advantages__image img {
    transform: scale(1.04); }
  .section-advantages__logo {
    position: absolute;
    right: 34px;
    bottom: 24px;
    width: 165px;
    opacity: 0.22;
    z-index: 5; }
    .section-advantages__logo img {
      width: 100%;
      display: block; }
  @media (max-width: 1199px) {
    .section-advantages__title {
      font-size: 46px; }
    .section-advantages__title--qc {
      font-size: 78px; }
    .section-advantages__description {
      font-size: 17px; } }
  @media (max-width: 991px) {
    .section-advantages__grid {
      grid-template-columns: 1fr;
      gap: 0; }
    .section-advantages__content {
      height: auto !important;
      padding: 34px; }
    .section-advantages__image {
      height: 420px !important; }
    .section-advantages__title {
      font-size: 42px; }
    .section-advantages__title--qc {
      font-size: 72px; }
    .section-advantages__description {
      font-size: 17px; }
    .section-advantages__logo {
      width: 120px;
      right: 20px;
      bottom: 18px; } }
  @media (max-width: 767px) {
    .section-advantages__content {
      padding: 26px; }
    .section-advantages__image {
      height: 300px !important; }
    .section-advantages__title {
      font-size: 34px; }
    .section-advantages__title--qc {
      font-size: 58px; }
    .section-advantages__description {
      font-size: 16px; }
    .section-advantages__logo {
      width: 90px;
      right: 16px;
      bottom: 16px; } }

.section-brand-profile {
  position: relative;
  overflow: hidden;
  padding: 90px 0 100px;
  background: linear-gradient(180deg, #556983 0%, #bbc5d3 100%); }
  .section-brand-profile > .container {
    position: relative;
    z-index: 2; }
  .section-brand-profile__heading {
    margin-bottom: 70px;
    text-align: center; }
    @media (max-width: 767px) {
      .section-brand-profile__heading {
        margin-bottom: 50px; } }
  .section-brand-profile__title {
    margin: 0;
    color: #fff;
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase; }
  .section-brand-profile__subtitle {
    margin-top: 12px;
    color: #eef2f7;
    font-size: 38px;
    font-weight: 200;
    letter-spacing: 2px; }
  .section-brand-profile__slider .owl-stage,
  .section-brand-profile__slider .owl-item {
    display: flex; }
  .section-brand-profile__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 0.74;
    cursor: pointer; }
    .section-brand-profile__item:hover .section-brand-profile__image img {
      transform: scale(1.06); }
    .section-brand-profile__item:hover .section-brand-profile__content {
      top: auto;
      bottom: 34px; }
  .section-brand-profile__image {
    height: 100%; }
    .section-brand-profile__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: 1s; }
  .section-brand-profile__shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.05) 35%, rgba(0, 0, 0, 0.7) 100%); }
  .section-brand-profile__content {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 38px;
    color: #fff;
    transition: 0.65s cubic-bezier(0.22, 0.61, 0.36, 1); }
  .section-brand-profile__item-title {
    margin: 0;
    font-size: 30px;
    line-height: 1.05;
    font-weight: 800;
    color: #fff; }
  .section-brand-profile__item-subtitle {
    margin: 6px 0 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700; }
  .section-brand-profile__description {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    max-width: 290px; }
  .section-brand-profile__logo {
    position: absolute;
    right: 42px;
    bottom: 28px;
    width: 170px;
    opacity: 0.35;
    z-index: 3; }
    .section-brand-profile__logo img {
      width: 100%;
      display: block; }
  @media (max-width: 991px) {
    .section-brand-profile {
      padding: 70px 0; }
      .section-brand-profile__title {
        font-size: 48px; }
      .section-brand-profile__subtitle {
        font-size: 24px; }
      .section-brand-profile__content {
        left: 22px;
        right: 22px;
        top: 26px; }
      .section-brand-profile__item-title {
        font-size: 24px; }
      .section-brand-profile__description {
        font-size: 15px; } }
  @media (max-width: 767px) {
    .section-brand-profile__title {
      font-size: 26px; }
    .section-brand-profile__subtitle {
      font-size: 15px; }
    .section-brand-profile__item {
      aspect-ratio: 0.78; } }

.section-product-philosophy {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at left top, #d7dee7 0%, #97a7bc 26%, #61758f 55%, #2f3d50 100%); }
  .section-product-philosophy > .container {
    max-width: 1680px;
    position: relative;
    z-index: 2;
    padding: 0; }
  .section-product-philosophy__wrapper {
    display: grid;
    grid-template-columns: 45% 55%;
    align-items: center;
    min-height: 100vh; }
  .section-product-philosophy__media {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    height: 100%;
    overflow: hidden; }
    .section-product-philosophy__media img {
      width: 95%;
      display: block;
      object-fit: contain; }
    .section-product-philosophy__media::after {
      content: "";
      position: absolute;
      top: 0;
      right: -10%;
      width: 46%;
      height: 100%;
      pointer-events: none;
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(235, 239, 244, 0.48) 40%, rgba(129, 145, 167, 0.88) 100%); }
  .section-product-philosophy__content {
    max-width: 760px;
    padding: 80px 70px 80px 40px;
    color: #fff; }
  .section-product-philosophy__heading {
    margin-bottom: 58px; }
  .section-product-philosophy__title-outline {
    margin-bottom: 30px;
    font-size: 65px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.82); }
  .section-product-philosophy__title {
    margin: 8px 0 0;
    font-size: 74px;
    font-weight: 800;
    line-height: 0.95;
    text-transform: uppercase;
    color: #fff; }
  .section-product-philosophy__group {
    max-width: 640px; }
    .section-product-philosophy__group + .section-product-philosophy__group {
      margin-top: 70px; }
  .section-product-philosophy__heading-title {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.18;
    text-transform: uppercase;
    color: #fff; }
  .section-product-philosophy__label {
    margin-top: 8px;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff; }
  .section-product-philosophy__description {
    margin: 16px 0 0;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.96); }
  .section-product-philosophy__logo {
    position: absolute;
    right: 42px;
    bottom: 28px;
    width: 165px;
    opacity: 0.28;
    z-index: 5; }
    .section-product-philosophy__logo img {
      display: block;
      width: 100%; }
  @media (max-width: 1400px) {
    .section-product-philosophy__wrapper {
      grid-template-columns: 43% 57%; }
    .section-product-philosophy__content {
      padding: 60px; }
    .section-product-philosophy__title-outline, .section-product-philosophy__title {
      font-size: 60px; }
    .section-product-philosophy__heading-title {
      font-size: 30px; }
    .section-product-philosophy__description {
      font-size: 19px; } }
  @media (max-width: 991px) {
    .section-product-philosophy {
      padding: 80px 0; }
      .section-product-philosophy__wrapper {
        grid-template-columns: 1fr;
        min-height: auto; }
      .section-product-philosophy__media {
        padding-top: 0;
        justify-content: center;
        margin-bottom: 50px; }
        .section-product-philosophy__media img {
          width: 70%; }
        .section-product-philosophy__media::after {
          display: none; }
      .section-product-philosophy__content {
        padding: 0 24px;
        max-width: none; }
      .section-product-philosophy__heading {
        margin-bottom: 40px; }
      .section-product-philosophy__title-outline, .section-product-philosophy__title {
        font-size: 44px; }
      .section-product-philosophy__heading-title {
        font-size: 24px; }
      .section-product-philosophy__label {
        font-size: 18px; }
      .section-product-philosophy__description {
        font-size: 18px; }
      .section-product-philosophy__group + .section-product-philosophy__group {
        margin-top: 40px; }
      .section-product-philosophy__logo {
        width: 110px;
        right: 24px;
        bottom: 24px; } }
  @media (max-width: 767px) {
    .section-product-philosophy {
      padding: 60px 0; }
      .section-product-philosophy__media {
        margin-bottom: 35px; }
        .section-product-philosophy__media img {
          width: 90%; }
      .section-product-philosophy__title-outline, .section-product-philosophy__title {
        font-size: 32px;
        -webkit-text-stroke: 1px #fff; }
      .section-product-philosophy__heading {
        margin-bottom: 28px; }
      .section-product-philosophy__heading-title {
        font-size: 20px; }
      .section-product-philosophy__label {
        font-size: 16px; }
      .section-product-philosophy__description {
        font-size: 16px;
        line-height: 1.6; }
      .section-product-philosophy__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }

.section-technical-capability {
  position: relative;
  display: flex;
  min-height: 100vh;
  padding: 60px 0 80px;
  overflow: hidden;
  background-color: #596c86;
  background-image: url("https://cdn.hstatic.net/files/200000954162/file/1__1_.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .section-technical-capability > .container {
    position: relative;
    z-index: 2; }
  .section-technical-capability__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(28, 38, 54, 0.6) 0%, rgba(28, 38, 54, 0.18) 45%, rgba(230, 236, 245, 0.28) 100%); }
  .section-technical-capability__heading {
    margin-bottom: 420px; }
  .section-technical-capability__title {
    margin: 0;
    font-size: 55px;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    color: #fff; }
  .section-technical-capability__subtitle {
    margin: 14px 0 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff; }
  .section-technical-capability__list {
    align-items: stretch; }
  .section-technical-capability__card {
    height: 100%;
    padding: 28px 32px;
    background: rgba(46, 63, 89, 0.72);
    backdrop-filter: blur(8px);
    color: #fff; }
  .section-technical-capability__card-title {
    margin: 0 0 10px;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
    text-transform: uppercase; }
  .section-technical-capability__card-description {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4; }
  .section-technical-capability__logo {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 180px;
    z-index: 3;
    pointer-events: none;
    user-select: none; }
    .section-technical-capability__logo img {
      display: block;
      width: 100%; }
  @media (max-width: 1199px) {
    .section-technical-capability__heading {
      margin-bottom: 320px; }
    .section-technical-capability__title {
      font-size: 52px; }
    .section-technical-capability__subtitle {
      font-size: 22px; }
    .section-technical-capability__card-title {
      font-size: 22px; }
    .section-technical-capability__card-description {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .section-technical-capability {
      padding: 80px 0;
      min-height: auto; }
      .section-technical-capability__heading {
        margin-bottom: 60px; }
      .section-technical-capability__list > .col-lg-5 {
        margin-top: 24px; }
      .section-technical-capability__title {
        font-size: 40px; }
      .section-technical-capability__subtitle {
        font-size: 18px; }
      .section-technical-capability__logo {
        width: 120px;
        right: 24px;
        bottom: 24px; } }
  @media (max-width: 767px) {
    .section-technical-capability {
      padding: 60px 0; }
      .section-technical-capability__title {
        font-size: 27px;
        line-height: 40px; }
      .section-technical-capability__subtitle {
        font-size: 16px; }
      .section-technical-capability__card {
        padding: 20px; }
      .section-technical-capability__card-title {
        font-size: 18px; }
      .section-technical-capability__card-description {
        font-size: 16px; }
      .section-technical-capability__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }

.section-quality-process {
  position: relative;
  overflow: hidden;
  padding: 90px 0 115px;
  background: linear-gradient(180deg, #3a4d66 0%, #566b86 45%, #93a5bc 100%); }
  .section-quality-process > .container {
    position: relative;
    z-index: 2; }
  .section-quality-process__heading {
    margin-bottom: 48px;
    text-align: center; }
  .section-quality-process__title {
    margin: 0;
    font-size: 55px;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -0.5px; }
  .section-quality-process__subtitle {
    margin: 14px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #fff; }
  .section-quality-process__timeline {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center; }
  .section-quality-process__step {
    position: relative;
    flex: 0 0 330px;
    width: 330px;
    z-index: 1; }
    .section-quality-process__step + .section-quality-process__step {
      margin-left: -85px; }
    .section-quality-process__step--1 {
      z-index: 1; }
    .section-quality-process__step--2 {
      z-index: 2; }
    .section-quality-process__step--3 {
      z-index: 3; }
    .section-quality-process__step--4 {
      z-index: 4; }
    .section-quality-process__step-title {
      height: 64px;
      margin: 0 0 14px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
      text-align: center;
      font-size: 22px;
      font-weight: 800;
      line-height: 1.1;
      color: #fff;
      text-transform: uppercase; }
  .section-quality-process__card {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    width: 100%;
    filter: drop-shadow(0 14px 20px rgba(0, 0, 0, 0.28)); }
  .section-quality-process__bg {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
    user-select: none;
    pointer-events: none; }
  .section-quality-process__content {
    position: absolute;
    z-index: 3;
    top: 20%;
    left: 30%;
    width: 42%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.15px;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.18); }
  .section-quality-process__logo {
    position: absolute;
    right: 40px;
    bottom: 32px;
    width: 150px;
    opacity: 0.28;
    z-index: 10;
    pointer-events: none; }
    .section-quality-process__logo img {
      display: block;
      width: 100%;
      height: auto; }
  @media (max-width: 1400px) {
    .section-quality-process__title {
      font-size: 44px; }
    .section-quality-process__subtitle {
      font-size: 22px; }
    .section-quality-process__step {
      flex-basis: 240px;
      width: 240px; }
      .section-quality-process__step-title {
        font-size: 18px;
        height: 56px; }
    .section-quality-process__content {
      font-size: 14px; } }
  @media (max-width: 1199px) {
    .section-quality-process {
      padding: 70px 0 90px; }
      .section-quality-process__heading {
        margin-bottom: 36px; }
      .section-quality-process__title {
        font-size: 36px; }
      .section-quality-process__subtitle {
        font-size: 18px; }
      .section-quality-process__timeline {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px;
        justify-content: stretch; }
      .section-quality-process__step {
        flex: none;
        width: 100%;
        margin: 0 !important; }
        .section-quality-process__step-title {
          height: auto;
          min-height: 48px;
          font-size: 18px;
          margin-bottom: 12px; }
      .section-quality-process__content {
        top: 28%;
        left: 17%;
        width: 42%;
        font-size: 15px; }
      .section-quality-process__logo {
        width: 110px;
        right: 24px;
        bottom: 24px; } }
  @media (max-width: 991px) {
    .section-quality-process {
      padding: 60px 0 80px; }
      .section-quality-process__timeline {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        max-width: auto;
        margin: 0 auto; }
      .section-quality-process__step-title {
        font-size: 17px; }
      .section-quality-process__content {
        font-size: 15px; } }
  @media (max-width: 767px) {
    .section-quality-process {
      padding: 48px 0 70px; }
      .section-quality-process__heading {
        margin-bottom: 24px; }
      .section-quality-process__title {
        font-size: 30px;
        line-height: 1.4; }
      .section-quality-process__subtitle {
        font-size: 15px;
        margin-top: 8px; }
      .section-quality-process__step-title {
        font-size: 16px;
        margin-bottom: 10px; }
      .section-quality-process__card {
        border-radius: 16px; }
      .section-quality-process__content {
        top: 8%;
        left: 30%;
        width: 60%;
        font-size: 14px;
        line-height: 1.45; }
      .section-quality-process__logo {
        width: 84px;
        right: 16px;
        bottom: 16px; } }

.section-product-ecosystem {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #bcc6d3 0%, #8f9db1 26%, #637690 62%, #31445d 100%); }
  .section-product-ecosystem > .container {
    position: relative;
    z-index: 2; }
  .section-product-ecosystem__heading {
    margin-bottom: 75px;
    text-align: center; }
  .section-product-ecosystem__title {
    margin: 0;
    font-size: 74px;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.95);
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.18); }
    .section-product-ecosystem__title span {
      display: block; }
  .section-product-ecosystem__canvas {
    position: relative;
    width: 100%;
    max-width: 1120px;
    height: 560px;
    margin: 0 auto; }
    .section-product-ecosystem__canvas:hover .word {
      opacity: 0.42; }
      .section-product-ecosystem__canvas:hover .word:hover {
        opacity: 1;
        color: #fff;
        transform: translateY(-3px) scale(1.03);
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.18), 0 10px 24px rgba(0, 0, 0, 0.28);
        z-index: 20; }
  .section-product-ecosystem__logo {
    position: absolute;
    right: 36px;
    bottom: 28px;
    width: 165px;
    opacity: 0.45;
    z-index: 5; }
    .section-product-ecosystem__logo img {
      display: block;
      width: 100%; }
  .section-product-ecosystem .word {
    position: absolute;
    display: block;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    letter-spacing: -2px;
    text-transform: uppercase;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    opacity: 1;
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.35s ease, color 0.35s ease, text-shadow 0.35s ease;
    animation: ecosystemFade 0.8s ease both; }
    .section-product-ecosystem .word:nth-child(1) {
      animation-delay: 0.04s; }
    .section-product-ecosystem .word:nth-child(2) {
      animation-delay: 0.08s; }
    .section-product-ecosystem .word:nth-child(3) {
      animation-delay: 0.12s; }
    .section-product-ecosystem .word:nth-child(4) {
      animation-delay: 0.16s; }
    .section-product-ecosystem .word:nth-child(5) {
      animation-delay: 0.2s; }
    .section-product-ecosystem .word:nth-child(6) {
      animation-delay: 0.24s; }
    .section-product-ecosystem .word:nth-child(7) {
      animation-delay: 0.28s; }
    .section-product-ecosystem .word:nth-child(8) {
      animation-delay: 0.32s; }
    .section-product-ecosystem .word:nth-child(9) {
      animation-delay: 0.36s; }
    .section-product-ecosystem .word:nth-child(10) {
      animation-delay: 0.4s; }
    .section-product-ecosystem .word:nth-child(11) {
      animation-delay: 0.44s; }
    .section-product-ecosystem .word:nth-child(12) {
      animation-delay: 0.48s; }
    .section-product-ecosystem .word:nth-child(13) {
      animation-delay: 0.52s; }
    .section-product-ecosystem .word:nth-child(14) {
      animation-delay: 0.56s; }
    .section-product-ecosystem .word:nth-child(15) {
      animation-delay: 0.6s; }
    .section-product-ecosystem .word--01, .section-product-ecosystem .word--07, .section-product-ecosystem .word--08, .section-product-ecosystem .word--14, .section-product-ecosystem .word--15 {
      writing-mode: vertical-rl;
      line-height: 0.86; }
    .section-product-ecosystem .word--01 {
      left: -4px;
      top: 35px;
      font-size: 66px;
      transform: rotate(180deg); }
      .section-product-ecosystem .word--01:hover {
        transform: rotate(180deg) translateY(-3px) scale(1.03); }
    .section-product-ecosystem .word--02 {
      left: 74px;
      top: 34px;
      font-size: 32px; }
    .section-product-ecosystem .word--03 {
      left: 74px;
      top: 96px;
      font-size: 74px; }
    .section-product-ecosystem .word--04 {
      left: 72px;
      top: 200px;
      font-size: 122px;
      letter-spacing: -6px; }
    .section-product-ecosystem .word--05 {
      left: 0;
      top: 364px;
      font-size: 58px; }
    .section-product-ecosystem .word--06 {
      left: 0;
      top: 438px;
      font-size: 68px; }
    .section-product-ecosystem .word--07 {
      left: 405px;
      top: 30px;
      font-size: 55px; }
    .section-product-ecosystem .word--08 {
      left: 480px;
      top: 22px;
      font-size: 68px;
      letter-spacing: -3px; }
    .section-product-ecosystem .word--09 {
      left: 552px;
      top: 30px;
      font-size: 88px;
      letter-spacing: -4px; }
    .section-product-ecosystem .word--10 {
      left: 580px;
      top: 148px;
      font-size: 56px; }
    .section-product-ecosystem .word--11 {
      left: 560px;
      top: 236px;
      font-size: 60px; }
    .section-product-ecosystem .word--12 {
      left: 510px;
      top: 332px;
      font-size: 44px; }
    .section-product-ecosystem .word--13 {
      left: 500px;
      top: 418px;
      font-size: 64px; }
    .section-product-ecosystem .word--14 {
      right: 84px;
      top: 135px;
      font-size: 24px;
      letter-spacing: 0; }
    .section-product-ecosystem .word--15 {
      right: 0;
      top: 140px;
      font-size: 72px;
      letter-spacing: -3px; }

@keyframes ecosystemFade {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: none; } }
  @media (max-width: 1600px) {
    .section-product-ecosystem__canvas {
      transform: scale(0.95);
      transform-origin: top center;
      height: 535px; } }
  @media (max-width: 1440px) {
    .section-product-ecosystem__title {
      font-size: 66px; }
    .section-product-ecosystem__canvas {
      transform: scale(0.88);
      height: 500px; } }
  @media (max-width: 1366px) {
    .section-product-ecosystem {
      padding: 70px 0 90px; }
      .section-product-ecosystem__title {
        font-size: 60px; }
      .section-product-ecosystem__canvas {
        transform: scale(0.82);
        height: 455px; } }
  @media (max-width: 1200px) {
    .section-product-ecosystem {
      min-height: auto; }
      .section-product-ecosystem__heading {
        margin-bottom: 55px; }
      .section-product-ecosystem__title {
        font-size: 54px; }
      .section-product-ecosystem__canvas {
        transform: scale(0.74);
        height: 400px; }
      .section-product-ecosystem__logo {
        width: 135px; } }
  @media (max-width: 991px) {
    .section-product-ecosystem {
      min-height: auto;
      padding: 70px 0; }
      .section-product-ecosystem__heading {
        margin-bottom: 40px; }
      .section-product-ecosystem__title {
        font-size: 42px;
        line-height: 1.08;
        letter-spacing: -1px;
        -webkit-text-stroke: 1px rgba(255, 255, 255, 0.95); }
      .section-product-ecosystem__canvas {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 14px;
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: none !important; }
        .section-product-ecosystem__canvas:hover .word {
          opacity: 1; }
      .section-product-ecosystem .word {
        position: static !important;
        writing-mode: horizontal-tb !important;
        transform: none !important;
        font-size: 20px !important;
        line-height: 1.2;
        letter-spacing: 0;
        padding: 12px 18px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(8px);
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12); }
        .section-product-ecosystem .word:hover {
          transform: translateY(-2px) !important;
          background: rgba(255, 255, 255, 0.18);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); }
      .section-product-ecosystem__logo {
        width: 120px;
        right: 24px;
        bottom: 20px; } }
  @media (max-width: 767px) {
    .section-product-ecosystem {
      padding: 60px 0; }
      .section-product-ecosystem__title {
        font-size: 34px; }
      .section-product-ecosystem__canvas {
        gap: 12px; }
      .section-product-ecosystem .word {
        font-size: 17px !important;
        padding: 10px 16px; }
      .section-product-ecosystem__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }
  @media (max-width: 575px) {
    .section-product-ecosystem {
      padding: 50px 0; }
      .section-product-ecosystem__heading {
        margin-bottom: 30px; }
      .section-product-ecosystem__title {
        font-size: 28px;
        letter-spacing: 0; }
      .section-product-ecosystem .word {
        font-size: 15px !important;
        padding: 9px 14px;
        border-radius: 30px; } }
  @media (max-width: 375px) {
    .section-product-ecosystem__title {
      font-size: 24px; }
    .section-product-ecosystem .word {
      font-size: 14px !important;
      padding: 8px 12px; } }

.section-product-categories {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  min-height: 100vh;
  background: linear-gradient(180deg, #a7b4c6 0%, #2f4056 100%); }
  .section-product-categories__row {
    margin-bottom: 70px; }
    .section-product-categories__row:last-child {
      margin-bottom: 0; }
  .section-product-categories__image {
    text-align: center; }
    .section-product-categories__image img {
      display: block;
      max-width: 100%;
      margin: auto; }
    .section-product-categories__image--right {
      text-align: right; }
  .section-product-categories__content {
    color: #fff; }
  .section-product-categories__title {
    margin: 0 0 28px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff; }
  .section-product-categories__description p {
    margin-bottom: 14px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.35;
    color: #fff; }
    .section-product-categories__description p:last-child {
      margin-bottom: 0; }
  .section-product-categories__logo {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 180px; }
    .section-product-categories__logo img {
      display: block;
      width: 100%; }
  @media (max-width: 1199px) {
    .section-product-categories {
      min-height: auto; } }
  @media (max-width: 991px) {
    .section-product-categories {
      padding: 70px 0; }
      .section-product-categories__row {
        margin-bottom: 60px; }
      .section-product-categories__image {
        margin-bottom: 35px; }
      .section-product-categories__image--right {
        text-align: center; }
      .section-product-categories__title {
        font-size: 30px; }
      .section-product-categories__description p {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .section-product-categories {
      padding: 60px 0; }
      .section-product-categories__title {
        font-size: 26px; }
      .section-product-categories__description p {
        font-size: 18px; }
      .section-product-categories__logo {
        width: 90px;
        right: 16px;
        bottom: 16px; } }

.section-marketing-support {
  position: relative;
  overflow: hidden;
  padding: 70px 0;
  min-height: 100vh;
  background: linear-gradient(135deg, #32445d 0%, #b2bdcb 100%); }
  .section-marketing-support__wrapper {
    position: relative;
    height: 720px; }
  .section-marketing-support__arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 130px;
    background: #5f748d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.35);
    z-index: 5; }
    .section-marketing-support__arrow::after {
      content: "";
      position: absolute;
      right: -89px;
      top: 0;
      border-top: 72px solid transparent;
      border-bottom: 59px solid transparent;
      border-left: 90px solid #5f748d; }
    .section-marketing-support__arrow h2 {
      margin: 0;
      font-size: 44px;
      font-weight: 800;
      color: #fff;
      line-height: 1.1; }
      @media (max-width: 768px) {
        .section-marketing-support__arrow h2 {
          font-size: 24px;
          line-height: normal; } }
    .section-marketing-support__arrow p {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 28px;
      font-weight: 700; }
      @media (max-width: 768px) {
        .section-marketing-support__arrow p {
          font-size: 20px; } }
  .section-marketing-support__arrow-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 42px;
    color: #fff; }
    @media (max-width: 768px) {
      .section-marketing-support__arrow-content {
        padding-left: 28px; } }
  .section-marketing-support__item {
    position: absolute;
    width: 550px; }
  .section-marketing-support .item-top-left {
    left: 0;
    top: 0; }
  .section-marketing-support .item-top-right {
    right: 0;
    top: 0; }
  .section-marketing-support .item-bottom-left {
    left: 160px;
    bottom: 0; }
  .section-marketing-support .item-bottom-right {
    right: 30px;
    bottom: 0; }
  .section-marketing-support__line {
    position: absolute;
    left: 0;
    width: 7px;
    background: #7187a2; }
  .item-top-left .section-marketing-support__line,
  .item-top-right .section-marketing-support__line {
    top: 0;
    height: 300px; }
  .item-bottom-left .section-marketing-support__line,
  .item-bottom-right .section-marketing-support__line {
    bottom: 0;
    height: 300px; }
  .section-marketing-support__card {
    margin-left: 8px; }
  .section-marketing-support__label {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 0 40px 40px 0;
    background: #6d829c;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.35); }
  .section-marketing-support__body {
    padding: 24px;
    color: #fff;
    font-size: 24px;
    line-height: 1.25; }
  .section-marketing-support__logo {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 180px; }
    .section-marketing-support__logo img {
      display: block;
      width: 100%; }
  @media (max-width: 991px) {
    .section-marketing-support {
      min-height: auto;
      padding: 70px 0; }
      .section-marketing-support__wrapper {
        height: auto; }
      .section-marketing-support__arrow {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin-bottom: 50px; }
        .section-marketing-support__arrow::after {
          display: none; }
      .section-marketing-support__item {
        position: relative;
        width: 100%;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        margin-bottom: 35px; }
      .section-marketing-support__line {
        display: none; } }

.section-service-policy {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 0;
  background: linear-gradient(135deg, #32445d 0%, #aeb9c8 100%); }
  .section-service-policy .row {
    align-items: center; }
  .section-service-policy__item {
    position: relative;
    transition: 0.45s;
    cursor: pointer; }
    .section-service-policy__item:hover {
      transform: translateY(-10px);
      z-index: 10; }
      .section-service-policy__item:hover .section-service-policy__frame::before {
        opacity: 1;
        transform: scale(1); }
    .section-service-policy__item.is-active {
      z-index: 5; }
      .section-service-policy__item.is-active .section-service-policy__frame::before {
        opacity: 1;
        transform: scale(1); }
  .section-service-policy__frame {
    position: relative;
    padding: 70px 50px;
    min-height: 550px;
    border-radius: 180px;
    transition: 0.45s;
    align-items: center;
    align-content: center; }
    .section-service-policy__frame::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 180px;
      border: 56px solid #fff;
      opacity: 0;
      transform: scale(0.88);
      transition: 0.45s;
      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35); }
  .section-service-policy__content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 35px; }
    .section-service-policy__content h3 {
      margin-bottom: 20px;
      font-size: 30px;
      font-weight: 800;
      line-height: 1.05;
      color: #fff; }
    .section-service-policy__content p {
      font-size: 23px;
      margin-bottom: 0;
      line-height: 1.28; }
    .section-service-policy__content strong {
      font-weight: 700; }
  .section-service-policy__logo {
    position: absolute;
    right: 40px;
    bottom: 30px;
    width: 180px; }
    .section-service-policy__logo img {
      width: 100%; }
  @media (max-width: 991px) {
    .section-service-policy {
      min-height: auto; }
      .section-service-policy__frame {
        min-height: auto;
        padding: 50px 35px;
        margin-bottom: 30px; }
        .section-service-policy__frame::before {
          border-width: 35px; }
      .section-service-policy__content h3 {
        font-size: 38px; }
      .section-service-policy__content p {
        font-size: 22px; } }
  @media (max-width: 767px) {
    .section-service-policy__content h3 {
      font-size: 25px; }
    .section-service-policy__content p {
      font-size: 18px; }
    .section-service-policy__frame {
      border-radius: 90px; }
      .section-service-policy__frame::before {
        border-radius: 90px; } }

.landing-company-profile__contact {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background: url("https://cdn.hstatic.net/files/200000954162/file/dsc01463.jpg") center center/cover no-repeat; }
  .landing-company-profile__contact > .container {
    position: relative;
    z-index: 2;
    height: 100%; }
  .landing-company-profile__contact-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(27, 39, 55, 0.62) 0%, rgba(36, 48, 65, 0.45) 40%, rgba(27, 39, 55, 0.7) 100%); }
  .landing-company-profile__contact-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 76vh; }
  .landing-company-profile__contact-logo {
    width: 820px;
    max-width: 88%;
    display: block; }
  .landing-company-profile__contact-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px; }
  .landing-company-profile__contact-item {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.2px; }
    .landing-company-profile__contact-item strong {
      font-weight: 500; }
    .landing-company-profile__contact-item a {
      color: #fff;
      text-decoration: none;
      transition: 0.25s; }
      .landing-company-profile__contact-item a:hover {
        opacity: 0.8; }
  .landing-company-profile__contact-watermark {
    position: absolute;
    right: 36px;
    bottom: 22px;
    z-index: 5; }
    .landing-company-profile__contact-watermark img {
      width: 170px;
      opacity: 0.22;
      display: block; }
  @media (max-width: 1199px) {
    .landing-company-profile__contact-logo {
      width: 620px; }
    .landing-company-profile__contact-item {
      font-size: 24px; } }
  @media (max-width: 991px) {
    .landing-company-profile__contact {
      min-height: 750px; }
      .landing-company-profile__contact-content {
        min-height: 60vh; }
      .landing-company-profile__contact-footer {
        position: static;
        margin-top: 40px;
        flex-direction: column;
        gap: 18px;
        text-align: center; }
      .landing-company-profile__contact-item {
        font-size: 20px; }
      .landing-company-profile__contact-watermark {
        right: 20px;
        bottom: 20px; }
        .landing-company-profile__contact-watermark img {
          width: 120px; } }
  @media (max-width: 767px) {
    .landing-company-profile__contact {
      min-height: 650px; }
      .landing-company-profile__contact-logo {
        width: 330px;
        max-width: 90%; }
      .landing-company-profile__contact-item {
        font-size: 17px; }
      .landing-company-profile__contact-watermark img {
        width: 90px; } }
