/*@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Regular'), local('Segoe-UI-Regular'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI Bold'), local('Segoe-UI-Bold'), url('../fonts/SegoeUI-Bold.woff2') format('woff2'), url('../fonts/SegoeUI-Bold.woff') format('woff'), url('../fonts/SegoeUI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}*/
._flex-display {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
._justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
._justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
._justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
._justify-content-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fl-col-md-3,
.fl-col-sm-4,
.fl-col-sm-8,
.fl-col-sm-6,
.fl-col-md-6,
.fl-col-md-7,
.fl-col-md-9,
.fl-col-md-4,
.fl-col-sm-3,
.fl-col-xm-6,
.fl-col-md-12,
.fl-col-md-10,
.fl-col-md-8,
.fl-col-md-5,
.fl-col-md-2,
.fl-col-sm-8,
.fl-col-sm-4 {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.fl-display-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fl-display-r:after,
.fl-display-r:before {
  display: none;
}
.fl-display-r.row_align-center {
  align-items: center;
}
.top-section-24 {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 230px 0 70px 0;
}
.top-section-24 .container {
  position: relative;
  z-index: 2;
}
.top-section-24 h1 {
  color: #FFF;
  font-family: "Segoe UI";
  font-size: 68px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.68px;
  margin-bottom: 40px;
}
.top-section-24 .video-top-two {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videobg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
  /* Set video container element width here */
  height: 100%;
  /* Set video container element height here */
  overflow: hidden;
  z-index: 1;
  /* bg color, if video is not high enough */
}
/* horizontally center the video */
.videobg-width {
  position: absolute;
  width: 100%;
  /* Change width value to cover more area*/
  height: 100%;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
  position: absolute;
  width: 100%;
  height: 0;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  padding-bottom: 56.25%;
  /* 16:9 ratio */
  overflow: hidden;
}
.videobg-make-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videobg-hide-controls {
  box-sizing: content-box;
  position: relative;
  height: 100%;
  width: 100%;
  /* Vimeo timeline and play button are ~55px high */
  padding: 55px 97.7777px;
  /* 16:9 ratio */
  top: -55px;
  left: -97.7777px;
  /* 16:9 ratio */
}
.videobg iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 none;
}
.btn-st-24 {
  display: inline-block;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #0079FF;
  padding: 16px 32px;
  background-color: transparent;
  border: 1px solid #0079FF;
  position: relative;
  border-radius: 28px;
}
.btn-st-24.color_white {
  color: #fff;
  border-color: #fff;
}
.btn-st-24:hover {
  background-color: #0079FF !important;
  color: #fff;
  border-color: #0079FF !important;
}
.btn-st-24.mar_top20 {
  margin-top: 20px;
}
.main-section-24 {
  padding: 80px 0;
  color: #0A142D;
  font-family: "Segoe UI";
  background-color: #fff;
}
.main-section-24.bg_dark-blue {
  background: #0A142D;
}
.main-section-24.bg_accent-blue {
  background: #D7DDE8;
}
.main-section-24 .quote {
  font-family: "Segoe UI";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  /* 15.6px */
  letter-spacing: -0.12px;
  display: block;
  margin-top: 16px;
  position: relative;
  padding-left: 10px;
}
.main-section-24 .quote sup {
  position: absolute;
  top: 0;
  left: 0;
}
.main-section-24 .h2_max_w460 h2 {
  max-width: 460px;
}
.main-section-24 p,
.main-section-24 li {
  color: #0A142D;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.16px;
  padding: 0;
  margin-bottom: 12px;
}
.main-section-24.color_white {
  color: #fff;
}
.main-section-24.color_white h2,
.main-section-24.color_white h5,
.main-section-24.color_white .intro_text p,
.main-section-24.color_white .intro_text li {
  color: #fff;
}
.main-section-24 a:not(.btn-st-24) {
  font-family: "Segoe UI";
  color: #0A142D;
  text-decoration: underline;
}
.main-section-24 a:not(.btn-st-24):hover {
  text-decoration: none;
}
.main-section-24 .color_white p,
.main-section-24 .color_white li {
  color: #fff;
}
.main-section-24 .color_white a:not(.btn-st-24) {
  font-family: "Segoe UI";
  color: #fff;
  text-decoration: underline;
}
.main-section-24 .color_white a:not(.btn-st-24):hover {
  text-decoration: none;
}
.main-section-24.h_color-pine-tint h2,
.main-section-24.h_color-pine-tint h5,
.main-section-24.h_color-pine-tint h4 {
  color: #9AAA6B;
}
.main-section-24 h5 {
  margin-top: 0;
  color: #001C66;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 23.4px */
  letter-spacing: -0.18px;
  margin-bottom: 20px;
}
.main-section-24 h2 {
  color: #001C66;
  font-family: "Segoe UI";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  /* 41.8px */
  letter-spacing: -0.38px;
  margin-bottom: 15px;
  margin-top: 0;
}
.main-section-24 h2.mar_b50 {
  margin-bottom: 50px;
}
.main-section-24 h2.font_md {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.main-section-24 .mar_top60 {
  margin-top: 60px;
}
.ban_full_p {
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
.intro_text {
  font-family: "Segoe UI";
  color: #001C66;
}
.intro_text p,
.intro_text li {
  color: #001C66;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
}
.grid_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.grid_4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.box_info_item {
  aspect-ratio: 1 / 1;
  max-width: 261px;
  padding: 24px 20px;
  color: #001C66;
  background: #D3CAD9;
  display: flex;
  flex-direction: column;
}
.box_info_item.grid-column3 {
  grid-column: 3;
}
.box_info_item.grid-column2 {
  grid-column: 2;
}
.box_info_item.grid-column1 {
  grid-column: 1;
}
.box_info_item.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.box_info_item.text-center {
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
.box_info_item.circle_v {
  border-radius: 50%;
}
.box_info_item.color_white {
  color: #fff;
}
.box_info_item.color_white h3,
.box_info_item.color_white p,
.box_info_item.color_white h5 {
  color: #fff;
}
.box_info_item.bg_blue {
  background: #0079FF;
}
.box_info_item.bg_pine {
  background: #677447;
}
.box_info_item.bg_rock-tint {
  background: #F7D5C6;
}
.box_info_item.bg_white {
  background: #fff;
}
.box_info_item.bg_rock {
  background: #AD5321;
}
.box_info_item.bg_twilight {
  background: #8F29FC;
}
.box_info_item .wrap_anim_num {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.box_info_item .logo {
  height: 79px;
  margin-bottom: 10px;
}
.box_info_item .logo img {
  max-height: 100%;
}
.box_info_item h5 {
  margin-top: 0;
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.24px;
}
.box_info_item h5:last-child {
  margin-bottom: 0;
}
.box_info_item h3 {
  color: #001C66;
  font-family: "Segoe UI";
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 8px;
}
.box_info_item h3.font_lg {
  white-space: nowrap;
  font-size: 64px;
  line-height: 1.05;
  /* 67.2px */
  letter-spacing: -1.8px;
}
.box_info_item p {
  color: #001C66;
  margin-bottom: 5px;
  line-height: 1.4;
  letter-spacing: -0.16px;
}
.box_info_item p.font_s20 {
  font-size: 20px;
}
.models-wrap {
  border-top: 1px solid #9AAA6B;
  margin-top: 40px;
  padding-top: 30px;
}
.models-wrap h4 {
  font-family: "Segoe UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.24px;
  margin-top: 0;
}
.models-wrap .fl-col-sm-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.models-wrap .operating-model-img-svg {
  width: 105%;
  margin-top: 30px;
}
.models-wrap .operating-model-img-svg .target_module {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.models-wrap .operating-model-img-svg .target_module.arrow_st[data-active=not_active] {
  opacity: 1;
  stroke: #07326c !important;
}
.models-wrap .operating-model-img-svg .target_module.arrow_st[data-active=not_active][fill] {
  fill: #07326c !important;
}
.models-wrap .operating-model-img-svg .target_module.arrow_st.module2[data-active=not_active] {
  opacity: 1;
  stroke: #433360 !important;
}
.models-wrap .operating-model-img-svg .target_module.arrow_st.module2[data-active=not_active][fill] {
  fill: #433360 !important;
}
.models-wrap .operating-model-img-svg .target_module.arrow_st.module3[data-active=not_active] {
  opacity: 1;
  stroke: #354140 !important;
}
.models-wrap .operating-model-img-svg .target_module.arrow_st.module3[data-active=not_active][fill] {
  fill: #354140 !important;
}
.models-wrap .operating-model-img-svg .target_module[data-active=not_active] {
  opacity: 0.3;
}
.item-model-24 {
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.item-model-24.not_active {
  opacity: 0.5;
}
.item-model-24 p {
  line-height: 1.4;
}
.item-model-24 .arrow_icon {
  margin-bottom: 10px;
}
.item-model-24 .number-two {
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.8);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  font-style: normal;
  text-align: center;
  border: 2px solid #00AFE8;
  filter: drop-shadow(0px 0px 39px #FFFFFF);
}
.item-model-24 p {
  font-size: 16px;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.8);
}
.divider_line {
  margin: 38px 0 48px;
  border-top: 1px solid #000;
}
.legend_i {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 15px;
  max-width: 431px;
  margin: 32px auto 0 auto;
}
.legend_i .circle_d {
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.legend_i p {
  font-size: 13px;
  margin-bottom: 4px;
}
.accordions_wrap {
  margin-top: 50px;
}
.accordions_wrap .accordions-24 {
  border-radius: 8px;
  overflow: hidden;
}
.accordions_wrap .item_accord {
  border-bottom: 1px solid #0A142D;
}
.accordions_wrap .item_accord:last-child {
  border-bottom: none;
}
.accordions_wrap .toggle_head {
  background: #D7DDE8;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  padding: 24px 16px 17px 16px;
  display: flex;
}
.accordions_wrap .toggle_head.open {
  background: #D7DDE8 !important;
}
.accordions_wrap .toggle_head.open h5 > img {
  transform: rotate(180deg);
}
.accordions_wrap .toggle_head h5 {
  margin-bottom: 5px;
}
.accordions_wrap .toggle_head p {
  color: #001C66;
  font-family: "Segoe UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 25.2px */
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}
.accordions_wrap .toggle_head .icon {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
}
.accordions_wrap .toggle_head .text {
  padding-left: 15px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.accordions_wrap .toggle_head:hover {
  background: linear-gradient(0deg, rgba(0, 28, 102, 0.1) 0%, rgba(0, 28, 102, 0.1) 100%), #D7DDE8;
}
.accordions_wrap .body_accord {
  padding: 0 16px 12px 71px;
  background: #D7DDE8;
  display: none;
}
.accordions_wrap .body_accord ul {
  padding-left: 20px;
  margin: 0;
}
.accordions_wrap .body_accord li {
  color: #0A142D;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 22.4px */
  letter-spacing: -0.16px;
}
.accordions_wrap .bottom_caption {
  margin-top: 28px;
}
.accordions_wrap .bottom_caption p {
  color: #0A142D;
  font-family: "Segoe UI";
  font-size: 13px;
  font-style: normal;
}
.circle_d {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0079FF;
  margin-right: 1px;
}
.circle_d.bg-twilight {
  background: #8F29FC;
}
.circle_d.bg-pine {
  background: #677447;
}
.circle_d.bg-rock {
  background: #AD5321;
}
.image-popup-24 {
  position: relative;
  display: inline-block;
}
.image-popup-24 span {
  padding: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #001C66;
  font-family: "Segoe UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  /* 22.4px */
  letter-spacing: -0.16px;
}
.image-popup-24 span img {
  margin-left: 8px;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.visible-mob {
  display: none;
}
@media (min-width: 768px) {
  .two_photo_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .fl-col-sm-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .fl-col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .two_photo_box {
    grid-template-columns: repeat(2, 240px);
  }
}
@media (min-width: 992px) {
  .text-right_md {
    text-align: right;
  }
  .md_left_p32 {
    padding-left: 32px;
  }
  .border_left_md {
    border-left: 1px solid #0A142D;
  }
  .row_md_reverse {
    flex-direction: row-reverse;
  }
  .fl-col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fl-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fl-col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fl-col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .fl-col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fl-col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fl-col-md-10 {
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
  }
  .fl-col-md-8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  .fl-col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (max-width: 1500px) {
  .top-section-24 {
    padding-top: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .box_info_item h3.font_lg {
    font-size: 50px;
  }
  .box_info_item .logo {
    height: 55px;
  }
  .models-wrap .operating-model-img-svg {
    width: 100%;
  }
  .models-wrap .operating-model-img-svg svg {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .operating-model-two h3.mar-bot60 {
    margin-bottom: 30px;
  }
  .operating-model-two .fl-col-md-6 {
    margin-bottom: 20px;
  }
  .models-wrap .operating-model-img-two {
    width: 100%;
  }
  .models-wrap .fl-col-sm-4 {
    margin-bottom: 0;
  }
  .box_info_item h3.font_lg {
    font-size: 36px;
  }
  .fl-col-md-6 + .fl-col-md-6,
  .fl-col-md-4 + .fl-col-md-4 {
    margin-top: 20px;
  }
  .grid_4 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid_4 .box_info_item.bg_pine {
    grid-column: 1;
  }
  .box_info_item.grid-column3,
  .box_info_item.grid-column1 {
    grid-column: auto;
  }
  .two_photo_box {
    display: flex;
    gap: 16px;
  }
  .two_photo_box img {
    max-width: calc(50% - 8px);
  }
  .btn-st-24.mar_top20 {
    margin-top: 10px;
  }
  .fl-col-md-6.text-right_md {
    text-align: center;
  }
  .models-wrap .fl-col-md-4 {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
  }
  .models-wrap .fl-col-md-4 .item-model-24 {
    padding-bottom: 0;
  }
  .accordions_wrap .fl-col-md-6:first-child {
    text-align: center;
  }
  .accordions_wrap .legend_i {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .top-section-24 {
    text-align: center;
    padding: 160px 0;
  }
  .top-section-24 h1 {
    margin-top: 0;
    font-size: 44px;
  }
  .top-section-24 .btn-st-24 {
    margin-left: auto;
    margin-right: auto;
  }
  .main-section-24 {
    padding: 56px 0;
  }
  .main-section-24 p,
  .main-section-24 li {
    font-size: 14px;
    line-height: 1.3;
  }
  .main-section-24 h2 {
    font-size: 28px;
  }
  .main-section-24 h2.font_md {
    font-size: 20px;
  }
  .main-section-24 h5 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .main-section-24 .row.fl-display-r.mar_top60 {
    margin-top: 0;
  }
  .main-section-24 h2.mar_b50 {
    margin-bottom: 20px;
  }
  .btn-st-24 {
    font-size: 14px;
    padding: 12px 32px;
  }
  .intro_text p,
  .intro_text li {
    font-size: 16px;
  }
  .grid_3,
  .grid_4 {
    margin-top: 25px;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .grid_3 .grid-column2,
  .grid_4 .grid-column2 {
    grid-column: auto;
  }
  .box_info_item h3 {
    font-size: 28px;
  }
  .box_info_item p {
    font-size: 14px;
  }
  .box_info_item p.font_s20 {
    font-size: 16px;
  }
  .models-wrap {
    margin-top: 20px;
    padding-top: 27px;
  }
  .item-model-24 .arrow_icon {
    width: 24px;
    height: auto;
    margin-bottom: 10px;
  }
  .divider_line {
    margin: 14px 0 24px;
  }
  .accordions_wrap {
    margin-top: 30px;
  }
  .accordions_wrap .legend_i {
    margin-top: 24px;
    display: inline-block;
  }
  .accordions_wrap .body_accord {
    padding-left: 61px;
  }
  .accordions_wrap .toggle_head .icon {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
  }
  .accordions_wrap .toggle_head p {
    font-size: 16px;
  }
  .ban_full_p {
    padding: 184px 0;
  }
}
@media screen and (max-width: 500px) {
  .visible-desk {
    display: none;
  }
  .visible-mob {
    display: block;
  }
  .video-top-two {
    overflow: hidden;
  }
  .video-top-two iframe.visible-mob {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    min-height: 158%;
  }
  .box_info_item {
    padding: 12px;
  }
  .box_info_item .logo {
    height: 52px;
  }
  .box_info_item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 376px) {
  .box_info_item .logo {
    height: 45px;
  }
}
.main-section-24 h5.h5-arr2025 {
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -1%;
}
.main-section-24 .quote.mt-72 {
    margin-top: 72px;
}
.box_info_item p.logo-p {
    font-family: Segoe UI;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #0A142D;
}
.page a.chep-blue {
    color: #0079FF;
}
.square_d {
    width: 12px;
    aspect-ratio: 1 / 1;
    display: inline-block;
    align-items: center;
    justify-content: center;
    height: 12px;
    background: #677447;
}
.tri-d {
    background: url("/Content/brambles-sustainability-2025/img/trid-d.svg");
    width:14px;
    height:12px;
    display:inline-block;

}
.colok-d {
    background: url("/Content/brambles-sustainability-2025/img/clocl-d.svg");
    width: 12px;
    height: 12px;
    display: inline-block;
}
.legend_i .circle_d, .legend_i .colok-d, .legend_i .tri-d, .legend_i .square_d {
    margin-right: 8px;
    position: relative;
    top: 1px;
}
.page h3.zero-2025 {
    font-family: Segoe UI;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: -1%;
    color: #9AAA6B;
}
.main-section-24 p.capotal-2025 {
    color: #FFFFFF;
}
.main-section-24 h5.capital-2025-h5 {
    color: #0079FF;
}
.cl-tim {
    font-family: Segoe UI;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -1%;
    color: #FF01B3;
}