:root {
  --primary-950: #143238;
  --primary-900: #264c54;
  --primary-600: #2a8890;
  --primary-50: #f0fbfa;
  --grey-200: #979797;
}

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

.nav-bar-desktop {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00bce600;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-wrapper.center {
  justify-content: center;
}

.uplift-logo {
  height: 100px;
}

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

.hero-text {
  color: #ffffffd9;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Lexend Deca, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 150%;
}

.gradient-background {
  z-index: -1;
  opacity: .5;
  filter: blur(200px);
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-circle {
  background-color: #455268;
  border-radius: 100%;
  width: 30vw;
  height: 30vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-circle._4 {
  z-index: 1;
  background-color: #038db7;
  width: 50vw;
  height: 20vw;
  inset: 0% 0% auto auto;
}

.bg-circle._3 {
  z-index: 1;
  background-color: #00bce6;
  width: 30vw;
  height: 30vw;
  margin-top: -12%;
  margin-left: 52%;
}

.bg-circle._1 {
  z-index: 1;
  opacity: 1;
  background-color: #00bce6;
  border-radius: 20%;
  width: 50vw;
  height: 20vw;
  margin-top: -16%;
  margin-left: -16%;
}

.image {
  margin-bottom: 40px;
}

._100vh-section-desktop {
  background-image: linear-gradient(to bottom, var(--primary-950), var(--primary-950));
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.icon {
  color: #fff;
  max-width: 40px;
}

.dropdown-list {
  background-color: #856f6f;
}

.dropdown-list.w--open {
  background-color: #00000078;
}

.section100vh {
  display: none;
}

.h1 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.div-hero {
  display: none;
}

.language {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  transition: all .2s;
}

.language:hover {
  opacity: .61;
}

.cta {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.cta.big, .cta.secondary, .cta.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
}

.nav-bar-mobile {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00bce600;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 10px 50px;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div {
  display: none;
}

.uplift-logo-2 {
  height: 160px;
}

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

.uplift-logo-3 {
  height: 60px;
}

._100vh-section-desktop-2 {
  background-image: linear-gradient(#591c1c, #591c1c);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 50px 0;
  display: flex;
  position: relative;
}

.hero-text-2 {
  color: #ffffffd9;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 150%;
}

.normal-section {
  display: none;
}

.h1-2 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.section100vh-2 {
  display: none;
}

.h1-3 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

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

.div-bottom {
  display: none;
}

.h1-4, .h1-5 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.section100vh-3 {
  display: none;
}

.h1-6 {
  color: #fffdf8;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.bottom-bar {
  color: #fff;
  text-align: center;
  background-color: #004225;
  border: 1px solid #004225;
  padding: .75rem 1.5rem;
  font-size: 20px;
  font-weight: 400;
}

.bottom-bar.big, .bottom-bar.secondary, .bottom-bar.big {
  background-color: #004225;
  padding: 1.5rem 3rem;
}

@media screen and (max-width: 991px) {
  .nav-bar-desktop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bg-circle._4 {
    width: 60vw;
    height: 60vw;
  }

  .bg-circle._3, .bg-circle._1 {
    margin-top: 0%;
    margin-left: 0%;
  }

  ._100vh-section-desktop {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 20px;
  }

  .icon {
    margin-right: 2px;
  }

  .language {
    font-size: 1.5rem;
  }

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

  ._100vh-section-desktop-2 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .uplift-logo {
    height: 140px;
  }

  ._100vh-section-desktop {
    padding-top: 40px;
  }

  .dropdown-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .cta.big, .cta.secondary, .cta.big {
    padding: 1.5rem 1rem;
  }

  .uplift-logo-2 {
    height: 140px;
  }

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

  .uplift-logo-3 {
    height: 60px;
  }

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

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .bottom-bar.big, .bottom-bar.secondary, .bottom-bar.big {
    padding: 1.5rem 1rem;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar-desktop {
    height: 80px;
    display: none;
  }

  .container {
    flex-flow: row;
  }

  .nav-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .nav-wrapper.right {
    justify-content: center;
    align-items: center;
  }

  .nav-wrapper.left {
    justify-content: flex-start;
  }

  .uplift-logo {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  .hero-content {
    justify-content: center;
    align-items: flex-start;
    min-width: 100%;
  }

  .hero-text {
    font-size: 14px;
  }

  .bg-circle._4 {
    background-color: #038db7;
    width: 70vw;
    height: 80vw;
  }

  .bg-circle._3 {
    background-color: #00bce6;
  }

  ._100vh-section-desktop {
    display: none;
  }

  .dropdown-toggle-2 {
    color: #004226;
    font-family: Lexend Deca, sans-serif;
  }

  .icon {
    color: #004225;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .section100vh {
    background-color: #f3f3f3;
    min-height: 800px;
    /* max-height: 100vh; */
    padding: 20px 0;
    display: block;
    overflow: hidden;
  }

  .section100vh.scrolling {
    padding-bottom: 20px;
    overflow: visible;
  }

  .dropdown-2 {
    position: absolute;
    inset: 10px 1em auto auto;
  }

  .h1 {
    color: var(--primary-950);
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Lexend Deca, sans-serif;
    font-size: 22px;
    line-height: 120%;
  }

  .h1.space-bottom {
    margin-bottom: 20px;
  }

  .h1.no-space {
    text-align: left;
    margin-bottom: 0;
  }

  .div-hero {
    background-color: #f3f3f3;
    min-height: auto;
    padding: 70px 0 0 0;
    display: block;
  }

  .div-hero.no-padding {
    min-height: auto;
    /* padding: 80px 0 0; */
  }

  .div-hero.no-padding._100vh {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 60px;
    display: flex;
  }

  .language {
    color: #004225;
    font-size: 1.2rem;
  }

  .cta {
    background-color: var(--primary-950);
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-size: 18px;
    transition: all .2s;
  }

  .cta:active {
    background-color: var(--primary-900);
  }

  .cta.big {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary-950);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .cta.secondary {
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #14323800;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    transition: all .2s;
  }

  .cta.secondary:hover {
    background-color: #f0fbfa00;
  }

  .cta.secondary:active {
    color: var(--primary-950);
    background-color: #82b2bc33;
  }

  .cta.big {
    background-color: #591c1c;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    transition: all .2s;
  }

  .cta.big:hover {
    background-color: #3a1111;
  }

  .cta.big:active {
    background-color: #004225;
  }

  .cta.big.secondary {
    border-width: 2px;
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #591c1c00;
  }

  .cta.big.secondary:active {
    background-color: #f6d2d2;
  }

  .cta.big.secondary.no100-wight {
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #14323800;
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .cta.big.secondary.no100-wight:active {
    background-color: #82b2bc33;
  }

  .cta.big.no100-wight {
    background-color: var(--primary-950);
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .cta.big.no100-wight:active {
    background-color: var(--primary-900);
  }

  .nav-bar-mobile {
    background-color: #f3f3f3;
    height: 80px;
    display: flex;
  }

  .nav-bar-mobile.green {
    background-color: var(--primary-950);
  }

  .nav-bar-mobile.title {
    background-color: #dbdbdb;
  }

  .div {
    background-color: #f3f3f3;
    min-height: auto;
    padding: 20px 12px;
    display: block;
  }

  .div.padding-laterale {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div.padding-laterale.fixed {
    padding-top: 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .div.padding-laterale.fixed.no-padding {
    padding: 0 0;
  }

  .div.padding-laterale {
    background-color: #f3f3f300;
    min-width: 100%;
    padding: 60px 1rem 20px;
  }

  .div.padding-laterale.less-padding-verticale {
    padding-top: 20px;
  }

  .div.padding-laterale {
    background-color: #f3f3f300;
    padding: 60px 1rem 20px;
  }

  .div.padding-laterale.fixed {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div.padding-laterale.fixed.center {
    background-color: #f3f3f300;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div.no-margin {
    padding-bottom: 0;
  }

  .image-decoration {
    object-fit: cover;
    min-width: 100%;
    max-height: 240px;
  }

  .uplift-logo-2 {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  .text-size-medium {
    font-size: 16px;
    line-height: 140%;
  }

  .text-size-medium.centered {
    color: #7c8a97;
    text-align: center;
    font-family: Lexend Deca, sans-serif;
    font-weight: 300;
  }

  .text-size-medium.centered.link {
    color: var(--primary-600);
    font-size: 12px;
    font-weight: 400;
  }

  .text-size-medium.no-space {
    margin-bottom: 0;
    font-size: 12px;
  }

  .logo-mobile {
    max-height: 60px;
    position: static;
  }

  .uplift-logo-3 {
    max-width: none;
    height: auto;
    max-height: 50px;
    margin-bottom: 0;
  }

  ._100vh-section-desktop-2 {
    display: none;
  }

  .hero-text-2 {
    font-size: 14px;
  }

  .grid1 {
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid1.h-full {
    grid-template-rows: minmax(180px, 100%);
    grid-auto-rows: minmax(180px, 1fr);
    min-height: 100%;
  }

  .back-icon {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .normal-section {
    background-color: #f3f3f3;
    min-height: auto;
    max-height: none;
    padding: 20px 0 0;
    display: block;
    overflow: visible;
  }

  .block {
    margin-bottom: 0;
    padding-left: 14px;
  }

  .text-cta {
    color: var(--primary-950);
    font-size: 14px;
    line-height: 120%;
  }

  .text-cta.center {
    color: var(--primary-950);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }

  .text-cta.white {
    color: var(--primary-50);
  }

  .cta-outline {
    color: #151515;
    border: 2px solid #000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-family: Lexend Deca, sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .cta-outline:active {
    background-color: #ececec;
  }

  .cta-outline._1 {
    /* background-image: url('../images/napoleon-bonaparte-in-a-grand-military-pose--19th-.png'); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
  }

  .cta-outline._2 {
    /* background-image: url('../images/a-lush-botanical-garden-with-diverse-plants-and-vi.png'); */
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
  }

  .cta-outline._3 {
    /* background-image: url('../images/a-renaissance-gallery-with-sculptures--paintings--.png'); */
    background-position: 50% 60%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
  }

  .text-size-small {
    color: var(--primary-950);
    margin-bottom: 0;
    font-family: Lexend Deca, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
  }

  .text-size-small.bold {
    font-weight: 600;
  }

  .text-size-small.center {
    color: var(--primary-950);
    text-align: center;
    font-family: Lexend Deca, sans-serif;
  }

  .link-block {
    margin-right: 10px;
  }

  .h1-2 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-2.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-2.center.no-space-up {
    margin-top: 0;
  }

  .h1-2.center.no-space-up.no-space-down {
    margin-bottom: 0;
    line-height: 100%;
  }

  .h1-2.center.no-space-up.no-space-down.title {
    text-align: left;
    font-size: 22px;
    line-height: 65%;
  }

  .image-2 {
    position: relative;
    top: -21px;
    left: -15px;
  }

  .section100vh-2 {
    background-color: #f3f3f3;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 0 20px;
    display: block;
    overflow: visible;
  }

  .text-size-small-2 {
    margin-bottom: 0;
  }

  .text-size-small-2.space-orizontal {
    margin-left: 6px;
    margin-right: 6px;
  }

  .image-decoration-2 {
    min-width: 100%;
  }

  .image-decoration-2.down-absolute {
    position: absolute;
    inset: auto 0% 0%;
  }

  .next-cta {
    position: static;
    inset: auto 20px auto auto;
  }

  .link-next {
    position: absolute;
    inset: auto 1em 1em auto;
  }

  .h1-3 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-3.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-3.center.no-space-up {
    margin-top: 0;
  }

  .h1-3.center.no-space-up.no-space-down {
    margin-bottom: 0;
  }

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

  .text-size-medium-2.center {
    color: #333;
    text-align: center;
  }

  .div-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-family: Lexend Deca, sans-serif;
    font-size: 12px;
    display: flex;
  }

  .div-bottom {
    background-color: #f3f3f3;
    min-height: auto;
    padding: 20px 0;
    display: block;
  }

  .div-bottom.padding-laterale {
    background-color: #f3f3f300;
    min-width: 100%;
    padding: 60px 1rem 20px;
  }

  .div-bottom.padding-laterale.less-padding-verticale {
    padding-top: 0;
  }

  .div-bottom.padding-laterale.less-padding-verticale.h-full {
    min-height: 100vh;
  }

  .div-bottom.padding-laterale.fixed {
    position: fixed;
    inset: auto 0% 0%;
  }

  .div-bottom.padding-laterale.fixed.center {
    background-color: #f3f3f300;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-bottom.padding-laterale.fixed.center.player {
    background-color: #dbdbdb;
  }

  .caption {
    color: #fdfdfd;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: 500;
  }

  .caption.grey {
    color: #333;
    font-family: Lexend Deca, sans-serif;
    font-weight: 300;
  }

  .caption.grey.center {
    color: #7c8a97;
    text-align: center;
  }

  .caption.grey.center.space-vertical {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .h1-4 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-4.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .div-block-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    min-height: 100%;
    display: flex;
  }

  .no-scrolling-body {
    overflow: hidden;
  }

  .text-size-small-3 {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
  }

  .text-size-small-3.bold {
    font-weight: 600;
  }

  .h1-5 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-5.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-5.center.no-space-up {
    margin-top: 0;
  }

  .h1-5.center.no-space-up.no-space-down {
    margin-bottom: 0;
    line-height: 100%;
  }

  .h1-5.center.no-space-up.no-space-down.title {
    text-align: left;
    font-size: 22px;
    line-height: 65%;
  }

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

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-end;
    min-width: 100%;
    display: flex;
  }

  .form.vertical {
    flex-flow: column;
  }

  .section100vh-3 {
    background-color: #f3f3f3;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 0 20px;
    display: block;
    overflow: visible;
  }

  .section100vh-3.popup-section {
    background-color: #000000b3;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h1-6 {
    color: #151515;
    text-align: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }

  .h1-6.center {
    color: #151515;
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
  }

  .h1-6.center.no-space-up {
    margin-top: 0;
  }

  .popup {
    background-color: #fdfdfd;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: none;
    padding: 20px;
    display: flex;
    position: absolute;
    inset: auto 5%;
  }

  .popup.decoration-left {
    background-image: url('../images/decorazione.svg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 55px;
  }

  .div-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .text-field {
    background-color: #fff0;
    border: 1px #000;
    border-bottom: 2px solid #000;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .bottom-bar {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--primary-950);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: Lexend Deca, sans-serif;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .bottom-bar:active {
    background-color: var(--primary-900);
  }

  .bottom-bar.big {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--primary-950);
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    text-decoration: none;
    transition: all .2s;
    display: flex;
  }

  .bottom-bar.secondary {
    border-color: var(--primary-950);
    color: var(--primary-950);
    background-color: #14323800;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: Lexend Deca, sans-serif;
    font-weight: 400;
    transition: all .2s;
  }

  .bottom-bar.secondary:hover {
    background-color: var(--primary-50);
  }

  .bottom-bar.secondary:active {
    background-color: #004225;
  }

  .bottom-bar.big {
    background-color: #591c1c;
    min-width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-weight: 600;
    transition: all .2s;
  }

  .bottom-bar.big:hover {
    background-color: #3a1111;
  }

  .bottom-bar.big:active {
    background-color: #004225;
  }

  .bottom-bar.big.secondary {
    color: #a13434;
    background-color: #591c1c00;
    border-width: 2px;
    border-color: #a13434;
  }

  .bottom-bar.big.secondary:active {
    background-color: #f6d2d2;
  }

  .bottom-bar.big.secondary.no100-wight {
    border-color: var(--primary-950);
    color: var(--primary-50);
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .bottom-bar.big.no100-wight {
    background-color: var(--primary-950);
    min-width: 48%;
    font-size: 16px;
    font-weight: 500;
  }

  .image-3 {
    margin-bottom: 10px;
  }

  .image-4 {
    object-fit: cover;
    min-width: 100%;
    max-height: 150px;
  }

  .medium {
    font-weight: 500;
  }

  .image-5 {
    max-height: 35px;
  }

  .div-block-4 {
    background-color: var(--primary-50);
    min-width: 100%;
    padding: 6px;
  }

  .image-6 {
    margin-bottom: 10px;
  }

  .image-7 {
    margin-bottom: 20px;
  }
}

figure {
  margin: 0;
}

input {
  width: 100% !important;
}
