@charset "UTF-8";
/***!  /templates/bevel/css/landing-page/checkmarx.css  !***/


:root {
  --main-nav-height: 60px;
  --sub-nav-height: 60px;
}
@media only screen and (max-width: 551px) {
  :root {
    --sub-nav-height: 50px;
  }
}

main {
  overflow-x: hidden;
  margin-top: 3.75rem;
}

.visuallyhidden {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

:where(.container) {
  width: min(100%, var(--max-width, 1440px));
  margin-inline: auto;
}
@media only screen and (max-width: 1440px) {
  :where(.container) {
    --max-width: 1150px;
  }
}
:where(.container).--small {
  --max-width: 1150px;
}

:where([id]) {
  scroll-margin-top: 2ch;
}

:where([class^=btn]) {
  background: var(--bg-color);
  color: var(--text-color);
  border: none;
  text-shadow: none;
}

.btn--primary, .rsform-submit-button {
  --bg-color: linear-gradient(290.05deg, #092851 -25.65%, #223c8f 92.77%);
  --text-color: #fff;
  display: inline-block;
  font-weight: 600;
  line-height: 1.375;
  transition: all 0.3s ease;
  border: none;
}
.btn--primary:hover, .rsform-submit-button:hover {
  box-shadow: var(--bg-shadow, 0px 9px 20px rgba(130, 155, 221, 0.42));
}

:where(.--title-line) {
  display: flex;
  line-height: normal;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 var(--title-line-gap, 16px);
  font-size: 28px;
  color: var(--title-line-text-color, #232644);
  width: min(100%, 1150px);
  margin-inline: auto;
}
:where(.--title-line)::before, :where(.--title-line)::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background: rgba(var(--title-line-color, 9, 40, 81),var(--line-alpha,0.25));
}

.--title-gradient {
  background: var(--bg-color, linear-gradient(92.04deg, #6bb6fc 26.13%, #3a29a3 80.64%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

html {
  scroll-behavior: smooth;
}

.sub-nav {
  position: fixed;
  inset: calc(var(--h-header-height) + var(--h-header-top-height)) 0 auto var(--w-search-width);
  height: var(--sub-nav-height);
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .sub-nav {
    transition: 0.36s cubic-bezier(0.32, 0.08, 0.24, 1), height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  }
  .sub-nav.rwd-open {
    height: 100%;
  }
}
.sub-nav__container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: var(--sub-nav-height);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
}
@media only screen and (max-width: 768px) {
  .sub-nav__container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .rwd-open .sub-nav__container {
    height: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .sub-nav__container {
    height: 50px;
  }
}
.sub-nav__action {
  display: flex;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .sub-nav__action {
    display: block;
    position: absolute;
    inset: var(--sub-nav-height) 0 0 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2.8125rem 2.5rem 0.5rem;
    user-select: none;
    visibility: hidden;
    opacity: 0;
    overflow-y: auto;
    transition: 0.36s ease;
  }
}
@media only screen and (max-width: 768px) and (max-width: 425px) {
  .sub-nav__action {
    padding: 2.8125rem 1.25rem 0.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .opening .sub-nav__action {
    overflow: hidden;
  }
  .closing .sub-nav__action {
    overflow: hidden;
  }
  .rwd-open .sub-nav__action {
    visibility: visible;
    opacity: 1;
  }
}
.sub-nav__item {
  padding: 1.25rem 0;
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  font-family: "PingFang TC", "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 768px) {
  .sub-nav__item {
    display: block;
  }
  .sub-nav__item:nth-child(even) {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
}
.sub-nav__burger {
  display: none;
  position: relative;
  margin-right: -8px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .sub-nav__burger {
    display: inline-block;
    position: absolute;
    inset: calc(var(--sub-nav-height) / 2) 1.25rem auto auto;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 551px) {
  .sub-nav__burger {
    display: inline-block;
    position: absolute;
    transform: translate(0, -50%);
  }
}
@media only screen and (max-width: 425px) {
  .sub-nav__burger {
    display: inline-block;
    position: absolute;
    inset: 25px 1.25rem auto auto;
    transform: translate(0, -50%);
  }
}

.sub-burger__box__inner::after, .sub-burger__box__inner::before, .sub-burger__box__inner {
  display: block;
  width: 1.125rem;
  height: 0.125rem;
  background: #000;
}

.sub-burger {
  padding: 0;
  border: none;
  margin-left: 0.6875rem;
  background: transparent;
  cursor: pointer;
}
.sub-burger__box {
  position: relative;
  width: 2.25rem;
  height: 1.875rem;
}
.sub-burger__box__inner {
  position: absolute;
  inset: calc(0.9375rem - 1px) auto auto 0.5625rem;
  transform: rotate(0deg);
  transition: transform 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.sub-burger__box__inner::before {
  content: "";
  background: inherit;
  position: absolute;
  inset: -6px auto auto auto;
  transition: top 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.sub-burger__box__inner::after {
  content: "";
  background: inherit;
  position: absolute;
  inset: auto auto -6px auto;
  transition: bottom 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), transform 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
  transform: rotate(0deg);
}
.rwd-open .sub-burger__box__inner {
  transform: rotate(45deg);
}
.rwd-open .sub-burger__box__inner::before {
  inset: 0px auto auto auto;
  opacity: 0;
}
.rwd-open .sub-burger__box__inner::after {
  inset: auto auto 0px auto;
  transform: rotate(-90deg);
}

.section-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: -23px;
  padding-bottom: 23px;
  padding-top: 3.75rem;
}
.section-hero .bg {
  position: absolute;
}
.section-hero .bg.--left {
  inset: 0 60% auto 0;
  aspect-ratio: 1456/1274;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/hero/left.png) no-repeat center/100%;
  mask: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/hero/left-mask.png) no-repeat center/100%;
  -webkit-mask: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/hero/left-mask.png) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .section-hero .bg.--left {
    inset: 0 40% auto 0;
  }
}
@media only screen and (max-width: 425px) {
  .section-hero .bg.--left {
    inset: 12% 0% auto -60%;
  }
}
.section-hero .bg.--right {
  inset: auto 0 -10% 60%;
  aspect-ratio: 700/630;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/hero/right.png) no-repeat center/100%;
  mask: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/hero/right-mask.png) no-repeat center/100%;
  -webkit-mask: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/hero/right-mask.png) no-repeat center/100%;
}
@media only screen and (max-width: 768px) {
  .section-hero .bg.--right {
    inset: auto -20% -15% 40%;
  }
}
@media only screen and (max-width: 425px) {
  .section-hero .bg.--right {
    inset: auto -10% -10% 20%;
  }
}
.section-hero .content {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  padding: 10.125rem 1.25rem 6.625rem;
}
@media only screen and (max-width: 425px) {
  .section-hero .content {
    padding: 10.125rem 1.25rem 6.625rem;
  }
}
.section-hero .logo {
  text-align: center;
}
.section-hero .logo img {
  width: min(100%, 30.75rem);
  aspect-ratio: 492/64;
}
.section-hero .headline {
  margin: 1.75rem 0;
  color: #091a31;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "PingFang TC", "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-style: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 551px) {
  .section-hero .headline {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 375px) {
  .section-hero .headline {
    font-size: 1.75rem;
  }
}
.section-hero .btn {
  display: inline-block;
  position: relative;
  padding: 14px 34px;
  color: #1b2c7f;
  font-size: 16px;
  font-weight: 600;
  border-radius: 33px;
  background: #b5fe01;
}
.section-hero .btn:hover {
  filter: brightness(1.1s);
}
.section-hero .btn:hover::before {
  opacity: 1;
}
.section-hero .btn::before {
  content: "";
  position: absolute;
  inset: 10px 5px 0 5px;
  display: inline-block;
  background: inherit;
  filter: blur(15px);
  opacity: 0;
  transition: opacity 0.26s ease;
  z-index: -1;
}

.section-events {
  position: relative;
}
.section-events::before {
  content: "EVENTS";
  display: inline-block;
  position: absolute;
  inset: auto auto calc(100% - 0.875rem) 6.1875rem;
  font-family: "Helvetica Neue", "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 62px;
  line-height: 75px;
  background: linear-gradient(100.44deg, #077cd1 17.85%, #7807d1 80.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.1;
}
@media only screen and (max-width: 678px) {
  .section-events::before {
    inset: auto auto calc(100% - 0.875rem) 0.625rem;
  }
}

#event .events {
  display: flex;
  align-items: center;
  position: relative;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/events_bg.jpg) no-repeat center/cover;
  height: 60px;
  margin: 20px 0 30px;
  padding-left: 4.625rem !important;
  padding-right: 5rem !important;
  overflow: visible !important;
}
@media only screen and (max-width: 678px) {
  #event .events {
    padding-left: 1.25rem !important;
  }
}
@media only screen and (max-width: 425px) {
  #event .events {
    padding-right: 0 !important;
  }
}
#event .events__container {
  position: relative;
}
#event .events .swiper-wrapper {
  width: min(100%, 35.375rem);
}
#event .events .swiper-pagination {
  display: flex;
  gap: 12px;
  position: relative;
  inset: 0;
  width: auto;
}
@media only screen and (max-width: 425px) {
  #event .events .swiper-pagination {
    display: none;
  }
}
#event .events__bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
#event .events__bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#event .events__bullet .swiper-pagination-bullet-active {
  background: #ff95b5;
}
#event .events__item {
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
}
#event .events__item.active {
  position: relative;
  z-index: 3;
}
#event .events__item:not(.active) {
  opacity: 0 !important;
}
#event .events__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 350px;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  position: relative;
  padding-right: 0.5625rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
#event .events__title::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 8px;
  margin-right: -0.5625rem;
  background: rgba(255, 255, 255, 0.35);
}
#event .events__img {
  display: inline-block;
  position: relative;
}
#event .events__img picture {
  display: inline-block;
  width: 11.625rem;
  height: 6.25rem;
}
@media only screen and (max-width: 375px) {
  #event .events__img picture {
    width: 9.375rem;
    height: 5.0625rem;
  }
}
#event .events__img img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
#event .events__img__shadow {
  position: absolute;
  inset: 10px 0 0 0;
  filter: blur(34px);
  opacity: 0.8;
  z-index: -1;
}

.section-intro {
  position: relative;
  padding-top: 4.4375rem;
  overflow: hidden;
}
.section-intro .bg {
  display: block;
  position: absolute;
  inset: 0 -114px -172px -46px;
  transform: rotate(152deg);
  z-index: -1;
}
.section-intro .bg img {
  width: 100%;
  height: 100%;
}
.section-intro .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  width: min(100%, 70.125rem);
  margin: 0 auto;
  padding: 3.75rem 20px 6.25rem;
}
@media only screen and (max-width: 834px) {
  .section-intro .content {
    flex-direction: row;
  }
}
@media only screen and (max-width: 425px) {
  .section-intro .content {
    gap: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .section-intro .content {
    gap: 10px;
  }
}
.section-intro .item {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.5625rem;
  height: 13.5625rem;
  padding: 0 1.6875rem;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  border: 5px solid #ffffff;
  border-radius: 50%;
  background: #132267;
  box-shadow: 0px 14px 29px rgba(37, 73, 166, 0.22);
}
@media only screen and (max-width: 1024px) {
  .section-intro .item {
    width: 11.25rem;
    height: 11.25rem;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 425px) {
  .section-intro .item {
    width: 10rem;
    height: 10rem;
    padding: 0 1.25rem;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 375px) {
  .section-intro .item {
    width: 9.375rem;
    height: 9.375rem;
  }
}
.section-intro .item span {
  display: inline;
  color: #ffffff;
}
.section-intro .item p {
  display: inline;
  color: #ff95b5;
}
.section-intro .item__group {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 834px) {
  .section-intro .item__group {
    flex-direction: column;
  }
}
@media only screen and (max-width: 425px) {
  .section-intro .item__group {
    gap: 15px;
  }
}
@media only screen and (max-width: 425px) {
  .section-intro .item__group {
    gap: 10px;
  }
}
.section-intro .item__group:nth-child(2) {
  align-self: flex-end;
}

.section-defect {
  position: relative;
  background: linear-gradient(128.26deg, #0e3a6f 8.43%, #092851 98.44%);
  overflow: hidden;
}
.section-defect .container {
  position: relative;
  padding: 80px 0 130px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .section-defect .container {
    padding: 80px min(5.5%, 70px) 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-defect .container {
    padding: 90px clamp(30px, 3.9%, 70px) 130px;
  }
}
@media only screen and (max-width: 551px) {
  .section-defect .container {
    padding: 60px 0 130px;
  }
}
.section-defect .headline {
  --title-line-gap: 35px;
  --title-line-color: 255, 255, 255;
  --line-alpha: 0.25;
  --title-line-text-color: #fff;
  max-width: min(100%, 1150px);
  margin-inline: auto;
  padding: 0 0 150px;
}
@media only screen and (max-width: 551px) {
  .section-defect .headline {
    padding: 0;
  }
}
.section-defect .deco {
  inset: var(--img-top, auto) var(--img-right, auto) var(--img-bottom, auto) var(--img-left, auto);
  position: absolute;
  pointer-events: none;
}
.--deco-alt .section-defect .deco {
  inset: var(--img-top-alt, auto) var(--img-right-alt, auto) var(--img-bottom-alt, auto) var(--img-left-alt, auto);
}
.section-defect .deco.--right {
  --img-bottom: -166px;
  --img-right: -190px;
  --img-bottom-alt: 0;
  --img-right-alt: 0;
  width: 700px;
  aspect-ratio: 700/484;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/intro/decoration-2x.png) no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .section-defect .deco.--right {
    --img-bottom: -720px;
    --img-right: -640px;
  }
}
@media only screen and (max-width: 551px) {
  .section-defect .deco.--right {
    --img-bottom: -840px;
    --img-right: -500px;
  }
}

.defect-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: min-content;
  gap: 100px 40px;
  counter-reset: feat;
}
@media only screen and (max-width: 768px) {
  .defect-list {
    grid-template-columns: 1fr;
    width: fit-content;
    margin-inline: auto;
    gap: 100px 0;
  }
}
@media only screen and (max-width: 551px) {
  .defect-list {
    padding: 0;
    gap: 20px 0;
  }
}
.defect-item {
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 551px) {
  .defect-item {
    padding: 0;
  }
}
.defect-item__title {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 30px;
}
.defect-item__title::before {
  content: counter(feat, decimal-leading-zero);
  counter-increment: feat;
  position: absolute;
  font-size: 85px;
  font-weight: 900;
  font-style: italic;
  font-family: "Roboto", "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  right: calc(100% - 0.35em);
  bottom: -20px;
  color: rgba(255, 255, 255, 0.1);
}
.defect-item__title--main {
  position: relative;
  z-index: 1;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  color: #e7c1fe;
}
.defect-item__title--sub {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.4285714286;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 551px) {
  .defect-item__title {
    align-items: flex-end;
    padding: 0 30px;
  }
  .defect-item__title::before {
    position: relative;
    right: auto;
    bottom: -0.17em;
    margin-right: -0.5em;
  }
}
.defect-item__desc {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
  font-size: 14px;
  line-height: 21px;
}
.defect-item__desc__text {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.defect-item__desc__text::before {
  content: "";
  flex: 0 0 35px;
  margin: 0.7em 0 0;
  width: 35px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.defect-item__desc__text .glightbox {
  display: block;
  width: fit-content;
  padding: 12px 0;
}
@media only screen and (max-width: 768px) {
  .defect-item__desc {
    gap: 20px 0;
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 551px) {
  .defect-item__desc {
    font-size: 13px;
    line-height: 18px;
    padding: 0 20px 0 0;
  }
}

.section-news {
  position: relative;
  padding: 5rem 1.25rem 6.0625rem;
  overflow: hidden;
}
.section-news .bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.section-news .bg img {
  width: 100%;
  height: 100%;
}
.section-news .container {
  display: flex;
  justify-content: space-between;
  gap: 37px;
  width: min(100%, 1194px);
}
@media only screen and (max-width: 834px) {
  .section-news .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 551px) {
  .section-news .container {
    gap: clamp(10px, 5%, 37px);
  }
}
.section-news .item {
  flex: 0 1 31%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 3.75rem 0 0;
  padding: 1.6875rem 1.875rem;
  color: #1b2c7f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.65;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #ffffff;
  border-radius: 20px;
}
@media only screen and (max-width: 551px) {
  .section-news .item {
    margin: clamp(20px, 3%, 60px);
  }
}
.section-news .item::before {
  content: attr(number);
  position: absolute;
  inset: auto 20px 20px auto;
  color: rgba(18, 109, 155, 0.06);
  font-size: 45px;
  font-weight: 900;
  font-family: "Roboto", "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  font-style: italic;
  line-height: 25px;
}

.section-feat {
  overflow: hidden;
}
.section-feat .one,
.section-feat .two,
.section-feat .three,
.section-feat .four,
.section-feat .five,
.section-feat .six {
  position: relative;
}
.section-feat .two,
.section-feat .four,
.section-feat .six {
  --feat-content-flex-dir: row-reverse;
  --feat-desc-headline-text-align: end;
  --feat-text-color: #077cd1;
  --feat-sub-text-color: #000;
  padding: 28px 0 4px 0;
}
@media only screen and (max-width: 1024px) {
  .section-feat .two,
  .section-feat .four,
  .section-feat .six {
    --feat-content-flex-dir: row;
    --feat-desc-headline-text-align: start;
  }
}
.section-feat .one {
  --feat-img-ratio: 180 / 120;
}
.section-feat .two {
  --feat-img-ratio: 180 / 120;
  --step-value: attr(step);
  --step-line: "";
}
.section-feat .three {
  --feat-content-width: 65.5rem;
  --feat-img-ratio: 180 / 120;
}
.section-feat .four {
  --feat-content-width: 66.3125rem;
  --feat-img-width: 37.3125rem;
  --feat-img-ratio: 597 / 298;
  --feat-img-shadow: 0px 52px 54px -23px rgba(84, 40, 48, 0.24);
  --feat-img-hover-shadow: 0px 57px 59px -21px rgba(84, 40, 48, 0.3);
}
.section-feat .five {
  --feat-content-width: 65.8125rem;
  --feat-img-width: 34.0625rem;
  --feat-img-ratio: 545 / 317;
  --feat-content-pd: 3.4375rem 1.25rem;
}
.section-feat .six {
  --feat-content-width: 62.8125rem;
  --feat-img-ratio: 180 / 120;
}
.section-feat .headline {
  --title-line-gap: 35px;
  --title-line-color: 255, 255, 255;
  --line-alpha: 0.25;
  --title-line-text-color: #fff;
  padding-top: 3.75rem;
}
.section-feat .bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.section-feat .bg img {
  width: 100%;
  height: 100%;
}
.section-feat .content {
  display: flex;
  flex-direction: var(--feat-content-flex-dir, row);
  justify-content: var(--feat-content-justify-content, space-between);
  align-items: center;
  gap: 100px;
  position: relative;
  width: min(100%, var(--feat-content-width, 1180px));
  margin: 0 auto;
  padding: var(--feat-content-pd, 7.5rem 1.25rem);
}
@media only screen and (max-width: 1024px) {
  .section-feat .content {
    flex-direction: column;
    gap: 40px;
  }
}
.section-feat .content .decoration {
  display: block;
  position: absolute;
  inset: 6.25rem -9.6875rem auto auto;
  width: 13.75rem;
  height: 6.25rem;
  z-index: -1;
}
.section-feat .content .decoration img {
  width: 100%;
  height: 100%;
}
.section-feat .content .desc {
  flex: 0 1 auto;
  display: flex;
  flex-direction: var(--feat-content-flex-dir, row);
  align-items: center;
}
.section-feat .content .desc__number {
  color: var(--feat-text-color, #ff95b5);
  font-size: 100px;
  font-weight: 500;
  font-family: "Helvetica Neue", "Open Sans", "微軟正黑體", "Microsoft JhengHei", Arial, Helvetica, sans-serif;
  line-height: 122px;
  text-align: center;
}
@media only screen and (max-width: 425px) {
  .section-feat .content .desc__number {
    font-size: 80px;
  }
}
.section-feat .content .desc__headline {
  color: var(--feat-text-color, #ff95b5);
  font-size: 40px;
  font-weight: 300;
  line-height: 56px;
  text-align: var(--feat-desc-headline-text-align, start);
}
@media only screen and (max-width: 425px) {
  .section-feat .content .desc__headline {
    font-size: 32px;
  }
}
.section-feat .content .desc__headline--sub {
  color: var(--feat-sub-text-color, #ffffff);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: start;
}
@media only screen and (max-width: 425px) {
  .section-feat .content .desc__headline--sub {
    font-size: 14px;
  }
}
.section-feat .content .images {
  flex: 0 0 auto;
  display: flex;
  gap: 30px;
  max-width: 100%;
}
@media only screen and (max-width: 678px) {
  .section-feat .content .images {
    flex-direction: column;
    gap: 70px;
  }
}
.section-feat .content .images__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  max-width: 100%;
  width: min-content;
  color: var(--feat-sub-text-color, #ffffff);
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  transition: 0.26s ease;
}
.section-feat .content .images__item:hover {
  transform: translate(0, -5px);
}
.section-feat .content .images__item:hover .images__item__pic {
  opacity: 1;
  box-shadow: var(--feat-img-hover-shadow, 0px 14px 24px rgba(0, 0, 0, 0.15));
}
.section-feat .content .images__item:last-child::after {
  content: none;
}
.section-feat .content .images__item::before {
  content: var(--step-value, unset);
  position: absolute;
  inset: auto auto calc(100% + 10px) 0;
  color: #077cd1;
  font-size: 14px;
  font-weight: 600;
}
.section-feat .content .images__item::after {
  content: var(--step-line, unset);
  display: block;
  position: absolute;
  inset: auto -15px calc(100% + 17px) 55px;
  height: 1px;
  background: rgba(7, 124, 209, 0.2);
}
@media only screen and (max-width: 678px) {
  .section-feat .content .images__item::after {
    content: none;
  }
}
.section-feat .content .images__item__pic {
  display: block;
  max-width: 100%;
  width: var(--feat-img-width, 11.25rem);
  aspect-ratio: var(--feat-img-ratio, 1/1);
  transition: 0.26s ease;
  box-shadow: var(--feat-img-shadow, 0 14px 34px rgba(0, 0, 0, 0.15));
  opacity: 0.5;
}
.section-feat .content .images__item__pic img {
  width: 100%;
  height: 100%;
}

.checkmarx-success {
  position: relative;
  background-image: linear-gradient(127.49deg, #133090 10.98%, #0a2a5b 88.76%);
}
.checkmarx-success__container {
  width: min(100% - 280px, 1550px);
  padding: 80px 10px 160px;
}
@media only screen and (max-width: 1440px) {
  .checkmarx-success__container {
    width: min(100%, 1150px);
  }
}
.checkmarx-success__title {
  --title-line-color: 255, 255, 255;
  --line-alpha: 0.25;
  --title-line-text-color: #fff;
  padding: 0 0 40px;
  position: relative;
  z-index: 9;
}
.checkmarx-success__deco {
  position: absolute;
  inset: 0;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/success/checkmarx_success_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .checkmarx-success__deco {
    background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/success/checkmarx_success_bg_m.jpg) no-repeat center/cover;
  }
}
.checkmarx-success__footer {
  text-align: center;
  padding-top: 40px;
  position: relative;
  z-index: 9;
}
.checkmarx-success__btn-more {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 4px;
  background: #f96b92;
  color: #1e2d7f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: box-shadow 200ms;
}
.checkmarx-success__btn-more:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.section-award {
  position: relative;
  padding: 5rem 0 5.75rem;
}
.section-award .headline {
  margin-bottom: 3.5rem;
}
.section-award .bg {
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.section-award .bg img {
  width: 100%;
  height: 100%;
}
.section-award .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: min(100%, 66.25rem);
  margin: 0 auto;
  padding: 0 20px;
}
.section-award .logo {
  display: block;
  width: 269px;
  aspect-ratio: 269/35;
  margin-bottom: 39px;
}
.section-award .logo img {
  width: 100%;
  height: 100%;
}
.section-award .container {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 834px) {
  .section-award .container {
    flex-direction: column;
  }
}
.section-award .item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 1.5625rem 2.1875rem;
  background: rgba(255, 255, 255, 0.7);
  border: 3px solid #ffffff;
  border-radius: 20px;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(24px);
}
@media only screen and (max-width: 834px) {
  .section-award .item {
    padding: 1.5625rem 1.25rem;
  }
}
@media only screen and (max-width: 551px) {
  .section-award .item {
    padding: 1.5625rem 0.625rem;
  }
}
.section-award .item.--one {
  --item-pic-width: 27px;
  --item-pic-height: 27px;
}
.section-award .item.--two {
  --item-pic-width: 94px;
  --item-pic-height: 100px;
}
@media only screen and (max-width: 551px) {
  .section-award .item.--two {
    --item-pic-width: 80px;
    --item-pic-height: 85px;
  }
}
.section-award .item.--three {
  --item-pic-width: 121px;
  --item-pic-height: 100px;
}
@media only screen and (max-width: 551px) {
  .section-award .item.--three {
    --item-pic-width: 101px;
    --item-pic-height: 83px;
  }
}
.section-award .item.--four {
  --item-pic-width: 97px;
  --item-pic-height: 100px;
}
@media only screen and (max-width: 551px) {
  .section-award .item.--four {
    --item-pic-width: 83px;
    --item-pic-height: 86px;
  }
}
.section-award .item.--five {
  --item-pic-width: 100px;
  --item-pic-height: 100px;
}
@media only screen and (max-width: 551px) {
  .section-award .item.--five {
    --item-pic-width: 65px;
    --item-pic-height: 65px;
  }
}
.section-award .item.--six {
  --item-pic-width: 102px;
  --item-pic-height: 100px;
}
@media only screen and (max-width: 551px) {
  .section-award .item.--six {
    --item-pic-width: 69px;
    --item-pic-height: 68px;
  }
}
.section-award .item__group {
  flex: 0 0 49%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.section-award .item__img {
  flex: 0 0 auto;
}
.section-award .item__pic {
  display: block;
  width: var(--item-pic-width, unset);
  height: var(--item-pic-height, unset);
}
.section-award .item__pic img {
  width: 100%;
  height: 100%;
}
.section-award .item__desc {
  flex: 1 1 auto;
  color: #092851;
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
}
@media only screen and (max-width: 551px) {
  .section-award .item__desc {
    font-size: 14px;
  }
}

.section-checkmarx-cta {
  position: relative;
  overflow: hidden;
}
.section-checkmarx-cta .bg {
  position: absolute;
  width: 100.3125rem;
  inset: auto auto -30% -20%;
  aspect-ratio: 1605/1098;
  transform: rotate(151deg);
  z-index: -2;
}
@media only screen and (max-width: 834px) {
  .section-checkmarx-cta .bg {
    width: 54.875rem;
    aspect-ratio: 878/600;
    inset: auto auto 40% auto;
  }
}
.section-checkmarx-cta .bg img {
  width: 100%;
  height: 100%;
}
.section-checkmarx-cta .content {
  display: flex;
  gap: 56px;
  width: min(100%, 68.25rem);
  margin: 0 auto;
  padding: 4.375rem 1.25rem 3.125rem;
}
@media only screen and (max-width: 834px) {
  .section-checkmarx-cta .content {
    flex-direction: column;
  }
}
.section-checkmarx-cta .form {
  flex: 0 0 28.125rem;
}
.section-checkmarx-cta .desc {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section-checkmarx-cta .desc .intro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  height: 9.375rem;
  padding: 3rem 2.5rem 3rem 2.25rem;
}
.section-checkmarx-cta .desc .intro__bg {
  position: absolute;
  inset: 0;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/checkmarx/cta/intro-bg-2x.png) no-repeat center/cover;
  z-index: -1;
}
.section-checkmarx-cta .desc .intro__headline {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
}
.section-checkmarx-cta .desc .intro__decoration {
  flex: 1 1 auto;
  display: flex;
  margin-left: 1.1875rem;
  height: 1px;
  background: #ffffff;
}
.section-checkmarx-cta .desc .intro__button {
  display: inline-block;
  padding: 1rem 1.375rem;
  color: #1b2c7f;
  border-radius: 33px;
  background: #b5fe01;
  cursor: pointer;
}
.section-checkmarx-cta .desc span {
  color: #6a7d95;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
}

.section-contact {
  padding: 6rem 0 8.5rem;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .section-contact .headline {
    margin-bottom: 3.75rem;
  }
}
.section-contact .content {
  width: min(100%, 71.625rem);
  margin: 0 auto;
  padding: 0 1.25rem;
}
.section-contact .company__headline {
  margin: 2.8125rem 0;
  color: #202b41;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .section-contact .company__headline {
    display: none;
  }
}
.section-contact .company__headline.--rwd {
  display: none;
}
@media only screen and (max-width: 768px) {
  .section-contact .company__headline.--rwd {
    display: block;
    margin: 1.875rem 0 1.3125rem;
  }
}
.section-contact .company__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.section-contact .company__container {
  display: flex;
  align-items: center;
  gap: 57px;
}
@media only screen and (max-width: 768px) {
  .section-contact .company__container {
    flex-direction: column;
  }
}
.section-contact .company__info {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 37px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .section-contact .company__info {
    flex-direction: column;
    gap: 0px;
  }
}
.section-contact .company__info::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -28.5px 0 auto;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .section-contact .company__info::before {
    content: none;
  }
}
.section-contact .company__info__img {
  display: inline-block;
  width: 9.5625rem;
  aspect-ratio: 153/200;
  background: url(https://www.gss.com.tw/templates/bevel/images/landing-page/company.jpg) no-repeat center/cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section-contact .company__info__title {
  flex: 0 0 100px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
}
.section-contact .company__info__title::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -25px 0 auto;
  width: 1px;
  background: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, 0);
}
.section-contact .company__info__telephone {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
@media only screen and (max-width: 375px) {
  .section-contact .company__info__telephone {
    font-size: 12px;
  }
}
.section-contact .company__info__telephone span {
  color: #3082d5;
}
.section-contact .company__info .row {
  display: flex;
  gap: 50px;
}
.section-contact .company__info .row__group {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.section-contact .company__desc {
  flex: 1 1 auto;
  color: #6a7d95;
  font-size: 13px;
  font-weight: 400;
  line-height: 23px;
}

:root {
  --c-sub-nav: rgba(32, 43, 65, 0.6);
  --c-sub-box-shadow: 0 4px 16px rgba(32, 43, 65, 0.25);
}

.events {
  display: flex;
  align-items: center;
  position: relative;
  background: url(https://www.gss.com.tw/templates/bevel/css/images/module/events/bg.png) no-repeat center/cover;
  height: 60px;
  margin: 20px 0 30px;
  padding-left: 4.625rem !important;
  padding-right: 5rem !important;
  overflow: visible !important;
}
@media only screen and (max-width: 678px) {
  .events {
    padding-left: 1.25rem !important;
  }
}
@media only screen and (max-width: 425px) {
  .events {
    padding-right: 0 !important;
  }
}
.events__container {
  position: relative;
}
.events .swiper-wrapper {
  width: min(100%, 35.375rem);
}
.events .swiper-pagination {
  display: flex;
  gap: 12px;
  position: relative;
  inset: 0;
  width: auto;
}
@media only screen and (max-width: 425px) {
  .events .swiper-pagination {
    display: none;
  }
}
.events__bullet {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.events__bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.events__bullet .swiper-pagination-bullet-active {
  background: #ff95b5;
}
.events__item {
  display: flex;
  align-items: center;
  padding-right: 1.25rem;
}
.events__item.active {
  position: relative;
  z-index: 3;
}
.events__item:not(.active) {
  opacity: 0 !important;
}
.events__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 350px;
  max-width: 100%;
  white-space: normal;
  overflow: hidden;
  position: relative;
  padding-right: 0.5625rem;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
}
.events__title::after {
  content: "";
  display: block;
  height: 1px;
  margin-top: 8px;
  margin-right: -0.5625rem;
  background: rgba(255, 255, 255, 0.35);
}
.events__img {
  display: inline-block;
  position: relative;
}
.events__img picture {
  display: inline-block;
  width: 11.625rem;
  height: 6.25rem;
}
@media only screen and (max-width: 375px) {
  .events__img picture {
    width: 9.375rem;
    height: 5.0625rem;
  }
}
.events__img img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}
.events__img__shadow {
  position: absolute;
  inset: 10px 0 0 0;
  filter: blur(34px);
  opacity: 0.8;
  z-index: -1;
}

.prod-list {
  position: relative;
}
.prod-list:nth-of-type(even) .prod-list__body {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 834px) {
  .prod-list:nth-of-type(even) .prod-list__body {
    flex-direction: column;
  }
}
.prod-list:nth-of-type(even) .prod-list__body__aside span {
  margin-inline: 3ch 1.5ch;
}
@media only screen and (max-width: 834px) {
  .prod-list:nth-of-type(even) .prod-list__body__aside span {
    margin-inline: initial;
  }
}
.prod-list__container {
  position: relative;
  padding: 60px 0;
  width: min(100%, 1440px);
}
.prod-list__title {
  --title-line-color: 9, 40, 81;
  --line-alpha: 0.15;
  padding: 0 0 50px;
}
.prod-list__body {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 14px 34px rgba(19, 40, 65, 0.1);
  backdrop-filter: blur(24px);
}
@media only screen and (max-width: 834px) {
  .prod-list__body {
    flex-direction: column;
  }
}
.prod-list__body__aside {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 834px) {
  .prod-list__body__aside {
    padding: 24px 40px;
    justify-content: center;
  }
}
.prod-list__body__aside span {
  position: inherit;
  display: block;
  font-size: 74px;
  line-height: 1.4054054054;
  font-weight: 200;
  color: #fff;
  margin-inline: 1.5ch 3ch;
}
@media only screen and (max-width: 834px) {
  .prod-list__body__aside span {
    margin-inline: initial;
  }
}
.prod-list__body__aside img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.article-list {
  counter-reset: list;
}
.article-list.--default {
  flex: 1;
  padding: 35px clamp(60px, 6.7708333333%, 130px);
}
@media only screen and (max-width: 1280px) {
  .article-list.--default {
    padding: 35px min(4.6875%, 60px);
  }
}
@media only screen and (max-width: 834px) {
  .article-list.--default {
    padding: 35px;
  }
}
.article-list.--success {
  display: grid;
  grid-template-columns: repeat(auto-fit, min(100%, 345px));
  justify-content: center;
  gap: 50px 30px;
}
@media only screen and (max-width: 1024px) {
  .article-list.--success {
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 345px), 1fr));
    gap: 40px 10px;
  }
}
@media only screen and (max-width: 551px) {
  .article-list.--success {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 160px), 1fr));
    gap: 20px 15px;
  }
}

.article-item {
  position: relative;
}
.--default .article-item:not(:last-child) {
  border-bottom: 1px solid rgba(30, 34, 72, 0.1);
}
.--success .article-item {
  display: flex;
  flex-direction: column;
  padding: 0px 36px 28px;
  margin: 20px 0 0;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(104px);
  border-radius: 5px;
}
@media only screen and (max-width: 551px) {
  .--success .article-item {
    min-height: auto;
    padding: 0px 20px 25px;
  }
}
.article-item__title {
  display: block;
}
.--default .article-item__title {
  padding: 15px 0;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 600;
}
.--success .article-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 15px 0;
}
@media only screen and (max-width: 551px) {
  .--success .article-item__title {
    display: none;
  }
}
.article-item__img {
  display: grid;
  grid-template-columns: 1fr 150px;
  align-items: flex-end;
  margin: -20px 0 24px;
}
.article-item__img::before {
  content: counter(list, decimal-leading-zero);
  counter-increment: list;
  font-weight: 200;
  font-size: 64px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 551px) {
  .article-item__img {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .article-item__img::before {
    display: none;
  }
}
.article-item__img img {
  object-fit: contain;
  max-height: 100%;
  width: 100%;
  aspect-ratio: 3/2;
  background: #ffffff;
  box-shadow: 10px 14px 24px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.article-item__name {
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  color: #ffd131;
  padding: 0 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 551px) {
  .article-item__name {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
  }
}

form .formContainer {
  margin: 32px 0 0 0;
  padding: 0 30px;
  border: none;
  container: form/inline-size;
}
form .formContainer > h1 {
  text-align: center;
  margin: 0 10px 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
form .formContainer h2 {
  display: none;
}

:where(.formResponsive) {
  width: 100%;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  overflow: scroll;
}

.rsform-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
  gap: 10px;
  font-size: 12px;
}
.rsform-block:only-child {
  justify-content: center;
}
.rsform-block:has(textarea) {
  display: grid;
  gap: 4px;
}
.rsform-block-privacy > label, .rsform-block-agreement > label {
  display: none;
}
.rsform-block-header {
  text-align: center;
  gap: 0px;
  justify-content: center;
}
.rsform-block-header p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 1.4;
}
.rsform-block-howknow {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rsform-block-footer {
  display: none;
}
.rsform-block-submit {
  margin-top: 40px;
  gap: 0 !important;
}
.rsform-block-submit .formControlLabel {
  flex: 0 0 0 !important;
}
.rsform-block-submit .formControls {
  margin: 0 auto !important;
}
.rsform-block .formControlLabel {
  flex: 0 0 25%;
  white-space: nowrap;
}
.rsform-block .formControlLabel:empty {
  display: none;
}
.rsform-block .formDescription {
  margin: 0;
}
.rsform-block .formControls {
  margin: 0;
}
.rsform-block .formControls label[for] {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.rsform-block .formControls label[for]:has([type=radio]) {
  margin-inline: 0 12px;
}
.rsform-block .formControls :where(.form-check) {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1.2;
}
.rsform-block .formControls div:has(> .form-check) {
  display: grid;
  grid-auto-flow: column;
  gap: 12px;
}
.rsform-block .formBody {
  float: none;
}

.rsform-input-box,
.rsform-select-box {
  height: auto;
  padding: 5px;
  font-size: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  width: min(100%, 220px);
}

.rsform-text-box {
  width: 100%;
  resize: block;
  padding: 5px;
  font-size: 12px;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
}

.uk-form-controls input[type=radio] {
  border: 1px solid #aaa !important;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50% !important;
  vertical-align: -2px !important;
  margin-right: 5px;
}

.rsformstyle {
  margin: 5% 0 5% 0;
  color: #666;
}

.rsformstyle-title {
  font-size: 16px !important;
  color: #666;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}

.rsformstyle p {
  font-size: 13px;
  text-align: justify;
}

label[for^=howKnow] {
  display: inline-block;
}

.rsform-submit-button {
  text-shadow: none;
  padding: 10px 18px;
  color: var(--text-color);
  font-size: 16px;
  border-radius: 3px;
  box-shadow: none;
  background: var(--bg-color);
  cursor: pointer;
}
.rsform-submit-button:active {
  transform: translateY(4px);
}
.pd-noname .rsform-submit-button {
  --bg-color: linear-gradient(117.59deg, #94e3cc 16.55%, #7bdad4 67.16%);
  --text-color: #092851;
  --bg-shadow: 0px 9px 20px rgba(130, 221, 211, 0.5);
}

*:has(> .rsform-thankyou-button) {
  width: min(500px, 100%);
  padding-block: var(--padding-block-rsform-submit-msg, 20px);
  padding-inline: var(--padding-inline-rsform-submit-msg, 20px);
  line-height: 1.4;
  color: #262626;
  font-weight: 600;
}

@container form (width < 280px) {
  .rsform-block {
    display: grid;
  }
}
.pd-section[id=cta] {
  padding: 50px 0 0 0;
}
.pd-section[id=cta] .form {
  display: flex;
  flex-direction: row;
  gap: 70px;
  width: 1170px;
  margin: 25px auto 0 auto;
}
@media only screen and (max-width: 1280px) {
  .pd-section[id=cta] .form {
    width: 100%;
    padding: 0 30px;
    gap: 30px;
  }
}
@media only screen and (max-width: 834px) {
  .pd-section[id=cta] .form {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.pd-section[id=cta] .form__wrap {
  min-width: 450px;
}
.pd-section[id=cta] .form__wrap .btn--primary, .pd-section[id=cta] .form__wrap .rsform-submit-button {
  background: #1365B1;
  box-shadow: 0 9px 20px rgba(32, 112, 183, 0.15);
}
@media only screen and (max-width: 1024px) {
  .pd-section[id=cta] .form__wrap {
    flex: 1;
    min-width: unset;
  }
}
@media only screen and (max-width: 834px) {
  .pd-section[id=cta] .form__wrap {
    min-width: 450px;
  }
}
@media only screen and (max-width: 551px) {
  .pd-section[id=cta] .form__wrap {
    min-width: unset;
    width: 100%;
  }
}
.pd-section[id=cta] .form__info {
  flex: 1;
}
@media only screen and (max-width: 551px) {
  .pd-section[id=cta] .form__info .contact__info {
    text-align: center;
  }
}
.pd-section[id=cta] .form__info .contact__info__gss {
  font-size: 31px;
  font-weight: 300;
  color: #202B41;
  margin-bottom: 20px;
}
.pd-section[id=cta] .form__info .contact__info__pd {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 16px;
  font-weight: 900;
  gap: 10px;
}
.pd-section[id=cta] .form__info .contact__info__pd br {
  display: none;
}
@media only screen and (max-width: 551px) {
  .pd-section[id=cta] .form__info .contact__info__pd {
    flex-direction: column;
    gap: 20px;
  }
  .pd-section[id=cta] .form__info .contact__info__pd br {
    display: inline;
  }
}
.pd-section[id=cta] .form__info .contact__info__ic {
  display: inline-block;
}
.pd-section[id=cta] .form__info .contact__info__ic img {
  width: 38px;
  height: 38px;
  aspect-ratio: 1/1;
}
.pd-section[id=cta] .form__info .contact__info__item-group {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 551px) {
  .pd-section[id=cta] .form__info .contact__info__item-group {
    flex-direction: column;
  }
}
.pd-section[id=cta] .form__info .contact__info__item {
  flex: 1;
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  padding: 20px;
  gap: 15px;
  box-shadow: 0 20px 35px rgba(59, 120, 163, 0.1);
  transition: transform 300ms, box-shadow 300ms;
}
@media only screen and (max-width: 1280px) {
  .pd-section[id=cta] .form__info .contact__info__item {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (max-width: 834px) {
  .pd-section[id=cta] .form__info .contact__info__item {
    flex-direction: row;
  }
}
@media only screen and (max-width: 678px) {
  .pd-section[id=cta] .form__info .contact__info__item {
    flex-direction: column;
  }
}
@media only screen and (max-width: 551px) {
  .pd-section[id=cta] .form__info .contact__info__item {
    flex-direction: row;
  }
}
.pd-section[id=cta] .form__info .contact__info__item:hover {
  box-shadow: 0 25px 35px rgba(59, 120, 163, 0.2);
}
.pd-section[id=cta] .form__info .contact__info__item .item__info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  gap: 16px;
}
.pd-section[id=cta] .form__info .contact__info__item .item__info.--align-left {
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  justify-content: center;
}
.pd-section[id=cta] .form__info .contact__info__item .item__info h3 {
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
}
.pd-section[id=cta] .form__info .contact__info__item .item__info .btn__subscription {
  background: #1365B1;
  box-shadow: 0 9px 20px rgba(32, 112, 183, 0.15);
  padding: 6px 18px;
  color: #fff;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  transition: box-shadow 300ms;
}
.pd-section[id=cta] .form__info .contact__info__item .item__info .btn__subscription:hover {
  box-shadow: 0 9px 20px rgba(32, 112, 183, 0.2);
}
.pd-section[id=cta] .form__info .contact__info__item .item__info .mail-info {
  font-weight: 600;
  color: #3082D4;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(48, 130, 212, 0);
  transition: border 300ms;
}
.pd-section[id=cta] .form__info .contact__info__item .item__info .mail-info:hover {
  border-bottom: 1px solid #3082d4;
}
.pd-section[id=cta] .form__info .contact__info__item .item__qr img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
}
.pd-section[id=cta] .form__info .contact__desc {
  padding: 20px;
  border: 1px solid rgba(30, 34, 72, 0.1);
  font-size: 14px;
  line-height: 25px;
  color: #202B41;
  font-weight: 400;
  margin: 45px 0;
}

:root {
  --img-ratio: 3 / 2;
  --context-color: var(--title-color, rgba(255, 255, 255, 0.8));
  --context-color--hover: var(--title-color--hover, #fff);
  --date-color: rgba(255, 255, 255, 0.4);
  --title-font: 13px;
}

.section-latest {
  padding: 0 20px;
  background: linear-gradient(133.51deg, #20265e 10.4%, #101334 74.35%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1024px) {
  .section-latest {
    display: block;
    padding-inline: 0;
  }
}

.section__block {
  padding: 40px clamp(10px, 4%, 30px);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: space-around;
}
@media only screen and (max-width: 1024px) {
  .section__block {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.section__block:last-child {
  border-right: none;
}
.section__block__title {
  font-size: 1.75rem;
  color: var(--context-color);
  margin: 0 0 20px 0;
}
.section__block__footer {
  padding: 40px 10px 0;
  text-align: center;
}
.section__block__footer a.section__btn-more {
  line-height: 50px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  padding: 0 30px;
  border-radius: 5px;
  color: #fff;
  transition: 0.3s;
}
.section__block__footer a.section__btn-more:hover {
  background: rgba(255, 255, 255, 0.5);
}

.list.--featured {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.--general .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.--featured .list-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  --title-font: 16px;
  --img-ratio: 359 / 160;
}
.list-item__context {
  color: var(--context-color);
  line-height: 1.6;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.--featured .list-item__context, #latest-events .list-item__context {
  padding-left: 0;
}
.list-item__title {
  font-size: var(--title-font);
  color: var(--context-color);
  flex: 0 0 auto;
  transition: color 0.3s;
}
.--featured .list-item__title {
  margin-bottom: 10px;
}
.list-item__title:hover {
  color: var(--context-color--hover);
}
.list-item__summary {
  font-size: 0.75rem;
  flex: 1 1 auto;
}
.list-item__date {
  color: var(--date-color);
  font-size: 0.75rem;
}
.list-item__img {
  flex: 0 0 auto;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: var(--img-ratio);
}
.list-item__img:hover:after {
  transform: translate3d(0, 15px, 0) scale(0.9);
}
.--general .list-item__img {
  width: min(100%, 150px);
}
.--featured .list-item__img {
  width: 100%;
  margin-bottom: 20px;
}
.list-item__img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  opacity: 0.6;
  transform: translate3d(0, 10px, 0) scale(0.9);
  filter: blur(20px);
  z-index: 1;
  transition: 0.3s;
}
.list-item__img__src {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/*# sourceMappingURL=checkmarx.css.map */

