:root {
  --white: white;
  --black: black;
}

.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: 59px;
  padding-top: 0;
}

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: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  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;
}

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

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

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

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

.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;
}

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

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

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

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

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

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

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

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
}

.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-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light, .paragraph-light {
  opacity: .6;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

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

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

.button {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

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

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

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

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

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

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

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

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

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

.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;
}

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

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin-top: 100px;
  margin-bottom: 140px;
}

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.position-name-text {
  text-transform: none;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 140px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.carrer-headline-wrap {
  width: 70%;
  margin-bottom: 50px;
}

.work-image {
  height: 460px;
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

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

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

.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;
}

.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::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

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

.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;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  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;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.hi-there-heading {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

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

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

.upcoming-wrap {
  margin-bottom: 40px;
}

.social-media-heading {
  margin-bottom: 60px;
}

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

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

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

.email-section {
  width: 70%;
  text-align: center;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

.portada {
  height: 800px;
}

.image {
  width: 100%;
  height: 900px;
}

.div-block {
  height: 900px;
}

.nav-menu {
  display: inline-block;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
}

.div-block-25 {
  width: 50%;
  border-bottom: 0 solid #fff;
  overflow: hidden;
}

.container-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.paragraph-3 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  margin: 0 auto 3px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.paragraph-4 {
  color: #fff;
  text-align: justify;
  font-size: 90px;
  line-height: 90px;
}

.paragraph-4.left {
  margin-top: 40px;
  margin-left: 0;
  font-family: Forum, sans-serif;
}

.paragraph-4.right {
  text-align: right;
  margin-top: 40px;
  margin-right: 10px;
  font-family: Forum, sans-serif;
}

.image-7 {
  width: 10%;
  margin-bottom: 0;
}

.image-7._2, .image-7._2-copy {
  width: 10%;
  margin-bottom: 70px;
  font-size: 18px;
}

.div-block-24 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.columns {
  margin: 1px;
}

.inicio {
  height: 110vh;
  background-image: url('../images/OK_SAVEHUAYACAN-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 0%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-3 {
  overflow: hidden;
}

.quote-2 {
  height: 0%;
  background-image: url('../images/Apavisa-North-Blue-Spatulato---Cerriva.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-27 {
  margin-left: 300px;
}

.paragraph-6 {
  margin-top: 130px;
  font-family: Forum, sans-serif;
}

.image-8 {
  margin-top: 70px;
  display: inline-block;
  position: relative;
}

.div-block-28 {
  margin-right: 300px;
}

.image-9 {
  width: 90%;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.itinerario {
  height: auto;
  background-image: url('../images/Misa-80-p.m.-HE-830-p.m.-2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 82px;
  display: flex;
}

.foto {
  height: 400px;
  background-image: url('../images/wedding-inspiration-annierubyy.jpg');
  background-position: 50%;
  background-size: cover;
}

.dress-code {
  height: auto;
  background-color: #d3d8dc;
  padding-top: 5%;
  padding-bottom: 5%;
}

.foto-2 {
  height: 80vh;
}

.full-frame-image-wrapper {
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 3vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  overflow: hidden;
}

.full-frame-image-wrapper.homepage {
  height: 80vh;
  background-image: url('../images/OK_SAVEHUAYACAN-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.light {
  color: #fafaf8;
  display: none;
}

.hospedaje {
  height: auto;
  background-image: url('../images/Asset-32x.png');
  background-position: 0 0;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
}

.paragraph-16 {
  color: #2c3849;
  text-align: center;
  font-family: Gistesy, sans-serif;
  font-size: 60px;
}

.paragraph-16._1 {
  font-size: 20px;
}

.columns-2 {
  margin-top: 40px;
}

.space {
  height: 12px;
}

.paragraph-18 {
  color: #2c3849;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 25px;
}

.button-2 {
  width: 150px;
  color: #000;
  text-align: center;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #000;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.button-2._1 {
  width: 150px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 12px;
  line-height: 20px;
}

.button-2._2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.button-2._3 {
  margin-left: 0;
}

.paragraph-19, .paragraph-21 {
  color: #2c3849;
  text-align: center;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 25px;
}

.mesa-de-regalos {
  height: 80vh;
}

.column-4 {
  height: 100%;
  color: #d3d8dc;
  background-color: #d3d8dc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-14 {
  height: 40px;
  color: #2c3849;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3%;
  padding-left: 0;
  font-family: Gistesy, sans-serif;
  font-size: 60px;
}

.paragraph-15 {
  color: #000;
  text-align: right;
  margin-top: 80px;
  margin-left: 40px;
  margin-right: 57px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
}

.column-5 {
  height: 100%;
  background-image: url('../images/ba80d09a-8b9b-499d-a94a-0cedb76f55f4.JPG');
  background-position: 50% 16%;
  background-size: cover;
}

.text-span {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 16px;
}

.submit-button {
  width: 200px;
  outline-offset: 0px;
  color: #fff;
  background-color: #2c3849;
  border-radius: 30px;
  outline: 1px solid #000;
  margin-top: 20px;
  font-family: Cormorant Garamond, sans-serif;
}

.rsvp {
  height: auto;
  padding: 5%;
}

.field-label {
  color: #2c3849;
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 0%;
  display: flex;
}

.text-field-2 {
  width: 400px;
  height: 50px;
  color: #000;
  text-align: center;
  border-radius: 30px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
}

.paragraph-22 {
  height: 50px;
  color: #2c3849;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0%;
  font-family: Gistesy, sans-serif;
  font-size: 60px;
}

.div-block-29, .div-block-30 {
  display: flex;
}

.div-block-31 {
  margin-right: 220px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-right: 0;
}

.image-10 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-10.rsvp {
  width: 650px;
}

.div-block-32 {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.paragraph-23 {
  color: #2c3849;
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Gistesy, sans-serif;
  font-size: 40px;
  overflow: visible;
}

.paragraph-23.back {
  font-family: Forum, sans-serif;
  font-size: 25px;
}

.paragraph-24 {
  color: #2c3849;
  text-align: center;
  margin-bottom: 0;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.paragraph-25 {
  color: #2c3849;
  text-align: center;
  margin-bottom: 0;
  font-family: Forum, sans-serif;
  font-size: 25px;
}

.text-span-2 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.div-block-33 {
  height: 50px;
  margin-top: 285px;
}

.div-block-34 {
  margin-top: 150px;
}

.div-block-35 {
  margin-left: 40px;
  margin-right: 40px;
}

.image-11 {
  text-align: center;
  margin-top: -120px;
}

.image-11.pinterest {
  width: 500px;
}

.paragraph-26 {
  text-align: center;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.div-block-36 {
  width: 100%;
  display: none;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  display: none;
}

.columns-3 {
  width: 100%;
  display: none;
}

.column-6, .column-7, .column-8, .column-9, .column-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-11, .column-12 {
  display: none;
}

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

.div-block-40 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-41 {
  display: flex;
}

.image-12 {
  margin-top: 10%;
}

.image-12.cel {
  margin-top: 0%;
}

.image-12.cel.mono {
  width: 200px;
}

.js-clock {
  justify-content: center;
  align-items: center;
  font-family: Raleway, sans-serif;
  display: flex;
}

.box {
  width: 80px;
  height: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: #fff;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 40px;
}

.clock-label {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-right: -5px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 15px;
}

.image-13 {
  width: 100%;
}

.image-14 {
  margin-top: -120px;
}

.image-14.pinterest {
  width: 500px;
}

.image-15, .image-16, .image-17 {
  width: 250px;
}

.div-block-42 {
  margin-top: 0;
}

._w-card-img {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-card-title {
  margin-bottom: 5px;
}

.c-card-front {
  width: 250px;
  height: 200px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-card-back {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

.image-18 {
  margin-top: 10px;
}

.card-quote {
  z-index: 5;
  width: 100%;
  color: #707070;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1em;
  font-style: normal;
  line-height: 1.4em;
  position: relative;
}

.text-span-6 {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5em;
}

._w-card-front {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  background-color: #ff6565;
  background-image: linear-gradient(rgba(0, 0, 0, .41), rgba(0, 0, 0, .41)), url('../images/IMG_7087IMG_7086.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front.tw {
  background-color: #8ca7ff;
}

._w-card-front.tw._2 {
  height: 50%;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

._w-card-front.fb {
  background-color: #6670bd;
}

._w-card-front.fb._3 {
  width: 250px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}

._w-card-front._1 {
  width: 0%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tarjetas-3-01.png');
  background-position: 35%;
  background-size: cover;
}

.c-card-quote {
  width: 250px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
}

.card-title {
  color: #fff;
  text-align: right;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1em;
}

.card-title._2 {
  color: #ac8578;
  text-align: center;
  font-size: 2.3em;
}

.card-quote-copy {
  z-index: 5;
  width: 100%;
  color: #707070;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 1em;
  font-style: normal;
  line-height: 1.4em;
  position: relative;
}

.cloneable-area {
  padding: 20px;
}

.button-3 {
  color: #ac8578;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ac8578;
  border-radius: 20px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8em;
}

.c-flip-card {
  height: auto;
  position: relative;
}

.c-card-no {
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

._w-card-quote {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-4 {
  color: #707070;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #707070;
  border-radius: 20px;
  margin-top: 10px;
  font-size: 1em;
  line-height: 1.3em;
}

.c-card-img {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

._w-flip-card {
  z-index: 10;
  width: auto;
  height: auto;
  perspective: 1000px;
  display: flex;
  position: relative;
}

.image-5 {
  margin-top: 15px;
}

.c-flipping-cards-list {
  width: 100%;
  max-width: 1300px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5% 0 0;
  display: flex;
}

.c-card-text {
  perspective: 1000px;
  border-top: 1px rgba(255, 255, 255, .25);
  padding: 20px 15px;
  transform: translate(0);
}

.c-card-back {
  width: 250px;
  height: 100px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-19 {
  width: 250px;
  height: 250px;
  margin-right: 0%;
}

.image-20 {
  width: 100%;
}

.image-21 {
  width: 400px;
}

.div-block-43 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cards {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.image-22 {
  width: 250px;
  height: 25px;
  margin-left: 0%;
}

.c-card-back-2 {
  width: 300px;
  height: 250px;
  perspective: 1000px;
  background-color: #fff;
  background-image: url('../images/2.png');
  background-position: 50% 100%;
  background-size: cover;
  border: .5px solid #2c3849;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-back-2.men {
  background-image: url('../images/1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.c-card-back-2._2 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

._w-card-back-2 {
  width: 300px;
  height: 300px;
  perspective: 1000px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tarjetas-3-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

._w-card-front-2 {
  width: 300px;
  height: 300px;
  background-color: var(--white);
  perspective: 1000px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front-2._1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tarjetas-3-04.png');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-card-front-2 {
  width: 300px;
  height: 300px;
  perspective: 1000px;
  background-image: url('../images/tarjetas-3-04.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cloneable-area-2 {
  padding: 20px;
}

._w-card-back-3 {
  width: 300px;
  height: 250px;
  perspective: 1000px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/tarjetas-3-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

._w-card-back-3._14 {
  background-image: url('../images/tarjetas-3-05.png');
}

._w-card-front-3 {
  width: 300px;
  height: 250px;
  perspective: 1000px;
  background-color: rgba(255, 101, 101, 0);
  background-image: url('../images/tarjetas-3-04.png');
  background-position: 50%;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
  position: relative;
  transform: none;
}

._w-card-front-3._1 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Asset-36_1Asset 36.webp');
  background-position: 35%;
  background-repeat: no-repeat;
  background-size: contain;
}

._w-card-front-3.recepcion {
  background-image: url('../images/tarjetas-3-03.png');
}

.c-card-front-3 {
  width: 250px;
  height: 450px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-card-front-3._1 {
  width: 300px;
  height: 250px;
  background-color: var(--white);
  border: .5px solid #2c3849;
  border-radius: 20px;
}

.cloneable-area-3 {
  height: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-44 {
  height: auto;
}

.div-block-45 {
  width: 250px;
  height: 250px;
  background-image: url('../images/tarjetas-3-01.png');
  background-position: 0 0;
  background-size: auto;
}

.text-span-7, .text-span-8 {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 20px;
}

.link-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.link-block-2 {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.columns-4 {
  height: 80vh;
}

.div-block-46.close {
  display: none;
}

.image-25 {
  width: 400px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.image-26 {
  width: 400px;
  margin-top: -75px;
  padding-bottom: 0;
}

.div-block-47 {
  height: 100px;
}

.image-27 {
  margin-left: 5px;
}

.container-5 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: flex;
}

.paragraph-copy-2 {
  color: #333;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.5vw;
  line-height: 160%;
}

.image-28 {
  width: 40px;
  margin-left: 5px;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #d3d8dc;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.success-message {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 10px;
}

.text-block {
  font-family: Cormorant Garamond, sans-serif;
  font-size: 14px;
}

.text-span-9 {
  font-size: 9px;
  line-height: 10px;
}

.text-span-10 {
  font-size: 10px;
}

@media screen and (min-width: 1440px) {
  .full-frame-image-wrapper {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .div-block-32 {
    margin-bottom: 0;
  }

  .cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
  }

  .div-block-45 {
    width: 300px;
    height: 300px;
  }

  .image-23, .image-24 {
    width: 250px;
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

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

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

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

  .menu-icon {
    display: block;
  }

  .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;
  }

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

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

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

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

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

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

  .social-media-heading {
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

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

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

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .paragraph-3 {
    height: 0%;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding-top: 100px;
  }

  .image-7 {
    width: 20%;
  }

  .image-7._2, .image-7._2-copy {
    width: 10%;
    margin-bottom: 100px;
  }

  .inicio {
    height: 90%;
    padding-bottom: 57px;
  }

  .full-frame-image-wrapper {
    height: 50vh;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .container {
    text-align: center;
  }

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

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

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

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

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

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

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

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

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

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

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    width: 70%;
    max-width: 470px;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

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

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .image-7 {
    width: 30%;
  }

  .image-7._2, .image-7._2-copy {
    width: 10%;
  }

  .full-frame-image-wrapper {
    height: 100vh;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .skills-grid {
    width: 100%;
    max-width: none;
    grid-template-columns: 1fr;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link-2 {
    color: #000;
    text-align: center;
  }

  .container-3 {
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 0;
  }

  .image-7 {
    width: 35%;
  }

  .image-7._2 {
    width: 20%;
  }

  .image-7._2.close {
    display: none;
  }

  .image-7._2-copy {
    width: 30%;
    margin-bottom: 0;
    margin-right: 40px;
    display: block;
  }

  .div-block-24.close {
    height: 25vh;
  }

  .column-2, .columns {
    display: flex;
  }

  .inicio {
    background-image: url('../images/OK_SAVEHUAYACAN-2.jpg');
    background-position: 30%;
    background-size: cover;
  }

  .column-3 {
    display: flex;
  }

  .quote-2 {
    height: auto;
  }

  .image-9 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    display: block;
  }

  .itinerario {
    padding: 10% 5% 5%;
    display: block;
  }

  .dress-code {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .full-frame-image-wrapper {
    height: 65vh;
    margin-top: 32px;
  }

  .full-frame-image-wrapper.homepage {
    background-image: url('../images/OK_SAVEHUAYACAN-7.jpg');
    background-position: 25%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
  }

  .hospedaje {
    padding-top: 15%;
    padding-bottom: 10%;
  }

  .paragraph-16 {
    margin-bottom: 10%;
    font-size: 40px;
  }

  .mesa-de-regalos {
    height: auto;
  }

  .column-4 {
    height: 50vh;
  }

  .paragraph-14 {
    font-size: 40px;
  }

  .column-5 {
    height: 50vh;
  }

  .rsvp {
    padding-top: 5%;
  }

  .text-field-2 {
    width: 250px;
  }

  .paragraph-22 {
    font-size: 40px;
  }

  .image-10.rsvp {
    margin-bottom: 10%;
  }

  .div-block-32 {
    height: auto;
    padding: 0%;
    display: flex;
  }

  .paragraph-23 {
    font-size: 25px;
  }

  .paragraph-24 {
    padding-top: 20px;
    font-size: 18px;
  }

  .paragraph-25 {
    padding-top: 60px;
    font-size: 20px;
  }

  .column-8, .column-9 {
    margin-bottom: 5%;
  }

  .grid {
    display: block;
  }

  .div-block-39 {
    margin-bottom: 10px;
  }

  .grid-2 {
    display: block;
  }

  .div-block-40 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-12.cel {
    width: 150px;
  }

  .image-12.cel.mono {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2 {
    justify-content: space-between;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: rgba(255, 255, 255, 0);
  }

  .icon {
    color: #fff;
  }

  .js-clock {
    flex-wrap: wrap;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .box {
    width: 60px;
    height: 80px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .clock-number {
    font-size: 7vw;
    line-height: 6vw;
  }

  .clock-label {
    font-size: 14px;
  }

  .image-13 {
    width: 100%;
  }

  .c-card-front {
    width: 250px;
    max-width: 300px;
  }

  .card-quote {
    line-height: 1.2em;
  }

  ._w-card-front._1 {
    max-width: 250px;
  }

  .card-quote-copy {
    line-height: 1.2em;
  }

  .cloneable-area {
    padding-left: 0;
    padding-right: 0;
  }

  .c-flipping-cards-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-card-back {
    width: 250px;
    max-width: 250px;
  }

  .cards {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-card-back-2, .c-card-back-2._2 {
    width: 285px;
    height: 250px;
    max-width: 285px;
  }

  .c-card-front-2 {
    width: 280px;
    height: 400px;
    max-width: 250px;
  }

  .cloneable-area-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .c-card-front-3 {
    width: 280px;
    height: 400px;
    max-width: 250px;
  }

  .c-card-front-3._1 {
    width: 285px;
    max-width: 285px;
  }

  .cloneable-area-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-23, .image-24 {
    width: 320px;
    max-width: 320px;
  }

  .columns-4 {
    height: 100vh;
  }

  .div-block-46 {
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
    display: flex;
  }

  .div-block-46.close {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-26 {
    margin-top: -40px;
  }

  .container-5 {
    height: 50px;
    margin-top: -1%;
    padding-top: 0%;
    padding-bottom: 0%;
  }

  .paragraph-copy-2 {
    margin-top: 4px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 4vw;
  }
}

#w-node-c90b0d8f-3e59-cf13-70be-e53193460f6b-669de26e, #w-node-_1554b5f3-4cd0-b751-3c18-a92ad5a61f1e-669de26e, #w-node-ac47f9b9-fa5e-0a29-0e10-99c37b86439b-669de26e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7818c0cb-bda5-a351-73e8-269441814037-669de26e, #w-node-_1e1dbb00-1311-836f-e770-efcbb3864c93-669de26e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-669de272 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-669de272 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8a-669de272 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd8f-669de272 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd90-669de272 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffd99-669de272 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda1-669de272 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffda6-669de272 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffdd8-669de272 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-dac044b7-be90-60f3-414d-4224828ffe12-669de272 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-669de272, #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9d-669de272:active {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-669de272 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9f-669de272 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-669de272 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-669de272 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-669de272 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-669de272 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-669de272 {
  grid-area: 2 / 4 / 3 / 5;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a32-d0df4a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de274 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de274 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de274 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd223-669de274 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de274 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de275 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de275 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de275 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de275 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9fda4a37-cb21-e2a1-58de-88a206fa61ae-669de275 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de276 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de276 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de276 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de276 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_32040423-4078-1b23-6771-e6c78f8a716d-669de276 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de277 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de277 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de277 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de277 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-669de277 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c8-669de272, #w-node-dac044b7-be90-60f3-414d-4224828ffd8f-669de272, #w-node-dac044b7-be90-60f3-414d-4224828ffd99-669de272 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffdd8-669de272 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-dac044b7-be90-60f3-414d-4224828ffe12-669de272 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1e9e-669de272 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea0-669de272 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea1-669de272 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea2-669de272 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea3-669de272 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_76ba38e4-2715-c796-e82b-8239d41d1ea4-669de272 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de274 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de274 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de274 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de274 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de275 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de275 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de275 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de275 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de276 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de276 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de276 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de276 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_32040423-4078-1b23-6771-e6c78f8a716d-669de276, #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bbf-669de277 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc4-669de277 {
    grid-column-end: 2;
  }

  #w-node-_0befc76b-828c-2822-f9fa-f2c6de040bc9-669de277 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b915ad84-715b-fc9d-8156-ee63d52fd22b-669de277 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f85730f-9889-a71b-9be8-c086a8d10760-669de277 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a36-d0df4a24 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d783a17e-0b35-a13a-0448-a852d0df4a3a-d0df4a24 {
    grid-area: 3 / 1 / 4 / 2;
  }
}


@font-face {
  font-family: 'Gistesy';
  src: url('../fonts/Gistesy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sacramento';
  src: url('../fonts/Sacramento-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Meowscript';
  src: url('../fonts/MeowScript-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}