.header-inverse {
  background: #fff;
}

main {
  margin-top: -80px;
}

.Folderinn-Banner {
  padding: 70px 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 960px) {
  .Folderinn-Banner {
    padding: 80px 0;
  }
}
.Folderinn-Banner .w-792 {
  max-width: 792px;
}
.Folderinn-Banner .title {
  color: #FFF;
  font-family: "Merriweather Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
  text-align: center;
  margin-top: 32px;
}
@media (min-width: 960px) {
  .Folderinn-Banner .title {
    font-size: 48px;
    margin-top: 40px;
  }
}
.Folderinn-Banner .desc {
  color: #FFF;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Folderinn-Banner .desc {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
.Folderinn-Banner .uk-button {
  border-radius: 60px;
  background: #F70157;
  border: 0;
  color: #FFF;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 17px 32px;
  margin-bottom: 34px;
}
@media (min-width: 960px) {
  .Folderinn-Banner .uk-button {
    margin-bottom: 54px;
  }
}
.Folderinn-Banner .img-wrap {
  perspective: 1400px;
}
.Folderinn-Banner .image-box {
  height: 170px;
  max-width: 988px;
  margin: 0 auto;
  transform: rotateX(20deg);
  transition: 0.3s ease-out;
}
@media (min-width: 960px) {
  .Folderinn-Banner .image-box {
    height: 502px;
  }
}
.Folderinn-Banner .image-box.active {
  transform: none;
}
.Folderinn-Banner .business-partners {
  margin-top: 41px;
}
@media (min-width: 960px) {
  .Folderinn-Banner .business-partners {
    margin-top: 64px;
  }
}
.Folderinn-Banner .business-partners__title {
  margin-bottom: 16px;
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 960px) {
  .Folderinn-Banner .business-partners__title {
    margin-bottom: 32px;
    font-size: 18px;
  }
}
.Folderinn-Banner .business-partners__cards-item {
  display: flex;
  justify-content: center;
}
.Folderinn-Banner .business-partners__cards-item img {
  opacity: 0.4;
}
.Folderinn-Banner .light-breadcrumb {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Folderinn-Banner .light-breadcrumb {
    margin-bottom: 23px;
  }
}
.Folderinn-Banner .uk-breadcrumb > :last-child > * {
  color: #fff !important;
}

.Folderinn-BasicFunctions {
  padding: 64px 0;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions {
    padding: 120px 0;
  }
}
.Folderinn-BasicFunctions .intro {
  max-width: 792px;
  margin: 0 auto;
  text-align: center;
}
.Folderinn-BasicFunctions .intro .title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
}
.Folderinn-BasicFunctions .intro .desc {
  margin-top: 20px;
  color: #010101;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.5;
}
.Folderinn-BasicFunctions .cards {
  margin-top: 64px;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards {
    margin-top: 120px;
  }
}
.Folderinn-BasicFunctions .cards .pin-spacer:nth-child(odd) .uk-grid {
  flex-direction: row-reverse;
}
.Folderinn-BasicFunctions .cards .card .image-box {
  height: 194px;
  position: relative;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards .card .image-box {
    height: 490px;
  }
}
.Folderinn-BasicFunctions .cards .card .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.Folderinn-BasicFunctions .cards .card:not(:first-child) {
  margin-top: 68px;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards .card:not(:first-child) {
    margin-top: 120px;
  }
}
.Folderinn-BasicFunctions .cards .card .title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards .card .title {
    margin-bottom: 99px;
  }
}
.Folderinn-BasicFunctions .cards .card ::-webkit-scrollbar {
  width: 0;
}
.Folderinn-BasicFunctions .cards .card .list {
  overflow-y: scroll;
  pointer-events: none;
  height: 500px;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards .card .list {
    height: 350px;
  }
}
.Folderinn-BasicFunctions .cards .card .list-item:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards .card .list-item {
    height: 350px;
  }
  .Folderinn-BasicFunctions .cards .card .list-item:not(:first-child) {
    margin-top: 0;
  }
}
.Folderinn-BasicFunctions .cards .card .list-title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Folderinn-BasicFunctions .cards .card .list-title {
    font-size: 24px;
  }
}
.Folderinn-BasicFunctions .cards .card ul {
  padding-left: 30px;
  margin: 0;
  list-style: none;
}
.Folderinn-BasicFunctions .cards .card ul li {
  color: #010101;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  position: relative;
}
.Folderinn-BasicFunctions .cards .card ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10 0C4.48583 0 0 4.48583 0 10C0 15.5142 4.48583 20 10 20C15.5142 20 20 15.5142 20 10C20 4.48583 15.5142 0 10 0ZM15.1667 8.76L11.4783 12.3808C10.8258 13.0208 9.98583 13.34 9.145 13.34C8.31333 13.34 7.48167 13.0267 6.83167 12.3992L5.24917 10.8433C4.92083 10.5208 4.91667 9.99333 5.23917 9.665C5.56083 9.33583 6.09 9.33167 6.4175 9.655L7.995 11.2058C8.64167 11.8308 9.6625 11.8275 10.3125 11.1908L14 7.57083C14.3275 7.2475 14.8533 7.25333 15.1783 7.58167C15.5008 7.91 15.4958 8.4375 15.1667 8.76Z' fill='%23DEE4E7'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}
.Folderinn-BasicFunctions .cards .card ul li:not(:first-child) {
  margin-top: 14px;
}

.Folderinn-About {
  background: #F8FAFB;
  padding: 64px 0;
}
@media (min-width: 960px) {
  .Folderinn-About {
    padding: 120px 0;
  }
}
.Folderinn-About .intro {
  max-width: 792px;
  margin: 0 auto;
  text-align: center;
}
.Folderinn-About .intro .title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
}
@media (min-width: 960px) {
  .Folderinn-About .intro .title {
    font-size: 48px;
  }
}
.Folderinn-About .intro .desc {
  margin-top: 24px;
  color: #787878;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.Folderinn-About .cards {
  margin-top: 48px;
}
@media (min-width: 960px) {
  .Folderinn-About .cards {
    margin-top: 80px;
  }
}
.Folderinn-About .cards .card:not(:first-child) {
  margin-top: 64px;
}
@media (min-width: 960px) {
  .Folderinn-About .cards .card:not(:first-child) {
    margin-top: 120px;
  }
}
.Folderinn-About .cards .card .card-title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Folderinn-About .cards .card .card-title {
    margin-bottom: 64px;
  }
}
.Folderinn-About .inner-cards .inner-card.uk-grid-margin {
  margin-top: 28px;
}
@media (min-width: 960px) {
  .Folderinn-About .inner-cards .inner-card.uk-grid-margin {
    margin-top: 28px;
  }
}
.Folderinn-About .inner-cards .inner-card .inner-title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 12px;
}
.Folderinn-About .inner-cards .inner-card img {
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .Folderinn-About .inner-cards .inner-card img {
    margin-bottom: 48px;
  }
}
.Folderinn-About .inner-cards .inner-card .inner-desc {
  color: rgba(1, 1, 1, 0.7);
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}

.Folderinn-SuccessfulStories {
  padding-bottom: 64px;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Folderinn-SuccessfulStories {
    padding-bottom: 120px;
  }
}
.Folderinn-SuccessfulStories .swiper {
  overflow: unset;
}
.Folderinn-SuccessfulStories .heading {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .Folderinn-SuccessfulStories .heading {
    margin-bottom: 64px;
  }
}
.Folderinn-SuccessfulStories .heading .wrapper {
  max-width: 588px;
}
.Folderinn-SuccessfulStories .heading .wrapper .section-title {
  color: #000;
  font-family: "Merriweather Sans";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
  margin-bottom: 16px;
}
.Folderinn-SuccessfulStories .heading .wrapper .section-desc {
  color: #787878;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (min-width: 960px) {
  .Folderinn-SuccessfulStories .heading .wrapper .section-desc {
    font-size: 18px;
  }
}
.Folderinn-SuccessfulStories .heading .arrow-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.Folderinn-SuccessfulStories .card {
  padding: 24px;
  border-radius: 12px;
}
@media (min-width: 960px) {
  .Folderinn-SuccessfulStories .card {
    padding: 48px 32px;
  }
}
.Folderinn-SuccessfulStories .card .desc {
  color: #000;
  font-family: Lato;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  opacity: 0.7;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Folderinn-SuccessfulStories .card .desc {
    margin-bottom: 39px;
  }
}
.Folderinn-SuccessfulStories .card .writer {
  gap: 16px;
}
.Folderinn-SuccessfulStories .card .writer .writer-title {
  color: var(--prg2, #010101);
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px;
}
.Folderinn-SuccessfulStories .card .writer .writer-desc {
  color: #787878;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.Folderinn-SuccessfulStories .swiper-button-next, .Folderinn-SuccessfulStories .swiper-button-prev {
  position: initial;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.Folderinn-SuccessfulStories .swiper-button-next::after, .Folderinn-SuccessfulStories .swiper-button-prev::after {
  display: none;
}

.Folderinn-Outro {
  padding-bottom: 64px;
}
@media (min-width: 960px) {
  .Folderinn-Outro {
    padding-bottom: 120px;
  }
}
.Folderinn-Outro .card {
  padding: 40px 0;
  border-radius: 12px;
  background: #010101;
  position: relative;
  overflow: hidden;
}
@media (min-width: 960px) {
  .Folderinn-Outro .card {
    padding: 80px 0;
  }
}
.Folderinn-Outro .card .content {
  position: relative;
  z-index: 1;
}
.Folderinn-Outro .card .content .title {
  color: #fff;
  text-align: center;
  font-family: Lato;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px;
  margin-bottom: 16px;
}
@media (min-width: 960px) {
  .Folderinn-Outro .card .content .title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.Folderinn-Outro .card .content .desc {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  opacity: 0.7;
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .Folderinn-Outro .card .content .desc {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
.Folderinn-Outro .card .content .uk-button {
  border-radius: 60px;
  background: #F70157;
  border: 0;
  color: #FFF;
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 17px 32px;
}/*# sourceMappingURL=FolderInn.css.map */