:root {
  --steel-blue: #24688d;
  --deep-sky-blue: #02c2ff;
  --white: white;
  --midnight-blue: #192136;
  --alice-blue: #deeef8;
  --sky-blue: #8eb6cb;
  --indian-red: #ff495f;
  --pink: #fdcfdd;
  --medium-spring-green: #46ffbc;
  --steel-blue-2: #24688d;
}

.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: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Fkscreamertrial;
  font-size: 46px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: var(--steel-blue);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Fkscreamer, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
}

h3 {
  color: var(--steel-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h4 {
  letter-spacing: .02em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fkscreamertrial;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

h6 {
  color: var(--deep-sky-blue);
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Spacegrotesk, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

p {
  color: var(--steel-blue);
  margin-bottom: 0;
  font-family: Spacegrotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

a {
  color: var(--steel-blue);
  font-family: Spacegrotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.section-splash {
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.body {
  background-image: url('../images/retus-200528-sugarcraft23114.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.splash-mobile-header-nav {
  flex: none;
  align-items: center;
  padding-top: 16px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.splash-main-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.splash-footer {
  align-items: center;
  width: 100vw;
  padding-bottom: 40px;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.white {
  margin-left: 16px;
}

.minimal-sign-mobile-menu {
  margin-left: 32px;
  padding-bottom: 4px;
  display: none;
}

.link {
  font-weight: 400;
  text-decoration: none;
}

.svg-logo-wrapper {
  color: var(--deep-sky-blue);
  justify-content: center;
  display: flex;
}

.source {
  text-align: right;
  flex: 1;
  font-size: 14px;
}

.by-eszter-kanyari {
  align-self: flex-end;
  position: relative;
}

.centered-element {
  flex-direction: column;
  display: flex;
  position: relative;
}

.centered-element.slider {
  z-index: 9999;
  position: absolute;
}

.page-brand-title {
  font-family: Fkscreamer, sans-serif;
}

.logo-svg-big {
  color: var(--white);
  min-width: 60vw;
}

.brand-holder.w--current {
  margin-right: 32px;
  display: none;
}

.logo-svg-small {
  color: #fff;
}

.minimal-sign-mobile-menu-copy {
  margin-left: 32px;
  padding-bottom: 4px;
}

.mobile-splash-info-text-holder, .mobile-menu-icon-wrapper {
  display: none;
}

.splash-footer-info {
  margin-left: 24px;
}

.link-black {
  color: var(--midnight-blue);
  text-decoration: none;
}

.html-embed.splash_screen {
  color: #46ffbc;
}

.section-hero {
  justify-content: center;
  display: flex;
}

.section-offers {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 128px;
  display: flex;
}

.section-offers.white-background {
  background-color: var(--white);
}

.section-about {
  background-color: var(--alice-blue);
  background-image: linear-gradient(40deg, #deeef8 23%, #fff 69%);
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-about.white-background {
  background-color: var(--white);
  background-image: none;
}

.section-news {
  padding-top: 120px;
  display: flex;
}

.section-footer {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  padding-top: 57px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.wrapper-1280 {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.wrapper-1280.vertical {
  flex-direction: column;
}

.wrapper-840 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 782px;
  display: flex;
}

.grid-4-col {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.slider-hero {
  height: 100%;
}

.mask {
  background-color: #fff;
}

.div-block {
  width: 100%;
}

.image {
  object-fit: cover;
}

.card-vertical-offer {
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
  transform: scale(1);
}

.card-vertical-offer:hover {
  transform: scale(1.02);
}

.paragraph {
  font-weight: 400;
}

.offer-image-wrapper {
  margin-bottom: 16px;
}

.image-offer {
  border: 1px solid var(--steel-blue);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.offers-bottom-link {
  color: var(--steel-blue);
  margin-top: 16px;
  font-size: 16px;
  font-weight: 500;
}

.bold-text {
  font-weight: 600;
  text-decoration: none;
}

.body-bold-underline-link {
  font-weight: 700;
  text-decoration: underline;
}

.nav-link {
  color: var(--sky-blue);
  padding: 40px 16px;
  font-size: 14px;
  transition: color .2s cubic-bezier(.755, .05, .855, .06);
}

.nav-link:hover, .nav-link.w--current {
  color: var(--steel-blue);
  text-decoration: underline;
}

.nav-link.r-lam, .nav-link.tudnival-k, .nav-link.gdpr {
  display: none;
}

.navbar {
  background-color: var(--white);
  justify-content: center;
  display: flex;
}

.header-phone-number {
  color: var(--indian-red);
  padding-top: 36px;
  padding-bottom: 40px;
  font-family: Fkscreamer, sans-serif;
  font-size: 36px;
}

.brand {
  color: var(--pink);
  align-self: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: color .2s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.brand:hover {
  color: var(--indian-red);
}

.logo {
  color: var(--indian-red);
  justify-content: center;
  align-items: center;
  width: 160px;
  display: flex;
}

.nav-menu {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
}

.right-arrow, .left-arrow {
  display: none;
}

.button-primary {
  background-color: var(--indian-red);
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 256px;
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Fkscreamer, sans-serif;
  font-size: 36px;
  line-height: 24px;
  transition: background-color .2s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.button-primary:hover {
  background-color: #ae4359;
}

.right-column {
  flex-direction: column;
  align-self: center;
  width: 50%;
  padding-left: 32px;
  padding-right: 0;
  display: flex;
}

.abou-me {
  justify-content: center;
  display: flex;
}

.left-column {
  border: 1px solid var(--white);
  width: 370px;
  height: 464px;
}

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

._50-width-wrapper {
  width: 50%;
  height: 192px;
}

._50-width-wrapper.blue {
  background-color: #1a5e83;
  justify-content: flex-end;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

._50-width-wrapper.blue:hover {
  background-color: #3a81a8;
}

._50-width-wrapper.blue.w--current {
  transform: translate(0, 180px);
}

._50-width-wrapper.blue.on-page {
  z-index: 0;
  align-self: flex-end;
  height: 20px;
}

._50-width-wrapper.red {
  background-color: #ef7792;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.55, .055, .675, .19);
  display: flex;
}

._50-width-wrapper.red:hover {
  background-color: #ee5376;
}

._50-width-wrapper.red.w--current {
  transform: translate(0, 180px);
}

.footer-wrapper-grid {
  grid-column-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-column-grid {
  grid-row-gap: 0px;
  grid-template-rows: 24px 24px 24px 24px 24px 24px 24px 24px;
  grid-template-columns: 100%;
}

.footer-body {
  color: var(--steel-blue);
  font-family: Spacegrotesk, sans-serif;
  font-size: 16px;
}

.footer-body.brand {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 48px;
}

._640px-width {
  flex-direction: column;
  width: 640px;
  height: 100%;
  display: flex;
}

._640px-width.news-left-column {
  justify-content: center;
  padding-right: 284px;
  position: relative;
}

.card-body {
  font-size: 16px;
}

.news-light-blue {
  color: #9ecae2;
}

.news-white {
  color: var(--white);
}

.news-right-column {
  flex-direction: column;
  justify-content: center;
  width: 372px;
  padding-left: 32px;
  display: flex;
  position: relative;
}

.heading {
  margin-bottom: 24px;
}

.news-tag {
  color: var(--indian-red);
  position: absolute;
  bottom: 200px;
}

.news-tag.dark-blue {
  color: var(--steel-blue);
}

.heading-2 {
  position: absolute;
  bottom: 200px;
}

.footer-column {
  flex: 1;
}

.news-image-wrapper {
  border: 2px solid var(--indian-red);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 171px;
  display: flex;
  position: absolute;
  bottom: 41.5px;
  left: 417px;
  overflow: hidden;
}

.image-3 {
  object-fit: scale-down;
}

.fa-icon {
  color: var(--steel-blue);
  font-family: "Font awesome 5 pro solid 900", sans-serif;
}

.list-item {
  min-height: 32px;
}

.fa-brand-icon {
  color: var(--steel-blue);
  font-family: "Font awesome 5 brands 400", sans-serif;
}

.footer-body-link {
  text-decoration: none;
}

.footer-icon-link {
  padding-bottom: 32px;
  padding-right: 32px;
  font-family: "Font awesome 5 brands 400", sans-serif;
  text-decoration: none;
  display: inline-block;
}

.slide-nav {
  display: none;
}

.header-brand-name {
  color: rgba(36, 104, 141, .4);
  margin-bottom: 7px;
  margin-left: 12px;
  font-size: 36px;
}

.section-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.section-inner-offers {
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 48px;
  display: flex;
}

.grid-3-col {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.heading-3 {
  color: var(--steel-blue);
}

.wrapper-full-width {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.title-wrapper {
  width: 376px;
}

.title-wrapper.first-title-rendezv-ny {
  position: relative;
  left: -202px;
}

.title-wrapper.first-title-creative-decoration {
  margin-bottom: 32px;
  position: relative;
  left: -66px;
}

.title-wrapper.first-title-wedding {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 80px 171px;
  display: flex;
}

.title-wrapper.first-title-custom {
  flex-direction: column;
  align-items: flex-start;
  max-width: 320px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 73px;
}

.heading-4 {
  letter-spacing: .01em;
  line-height: 42px;
}

.heading-4.width-376 {
  max-width: 376px;
  margin-bottom: 48px;
}

.button-outline {
  border: 1px solid var(--steel-blue);
  background-color: var(--white);
  color: var(--steel-blue);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 256px;
  min-height: 88px;
  padding-top: 0;
  padding-bottom: 4px;
  font-family: Fkscreamer, sans-serif;
  font-size: 36px;
  line-height: 24px;
  transition: background-color .2s cubic-bezier(.755, .05, .855, .06);
  display: flex;
}

.button-outline:hover {
  background-color: var(--alice-blue);
  color: var(--steel-blue);
}

.button-outline.about-me {
  margin-top: 80px;
}

.button-outline.wedding {
  position: absolute;
  top: auto;
  bottom: 73px;
  left: auto;
  right: -361px;
}

.button-outline.custom-page {
  align-self: flex-start;
  margin-top: 96px;
}

.button-outline._404-button {
  align-self: flex-start;
  margin-top: 24px;
}

.grid-rendezv-ny-image-grid-first {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 4px;
}

.grid-text-wrapper {
  flex-direction: column;
  max-width: 680px;
  padding-left: 159px;
  display: flex;
}

.rendezv-ny-body-480-width {
  align-self: flex-end;
  width: 280px;
  margin-top: 48px;
  font-size: 16px;
}

.rendezv-ny-image-grid-second {
  grid-column-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}

.rendezv-ny-image-grid-second.bottom-margin {
  margin-bottom: 80px;
}

.button.top-margin {
  margin-top: 80px;
}

.button.custom-page {
  margin-top: -32px;
  margin-left: -223px;
}

.rendezv-nyek-arrow {
  width: 43vw;
  position: absolute;
  top: -156px;
  left: 665px;
}

.rendezv-nyek-arrow.en {
  top: -178px;
  left: 719px;
}

.section-news-page {
  padding-top: 40px;
}

.news-paragraph {
  width: 640px;
  margin-bottom: 15px;
  margin-left: 160px;
}

.news-paragraph.last-paragraph {
  margin-bottom: 56px;
}

.collection-item {
  margin-bottom: 120px;
}

.news-heading {
  margin-bottom: 56px;
  margin-left: 160px;
}

.news-title {
  max-width: 280px;
}

.section-faq-content {
  padding-top: 40px;
  padding-bottom: 80px;
}

.faq-illustration-image-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 430px;
  height: 796px;
  display: flex;
  position: absolute;
  top: 3px;
  bottom: auto;
  left: auto;
  right: -190px;
}

.container {
  position: relative;
}

.faq-paragraph {
  width: 480px;
  margin-bottom: 15px;
  margin-left: 160px;
}

.faq-paragraph.last-paragraph {
  margin-bottom: 56px;
}

.slider-about-me {
  height: 100%;
}

.slider-about-me.max-1440 {
  max-width: 1280px;
}

.about-right-side-image {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  top: -1px;
  bottom: auto;
  left: auto;
  right: -242px;
}

.image-4 {
  position: absolute;
  top: -4px;
  bottom: auto;
  left: -260px;
  right: auto;
}

.creative-4x4-grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  width: 1280px;
  max-width: 1280px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.subtitle {
  padding-left: 72px;
  padding-right: 72px;
}

.wrapper-1440 {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
}

.about-me-small-image {
  z-index: 9999;
  border: 2px solid var(--white);
  position: absolute;
  top: auto;
  bottom: -104px;
  left: -311px;
  right: auto;
}

.section-wedding-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 80px;
  display: flex;
}

.wedding-grid-4x4 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.utility-page-wrap {
  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;
  width: 80vw;
  display: flex;
}

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

.subtitle-wedding {
  max-width: 480px;
}

.grid-wedding-4x1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  width: 100%;
}

.wedding-container {
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 120px;
  display: flex;
  position: relative;
}

.section-custom-content {
  justify-content: center;
  margin-bottom: 120px;
  padding-top: 40px;
  display: flex;
}

.custom-decorations-grid-2x4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 80px;
}

.custom-page-second-title {
  max-width: 480px;
  margin-top: 84px;
  margin-bottom: 96px;
}

.paragraph-2 {
  display: none;
}

.news-post-image {
  object-fit: contain;
  height: 100%;
}

.news-post-image-wrapper {
  border: 2px solid var(--steel-blue);
  flex-direction: column;
  align-items: center;
  width: 640px;
  height: 428px;
  margin-bottom: 16px;
  margin-left: 160px;
  display: flex;
}

.section-news-post-item-page {
  padding-top: 48px;
  padding-bottom: 80px;
}

.footer-brand-link {
  font-weight: 700;
  text-decoration: none;
}

._404-body {
  background-image: url('../images/retus-200528-sugarcraft23048.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

._404-title {
  color: var(--white);
  font-size: 8vw;
  line-height: 80%;
}

._404-mega-title {
  margin-bottom: 56px;
  font-size: 40vw;
  line-height: 80%;
  display: inline-block;
}

._404_bottompagetext {
  color: var(--white);
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 0%;
  right: 0%;
}

._404-left-bottom-corner {
  flex-direction: column;
  align-items: flex-start;
  max-width: 30vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 16px;
  right: auto;
}

._404-link {
  color: var(--white);
  font-size: 15px;
}

.faq-container, .container-3 {
  position: relative;
}

.navbar-show-hide {
  background-color: var(--white);
  justify-content: center;
  display: flex;
}

.sign {
  background-color: var(--medium-spring-green);
  width: 32px;
  height: 16px;
  transform: skew(0deg, -18deg);
}

.sign-wrapper {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.section-gdpr {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  display: flex;
  position: relative;
}

.footer-body-gdpr {
  color: var(--sky-blue);
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.footer-body-gdpr.w--current {
  text-decoration: underline;
}

.link-2 {
  text-decoration: none;
}

.wrapper-960 {
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.lang-link-block {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -67px;
}

._50 {
  color: rgba(255, 255, 255, .5);
}

._50.top-margin {
  margin-top: 8px;
}

.card-front-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.card-front-side.dark {
  background-color: #151922;
}

.show-more {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.show-more.grow {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.card-group {
  perspective: 1200px;
  perspective-origin: 50%;
}

.all-caps {
  letter-spacing: .02em;
  text-transform: uppercase;
}

.all-caps.small {
  font-size: 13px;
  line-height: 16px;
}

.all-caps.small.orange {
  color: #ff8e25;
}

.card-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
}

.card-container {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  perspective: 1200px;
  perspective-origin: 50%;
  width: 21px;
  height: 13px;
}

.card-back-side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back-side.shine {
  background-color: #040404;
  align-items: flex-start;
  padding: 16px;
}

._8px-leftmargin {
  margin-left: 8px;
}

.wrapper-medium {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .brand.w--current {
    flex: 1;
    padding-left: 16px;
  }

  .card-group {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  h6 {
    margin-bottom: 16px;
  }

  p {
    font-size: 18px;
  }

  .body {
    background-image: url('../images/retus-200528-sugarcraft23114.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
  }

  .splash-mobile-header-nav {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 0;
    position: relative;
  }

  .splash-main-wrapper {
    height: auto;
    padding: 32px 24px;
    display: none;
  }

  .splash-footer {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    bottom: 0;
  }

  .white {
    margin-top: 0;
    display: none;
  }

  .minimal-sign-mobile-menu {
    margin-left: 0;
    padding-bottom: 0;
    display: block;
  }

  .svg-logo-wrapper {
    display: block;
  }

  .source {
    text-align: left;
  }

  .by-eszter-kanyari {
    position: static;
  }

  .brand-holder.w--current {
    flex: 1;
    display: block;
  }

  .minimal-sign-mobile-menu-copy {
    margin-left: 0;
    padding-bottom: 0;
  }

  .minimal-sign-desktop {
    display: none;
  }

  .mobile-splash-info-text-holder {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    align-items: center;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .body-mobile {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }

  .mobile-menu-icon-wrapper {
    padding: 13px;
    display: block;
  }

  .splash-footer-info {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 0;
    display: block;
  }

  .html-embed {
    display: none;
  }

  .section-hero {
    overflow: hidden;
  }

  .section-offers {
    padding: 24px 32px 40px;
    overflow: hidden;
  }

  .section-about {
    padding-top: 33px;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-about.white-background {
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-news {
    flex-direction: column;
    padding: 32px;
    overflow: hidden;
  }

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

  .wrapper-1280 {
    justify-content: flex-start;
  }

  .wrapper-840 {
    width: 100%;
  }

  .grid-4-col {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .offers-bottom-link {
    display: none;
  }

  .offers-bottom-link.more-about-me {
    display: block;
  }

  .body-bold-underline-link {
    font-weight: 700;
  }

  .nav-link {
    background-color: var(--white);
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    font-size: 18px;
    display: flex;
  }

  .nav-link.r-lam, .nav-link.tudnival-k, .nav-link.gdpr {
    display: block;
  }

  .navbar {
    z-index: 10000;
    width: 100vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }

  .header-phone-number {
    display: none;
  }

  .brand {
    flex: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 32px;
  }

  .brand.w--current {
    flex: 0 auto;
    width: 72vw;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .logo {
    flex: 1;
    min-width: 220px;
    margin-right: 16px;
  }

  .right-arrow {
    display: none;
  }

  .right-column {
    width: 100%;
    padding-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .abou-me {
    flex-direction: column;
  }

  .left-column, ._50-width-wrapper.blue {
    width: 100%;
    height: auto;
  }

  ._50-width-wrapper.blue.w--current {
    display: none;
  }

  ._50-width-wrapper.red {
    background-color: #fdcfdd;
    width: 100%;
    height: auto;
  }

  ._50-width-wrapper.red.w--current {
    display: none;
  }

  ._640px-width.news-left-column {
    background-color: #e7f3fa;
    justify-content: flex-start;
    align-self: flex-start;
    min-height: 400px;
    padding: 32px;
  }

  .card-body {
    display: none;
  }

  .news-light-blue {
    color: var(--steel-blue);
  }

  .news-right-column {
    justify-content: flex-start;
    width: auto;
    height: 100%;
    min-height: 400px;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 32px;
    position: relative;
  }

  .news-tag {
    color: var(--steel-blue);
    margin-bottom: 8px;
    position: relative;
    bottom: 0;
  }

  .heading-2 {
    position: relative;
    bottom: auto;
  }

  .footer-column {
    padding-left: 54px;
  }

  .news-image-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .footer-list {
    margin-bottom: 16px;
    padding-left: 0;
    display: flex;
  }

  .footer-list.gdpr {
    margin-bottom: 0;
  }

  .fa-icon.footer-icon-right-margin {
    margin-right: 16px;
  }

  .list-item.hidden {
    display: none;
  }

  .fa-brand-icon.footer-icon-right-margin {
    margin-right: 16px;
  }

  .header-brand-name {
    display: none;
  }

  .section-content {
    padding-top: 8px;
    padding-bottom: 1px;
  }

  .section-inner-offers {
    padding: 16px 32px 0;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wrapper-full-width {
    width: 100vw;
    padding-bottom: 32px;
  }

  .title-wrapper {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .title-wrapper.first-title-rendezv-ny {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    left: auto;
  }

  .title-wrapper.first-title-creative-decoration {
    width: 100%;
    margin-bottom: 0;
    padding-left: 32px;
    padding-right: 32px;
    left: 0;
  }

  .title-wrapper.first-title-wedding {
    padding: 0 32px;
  }

  .title-wrapper.first-title-custom {
    position: static;
  }

  .heading-4.width-376 {
    margin-bottom: 24px;
  }

  .button-outline {
    display: flex;
  }

  .button-outline.about-me {
    display: none;
  }

  .button-outline.wedding {
    position: relative;
    bottom: auto;
    right: auto;
  }

  .button-outline.custom-page {
    align-self: center;
    margin-top: 0;
  }

  .button-outline.custom-page.hidden, .button-outline.faq-button {
    display: none;
  }

  .grid-rendezv-ny-image-grid-first {
    grid-template-columns: 1fr;
    margin-bottom: 23px;
  }

  .grid-text-wrapper {
    margin-top: 20px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .rendezv-ny-body-480-width {
    width: 100%;
    margin-top: 24px;
  }

  .rendezv-ny-image-grid-second.bottom-margin {
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .button.top-margin {
    margin-top: 32px;
  }

  .button.custom-page {
    margin-top: 0;
    margin-left: 0;
  }

  .section-news-page {
    padding-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .news-paragraph {
    width: 100%;
    margin-left: 0;
  }

  .collection-item {
    margin-bottom: 48px;
  }

  .news-heading {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .news-title {
    margin-bottom: 16px;
  }

  .section-faq-content {
    padding: 0 0 32px;
  }

  .faq-illustration-image-wrapper {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    top: auto;
    right: auto;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .faq-paragraph {
    width: 100%;
    margin-left: 0;
  }

  .faq-paragraph.last-paragraph {
    margin-bottom: 32px;
  }

  .about-right-side-image {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
    top: auto;
    right: auto;
  }

  .creative-4x4-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 24px;
  }

  .subtitle {
    margin-top: 12px;
    margin-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-me-small-image {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .section-wedding-content {
    padding-top: 16px;
    padding-bottom: 24px;
  }

  .wedding-grid-4x4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .subtitle-wedding {
    padding-left: 32px;
    padding-right: 32px;
  }

  .grid-wedding-4x1 {
    grid-template-columns: 1fr;
  }

  .wedding-container {
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .section-custom-content {
    margin-bottom: 24px;
    padding-top: 16px;
  }

  .custom-decorations-grid-2x4 {
    grid-row-gap: 4px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .custom-page-second-title {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mobile-sign {
    color: var(--medium-spring-green);
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .paragraph-3 {
    font-size: 19px;
  }

  .post-date {
    margin-bottom: 16px;
  }

  .news-post-image-wrapper {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  .section-news-post-item-page {
    padding: 32px 32px 40px;
  }

  .footer-brand-link {
    font-weight: 700;
    text-decoration: none;
  }

  ._404-title {
    font-size: 24vw;
  }

  ._404-mega-title {
    margin-bottom: 21px;
    font-size: 80vw;
  }

  .heading-6 {
    align-self: flex-start;
  }

  .column {
    display: flex;
  }

  .container-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navbar-show-hide {
    z-index: 10000;
    width: 100vw;
    min-height: 9vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    display: flex;
    position: relative;
  }

  .sign {
    background-color: var(--medium-spring-green);
    flex: none;
    width: 40px;
    height: 20px;
  }

  .sign-wrapper {
    margin-right: 8px;
  }

  .section-gdpr {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .lang-link-block {
    width: 48px;
    height: 36px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .card-group {
    margin-bottom: 0;
  }

  .card-container {
    width: 26px;
    height: 16px;
  }

  .mobile-title {
    padding-right: 32px;
  }

  .lang-icon {
    width: 100%;
  }

  .body-home {
    overflow: hidden;
  }
}

#w-node-_1661b405-a0bd-082e-a36b-e506e1f892dd-f0746d10 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_32f8f04c-1fe6-64d2-3a31-29d92e4d4eeb-f0746d10 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_24da3734-5744-e5e1-8b5c-8faee0ff8dd5-f0746d10 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-df794d32-0a6e-fe05-40f6-7fddc0772de9-f0746d10 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_816bdb17-36f1-b8a2-629b-60fab1187ecf-f0746d10 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_96d7a726-0211-9a20-9c43-da497ee40b44-f0746d10 {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-e6ef3501-c5c4-37ec-da9b-c5326d7e74ae-332e2d59 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_334d7c7f-2f2a-0b54-0858-c097f52a759b-332e2d59 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_334d7c7f-2f2a-0b54-0858-c097f52a75a6-332e2d59 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_74ab5d9f-9047-11af-2408-90fd95435766-4cbcc7fb {
  grid-area: 1 / 3 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_06898bd2-552d-ff0e-64fc-d71e5684396e-4cbcc7fb {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-c3841554-4b64-cde0-93f1-5fdecf064f28-4cbcc7fb {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f32fe107-7ad4-b97c-0b76-2119581195d4-4cbcc7fb {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d65bbac-6774-2de1-8724-6ed3bb0c6825-dda672da {
  grid-area: 1 / 2 / 5 / 6;
}

#w-node-_8790f15e-88a5-ec35-9b81-d0059a539943-dda672da {
  grid-area: 3 / 6 / 5 / 8;
}

#w-node-_1661b405-a0bd-082e-a36b-e506e1f892dd-5b28a91c {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_32f8f04c-1fe6-64d2-3a31-29d92e4d4eeb-5b28a91c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_24da3734-5744-e5e1-8b5c-8faee0ff8dd5-5b28a91c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-df794d32-0a6e-fe05-40f6-7fddc0772de9-5b28a91c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_816bdb17-36f1-b8a2-629b-60fab1187ecf-5b28a91c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_96d7a726-0211-9a20-9c43-da497ee40b44-5b28a91c {
  grid-area: 1 / 4 / 2 / 5;
  align-self: end;
}

#w-node-e6ef3501-c5c4-37ec-da9b-c5326d7e74ae-df274b49 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_74ab5d9f-9047-11af-2408-90fd95435766-7d323607 {
  grid-area: 1 / 3 / 2 / 5;
  align-self: center;
  justify-self: center;
}

#w-node-_06898bd2-552d-ff0e-64fc-d71e5684396e-7d323607 {
  grid-area: 1 / 1 / 5 / 3;
}

#w-node-c3841554-4b64-cde0-93f1-5fdecf064f28-7d323607 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-f32fe107-7ad4-b97c-0b76-2119581195d4-7d323607 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d65bbac-6774-2de1-8724-6ed3bb0c6825-127fdc80 {
  grid-area: 1 / 2 / 5 / 6;
}

#w-node-_8790f15e-88a5-ec35-9b81-d0059a539943-127fdc80 {
  grid-area: 3 / 6 / 5 / 8;
}

#w-node-_365411d5-85c0-2f06-93c3-925de954a445-127fdc80 {
  grid-area: 1 / 7 / 2 / 8;
  align-self: start;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-_1661b405-a0bd-082e-a36b-e506e1f892dd-f0746d10 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_32f8f04c-1fe6-64d2-3a31-29d92e4d4eeb-f0746d10, #w-node-_24da3734-5744-e5e1-8b5c-8faee0ff8dd5-f0746d10 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816bdb17-36f1-b8a2-629b-60fab1187ecf-f0746d10 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_96d7a726-0211-9a20-9c43-da497ee40b44-f0746d10 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-e6ef3501-c5c4-37ec-da9b-c5326d7e74ae-332e2d59, #w-node-_334d7c7f-2f2a-0b54-0858-c097f52a759b-332e2d59, #w-node-_334d7c7f-2f2a-0b54-0858-c097f52a75a6-332e2d59 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab5d9f-9047-11af-2408-90fd95435766-4cbcc7fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_06898bd2-552d-ff0e-64fc-d71e5684396e-4cbcc7fb {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-c3841554-4b64-cde0-93f1-5fdecf064f28-4cbcc7fb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21751659-5437-6d41-0ad9-4d4a1b09e520-4cbcc7fb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4d65bbac-6774-2de1-8724-6ed3bb0c6825-dda672da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8790f15e-88a5-ec35-9b81-d0059a539943-dda672da {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_1661b405-a0bd-082e-a36b-e506e1f892dd-5b28a91c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_32f8f04c-1fe6-64d2-3a31-29d92e4d4eeb-5b28a91c, #w-node-_24da3734-5744-e5e1-8b5c-8faee0ff8dd5-5b28a91c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_816bdb17-36f1-b8a2-629b-60fab1187ecf-5b28a91c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_96d7a726-0211-9a20-9c43-da497ee40b44-5b28a91c {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: end;
  }

  #w-node-e6ef3501-c5c4-37ec-da9b-c5326d7e74ae-df274b49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ab5d9f-9047-11af-2408-90fd95435766-7d323607 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_06898bd2-552d-ff0e-64fc-d71e5684396e-7d323607 {
    grid-area: span 4 / span 2 / span 4 / span 2;
  }

  #w-node-c3841554-4b64-cde0-93f1-5fdecf064f28-7d323607 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_21751659-5437-6d41-0ad9-4d4a1b09e520-7d323607 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4d65bbac-6774-2de1-8724-6ed3bb0c6825-127fdc80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8790f15e-88a5-ec35-9b81-d0059a539943-127fdc80 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Fkscreamer';
  src: url('../fonts/FKScreamer-Regular.woff2') format('woff2'), url('../fonts/FKScreamer-Regular.woff') format('woff'), url('../fonts/FKScreamer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Spacegrotesk';
  src: url('../fonts/SpaceGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 pro 400';
  src: url('../fonts/Font-Awesome-5-Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 pro 300';
  src: url('../fonts/Font-Awesome-5-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 pro solid 900';
  src: url('../fonts/Font-Awesome-5-Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome 5 brands 400';
  src: url('../fonts/Font-Awesome-5-Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}