:root {
  --white: white;
  --primary-yellow: #faf595;
  --flowui-component-library-gray-900: #160042;
  --flowui-component-library-white: white;
  --flowui-component-library-gray-700: #282556;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-grey-600: #393b6a;
  --flowui-component-library-primary-base: #642eff;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-primary800: #53389e;
  --black: black;
  --misty-rose: #fcdcdd;
  --lemon-chiffon: #fffccb;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--white);
}

.giftcard_button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f08;
  border: 3px solid #fff;
  border-radius: 0;
  padding: 18px 10px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.giftcard_button:hover {
  color: #040404;
  background-color: #faf595;
  border-style: none;
}

.giftcard_button:active {
  background-color: var(--primary-yellow);
  color: #010101;
}

.giftcard_button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.giftcard_button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #7affc6;
  border-radius: 20px;
}

.giftcard_button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.giftcard_button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.giftcard_button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.giftcard_button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.giftcard_button.cc-white-button:hover {
  background-color: #fffc;
}

.giftcard_button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.hero-text {
  color: #fff;
  text-align: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 4.5rem;
}

.link-circle {
  background-color: #ea4e6e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-bg-image {
  object-fit: cover;
  background-image: linear-gradient(#00000096, #00000096), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 800px;
  position: relative;
  inset: 0%;
}

.hero-content {
  width: 70%;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow-wing {
  background-color: #fff;
  width: 15px;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(3px, -5px)rotate(43deg);
}

.arrow-wing._2 {
  transform: translate(3px, 4px)rotate(-43deg);
}

.link-block {
  color: #ea4e6e;
  align-items: center;
  display: flex;
}

.link-block.hero {
  color: #fff;
  transition: all .4s;
}

.link-block.hero:hover {
  color: #fff;
}

.section-2 {
  justify-content: center;
  align-items: center;
  padding: 130px 6%;
  display: flex;
  position: relative;
}

.section-2.hero {
  background-color: #0000;
  height: 100vh;
  max-height: none;
  padding-top: 90px;
  padding-bottom: 90px;
  overflow: hidden;
}

.container-2 {
  width: 100%;
  max-width: 1440px;
}

.container-2.relative {
  z-index: 2;
  position: relative;
}

.container-2.navbar-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.arrow-leg {
  background-color: #fff;
  width: 25px;
  height: 2px;
  position: relative;
}

._40px-height-div {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.button-2 {
  color: #fff;
  background-color: #ea4e6e;
  border-radius: 100px;
  padding: 12px 40px;
}

.button-2.nav-btn {
  color: #fff;
  background-color: #0000;
  border: 2px solid #fafbfc;
  border-radius: 100px;
  margin-left: 24px;
  padding-left: 40px;
  padding-right: 40px;
  transition: all .4s;
}

.button-2.nav-btn:hover {
  color: #ea4e6e;
  background-color: #fff;
}

.button-2.nav-btn.dark {
  color: #020733;
  border-color: #020733;
}

.mobile-menu {
  display: none;
}

.nav-link {
  color: #fafbfc;
  margin-left: 14px;
  margin-right: 14px;
  font-size: 18px;
  font-weight: 600;
  transition: all .4s;
}

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

.nav-link.dark {
  color: #020733;
}

.nav-link.dark:hover {
  color: #ea4e6e;
}

.navbar {
  z-index: 1000;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 20px 3%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.fixed {
  background-color: #fff;
  display: flex;
  position: fixed;
  transform: translate(0, -100%);
}

.mobile-navbar-content {
  display: none;
}

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 124px;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  width: 100%;
  min-height: 88px;
  color: var(--white);
  background-color: #0000;
  align-items: center;
  padding: 24px 5%;
  display: flex;
}

.white_text {
  color: #fff;
  font-size: 1.5rem;
}

.white_text.center_align {
  text-align: center;
}

.button-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-weight: 700;
}

.uui-layout03_image {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 40rem;
  min-width: 40rem;
  position: absolute;
  inset: auto auto auto 3rem;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout03_lightbox {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #dbdbdbb5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-left: 59px;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: .3rem;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout73_image {
  width: 100%;
}

.uui-layout73_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.uui-layout73_item {
  flex-direction: column;
  align-items: center;
}

.uui-layout73_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  background-color: #e7e7e7;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

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

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

.nav-menu {
  background-color: #0000;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-item-deco-line {
  opacity: 0;
  background-color: #a25f4b4d;
  align-items: center;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.brand {
  border-bottom-style: none;
  transition: opacity .4s;
}

.brand:hover {
  opacity: .8;
}

.menu-item-wrap {
  opacity: .6;
  cursor: pointer;
  align-items: center;
  margin-right: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  transition: opacity .4s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.menu-item-wrap:hover, .menu-item-wrap.w--current {
  opacity: 1;
}

.logo-image-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-2 {
  box-shadow: none;
  background-color: #fff;
  justify-content: space-between;
  line-height: 10px;
  display: block;
}

.menu-item {
  color: #1d1f2e;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.menu-item.hide {
  display: none;
}

.wrap {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.wrap.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.header-text {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-paragraph {
  color: #1d1f2eb3;
  font-size: 18px;
  line-height: 30px;
}

.big-paragraph.cc-cover-paragraph {
  opacity: .9;
  color: #fff;
  align-self: start;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.big-paragraph.cc-cover-paragraph.pricingpage {
  margin-top: 60px;
}

.big-paragraph.cc-cover-paragraph.hide {
  display: none;
}

.header-headline-wrap {
  color: #000;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.header-headline {
  color: #fff;
  text-align: center;
  width: auto;
  margin: 10px auto 49px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 60px;
}

.header-section {
  object-fit: cover;
  margin-bottom: 100px;
}

.header-content {
  color: #fff;
  background-image: none;
  align-items: center;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bookingbutton {
  z-index: 50;
  color: #1d1f2e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #faf595;
  border: 1px solid #0000;
  border-radius: 0;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 24px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 18px;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 6px #1d1f2e1a;
}

.bookingbutton:hover {
  opacity: .96;
  color: #161724;
  background-color: #f5de01;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.bookingbutton.home_page_booking {
  text-decoration: none;
}

.bookingbutton.lash-brow-tint-button, .bookingbutton.lash-brow-lift-button, .bookingbutton.kynsipalvelut-button, .bookingbutton.ripsienpidennykset-button {
  top: 30px;
}

.header-image {
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#00000094, #00000094), url('../images/20230424_135353.jpeg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  min-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/chill_opens-9881.jpeg'), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg'), url('../images/22.png');
  background-position: 0 0, 50% 100%, 50%, 50%;
  background-size: auto, cover, cover, cover;
}

.label-2 {
  opacity: .6;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  position: static;
}

.label-2.cc-cover-label {
  opacity: .8;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.label-2.cc-footer-section-headline {
  color: #fff;
}

.label-2.cc-subheadline {
  color: #000;
  border: 1px #0000;
  width: 800px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 2em;
  line-height: 150%;
}

.label-2.cc-office-location {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.label-2.cc-office-times {
  font-size: 18px;
  line-height: 28px;
}

.label-2.cc-contact-form-label {
  margin-bottom: 10px;
}

.underlined-link {
  border-bottom: 2px solid #a25f4b33;
  transition: color .4s, border-color .4s;
  display: inline-block;
}

.underlined-link:hover {
  color: #743f2f;
  border-bottom-color: #a25f4bb3;
}

.underlined-link.cc-homepage-link {
  color: #ff781d;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.magazine-small-image-1 {
  background-image: url('../images/Image-2.jpg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
  margin-bottom: 20px;
}

.magazine-section {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 130px;
  display: grid;
}

.content-wrap {
  text-align: center;
  width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-wrap.ripsien {
  margin-bottom: 0;
  padding-top: 60px;
}

.content {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.content.grey {
  background-color: #e7e8e7;
}

.content.footer_new {
  background-color: #1d1f2e;
  width: auto;
}

.content.cc-deco-block-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.content.cc-overlayed-content {
  border: 3px #000;
  margin-bottom: -110px;
  top: -110px;
}

.content.price {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content.cc-overlayed-content-copy {
  border: 3px #000;
  margin-bottom: -110px;
  top: -110px;
}

.magazine-images-wrap {
  align-items: center;
  display: flex;
}

.dark-button {
  z-index: 50;
  box-shadow: none;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1d1f2e;
  border-radius: 0;
  justify-content: center;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, box-shadow .4s;
  display: inline-block;
  position: relative;
}

.dark-button:hover {
  opacity: .96;
  color: #fff;
  background-color: #2f3247;
  box-shadow: 0 3px 8px #1d1f2e26;
}

.magazine-small-image-2 {
  background-image: url('../images/Image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 160px;
  height: 130px;
}

.magazine-text-wrap {
  margin-bottom: 20px;
}

.magazine-content-wrap {
  padding-left: 60px;
}

.magazine-image {
  background-image: url('../images/Image_1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 280px;
  height: 280px;
  margin-right: 20px;
}

.magazine-headline {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 50px;
}

.paragraph {
  color: #2e1d28b3;
  text-align: left;
  font-size: 1rem;
}

.paragraph.mainpage {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  display: block;
}

.paragraph.paragraph_1 {
  width: 1000px;
  padding-top: 0;
}

.paragraph.paragraph_1.top_coat {
  margin-top: -50px;
  margin-bottom: 10px;
  padding-bottom: 40px;
}

.paragraph.geelilakkaus {
  width: 500px;
}

.paragraph.manikyyri {
  width: 1000px;
}

.paragraph.middletext {
  top: -125px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.parallax-section {
  background-image: url('../images/dan-cristian-padure--eqGYVYEuyI-unsplash.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 340px;
  display: block;
}

.parallax-section.cc-about-parallax {
  background-image: url('../images/dan-cristian-padure--eqGYVYEuyI-unsplash.jpeg');
  background-size: cover;
}

.bold-text {
  display: none;
}

.div-block {
  margin-top: 31px;
  margin-bottom: 15px;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  display: none;
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-features-section-2 {
  background-color: #0000;
  display: block;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin: 4px auto 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
}

.cf-service-image {
  object-fit: fill;
  border-radius: 16px;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: auto;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-4 {
  object-fit: fill;
  width: 100%;
  height: 75%;
  margin-top: auto;
  margin-bottom: auto;
}

.link-block-2 {
  text-decoration: underline;
}

.instagram-block {
  color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.button-4 {
  color: #fff;
  background-color: #1d1f2e;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.button-4:hover {
  color: #fff;
}

.grid-3-old {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template: ". . . ."
                 ". . Area Area-2"
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 21px;
  display: none;
}

.heading-2 {
  text-align: left;
  font-weight: 500;
}

.image-3 {
  width: 80%;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
}

.content-heading {
  margin-bottom: 64px;
}

.text-block-2 {
  text-align: center;
  font-size: 18px;
}

.footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 2fr 2fr 4fr;
  place-items: start;
  width: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

.footer-link:hover {
  color: #a25f4b;
}

.footer-link.hide {
  display: none;
}

.small-paragraph {
  color: #fff;
  align-self: auto;
  font-size: 14px;
  line-height: 22px;
}

.small-paragraph.cc-copyright-footer {
  color: #1d1f2e4d;
  align-self: end;
  margin-bottom: 10px;
}

.small-paragraph.cc-copyright-footer:hover {
  color: #a25f4b;
  align-self: end;
}

.footer-grid-column {
  flex-direction: column;
  align-self: end;
  display: flex;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-container-regular.hide {
  display: block;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-testimonial-avatar-small {
  background-color: #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-h3-heading {
  color: #423800;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-testimonial-background {
  background-color: #ebebeb;
  background-image: url('../images/Curve-with-yellow-line.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px #0000;
  width: 100%;
  height: 768px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.f-testimonial-section {
  background-color: #fff;
  padding: 100px 5%;
  display: none;
  position: relative;
  overflow: hidden;
}

.f-testimonial-author {
  grid-column-gap: 16px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-testimonial-author:hover {
  border-color: #0000;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.text-span {
  color: #ffd900;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  font-weight: 500;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-testimonial-right-a {
  color: #fff;
  background-color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #160042;
  border-color: #160042;
}

.f-testimonial-star-wrapper {
  grid-column-gap: 4px;
  margin-bottom: 16px;
  display: flex;
}

.f-testimonial-card {
  color: #160042;
  background-color: #fff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 23px 23px 64px -16px #393b6a0f;
}

.f-testimonial-left-a {
  color: #393b6a;
  background-color: #0000;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -90px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #160042;
}

.f-testimonial-slider-mask {
  width: 350px;
  overflow: visible;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

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

.f-testimonial-slide {
  margin-right: 40px;
}

.f-testimonial-slider-large {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-top: 48px;
}

.deco-block {
  z-index: 0;
  background-color: #fffccb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 940px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
  position: relative;
  left: 0;
  right: 0;
}

.deco-block.block-lash-brow-tint, .deco-block.lash-brow-deco-block {
  padding-bottom: 0;
}

.page-headline-wrap {
  text-align: center;
  width: 70%;
  margin: 100px auto;
  display: block;
}

.page-headline-wrap.cc-overlayed-headline {
  width: 60%;
  margin-top: 0;
  margin-bottom: 100px;
}

.slider-deco-line {
  background-color: #ececed;
  width: 30px;
  height: 1px;
  margin-bottom: 15px;
  display: inline-block;
}

.subheadline-deco-line {
  background-color: #ffc928;
  width: 30px;
  height: 1px;
  display: inline-block;
}

.products-grid {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin: 0 -10px;
  display: flex;
}

.wrap-overlayed {
  z-index: 1;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrap-overlayed.lash-brow-tint-shape {
  padding-top: 150px;
}

.wrap-overlayed.lash-brow-lift {
  margin-top: 150px;
}

.about-section-1 {
  padding-left: 0;
}

.about-head-pic {
  background-image: url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.about-head-pic.head_pic_kynsipalvelut {
  overflow: visible;
}

.collection-list-team-members {
  text-align: center;
}

.about-section-2 {
  padding-right: 60px;
}

.about-section-2.tint-shape-page {
  position: relative;
  top: -140px;
}

.subheadline-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.subheadline-wrap.cc-separate-subheadline {
  margin-bottom: 100px;
}

.about-image {
  background-image: url('../images/8.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 380px;
}

.image_about {
  border: 1px solid #fab300;
  border-radius: 0;
  display: block;
}

.about-image-2 {
  border-radius: 20px;
  width: auto;
  height: auto;
  min-height: 380px;
}

._3-col-wrap {
  margin-bottom: 80px;
}

.empty-message {
  color: #1d1f2e4d;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.product-pic-wrap {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.about-image-section-wrap {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 130px;
  position: relative;
}

.about-image-section-wrap.shape-tint-wrap {
  margin-bottom: 0;
}

.timeline-item {
  text-align: center;
  position: relative;
}

.timeline-wrap {
  text-align: center;
}

.timeline-collection-list {
  margin-bottom: 100px;
}

.image-7 {
  width: auto;
  height: 100vh;
}

.office-wrap {
  text-align: center;
  flex-direction: row;
  width: 100%;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.office-image {
  background-image: url('../images/California-Office.jpg');
  background-position: 50%;
  background-size: cover;
  width: 460px;
  height: 190px;
  margin-bottom: 40px;
}

.office-image.cc-office-2 {
  background-image: url('../images/10.png');
  width: 50%;
  height: 300px;
}

.office-opening-times {
  text-align: center;
}

.office-headline {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.offices-wrap {
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.office-info {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-2 {
  color: #1d1f2eb3;
  text-align: center;
}

.absolute {
  position: absolute;
}

.absolute.image-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
  inset: 0%;
}

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

.paragraph-3 {
  color: #1d1f2eb3;
  text-align: center;
  font-size: 18px;
}

.div-block-2 {
  justify-content: space-between;
  width: auto;
  margin-left: 7px;
  padding-top: 66px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.form-wrap {
  border-right: 1px solid #d2d2d54d;
  flex-direction: column;
  align-items: stretch;
  width: 60%;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 60px;
}

.form-wrap.hide {
  display: none;
}

.text-field-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #e5e5e7;
  border-radius: 0;
  height: 54px;
  margin-bottom: 20px;
  padding: 18px 24px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  transition: border .4s, color .4s;
  display: block;
}

.text-field-2:hover {
  border-color: #1d1f2e80;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #1d1f2e;
}

.text-field-2::placeholder {
  color: #1d1f2e4d;
}

.text-field-2.cc-textarea {
  height: 100px;
}

.message-form {
  margin-bottom: 0;
}

.error-message {
  color: #fff;
  background-color: #a25f4b;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-form-info {
  margin-bottom: auto;
  padding-top: 23px;
}

.contact-form-wrap-2 {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #d2d2d580;
  flex-direction: row;
  align-items: stretch;
  padding: 60px;
  display: flex;
  position: relative;
}

.contact-form-link {
  color: #1d1f2e;
  font-size: 18px;
  line-height: 30px;
}

.contact-form-link:hover {
  color: #a25f4b;
}

.contact-details-wrap {
  width: 100%;
}

.contact-form-success-message {
  background-color: #fafafa;
  border: 1px solid #ececed;
}

.contact-form-success-icon {
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-form-headline {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 30px;
}

.map-2 {
  width: 50%;
  margin-top: -60px;
  margin-bottom: 100px;
}

.embed-map {
  filter: grayscale();
  height: 440px;
  display: block;
}

.wrap-2 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

.wrap-2.cc-menu {
  z-index: 900;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 4fr 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.header-image-2 {
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-2.eye {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.png'), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
}

.header-headline-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 60px;
}

.divider-2 {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.grid-4 {
  grid-template-rows: auto;
}

.price-content {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: auto;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

.price-content-left {
  display: block;
}

.price-item {
  justify-content: space-between;
  display: flex;
}

.addon {
  font-size: 15px;
  font-weight: 400;
}

.header-image-3 {
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-3.eye {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.png'), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
}

.header-headline-3 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 70px;
  line-height: 60px;
}

.paragraph-4 {
  text-align: center;
  font-size: 18px;
  display: none;
}

.divider_100 {
  padding-bottom: 192px;
}

.navbar-2 {
  background-color: #0000;
  margin-top: 20px;
  margin-bottom: 20px;
}

.servicetext {
  font-size: 1.8rem;
}

.navlink:hover {
  color: #ffaf30;
  font-weight: 600;
}

.navlink.w--current {
  display: none;
}

.text-block-3 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  position: static;
}

.image-9 {
  object-fit: contain;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block-3 {
  height: 100%;
}

.text-block-4 {
  margin-bottom: 22px;
  margin-left: -28px;
  margin-right: -28px;
  font-size: 14px;
  position: relative;
  top: 261px;
}

.text-span-2 {
  font-weight: 600;
}

.heading-15 {
  width: auto;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-block-5 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
}

.heading1 {
  font-size: 5rem;
  line-height: 120%;
}

.heading-16 {
  font-size: 25px;
}

.heading-17 {
  font-size: 20px;
}

.heading-18 {
  text-align: center;
  background-color: #0000;
}

.quick-stack {
  grid-column-gap: 42px;
  grid-row-gap: 40px;
  padding-left: 0;
}

.paragraph-5 {
  width: 500px;
}

.heading-19 {
  font-size: 20px;
}

.heading-20 {
  color: var(--black);
}

.bold-text-5 {
  color: #000;
  -webkit-text-stroke-color: black;
}

.text-block-7 {
  align-self: center;
}

.text-block-7.two-rows {
  position: relative;
  top: -14px;
}

.text-block-7.three-rows {
  position: relative;
  top: -26px;
}

.text-block-7.five-rows {
  position: relative;
  top: -54px;
}

.text-block-7.four-rows {
  position: relative;
  top: -41px;
}

.image-lashes {
  position: relative;
  top: -28px;
}

.brow-shape {
  position: relative;
  top: -35px;
}

.padding-global {
  padding-left: 2%;
  padding-right: 2%;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-size-medium {
  font-size: 1.125rem;
}

.gallery9_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery9_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
}

.gallery9_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery9_image-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery9_image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-padding {
  width: 90%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
}

.layout235_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout235_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.layout178_image-wrapper {
  width: 100%;
  position: relative;
}

.layout235_image {
  width: 100%;
  height: 100%;
}

.text-weight-semibold {
  font-weight: 600;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-5:active {
  background-color: #43464d;
}

.button-5.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-5.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content22_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.content22_metatag-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.content22_metatag-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 228px;
  display: flex;
}

.div-block-3 {
  background-color: red;
  width: 100%;
  height: 2px;
}

.heading-21 {
  flex: 0 auto;
}

.text-block-8 {
  flex: 0 auto;
  align-self: auto;
}

.text-block-9 {
  flex: none;
}

.div-block-4 {
  width: 100%;
}

.text-block-9-copy {
  flex: none;
  width: auto;
}

.menu_item-list {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu_menu-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.content23_image {
  width: 100%;
  height: 100%;
}

.content23_image-wrapper {
  flex: 1;
  width: 100%;
}

.menu_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1300px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-item_name, .menu-item_price {
  font-weight: 500;
}

.menu-item_wrapper_left {
  background-color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.menu-item_wrapper_right {
  background-color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.menu-line {
  z-index: -1;
  border: .5px #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 25px;
}

.menu-heading {
  font-size: 1.8rem;
}

.contact13_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.text-style-link {
  text-decoration: underline;
}

.section_contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact13_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.button-6 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-6.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-6.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-6.is-secondary {
  color: #0000;
  background-color: #0000;
}

.button-6.is-small {
  padding: .5rem 1.25rem;
}

.contact_contact-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.div-block-2-copy {
  justify-content: space-between;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.padding-section-contact {
  padding-bottom: 100px;
  padding-left: 2%;
  padding-right: 2%;
}

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

.layout3_content {
  padding-right: 56px;
}

.beauty-wall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 130px;
  display: block;
}

.layout3_component {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 120px;
  display: grid;
}

.layout3_image {
  object-fit: cover;
  width: 100%;
  max-height: 560px;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.old-about-section {
  display: none;
}

._2-col-text {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  width: 1000px;
  margin-top: 28px;
}

._2-col-text.padding-bottom {
  padding-bottom: 100px;
}

.layout3_component-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.layout3_component-2.padding-bottom {
  padding-bottom: 100px;
}

.layout3_image-2 {
  object-fit: cover;
  width: 100%;
}

.padding-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.layout6_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.about_image-wrapper.hide-for-now {
  display: none;
}

.layout6_image {
  border: 1px solid #fab300;
  width: 100%;
}

.about_content {
  padding-right: 60px;
}

.about_component {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 120px;
  display: grid;
}

.about_component.temporary {
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.p-wrap {
  padding-top: 16px;
  padding-bottom: 50px;
}

.about-image-2-copy {
  border-radius: 20px;
  width: auto;
  height: auto;
  min-height: 380px;
}

.p-wrap-2 {
  padding-top: 50px;
}

.heading-23 {
  font-weight: 500;
}

.gallery23_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery23_slide {
  padding-right: 2rem;
}

.gallery23_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery23_arrow {
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery23_arrow.is-left {
  right: 4rem;
}

.section_gallery23 {
  overflow: hidden;
}

.gallery23_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery23_mask {
  width: 25%;
  overflow: visible;
}

.gallery23_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery23_arrow-icon {
  color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery23_lightbox-link {
  width: 100%;
}

.gallery23_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.gallery4_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery4_lightbox-link {
  width: 100%;
  height: 100%;
}

.gallery4_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.gallery4_row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gallery4_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.content-overlay {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.content-overlay.grey {
  background-color: #e7e8e7;
}

.content-overlay.footer_new {
  background-color: #1d1f2e;
  width: auto;
}

.content-overlay.cc-deco-block-wrap {
  padding-left: 30px;
  padding-right: 30px;
}

.content-overlay.cc-overlayed-content {
  border: 3px #000;
  margin-bottom: -110px;
  top: -110px;
}

.content-overlay.price {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.content-overlay.cc-overlayed-content {
  border: 3px #000;
  margin-top: -110px;
  position: static;
  top: -110px;
}

.navbar11_menu-dropdown {
  padding-top: 11px;
}

.navbar11_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar11_component {
  background-color: #0000;
  border-bottom: 1px solid #0000;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.navbar_dropdown-toggle {
  padding: 20px 40px 20px 20px;
}

.navbar11_logo-link {
  padding-left: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.navbar11_icon-wrapper {
  flex: none;
}

.navbar11_menu-button {
  padding: 0;
}

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

.navbar11_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar_dropdown-link-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar_dropdown-link {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.navbar_dropdown-link:hover {
  color: #ffaf30;
  font-weight: 600;
}

.navbar_dropdown-link.w--current {
  color: #0082f3;
}

.navbar_dropdown-link.w--current:hover {
  color: #ffaf30;
}

.navbar_dropdown-list.w--open {
  background-color: var(--white);
  min-width: 280px;
  padding: 20px;
}

.navbar11_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar11_link {
  padding: .5rem 1rem;
}

.navbar11_link.w--current {
  color: #0000;
}

.navbar_dropdown-text {
  margin-bottom: 0;
  line-height: 120%;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.rl-styleguide_label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.addon-copy {
  column-count: 2;
  font-size: 15px;
}

.price-container-item {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.menu_menu-c-item {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 52%;
  display: flex;
  position: relative;
}

.menu_menu-c-item.is-2 {
  width: 48%;
}

.menu-c-item_wrapper_left {
  background-color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
}

.menu-c-item_wrapper_right {
  background-color: var(--white);
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}

.menu_menu-c-item-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  display: flex;
  position: relative;
}

.menu-cc-item_wrapper_left {
  background-color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
}

.menu-cc-item_wrapper_right {
  background-color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.menu_menu-cc-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -12px;
  display: flex;
  position: relative;
}

.text-span-3 {
  font-weight: 700;
}

.bold-text-6 {
  font-weight: 500;
}

.text-span-4 {
  font-size: 15px;
  font-weight: 400;
}

.text-span-5 {
  font-size: 15px;
}

.bold-text-7 {
  font-weight: 500;
}

.link {
  max-width: 200px;
  font-weight: 600;
}

.link-2 {
  font-weight: 500;
}

.div-block-5 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.text-block-10 {
  color: #fff;
}

.text-block-10.hide {
  display: none;
}

.header-image-4 {
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/22.png'), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
  justify-content: center;
  align-items: stretch;
  min-width: auto;
  min-height: 530px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-4.eye {
  background-image: linear-gradient(#00000080, #00000080), url('../images/12.png'), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
  background-position: 0 0, 50%, 50%;
  background-size: auto, cover, cover;
}

.container-3 {
  max-width: 1140px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-6 {
  color: #fcff32;
  font-size: 3rem;
  font-weight: 700;
}

.paragraph-6.hide {
  display: none;
}

@media screen and (min-width: 1920px) {
  .content.price {
    max-width: 1600px;
    font-size: 1rem;
  }

  .addon {
    font-size: 16px;
  }

  .heading-3 {
    font-size: 1rem;
    line-height: 120%;
  }

  .padding-section-large {
    margin-left: auto;
    margin-right: auto;
  }

  .contact13_component {
    grid-template-columns: 2fr 1fr;
  }

  .div-block-2-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .content-overlay.price {
    max-width: 1600px;
    font-size: 1rem;
  }

  .addon-copy {
    font-size: 16px;
  }

  .html-embed {
    width: 1100px;
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .giftcard_button {
    justify-content: center;
  }

  .giftcard_button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .link-circle {
    width: 70px;
    height: 70px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-2.hero {
    max-height: 720px;
  }

  ._40px-height-div {
    height: 30px;
  }

  .button-2.nav-btn {
    margin-left: 0;
    margin-right: 30px;
    padding-left: 26px;
    padding-right: 26px;
  }

  .button-2.nav-btn.mobile {
    color: #020733;
    text-align: center;
    border-color: #020733;
    margin-top: 24px;
  }

  .mobile-menu {
    background-color: #fff;
    flex-direction: column;
    width: 45%;
    padding: 72px;
    display: flex;
    position: fixed;
    inset: 0%;
    transform: translate(-100%);
  }

  .mobile-menu.fixed {
    height: 100vh;
    transform: translate(-100%);
  }

  .nav-link.mobile {
    color: #020733;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
  }

  .hamburger-line {
    background-color: #fff;
    width: 40px;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .hamburger-line._2.dark, .hamburger-line._1.dark, .hamburger-line._3.dark {
    background-color: #020733;
  }

  .mobile-menu-logo {
    margin-bottom: 36px;
  }

  .hamburger-wrap {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar.fixed {
    transform: translate(0, -100%);
  }

  .mobile-navbar-content {
    align-items: center;
    display: flex;
  }

  .nav-links-wrap {
    display: none;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-white);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .uui-layout03_image {
    width: 35rem;
    min-width: 35rem;
    left: 2rem;
  }

  .uui-layout03_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .nav-menu {
    z-index: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 1px 3px #1d1f2e0d;
  }

  .menu-item-deco-line {
    display: none;
  }

  .brand {
    flex: 1;
  }

  .menu-item-wrap {
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .logo-image-2.cc-footer-logo {
    margin-bottom: 10px;
  }

  .wrap {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-text {
    z-index: 2;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .header-headline-wrap {
    margin-bottom: 14px;
  }

  .header-headline {
    margin-bottom: 64px;
  }

  .header-section {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    width: auto;
    position: relative;
  }

  .header-image {
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .header-image.contact {
    min-height: 360px;
  }

  .label-2.cc-footer-section-headline {
    margin-bottom: 20px;
  }

  .magazine-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 100px;
    display: flex;
  }

  .content.cc-deco-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .magazine-images-wrap {
    margin-bottom: 50px;
  }

  .magazine-content-wrap {
    padding-left: 0;
  }

  .magazine-image {
    background-position: 50%;
  }

  .paragraph {
    align-self: center;
  }

  .paragraph.paragraph_1.top_coat, .paragraph.manikyyri {
    width: auto;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
  }

  .small-paragraph {
    margin-bottom: 5px;
  }

  .small-paragraph.cc-copyright-footer {
    align-self: end;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-grid-column {
    align-self: start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .f-testimonial-background {
    height: 20%;
  }

  .f-testimonial-slider-mask {
    width: 420px;
  }

  .deco-block {
    min-width: auto;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: 80%;
  }

  .products-grid {
    text-align: center;
    flex-flow: wrap;
    place-content: flex-start center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .wrap-overlayed {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-section-1 {
    text-align: center;
    padding-left: 0;
  }

  .about-head-pic {
    width: 100%;
  }

  .about-section-2 {
    text-align: center;
    padding-right: 0;
  }

  .about-image {
    width: 100%;
    height: 320px;
    min-height: none;
    background-position: 50%;
  }

  .about-image-2 {
    width: 100%;
    height: 320px;
    min-height: none;
    margin-bottom: 30px;
  }

  .product-pic-wrap {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    width: 50%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 4%;
    padding-right: 4%;
    display: flex;
  }

  .about-image-section-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
    display: flex;
  }

  .office-wrap {
    width: auto;
    margin-bottom: 60px;
  }

  .office-image {
    background-position: 50%;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }

  .offices-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .paragraph-2, .paragraph-3 {
    align-self: center;
  }

  .form-wrap {
    text-align: center;
    border-bottom: 1px solid #d2d2d54d;
    border-right-style: none;
    width: auto;
    margin-bottom: 60px;
    margin-right: 0;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .error-message {
    width: auto;
  }

  .contact-form-wrap-2 {
    flex-direction: column;
    align-items: center;
  }

  .contact-details-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .contact-form-headline {
    margin-bottom: 40px;
  }

  .wrap-2 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrap-2.cc-menu {
    justify-content: space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-image-2 {
    justify-content: center;
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .header-image-2.eye {
    min-height: 360px;
  }

  .price-content {
    width: 90%;
  }

  .header-image-3 {
    justify-content: center;
    width: 100%;
    min-width: auto;
    min-height: 360px;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-17 {
    line-height: 36px;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout235_component {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button-5 {
    justify-content: center;
  }

  .content22_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .menu_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    margin-bottom: 80px;
  }

  .contact13_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-contact {
    padding-bottom: 80px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .contact_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .layout3_content {
    padding-right: 0;
  }

  .layout3_image-wrapper {
    height: 100%;
  }

  .beauty-wall {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .layout3_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    margin-bottom: 100px;
  }

  .layout3_image {
    object-fit: cover;
  }

  ._2-col-text {
    width: auto;
  }

  ._2-col-text.padding-bottom {
    padding-bottom: 60px;
  }

  .layout3_component-2 {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .about_content {
    padding-right: 0;
  }

  .about_component {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
    margin-bottom: 60px;
  }

  .about-image-2-copy {
    width: 100%;
    height: auto;
    min-height: none;
    margin-bottom: 30px;
  }

  .gallery4_row {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .content-overlay.cc-deco-block-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar11_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .menu-icon1_line-middle {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-bottom {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar11_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon1_line-top {
    background-color: #0000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .navbar_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    width: auto;
    padding: 0;
  }

  .navbar_dropdown-list.shadow-medium.w--open {
    box-shadow: none;
    background-color: #0000;
  }

  .navbar11_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar11_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar11_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .dropdown {
    padding: 10px 20px;
    display: block;
  }

  .menu_menu-c-item, .menu_menu-c-item.is-2, .menu_menu-c-item-copy {
    width: 100%;
  }

  .header-image-4 {
    justify-content: center;
    width: 100%;
    min-width: auto;
    min-height: 360px;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-content {
    width: 70%;
  }

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

  .section-2.hero {
    max-height: none;
  }

  ._40px-height-div {
    height: 20px;
  }

  .mobile-menu {
    width: 75%;
  }

  .logo {
    max-width: 90%;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .uui-layout03_image {
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout03_lightbox {
    min-height: auto;
    padding: 1.5rem 1rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-layout73_image-wrapper {
    margin-bottom: 1.5rem;
  }

  .uui-layout73_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-section {
    padding-left: 0;
    padding-right: 0;
  }

  .header-content {
    justify-content: center;
  }

  .header-image {
    min-width: auto;
  }

  .magazine-small-image-1 {
    width: 50%;
    height: 200px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .magazine-small-images {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .content-wrap {
    width: 90%;
  }

  .magazine-images-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .magazine-small-image-2 {
    width: 50%;
    height: 200px;
    margin-left: 10px;
  }

  .magazine-image {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-testimonial-right-a, .f-testimonial-left-a {
    display: none;
  }

  .f-testimonial-slider-mask {
    width: 400px;
  }

  .deco-block {
    padding-left: 4%;
    padding-right: 4%;
  }

  .page-headline-wrap {
    width: 90%;
  }

  .page-headline-wrap.cc-overlayed-headline {
    width: auto;
    max-width: none;
  }

  .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  ._3-col-wrap {
    margin-bottom: 90px;
  }

  .product-pic-wrap {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-field-2 {
    text-align: center;
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-field-2::placeholder {
    text-align: center;
  }

  .text-field-2.cc-textarea {
    margin-bottom: 20px;
  }

  .contact-form-2 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .error-message {
    font-size: 14px;
    line-height: 22px;
  }

  .contact-form-wrap-2 {
    padding: 40px;
  }

  .contact-details-wrap {
    margin-bottom: 40px;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .wrap-2.cc-menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .header-image-2 {
    min-width: auto;
  }

  .price-content {
    grid-template-columns: 1fr;
  }

  .header-image-3 {
    min-width: auto;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .gallery9_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    column-count: 1;
  }

  .gallery9_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .layout235_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .content22_component {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .menu_content-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .contact13_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .beauty-wall {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .layout3_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }

  ._2-col-text {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .layout3_component-2, .about_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .gallery23_slide {
    padding-right: 1.5rem;
  }

  .gallery23_arrow.is-left {
    right: 3.5rem;
  }

  .gallery23_mask {
    width: 50%;
  }

  .gallery4_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .gallery4_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .navbar11_component {
    min-height: 4rem;
  }

  .navbar_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar_dropdown-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar11_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .header-image-4 {
    min-width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-text {
    text-align: left;
  }

  .link-circle {
    margin-top: 13px;
    margin-left: 0;
  }

  .hero-content {
    width: 100%;
    max-width: 300px;
  }

  .link-block {
    flex-direction: column;
    justify-content: center;
  }

  .link-block.hero {
    align-items: flex-start;
  }

  .section-2.hero {
    background-position: 50% 100%;
  }

  ._40px-height-div {
    height: 20px;
  }

  .button-2.nav-btn {
    margin-left: 0;
    margin-right: 18px;
    padding: 9px 20px;
    font-size: 16px;
  }

  .button-2.nav-btn.mobile {
    font-size: 20px;
  }

  .mobile-menu {
    width: 85%;
    padding: 70px 46px 46px;
  }

  .nav-link.mobile {
    margin-bottom: 26px;
    font-size: 20px;
  }

  .logo {
    max-width: 75%;
  }

  .hamburger-line {
    width: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .f-navigation-button {
    display: none;
  }

  .menu-item-wrap {
    color: #0b0c0e;
    background-color: #0000;
  }

  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-text {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .big-paragraph.cc-cover-paragraph {
    text-align: center;
    object-fit: fill;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    font-size: 1rem;
    font-style: normal;
    display: block;
    position: static;
    top: 53px;
    overflow: visible;
  }

  .big-paragraph.cc-cover-paragraph.pricingpage.label-2.cc-cover-label {
    margin-top: 0;
  }

  .header-headline-wrap {
    width: auto;
    max-width: none;
  }

  .header-headline {
    font-size: 32px;
  }

  .header-content {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .bookingbutton {
    position: relative;
    top: 44px;
  }

  .bookingbutton.home_page_booking {
    top: 12px;
  }

  .bookingbutton.kynsipalvelut {
    top: 0;
  }

  .label-2.cc-subheadline.cc-smaller {
    font-size: 1.6em;
  }

  .label-2.cc-contact-form-label {
    font-size: 15px;
  }

  .underlined-link.cc-homepage-link {
    font-weight: 700;
  }

  .magazine-small-image-1 {
    height: 130px;
    margin-right: 5px;
  }

  .content.price {
    width: 100%;
    max-width: 350px;
  }

  .magazine-small-image-2 {
    height: 130px;
    margin-left: 5px;
  }

  .magazine-image {
    margin-bottom: 10px;
  }

  .paragraph.mainpage {
    width: auto;
    max-width: none;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-service-heading {
    text-align: left;
  }

  .cf-features-section-2-grid-cell {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cf-features-section-2-grid-cell.homepage-3 {
    justify-content: center;
    align-items: center;
  }

  .cf-service-paragraph {
    text-align: center;
    font-size: 1rem;
    line-height: 130%;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    place-content: stretch;
    place-items: center;
    width: 100%;
    margin-top: 40px;
    margin-right: 9px;
    padding-right: 0;
  }

  .cf-service-image {
    width: 100%;
    height: auto;
  }

  .cf-features-section-2-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-testimonial-avatar-small {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .f-testimonial-background {
    inset: auto 0% 0%;
  }

  .f-testimonial-author {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .f-testimonial-slider-mask {
    width: 100%;
  }

  .deco-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .page-headline-wrap.cc-overlayed-headline, .wrap-overlayed {
    padding-left: 4%;
    padding-right: 4%;
  }

  .office-image {
    height: 190px;
  }

  .office-info {
    flex: 0 auto;
    width: 500px;
    max-width: 500px;
    padding-left: 0;
    display: block;
  }

  .div-block-2 {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-wrap {
    padding-left: 0;
  }

  .contact-form-wrap-2 {
    padding: 40px 30px;
  }

  .contact-details-wrap {
    margin-bottom: 40px;
  }

  .contact-form-headline {
    width: auto;
  }

  .map-2 {
    display: none;
  }

  .wrap-2 {
    padding-left: 4%;
    padding-right: 4%;
  }

  .header-image-2.eye {
    background-image: linear-gradient(#00000080, #00000080), url('../images/12.png');
    background-position: 0 0, 60%;
    background-size: auto, auto;
  }

  .header-headline-2 {
    width: auto;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
  }

  .price-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 350px;
    padding-left: 9px;
    padding-right: 5px;
  }

  .price-content-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .price-item {
    justify-content: space-between;
    font-size: 1rem;
    line-height: 100%;
  }

  .price-content-rightf {
    width: 90%;
    padding-left: 0;
  }

  .addon {
    width: 180px;
  }

  .header-image-3.eye {
    background-image: linear-gradient(#00000080, #00000080), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .header-headline-3 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .servicetext {
    font-size: 2rem;
    line-height: 100%;
  }

  .heading-3 {
    font-size: 1.2rem;
    line-height: 110%;
  }

  .bold-text-3 {
    font-size: 1.3rem;
  }

  .heading-4, .bold-text-4 {
    font-size: 2rem;
  }

  .text-block-3 {
    max-width: none;
  }

  .image-9 {
    text-align: center;
    width: 450%;
    max-width: none;
    display: none;
    position: relative;
    top: -76px;
    left: 5px;
    right: auto;
  }

  .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14 {
    flex: none;
  }

  .text-block-4 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    position: relative;
    top: 148px;
  }

  .heading-15 {
    width: auto;
    max-width: none;
  }

  .heading1 {
    font-size: 2.8rem;
    line-height: 120%;
  }

  .heading1.text-break {
    overflow-wrap: anywhere;
  }

  .text-block-6 {
    width: 260px;
  }

  .text-block-7 {
    display: none;
  }

  .price-item-cut {
    width: 160px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .layout235_component {
    grid-template-columns: 1fr;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .menu-line {
    display: none;
  }

  .menu-heading_wrapper {
    font-size: 2rem;
  }

  .menu-heading {
    font-size: 2rem;
    line-height: 100%;
  }

  .contact13_component {
    grid-template-columns: 1fr;
  }

  .div-block-2-copy {
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact_component, .layout3_component {
    grid-template-columns: 1fr;
  }

  .heading-22 {
    font-size: 24px;
  }

  ._2-col-text {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .layout3_component-2 {
    grid-template-columns: 1fr;
  }

  .padding-60px {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .layout6_item-list, .about_component {
    grid-template-columns: 1fr;
  }

  .heading1-copy {
    word-break: break-all;
    word-break: normal;
    word-break: break-all;
  }

  .text-break {
    word-break: break-all;
  }

  .about-image-2-copy {
    min-height: auto;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-overlay.price {
    width: 100%;
    max-width: 350px;
  }

  .navbar_dropdown-link {
    padding-left: 0;
  }

  .navbar_dropdown-link:hover {
    color: #a49100;
  }

  .addon-copy {
    width: 180px;
  }

  .price-container-item {
    justify-content: space-between;
    font-size: 1rem;
    line-height: 100%;
  }

  .div-block-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: center;
  }

  .header-image-4.eye {
    background-image: linear-gradient(#00000080, #00000080), url('../images/giorgio-trovato-gb6gtiTZKB8-unsplash.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-529a595d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-529a595d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-b99a595f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-b99a595f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-b99a595f {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-ab9a595e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-ab9a595e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-779a5961 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-779a5961 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-779a5961 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-779a5961 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-779a5961 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-779a5961 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-759a595c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-759a595c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_218d3a38-1d70-d0cf-e70c-11c045c4389a-f99a595a {
  align-self: center;
}

#w-node-bd124364-6965-21d3-cffc-4017b8e88829-1c10af47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af4a-1c10af47 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af4b-1c10af47 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af4f-1c10af47 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af51-1c10af47 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af5c-1c10af47 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af5e-1c10af47 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af67-1c10af47 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-d1ff08f5-5a13-bb1e-c90f-822f1c10af69-1c10af47 {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce0e-b99a5958 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce14-b99a5958, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce16-b99a5958 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce17-b99a5958 {
  place-self: auto;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1a-b99a5958 {
  place-self: start;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1c-b99a5958 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-b99a5958 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce20-b99a5958 {
  place-self: auto;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce23-b99a5958 {
  place-self: start;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce25-b99a5958 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f492-6758f48f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f493-6758f48f {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f495-6758f48f {
  grid-area: 2 / 1 / 3 / 2;
  place-self: end stretch;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f497-6758f48f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f499-6758f48f {
  grid-area: 2 / 2 / 3 / 3;
  place-self: start stretch;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f4a4-6758f48f {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f4a6-6758f48f {
  grid-area: 2 / 3 / 3 / 4;
  place-self: start stretch;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f4af-6758f48f {
  grid-area: 1 / 4 / 2 / 5;
  align-self: center;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f4b1-6758f48f {
  grid-area: 2 / 4 / 3 / 5;
  place-self: start stretch;
}

#w-node-_27f57f65-e257-1ba9-d4a0-f6696758f4b6-6758f48f {
  grid-area: 2 / 4 / 3 / 5;
  place-self: end stretch;
}

#w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fb9-fa9a5950 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fbb-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fbc-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fbd-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fbe-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fbf-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fc0-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fc1-fa9a5950, #w-node-b7da8d48-dcdb-a1bb-ce59-b46e49636fc2-fa9a5950 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24112741-c195-4e81-8a4e-05aa1ec44ef5-fa9a5950 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_24112741-c195-4e81-8a4e-05aa1ec44ef8-fa9a5950, #w-node-_24112741-c195-4e81-8a4e-05aa1ec44efb-fa9a5950, #w-node-_24112741-c195-4e81-8a4e-05aa1ec44efe-fa9a5950, #w-node-_24112741-c195-4e81-8a4e-05aa1ec44f01-fa9a5950, #w-node-_5b3cd350-b5c5-4a7a-45aa-1a2299dd8899-17564ba1, #w-node-_5b3cd350-b5c5-4a7a-45aa-1a2299dd889e-17564ba1, #w-node-_5b3cd350-b5c5-4a7a-45aa-1a2299dd893e-17564ba1, #w-node-_5b3cd350-b5c5-4a7a-45aa-1a2299dd8943-17564ba1, #w-node-_14216fb2-a7e8-bd5d-699c-10ef3311aeef-06f4864e, #w-node-c01b11f8-04b2-bc45-6a3b-1f5dd5dd608a-06f4864e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce16-a4c0fc9b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce17-a4c0fc9b {
  place-self: auto;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1a-a4c0fc9b {
  place-self: start;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1c-a4c0fc9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4ec79c72-5770-e9a7-cbee-36df2b745859-a4c0fc9b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4ec79c72-5770-e9a7-cbee-36df2b74585a-a4c0fc9b {
  place-self: auto;
}

#w-node-_4ec79c72-5770-e9a7-cbee-36df2b74585d-a4c0fc9b {
  place-self: start;
}

#w-node-_4ec79c72-5770-e9a7-cbee-36df2b74585f-a4c0fc9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-a4c0fc9b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6bfc4f23-3e1b-76e8-2506-6f4fc6af303e-a4c0fc9b, #w-node-_73cccd76-ba49-7ab9-578e-5bf5e0932a26-a4c0fc9b {
  place-self: start;
}

#w-node-_0643ec03-b320-5580-a89d-b054c8cee6e4-a4c0fc9b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0643ec03-b320-5580-a89d-b054c8cee6e8-a4c0fc9b {
  place-self: start;
}

#w-node-a9c6932d-60a3-cdf0-1c05-33d38c351458-a4c0fc9b, #w-node-a9c6932d-60a3-cdf0-1c05-33d38c35145b-a4c0fc9b, #w-node-a9c6932d-60a3-cdf0-1c05-33d38c35145e-a4c0fc9b, #w-node-a9c6932d-60a3-cdf0-1c05-33d38c351461-a4c0fc9b, #w-node-e6e58f1a-3965-789e-08db-0c2696e4e7b9-a4c0fc9b, #w-node-_6ad16c09-c9ed-3d7c-7411-ecbb494aca25-a4c0fc9b, #w-node-aa25dcf6-eedd-8f37-15e3-7d47d4c13b8c-35645103, #w-node-aa25dcf6-eedd-8f37-15e3-7d47d4c13b8f-35645103, #w-node-aa25dcf6-eedd-8f37-15e3-7d47d4c13b92-35645103, #w-node-aa25dcf6-eedd-8f37-15e3-7d47d4c13b95-35645103, #w-node-aa25dcf6-eedd-8f37-15e3-7d47d4c13b98-35645103, #w-node-aa25dcf6-eedd-8f37-15e3-7d47d4c13b9b-35645103, #w-node-_2fe08a9c-fa04-e2c9-30a0-70980f8ad86e-5cf1f51d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce0e-5cf1f51d, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce1c-5cf1f51d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-5cf1f51d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce20-5cf1f51d {
  place-self: auto;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce23-5cf1f51d {
  place-self: start;
}

#w-node-eb065736-8fc1-b63f-ed13-79b65e740184-5cf1f51d, #w-node-eb065736-8fc1-b63f-ed13-79b65e740187-5cf1f51d, #w-node-eb065736-8fc1-b63f-ed13-79b65e74018a-5cf1f51d, #w-node-eb065736-8fc1-b63f-ed13-79b65e74018d-5cf1f51d, #w-node-eb065736-8fc1-b63f-ed13-79b65e740190-5cf1f51d, #w-node-eb065736-8fc1-b63f-ed13-79b65e740193-5cf1f51d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-5ba19587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c81ba860-3cb7-3fdb-499f-8d8c05a6972c-5ba19587, #w-node-c81ba860-3cb7-3fdb-499f-8d8c05a69734-5ba19587 {
  place-self: start;
}

#w-node-_0643ec03-b320-5580-a89d-b054c8cee6e4-5ba19587 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0643ec03-b320-5580-a89d-b054c8cee6e8-5ba19587 {
  place-self: start;
}

#w-node-f149af10-825d-ceb4-9992-72412a4a92e1-5ba19587, #w-node-f149af10-825d-ceb4-9992-72412a4a92e4-5ba19587, #w-node-f149af10-825d-ceb4-9992-72412a4a92e7-5ba19587, #w-node-f149af10-825d-ceb4-9992-72412a4a92ea-5ba19587, #w-node-f149af10-825d-ceb4-9992-72412a4a92ed-5ba19587, #w-node-f149af10-825d-ceb4-9992-72412a4a92f0-5ba19587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c49f496c-80f6-2d95-cca5-13ad4b22b3e5-f931ac26, #w-node-c49f496c-80f6-2d95-cca5-13ad4b22b3e7-f931ac26 {
  place-self: start;
}

#w-node-_0643ec03-b320-5580-a89d-b054c8cee6e4-f931ac26 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0643ec03-b320-5580-a89d-b054c8cee6e8-f931ac26 {
  place-self: start;
}

#w-node-_3ec519fa-5c79-2ad3-4cb2-2949984f3ffc-f931ac26, #w-node-_3ec519fa-5c79-2ad3-4cb2-2949984f3fff-f931ac26, #w-node-_3ec519fa-5c79-2ad3-4cb2-2949984f4002-f931ac26, #w-node-_3ec519fa-5c79-2ad3-4cb2-2949984f4005-f931ac26, #w-node-_3ec519fa-5c79-2ad3-4cb2-2949984f4008-f931ac26, #w-node-_3ec519fa-5c79-2ad3-4cb2-2949984f400b-f931ac26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_421df62a-c217-12af-eee8-27f88a387928-529a595d, #w-node-_421df62a-c217-12af-eee8-27f88a387928-ab9a595e, #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-779a5961 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-779a5961 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-779a5961 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-779a5961 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-759a595c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d672884c-073e-1c23-cb47-bc2b6808ce0e-b99a5958 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d672884c-073e-1c23-cb47-bc2b6808ce14-b99a5958 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d672884c-073e-1c23-cb47-bc2b6808ce16-b99a5958, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-b99a5958, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce16-a4c0fc9b, #w-node-_4ec79c72-5770-e9a7-cbee-36df2b745859-a4c0fc9b, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-a4c0fc9b, #w-node-_0643ec03-b320-5580-a89d-b054c8cee6e4-a4c0fc9b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_03c788ec-03b3-432c-ab7d-bdcaaea16b3c-35645103 {
    order: -9999;
  }

  #w-node-d672884c-073e-1c23-cb47-bc2b6808ce0e-5cf1f51d, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-5cf1f51d, #w-node-d672884c-073e-1c23-cb47-bc2b6808ce1f-5ba19587, #w-node-_0643ec03-b320-5580-a89d-b054c8cee6e4-5ba19587, #w-node-_0643ec03-b320-5580-a89d-b054c8cee6e4-f931ac26 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1c2c2c80-6d2d-6b7d-a505-c1854259c284-a4c0fc9b, #w-node-cdbfef4c-9001-1e3c-18cb-d6ea1deeb320-a4c0fc9b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-779a5961 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-779a5961 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-779a5961 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-779a5961 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-779a5961 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


