header {
  z-index: 400;
}
header .logo {
  z-index: 50;
}
@media only screen and (min-width: 768px) {
  .holder {
    margin-top: -115px;
  }
}
@media only screen and (min-width: 768px) {
  .holder {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
  }
}
.holder .left {
  overflow: hidden;
  position: relative;
  float: right;
}
.holder .left .vi-image-desktop {
  display: none;
  height: 100%;
}
.holder .left .vi-image-mobile {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .holder .left {
    float: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 60%;
    padding-top: 152px;
  }
  .holder .left .vi-image-desktop {
    display: block;
  }
  .holder .left .vi-image-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  .holder .left {
    width: 65%;
  }
}
.holder .left .inner {
  width: 100%;
  background: #6660AF;
  padding: 20px 40px 40px 40px;
  box-sizing: border-box;
  margin-top: -7px;
}
@media only screen and (min-width: 768px) {
  .holder .left .inner {
    padding: 40px 50px 109px 60px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-height: 100vh;
    display: flex;
    position: absolute;
    max-width: 398px;
    right: 4%;
    top: 37%;
    margin-top: 0;
  }
}
.holder .left .inner h1 {
  text-transform: none;
  font-size: 25px;
  line-height: 35px;
  color: white;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .holder .left .inner h1 {
    line-height: 50px;
  }
}
@media only screen and (min-width: 1100px) {
  .holder .left .inner h1 {
    font-size: 35px;
  }
}
.holder .left .inner p {
  margin-top: 30px;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .holder .left .inner p {
    max-width: 205px;
    width: 100%;
    font-size: 17px;
    margin-top: 50px;
  }
}
.holder .left .inner p span {
  font-weight: 900;
}
.holder .right {
  padding-top: 33px;
  padding-bottom: 60px;
  font-size: 14px;
  font-weight: 300;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .holder .right {
    font-size: 15px;
    width: calc(40% - 80px);
    padding: 152px 40px 75px 40px;
  }
}
@media only screen and (min-width: 1100px) {
  .holder .right {
    width: calc(35% - 80px);
  }
}
.holder .right .wpcf7,
.holder .right .contact-form-heading {
  width: 100%;
  max-width: 302px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .holder .right .wpcf7,
  .holder .right .contact-form-heading {
    width: 100%;
    max-width: 360px;
  }
}
.holder .right .contact-form-heading {
  font-size: 29px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .holder .right .contact-form-heading {
    text-align: left;
  }
}
.holder .right input {
  width: calc(100% - 20px);
  display: block;
  height: 40px;
  background-color: #D6D6E5;
  border: none;
  margin-top: 10px;
  margin-bottom: 20px;
  outline: none;
  padding: 0 10px;
  line-height: 40px;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
}
.holder .right .wpcf7-list-item-label::before {
  background: #D6D6E5;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
}
.holder .right input[type="checkbox"] {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.holder .right textarea {
  border: none;
  background-color: #D6D6E5;
  width: calc(100% - 20px);
  outline: none;
  padding: 10px;
  margin-top: 10px;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
}
.holder .right .wpcf7-submit {
  background-color: #6660AF;
  color: #ffffff;
  font-weight: 600;
  font-size: 17px;
  padding: 0;
  width: 100%;
  margin: 32px 0 0 0;
}
.holder .right .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.holder .right .wpcf7-checkbox label {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 30px;
  margin-left: 0;
  font-size: 15px;
}
.holder .right .wpcf7-checkbox label:hover {
  cursor: pointer;
}
.holder .right .wpcf7-checkbox label input {
  line-height: unset;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  display: block;
  width: 25px;
  height: 25px;
  opacity: 0;
}
.holder .right .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label::before {
  content: 'x';
  text-align: center;
  line-height: 20px;
}
.holder .right .alternative-contact {
  background: #D6D6E5;
  text-align: center;
  position: relative;
  margin: 40px auto 40px;
  padding: 29px;
  box-sizing: border-box;
  width: 100%;
  max-width: 302px;
  font-size: 15px;
  font-weight: 400;
  color: #6660AF;
}
@media only screen and (min-width: 768px) {
  .holder .right .alternative-contact {
    max-width: 360px;
    padding: 35px;
  }
}
.holder .right .alternative-contact:before {
  content: url("/wp-content/themes/logimate/images/border_element_top.svg");
  position: absolute;
  right: -22px;
  top: -34px;
}
.holder .right .alternative-contact:after {
  content: url("/wp-content/themes/logimate/images/border_element_bottom.svg");
  position: absolute;
  left: -30px;
  bottom: -35px;
}
.holder .right .alternative-contact .vi-whatsapp-qr {
  margin-top: 10px;
  margin-bottom: 18px;
  max-width: 100%;
}
.holder .right .alternative-contact .vi-whatsapp-button-green {
  display: inline-flex;
  background: #25D366;
  color: white;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 5px;
  margin-bottom: 19px;
  align-items: center;
}
.holder .right .alternative-contact .vi-whatsapp-button-green svg {
  margin-right: 10px;
}
.holder .right .alternative-contact .contact-text {
  font-size: 17px;
  font-weight: 400;
  color: #6660AF;
  line-height: 25px;
}
@media only screen and (min-width: 768px) {
  .holder .right .alternative-contact .contact-text {
    font-size: 13px;
  }
}
.holder .right .alternative-contact .contact-text a {
  text-decoration: none;
  font-weight: unset;
}
.holder .right .contact-placeholder-box {
  text-align: center;
  margin-bottom: 45px;
}
.holder .right .contact-placeholder-box .contact-placeholder {
  color: #B8B8D3;
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  display: inline-grid;
  grid-template-columns: 45px auto 45px;
  align-items: center;
  grid-column-gap: 17px;
}
.whatsapp-fixed {
  position: fixed;
  right: 27px;
  bottom: 31px;
  background: #6660AF;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 10px #28217E70;
}
@media only screen and (min-width: 768px) {
  .whatsapp-fixed {
    right: 38px;
    bottom: 38px;
    width: 68px;
    height: 68px;
  }
}
.whatsapp-fixed svg {
  height: auto;
  width: 29px;
}
@media only screen and (min-width: 768px) {
  .whatsapp-fixed svg {
    width: 36px;
  }
}
/*# sourceMappingURL=contact.css.map */