:root {
  --deep-pink: #ed1e79;
  --black: #1a1a1a;
  --lime-green: #26cc58;
  --light-grey: #cfcfcf;
  --white: white;
  --navajo-white: #ffdaa7;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #000;
  background-color: #fff;
  font-family: gopher, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: gopher, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gopher, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: gopher, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  letter-spacing: .6rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.2;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-family: gopher, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

a {
  color: var(--deep-pink);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-family: gopher, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

li {
  font-family: gopher, sans-serif;
  font-weight: 400;
}

.css-embed {
  display: none;
}

.section._80vh__section {
  flex-direction: column;
  justify-content: center;
}

.section._100vh__section.vertical-align-bottom.hero-section {
  background-image: linear-gradient(#ed1e7900 45%, #ed1e79e3), url('../images/uccellaccio-bis-2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.section._100vh__section.vertical-align-bottom.hero-section.pb-150px {
  margin-top: 120px;
}

.container {
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

.col {
  flex: 1;
  padding-left: .5rem;
  padding-right: .5rem;
}

.col.col-lg-1 {
  flex: 8.333%;
  max-width: 8.333%;
}

.col.col-lg-4 {
  flex: 33.3333%;
  max-width: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  flex: 75%;
  max-width: 75%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  flex: 25%;
  max-width: 25%;
}

.col.col-lg-7 {
  flex: 58.3333%;
  max-width: 58.3333%;
}

.col.col-lg-8 {
  flex: 66.6667%;
  max-width: 66.6667%;
}

.col.col-lg-6 {
  flex: 50%;
  max-width: 50%;
}

.col.col-lg-10 {
  flex: 83.3333%;
  max-width: 83.3333%;
}

.col.col-lg-11 {
  flex: 91.6667%;
  max-width: 91.6667%;
}

.col.col-lg-5 {
  flex: 41.6667%;
  max-width: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  flex: 100%;
  max-width: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -.5rem;
  margin-right: -.5rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid #ffffff4d;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: #ffdaa70d;
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border: 1px #fff;
  border-bottom-style: solid;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
  font-weight: 500;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  border-radius: .3125rem;
  width: 100%;
  height: 8rem;
}

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

.sg-item__color.lime-green {
  background-color: var(--lime-green);
}

.sg-item__color.pink {
  background-color: var(--deep-pink);
}

.sg-item__color.sg-item__color--four {
  background-color: var(--light-grey);
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid #ffffff4f;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.primary-btn__wrapper {
  border: 1px solid var(--white);
  background-color: var(--black);
  text-transform: uppercase;
  border-radius: 4rem;
  padding: .9rem 1.6rem;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.primary-btn__wrapper:hover {
  border-color: var(--light-grey);
  background-color: var(--deep-pink);
  color: #fff;
  font-weight: 500;
}

.primary-btn__wrapper.text-icon_btn {
  display: inline-block;
}

.btn__text {
  font-size: 1rem;
  font-weight: 400;
}

.btn__text.btn-icon__text {
  float: left;
  margin-top: 1px;
  display: block;
}

.btn__text.tertiary-btn__text {
  margin-bottom: -4px;
  font-size: .8rem;
}

.cookie__wrapper {
  background-color: var(--light-grey);
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 2rem;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__wrapper {
  border: 1px solid var(--light-grey);
  border-radius: 30px;
  padding: 50px 40px;
  box-shadow: 0 2px 100px -6px #ed1e794f;
}

.form__field {
  border: 1px solid var(--light-grey);
  background-color: #0000;
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--navajo-white);
}

.form__field::placeholder {
  color: #ed1e7975;
}

.form__field.form__field--textarea {
  min-height: 200px;
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  background-color: var(--deep-pink);
  border-radius: 20px;
  width: 100%;
}

.form__button:hover {
  background-color: var(--lime-green);
}

.form__sucess-wrapper {
  background-color: var(--lime-green);
  color: var(--white);
  border-radius: .3125rem;
  padding: .625rem;
  font-size: 1.2em;
}

.form__error-wrapper {
  background-color: #0000;
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: var(--light-grey);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

.heading {
  font-size: 2.1rem;
  font-weight: 300;
}

.btn_icon_r {
  width: 22px;
  margin-top: -1px;
  margin-left: 15px;
  display: inline-block;
}

.btn-icon {
  width: 40px;
  display: block;
}

.icon-btn__wrapper {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 1.1rem;
  padding: .3rem .7rem;
  text-decoration: none;
  transition: color .2s, border-color .2s, background-color .2s;
}

.icon-btn__wrapper:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: #000;
  font-weight: 500;
}

.icon-r-btn__wrapper {
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 1.1rem;
  padding: .9rem 1.2rem .9rem 1.6rem;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.icon-r-btn__wrapper:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: #000;
  font-weight: 500;
}

.icon-r-btn__wrapper.text-icon_btn {
  display: inline-block;
}

.tertiary-btn__wrapper {
  border: 1px solid var(--white);
  text-transform: uppercase;
  background-color: #0000;
  border-radius: .7rem;
  padding: .4rem 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s;
  display: inline-block;
}

.tertiary-btn__wrapper:hover {
  border-color: var(--light-grey);
  background-color: var(--light-grey);
  color: #000;
  font-weight: 500;
}

.tertiary-btn__wrapper.text-icon_btn {
  display: inline-block;
}

.secondary-btn__wrapper {
  text-transform: uppercase;
  padding-top: .9rem;
  padding-bottom: .9rem;
}

._80vh__section {
  height: 80vh;
}

._80vh__section.align-center__section {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.hero-grid {
  grid-column-gap: 16px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.small-separator {
  height: 65px;
}

._100vh__section {
  height: 100vh;
}

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

.navbar-wrapper {
  background-color: var(--white);
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
}

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

.nav-menu {
  float: left;
  display: flex;
}

.nav-logo-link, .nav-logo-link.w--current {
  width: 150px;
}

.category__card {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 100%;
  height: 330px;
  transition: box-shadow .3s, margin-top .3s;
}

.category__card:hover {
  margin-top: -2px;
  box-shadow: 0 6px 100px -9px #00000030;
}

.category__preview-img {
  border-bottom: 1px solid #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 75%;
}

.category__preview-img.cat-1 {
  background-image: url('../images/illustrazione.jpg');
  background-position: 50%;
  background-size: cover;
}

.category__preview-img.cat-2 {
  background-image: url('../images/fatina.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category__preview-img.cat-3 {
  background-image: url('../images/grafica.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-title__container {
  background-image: linear-gradient(to bottom, #ed1e791a, var(--deep-pink));
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  height: 25%;
  padding: 15px;
}

.light-bg {
  background-color: #fff;
}

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

.white {
  color: #fff;
}

.cards__wrapper {
  margin-top: 100px;
}

.menu-button {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.header-profile__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -2px;
  margin-bottom: -80px;
  display: block;
}

.header-profile__lg {
  width: 100%;
  display: inline-block;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
}

.vertical-align-bottom {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.nav-link {
  border-bottom: 3px solid #0000;
  font-size: 1.3rem;
}

.nav-link:hover {
  color: var(--deep-pink);
}

.nav-link.w--current {
  border-bottom: 3px solid var(--deep-pink);
  color: var(--deep-pink);
}

._50vh__wrapper {
  height: 50vh;
}

._50vh__wrapper.vertical-align-middle {
  align-items: stretch;
}

.vertical-align-top {
  align-items: flex-start;
  display: flex;
}

.mt-60px {
  margin-top: 60px;
}

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

.footer__item-list {
  direction: ltr;
  list-style-type: none;
}

.line {
  background-color: var(--deep-pink);
  perspective-origin: 0%;
  transform-origin: 0%;
  border-radius: 3px;
  height: 4px;
}

.heading-2 {
  width: 100%;
}

.footer__link {
  display: block;
}

.link-list__container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mb-3px {
  margin-bottom: 3px;
}

.lg--hide {
  display: none;
}

.mb-15px {
  margin-bottom: 15px;
}

.div-block {
  display: flex;
}

.footer-logo__link.w--current {
  width: 100%;
}

.footer-logo__link.mb-15px.w--current {
  display: block;
}

.footer__wrapper {
  margin-top: 40px;
}

.div-block-2 {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.footer-profile__wrapper {
  z-index: 0;
  width: 100%;
  margin-top: -135px;
  margin-bottom: -2px;
  display: block;
  position: relative;
}

.footer-profile-lg {
  width: 100%;
  display: block;
}

.pb-100px {
  padding-bottom: 100px;
}

.footer-logo__img {
  display: inline-block;
}

.div-block-3 {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.pb-150px {
  padding-bottom: 150px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image {
  width: 100%;
}

.content__wrapper {
  margin-top: 200px;
  margin-bottom: 100px;
}

.lightbox-link {
  width: 100%;
}

.lightbox-img-preview {
  border: 1px solid var(--light-grey);
  border-radius: 7px;
  width: 100%;
  margin-bottom: 15px;
}

.lightbox-img-preview.loris {
  width: 80%;
}

.gallery__wrapper-2 {
  column-count: 3;
  margin-bottom: 100px;
}

.white-bg {
  background-color: #fff;
}

._110vh-section {
  height: 110vw;
}

.padding-top {
  padding-top: 70px;
}

.row-spacer_small {
  margin-bottom: 20px;
}

.love-label {
  text-align: right;
}

.row-spacer_big {
  margin-bottom: 200px;
}

.recapcha_wrapper {
  justify-content: flex-start;
  margin-bottom: 20px;
}

.slider-mask__gallery {
  border: 1px solid var(--light-grey);
  border-radius: 6px;
}

.slider-wrapper__gallery {
  background-color: #ddd0;
  height: 350px;
  margin-bottom: 15px;
}

.slide-wrapper__gallery {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.lightbox-link__slider {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.lightbox-img__slider {
  max-width: 200%;
  min-height: 109%;
  position: relative;
  inset: 0%;
}

.arrow-bg__right {
  background-image: linear-gradient(270deg, #00000029, #0000);
}

.arrow-bg__left {
  background-image: linear-gradient(90deg, #00000029, #0000);
}

@media screen and (max-width: 991px) {
  .section._100vh__section.vertical-align-bottom.hero-section {
    background-position: 0 0, 9% -100%;
  }

  .section._100vh__section.vertical-align-bottom.hero-section.pb-150px {
    padding-bottom: 63px;
  }

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

  .md--hide {
    display: none;
  }

  .col.col-md-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-md-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.col-md-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-md-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-md-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-md-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-md-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-md-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-md-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-md-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .vertical-align-middle.lg--hide.md--show__flex {
    height: 100%;
  }

  .nav-menu {
    background-color: var(--deep-pink);
    background-image: linear-gradient(137deg, var(--deep-pink), #ff7094);
  }

  .category__card {
    height: 265px;
    margin-bottom: 18px;
  }

  .category__preview-img {
    height: 65%;
  }

  .category-title__container {
    height: 35%;
  }

  .menu-button {
    background-color: var(--black);
    border-radius: 20px;
    justify-content: flex-end;
    padding: 13px;
    display: block;
  }

  .menu-button.white:active {
    background-color: var(--lime-green);
  }

  .menu-button.white.w--open {
    background-color: var(--deep-pink);
  }

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

  .nav-link:hover {
    color: var(--black);
  }

  .nav-link:active {
    background-image: repeating-linear-gradient(270deg, #26cc5800, var(--lime-green) 49%, #26cc5800);
  }

  .md--show__flex {
    display: flex;
  }

  .footer__wrapper {
    margin-top: 40px;
  }

  .footer-profile__wrapper {
    margin-top: -64px;
  }

  .footer-logo__img {
    display: inline-block;
    position: relative;
  }

  .container-2 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .content__wrapper {
    margin-bottom: 50px;
  }

  .gallery__wrapper-2 {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .section._100vh__section.vertical-align-bottom.hero-section {
    background-position: 0 0, 19% -100%;
  }

  .container {
    max-width: 100vw;
  }

  .container.padding-top {
    padding-top: 0;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    flex: 0 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-sm-11 {
    flex: 0 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-sm-9 {
    flex: 0 75%;
    max-width: 75%;
  }

  .col.col-sm-7 {
    flex: 0 58.3333%;
    max-width: 58.3333%;
  }

  .col.col-sm-4 {
    flex: 0 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-sm-6 {
    flex: 0 50%;
    max-width: 50%;
  }

  .col.col-sm-2 {
    flex: 0 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-sm-1 {
    flex: 0 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-sm-3 {
    flex: 0 25%;
    max-width: 25%;
  }

  .col.col-sm-5 {
    flex: 0 41.6667%;
    max-width: 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    flex: 0 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-sm-12 {
    flex: 0 100%;
    max-width: 100%;
  }

  .category__card {
    height: 225px;
  }

  .category__preview-img {
    height: 65%;
  }

  ._50vh__wrapper.vertical-align-top.pt-60px {
    height: auto;
  }

  .footer__wrapper {
    margin-top: 30px;
  }

  .footer-profile__wrapper {
    margin-top: -47px;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .content__wrapper {
    margin-bottom: 20px;
  }

  .gallery__wrapper-2 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1rem;
  }

  h5, h6 {
    color: red;
  }

  p {
    font-size: .875rem;
  }

  .section._100vh__section.vertical-align-bottom.hero-section {
    background-position: 0 0, 38% -100%;
    height: 110vh;
  }

  .section._100vh__section.vertical-align-bottom.hero-section.pb-150px {
    height: auto;
    margin-top: 50px;
    padding-bottom: 30px;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col.col-xs-10 {
    flex: 83.3333%;
    max-width: 83.3333%;
  }

  .col.col-xs-4 {
    flex: 33.3333%;
    max-width: 33.3333%;
  }

  .col.col-xs-2 {
    flex: 16.6667%;
    max-width: 16.6667%;
  }

  .col.col-xs-11 {
    flex: 91.6667%;
    max-width: 91.6667%;
  }

  .col.col-xs-1 {
    flex: 8.33333%;
    max-width: 8.33333%;
  }

  .col.col-xs-9 {
    flex: 75%;
    max-width: 75%;
  }

  .col.col-xs-5 {
    flex: 41.6667%;
    max-width: 41.6667%;
  }

  .col.col-xs-3 {
    flex: 25%;
    max-width: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    flex: 66.6667%;
    max-width: 66.6667%;
  }

  .col.col-xs-6 {
    flex: 50%;
    max-width: 50%;
  }

  .col.col-xs-12 {
    flex: 100%;
    max-width: 100%;
  }

  .col.col-xs-7 {
    flex: 58.3333%;
    max-width: 58.3333%;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__wrapper {
    padding: 20px 16px;
  }

  .form__button {
    font-size: .875rem;
  }

  .footer-profile__wrapper {
    margin-top: -24px;
  }

  .footer {
    padding-bottom: 100px;
  }

  .footer-logo__img {
    width: 150px;
    margin-bottom: 15px;
  }

  .container-2 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery__wrapper-2 {
    column-count: 1;
  }

  .recapcha_wrapper {
    overflow: hidden;
  }
}


