@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  background: linear-gradient(137deg, rgba(255, 255, 255, 0) 54.75%, rgba(135, 185, 216, 0.3) 79.21%);
}

.story-banner {
  height: 75vh;
  position: relative;
}
.story-banner .story-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-banner .social-list {
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
  z-index: 3;
}

.feature-sect {
  padding: 2rem 0 3rem;
}
.feature-sect .box-800 {
  padding: 0 16%;
}
.feature-sect .box-800 h1,
.feature-sect .box-800 .heading-36 {
  background: linear-gradient(93deg, #058DE0 0%, #0D50A7 99.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-sect .box-800 .heading-36 {
  font-style: italic;
}
.feature-sect .sea-man {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.feature-sect .sea-man .number {
  color: #626576;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  flex-shrink: 0;
  font-style: normal;
}
.feature-sect .sea-man .sea-man-text {
  color: #0D0D0D;
  background: none;
  background-clip: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
  font-size: 2.25rem;
  font-weight: 500;
  font-weight: 500;
  line-height: 122%;
  letter-spacing: -0.36px;
  word-break: keep-all;
}
.feature-sect .sea-man.item-2 {
  width: 100%;
  padding: 0 0 0 16%;
  margin-top: 3rem;
}
.feature-sect .rich-text {
  font-size: 1.125rem;
  font-weight: 500;
}
.feature-sect .youtube-box {
  aspect-ratio: 16/9;
}
.feature-sect .box-quote-1 {
  position: relative;
  padding: 0 0 1rem 32%;
}
.feature-sect .box-quote-1 img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.feature-sect .box-quote-1 .box-quote {
  position: absolute;
  bottom: 30px;
  left: 0;
}
.feature-sect .box-quote-1 .box-quote .icon-quote {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.feature-sect .box-quote-1 .box-quote .icon-quote p {
  margin-top: 15px;
  position: relative;
  font-weight: 600;
}
.feature-sect .box-quote-1 .box-quote .icon-quote p .quote-icon {
  display: inline-block;
  width: 42px;
  height: 27px;
  background-image: url("../../../uploads/2025/11/quote-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 6px;
}
.feature-sect .box-quote-1.item-2 {
  padding: 0 32% 0 0;
}
.feature-sect .box-quote-1.item-2 .box-quote {
  bottom: 3.125rem;
  left: auto;
  right: 3rem;
}
.feature-sect .box-quote-1.item-2 .box-quote .icon-quote {
  flex-direction: row-reverse;
  align-items: flex-end;
}
.feature-sect .box-quote-1.item-2 .box-quote .icon-quote p {
  margin-top: 0;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1920px) {
  .feature-sect .box-quote-1 {
    padding: 0 0 3rem 32%;
  }
}
@media screen and (max-width: 1023px) {
  .story-banner {
    height: 600px;
  }
  .story-banner .social-list {
    right: 20px;
  }
  .feature-sect {
    padding: 3rem 0 3rem;
  }
  .feature-sect .box-800 {
    padding: 0;
  }
  .feature-sect .sea-man {
    align-items: flex-start;
    gap: 1rem;
  }
  .feature-sect .sea-man .sea-man-text {
    font-size: 1.5rem;
  }
  .feature-sect .sea-man.item-2 {
    padding: 0;
    margin-top: 3rem;
  }
  .feature-sect .rich-text {
    font-size: 1rem;
  }
  .feature-sect .box-quote-1 {
    padding: 0 0 3rem 0;
  }
  .feature-sect .box-quote-1 .box-quote {
    bottom: 20px;
  }
  .feature-sect .box-quote-1 .box-quote .icon-quote svg {
    width: 28px;
  }
  .feature-sect .box-quote-1 .box-quote .icon-quote p {
    font-size: 1.25rem;
  }
  .feature-sect .box-quote-1.item-2 {
    padding: 0 0 6rem 0;
  }
  .feature-sect .box-quote-1.item-2 .box-quote {
    bottom: 0;
    left: auto;
    right: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .story-banner {
    margin-top: 74px;
    height: 589px;
  }
  .feature-sect {
    padding: 20px 0;
  }
  .feature-sect .sea-man {
    align-items: flex-start;
    gap: 1rem;
    margin-top: 1rem;
  }
  .feature-sect .sea-man p {
    font-size: 1.25rem !important;
  }
  .feature-sect .box-quote-1 {
    padding: 0 0 6rem 0;
  }
  .feature-sect .box-quote-1 .box-quote {
    bottom: 20px;
  }
  .feature-sect .box-quote-1 .box-quote .icon-quote svg {
    width: 24px;
  }
  .feature-sect .box-quote-1 .box-quote .icon-quote p {
    font-size: 1.25rem;
  }
  .feature-sect .box-quote-1 .box-quote .icon-quote p .quote-icon {
    margin-top: 4px;
    position: absolute;
    margin-left: 10px;
  }
  .feature-sect .box-quote-1.item-2 {
    padding: 0 0 8rem 0;
  }
}
/*# sourceMappingURL=tpl-story.css.map */
