#page-home .section-image .background img, #page-home .section-image .background, #page-home .section-cta .flex-wrapper .left-card--image img, #page-home .section-levkah .flex-wrapper .right-items .item-link, #page-home .section-levkah .background img, #page-home .section-levkah .background::before, #page-home .section-products .flex-wrapper .card-content--image img, #page-home .section-products .flex-wrapper .card-image img, #page-home .section-products .flex-wrapper .card::before, #page-home .section-hero .flex-wrapper .left-block--image img, #page-home .section-hero .background img, #page-home .section-hero .background::after, #page-home .section-hero .background::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-home .section-image a.background, #page-home .section-levkah .flex-wrapper .right-items a.item-link, #page-home .section-levkah a.background::before, #page-home .section-products .flex-wrapper a.card::before, #page-home .section-hero a.background::after, #page-home .section-hero a.background::before {
  text-indent: -999px;
  overflow: hidden;
}

#page-home .section-image button.background, #page-home .section-levkah .flex-wrapper .right-items button.item-link, #page-home .section-levkah button.background::before, #page-home .section-products .flex-wrapper button.card::before, #page-home .section-hero button.background::after, #page-home .section-hero button.background::before {
  text-indent: -999px;
  overflow: hidden;
}

#page-home {
  background-color: #fff9ef;
}
#page-home .section-hero {
  position: relative;
  padding: 20rem 0;
}
@media (max-width: 1023px) {
  #page-home .section-hero {
    padding: 0;
  }
}
#page-home .section-hero .background {
  position: absolute;
  top: 20rem;
  right: 20rem;
  bottom: 0;
  left: 20rem;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-hero .background {
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
  }
}
#page-home .section-hero .background::before {
  content: "";
  background-color: #5b717b;
  opacity: 0.2;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-hero .background::before {
    opacity: 0.4;
  }
}
#page-home .section-hero .background::after {
  content: "";
  background-image: linear-gradient(to top right, rgba(90, 114, 124, 0) 55%, #252b2d 100%);
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-home .section-hero .background img {
    -o-object-position: center;
    object-position: center;
  }
}
#page-home .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-home .section-hero .flex-wrapper {
  padding: 230rem 0 40rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper {
    padding: 150rem 0 40rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
#page-home .section-hero .flex-wrapper .left {
  width: 275rem;
}
@media (max-width: 767px) {
  #page-home .section-hero .flex-wrapper .left {
    width: 100%;
  }
}
#page-home .section-hero .flex-wrapper .left-block {
  padding: 16rem 39rem 16rem 20rem;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  margin-bottom: 12rem;
}
#page-home .section-hero .flex-wrapper .left-block--image {
  position: relative;
  width: 74rem;
  height: 74rem;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-home .section-hero .flex-wrapper .left-block--content {
  width: 130rem;
  margin-left: 12rem;
}
#page-home .section-hero .flex-wrapper .left-block--content_title {
  color: white;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.2;
}
#page-home .section-hero .flex-wrapper .left-block--content_description {
  margin-top: 12rem;
}
#page-home .section-hero .flex-wrapper .left-block--content_description p {
  color: white;
  font-size: 11rem;
  font-weight: normal;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
#page-home .section-hero .flex-wrapper .left-text {
  padding: 16rem 32rem;
  display: inline-flex;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(10px);
  width: 100%;
}
@media (max-width: 767px) {
  #page-home .section-hero .flex-wrapper .left-text {
    width: 275rem;
  }
}
#page-home .section-hero .flex-wrapper .left-text span {
  color: white;
  font-size: 14rem;
  font-weight: bold;
  margin-left: 12rem;
}
#page-home .section-hero .flex-wrapper .right {
  padding-bottom: 15rem;
  text-align: right;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right {
    width: 100%;
    margin-bottom: 30rem;
    text-align: left;
    padding-bottom: 0;
  }
}
#page-home .section-hero .flex-wrapper .right-title {
  color: white;
  font-size: 84rem;
  font-weight: normal;
  letter-spacing: -0.04em;
  text-align: right;
  line-height: 0.5;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-title {
    font-size: 40rem;
    text-align: left;
    line-height: 0.9;
  }
}
#page-home .section-hero .flex-wrapper .right-title span {
  position: relative;
  top: -20rem;
  left: -15rem;
  font-size: 40rem;
  font-weight: 200;
  font-style: italic;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-title span {
    top: 0;
    left: 0;
  }
}
#page-home .section-hero .flex-wrapper .right-title strong {
  font-family: "Playfair";
  font-size: 92rem;
  font-weight: 300;
  font-style: italic;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-title strong {
    font-size: 55rem;
  }
}
#page-home .section-hero .flex-wrapper .right-description {
  margin-top: 15rem;
}
#page-home .section-hero .flex-wrapper .right-description p {
  color: white;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #page-home .section-hero .flex-wrapper .right-description p br {
    display: none;
  }
}
#page-home .section-hero .flex-wrapper .right-description p strong {
  border-bottom: 1px solid white;
}
#page-home .section-hero .flex-wrapper .right-cta {
  margin-top: 55rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-cta {
    display: none;
  }
}
#page-home .section-hero .flex-wrapper .right-cta button {
  background-image: linear-gradient(to right, #b0d7e7 0%, #5b717b 50%, #b0d7e7 100%);
  background-size: 200% auto;
  background-position: left center;
  transition-property: background-position;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-hero .flex-wrapper .right-cta button span {
  color: white;
  font-size: 13rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
#page-home .section-hero .flex-wrapper .right-cta button:hover {
  background-position: right center;
}
#page-home .section-hero .flex-wrapper .right-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 50rem;
}
@media (max-width: 1023px) {
  #page-home .section-hero .flex-wrapper .right-block {
    margin-top: 30rem;
    justify-content: flex-start;
  }
}
#page-home .section-hero .flex-wrapper .right-block--image {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-home .section-hero .flex-wrapper .right-block--image img {
  width: 67rem;
  height: unset;
}
#page-home .section-hero .flex-wrapper .right-block--content {
  text-align: left;
  margin-left: 15rem;
}
#page-home .section-hero .flex-wrapper .right-block--content_title {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 10rem;
}
#page-home .section-hero .flex-wrapper .right-block--content_title span {
  color: white;
  font-size: 16rem;
  font-weight: bold;
  margin-left: 3rem;
}
#page-home .section-hero .flex-wrapper .right-block--content_description p {
  color: white;
  font-size: 13rem;
  font-weight: normal;
}
#page-home .section-products {
  padding: 140rem 0;
}
@media (max-width: 1023px) {
  #page-home .section-products {
    padding: 100rem 0 70rem;
  }
}
#page-home .section-products .headline {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 65rem;
}
@media (max-width: 1023px) {
  #page-home .section-products .headline {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-home .section-products .headline-title {
  color: #5b717b;
  font-size: 48rem;
  font-weight: normal;
  letter-spacing: -0.04em;
  line-height: 0.5;
  width: 445rem;
}
@media (max-width: 1023px) {
  #page-home .section-products .headline-title {
    width: 100%;
    font-size: 32rem;
    margin-bottom: 30rem;
  }
}
#page-home .section-products .headline-title strong {
  font-size: 64rem;
  font-family: "Playfair";
  font-style: italic;
  font-weight: normal;
}
@media (max-width: 1023px) {
  #page-home .section-products .headline-title strong {
    font-size: 50rem;
  }
}
#page-home .section-products .headline-description {
  width: 415rem;
}
@media (max-width: 1023px) {
  #page-home .section-products .headline-description {
    width: 100%;
  }
}
#page-home .section-products .headline-description p {
  color: #5b717b;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
}
#page-home .section-products .flex-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35rem;
  grid-row-gap: 30rem;
}
@media (max-width: 1023px) {
  #page-home .section-products .flex-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-home .section-products .flex-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-home .section-products .flex-wrapper .card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#page-home .section-products .flex-wrapper .card::before {
  content: "";
  background-image: linear-gradient(to bottom, rgba(161, 153, 137, 0) 60%, #a19989 90%);
  z-index: 1;
}
#page-home .section-products .flex-wrapper .card:last-child {
  padding: 24rem;
  background-color: #efe8da;
}
#page-home .section-products .flex-wrapper .card:last-child::before {
  display: none;
}
#page-home .section-products .flex-wrapper .card-image {
  position: relative;
  width: 100%;
  height: 460rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-home .section-products .flex-wrapper .card-description {
  position: absolute;
  bottom: 37rem;
  left: 50%;
  transform: translateX(-50%);
  width: 260rem;
  text-align: center;
  z-index: 2;
}
#page-home .section-products .flex-wrapper .card-description p {
  color: white;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
}
#page-home .section-products .flex-wrapper .card-content {
  text-align: center;
}
#page-home .section-products .flex-wrapper .card-content--image {
  position: relative;
  width: 100%;
  height: 240rem;
  overflow: hidden;
  border-radius: 24px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
#page-home .section-products .flex-wrapper .card-content--description {
  margin: 30rem 0;
}
#page-home .section-products .flex-wrapper .card-content--description p {
  color: #5b717b;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
#page-home .section-levkah {
  position: relative;
  padding: 217rem 0 0;
}
@media (max-width: 1023px) {
  #page-home .section-levkah {
    padding: 120rem 0 0;
  }
}
#page-home .section-levkah .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 35rem;
  left: 0;
}
#page-home .section-levkah .background::before {
  content: "";
  background-color: black;
  opacity: 0.4;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .background::before {
    opacity: 0.6;
  }
}
#page-home .section-levkah .container {
  position: relative;
  z-index: 2;
}
#page-home .section-levkah .flex-wrapper {
  padding-right: 70rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper {
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-home .section-levkah .flex-wrapper .left {
  width: 545rem;
  padding-bottom: 115rem;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .left {
    width: 100%;
    padding-bottom: 0;
  }
}
#page-home .section-levkah .flex-wrapper .left-small {
  color: #b0d7e7;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
}
#page-home .section-levkah .flex-wrapper .left-title {
  color: white;
  font-size: 48rem;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin: 25rem 0 50rem;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .left-title {
    margin: 30rem 0;
    font-size: 35rem;
  }
}
#page-home .section-levkah .flex-wrapper .left-title strong {
  font-size: 52rem;
  font-family: "Playfair";
  font-weight: normal;
  font-style: italic;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .left-title strong {
    font-size: 45rem;
  }
}
#page-home .section-levkah .flex-wrapper .left-description p {
  color: white;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .right {
    width: 100%;
    margin-top: 30rem;
  }
}
#page-home .section-levkah .flex-wrapper .right-texts .text {
  padding: 16rem 20rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 12px;
}
#page-home .section-levkah .flex-wrapper .right-texts .text:not(:last-child) {
  margin-bottom: 12rem;
}
#page-home .section-levkah .flex-wrapper .right-texts .text p {
  color: white;
  font-size: 14rem;
  font-weight: 500;
}
#page-home .section-levkah .flex-wrapper .right-items {
  display: flex;
  margin-top: 40rem;
  justify-content: center;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .right-items {
    flex-direction: column;
  }
}
#page-home .section-levkah .flex-wrapper .right-items .item {
  width: 255rem;
  padding: 16rem 20rem;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .right-items .item {
    width: 100%;
  }
}
#page-home .section-levkah .flex-wrapper .right-items .item:not(:last-child) {
  margin-right: 16rem;
}
@media (max-width: 1023px) {
  #page-home .section-levkah .flex-wrapper .right-items .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15rem;
  }
}
#page-home .section-levkah .flex-wrapper .right-items .item-link {
  z-index: 5;
}
#page-home .section-levkah .flex-wrapper .right-items .item-title {
  display: inline-flex;
  align-items: center;
}
#page-home .section-levkah .flex-wrapper .right-items .item-title span {
  color: #b0d7e7;
  font-size: 16rem;
  font-weight: bold;
  margin-left: 8rem;
}
#page-home .section-levkah .flex-wrapper .right-items .item-address {
  margin-top: 15rem;
}
#page-home .section-levkah .flex-wrapper .right-items .item-address p {
  color: white;
  font-size: 14rem;
  font-weight: normal;
  line-height: 1.4;
}
#page-home .section-levkah .flex-wrapper .right-items .item:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#page-home .section-levkah .flex-wrapper .right-cta {
  text-align: center;
  margin-top: 27rem;
}
#page-home .section-cta {
  padding: 110rem 0 135rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta {
    padding: 100rem 0;
  }
}
#page-home .section-cta .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
#page-home .section-cta .flex-wrapper .left {
  width: 590rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .left {
    width: 100%;
    margin-bottom: 40rem;
  }
}
#page-home .section-cta .flex-wrapper .left-card {
  position: relative;
  width: 100%;
  padding: 0 40rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .left-card {
    padding: 20rem 20rem 0;
  }
}
#page-home .section-cta .flex-wrapper .left-card::before {
  content: "";
  position: absolute;
  top: 115rem;
  right: 0;
  bottom: 33rem;
  left: 0;
  background-color: #efe8da;
  overflow: hidden;
  border-radius: 24px;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .left-card::before {
    top: 0;
  }
}
#page-home .section-cta .flex-wrapper .left-card > * {
  position: relative;
  z-index: 2;
}
#page-home .section-cta .flex-wrapper .left-card--image {
  position: relative;
  width: 100%;
  height: 255rem;
  overflow: hidden;
  border-radius: 20px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-bottom: 35rem;
}
@media (max-width: 767px) {
  #page-home .section-cta .flex-wrapper .left-card--image {
    height: 160rem;
  }
}
#page-home .section-cta .flex-wrapper .left-card--small {
  color: #5b717b;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 25rem;
}
#page-home .section-cta .flex-wrapper .left-card--title {
  color: #5b717b;
  font-size: 36rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.3;
  margin-bottom: 40rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .left-card--title {
    font-size: 32rem;
    margin-bottom: 30rem;
  }
}
#page-home .section-cta .flex-wrapper .left-card--description {
  width: 365rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .left-card--description {
    width: 100%;
  }
}
#page-home .section-cta .flex-wrapper .left-card--description p {
  color: #5b717b;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.5;
}
#page-home .section-cta .flex-wrapper .left-card--cta {
  margin-top: 55rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .left-card--cta {
    margin-top: 30rem;
    text-align: center;
  }
}
#page-home .section-cta .flex-wrapper .right {
  width: 645rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .right {
    width: 100%;
  }
}
#page-home .section-cta .flex-wrapper .right-contact {
  position: relative;
  padding: 60rem 50rem 0;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .right-contact {
    padding: 40rem 20rem 20rem;
  }
}
#page-home .section-cta .flex-wrapper .right-contact::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 33rem;
  left: 0;
  background-color: white;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .right-contact::before {
    bottom: 0;
  }
}
#page-home .section-cta .flex-wrapper .right-contact > * {
  position: relative;
  z-index: 2;
}
#page-home .section-cta .flex-wrapper .right-contact--small {
  color: #5b717b;
  font-size: 12rem;
  font-weight: 500;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 25rem;
}
#page-home .section-cta .flex-wrapper .right-contact--title {
  color: #5b717b;
  font-size: 36rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  margin-bottom: 25rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .right-contact--title {
    font-size: 32rem;
    margin-bottom: 30rem;
  }
}
#page-home .section-cta .flex-wrapper .right-contact--description {
  margin-bottom: 35rem;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .right-contact--description {
    margin-bottom: 30rem;
  }
}
#page-home .section-cta .flex-wrapper .right-contact--description p {
  color: #5b717b;
  font-size: 16rem;
  font-weight: 500;
  line-height: 1.3;
}
#page-home .section-cta .flex-wrapper .right-contact--form .field-group {
  width: 100%;
}
#page-home .section-cta .flex-wrapper .right-contact--form .field-group .field {
  background-color: #f6f6f6;
  padding: 0 22rem;
  width: 100%;
  height: 60rem;
  border-radius: 12px;
  border: 1px solid transparent;
  color: #5b717b;
  font-size: 16rem;
  font-weight: 500;
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-cta .flex-wrapper .right-contact--form .field-group .field::-moz-placeholder {
  color: #5b717b;
}
#page-home .section-cta .flex-wrapper .right-contact--form .field-group .field::placeholder {
  color: #5b717b;
}
#page-home .section-cta .flex-wrapper .right-contact--form .field-group .field:focus {
  border: 1px solid #5b717b;
}
#page-home .section-cta .flex-wrapper .right-contact--form .field-group textarea.field {
  height: 147rem;
  padding: 24rem 22rem;
  resize: none;
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-flex {
  margin: 16rem 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16rem;
  grid-row-gap: 16rem;
}
@media (max-width: 767px) {
  #page-home .section-cta .flex-wrapper .right-contact--form .form-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions {
  margin-top: 55rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-home .section-cta .flex-wrapper .right-contact--form .form-actions {
    margin-top: 30rem;
  }
}
@media (max-width: 767px) {
  #page-home .section-cta .flex-wrapper .right-contact--form .form-actions {
    flex-direction: column;
    align-items: center;
  }
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions .submit button {
  border: 1px solid transparent;
  transition-property: border, background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions .submit button:hover {
  border: 1px solid #5b717b;
}
@media (max-width: 767px) {
  #page-home .section-cta .flex-wrapper .right-contact--form .form-actions .cta {
    margin-top: 20rem;
  }
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions .cta a {
  display: inline-flex;
  align-items: center;
  height: 70rem;
  padding: 0 28rem;
  background-color: #66a467;
  border-radius: 50px;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions .cta a svg {
  width: 30rem;
  height: unset;
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions .cta a span {
  color: white;
  font-size: 13rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-left: 20rem;
}
#page-home .section-cta .flex-wrapper .right-contact--form .form-actions .cta a:hover {
  background-color: #5dbd5e;
}
#page-home .section-image {
  position: relative;
  width: 100%;
  height: 145rem;
}
@media (max-width: 1023px) {
  #page-home .section-image {
    height: 90rem;
  }
}
@media (max-width: 767px) {
  #page-home .section-image {
    height: 70rem;
  }
}
/*# sourceMappingURL=home.min.css.map */
