#page-contact .section-contact .flex-wrapper .right-items .item-link, #page-contact .section-hero .flex-wrapper .right-image img, #page-contact .section-hero .flex-wrapper .right-image::before, #page-contact .section-hero .flex-wrapper .right-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-contact .section-contact .flex-wrapper .right-items a.item-link, #page-contact .section-hero .flex-wrapper a.right-image::before, #page-contact .section-hero .flex-wrapper a.right-image {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact .section-contact .flex-wrapper .right-items button.item-link, #page-contact .section-hero .flex-wrapper button.right-image::before, #page-contact .section-hero .flex-wrapper button.right-image {
  text-indent: -999px;
  overflow: hidden;
}

#page-contact {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-contact .section-hero {
  position: relative;
  padding: 0 0 130rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero {
    padding: 130rem 0 30rem;
  }
}
#page-contact .section-hero .vector {
  position: absolute;
  top: 0;
  left: 190rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .vector {
    display: none;
  }
}
#page-contact .section-hero .vector svg {
  width: 600rem;
  height: unset;
}
#page-contact .section-hero .container {
  position: relative;
  z-index: 2;
}
#page-contact .section-hero .flex-wrapper {
  padding-left: 30rem;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper {
    padding-left: 0;
    flex-direction: column-reverse;
  }
}
#page-contact .section-hero .flex-wrapper .left {
  width: 38%;
  flex-shrink: 0;
  padding-bottom: 120rem;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left {
    margin-top: 30rem;
    padding-bottom: 50rem;
    width: 100%;
    text-align: center;
  }
}
#page-contact .section-hero .flex-wrapper .left-small {
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 23rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-small {
    margin-bottom: 15rem;
  }
}
#page-contact .section-hero .flex-wrapper .left-title {
  margin-top: 5rem;
  color: #222221;
  font-family: "Sewimple Pol";
  font-size: 70rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .left-title {
    font-size: 35rem;
    margin-top: 0;
  }
}
#page-contact .section-hero .flex-wrapper .left-description {
  margin-top: 15rem;
}
#page-contact .section-hero .flex-wrapper .left-description p {
  color: #222221;
  font-size: 18rem;
  font-weight: 400;
  line-height: 1.3;
}
#page-contact .section-hero .flex-wrapper .right {
  position: relative;
  width: 62vw;
  height: 590rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 0 0 0 100px;
}
@media (max-width: 1023px) {
  #page-contact .section-hero .flex-wrapper .right {
    border-radius: 10px;
    width: 100%;
    height: 300rem;
  }
}
@media (max-width: 767px) {
  #page-contact .section-hero .flex-wrapper .right {
    width: 100%;
    height: 200rem;
  }
}
#page-contact .section-hero .flex-wrapper .right-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#page-contact .section-contact {
  padding: 0 0 70rem;
}
#page-contact .section-contact .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper {
    flex-direction: column;
  }
}
#page-contact .section-contact .flex-wrapper .left {
  width: 612rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .left {
    width: 100%;
    margin-bottom: 40rem;
  }
}
#page-contact .section-contact .flex-wrapper .left-form .form-grid {
  margin-bottom: 10rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 22rem;
  grid-row-gap: 10rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .left-form .form-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-contact .section-contact .flex-wrapper .left-form .field-group {
  position: relative;
  width: 100%;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .label {
  background-color: white;
  color: #c7aa6b;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  position: absolute;
  top: 11rem;
  left: 12rem;
  padding: 0 10rem;
  display: inline-block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field {
  width: 100%;
  height: 39rem;
  padding: 0 20rem;
  border-radius: 7px;
  border: 1px solid #6c6c6c;
  color: #222221;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  transition-property: border;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field:focus {
  border: 1px solid #c7aa6b;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field:focus::-moz-placeholder {
  opacity: 0;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field:focus::placeholder {
  opacity: 0;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field::-moz-placeholder {
  color: #222221;
  -moz-transition-property: opacity;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .left-form .field-group .field::placeholder {
  color: #222221;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .left-form .field-group textarea.field {
  padding: 15rem 20rem;
  height: 83rem;
  resize: none;
}
#page-contact .section-contact .flex-wrapper .left-form .field-group.not-empty .label, #page-contact .section-contact .flex-wrapper .left-form .field-group.focus .label {
  transform: translate(-6rem, -18rem) scale(0.7);
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms {
  margin-top: 20rem;
  width: 240rem;
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms button {
  background-color: transparent;
  border: none;
  position: relative;
  text-align: left;
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms button::before {
  content: "";
  border-radius: 4px;
  border: 2px solid #6c6c6c;
  background-color: transparent;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 15rem;
  height: 15rem;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms button span {
  position: relative;
  left: 30rem;
  color: #6c6c6c;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms button span a {
  color: #6c6c6c;
  font-weight: 700;
  text-decoration: underline !important;
  transition-property: color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms button span a:hover {
  color: #c7aa6b;
}
#page-contact .section-contact .flex-wrapper .left-form .form-terms.active button::before {
  background-color: #6c6c6c;
}
#page-contact .section-contact .flex-wrapper .left-form .form-submit {
  margin-top: 28rem;
}
#page-contact .section-contact .flex-wrapper .right {
  width: 580rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right {
    width: 100%;
  }
}
#page-contact .section-contact .flex-wrapper .right-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15rem;
  grid-row-gap: 25rem;
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item {
  position: relative;
  display: flex;
  align-items: center;
}
#page-contact .section-contact .flex-wrapper .right-items .item-link {
  z-index: 5;
}
#page-contact .section-contact .flex-wrapper .right-items .item-icon {
  border-radius: 30px;
  background-color: #f3f3f5;
  width: 95rem;
  height: 87rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-icon {
    width: 80rem;
    height: 75rem;
  }
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-icon svg {
    width: 30rem;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item-icon svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .right-items .item-content {
  margin-left: 20rem;
}
#page-contact .section-contact .flex-wrapper .right-items .item-content--title {
  margin-bottom: 5rem;
  color: #6c6c6c;
  font-size: 22rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-content--title {
    font-size: 20rem;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item-content--description p {
  color: #6c6c6c;
  font-size: 16rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-contact .section-contact .flex-wrapper .right-items .item-content--description p {
    font-size: 15rem;
  }
}
#page-contact .section-contact .flex-wrapper .right-items .item:hover .item-icon {
  background-color: #c7aa6b;
}
#page-contact .section-contact .flex-wrapper .right-items .item:hover .item-icon svg path {
  fill: white;
}
#page-contact .section-contact .flex-wrapper .right-items .item:hover .item-content--title, #page-contact .section-contact .flex-wrapper .right-items .item:hover .item-content--description p {
  color: #c7aa6b;
}
#page-contact .section-contact .flex-wrapper .right-social {
  margin-top: 35rem;
  display: flex;
  align-items: center;
}
#page-contact .section-contact .flex-wrapper .right-social span {
  margin-right: 10rem;
  color: #6c6c6c;
  font-size: 16rem;
  font-weight: 700;
}
#page-contact .section-contact .flex-wrapper .right-social ul {
  display: flex;
  align-items: center;
}
#page-contact .section-contact .flex-wrapper .right-social ul li:not(:last-child) {
  margin-right: 20rem;
}
#page-contact .section-contact .flex-wrapper .right-social ul li a svg path {
  fill: #c7aa6b;
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-contact .section-contact .flex-wrapper .right-social ul li a:hover svg path {
  fill: #6c6c6c;
}
#page-contact .section-map .iframe {
  position: relative;
  width: 100%;
  height: 335rem;
}
#page-contact .section-map .iframe iframe {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=contact.min.css.map */
