:root {
  --dark: #0d0d12;
  --white: white;
  --vert-bg-border: 0px;
  --horiz-bg-border: 0vw;
}

body {
  color: var(--dark);
  letter-spacing: -.03em;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

h1 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16.6vw;
  font-weight: 500;
  line-height: 96%;
}

h2 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13.4vw;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 500;
  line-height: 120%;
}

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

._70-text {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 110%;
}

.styleguide-headers-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.section {
  background-color: var(--white);
  padding: 200px 4%;
}

.section.styleguide-sec {
  color: var(--white);
  background-color: rgba(13, 13, 18, .7);
}

.section.info-page-sec {
  color: var(--white);
  background-color: #0d0d12;
}

.section.hero-sec {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42)), url('../images/TAVOLO_K121_LIB_BK3_IMG_01.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 350px;
  padding-bottom: 300px;
  display: flex;
  position: relative;
}

.section.make-sec {
  background-color: var(--dark);
  color: #fff;
  height: 300vh;
  padding: 0 0% 50px;
  position: relative;
}

.section.review-sec {
  z-index: 1;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.section.footer-sec {
  background-color: var(--dark);
  color: #fff;
  padding-bottom: 500px;
  position: relative;
  overflow: hidden;
}

.section.navbar {
  z-index: 50;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section.contact-sec {
  background-image: url('../images/Hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 300px;
}

.section.pricing-sec {
  background-color: var(--dark);
  color: var(--white);
}

.section.number-sec {
  background-color: var(--dark);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.privacy-hero-sec {
  background-color: var(--dark);
  color: var(--white);
  padding-bottom: 100px;
}

.section.privacy-sec {
  padding-top: 100px;
}

.section.make-inner {
  background-color: var(--dark);
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

._12-text {
  letter-spacing: -.01em;
  font-family: Instrument Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.sg-color-block {
  width: 100%;
  max-width: 220px;
  height: 220px;
  padding-bottom: 20px;
  padding-left: 32px;
}

.sg-color-block.black-10 {
  background-color: rgba(13, 13, 18, .1);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.sg-color-block.black {
  color: #fff;
  background-color: #0d0d12;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.sg-color-block.white {
  background-color: var(--white);
  color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  padding-left: 32px;
  display: flex;
}

.sg-color-block.black {
  background-color: var(--dark);
}

.styleguide-container {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

._16-text {
  letter-spacing: -.03em;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.styleguide-bottom-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.styleguide-colores-wrp {
  flex-wrap: wrap;
  margin-bottom: 100px;
  display: flex;
}

.button {
  background-color: var(--dark);
  opacity: 1;
  color: var(--white);
  letter-spacing: -.03em;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 120%;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  opacity: .8;
}

.button.small-btn {
  border: 1px solid var(--white);
  padding: 15px 20px;
}

._120-heading {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 500;
  line-height: 100%;
}

.main-container {
  z-index: 1;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-container.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  display: flex;
  position: static;
}

.main-container.hero-cont {
  flex-direction: column;
  flex: 1;
  max-width: 1300px;
  display: flex;
}

._32-text {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

._28-text {
  letter-spacing: -.02em;
  font-family: Instrument Sans, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

.main-wrapper {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.info-page-content {
  grid-row-gap: 70px;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.pink-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ea4494, #ed3069);
  -webkit-background-clip: text;
  background-clip: text;
}

.info-page-wrp {
  grid-column-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.info-pages-vertical-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-line {
  background-color: rgba(255, 255, 255, .6);
  flex: 1;
  width: 1px;
}

.hero-link {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.hero-left {
  white-space: nowrap;
  flex-direction: column;
  width: 17px;
  height: 100%;
  display: flex;
}

.hero-left-inner {
  grid-column-gap: 10px;
  opacity: .6;
  justify-content: center;
  align-items: center;
  height: 130px;
  display: flex;
}

.hero-h1 {
  letter-spacing: -.07em;
  font-size: 16.6vw;
  font-weight: 500;
  line-height: 96%;
}

.hero-container {
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hero-right {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.hero-title-wrp {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.gallery-container {
  grid-row-gap: 90px;
  flex-direction: column;
  display: flex;
}

.gallery-img {
  pointer-events: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.main-text-link {
  color: var(--dark);
  border-radius: 4px;
  text-decoration: none;
  position: relative;
}

.info-block {
  grid-row-gap: 35px;
  flex-direction: column;
  display: flex;
}

.gallery-img-wrp {
  grid-row-gap: 14px;
  background-color: var(--white);
  flex-direction: column;
  margin: -20px;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

.gallery-img-wrp._2 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.gallery-img-wrp._4 {
  margin-top: 100px;
  margin-bottom: -58px;
}

.gallery-bottom {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery-title-wrp {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -1vw;
}

.see-all-link-wrp {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.gallery-img-text-wrp {
  grid-column-gap: 5px;
  display: flex;
}

.make-move-text {
  color: #fff;
  letter-spacing: -.07em;
  white-space: nowrap;
  font-size: 16vw;
  font-weight: 500;
  line-height: 100%;
}

.number-digit-text {
  color: rgba(255, 255, 255, .8);
  white-space: nowrap;
}

.make-img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.number-digit {
  letter-spacing: -.03em;
  font-size: 92px;
  line-height: 100%;
}

.make-moving-text {
  z-index: 10;
  margin-top: -5vw;
  display: flex;
}

.pricing-line {
  background-color: rgba(13, 13, 18, .1);
  width: 100%;
  height: 1px;
}

.pricing-card-header {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.prigin-price-text-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.pricing-card-bottom {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
  display: flex;
}

.pricing-card-top {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.pricing-card {
  grid-row-gap: 40px;
  color: var(--dark);
  background-color: #fff;
  flex-direction: column;
  padding: 60px 8% 40px;
  display: flex;
}

.pricing-container {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.pricing-feature-item {
  grid-column-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.pricing-price-text-wrp {
  color: rgba(13, 13, 18, .8);
}

.pricing-price-wrp {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-book-call-wrp {
  align-self: center;
}

.pricing-features-wrp {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.review-content {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-logos-wrp {
  width: 6000px;
  display: flex;
  position: absolute;
  bottom: 200px;
  left: 0;
}

.review-logos-inner {
  grid-column-gap: 100px;
  padding-right: 100px;
  display: flex;
}

.review-person-info-wrp {
  grid-column-gap: 5px;
  display: flex;
}

.review-container {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.review-quote-wrp {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.footer-title-wrp {
  max-width: 440px;
}

.footer-menu-wrp {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  opacity: .6;
  color: var(--white);
  text-decoration: none;
  transition: opacity .2s;
}

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

.footer-grid {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-move-block {
  grid-column-gap: 100px;
  align-items: center;
  padding-right: 100px;
  display: flex;
}

.footer-menu {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-moving-text-wrp {
  border-top: 1px solid rgba(255, 255, 255, .1);
  width: 5000px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-circle-button {
  color: #0d0d12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 216px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-circle-inner {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 93%;
  height: 93%;
  display: flex;
}

.navbar-brand {
  z-index: 10;
  color: #fff;
  padding-left: 0;
}

.nav-menu-inner {
  grid-column-gap: 30px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: -.03em;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.contact-inner {
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 130px 3% 160px;
  display: flex;
}

.contact-link {
  color: var(--dark);
  transition: color .2s;
}

.contact-link:hover {
  color: rgba(13, 13, 18, .7);
}

.contact-input {
  color: #0d0d12;
  letter-spacing: -.03em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(13, 13, 18, .2);
  height: 60px;
  margin-bottom: 0;
  padding: 18px 0;
  font-size: 16px;
  line-height: 150%;
}

.contact-input:focus {
  border-bottom-color: #0d0d12;
}

.contact-input::placeholder {
  color: rgba(13, 13, 18, .6);
}

.contact-input.text-area {
  min-width: 100%;
  max-width: 100%;
  height: 120px;
  min-height: 120px;
  padding-top: 10px;
}

.form {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.form-block {
  margin-bottom: 0;
  position: relative;
}

.contact-form-block-wrp {
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 440px;
  display: flex;
}

.contact-inputs-wrp {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.caps-title {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

._60-opacity {
  opacity: .6;
}

.footer-logo {
  width: 670px;
}

.footer-star {
  margin-top: -40px;
}

.quote-text {
  letter-spacing: -.04em;
  font-size: 40px;
  line-height: 120%;
}

.footer-text-wrp {
  opacity: .6;
}

.contact-logo {
  opacity: .2;
  width: 62vw;
  max-width: 939px;
  height: 14vw;
  max-height: 200px;
  position: absolute;
  top: -11vw;
}

.contact-logo-wrp {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 939px;
  height: 70px;
  display: flex;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.nav-logo-img {
  width: 100%;
  max-width: 92px;
}

.main-img-wrp {
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  padding-top: 65%;
  display: flex;
  position: relative;
}

.nav-link-line {
  border-bottom: 1px solid var(--white);
  transform-origin: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery-img-link {
  z-index: 10;
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gallery-view-circle {
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transform-origin: 0 0;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
}

.utility-page-wrap {
  color: var(--white);
  background-image: url('../images/Hero.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.success-message-inner {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 551px;
  padding: 20px;
  display: flex;
}

.error-message {
  text-align: center;
  border-radius: 4px;
  width: 100%;
  position: absolute;
}

.footer-outer-circle {
  border: 1px dashed rgba(255, 255, 255, .6);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.circle-inner-text {
  position: absolute;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.password-field {
  color: var(--dark);
  text-align: center;
  height: 50px;
}

.make-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.number-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.number-inner {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.number-left {
  max-width: 400px;
}

.number-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  width: 100%;
  max-width: 464px;
  display: flex;
}

.number-digit-wrp {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.privacy-container {
  flex-direction: column;
  align-items: center;
}

.privacy-content-wrp {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.big-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.privacy-rich-block {
  width: 100%;
  max-width: 800px;
}

.privacy-rich-block ol {
  padding-left: 20px;
}

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

.privacy-hero-header-wrp {
  text-align: center;
}

.hero-vertical-text-wrp {
  transform: translate(-8px)rotate(-90deg);
}

.hero-right-wrp {
  overflow: hidden;
}

._404-header {
  letter-spacing: -.07em;
  font-size: 200px;
  line-height: 100%;
}

.foter-circle-wrp {
  justify-content: center;
  align-items: center;
  width: 416px;
  height: 416px;
  margin: -100px;
  display: flex;
}

.black-background {
  z-index: 1;
  border-style: solid;
  border-width: var(--vert-bg-border) var(--horiz-bg-border);
  pointer-events: none;
  border-color: #000;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-img {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  width: 200px;
  position: relative;
}

.hero-bg-wrapper {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-wrapper {
  background-color: var(--dark);
  width: 100%;
  overflow: hidden;
}

.home-hero-h1 {
  margin-left: -1.1vw;
  font-size: 100px;
  line-height: 100%;
}

.make-movint-text-wrp {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.make-sticky-wrapper {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer-inner, .body {
  background-color: var(--dark);
}

.footer-heading {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 100%;
}

.gallery-text {
  line-height: 120%;
}

.hero-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 335px;
  display: grid;
}

.form-select-wrp {
  justify-content: flex-end;
  align-items: center;
  margin-left: -3px;
  display: flex;
  position: relative;
}

.select-arrow {
  background-color: var(--white);
  position: absolute;
}

.hero-inner-line {
  background-color: var(--white);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  width: 1px;
  height: 100%;
  transform: scale3d(1, 0, 1);
}

.link-line {
  background-color: var(--white);
  transform-origin: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-line.black {
  background-color: var(--dark);
}

.form-text-wrp {
  opacity: .8;
}

.gallery-view-inner-circle {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: translate(-50%, -50%);
}

.buy-buttton-wrp {
  z-index: 50;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

.heading {
  font-size: 8vw;
}

.heading-2 {
  font-size: 85px;
}

.text-block-2 {
  font-weight: 500;
}

@media screen and (min-width: 1440px) {
  h1 {
    letter-spacing: -.07em;
    font-size: 240px;
    line-height: 96%;
  }

  h2 {
    letter-spacing: -.07em;
    font-size: 195px;
    line-height: 100%;
  }

  .section.hero-sec {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/TAVOLO_K121_LIB_BK3_IMG_01.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: 100vh;
    padding: 500px 0% 350px;
  }

  .section.contact-sec {
    background-image: url('../images/IMG-20240409-WA0016.jpg');
  }

  ._16-text {
    font-size: 20px;
    font-weight: 500;
  }

  ._120-heading {
    font-size: 70px;
  }

  .main-container.hero-cont {
    max-width: 1300px;
  }

  .hero-right {
    max-width: 730px;
  }

  .make-move-text {
    letter-spacing: -.07em;
    font-size: 300px;
    line-height: 100%;
  }

  .make-moving-text {
    margin-top: -70px;
    top: 200px;
  }

  .footer-title-wrp {
    max-width: 600px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1.75fr 1fr;
  }

  .contact-inner {
    background-color: rgba(255, 255, 255, .76);
  }

  .caps-title {
    letter-spacing: 0;
    font-size: 20px;
  }

  .contact-logo {
    top: -160px;
  }

  .hero-img {
    width: 250px;
  }

  .home-hero-h1 {
    margin-left: -9px;
    font-size: 100px;
  }

  .heading-2 {
    font-size: 100px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 15.6vw;
  }

  h3, ._70-text {
    letter-spacing: -.05em;
    font-size: 50px;
    line-height: 110%;
  }

  .section.hero-sec {
    background-image: linear-gradient(rgba(0, 0, 0, .32), rgba(0, 0, 0, .32)), url('../images/TAVOLO_K121_LIB_BK3_IMG_03_V.jpg');
    background-position: 0 0, 100% 0;
    background-size: auto, cover;
    height: auto;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section.make-sec {
    grid-row-gap: 150px;
  }

  .section.footer-sec {
    padding-bottom: 310px;
  }

  .section.navbar {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.number-sec {
    grid-row-gap: 150px;
  }

  ._120-heading {
    letter-spacing: -.05em;
    font-size: 80px;
    line-height: 100%;
  }

  .main-container.navbar-container {
    align-items: center;
    padding-top: 25px;
    overflow: visible;
  }

  ._32-text {
    letter-spacing: -.02em;
    font-size: 30px;
    line-height: 125%;
  }

  .gallery-img-wrp {
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
  }

  .gallery-img-wrp._2 {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .gallery-img-wrp._4 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .review-quote-img {
    width: 70px;
  }

  .footer-title-wrp {
    max-width: 300px;
  }

  .footer-menu {
    align-items: flex-start;
  }

  .footer-moving-text-wrp {
    padding-top: 45px;
    padding-bottom: 70px;
  }

  .footer-circle-button {
    width: 180px;
    height: 180px;
  }

  .burger-line-2 {
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(13, 13, 18, .3);
    justify-content: center;
    width: 100%;
    height: 100svh;
    margin-top: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .nav-menu-inner {
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px;
  }

  .nav-link {
    font-size: 30px;
    line-height: 145%;
  }

  .burger-line-1 {
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger {
    z-index: 100;
    justify-content: center;
    align-items: center;
    margin-right: -8px;
    padding: 8px;
    display: flex;
  }

  .burger.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .burger-line-3 {
    color: rgba(0, 0, 0, 0);
    background-color: #fff;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .contact-inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .caps-title {
    font-weight: 600;
  }

  .footer-logo {
    width: 430px;
  }

  .footer-star {
    width: 60px;
    margin-top: -30px;
  }

  .quote-text {
    letter-spacing: -.04em;
    font-size: 35px;
    line-height: 140%;
  }

  .main-img-wrp {
    width: 100vw;
    height: 100%;
  }

  .number-inner {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .number-left {
    max-width: 464px;
  }

  ._404-header {
    letter-spacing: -.07em;
    font-size: 150px;
    line-height: 100%;
  }

  .contanct-header-wrp {
    max-width: 310px;
  }

  .foter-circle-wrp {
    width: auto;
    height: auto;
    margin: 0;
  }

  .hero-img {
    width: 150px;
  }

  .home-hero-h1 {
    width: 80%;
    line-height: 80%;
  }

  .footer-heading {
    letter-spacing: -.05em;
    font-size: 80px;
    line-height: 100%;
  }

  .heading-2 {
    font-size: 70px;
  }

  .text-block {
    line-height: 120%;
  }
}

@media screen and (max-width: 767px) {
  body {
    letter-spacing: -.03em;
    font-size: 18px;
    line-height: 140%;
  }

  h2 {
    letter-spacing: -.07em;
    font-size: 18vw;
    line-height: 100%;
  }

  h3 {
    letter-spacing: -.05em;
    font-size: 38px;
    line-height: 110%;
  }

  ._70-text {
    letter-spacing: -.05em;
    font-size: 50px;
    line-height: 110%;
  }

  .section {
    padding: 100px 26px;
  }

  .section.hero-sec {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .section.make-sec {
    grid-row-gap: 100px;
  }

  .section.review-sec {
    padding-bottom: 200px;
  }

  .section.footer-sec {
    padding-bottom: 230px;
  }

  .section.contact-sec {
    padding-top: 200px;
  }

  .section.number-sec {
    grid-row-gap: 100px;
  }

  .section.privacy-hero-sec {
    padding-bottom: 50px;
  }

  .section.privacy-sec {
    padding-top: 50px;
  }

  .sg-color-block {
    max-width: 100%;
  }

  ._120-heading {
    letter-spacing: -.05em;
    font-size: 40px;
    line-height: 100%;
  }

  .main-container.navbar-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  ._32-text {
    letter-spacing: -.02em;
    font-size: 23px;
    line-height: 125%;
  }

  ._28-text {
    letter-spacing: -.02em;
    font-size: 20px;
    line-height: 120%;
  }

  .info-page-content {
    grid-row-gap: 30px;
  }

  .info-page-wrp {
    letter-spacing: -.03em;
    line-height: 130%;
  }

  .hero-left {
    display: none;
  }

  .hero-h1 {
    letter-spacing: -.05em;
    font-size: 60px;
    line-height: 100%;
  }

  .hero-container {
    flex-direction: column;
  }

  .hero-title-wrp, .gallery-container {
    grid-row-gap: 40px;
  }

  .info-block {
    grid-row-gap: 20px;
    order: -1;
  }

  .gallery-img-wrp._2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-img-wrp._4 {
    pointer-events: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .gallery-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    max-width: 500px;
    display: flex;
  }

  .gallery-title-wrp {
    display: block;
  }

  .see-all-link-wrp {
    order: 1;
  }

  .gallery-tilte-wrp {
    display: none;
  }

  .make-moving-text {
    grid-column-gap: 40px;
  }

  .pricing-card-header {
    grid-row-gap: 20px;
  }

  .prigin-price-text-wrp {
    grid-row-gap: 7px;
  }

  .pricing-card-bottom {
    grid-row-gap: 20px;
  }

  .pricing-card-top {
    grid-row-gap: 30px;
  }

  .pricing-card {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .pricing-container {
    grid-row-gap: 40px;
    align-items: flex-start;
    max-width: 500px;
  }

  .pricing-feature-item {
    grid-column-gap: 6px;
  }

  .pricing-price-wrp {
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .pricing-features-wrp {
    grid-row-gap: 12px;
  }

  .review-logo {
    width: 140px;
  }

  .review-content {
    grid-row-gap: 40px;
  }

  .review-logos-wrp {
    bottom: 80px;
  }

  .review-logos-inner {
    grid-column-gap: 50px;
    padding-right: 50px;
  }

  .review-container {
    display: block;
  }

  .review-quote-img {
    width: 40px;
  }

  .footer-title-wrp {
    max-width: 50vw;
  }

  .footer-menu-wrp {
    margin-top: 40px;
  }

  .footer-link {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer-move-block {
    grid-column-gap: 40px;
    padding-right: 40px;
  }

  .footer-moving-text-wrp {
    padding-top: 32px;
    padding-bottom: 45px;
  }

  .footer-circle-button {
    width: 150px;
    height: 150px;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-inner {
    grid-row-gap: 30px;
  }

  .contact-inner {
    padding: 60px 20px;
  }

  .contact-form-block-wrp {
    grid-row-gap: 40px;
  }

  .footer-logo {
    width: 220px;
  }

  .footer-star {
    width: 30px;
    margin-top: -10px;
  }

  .quote-text {
    letter-spacing: -.04em;
    font-size: 25px;
    line-height: 140%;
  }

  .footer-text-wrp {
    letter-spacing: -.03em;
    font-size: 20px;
    line-height: 140%;
  }

  .contact-logo {
    width: 70vw;
    top: -10vw;
  }

  .contact-logo-wrp {
    width: 70vw;
    height: 30px;
  }

  .utility-page-content {
    grid-row-gap: 20px;
  }

  .privacy-container {
    grid-row-gap: 40px;
  }

  .big-text {
    font-size: 18px;
    line-height: 140%;
  }

  .privacy-rich-block ul {
    padding-left: 20px;
  }

  .privacy-hero-container {
    grid-row-gap: 40px;
  }

  ._404-header {
    letter-spacing: -.07em;
    font-size: 100px;
    line-height: 100%;
  }

  .foter-circle-wrp {
    justify-content: flex-start;
  }

  .hero-img {
    width: 100px;
  }

  .home-hero-h1 {
    letter-spacing: -.07em;
    font-size: 18vw;
    line-height: 85%;
  }

  .footer-heading {
    letter-spacing: -.05em;
    font-size: 14vw;
    line-height: 100%;
  }

  .hero-bottom {
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .section.hero-sec {
    background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/TAVOLO_K121_LIB_BK3_IMG_03_V.jpg');
    background-position: 0 0, 50%;
    padding-top: 200px;
  }

  .section.review-sec {
    padding-top: 200px;
  }

  .info-page-wrp {
    flex-direction: column;
  }

  .make-move-text {
    font-size: 18vw;
  }

  .number-digit {
    letter-spacing: -.03em;
    font-size: 100px;
    line-height: 100%;
  }

  .footer-title-wrp {
    max-width: 60vw;
  }

  .nav-menu-inner {
    padding-top: 70px;
  }

  .caps-title {
    letter-spacing: -.02em;
    font-weight: 500;
  }

  .quote-text {
    font-size: 25px;
    line-height: 120%;
  }

  .number-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-hero-h1 {
    font-size: 16vw;
    line-height: 85%;
  }

  .make-movint-text-wrp {
    background-image: linear-gradient(rgba(0, 0, 0, .42), rgba(0, 0, 0, .42));
  }

  .heading-2 {
    font-size: 50px;
    font-weight: 600;
  }
}

#w-node-e47c90d6-de2e-4f6f-b2cb-50f409b0fc45-3f23c246 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_069c8830-eba7-341b-6c33-9969d82175a1-3f23c246 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-e47c90d6-de2e-4f6f-b2cb-50f409b0fc4b-3f23c246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cf35149-f883-f3b2-6e7d-1ee04c9de48c-3f23c246 {
  grid-area: 1 / 3 / 2 / 11;
  align-self: end;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a25d-3f23c246 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a260-3f23c246 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a265-3f23c246 {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a26b-3f23c246 {
  grid-area: 2 / 8 / 3 / 11;
  align-self: start;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a270-3f23c246 {
  grid-area: 3 / 2 / 4 / 6;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a275-3f23c246 {
  grid-area: 4 / 2 / 5 / 4;
}

#w-node-_4c0855c9-051d-9b40-cf46-99d57c84a279-3f23c246 {
  grid-area: 4 / 5 / 5 / 11;
}

#w-node-b821beb5-7d08-b921-6e6f-125292cbcc9a-3f23c246, #w-node-_454a54a9-6d14-69b1-0e29-ced71cd95ec4-3f23c246 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_74d97140-51b5-cf23-5682-7fa070602315-3f23c246, #w-node-_74d97140-51b5-cf23-5682-7fa070602344-3f23c246 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e589441-00b5-39ff-f0e0-f1da030d3b45-3f23c246 {
  grid-area: 1 / 2 / 2 / 10;
}

#w-node-ce264d85-714f-7bfb-ea14-a577f00b128e-f00b128a {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-c877199f-55a5-1e00-a6dc-a7e270916a64-f00b128a {
  grid-area: 1 / 9 / 2 / 11;
  align-self: end;
  justify-self: end;
}

#w-node-ce264d85-714f-7bfb-ea14-a577f00b1295-f00b128a {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-ce264d85-714f-7bfb-ea14-a577f00b12a2-f00b128a {
  grid-area: 2 / 5 / 3 / 7;
}

#w-node-_9f2c243b-b84c-afa4-4c37-460b5a8125bb-f00b128a {
  grid-area: 2 / 8 / 3 / 10;
}

#w-node-a6b54cd6-e706-292d-70f5-12b8a0a7a8f6-3f23c247 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a6b54cd6-e706-292d-70f5-12b8a0a7a8f7-3f23c247 {
  grid-area: 1 / 4 / 2 / 8;
}

@media screen and (max-width: 991px) {
  #w-node-_4c0855c9-051d-9b40-cf46-99d57c84a260-3f23c246 {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-_4c0855c9-051d-9b40-cf46-99d57c84a265-3f23c246 {
    grid-area: 1 / 9 / 3 / 13;
  }

  #w-node-_4c0855c9-051d-9b40-cf46-99d57c84a26b-3f23c246 {
    grid-area: 2 / 9 / 3 / 13;
  }

  #w-node-_4c0855c9-051d-9b40-cf46-99d57c84a270-3f23c246 {
    grid-area: 3 / 1 / 5 / 6;
  }

  #w-node-_4c0855c9-051d-9b40-cf46-99d57c84a275-3f23c246 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_4c0855c9-051d-9b40-cf46-99d57c84a279-3f23c246 {
    grid-area: 5 / 6 / 6 / 13;
  }

  #w-node-_7e589441-00b5-39ff-f0e0-f1da030d3b45-3f23c246 {
    grid-area: 1 / 2 / 2 / 12;
  }

  #w-node-c877199f-55a5-1e00-a6dc-a7e270916a64-f00b128a {
    grid-area: 1 / 10 / 2 / 13;
    align-self: end;
    justify-self: end;
  }

  #w-node-ce264d85-714f-7bfb-ea14-a577f00b1295-f00b128a {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-ce264d85-714f-7bfb-ea14-a577f00b12a2-f00b128a {
    grid-area: 2 / 6 / 3 / 10;
  }

  #w-node-_9f2c243b-b84c-afa4-4c37-460b5a8125bb-f00b128a {
    grid-area: 2 / 10 / 3 / 13;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_069c8830-eba7-341b-6c33-9969d82175a1-3f23c246 {
    grid-column: 1 / 2;
  }

  #w-node-_0cf35149-f883-f3b2-6e7d-1ee04c9de48c-3f23c246 {
    grid-column-start: 3;
  }

  #w-node-c877199f-55a5-1e00-a6dc-a7e270916a64-f00b128a {
    align-self: auto;
    justify-self: auto;
  }
}


