:root {
  --color-style--background: #fafafa;
  --font-family--paragraph: Light, Arial, sans-serif;
  --color-style--paragraph: #6b6b6b;
  --font-family--heading: Normal, Arial, sans-serif;
  --color-style--heading: #0f0f0f;
  --color-style--transparent: transparent;
  --color-style--primary: #e66141;
  --white-color--900: white;
  --section-gap--large: 100px;
  --section-gap--medium: 75px;
  --section-gap--small: 50px;
  --white-color--500: #d9d9d9;
  --white-color--700: whitesmoke;
  --white-color--600: #e6e6e6;
  --white-color--800: #fafafa
}

body {
  background-color: var(--color-style--background);
  font-family: var(--font-family--paragraph);
  color: var(--color-style--paragraph);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%
}

h1 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 92px;
  line-height: 110%
}

h2 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%
}

h3 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 120%
}

h4 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  line-height: 130%
}

h5 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 135%
}

h6 {
  font-family: var(--font-family--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 140%
}

p {
  margin-bottom: 0
}

a {
  text-decoration: underline
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3
}

@media screen and (max-width:991px) {
  .w-layout-blockcontainer {
    max-width: 728px
  }
}

@media screen and (max-width:767px) {
  .w-layout-blockcontainer {
    max-width: none
  }
}

.page-wrapper {
  overflow: clip
}

.header-menu-button-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.header-brand {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--color-style--heading);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 120px;
  font-family: Medium, Arial, sans-serif;
  font-size: 30px;
  line-height: 100%;
  text-decoration: none
}

.header-section {
  background-color: var(--color-style--transparent);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0
}

.default-text {
  position: relative
}

.container-default {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

.button {
  border: 1px solid var(--color-style--primary);
  background-color: var(--color-style--primary);
  color: var(--white-color--900);
  letter-spacing: .16px;
  justify-content: center;
  align-items: center;
  padding: 15px 60px;
  line-height: 20px;
  text-decoration: none;
  transition: color .5s ease-out, border-color .5s, background-color .5s ease-in-out;
  display: inline-flex;
  position: relative;
  overflow: hidden
}

.button:where(.w-variant-307793d2-db11-6968-4c0f-5a8d518cd2bc) {
  background-color: var(--color-style--transparent);
  color: var(--color-style--primary)
}

.button:where(.w-variant-81bd8fbd-dfb5-22b0-dc15-57fa3d05ce22) {
  border-color: var(--color-style--heading);
  background-color: var(--color-style--heading);
  padding-left: 35px;
  padding-right: 35px
}

.button:where(.w-variant-1f50b312-c025-24d1-9300-6b8f15f9d005) {
  border-color: var(--color-style--heading);
  background-color: var(--color-style--transparent);
  color: var(--color-style--heading)
}

.button:where(.w-variant-115e3baa-09d2-0169-07ce-2337d1fb7f9f) {
  border-color: var(--white-color--900);
  background-color: var(--white-color--900);
  color: var(--color-style--heading)
}

.button:where(.w-variant-33b90c5d-52e2-ef2d-ebd3-a1fa903d5a09) {
  border-color: var(--white-color--900);
  background-color: var(--color-style--transparent);
  color: var(--white-color--900)
}

.button:where(.w-variant-f3ed88dd-38a6-dc43-eb4c-fc70db7bdd5f) {
  border-color: var(--white-color--900);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--color-style--heading);
  background-color: #ffffff1a
}

.button:hover:where(.w-variant-307793d2-db11-6968-4c0f-5a8d518cd2bc) {
  background-color: var(--color-style--primary);
  color: var(--white-color--900)
}

.button:hover:where(.w-variant-1f50b312-c025-24d1-9300-6b8f15f9d005) {
  background-color: var(--color-style--heading);
  color: var(--white-color--900)
}

.button:hover:where(.w-variant-33b90c5d-52e2-ef2d-ebd3-a1fa903d5a09) {
  border-color: var(--color-style--primary);
  background-color: var(--color-style--primary);
  color: var(--white-color--900)
}

.bottom {
  background-color: #101010;
  width: 25px;
  height: 2px
}

.header-nav-link {
  letter-spacing: .128px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  transition: color .5s, text-decoration-color .5s ease-in-out
}

.header-nav-link:hover,
.header-nav-link.w--current {
  color: var(--color-style--primary);
  -webkit-text-decoration-color: var(--color-style--primary);
  text-decoration-color: var(--color-style--primary)
}

.middle {
  background-color: #101010;
  width: 25px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px
}

.header-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex
}

.header-menu {
  width: 100%
}

.top {
  background-color: #101010;
  width: 25px;
  height: 2px
}

.header-menu-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex
}

.header-menu-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.header-button {
  display: none
}

.button-wrap {
  height: 20px;
  overflow: hidden
}

.header-btn-link {
  display: none
}

.home-section {
  background-image: url('image/hen1.png'), url('image/bg.avif'), url('image/bg-full.avif');
  background-position: 100% 0, 100% 0, 50%;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto 90%, auto 90%, cover;
  padding-top: 154px;
  padding-bottom: 110px
}

.home-text-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex
}

.home-left-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.home-right-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.home-subtitle-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-image: linear-gradient(90deg, var(--white-color--900), var(--color-style--heading));
  color: var(--white-color--900);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding: 4px 8px;
  display: flex
}

.home-title-block {
  margin-bottom: 16px
}

.home-title {
  font-family: var(--font-family--heading);
  color: var(--color-style--heading);
  width: 100%;
  max-width: 575px;
  font-size: 72px;
  line-height: 110%
}

.home-except-block {
  margin-bottom: 60px
}

.home-except-except {
  width: 100%;
  max-width: 500px
}

.home-button-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.home-button-wrap {
  flex: none
}

.home-review-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.home-review-image._02,
.home-review-image._03 {
  margin-left: -10px
}

.home-review-image {
  border: 2px solid var(--white-color--900);
  border-radius: 100%;
  width: 40px;
  height: 40px
}

.home-review-image._02,
.home-review-image._03,
.home-review-image._02,
.home-review-image._03 {
  margin-left: -10px
}

.home-review-text.dark {
  color: var(--color-style--heading)
}

.category-section {
  margin-top: -50px
}

.category-block {
  display: flex
}

.category-wrap {
  flex: none
}

.home-link-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.home-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-style--primary);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex
}

.home-link-icon {
  width: 24px
}

.category-list {
  display: flex
}

.category-item {
  flex: none;
  margin-right: 24px
}

.category-link {
  font-family: var(--font-family--heading);
  color: var(--color-style--heading);
  text-underline-offset: 5px;
  text-decoration: none;
  -webkit-text-decoration-color: var(--color-style--transparent);
  text-decoration-color: var(--color-style--transparent);
  background-image: url('image/frame.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 100px;
  font-size: 24px;
  line-height: 135%;
  transition: text-decoration-color .5s;
  display: flex
}

.category-link:hover {
  -webkit-text-decoration-color: var(--color-style--heading);
  text-decoration-color: var(--color-style--heading)
}

.about-section {
  background-position: 100%, 0%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto
}

.section-gap {
  padding-top: var(--section-gap--large);
  padding-bottom: var(--section-gap--large)
}

.section-gap.bottom-gap {
  padding-top: 0
}

.section-gap.top-gap {
  padding-bottom: 0
}

.subtitle-block {
  margin-bottom: 24px
}

.subtitle-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color-style--primary);
  justify-content: center;
  align-items: center;
  display: flex
}

.subtitle-wrap:where(.w-variant-8fe8d5e4-a495-25e9-a6e6-78243cc93fef) {
  justify-content: flex-start;
  align-items: center
}

.subtitle-wrap:where(.w-variant-d2cfee87-050b-550a-3e4b-79b8da42caca) {
  justify-content: flex-end;
  align-items: center
}

.subtitle-wrap:where(.w-variant-03105d9d-2301-b60e-14dc-1831cea2eaf2) {
  color: var(--white-color--900);
  justify-content: flex-start;
  align-items: center
}

.subtitle-icon {
  width: 24px
}

.subtitle-text {
  font-family: Light, Arial, sans-serif
}

.about-text-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex
}

.about-text {
  color: var(--color-style--heading);
  text-align: center;
  width: 100%;
  max-width: 1100px
}

.about-video-block {
  perspective: 1000px;
  perspective-origin: 50%;
  width: 100%;
  max-width: 900px;
  height: 425px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.about-video-button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%
}

.about-play-state {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex
}

.about-pause-state {
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex
}

.about-review-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 60px;
  display: flex
}

.about-review-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 270px;
  display: flex
}

.about-review-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex
}

.about-review-title {
  color: var(--color-style--heading)
}

.about-button-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex
}

.section-text-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .45fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 40px;
  display: grid
}

.section-except.white {
  color: var(--white-color--500)
}

.section-except.space {
  margin-bottom: 24px
}

.section-title {
  color: var(--color-style--heading)
}

.section-title.white {
  color: var(--white-color--900)
}

.service-list {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative
}

.service-item {
  position: sticky;
  top: 40px
}

.service-content {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 3.5fr 2.5fr;
  grid-auto-columns: 1fr;
  padding: 50px 30px;
  display: grid;
  position: relative
}

.service-text-block,
.service-tag-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex
}

.service-number,
.service-title-block {
  color: var(--color-style--heading)
}

.service-name {
  font-family: var(--font-family--heading);
  font-size: 60px;
  line-height: 120%
}

.service-image {
  box-shadow: none;
  transition: box-shadow .5s;
  transform: rotate(15deg)
}

.service-image:hover {
  box-shadow: -8px -8px 0 0 var(--color-style--primary)
}

.service-tag-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.service-tag {
  color: var(--color-style--heading)
}

.service-button:where(.w-variant-307793d2-db11-6968-4c0f-5a8d518cd2bc) {
  background-color: var(--color-style--transparent);
  color: var(--color-style--primary)
}

.service-button:where(.w-variant-81bd8fbd-dfb5-22b0-dc15-57fa3d05ce22) {
  border-color: var(--color-style--heading);
  background-color: var(--color-style--heading)
}

.service-button:where(.w-variant-1f50b312-c025-24d1-9300-6b8f15f9d005) {
  border-color: var(--color-style--heading);
  background-color: var(--color-style--transparent);
  color: var(--color-style--heading)
}

.service-button:where(.w-variant-115e3baa-09d2-0169-07ce-2337d1fb7f9f) {
  border-color: var(--white-color--900);
  background-color: var(--white-color--900);
  color: var(--color-style--heading)
}

.service-button:where(.w-variant-33b90c5d-52e2-ef2d-ebd3-a1fa903d5a09) {
  border-color: var(--white-color--900);
  background-color: var(--color-style--transparent);
  color: var(--white-color--900)
}

.service-button:where(.w-variant-f3ed88dd-38a6-dc43-eb4c-fc70db7bdd5f) {
  border-color: var(--white-color--900);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white-color--900);
  background-color: #ffffff1a
}

.service-button:hover:where(.w-variant-307793d2-db11-6968-4c0f-5a8d518cd2bc) {
  background-color: var(--color-style--primary);
  color: var(--white-color--900)
}

.service-button:hover:where(.w-variant-1f50b312-c025-24d1-9300-6b8f15f9d005) {
  background-color: var(--color-style--heading);
  color: var(--white-color--900)
}

.service-button:hover:where(.w-variant-33b90c5d-52e2-ef2d-ebd3-a1fa903d5a09) {
  background-color: var(--white-color--900);
  color: var(--color-style--heading)
}

.service-button-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start
}

.service-overlay {
  background-image: linear-gradient(180deg, var(--color-style--background)50%, #e661411a);
  opacity: 1;
  pointer-events: none;
  position: absolute;
  inset: 0%
}

.service-post {
  background-color: var(--color-style--background);
  position: relative;
  overflow: hidden
}

.work-section {
  background-color: var(--color-style--heading)
}

.work-content-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex
}

.work-list-wrapper {
  width: 100%;
  max-width: 800px
}

.work-list-wrapper._2nd {
  margin-left: auto;
  margin-right: 0
}

.work-banner-block {
  margin-bottom: 24px;
  display: flex;
  position: relative;
  overflow: hidden
}

.work-image {
  transition: transform .5s
}

.work-image:hover {
  transform: scale(1.1)
}

.work-title-block {
  color: var(--white-color--900);
  margin-bottom: 12px;
  text-decoration: none;
  transition: color .5s, text-decoration-color .5s
}

.work-title-block:hover {
  color: var(--color-style--primary);
  -webkit-text-decoration-color: var(--color-style--primary);
  text-decoration-color: var(--color-style--primary)
}

.work-except-block {
  margin-bottom: 40px
}

.work-except {
  color: var(--white-color--500)
}

.work-button-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex
}

.work-tagged {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
  display: flex
}

.work-tag {
  color: var(--color-style--paragraph);
  background-color: #ffffffe6;
  border-radius: 100px;
  padding: 4px 8px
}

.mission-section {
  background-image: url('image/fall.png');
  background-position: 100% 170px;
  background-repeat: no-repeat;
 
  background-size: 20%;
}

.mission-text-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.mission-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-right: 1px solid #e6614133;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex
}

.mission-card.boder-none {
  border-right-style: none
}

.mission-count-num {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--color-style--primary);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden
}

.mission-count-number {
  text-align: center;
  height: 58px
}

.mission-count-title {
  font-family: Semi Bold, Arial, sans-serif;
  font-size: 58px;
  line-height: 100%
}

.mission-count-number-rev {
  height: 58px;
  transform: translateY(-1000%)
}

.mission-count-text {
  font-family: var(--font-family--heading);
  color: var(--color-style--heading);
  margin-left: 2px
}

.testimonial-section {
  background-image: linear-gradient(180deg, var(--white-color--900)50%, #e6614133)
}

.testimonial-slider {
  background-color: var(--color-style--transparent);
  width: 100%;
  height: auto;
  padding-bottom: 100px
}

.testimonial-mask {
  width: 60%;
  height: auto;
  overflow: visible
}

.testimonial-arrow {
  border: 1px solid var(--color-style--primary);
  color: var(--color-style--primary);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 65px;
  margin: auto 0 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: color .5s, background-color .5s;

  bottom: 0;
  right: 0
}

.testimonial-arrow:hover {
  background-color: var(--color-style--primary);
  color: var(--white-color--900)
}

.testimonial-arrow.left {
  margin-right: 114px
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  padding-right: 24px
}

.testimonial-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: var(--white-color--900);
  flex-flow: column;
  padding: 32px;
  display: flex
}

.testimonial-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex
}

.testimonial-image-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex
}

.testimonial-logo-block {
  justify-content: space-between;
  align-items: center;
  display: flex
}

.testimonial-image {
  width: 190px
}

.testimonial-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex
}

.testimonial-name {
  font-family: var(--font-family--heading);
  color: var(--color-style--heading)
}

.testimonial-text {
  color: var(--color-style--paragraph)
}

.faq-content-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex
}

.faq-image-block {
  flex: none;
  width: 100%;
  max-width: 410px;
  position: relative;
  overflow: hidden
}

.faq-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex
}

.faq-image {
  width: 100%;
  height: 100%
}

.faq-card {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 30px
}

.faq-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white-color--900);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  display: flex;
  position: relative
}

.faq-title {
  color: var(--color-style--primary)
}

.faq-except {
  margin-bottom: 20px
}

.faq-question-wrapper {
  color: #000;
  cursor: pointer;
  flex-direction: column;
  text-decoration: none
}

.faq-question-block {

  justify-content: space-between;
  padding: 0 0 24px;
  font-size: 19.2px;
  font-weight: 500;
  line-height: 29px;
  text-decoration: none;
  display: flex;
}



.faq-question-text {
  font-family: var(--font-family--heading);
  white-space: normal
}

.faq-icon-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative
}

.faq-plus-icon {
  z-index: 10;
  width: 24px;
  position: absolute
}

.faq-minus-icon {
  width: 24px
}

.faq-answer-block {
  background-color: #0000;
  font-size: 16px;
  line-height: 28.8px;
  display: block;
  position: static;
  overflow: hidden
}

.faq-answer-text {
  margin-bottom: 24px
}

.blog-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid
}

.blog-image-block {
  width: 100%;
  height: 270px;
  margin-bottom: 24px;
  display: flex;
  overflow: hidden
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%
}

.blog-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex
}

.blog-info-text {
  font-family: var(--font-family--heading);
  font-size: 14px;
  line-height: 150%
}

.blog-info-dot {
  background-color: var(--color-style--paragraph);
  border-radius: 100%;
  width: 4px;
  height: 4px
}

.blog-name {
  font-family: var(--font-family--heading);
  color: var(--color-style--heading);
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 140%;
  text-decoration: none;
  transition: color .5s
}

.blog-name:hover {
  color: var(--color-style--primary)
}

.footer-section {
  background-image: url('image/footer.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 20px
}

.footer-cta-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  display: flex
}

.footer-nav-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
  position: relative
}

.footer-cta-title {
  font-family: var(--font-family--heading);
  color: var(--white-color--900);
  letter-spacing: -3.28px;
  width: 100%;
  max-width: 600px;
  font-size: 82px;
  line-height: 120%
}

.footer-cta-link {
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  color: var(--white-color--900);
  background-color: #ffffff1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 108px;
  text-decoration: none;
  transition: background-color .5s;
  display: flex
}

.footer-cta-link:hover {
  background-color: var(--color-style--primary)
}

.footer-brand-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex
}

.footer-menu-block {
  grid-column-gap: 114px;
  grid-row-gap: 114px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid
}

.footer-brand-wrap {
  width: 100%;
  max-width: 360px
}

.footer-social-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.footer-brand {
  color: var(--white-color--900);
  margin-bottom: 16px;
  font-family: Medium, Arial, sans-serif;
  font-size: 30px;
  font-weight: 500
}

.footer-text {
  font-family: var(--font-family--heading);
  color: var(--white-color--900);
  margin-bottom: 8px
}

.footer-except {
  color: var(--white-color--500)
}

.footer-social-text {
  font-family: var(--font-family--heading);
  color: var(--white-color--900);
  font-size: 16px
}

.footer-social-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex
}

.footer-social-icon {
  background-color: var(--white-color--900);
  color: var(--color-style--primary);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex
}

.footer-menu-text {
  font-family: var(--font-family--heading);
  color: var(--white-color--900);
  font-size: 16px
}

.footer-menu-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.footer-menu-link {
  color: var(--white-color--900);
  font-size: 16px;
  text-decoration: none
}

.footer-menu-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex
}

.footer-copy-block {
  justify-content: center;
  align-items: center;
  display: flex
}

.footer-copy-text {
  color: var(--white-color--900);
  font-size: 16px
}

.footer-watermark {
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%
}

.footer-watermark-logo {
  width: 35vw
}

.about-video {
  width: 100%;
  height: 100%
}

.work-bg {
  background-color: var(--color-style--heading);

  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%
}

.work-bg.right {
  left: auto;
  right: 0%
}

.arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--white-color--900)
}

@media screen and (min-width:1280px) {
  .container-default {
    padding-left: 0;
    padding-right: 0
  }

  .faq-image-block {
    max-width: 435px
  }

  .footer-cta-title {
    letter-spacing: -3.88px;
    max-width: 700px;
    font-size: 97px
  }

  .footer-cta-link {
    width: 280px;
    height: 133px
  }
}

@media screen and (min-width:1440px) {
  body {
    font-size: 18px
  }

  h5 {
    font-size: 24px
  }

  h6 {
    font-size: 20px
  }

  .container-default {
    max-width: 1360px
  }

  .button {
    line-height: 22px
  }

  .header-block {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .button-wrap {
    height: 24px;
    line-height: 24px
  }

  .home-section {
    background-size: auto 95%, auto 90%, cover
  }

  .home-title {
    max-width: 700px;
    font-size: 92px
  }

  .about-text-block {
    margin-bottom: 60px
  }

  .about-video-block {
    margin-bottom: 80px
  }

  .about-review-block {
    margin-bottom: 80px
  }

  .about-review-card {
    max-width: 300px
  }

  .section-text-block {
    grid-column-gap: 175px;
    grid-row-gap: 175px;
    margin-bottom: 60px
  }

  .work-list-wrapper {
    max-width: 900px
  }

  .work-list-wrapper._2nd {
    margin-left: auto;
    margin-right: 0
  }

  .work-except-block {
    margin-bottom: 60px
  }

  .mission-count-number {
    height: 68px
  }

  .mission-count-title {
    font-size: 68px
  }

  .mission-count-number-rev {
    height: 68px
  }

  .mission-count-text {
    font-size: 18px
  }

  .faq-content-block {
    grid-column-gap: 100px;
    grid-row-gap: 100px
  }

  .faq-image-block {
    max-width: 460px
  }

  .blog-image-block {
    height: 320px
  }

  .blog-name {
    font-size: 30px;
    line-height: 130%
  }

  .footer-cta-block {
    margin-bottom: 120px
  }

  .footer-cta-title {
    letter-spacing: -4.48px;
    max-width: 800px;
    font-size: 112px
  }

  .footer-cta-link {
    width: 330px;
    height: 158px
  }
}

@media screen and (min-width:1920px) {

  .home-section {
    padding-top: 194px;
    padding-bottom: 170px
  }

  .home-text-block,
  .about-text-block {
    margin-bottom: 60px
  }

  .footer-nav-block {
    margin-bottom: 140px
  }

  .footer-watermark-logo {
    width: 32vw
  }
}

@media screen and (max-width:991px) {
  h1 {
    font-size: 72px
  }

  h2 {
    font-size: 40px
  }

  h3 {
    font-size: 34px
  }

  h4 {
    font-size: 26px
  }

  h5 {
    font-size: 21px
  }

  h6 {
    font-size: 17px
  }

  .header-button {
    background-color: var(--color-style--background);
    border-radius: 4px;
    padding: 10px 8px
  }

  .container-default {
    max-width: 768px
  }

  .header-block {
    padding-top: 15px;
    padding-bottom: 15px
  }

  .header-menu {
    background-color: var(--color-style--background);
    padding-top: 40px;
    padding-bottom: 60px
  }

  .top {
    flex: none
  }

  .header-menu-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px
  }

  .header-menu-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start
  }

  .header-button-wrap {
    display: none
  }

  .header-btn-link {
    display: block
  }

  .home-section {
    background-size: auto 40%, auto 40%, cover;
    padding-top: 126px
  }

  .home-right-block {
    display: none
  }

  .home-title {
    max-width: 550px;
    font-size: 72px
  }

  .home-except-block {
    margin-bottom: 40px
  }

  .section-gap {
    padding-top: var(--section-gap--medium);
    padding-bottom: var(--section-gap--medium)
  }

  .subtitle-block {
    margin-bottom: 20px
  }

  .section-text-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr
  }

  .service-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid
  }

  .service-item {
    position: static
  }

  .service-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding: 30px
  }

  .service-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px
  }

  .service-image-block {
    display: none
  }

  .service-name {
    font-size: 50px
  }

  .service-tag-wrap {
    display: none
  }

  .mission-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px
  }

  .mission-count-number {
    height: 48px
  }

  .mission-count-title {
    font-size: 48px
  }

  .mission-count-number-rev {
    height: 48px
  }

  .testimonial-mask {
    width: 100%;
    overflow: hidden
  }

  .testimonial-slide {
    padding-right: 0
  }

  .faq-content-block {
    grid-template-columns: 1fr
  }

  .faq-image-block {
    display: none
  }

  .faq-question-block:hover {
    text-decoration: none
  }

  .blog-list {
    grid-template-columns: 1fr 1fr
  }

  .footer-cta-block,
  .footer-nav-block {
    margin-bottom: 60px
  }

  .footer-cta-title {
    letter-spacing: -2.48px;
    max-width: 500px;
    font-size: 62px
  }

  .footer-cta-link {
    width: 205px;
    height: 88px
  }

  .footer-menu-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px
  }

  .footer-menu-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px
  }

  .footer-menu-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px
  }

  .footer-watermark {
    display: none
  }
}

@media screen and (max-width:767px) {
  h1 {
    font-size: 52px
  }

  h2 {
    font-size: 32px
  }

  h3 {
    font-size: 27px
  }

  h4 {
    font-size: 21px
  }

  h5 {
    font-size: 18px
  }

  h6 {
    font-size: 15px
  }

  .container-default {
    max-width: 630px
  }

  .home-section {
    background-size: auto 35%, auto 35%, cover;
    padding-bottom: 72.4px
  }

  .home-title {
    max-width: 400px;
    font-size: 52px
  }

  .category-section {
    margin-top: -37.5px
  }

  .category-item {
    margin-right: 20px
  }

  .category-link {
    width: 200px;
    height: 75px;
    font-size: 18px
  }

  .section-gap {
    padding-top: var(--section-gap--small);
    padding-bottom: var(--section-gap--small)
  }

  .subtitle-block {
    margin-bottom: 15px
  }

  .about-video-block {
    height: 300px;
    margin-bottom: 40px
  }

  .about-review-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
    margin-bottom: 40px
  }

  .section-text-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr
  }

  .service-list {
    grid-template-columns: 1fr
  }

  .service-name {
    font-size: 40px
  }

  .work-except-block {
    margin-bottom: 30px
  }

  .mission-card {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 10px
  }

  .mission-count-number {
    height: 38px
  }

  .mission-count-title {
    font-size: 38px
  }

  .mission-count-number-rev {
    height: 38px
  }

  .testimonial-slider {
    padding-bottom: 70px
  }

  .testimonial-arrow {
    width: 70px;
    height: 45px
  }

  .testimonial-arrow.left {
    margin-right: 94px
  }

  .testimonial-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px
  }

  .faq-question-block {
    font-size: 18px;
    line-height: 28px
  }

  .faq-question-text {
    margin-right: 10px;
    line-height: 24px
  }

  .faq-icon-wrapper {
    flex: none
  }

  .faq-answer-text {
    width: 90%
  }

  .blog-list {
    grid-template-columns: 1fr
  }

  .footer-cta-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start
  }

  .footer-nav-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column
  }

  .footer-cta-title {
    letter-spacing: -1.68px;
    max-width: 400px;
    font-size: 42px
  }

  .footer-cta-link {
    width: 185px;
    height: 70px
  }

  .footer-brand-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px
  }

  .footer-copy-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column
  }

  .footer-copy-text {
    text-align: center
  }
}

@media screen and (max-width:479px) {
  .header-button {
  display: block
}

  .home-section {
    background-size: auto 20%, auto 20%, cover
  }

  .home-except-block {
    margin-bottom: 30px
  }

  .home-button-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column
  }

  .about-video-block {
    height: 200px
  }

  .work-tagged {
    display: none
  }

  .mission-text-block {
    grid-template-columns: 1fr
  }

  .mission-card {
    border-bottom: 1px solid #e6614133;
    border-right-style: none;
    padding-top: 20px;
    padding-bottom: 20px
  }

  .mission-card.boder-none {
    border-bottom-style: none
  }

  .testimonial-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px
  }

  .testimonial-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px
  }

  .testimonial-image {
    width: 120px
  }

  .testimonial-rating {
    display: none
  }

  .testimonial-author {
    grid-column-gap: 0px;
    grid-row-gap: 0px
  }

  .faq-question-block {
    font-size: 16px;
    line-height: 26px
  }

  .blog-image-block {
    height: 220px
  }

  .footer-nav-block {
    margin-bottom: 40px
  }

  .footer-brand-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px
  }

  .footer-social-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px
  }

  .footer-brand {
    margin-bottom: 10px
  }

  .footer-text {
    margin-bottom: 5px
  }

  .w-nav-menu {
    display: none;
  }
  .about-video-block {
  display: none;
  }
  .category-list {
    display: flex
;
}

}

.logo {
  width: 100px;
  height: 100px
}

img {
  max-width: 100%;
}

/* =========================
   Utilities replacing inline styles
   ========================= */
.align-left {
  justify-content: flex-start;
  align-items: center;
}

.align-center {
  justify-content: center;
  align-items: center;
}

.parallax-hero {
  /* decorative right block in hero */
}

.tilt-3d {
  perspective: 1000px;
  perspective-origin: 50%;
  will-change: transform;
}

.about-video-controls {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

/* Remove all inline transforms with animation classes */
.fade-in {
  opacity: 0;
  transform: translateY(12px);
}

.fade-up {
  opacity: 0;
  transform: translateY(20px);
}

.delay-1 {
  transition-delay: .1s;
}

.delay-2 {
  transition-delay: .2s;
}

.delay-3 {
  transition-delay: .3s;
}

.is-inview.fade-in,
.is-inview.fade-up {
  opacity: 1;
  transform: none;
  transition: transform .6s ease, opacity .6s ease;
}

/* Video play button hover hint */
.about-video-button {
  cursor: pointer;
}

/* Burger open state */

.w-nav-menu.is-open {
  display: block;
}

/* Testimonial slider */
#testimonialSlider {
  position: relative;
  overflow: hidden;
}

#sliderTrack {
  display: flex;
  transition: transform .5s ease;
}

.testimonial-slide {
  min-width: 100%;
  box-sizing: border-box;
}

/* FAQ accordion states */
.faq-question-wrapper .w-dropdown-list {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease;
}

.faq-question-wrapper.is-open .w-dropdown-list {
  max-height: 300px;
}

.faq-minus-icon {
  transition: opacity .2s;
}

.faq-plus-icon {
  opacity: 1;
  transition: opacity .2s;
}

.faq-question-wrapper.is-open .faq-minus-icon {
  opacity: 1;
}

.faq-question-wrapper.is-open .faq-plus-icon {
  opacity: 0;
}

/* Counter animation */
.counter .mission-count-title {
  display: inline-block;
}

/* Small tag pill */
.tag {
  background: linear-gradient(90deg, var(--white-color--900), var(--color-style--heading));
  color: var(--white-color--900);
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 12px;
  letter-spacing: .2px;
}

/* Optional hover lift */
.work-card:hover .work-image {
  transform: scale(1.05);
}

/* Accessibility focus for custom buttons/links */
button:focus-visible,
.button:focus-visible,
.header-nav-link:focus-visible {
  outline: 2px solid #3b79c3;
  outline-offset: 2px;
}