@charset "UTF-8";
body {
  background-color: var(--light-grey-bg) !important;
}

.hero-sp {
  padding-bottom: 114px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .hero-sp {
    padding-bottom: 72px;
  }
}
.hero-sp .hero-content {
  position: relative;
}
.hero-sp .hero-content .swiper {
  width: 100%;
  height: 552px;
  border-radius: 24px;
}
.hero-sp .hero-content .swiper-wrapper,
.hero-sp .hero-content .swiper-slide {
  height: 100%;
}
.hero-sp .hero-content .swiper-slide {
  background-size: cover;
  background-position: center;
}
.hero-sp .hero-content .security-box {
  position: absolute;
  transform: translateX(32px);
  z-index: 10;
  background: var(--white-color);
  font-family: var(--main-font);
  border-radius: 24px;
  padding: 66px 60px;
  max-width: 636px;
  width: 100%;
  height: 480px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: bottom left;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero-sp .hero-content .security-box {
    width: 520px;
  }
}
.hero-sp .hero-content .security-box .security-dotted-image {
  top: 210px;
  right: -215px;
  z-index: -1;
}
.hero-sp .hero-content .security-box .badge-row {
  display: inline-flex;
  gap: 10px;
  border: 1px solid var(--fifth-color-pale-rose);
  border-radius: 999px;
  align-items: center;
  padding: 4px 6px;
  width: auto;
  height: auto;
  max-width: 100%;
}
.hero-sp .hero-content .security-box .badge-row .badge.red {
  background-color: var(--secondary-color-red);
  color: var(--white-color);
  font-size: 14px;
  border-radius: 999px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.hero-sp .hero-content .security-box .badge-row .sector-link {
  color: var(--black-color);
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  gap: 3px;
}
.hero-sp .hero-content .security-box .badge-row .sector-link span {
  display: inline-block;
}
.hero-sp .hero-content .security-box .title {
  font-size: 52px;
  font-weight: 500;
  color: var(--fourth-color-dark-taupe);
  margin: 35px 0;
  line-height: 58px;
  letter-spacing: -0.5px;
}
.hero-sp .hero-content .security-box .description {
  font-size: 22px;
  color: var(--fourth-color-dark-taupe);
  margin-top: 37px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.hero-sp .hero-content .security-box .buttons-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
}
.hero-sp .hero-content .security-box .buttons-row .btn-primary {
  background: var(--primary-color-blue);
  color: var(--white-color);
  width: 230px;
  height: 48px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero-sp .hero-content .security-box .buttons-row .btn-primary:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.hero-sp .hero-content .security-box .buttons-row .btn-primary:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons {
  display: flex;
  gap: 10px;
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn {
  border: 1px solid var(--primary-color-blue);
  background: var(--white-color);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn:hover {
  background: #f2f2f2;
}
.hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn.button-prev, .hero-sp .hero-content .security-box .buttons-row .arrow-buttons .circle-btn.button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.commitment-section {
  font-family: var(--main-font);
  padding-bottom: 76px;
}
.commitment-section .commitment-content {
  padding: 125px 72px 105px 72px;
  background-image: url(../images/commitment-section-dotted-image.webp);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .commitment-section .commitment-content {
    padding: 64px 40px 64px 40px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1023px) {
  .commitment-section .commitment-content {
    padding: 64px 40px 64px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commitment-section .commitment-content {
    padding: 64px 40px 64px 40px;
  }
}
.commitment-section .commitment-content h2 {
  font-size: 44px;
  line-height: 54px;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.commitment-section .commitment-content .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 808px;
  width: 100%;
  padding: 15px 0 49px;
}
.commitment-section .commitment-content .commitment-card {
  border: 1px solid #ececf2;
  border-radius: 24px;
  background-color: var(--white-color);
  transition: box-shadow 0.3s ease;
  text-align: start;
  padding: 33px 19px 30px 25px;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .commitment-section .commitment-content .commitment-card {
    margin-bottom: 20px;
  }
}
.commitment-section .commitment-content .commitment-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
}
.commitment-section .commitment-content .commitment-card h3 {
  font-size: 32px;
  font-weight: 600;
  color: var(--secondary-color-red);
  line-height: 40px;
  letter-spacing: -0.5px;
  padding-top: 26px;
}
.commitment-section .commitment-content .commitment-card p {
  font-size: 20px;
  color: var(--fourth-color-dark-taupe);
  line-height: 28px;
  font-weight: 500;
  padding-top: 25px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .commitment-section .commitment-content .commitment-card p {
    font-size: 17px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1024px) {
  .commitment-section .commitment-content .commitment-card p {
    font-size: 17px;
  }
}

.security-services-section {
  padding-bottom: 73px;
  font-family: var(--main-font);
}
.security-services-section .security-services-contents {
  padding: 40px 72px 65px 72px;
  background-color: #fefaf9;
  border-radius: 24px;
}
.security-services-section .security-services-contents h2 {
  font-size: 44px;
  font-weight: 500;
  line-height: 54px;
  color: var(--fourth-color-dark-taupe);
  letter-spacing: -0.5px;
  max-width: 744px;
  width: 100%;
  padding-bottom: 33px;
}
.security-services-section .security-services-contents .sub-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--fourth-color-dark-taupe);
  line-height: 28px;
  padding-bottom: 40px;
}
.security-services-section .security-services-contents .security-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .security-services-section .security-services-contents .security-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box {
  background: transparent;
  position: relative;
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .image-container {
  display: block;
  overflow: hidden;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .image-container img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .image-container img:hover {
  transform: scale(1.2);
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content {
  padding: 29px 24px 25px 24px;
  position: relative;
  background-color: var(--white-color);
  margin-top: -30px;
  border-radius: 24px;
  z-index: 1;
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a {
  font-size: 28px;
  text-decoration: none;
  color: var(--fourth-color-dark-taupe);
  font-weight: 500;
  line-height: 33px;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a .circle-btn {
  background: var(--primary-color-blue);
  border-radius: 50%;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a:hover .circle-btn,
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a .circle-btn:hover {
  background: var(--secondary-color-red);
}
.security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .description {
  margin-top: 29px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--fourth-color-dark-taupe);
}

.security-value-section {
  font-family: var(--main-font);
}
.security-value-section .content-body {
  padding: 88px 72px 63px 73px;
  background-color: #fefaf9;
  border-radius: 24px;
}
.security-value-section .content-body .content-header {
  text-align: center;
}
.security-value-section .content-body .content-header h2 {
  font-size: 44px;
  font-weight: 500;
  color: var(--fourth-color-dark-taupe);
  line-height: 54px;
  letter-spacing: -0.5px;
  padding-bottom: 15px;
}
.security-value-section .content-body .content-header .subheading {
  color: var(--fourth-color-dark-taupe);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  padding-bottom: 72px;
}
.security-value-section .content-body .content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.security-value-section .content-body .content-wrapper .image-container img {
  height: 100%;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .security-value-section .content-body .content-wrapper .image-container img {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .security-value-section .content-body .content-wrapper .image-container img {
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .security-value-section .content-body .content-wrapper .image-container img {
    height: 100%;
    width: 100%;
  }
}
.security-value-section .content-body .content-wrapper .scroll-section {
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
  padding-left: 30px;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s ease;
  border-left: 4px solid #c9c9c9;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
    padding-bottom: 10px;
  }
}
.security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.5px;
  color: var(--fourth-color-dark-taupe);
  padding-bottom: 19px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
    line-height: 27px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
    line-height: 27px;
    margin-bottom: 10px;
  }
}
.security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--fourth-color-dark-taupe);
  padding-bottom: 16px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block p {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block p {
    line-height: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block p {
    line-height: 18px;
  }
}
.security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block a {
  color: var(--secondary-color-red);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block.active {
  opacity: 1;
  border-left: 4px solid var(--fourth-color-dark-taupe);
}
.security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block.active::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  width: 4px;
  background-color: var(--fourth-color-dark-taupe);
  z-index: 1;
}

.experience-section {
  margin-top: 120px;
  font-family: var(--main-font);
}
.experience-section .experience-section__main {
  background-color: #fff;
  border-radius: 24px;
}
@media (max-width: 991.98px) {
  .experience-section .experience-section__main {
    padding: 20px 54px;
  }
}
.experience-section__grid {
  display: grid;
  grid-template-columns: 539px 1fr;
  gap: 64px;
  align-items: stretch;
  padding: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .experience-section__grid {
    grid-template-columns: 448px 1fr;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .experience-section__grid {
    grid-template-columns: 350px 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experience-section__grid {
    grid-template-columns: 350px 1fr;
  }
}
@media (max-width: 991.98px) {
  .experience-section__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 0;
  }
}
.experience-section__image-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.experience-section__image-col .experience-section__figure {
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.experience-section__image-col .experience-section__figure .experience-section__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.experience-section__text-col {
  display: flex;
  align-items: center;
}
.experience-section__text-col .experience-section__content {
  width: 100%;
}
.experience-section__header {
  margin-bottom: 1rem;
}
.experience-section__header .experience-section__title {
  font-size: 44px;
  line-height: 45px;
  font-weight: 500;
  color: var(--fourth-color-dark-taupe);
}
.experience-section__description {
  font-size: 16px;
  color: #555;
  line-height: 28px;
  font-weight: 400;
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .experience-section__description {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experience-section__description {
    margin-top: 20px;
  }
}
.experience-section__description p + p {
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .experience-section__description p + p {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .experience-section__description p + p {
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .experience-section__title {
    font-size: 32px;
    line-height: 44px;
  }
  .experience-section__description {
    font-size: 15px;
    line-height: 26px;
  }
  .experience-section__figure {
    justify-content: center;
  }
  .experience-section__image {
    height: auto;
  }
}

.outcomes-section {
  margin-top: 120px;
  height: auto;
  display: flex;
  align-items: center;
  font-family: var(--main-font);
}
.outcomes-section .outcomes-section-main {
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
}
.outcomes-section__grid {
  display: grid;
  grid-template-columns: 1fr 610px;
  gap: 60px;
  align-items: center;
  padding: 54px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .outcomes-section__grid {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .outcomes-section__grid {
    grid-template-columns: 1fr 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .outcomes-section__grid {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 991.98px) {
  .outcomes-section__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 40px 20px;
    text-align: center;
  }
}
.outcomes-section__image-col {
  height: 100%;
  display: flex;
  align-items: center;
}
.outcomes-section__image-col .outcomes-section__figure {
  margin: 0;
  width: 100%;
  height: 533px;
  display: flex;
  align-items: center;
}
.outcomes-section__image-col .outcomes-section__figure .outcomes-section__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  display: block;
}
.outcomes-section__text-col {
  display: flex;
  align-items: center;
  height: 100%;
}
.outcomes-section__text-col .outcomes-section__content {
  padding: 0;
  width: 100%;
}
.outcomes-section__title {
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
  color: var(--fourth-color-dark-taupe);
  margin-bottom: 24px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .outcomes-section__title {
    font-size: 36px;
  }
}
.outcomes-section__description {
  font-size: 16px;
  color: var(--fourth-color-dark-taupe);
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  margin-top: 32px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .outcomes-section__description {
    line-height: 22px;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .outcomes-section__description {
    line-height: 22px;
    margin-top: 20px;
  }
}
.outcomes-section__description p + p {
  margin-top: 24px;
}
.outcomes-section__link {
  display: inline-block;
  margin-top: 17px;
  font-weight: 500;
  padding: 12px 22px;
  font-size: 16px;
  border: 1px solid var(--secondary-color-red);
  border-radius: 24px;
  background-color: var(--secondary-color-red);
  color: var(--white-color);
  text-decoration: none;
  line-height: 24px;
  transition: all 0.4s ease;
}
.outcomes-section__link:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .outcomes-section {
    height: auto;
  }
  .outcomes-section__title {
    font-size: 32px;
    line-height: 42px;
  }
  .outcomes-section__description {
    font-size: 15px;
    line-height: 26px;
  }
  .outcomes-section__figure {
    height: auto;
  }
  .outcomes-section__image {
    height: auto;
  }
}

.secure-matters {
  margin-top: 120px;
  font-family: var(--main-font);
}
.secure-matters .main-secure-section {
  background-color: #fff;
  border-radius: 24px;
}
.secure-matters__content {
  background-color: #031f30;
  padding: 96px 308px;
  border-radius: 32px;
  background-image: url(../images/secure-matters-section-dotted-image.webp);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: 75% 35%;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .secure-matters__content {
    padding: 72px 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .secure-matters__content {
    padding: 72px 120px;
  }
}
.secure-matters__title {
  font-size: 44px;
  line-height: 54px;
  margin: 0 auto;
  letter-spacing: -0.5px;
}
.secure-matters__description {
  font-size: 20px;
  line-height: 28px;
  margin-top: 15px;
  max-width: 900px;
}
.secure-matters__cta {
  background-color: var(--secondary-color-red);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 20px;
  border-radius: 24px;
  margin-top: 25px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: var(--white-color);
  transition: all 0.4s ease;
}
.secure-matters__cta:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .secure-matters__content {
    padding: 72px 40px;
  }
  .secure-matters__title {
    font-size: 36px;
    line-height: 46px;
  }
  .secure-matters__description {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 576px) {
  .secure-matters__content {
    padding: 60px 24px;
  }
  .secure-matters__title {
    font-size: 28px;
    line-height: 38px;
  }
  .secure-matters__description {
    font-size: 16px;
    line-height: 24px;
  }
  .secure-matters__cta {
    font-size: 15px;
    padding: 10px 22px;
  }
}

.insights-section {
  font-family: var(--main-font);
  /*padding: 60px 20px;
  max-width: 1200px;
  margin: auto;*/
  margin-bottom: 120px;
  margin-top: 120px;
}
.insights-section .insights-section-main {
  background-color: #fff;
  border-radius: 24px;
  padding: 72px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .insights-section .insights-section-main {
    padding: 54px 40px;
  }
}
.insights-section .insights-header {
  text-align: center;
}
.insights-section .insights-header h2 {
  font-size: 36px;
  color: var(--fourth-color-dark-taupe);
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.5px;
}
.insights-section .insights-header p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  padding-top: 25px;
  color: var(--fourth-color-dark-taupe);
}
.insights-section .insights-header .view-all {
  display: inline-block;
  background: var(--primary-color-blue);
  font-size: 16px;
  color: var(--white-color);
  max-width: 247px;
  width: 100%;
  padding: 12px;
  line-height: 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 32px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.insights-section .insights-header .view-all:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.insights-section .insights-header .view-all:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
.insights-section .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 64px;
}
@media (max-width: 900px) {
  .insights-section .cards {
    grid-template-columns: 1fr 1fr;
  }
}
.insights-section .cards .card {
  border: unset;
}
@media (max-width: 600px) {
  .insights-section .cards .card {
    flex-direction: column;
  }
}
.insights-section .cards .card .insight-card-box {
  display: flex;
}
.insights-section .cards .card .insight-card-box .card-image {
  flex: 1;
  min-width: 296px;
  height: 200px;
  overflow: hidden;
  border-radius: 24px;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .insights-section .cards .card .insight-card-box .card-image {
    min-width: 160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .insights-section .cards .card .insight-card-box .card-image {
    min-width: 130px;
  }
}
.insights-section .cards .card .insight-card-box .card-image img {
  max-width: 296px;
  width: 100%;
  height: 200px;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 24px;
}
.insights-section .cards .card .insight-card-box .card-content {
  flex: 2;
  padding: 13px 0px 13px 24px;
}
.insights-section .cards .card .insight-card-box .card-content .tag {
  font-size: 16px;
  color: var(--secondary-color-red);
  font-weight: 600;
  margin-bottom: 9px;
  display: inline-block;
}
.insights-section .cards .card .insight-card-box .card-content h3 {
  font-size: 20px;
  color: var(--fourth-color-dark-taupe);
  font-weight: 500;
  line-height: 28px;
  padding-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .insights-section .cards .card .insight-card-box .card-content h3 {
    font-size: 17px;
    line-height: 22px;
  }
}
.insights-section .cards .card .insight-card-box .card-content p {
  color: var(--fourth-color-dark-taupe);
  font-size: 16px;
  padding-bottom: 15px;
  line-height: 24px;
  font-weight: 400;
}
.insights-section .cards .card .insight-card-box .card-content .author {
  display: flex;
  align-items: center;
  gap: 13px;
}
.insights-section .cards .card .insight-card-box .card-content .author img {
  border-radius: 999px;
  width: 40px;
  height: 40px;
  border: 2px solid var(--fourth-color-dark-taupe);
}
.insights-section .cards .card .insight-card-box .card-content .author div {
  display: flex;
  flex-direction: column;
  color: var(--fourth-color-dark-taupe);
}
.insights-section .cards .card .insight-card-box .card-content .author div b {
  font-size: 14px;
  color: var(--fourth-color-dark-taupe);
  line-height: 20px;
  font-weight: 600;
}
.insights-section .cards .card .insight-card-box .card-content .author div span {
  font-size: 14px;
  color: var(--fourth-color-dark-taupe);
  line-height: 20px;
  font-weight: 400;
}
.insights-section .cards .card .insight-card-box:hover .card-image > img {
  transform: scale(1.2);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /*--------------------------------------
    Hero Section - Security Box
  ---------------------------------------*/
  .hero-sp {
    padding-bottom: 30px;
  }
  .hero-sp .hero-content .security-box {
    padding: 30px;
    height: auto;
    margin-top: 180px;
  }
  .hero-sp .hero-content .security-box .title {
    font-size: 40px;
    margin: 10px 0;
  }
  .hero-sp .hero-content .security-box .description {
    margin-top: 10px;
  }
  /*--------------------------------------
    End Hero Section - Security Box
  ---------------------------------------*/
  /*--------------------------------------
    Commitment Section
  ---------------------------------------*/
  .commitment-section {
    padding-bottom: 10px;
  }
  .commitment-section .commitment-content {
    padding: 40px 20px;
  }
  .commitment-section .commitment-content h2 {
    font-size: 40px;
  }
  /*--------------------------------------
    End Commitment Section
  ---------------------------------------*/
  /*--------------------------------------
    Security Services Section
  ---------------------------------------*/
  .security-services-section .security-services-contents {
    padding: 30px;
  }
  /*--------------------------------------
    End Security Services Section
  ---------------------------------------*/
  /*--------------------------------------
    Security Value Section
  ---------------------------------------*/
  .security-value-section .content-body {
    padding: 50px 30px;
  }
  .security-value-section .content-body .content-header h2 {
    font-size: 40px;
  }
  .security-value-section .content-body .content-header .subheading {
    padding-bottom: 30px;
  }
  .security-value-section .content-body .content-wrapper .image-container img {
    width: 100%;
  }
  /*--------------------------------------
    End Security Value Section
  ---------------------------------------*/
  /*--------------------------------------
    Experience Section
  ---------------------------------------*/
  .experience-section {
    margin-top: 50px;
  }
  .experience-section .experience-section__main {
    padding: 30px;
  }
  .experience-section__grid {
    padding: 10px 0;
  }
  /*--------------------------------------
    End Experience Section
  ---------------------------------------*/
  /*--------------------------------------
    Outcomes Section
  ---------------------------------------*/
  .outcomes-section {
    margin-top: 50px;
  }
  /*--------------------------------------
    End Outcomes Section
  ---------------------------------------*/
  /*--------------------------------------
    Secure Matters Section
  ---------------------------------------*/
  .secure-matters {
    margin-top: 50px;
  }
  .secure-matters__content {
    padding: 60px;
  }
  /*--------------------------------------
    End Secure Matters Section
  ---------------------------------------*/
  /*--------------------------------------
    Insights Section
  ---------------------------------------*/
  .insights-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .insights-section .cards .card .insight-card-box {
    display: block;
  }
  /*--------------------------------------
    End Insights Section
  ---------------------------------------*/
  /*--------------------------------------
    Security Services Section - Grid Columns
  ---------------------------------------*/
  .security-services-section .security-services-contents .security-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /*--------------------------------------
    End Security Services Section - Grid Columns
  ---------------------------------------*/
  /*--------------------------------------
    Accreditations Section - Layout
  ---------------------------------------*/
  .accreditations-section .accreditation-boody {
    display: block;
  }
  .accreditations-section .accreditation-boody .btn-learn-more {
    margin-bottom: 30px;
  }
  /*--------------------------------------
    End Accreditations Section - Layout
  ---------------------------------------*/
  /*--------------------------------------
    Security Value Section - Content Wrapper
  ---------------------------------------*/
  .security-value-section .content-body .content-wrapper {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
  /*--------------------------------------
    End Security Value Section - Content Wrapper
  ---------------------------------------*/
}
@media only screen and (max-width: 767px) {
  .hero-sp {
    height: auto;
    padding: 0px 0px 0;
  }
  .hero-sp .hero-content .swiper-slide {
    height: 280px;
  }
  .hero-sp .hero-content .swiper {
    width: 100%;
    height: 280px;
    border-radius: 24px;
  }
  .hero-sp .hero-content .hero-content-title {
    font-size: 29px;
    margin-bottom: 10px;
  }
  .hero-sp .hero-content .hero-content-paragraph {
    font-size: 15px;
    margin-bottom: 15px;
    width: unset;
  }
  .hero-sp .hero-content .security-box {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 32px 13px;
    position: relative;
    transform: translateX(0);
    margin-top: -30px;
  }
  .hero-sp .hero-content .security-box .title {
    font-size: 40px;
    line-height: 46px;
    max-width: 307px;
    width: 100%;
    margin: 32px 0;
  }
  .hero-sp .hero-content .security-box .description {
    margin-top: 32px;
  }
  .commitment-section {
    padding-bottom: 48px;
  }
  .commitment-section .commitment-content {
    padding: 34px 0px 0px 0px;
  }
  .commitment-section .commitment-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin-top: 48px;
  }
  .commitment-section .commitment-content .description {
    margin-top: 24px;
  }
  .commitment-section .commitment-content .commitment-card {
    margin: 24px 0 0;
  }
  .commitment-section .commitment-content a .commitment-cta {
    width: 220px;
    font-size: 15px;
  }
  .security-services-section {
    padding-bottom: 0;
  }
  .security-services-section .security-services-contents {
    padding: 48px 16px 72px 20px;
  }
  .security-services-section .security-services-contents h2 {
    font-size: 36px;
    line-height: 42px;
    width: auto;
  }
  .security-services-section .security-services-contents .sub-title {
    padding-top: 24px;
  }
  .security-services-section .security-services-contents .security-services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a {
    gap: 30px;
  }
  .security-value-section .content-body {
    padding: 48px 20px 32px 20px;
  }
  .security-value-section .content-body .content-header h2 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 24px;
  }
  .security-value-section .content-body .content-header .subheading {
    padding-bottom: 40px;
  }
  .security-value-section .content-body .content-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .security-value-section .content-body .content-wrapper .image-container img {
    width: 100%;
    border-radius: 24px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section {
    height: 100%;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
    padding-top: 40px;
    padding-left: 5px;
    opacity: 1;
    border-left: unset !important;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
    line-height: 34px;
    padding-bottom: 16px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block a {
    font-weight: 600;
    line-height: 18px;
  }
  /* ===============================
     Experience Section
  ================================= */
  .experience-section {
    margin-top: 50px;
  }
  .experience-section .experience-section__main {
    padding: 20px 30px;
  }
  .experience-section .experience-section__main .experience-section__grid {
    padding: 10px 0;
  }
  .experience-section .experience-section__main .experience-section__grid .experience-section__header .experience-section__title {
    font-size: 40px;
    line-height: 40px;
  }
  .experience-section .experience-section__main .experience-section__grid .experience-section__header .experience-section__description {
    font-size: 15px;
    margin-top: 15px;
    line-height: 24px;
  }
  .experience-section .experience-section__main .experience-section__grid .experience-section__header .experience-section__description p + p {
    margin-top: 15px;
  }
  /* ===== End – Experience Section ===== */
  /* ===============================
     Outcomes Section
  ================================= */
  .outcomes-section {
    margin-top: 50px;
  }
  .outcomes-section .outcomes-section__description {
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
  }
  .outcomes-section .outcomes-section__description p + p {
    margin-top: 15px;
  }
  .outcomes-section .outcomes-section__image-col .outcomes-section__figure {
    height: auto;
  }
  /* ===== End – Outcomes Section ===== */
  /* ===============================
     Secure What Matters Section
  ================================= */
  .secure-matters {
    margin-top: 50px;
  }
  .secure-matters .main-secure-section {
    padding: 30px;
  }
  /* ===== End – Secure What Matters Section ===== */
  .secure-matters .main-secure-section {
    padding: 15px;
  }
  .secure-matters .secure-matters__content {
    padding: 24px;
  }
  .secure-matters .secure-matters__title {
    font-size: 23px;
    line-height: 26px;
  }
  .secure-matters .secure-matters__description {
    font-size: 13px;
    line-height: 20px;
  }
  .secure-matters .secure-matters__cta {
    font-size: 13px;
    padding: 10px 22px;
    line-height: 18px;
  }
  .insights-section .insights-header {
    text-align: center;
    margin-top: 0px;
  }
  .insights-section .insights-header h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .insights-section .insights-header p {
    font-size: 20px;
    line-height: 28px;
    padding-top: 25px;
  }
  .insights-section .insights-header .view-all {
    margin-top: 24px;
  }
  .insights-section .cards {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }
  .insights-section .cards .card {
    border: unset;
  }
  .insights-section .cards .card .insight-card-box {
    display: flex;
    flex-direction: column;
  }
  .insights-section .cards .card .insight-card-box .card-image {
    min-width: 100%;
    height: auto;
  }
  .insights-section .cards .card .insight-card-box .card-image img {
    width: 100%;
    height: auto;
    border-radius: 24px;
  }
  .insights-section .cards .card .insight-card-box .card-content {
    flex: unset;
    padding: 24px 5px 0;
  }
  .insights-section .cards .card .insight-card-box .card-content .tag {
    font-size: 14px;
  }
  .insights-section .cards .buttons-row .arrow-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding-top: 40px;
  }
  .insights-section .cards .buttons-row .arrow-buttons .circle-btn {
    border: 1px solid var(--primary-color-blue);
    background: var(--white-color);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  .insights-section .cards .buttons-row .arrow-buttons .circle-btn:hover {
    background: #f2f2f2;
  }
  .insights-section .cards .buttons-row .arrow-buttons .circle-btn.insights-button-prev, .insights-section .cards .buttons-row .arrow-buttons .circle-btn.insights-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .insights-section .cards-desktop {
    display: none;
  }
  /* ===============================
     Insights Section
  ================================= */
  .insights-section {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .insights-section .insights-section-main {
    padding: 30px;
  }
  /* ===== End – Insights Section ===== */
}
@media only screen and (max-width: 374px) {
  .hero-sp .hero-content .security-box .title {
    font-size: 27px;
    line-height: 40px;
    max-width: 307px;
    width: 100%;
    margin: 8px 0;
  }
  .hero-sp .hero-content .security-box .description {
    margin-top: 8px;
    font-size: 13px;
    line-height: 22px;
  }
  .hero-sp .hero-content .security-box .badge-row {
    padding: 2px 6px;
  }
  .hero-sp .hero-content .security-box .badge-row .badge.red {
    font-size: 12px;
  }
  .hero-sp .hero-content .security-box .badge-row .sector-link {
    font-size: 12px;
    gap: 7px;
  }
  .commitment-section {
    padding-bottom: 20px;
  }
  .commitment-section .commitment-content h2 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 0px;
  }
  .commitment-section .commitment-content .description {
    font-size: 13px;
    line-height: 22px;
    padding: 0px 0 10px;
    margin-top: 10px;
  }
  .commitment-section .commitment-content .commitment-card p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 13px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content {
    padding: 20px 15px;
  }
  .security-services-section .security-services-contents {
    padding: 24px;
  }
  .security-services-section .security-services-contents h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .security-services-section .security-services-contents .sub-title {
    font-size: 12px;
    line-height: 22px;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a {
    font-size: 18px;
    line-height: 26px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .description {
    margin-top: 15px;
    font-size: 13px;
    line-height: 22px;
  }
  .security-value-section .content-body .content-header h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .security-value-section .content-body .content-header .subheading {
    font-size: 12px;
    line-height: 22px;
    padding-bottom: 30px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
    padding-top: 30px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
    font-size: 20px;
    line-height: 27px;
    padding-bottom: 15px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block p {
    font-size: 13px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block a {
    font-size: 15px;
    line-height: 24px;
  }
  .experience-section {
    margin-top: 35px;
  }
  .experience-section .experience-section__main {
    padding: 24px;
  }
  .experience-section .experience-section__main .experience-section__grid {
    gap: 20px;
  }
  .experience-section .experience-section__main .experience-section__grid .experience-section__header .experience-section__title {
    font-size: 20px;
    line-height: 26px;
  }
  .experience-section .experience-section__description {
    font-size: 13px;
    line-height: 22px;
    margin-top: 10px;
  }
  .experience-section .experience-section__description p + p {
    margin-top: 10px;
  }
  .outcomes-section {
    margin-top: 35px;
  }
  .outcomes-section .outcomes-section__grid {
    gap: 20px;
    padding: 24px;
  }
  .outcomes-section .outcomes-section__image-col .outcomes-section__figure {
    height: auto;
  }
  .outcomes-section .outcomes-section__title {
    font-size: 20px;
    line-height: 26px;
  }
  .outcomes-section .outcomes-section__description {
    font-size: 13px;
    line-height: 22px;
  }
  .outcomes-section .outcomes-section__link {
    padding: 12px 22px;
    font-size: 10px;
    line-height: 13px;
  }
  .secure-matters .main-secure-section {
    padding: 15px;
  }
  .secure-matters .secure-matters__content {
    padding: 24px;
  }
  .secure-matters .secure-matters__title {
    font-size: 20px;
    line-height: 26px;
    text-align: left;
  }
  .secure-matters .secure-matters__description {
    font-size: 13px;
    line-height: 22px;
    text-align: left;
  }
  .secure-matters .secure-matters__cta {
    font-size: 13px;
    padding: 10px 22px;
    line-height: 18px;
  }
  .insights-section .insights-header h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .insights-section .insights-header p {
    font-size: 13px;
    line-height: 22px;
    padding-top: 10px;
  }
  .insights-section .insights-header .view-all {
    font-size: 12px;
    max-width: 200px;
    width: 100%;
    padding: 12px;
    line-height: 14px;
  }
  .insights-section .cards .card .insight-card-box .card-content h3 {
    font-size: 13px;
    line-height: 22px;
  }
  .insights-section .cards .card .insight-card-box .card-content p {
    font-size: 13px;
  }
}
/*--------------------------------------
  Media Query: Max Width 320px
---------------------------------------*/
@media only screen and (max-width: 320px) {
  /* Hero Section */
  .hero-sp .hero-content .security-box .title {
    font-size: 20px;
  }
  .hero-sp .hero-content .security-box .description {
    font-size: 12px;
  }
  /* Commitment Section */
  .commitment-section .commitment-content h2 {
    font-size: 16px;
  }
  .commitment-section .commitment-content .description {
    font-size: 12px;
  }
  .commitment-section .commitment-content .commitment-card {
    margin: 15px 0 0;
    padding: 15px;
  }
  .commitment-section .commitment-content .commitment-card h3 {
    font-size: 20px;
    line-height: 16px;
    padding-top: 20px;
  }
  .commitment-section .commitment-content .commitment-card p {
    font-size: 12px;
  }
  /* Security Services Section */
  .security-services-section .security-services-contents {
    padding: 20px;
  }
  .security-services-section .security-services-contents .security-services-grid {
    row-gap: 15px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content {
    padding: 15px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a {
    font-size: 17px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .title a .circle-btn {
    padding: 2px;
  }
  .security-services-section .security-services-contents .security-services-grid .card-box-wrap .card-box .box-content .description {
    margin-top: 8px;
    font-size: 12px;
  }
  /* Security Value Section */
  .security-value-section .content-body {
    padding: 20px;
  }
  .security-value-section .content-body .content-header h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .security-value-section .content-body .content-header .subheading {
    padding-bottom: 15px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block {
    padding-top: 10px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block h3 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block p,
  .security-value-section .content-body .content-wrapper .scroll-section .scrollable-content .content-block a {
    font-size: 12px;
  }
  /* Experience Section */
  .experience-section .experience-section__main {
    padding: 15px;
  }
  .experience-section .experience-section__main .experience-section__grid .experience-section__header .experience-section__title {
    font-size: 17px;
  }
  .experience-section .experience-section__description {
    font-size: 12px;
  }
  /* Outcomes Section */
  .outcomes-section .outcomes-section__description {
    font-size: 12px;
  }
  /* Secure Matters Section */
  .secure-matters .secure-matters__title {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
  }
  .secure-matters .secure-matters__content {
    padding: 15px;
  }
  .secure-matters .secure-matters__cta {
    font-size: 12px;
    padding: 10px;
    margin-top: 10px;
  }
  /* Insights Section */
  .insights-section .insights-header .view-all {
    font-size: 12px;
    max-width: 160px;
  }
  .insights-section .cards .card .insight-card-box .card-content h3 {
    font-size: 12px;
  }
  .insights-section .cards .card .insight-card-box .card-content .author {
    font-size: 12px;
  }
  .insights-section .cards .buttons-row .arrow-buttons .circle-btn.insights-button-prev,
  .insights-section .cards .buttons-row .arrow-buttons .circle-btn.insights-button-next {
    max-width: 30px;
    height: 30px;
  }
}
/*--------------------------------------
  End Media Query: Max Width 320px
---------------------------------------*//*# sourceMappingURL=main-aboutus.css.map */