#contact {
  max-width: 1616px;
  margin: 0px auto;
  padding: 0px 18px;
  padding-top: 171px;
  box-sizing: border-box;
}
#contact .locate span {
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #2d5c10;
}
#contact .container {
  justify-content: space-between;
  display: flex;
  gap: 10px;
}
#contact .container .contact-area {
  max-width: 545px;
  width: 100%;
}
#contact .container .contact-area h3 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 65px;
  color: #3d655f;
  margin: 0px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-break: anywhere;
}
#contact .container .contact-area a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
  padding: 2px 30px;
  background: rgba(123, 179, 87, 0.25);
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.6;
}

#contact .container .contact-area a span:first-child {
  background: rgba(239, 65, 65, 0.25);
  border-radius: 4px;
}



#contact .container .contact-area a .active {
  opacity: 1;
}
#contact .container .contact-area form {
  display: grid;
  row-gap: 20px;
  margin-top: 35px;
}
#contact .container .contact-area form input {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828282;
  padding: 13px 20px;
  border: 1px solid #e0e0e0 !important;
}
#contact .container .contact-area form input::-moz-placeholder {
  color: #828282;
  opacity: 1; /* Firefox */
  font-weight: 300;
}
#contact .container .contact-area form input::placeholder {
  color: #828282;
  opacity: 1; /* Firefox */
  font-weight: 300;
}
#contact .container .contact-area form .button {
  background: #aee48f;
  border: 0px;
  outline: 0px;
  padding: 15px;
  font-family: "Sofia Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
#contact .container .contact-area form .select-box .select2 {
  width: 100% !important;
  height: 50px;
}
#contact .container .contact-area .information {
  display: flex;
  gap: 30px;
}
#contact .container .contact-area .information .info-item {
  margin-top: 60px;
  display: flex;
  gap: 10px;
}
#contact .container .contact-area .information .info-item img {
  width: 28px;
  height: 28px;
}
#contact .container .contact-area .information .info-item div {
  display: grid;
}
#contact .container .contact-area .information .info-item div span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Sofia Pro";
}
#contact .container .contact-area .information .info-item div a {
  font-family: "Sofia Pro";
  color: rgb(60, 151, 8);
}
#contact .container .map {
  display: grid;
}
#contact .container .map a span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  color: #3d655f;
  padding: 2px 30px;
  background: rgba(123, 179, 87, 0.25);
  border-radius: 4px;
}
#contact .container .map iframe {
  margin-top: 26px;
  width: 878px;
  height: 556px;
}
#contact .text {
  margin-top: 50px;
  margin-bottom: 48px;
}
#contact .text p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #222222;
  margin: 0px;
}

@media (max-width: 1700px) {
  #contact {
    max-width: 1400px;
  }
  #contact .container .contact-area {
    max-width: 580px;
  }
  #contact .container .map iframe {
    width: 768px;
  }
  header nav .logo-links {
    max-width: 1400px;
  }
}
@media (max-width: 1500px) {
  header nav .logo-links {
    max-width: 1200px;
  }
  #contact {
    max-width: 1200px;
  }
  #contact .container .contact-area {
    max-width: 460px;
  }
  #contact .container .map iframe {
    width: 568px;
  }
}
@media (max-width: 1200px) {
  header nav .logo-links {
    max-width: 992px;
  }
  #contact {
    max-width: 992px;
  }
  #contact .container .contact-area {
    max-width: 460px;
  }
  #contact .container .map iframe {
    width: 508px;
  }
}
@media (max-width: 992px) {
  #contact {
    max-width: 768px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 85px;
  }
  #contact .container .contact-area {
    max-width: 368px;
  }
  #contact .container .contact-area h3 {
    font-size: 38px;
    line-height: 42px;
  }
  #contact .container .contact-area .information .info-item {
    display: block;
    text-align: center;
  }
  #contact .container .map iframe {
    width: 358px;
  }
  header nav .logo-links {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  #contact .container {
    display: block;
  }
  #contact .container .contact-area {
    width: 100%;
    max-width: unset;
  }
  #contact .container .contact-area h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #contact .container .contact-area .information {
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #contact .container .contact-area .information .info-item {
    margin-top: 40px;
  }
  #contact .container .contact-area .information .info-item div a {
    font-size: 12px;
  }
  #contact .container .map {
    margin-top: 24px;
  }
  #contact .container .map a {
    display: flex;
    justify-content: start;
    margin-left: 22px;
  }
  #contact .container .map a span {
    padding: 1px 14px;
  }
  #contact .container .map iframe {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #contact {
    padding-left: 0px;
    padding-right: 0px;
  }
  #contact .locate {
    padding: 0px 18px;
  }
  #contact .container .contact-area h3 {
    padding: 0px 18px;
  }
  #contact .container .contact-area a {
    margin-left: 18px;
  }
  #contact .container .contact-area a span {
    padding: 1px 14px;
  }
  #contact .container .contact-area form {
    padding: 0px 18px;
  }
  #contact .container .contact-area .information {
    display: grid;
    justify-content: start;
    margin-left: 18.73px;
    gap: 0px;
  }
  #contact .container .contact-area .information .info-item {
    margin-top: 24px;
    display: flex;
  }
  #contact .container .contact-area .information .info-item div {
    text-align: start;
  }
  #contact .container .contact-area .information .info-item div a {
    margin: 0px;
  }
  #contact .text {
    padding: 0px 18px;
    margin-top: 24px;
    margin-bottom: 28px;
  }
  #contact .text p {
    font-size: 12px;
    line-height: 22px;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}

.select2-search--dropdown {
  padding: 0px !important;
}

.select2-container--default .select2-selection--single {
  height: 50px !important;
  border-radius: 0px !important;
  border: 1px solid #e0e0e0 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #828282;
  padding-top: 9px;
  padding-left: 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  box-sizing: border-box;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 20px !important;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
  font-family: "Sofia Pro" !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
  right: 20px !important;
  width: 10px !important;
}/*# sourceMappingURL=contact.css.map */