.gp1 h1 {
  font-size: 44px;
  line-height: 56px;
}

.gp1 .button span {
  color: #fff;
}

.gp1 .box-bottom p {
  margin: 32px 0;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.gp1 .box-bottom strong {
  font-weight: 600;
  color: var(--fs-color-primary);
}

.gp2 .top-text h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp2 .col-left p {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
}

.gp2 .col-left ul {
  list-style: none;
  margin: 0;
}

.gp2 .col-left ul li {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #6b7280;
  cursor: pointer;
  padding: 10px 0;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  display: flex;
  align-items: center;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.gp2 .col-left ul li:hover {
  color: #374151;
  border-color: #d1d5db;
}

.gp2 .col-left ul li.active {
  color: #111827;
  border-color: var(--fs-color-primary);
}

.gp2 .col-left ul li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%228%22%20viewBox%3D%220%200%208%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%202C0%200.895431%200.895431%200%202%200H6C7.10457%200%208%200.895431%208%202V6C8%207.10457%207.10457%208%206%208H2C0.895431%208%200%207.10457%200%206V2Z%22%20fill%3D%22%23F5C400%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateX(-6px);
  transition: all 0.3s ease;
}

.gp2 .col-left ul li.active::before {
  opacity: 1;
  transform: translateX(0);
}

.gp2 .col-right h3 {
  font-size: 35px;
  line-height: 44px;
}

.gp2 .col-right .row {
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/Frame.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 4.4%;
  margin: 0;
  margin-bottom: 48px;
}

.gp2 .col-right .row .col {
  padding: 24px;
}

.gp2 .col-right .row .col.large-6 .img {
  border-radius: 12px;
  overflow: hidden;
}

.gp2 .col-right .row .col .icon-box-left .icon-box-img,
.gp2 .col-right .row .col .icon-box-right .icon-box-img {
  max-width: 32px;
  height: 32px;
  border-radius: 4px;
}

.gp2 .col-right .icon-box {
  align-items: center;
  background-color: #f9fafb;
  border-radius: 4px;
  padding: 4px 8px 4px 4px;
  width: auto;
}

.gp2 .col-right .icon-box h4 {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

.gp2 .icon-box-left .icon-box-img + .icon-box-text {
  padding-left: 8px;
}

.gp3.home_trust h2 {
  color: #fff;
}

.gp3 .flickity-page-dots .dot.is-selected {
  background-color: var(--fs-color-secondary) !important;
}

.gp4 h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp4 .icon-box {
  border: 1px solid #e5e7eb;
  padding: 32px;
  border-radius: 12px;
}

.gp4 .icon-box .icon-box-img {
  margin-bottom: 64px;
}

.gp4 .icon-box h3 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}

.gp5 h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp5 .box-badge .box-text {
  bottom: 12px;
  width: calc(100% - 24px);
  left: 12px;
  background-color: var(--fs-color-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.gp5 .box-badge .box-text h3 {
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}

.row-sliders .splide {
  padding: 0 15px;
}

.row-sliders .splide__slide .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.row-sliders-2 .splide__arrow,
.row-sliders .splide__arrow {
  width: 20px;
  height: 20px;
  min-height: unset;
  background-color: var(--fs-color-secondary);
  margin: 0;
  min-width: unset;
  opacity: 1;
  line-height: 1;
  padding-left: 1px;
}

.gp5 .main-button.button {
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.gp5 .main-button.button span {
  color: #fff;
}

.gp6 h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp6 .icon-box {
  padding: 32px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #fff;
}

.gp6 .icon-box .icon-box-img {
  margin-bottom: 48px;
}

.gp7 .row-icon .icon-box {
  background-color: var(--fs-color-primary);
  padding: 64px 24px;
  height: 100%;
}

.gp7 .row-icon .col-inner {
  height: 100%;
}

.gp7 .row-icon .col-two .icon-box {
  background-color: #000985;
  height: 100%;
}

.gp7 .row-icon .icon-box-center .icon-box-img {
  margin-bottom: 24px;
}

.gp7 .row-icon .icon-box h3 {
  color: #fff;
}

.gp7 .col-text .col-inner {
  padding: 64px;
}

.gp7 .col-text .img {
  max-width: 100px !important;
  margin-bottom: 48px;
}

.gp7 .col-text h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp8 h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp8 .row.row-collapse {
  background-color: #fffdf0;
  border-radius: 16px;
}

.gp8 .col-right .col-inner {
  padding: 48px;
}

.gp8 .col-right .icon-box:not(:last-child) {
  margin-bottom: 32px;
}

.gp8 .col-right .icon-box h3 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}

.gp8 .col-right .icon-box p {
  font-size: 14px;
  line-height: 22px;
}

.gp9 h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 60px;
}

.gp9 .box-image {
  border-radius: 12px;
  overflow: hidden;
}

.gp9 .box-text {
  padding: 24px 12px;
}

.gp9 .box-text h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}

.gp9 .box-text p {
  font-size: 16px;
}

.row.row-sliders-2 {
  padding: 0 15px;
}

.row-sliders-2 .col {
  flex-basis: 100%;
  max-width: 100%;
  padding: 0;
}

.row-sliders-2 .splide__arrow {
  width: 20px;
  height: 20px;
  min-height: unset;
  background-color: var(--fs-color-secondary);
  margin: 0;
}

.gp10 h2 {
  font-size: 44px;
  line-height: 56px;
  margin-bottom: 48px;
}

.gp10 .col-left .col-inner {
  padding-right: 48px;
}

.gp10 .col-right .box-top h3 {
  border: 1px solid #f5c400;
  background-color: #fffdf0;
  padding: 24px;
  border-radius: 12px;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.gp10 .col-right .box-center .col-inner {
  background-color: #ffffff;
  padding: 24px;
  border-radius: 12px;
}

.gp10 .col-right .box-center .col-inner p {
  margin-bottom: 32px;
}

.gp10 .col-right .box-center .col-inner h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0;
}

.gp11.home_trend .col-imgs .col-inner {
  padding-top: 84%;
}

.gp11.home_trend .col-tabs .icon-box.active {
  background: transparent !important;
}

.gp11.home_trend .col-tabs .icon-box.active h3 {
  color: var(--fs-color-primary);
}

.gp11.home_trend .col-tabs .icon-box.active p {
  color: #111827;
}

.gp11.home_trend .col-tabs .icon-box {
  padding-left: 0;
  padding-right: 0;
}

.gp11.home_trend .col-tabs .icon-box.active::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10%2024H38%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M24%2010L38%2024L24%2038%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center;
  background-size: contain;
}

.gp12 .col-text .col-inner {
  padding-left: 48px;
}

.gp12 .col-text h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp12 .col-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gp12 .col-text ul li {
  margin: 0 0 12px 0;
  position: relative;
  padding-left: 28px;
}

.gp12 .col-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6663%205L7.49967%2014.1667L3.33301%2010%22%20stroke%3D%22%23162DB0%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center;
  background-size: contain;
}

.gp13 h2 {
  font-size: 44px;
  line-height: 56px;
}

.feature_list .row {
  cursor: pointer;
}

.feature_list p {
  margin: 0;
}

.feature_list h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
  transition: color 0.3s ease;
}

.feature_list .nb4 .col-inner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014L34%2034%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M34%2014V34H14%22%20stroke%3D%22%23111827%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center;
  background-size: contain;
  transition: background 0.3s ease;
}

.feature_list .item-content {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.feature_list .nb3 .img {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.feature_list .row:hover h3 {
  color: var(--fs-color-primary);
}

.feature_list .active h3 {
  color: var(--fs-color-primary);
  margin-bottom: 24px;
}

.feature_list .active .item-content {
  opacity: 1;
  height: auto;
}

.feature_list .active .nb3 .img {
  opacity: 1;
  height: auto;
}

.feature_list .active .nb4 .col-inner::before {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2248%22%20height%3D%2248%22%20viewBox%3D%220%200%2048%2048%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M14%2014H34V34%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M14%2034L34%2014%22%20stroke%3D%22%23F5C400%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E")
    no-repeat center;
}

.feature_list .col {
  padding-bottom: 0 !important;
}

.feature_list .row.row-small {
  padding: 24px 0;
  border-top: 1px solid #e5e7eb;
}

.gp14 h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp15 h2 {
  font-size: 44px;
  line-height: 56px;
}

.gp15 .box-badge {
  border-radius: 12px;
  overflow: hidden;
}

.gp15 .box-badge .box-text {
  position: absolute;
  bottom: 0;
  background-color: transparent;
  padding: 24px;
  min-height: 180px;
  display: flex;
  align-items: end;
  background: linear-gradient(180deg, rgba(22, 45, 176, 0) 0%, #162db0 100%);
}

.gp15 .box-badge .box-text h3 {
  color: #fff;
}

.gp16 h2 {
  font-size: 44px;
  line-height: 56px;
  text-align: center;
}

.gp16 .box-1 .col-inner {
  background-color: #162db0;
  padding: 32px;
  border-radius: 12px;
}

.gp16 .box-1 h3 {
  font-size: 35px;
  line-height: 44px;
  color: #fff;
}

.gp16 .box-1 .col-inner .icon-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}

.gp16 .box-2 h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 24px;
}

.gp16 .box-2 .box-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  cursor: pointer;
  margin-bottom: 24px;
}

.gp16 .box-2 .box-numbers::after {
  content: "";
  width: 100%;
  height: 2px;
  border: 1px solid;
  border-image-source: linear-gradient(
    90deg,
    rgba(209, 213, 219, 0) 0%,
    #d1d5db 50%,
    #ffee43 100%
  );
  border-image-slice: 1;
  z-index: 1;
  position: absolute;
}

.gp16 .box-2 .box-number {
  width: 34px;
  height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  background-color: #fff;
  z-index: 2;
}

.gp16 .box-2 .box-number p {
  margin: 0;
  text-align: center;
  line-height: 32px;
  opacity: 0;
}

.gp16 .box-2 .box-number.active {
  background-color: #ffee43;
  border-color: #ffee43;
}

.gp16 .box-2 .box-number.active p {
  opacity: 1;
}

.gp16 .box-3 .box-item {
  background-color: #ffee43;
  padding: 32px;
  border-radius: 12px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 415px;
}

.gp16 .box-3 .box-item .img {
  max-width: 100px;
}

.gp16 .box-3 .box-item h4 {
  font-size: 22px;
  line-height: 30px;
}

.gp16 .box-3 .box-item .step-number {
  position: absolute;
  top: 32px;
  right: 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.gp16 .box-3 .box-item .step-number p {
  color: var(--fs-color-primary);
  margin: 0;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .gp1 h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .gp2 .top-text h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0;
  }

  .gp2 .col-left ul {
    overflow: auto;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-flow: unset;
    gap: 16px;
  }

  .gp2 .col-left ul {
    flex-wrap: wrap;
  }

  .gp2 .col-left ul li {
    font-size: 14px;
    width: 100%;
  }

  .gp2 .col-right h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .gp2 .col-right .row {
    padding-top: 10%;
    background: url(/wp-content/uploads/Frame-1.png) no-repeat center center;
    background-size: 100% 100%;
  }

  .gp2 .col-right .row .col {
    padding: 16px;
  }

  .gp2 .col-right .row .col p {
    margin-bottom: 0;
  }

  .gp2 .col-right .row .large-12 .stack {
    overflow: auto;
    display: flex;
    overflow-x: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    flex-flow: unset;
  }

  .gp2 .col-right .icon-box {
    flex: 0 0 auto;
  }

  .gp5,
  .gp6,
  .gp8,
  .home_trust,
  .gp9,
  .gp10,
  .gp12,
  .gp16 {
    padding: 60px 0 !important;
  }

  .gp6 {
    border-bottom: 1px solid #e5e7eb;
  }

  .gp5 h2,
  .gp6 h2,
  .gp8 h2,
  .gp9 h2,
  .gp10 h2,
  .gp12 h2,
  .gp16 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .gp9 .home_prd {
    padding: 0 15px !important;
  }

  .home_prd .box-mess h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .gp10 .col-left .col-inner {
    padding-right: 0;
  }

  .gp12 .col-text .col-inner {
    padding-left: 0;
  }

  .feature_list .col.nb3 .img {
    width: 100% !important;
  }

  .feature_list h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .feature_list .col.nb4 {
    position: absolute;
  }

  .gp8 .col-right .col-inner {
    padding: 15px;
  }

  h3,
  h4 {
    font-size: 18px;
  }
}
