@font-face {
  font-family: Chanticl;
  src: url('../fonts/chanticl.TTF') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --indian-red: #f44a66;
  --grey: #777;
  --cadet-blue: #059ab4;
  --dark-slate-blue: #354559;
  --black-2: #222;
  --super-light-grey: #fafafa;
  --white-smoke: #eaeaea;
  --dark-grey: #aaa;
  --orange: #ffaf41;
  --sienna: #b06a51;
  --light-grey: #ccc;
  --white: white;
  --black: black;
  --dark-goldenrod: #aa8745;
  --saddle-brown: #6b5326;
  --black-3: #2e2d2d;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: 18px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
}

h2 {
  letter-spacing: 12px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 700;
  line-height: 72px;
}

h3 {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
}

h5 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-top: 16px;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 32px;
}

a {
  color: #05517c;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
}

ol {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 40px;
}

li {
  font-weight: 600;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 4px none var(--indian-red);
  text-align: center;
  margin-bottom: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 28px;
  font-weight: 500;
  line-height: 48px;
}

figure {
  margin-bottom: 32px;
}

figcaption {
  color: var(--grey);
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
}

.home-hero {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/sergey-pesterev-222160.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.nav-bar-section {
  background-color: #0000;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
}

.slide-nav {
  z-index: 10;
  text-align: center;
  padding-bottom: 56px;
  font-size: 10px;
}

.wrapper {
  max-width: 1200px;
  display: block;
}

.body {
  color: #222;
  background-color: #fff;
  font-family: Raleway, sans-serif;
  font-size: 17px;
  line-height: 32px;
}

.body.about-body {
  background-color: var(--cadet-blue);
}

.body.contact-body {
  background-color: #aa8745;
}

.body.services-body {
  background-color: var(--dark-slate-blue);
}

.intro-header {
  z-index: 1;
  text-align: center;
  max-width: 970px;
  font-family: Chanticl, sans-serif;
  font-weight: 400;
  position: relative;
}

.hero-separator {
  margin-top: 24px;
  margin-bottom: 24px;
}

.intro-small-header {
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-weight: 500;
}

.brand {
  height: 88px;
  margin-left: -4px;
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link {
  color: var(--black-2);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 48px;
  transition: color .3s;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #aa8745;
}

.side-section {
  background-color: #000;
  justify-content: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
}

.side-section.about-section {
  background-color: #059ab4;
  flex-direction: row;
  position: relative;
}

.side-section.contact-section {
  background-color: #aa8745;
}

.side-section.services-section {
  background-color: var(--dark-slate-blue);
}

.side-image {
  z-index: 11;
  color: #fff;
  background-color: #0000;
  width: 40%;
  position: relative;
}

.side-image.about-side-image {
  background-image: url('../images/toa-heftiba-243283.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.side-image.contact-side-image {
  background-image: linear-gradient(#7520001a, #7520001a), url('../images/tiger.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.side-image.services-side-image {
  background-image: linear-gradient(#0c11181a, #0c11181a), url('../images/alexandru-stavrica-166342.jpg');
  background-position: 0 0, -99px;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.side-content-wrapper {
  z-index: 12;
  color: #fff;
  text-align: left;
  flex: 1;
  padding-top: 11%;
  padding-right: 39px;
  position: relative;
  overflow: scroll;
}

.side-content {
  z-index: 1;
  text-align: left;
  max-width: 770px;
  padding-top: 0;
  padding-bottom: 100px;
  padding-left: 33%;
  position: relative;
}

.side-content.about-content {
  padding-right: 12%;
}

.side-header {
  z-index: 100;
  color: #fff;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 11%;
  position: fixed;
  top: 0;
  right: 50%;
}

.side-back-text {
  color: #ffffff17;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 700;
  line-height: 160px;
  position: fixed;
  top: 30%;
  left: 64%;
}

.side-header-line {
  float: right;
  background-color: #fff;
  flex: none;
  width: 200px;
  height: 4px;
  margin-top: 30px;
  margin-right: 21px;
}

.gallery-button {
  z-index: 100;
  color: #fff;
  background-color: #0000004d;
  background-image: url('../images/grid-icon.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  border-radius: 24px;
  height: 48px;
  text-decoration: none;
  position: absolute;
  bottom: 24px;
  left: 24px;
  overflow: hidden;
}

.gallery-button.fixed {
  position: fixed;
}

.gallery-button-icon {
  z-index: 100;
  background-color: #fff;
  background-image: url('../images/grid-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  position: relative;
}

.gallery-button-text {
  opacity: 0;
  margin-top: -40px;
  margin-left: 64px;
  margin-right: 24px;
  font-size: 15px;
  font-weight: 600;
  display: block;
  position: relative;
}

.section {
  background-color: var(--super-light-grey);
  text-align: center;
  padding: 100px 17px;
}

.section.works-section {
  text-align: center;
  background-color: #000;
  border-top: 3px solid #aa8745;
  padding-top: 0;
  padding-bottom: 20px;
}

.section.works-section.home-works {
  padding-bottom: 0;
}

.section.white-section {
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
}

.section.service-section {
  background-image: linear-gradient(#1c2b3db3, #1c2b3db3), url('../images/soren-astrup-jorgensen-275288.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-bottom: 120px;
}

.section.subscribe-section {
  margin-top: -10px;
  padding-top: 0;
  display: none;
}

.section.work-section {
  padding-top: 0;
}

.section.more-works-section {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.gallery-section {
  padding-bottom: 0;
}

.section.more-posts-section {
  padding-bottom: 120px;
}

.section-small-header {
  color: var(--dark-grey);
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.section-separator {
  margin-top: 13px;
}

.work-card-category {
  z-index: 1;
  text-align: right;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button {
  border: 2px solid var(--white-smoke);
  color: #222;
  letter-spacing: 0;
  background-color: #0000;
  border-radius: 24px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: letter-spacing .3s;
  position: relative;
}

.button:hover {
  letter-spacing: 2px;
  background-image: none;
}

.button.big {
  border-radius: 28px;
  padding: 14px 26px;
  font-size: 17px;
}

.button.big.color-1 {
  background-color: #aa8745;
  border-color: #6b5326;
  transition-duration: .3s;
  overflow: hidden;
}

.button.big.float-right-button {
  z-index: 15;
  background-color: #fff;
  border-color: #fff;
  margin-top: 16px;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.button.big.color-3 {
  background-color: var(--black-2);
  border-color: #fff;
}

.button.color-1 {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
}

.button.subscribe-button {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: #fff;
  display: block;
}

.button.subscribe-button:hover {
  padding-right: 24px;
}

.button.split-button {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border-color: #fff;
}

.button.ghost {
  color: #fff;
  border-color: #fff;
  transition: letter-spacing .3s, background-position .3s, padding-right .3s, background-color .3s, color .3s;
}

.button.ghost:hover {
  color: var(--black-2);
  background-color: #fff;
}

.button.ghost.split-button {
  z-index: 1;
  opacity: 0;
}

.button.color-2 {
  border-color: var(--cadet-blue);
  background-color: var(--cadet-blue);
  color: #fff;
}

.button.color-3 {
  border-color: var(--orange);
  background-color: var(--orange);
  color: #fff;
}

.button.color-4 {
  border-color: var(--sienna);
  background-color: var(--sienna);
  color: #fff;
}

.button.color-5 {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.section-header-block {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-bottom: 80px;
  display: block;
}

.client-logo-container {
  background-color: #0000;
  flex-wrap: wrap;
  max-width: 770px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #00000021;
}

.client-logo {
  box-shadow: 0 0 0 1px var(--white-smoke);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 128px;
  padding: 32px;
  display: flex;
}

.client-logo:hover {
  box-shadow: 0 0 0 1px var(--white-smoke);
}

.client-logo-image {
  opacity: .9;
}

.review-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}

.review {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 2px;
  display: flex;
}

.review-text {
  max-width: 570px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.reviews {
  text-align: center;
  background-color: #0000;
  max-width: 930px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  display: block;
}

.review-author {
  color: var(--grey);
  justify-content: center;
  margin-top: 48px;
  font-size: 15px;
  line-height: 24px;
  display: flex;
}

.review-arrow-left {
  margin: auto;
  position: absolute;
  inset: 0 4px 8px 0;
}

.review-arrow-right {
  z-index: 10;
  margin: auto;
  position: absolute;
  inset: 0 0 8px 4px;
}

.review-arrow-base {
  margin: auto;
  position: absolute;
  inset: 0;
}

.review-arrow {
  background-color: #fff;
}

.review-arrow:active {
  transform: translate(0, 1px);
}

.white-text {
  color: #fff;
}

.services {
  flex-wrap: wrap;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  display: flex;
}

.service {
  color: #fff;
  text-align: left;
  border-top: 1px solid #ffffff4d;
  flex: 40%;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 40px;
  padding-left: 100px;
  position: relative;
}

.service.last {
  margin-right: 515px;
}

.service-text {
  color: var(--grey);
  margin-top: 14px;
  font-size: 14px;
  line-height: 24px;
}

.service-icon {
  background-color: #07070717;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: 28px;
  left: 0;
}

.service-color-line {
  z-index: 1;
  background-color: #aa8745;
  width: 70px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}

.call-to-action {
  display: flex;
}

.action-button {
  background-color: var(--indian-red);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 104px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.action-button.second-action {
  background-color: var(--dark-slate-blue);
}

.action-small-title {
  color: #ffffffb3;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}

.footer-section {
  border-top: 1px solid var(--white-smoke);
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-brand {
  padding: 8px 25px;
  display: inline-block;
}

.footer-social-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.dot-separator {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.dot-separator.footer-dot-separator {
  color: var(--light-grey);
  padding-top: 3px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
}

.dot-separator.hero-dot-separator {
  padding-left: 16px;
  padding-right: 16px;
}

.dot-separator.post-card-separator {
  color: var(--light-grey);
  height: 24px;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.dot-separator.licence-separator {
  float: left;
  color: var(--light-grey);
  margin-top: -15px;
  padding-left: 8px;
  padding-right: 8px;
}

.footer-social-link {
  color: var(--grey);
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  line-height: 24px;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: #aa8745;
}

.underline {
  background-color: var(--indian-red);
  opacity: .25;
  width: 100%;
  height: 5px;
  margin-top: -9px;
  position: absolute;
  left: 0;
  transform: translate(-105%);
}

.underline.post-card-category-line {
  background-color: var(--dark-slate-blue);
  margin-top: -10px;
}

.underline.hero-underline {
  opacity: 1;
  background-color: #fff;
  height: 2px;
  margin-top: -6px;
}

.underline.work-card-underline {
  width: 98%;
  height: 8px;
  margin-top: -18px;
}

.underline.nav-link-underline {
  background-color: var(--indian-red);
  opacity: .25;
  height: 5px;
  margin-top: -20px;
  position: absolute;
}

.underline.work-category-underline {
  opacity: 1;
  background-color: #fff;
  width: 98%;
  height: 2px;
  margin-top: -6px;
  position: absolute;
}

.underline.footer-underline {
  height: 4px;
  margin-top: -10px;
}

.underline.footer-social-underline {
  margin-top: -9px;
}

.underline.licence-underline {
  margin-top: -12px;
}

.copyright-text {
  color: var(--grey);
}

.page-hero-section {
  background-color: var(--dark-slate-blue);
  color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding-top: 16px;
  display: flex;
}

.page-hero-section.blog-hero {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/aaron-burden-90144.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.gallery-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/jeshoots-com-219059.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-hero-section.blog-post-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-bottom: 128px;
  position: relative;
}

.page-hero-section.work-hero {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 80px;
  position: relative;
}

.page-hero-section.works-hero {
  text-align: center;
  background-image: url('../images/tiger_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-hero-section.works-hero.hoitotuotteet {
  background-image: linear-gradient(#11111140, #11111140), url('../images/oils.jpg');
}

.page-hero-section.works-hero.galleria {
  background-image: url('../images/tiger_woman.jpg');
  background-position: 0 11%;
}

.page-hero-section.works-hero.lahjakortit {
  background-image: linear-gradient(#0808081a, #0808081a), url('../images/lahjakortti_banner.jpeg');
}

.page-hero-section.style-guide-hero {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-cheung-129841.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding-bottom: 160px;
}

.page-hero-section.licencing-hero {
  background-image: linear-gradient(#00000026, #00000026), url('../images/aaron-burden-90144.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-description-text {
  margin-top: 44px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-description-text.hoidot {
  text-align: left;
}

.works {
  flex-wrap: wrap;
  margin-top: -20px;
  margin-bottom: 60px;
  display: flex;
}

.work-card-container {
  flex: 0 auto;
  width: 50%;
  padding: 20px 15px;
  display: flex;
}

.work-card-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  transform: scale(1.08);
}

.work-card-info {
  text-align: left;
  padding: 48px 64px 26px;
  position: relative;
  overflow: hidden;
}

.work-card-header {
  z-index: 1;
  margin-top: 8px;
  position: relative;
}

.work-card-description {
  z-index: 1;
  color: var(--grey);
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 28px;
  position: relative;
}

.work-card-back-text {
  z-index: 0;
  color: #00000008;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 128px;
  font-weight: 700;
  line-height: 96px;
  position: absolute;
  top: 44px;
  left: 44%;
}

.categories-list {
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.category-link {
  border: 1px solid var(--white-smoke);
  color: var(--black-2);
  background-color: #fff;
  border-radius: 20px;
  margin: 4px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  transition: background-color .3s;
  display: inline-block;
}

.category-link:hover {
  background-color: var(--white-smoke);
}

.category-link.w--current {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.cms-categories {
  display: inline-block;
}

.categories {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-bottom: 76px;
  display: flex;
}

.gallery {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 76px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.gallery-image {
  border: 4px solid var(--super-light-grey);
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.gallery-image.small-image {
  width: 50%;
}

.gallery-image.big-image {
  width: 100%;
}

.gallery-image.medium-image {
  width: 33.3333%;
}

.gallery-column {
  flex-wrap: wrap;
  flex: 0 50%;
  display: flex;
}

.gallery-wide-column {
  width: 100%;
  display: flex;
}

.blog-posts {
  flex-wrap: wrap;
  margin-top: -20px;
  display: flex;
}

.blog-posts.more-posts {
  margin-bottom: 60px;
}

.post-card-container {
  flex-direction: row;
  flex: 0 auto;
  width: 33.3333%;
  padding: 20px 15px;
  display: flex;
}

.post-card-image {
  background-color: var(--dark-slate-blue);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  transform: scale(1.08);
}

.post-card {
  text-align: left;
  background-color: #fff;
  box-shadow: 0 1px 2px #0000001f;
}

.post-card-info {
  color: var(--black-2);
  padding: 28px 32px 20px;
  position: relative;
}

.post-card-header {
  margin-top: 11px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.post-card-date {
  color: var(--dark-grey);
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}

.post-card-category {
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  top: 1px;
  overflow: hidden;
}

.subscribe-header {
  max-width: 570px;
  margin: 34px auto 56px;
  display: block;
}

.subscribe {
  border-top: 3px solid var(--orange);
  background-color: #fff;
  max-width: 770px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: block;
  box-shadow: 0 1px 2px #0000001f;
}

.input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white-smoke);
  background-color: #0000;
  border-radius: 0;
  height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 20px;
  transition: border-color .3s;
}

.input:hover {
  border-bottom-color: var(--light-grey);
}

.input:focus {
  border-bottom-color: var(--orange);
}

.input.subscribe-input {
  background-image: url('../images/mail-icon.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  flex: 1;
  margin-bottom: 0;
  margin-right: 48px;
  padding-left: 46px;
  display: block;
}

.input.contact-input {
  color: var(--black-2);
  background-color: #fff;
  border-bottom-color: #fff;
  margin-bottom: 24px;
  padding-top: 9px;
  font-weight: 500;
}

.input.contact-input:focus {
  border-bottom-color: var(--indian-red);
}

.input.contact-input.text-field {
  height: auto;
  min-height: 200px;
  margin-bottom: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 24px;
}

.input.password-input {
  text-align: center;
  width: 300px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.subscribe-form {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.instagram-session {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-photo {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  overflow: hidden;
}

.instagram-photo.photo-01 {
  background-image: url('../images/instagram-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.instagram-photo.photo-02 {
  background-image: url('../images/instagram-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-03 {
  background-image: url('../images/instagram-03.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-04 {
  background-image: url('../images/instagram-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-05 {
  background-image: url('../images/instagram-05.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-06 {
  background-image: url('../images/instagram-06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-07 {
  background-image: url('../images/instagram-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-08 {
  background-image: url('../images/instagram-08.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-09 {
  background-image: url('../images/instagram-09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-10 {
  background-image: url('../images/instagram-10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-11 {
  background-image: url('../images/instagram-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-12 {
  background-image: url('../images/instagram-12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-13 {
  background-image: url('../images/instagram-13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-14 {
  background-image: url('../images/instagram-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-15 {
  background-image: url('../images/instagram-15.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo.photo-16 {
  background-image: url('../images/instagram-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.instagram-photo-line {
  flex-wrap: nowrap;
  display: flex;
}

.instagram-photo-block {
  text-align: center;
  position: relative;
}

.instagram-card {
  z-index: 1;
  color: var(--black-2);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin: auto;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 0;
  box-shadow: 0 1px 2px #0000001f;
}

.instagram-text {
  text-align: center;
  margin-top: 14px;
  font-size: 20px;
  line-height: 28px;
}

.hero-dark-overlay {
  z-index: 0;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.post-content {
  z-index: 10;
  text-align: left;
  background-color: #fff;
  min-height: 320px;
  margin: -260px 15px -96px;
  padding: 80px 14% 64px;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.post-content.style-page {
  margin-bottom: 20px;
  padding-top: 64px;
  padding-bottom: 80px;
}

.blog-post-header {
  z-index: 1;
  color: #fff;
  text-align: center;
  max-width: 770px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
}

.blog-post-date {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}

.work-info {
  z-index: 10;
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  margin: -120px 15px 56px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.work-info-column {
  width: 33.3333%;
  padding: 16px 40px;
}

.work-info-column.middle-block {
  border-right: 1px solid var(--white-smoke);
  border-left: 1px solid var(--white-smoke);
}

.work-info-header {
  color: var(--black-2);
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.text-block {
  color: var(--grey);
  font-size: 17px;
  line-height: 32px;
}

.menu-button {
  z-index: 100;
  letter-spacing: 3px;
  background-color: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-top: 23px;
  margin-right: 8px;
  padding: 17px 0 0 14px;
}

.menu-button.w--open {
  background-color: #fff;
}

.work-content {
  text-align: left;
  background-color: #fff;
  min-height: 280px;
  margin-top: 56px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 100px 14% 80px;
  position: relative;
  box-shadow: 0 1px 2px #0000001f;
}

.work-card {
  color: var(--black-2);
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 2px #0000001f;
}

.button-arrow {
  background-image: url('../images/arrow-black-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 26px;
  height: 16px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
}

.home-intro {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 16% 8%;
  padding-top: 32px;
  display: flex;
  position: absolute;
  inset: 0;
}

.home-slider-hero {
  background-color: var(--black-2);
  color: #fff;
  width: 100%;
  height: 100vh;
}

.slide-1 {
  background-image: url('../images/tiger_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/tiger_woman.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/oils.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/hannes-wolf-93075.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-social-icons {
  z-index: 100;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 18px;
}

.social-icon-circle {
  background-image: url('../images/half-circle-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
  position: relative;
}

.hero-slider-arrow {
  font-size: 30px;
  display: none;
}

.hero-categories {
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.hero-category {
  color: #fff;
  padding-right: 15px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
}

.hero-category:hover {
  color: #aa8745;
}

.hero-category-container {
  display: block;
}

.review-author-link {
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}

.card-image-container {
  background-color: #000;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.card-hover-icon {
  z-index: 100;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.about-social-icons {
  margin-left: -6px;
  padding-top: 8px;
  padding-bottom: 16px;
  display: flex;
}

.menu-line {
  background-color: var(--black-2);
  width: 20px;
  height: 2px;
  margin: auto;
  position: absolute;
  inset: 0;
}

.menu-line.menu-top-line {
  margin-top: 18px;
  top: 0;
}

.menu-line.menu-bottom-line {
  margin-bottom: 18px;
}

.menu-line.menu-middle-line-2 {
  margin: auto;
  position: absolute;
}

.nav-sidebar {
  background-color: #fff;
  flex-flow: row;
  align-items: flex-start;
  width: 300px;
  padding-top: 120px;
  padding-left: 40px;
  padding-right: 40px;
}

.menu-button-text {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  padding-top: 1px;
  padding-right: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.post-rich-text img {
  width: 100px;
}

.post-rich-text figure {
  margin-top: 8px;
}

.post-rich-text h2, .post-rich-text h4, .post-rich-text h5, .post-rich-text h6, .post-rich-text h3, .post-rich-text h1 {
  padding-left: 16%;
  padding-right: 16%;
}

.post-rich-text li {
  margin-left: 16%;
  margin-right: 16%;
}

.post-rich-text a:hover {
  text-decoration: underline;
}

.post-rich-text p {
  padding-left: 16%;
  padding-right: 16%;
}

.work-date {
  border-left: 4px solid var(--indian-red);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  padding-top: 14px;
  padding-left: 28px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 98px;
  left: 0;
}

.work-date-month {
  color: var(--dark-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.work-category {
  z-index: 1;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}

.page-description {
  background-color: #fff;
  max-width: none;
  margin-top: 18px;
  margin-left: -70px;
  margin-right: -70px;
  padding-bottom: 25px;
  display: block;
}

.side-image-cover {
  z-index: 1;
  opacity: 0;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.side-image-cover.contact-cover {
  background-color: #aa8745;
}

.side-image-cover.about-cover {
  background-color: var(--cadet-blue);
}

.side-image-cover.services-cover {
  background-color: var(--dark-slate-blue);
}

.contact-form-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
}

.contact-form {
  text-align: center;
  max-width: 400px;
  margin-top: -15px;
  margin-bottom: 0;
  margin-left: 40px;
  padding-left: 0;
}

.contact-info {
  z-index: 150;
  color: #fff;
  padding: 28px 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
}

.services-page {
  padding-top: 42px;
}

.hero-split {
  background-color: #000;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-split-category {
  z-index: 1;
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  transition: width .3s, flex-shrink .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.split-heading {
  z-index: 1;
  text-align: center;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: relative;
}

.split-image {
  opacity: .7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
  transform: scale(1.08);
}

.split-separator {
  z-index: 1;
  opacity: 0;
  margin-top: -40px;
  display: block;
  position: relative;
}

.gallery-preview {
  transform: scale(1.08);
}

.gallery-hover-icon {
  z-index: 1;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.style-buttons {
  text-align: center;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.style-button-container {
  flex-direction: column;
  flex: 0 auto;
  width: 33.3333%;
  padding: 16px 15px;
  display: flex;
}

.style-typography {
  border-top: 1px dashed var(--light-grey);
  border-bottom: 1px dashed var(--light-grey);
  text-align: center;
  margin-top: 64px;
  margin-bottom: 80px;
  padding-top: 72px;
  padding-bottom: 80px;
}

.copiright {
  color: var(--dark-grey);
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
  line-height: 24px;
  display: flex;
}

.footer-link {
  position: relative;
  overflow: hidden;
}

.footer-line-separator {
  padding-left: 8px;
  padding-right: 8px;
}

.post-card-info-small {
  align-items: center;
  padding-bottom: 2px;
  display: flex;
}

.action-arrow-icon {
  z-index: 1;
  opacity: 0;
  margin: auto;
  position: absolute;
  inset: 32px 0 0;
}

.action-text {
  text-align: center;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.utility-page-wrap._404 {
  background-color: var(--black-2);
  background-image: linear-gradient(#0009, #0009), url('../images/devon-janse-van-rensburg-274867.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  max-width: 300px;
  display: flex;
}

.utility-page-content._404-content {
  max-width: 570px;
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-text {
  color: #fff;
  margin-top: 37px;
}

.form-success {
  background-color: #0000;
  line-height: 28px;
}

.form-success.contact-success {
  text-align: left;
  padding-top: 44px;
}

.form-error {
  color: var(--indian-red);
  background-color: #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  line-height: 24px;
}

.form-error.contact-error {
  border-left: 4px solid var(--indian-red);
  color: #fff;
  background-color: #0003;
  margin-top: 32px;
}

.licence-card-image {
  background-color: var(--dark-slate-blue);
  height: 400px;
}

.licence-card-image.photo-licence-image {
  background-image: url('../images/photo-licence-preview.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licence-card-image.icon-licence-image {
  background-image: url('../images/icon-licence-preview.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.licence-link {
  float: left;
  margin-top: -15px;
  margin-bottom: 24px;
  display: block;
  position: relative;
  overflow: hidden;
}

.licence-card-header {
  margin-top: 0;
}

.post-card-date-and-category {
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  display: block;
}

.rich-text-block {
  text-align: center;
}

.contact-header {
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}

.rich-text-block-2 {
  text-align: center;
}

.form {
  text-align: left;
}

.contact-paragraf {
  text-align: center;
}

.alasivu {
  text-align: center;
  position: absolute;
}

.container {
  text-align: center;
}

.korostus {
  color: #6b5326;
}

.form-heading {
  text-align: center;
  font-weight: 600;
}

.henkilokunta {
  color: #6b5326;
}

.nimi {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 6px;
}

.henkilokunta-section {
  text-align: center;
}

.palvelut {
  color: #353434;
  font-size: 55px;
}

.jakaja {
  padding-top: 38px;
}

.heading-2 {
  color: var(--grey);
}

.heading-2.hoito-otsikko {
  color: #2e2d2d;
  font-family: Lato, sans-serif;
}

.bold-text {
  text-align: left;
  margin-left: 185px;
}

.heading-3 {
  color: #aa8745;
  text-align: left;
  margin-top: 47px;
  margin-left: 0;
  font-size: 45px;
}

.hoidot-paragraf {
  text-align: left;
  margin-left: 0;
  margin-right: 200px;
}

.heading-4 {
  text-align: left;
  margin-left: 0;
}

.heading-4.lahjakortti {
  color: #aa8745;
  text-align: center;
}

.heading-5 {
  color: var(--grey);
}

.div-block {
  text-align: left;
  margin-left: 170px;
  margin-right: 170px;
  padding-right: 0;
}

.image {
  text-align: center;
  margin-left: 0;
  padding-bottom: 15px;
  display: block;
}

.button-2 {
  z-index: 9999;
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  padding-top: 25px;
  font-size: 15px;
  font-weight: 600;
  display: inline;
  position: absolute;
  overflow: hidden;
}

.lahjakorttilomake {
  background-color: #000;
  margin-left: 40px;
  margin-right: 40px;
  padding: 20px 150px;
}

.form-2 {
  text-align: left;
  padding-right: 300px;
}

.form-label {
  color: #fff;
  font-weight: 400;
}

.submit-button {
  background-color: #6b5326;
}

.valitse-hoitokategoria {
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 200px;
  padding-right: 200px;
}

.kategorianappi {
  color: #fff;
  background-color: #6b5326;
}

html.w-mod-js [data-ix="fade-up-1"], html.w-mod-js [data-ix="fade-up-2"], html.w-mod-js [data-ix="fade-up-3"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="gallery-button"] {
  width: 48px;
}

html.w-mod-js [data-ix="review-arrow-left"] {
  transform: translate(-60px);
}

html.w-mod-js [data-ix="review-arrow-right"] {
  opacity: 0;
  transform: translate(60px);
}

html.w-mod-js [data-ix="side-header"], html.w-mod-js [data-ix="side-back-text"] {
  opacity: 0;
  transform: translate(100px);
}

html.w-mod-js [data-ix="side-content"] {
  opacity: 0;
  transform: translate(0, 60px);
}

html.w-mod-js [data-ix="side-header-line"] {
  opacity: 0;
  width: 1px;
}

html.w-mod-js [data-ix="side-section"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: 15px;
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 42px;
    line-height: 56px;
  }

  h3, h4 {
    font-size: 36px;
    line-height: 48px;
  }

  blockquote {
    padding: 8px 28px;
    font-size: 24px;
    line-height: 40px;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sergey-pesterev-222160.jpg');
    background-position: 0 0, 50%;
    height: 560px;
  }

  .slide-nav {
    padding-bottom: 48px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-small-header {
    font-size: 16px;
  }

  .brand {
    width: 150px;
    padding-top: 24px;
    padding-left: 8px;
    padding-right: 12px;
  }

  .side-image {
    background-image: none;
    width: 33%;
  }

  .side-image.about-side-image {
    background-position: 40% 0;
  }

  .side-image.contact-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/boris-smokrovic-131485.jpg');
    background-position: 0 0, 69%;
  }

  .side-image.services-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/alexandru-stavrica-166342.jpg');
    background-position: 0 0, 30%;
  }

  .side-content-wrapper {
    padding-top: 15%;
    padding-right: 0;
  }

  .side-content {
    padding-top: 68px;
    padding-left: 5%;
    padding-right: 8px;
  }

  .side-content.about-content {
    padding-top: 80px;
    padding-left: 18%;
  }

  .side-header {
    margin-top: 15%;
    padding-top: 4px;
    right: 60%;
  }

  .side-back-text {
    letter-spacing: 8px;
    font-size: 144px;
    top: 16%;
    left: 60%;
  }

  .side-header-line {
    width: 120px;
    margin-top: 10px;
    margin-right: 12px;
  }

  .gallery-button {
    bottom: 16px;
    left: 16px;
  }

  .section {
    padding: 80px 8px;
  }

  .section.works-section {
    padding-bottom: 20px;
  }

  .section.service-section, .section.more-works-section, .section.more-posts-section {
    padding-bottom: 80px;
  }

  .section-small-header {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-separator {
    margin-top: 5px;
  }

  .work-card-category {
    letter-spacing: 3px;
    margin-bottom: 4px;
    font-size: 13px;
  }

  .button.big.float-right-button {
    position: absolute;
    bottom: 16px;
    right: 16px;
  }

  .button.split-button {
    opacity: 1;
    margin-top: 32px;
  }

  .button.ghost.split-button {
    opacity: 1;
    margin-top: 24px;
  }

  .section-header-block {
    padding-bottom: 64px;
  }

  .client-logo-container {
    max-width: 620px;
  }

  .client-logo {
    height: 112px;
  }

  .review-avatar {
    width: 72px;
    height: 72px;
    margin-bottom: 32px;
  }

  .review {
    padding-left: 96px;
    padding-right: 96px;
  }

  .review-text {
    font-size: 20px;
    line-height: 36px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-author {
    margin-top: 40px;
  }

  .services {
    flex-direction: column;
    max-width: 700px;
    margin-bottom: 24px;
    display: flex;
    position: static;
  }

  .service {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 90px;
    padding-right: 8px;
  }

  .service.last {
    margin-right: 0;
  }

  .action-small-title {
    letter-spacing: 3px;
    font-size: 14px;
  }

  .dot-separator.hero-dot-separator {
    font-size: 16px;
  }

  .dot-separator.post-card-separator {
    padding-left: 6px;
    padding-right: 6px;
  }

  .dot-separator.licence-separator {
    font-size: 15px;
  }

  .underline.licence-underline {
    margin-top: -13px;
  }

  .page-hero-section {
    height: 280px;
  }

  .works {
    margin-top: -12px;
    margin-bottom: 40px;
  }

  .work-card-container {
    padding: 12px 8px;
  }

  .work-card-image {
    height: 256px;
  }

  .work-card-info {
    padding: 20px 32px 8px;
  }

  .work-card-header {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 22px;
  }

  .work-card-description {
    margin-top: 12px;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 24px;
  }

  .work-card-back-text {
    font-size: 84px;
    top: 24px;
  }

  .gallery {
    margin-bottom: 56px;
  }

  .blog-posts.more-posts {
    margin-bottom: 40px;
  }

  .post-card-container {
    padding: 8px;
  }

  .post-card-image {
    height: 176px;
  }

  .post-card-info {
    padding: 16px 20px 8px;
  }

  .post-card-header {
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .post-card-date {
    font-size: 12px;
  }

  .post-card-category {
    font-size: 11px;
  }

  .subscribe-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .subscribe {
    margin-left: 40px;
    margin-right: 40px;
  }

  .input.subscribe-input {
    margin-right: 32px;
  }

  .instagram-photo {
    min-width: 160px;
    min-height: 160px;
  }

  .instagram-card {
    width: 240px;
    height: 240px;
  }

  .post-content {
    margin-left: 8px;
    margin-right: 8px;
    padding: 56px 0%;
  }

  .post-content.style-page {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .work-info {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .work-info-column {
    padding: 8px 32px;
  }

  .work-info-header {
    font-size: 13px;
  }

  .text-block {
    font-size: 15px;
    line-height: 24px;
  }

  .menu-button {
    margin-top: 16px;
    margin-right: 0;
  }

  .work-content {
    text-align: left;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0 0% 56px;
  }

  .home-intro {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hero-social-icons {
    bottom: 16px;
    right: 10px;
  }

  .hero-category {
    font-size: 16px;
  }

  .menu-line {
    background-color: var(--black-2);
    width: 20px;
    height: 2px;
  }

  .nav-sidebar {
    width: 270px;
    max-height: 100vh;
    overflow: scroll;
  }

  .nav-menu {
    align-items: stretch;
  }

  .work-date {
    border-top: 4px solid var(--indian-red);
    text-align: center;
    border-left-style: none;
    max-width: 136px;
    height: auto;
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 0 24px;
    display: block;
    position: relative;
    top: 0;
  }

  .page-description {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form {
    margin-top: -15px;
    margin-left: 26px;
  }

  .contact-info {
    max-width: 254px;
    padding: 16px 24px;
    font-size: 14px;
    display: block;
  }

  .services-page {
    padding-right: 8%;
  }

  .hero-split {
    flex-wrap: wrap;
  }

  .hero-split-category {
    flex: 0 auto;
    width: 50%;
  }

  .style-buttons {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .style-button-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .style-typography {
    margin-top: 32px;
    margin-bottom: 56px;
    padding: 48px 40px 64px;
  }

  ._404-text {
    font-size: 16px;
    line-height: 28px;
  }

  ._404-image {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .side-header-text {
    letter-spacing: 10px;
    font-size: 40px;
  }

  .licence-card-image {
    height: 256px;
  }

  .licence-link {
    margin-bottom: 20px;
    font-size: 15px;
  }

  .licence-card-header {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 22px;
  }

  .palvelut {
    font-size: 45px;
    line-height: 55px;
  }

  .heading-3 {
    margin-left: 0;
    font-size: 30px;
  }

  .hoidot-paragraf {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    margin-left: 0;
  }

  .div-block {
    margin-left: 30px;
  }

  .logo {
    max-width: 60%;
  }

  .valitse-hoitokategoria {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: 12px;
    font-size: 36px;
    line-height: 48px;
  }

  h2 {
    letter-spacing: 8px;
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    letter-spacing: 4px;
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 28px;
    line-height: 40px;
  }

  h6 {
    font-size: 19px;
  }

  p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 28px;
  }

  blockquote {
    font-size: 20px;
    line-height: 32px;
  }

  figure {
    margin-bottom: 24px;
  }

  .home-hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/sergey-pesterev-222160.jpg');
    background-position: 0 0, 50%;
    height: 360px;
  }

  .intro-header {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .hero-separator {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .intro-small-header {
    margin-bottom: 0;
    font-size: 15px;
  }

  .brand {
    padding-left: 4px;
    padding-right: 16px;
  }

  .side-section {
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
  }

  .side-image {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 240px;
    display: flex;
  }

  .side-image.about-side-image {
    background-image: linear-gradient(#0000001a, #0000001a), url('../images/toa-heftiba-243283.jpg');
    background-position: 0 0, 50% -151px;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .side-image.contact-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/boris-smokrovic-131485.jpg');
    background-position: 0 0, 50% 34%;
  }

  .side-content-wrapper {
    flex: 0 auto;
    width: 100%;
    padding-top: 48px;
    padding-right: 0;
    overflow: visible;
  }

  .side-content {
    padding: 8px 80px 60px;
  }

  .side-content.about-content {
    padding: 0 80px 80px;
  }

  .side-header {
    text-align: center;
    margin-top: 0%;
    position: relative;
    right: 0%;
  }

  .side-back-text, .side-header-line {
    display: none;
  }

  .section {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section.works-section {
    padding-bottom: 64px;
  }

  .section.white-section {
    padding-top: 64px;
    padding-bottom: 60px;
  }

  .section.service-section {
    padding-bottom: 80px;
  }

  .section.more-works-section {
    padding-bottom: 64px;
  }

  .section.more-posts-section {
    padding-bottom: 56px;
  }

  .section-small-header {
    letter-spacing: 3px;
    font-size: 13px;
    line-height: 20px;
  }

  .section-separator {
    margin-top: 1px;
  }

  .work-card-category {
    margin-bottom: 0;
  }

  .button.big {
    border-radius: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
  }

  .button.subscribe-button {
    margin-top: 16px;
  }

  .section-header-block {
    padding-bottom: 32px;
  }

  .client-logo-container {
    margin-left: 8px;
    margin-right: 8px;
  }

  .client-logo {
    padding: 44px;
  }

  .review-avatar {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }

  .review {
    padding-left: 80px;
    padding-right: 80px;
  }

  .review-text {
    font-size: 17px;
    line-height: 32px;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 0;
  }

  .review-author {
    margin-top: 32px;
    font-size: 14px;
  }

  .review-arrow {
    margin-left: -8px;
    margin-right: -8px;
  }

  .services {
    max-width: 500px;
    margin-bottom: 20px;
  }

  .service {
    flex-basis: 90%;
    padding-bottom: 32px;
  }

  .service-text {
    font-size: 13px;
  }

  .call-to-action {
    flex-direction: column;
  }

  .action-button {
    width: 100%;
    padding-top: 56px;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-social-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .dot-separator.hero-dot-separator {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
  }

  .dot-separator.licence-separator {
    font-size: 14px;
  }

  .page-hero-section {
    height: 240px;
  }

  .page-hero-section.blog-post-hero {
    height: 400px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .page-hero-section.work-hero {
    height: 400px;
    padding-bottom: 40px;
  }

  .page-hero-section.style-guide-hero {
    background-image: linear-gradient(#0000004d, #0000004d), url('../images/daniel-cheung-129841.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 400px;
    padding-bottom: 80px;
  }

  .page-description-text {
    margin-top: 20px;
  }

  .works {
    margin-bottom: 32px;
  }

  .work-card-image {
    height: 200px;
  }

  .work-card-info {
    padding: 16px 24px 4px;
  }

  .work-card-header {
    font-size: 18px;
  }

  .work-card-description {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 13px;
  }

  .work-card-back-text {
    letter-spacing: 1px;
    font-size: 64px;
    top: 16px;
  }

  .categories {
    margin-top: -16px;
    margin-bottom: 40px;
  }

  .gallery {
    margin-bottom: 40px;
  }

  .blog-posts {
    justify-content: center;
    margin-top: -12px;
  }

  .blog-posts.more-posts {
    margin-bottom: 24px;
  }

  .post-card-container {
    width: 50%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .post-card-image {
    height: 192px;
  }

  .subscribe-header {
    margin-top: 26px;
    margin-bottom: 48px;
  }

  .subscribe {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .input.subscribe-input {
    text-align: center;
    background-image: none;
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .instagram-photo {
    min-width: 128px;
    min-height: 128px;
  }

  .instagram-card {
    width: 192px;
    height: 192px;
  }

  .instagram-text {
    font-size: 17px;
    line-height: 24px;
  }

  .post-content {
    margin-top: -152px;
    margin-bottom: -56px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .blog-post-date {
    font-size: 15px;
    line-height: 24px;
  }

  .work-info {
    margin: -96px 8px 40px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-info-column {
    padding-left: 24px;
    padding-right: 24px;
  }

  .work-info-header {
    letter-spacing: 2px;
    margin-top: 16px;
    font-size: 12px;
  }

  .text-block {
    font-size: 13px;
  }

  .work-content {
    margin-top: 40px;
    padding-bottom: 32px;
  }

  .home-intro {
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-categories {
    flex-wrap: wrap;
    margin-top: 16px;
  }

  .work-category {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .page-description {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 44px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 28px;
  }

  .contact-info {
    display: block;
  }

  .services-page {
    padding-top: 8px;
    padding-bottom: 24px;
    padding-right: 0;
  }

  .hero-split {
    height: auto;
  }

  .hero-split-category {
    height: 280px;
  }

  .split-heading {
    letter-spacing: 6px;
    font-size: 20px;
  }

  .style-buttons {
    padding: 16px;
  }

  .style-button-container {
    width: 50%;
  }

  .style-typography {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-2 {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .instagram-icon {
    width: 40px;
    height: 40px;
  }

  ._404-text {
    margin-top: 21px;
    font-size: 15px;
  }

  .side-header-text {
    letter-spacing: 8px;
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 36px;
  }

  .form-success {
    font-size: 15px;
    line-height: 24px;
  }

  .form-success.contact-success {
    text-align: center;
  }

  .form-error {
    font-size: 13px;
    line-height: 20px;
  }

  .licence-card-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
  }

  .licence-card-image.photo-licence-image {
    background-image: url('../images/photo-licence-preview.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
  }

  .licence-link {
    font-size: 14px;
  }

  .licence-card-header {
    margin-top: 4px;
    font-size: 18px;
  }

  .palvelut {
    font-size: 30px;
  }

  .heading-3 {
    margin-left: 0;
    padding-left: 0;
    font-size: 30px;
  }

  .hoidot-paragraf {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    margin-left: 0;
  }

  .div-block {
    margin-left: 20px;
  }

  .logo {
    max-width: 50%;
  }

  .kategorianappi {
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    letter-spacing: 5px;
    font-size: 27px;
    line-height: 40px;
  }

  h3 {
    letter-spacing: 3px;
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
  }

  h5 {
    font-size: 18px;
    line-height: 24px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  figure {
    margin-bottom: 24px;
  }

  .home-hero {
    height: 100vh;
  }

  .intro-header {
    letter-spacing: 5px;
  }

  .hero-separator {
    margin-bottom: 8px;
  }

  .intro-small-header {
    margin-bottom: 0;
    font-size: 14px;
  }

  .side-image {
    height: 224px;
  }

  .side-image.about-side-image {
    background-image: linear-gradient(to bottom, null, null), url('../images/toa-heftiba-243283.jpg');
    background-position: 0 0, 0 -17px;
  }

  .side-content-wrapper {
    padding-top: 24px;
  }

  .side-content, .side-content.about-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section, .section.works-section, .section.more-posts-section {
    padding-bottom: 64px;
  }

  .section-small-header {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .button.big.float-right-button {
    position: absolute;
  }

  .client-logo {
    width: 50%;
    padding: 36px;
  }

  .review {
    padding-left: 8px;
    padding-right: 8px;
  }

  .review-text {
    font-size: 16px;
    line-height: 28px;
  }

  .review-author {
    font-size: 13px;
  }

  .review-arrow-left, .review-arrow-right {
    margin-top: 20px;
  }

  .review-arrow-base {
    margin-top: 24px;
  }

  .review-arrow {
    background-color: #0000;
  }

  .services {
    max-width: 300px;
  }

  .service {
    padding-left: 72px;
  }

  .service-icon {
    width: 56px;
    height: 56px;
    padding: 16px;
  }

  .action-small-title {
    letter-spacing: 2px;
    font-size: 12px;
  }

  .footer-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .footer-social-menu {
    flex-flow: column wrap;
    margin-bottom: 0;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .dot-separator.footer-dot-separator {
    display: none;
  }

  .copyright-text {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .page-hero-section {
    height: 224px;
    padding-top: 24px;
  }

  .page-hero-section.blog-post-hero {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .page-hero-section.work-hero {
    background-position: 50%;
    padding-bottom: 24px;
  }

  .page-hero-section.style-guide-hero {
    padding-bottom: 24px;
  }

  .work-card-container {
    width: 100%;
  }

  .work-card-image {
    height: 216px;
  }

  .categories-list {
    flex-direction: column;
  }

  .category-link {
    display: block;
  }

  .categories {
    flex-direction: column;
    align-items: stretch;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .gallery-column {
    flex-basis: 100%;
  }

  .post-card-container {
    width: 100%;
  }

  .post-card-image {
    height: 240px;
  }

  .post-card {
    width: 100%;
  }

  .subscribe-header {
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .subscribe {
    margin-left: 8px;
    margin-right: 8px;
    padding: 40px 32px;
  }

  .post-content {
    margin-top: -56px;
    margin-left: -8px;
    margin-right: -8px;
  }

  .work-info {
    flex-direction: column;
    margin-top: -88px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .work-info-column {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .work-info-column.middle-block {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--white-smoke);
    border-bottom-width: 1px;
    border-bottom-color: var(--white-smoke);
  }

  .work-content {
    margin-left: -8px;
    margin-right: -8px;
  }

  .hero-categories {
    flex-direction: column;
    align-items: center;
  }

  .hero-category {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 17px;
  }

  .about-social-icons {
    justify-content: center;
  }

  .post-rich-text h2, .post-rich-text h4, .post-rich-text h5, .post-rich-text h6, .post-rich-text h3, .post-rich-text h1, .post-rich-text p {
    padding-left: 32px;
    padding-right: 32px;
  }

  .contact-form {
    margin-left: 0;
  }

  .services-page {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-split-category, .style-button-container {
    width: 100%;
  }

  .style-typography {
    margin-bottom: 40px;
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .copiright {
    flex-direction: column-reverse;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-link {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .footer-line-separator {
    display: none;
  }

  .heading {
    letter-spacing: 5px;
    font-size: 26px;
  }

  ._404-image {
    width: 64%;
  }

  .side-header-text {
    letter-spacing: 5px;
    font-size: 27px;
  }

  .licence-card-image {
    height: 216px;
  }

  .logo {
    max-width: 45%;
  }
}


@font-face {
  font-family: 'Chanticl';
  src: url('../fonts/chanticl.TTF') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}