/* SCSS file content */
/* SCSS file content */
.contact-page-sec {
  padding: 30px 0 51px 0;
}
@media screen and (min-width: 1200px) {
  .contact-page-sec {
    padding: 60px 0 69px 0;
  }
}

.contact-page_title {
  margin-bottom: 10px;
  letter-spacing: -0.27px;
}
@media screen and (min-width: 1200px) {
  .contact-page_title {
    margin-bottom: 30px;
    letter-spacing: -0.45px;
  }
}
.contact-page_content {
  max-width: 660px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .contact-page_content {
    margin-bottom: 60px;
    line-height: 30px;
    letter-spacing: -0.09px;
  }
}

.contact-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .contact-address {
    gap: 43px;
  }
}
.contact-address_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.contact-address_icon {
  margin-right: 10px;
}
@media screen and (min-width: 1200px) {
  .contact-address_icon {
    margin-right: 12px;
  }
}
.contact-address_title {
  color: #5B5B5B;
  margin-bottom: 8px;
  line-height: normal;
}
.contact-address_content {
  color: #3C3C3A;
}
.contact-address_content a {
  color: #3C3C3A;
  text-decoration: none;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.contact-address_content a:hover {
  color: #0059BC;
}

.contact-map {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .contact-map {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.contact-map_title {
  margin-bottom: 18px;
}
@media screen and (min-width: 1200px) {
  .contact-map_title {
    margin-bottom: 22px;
  }
}
.contact-map_area iframe {
  border-radius: 5px;
  border: 2px solid #DFE7EF !important;
}

.form-contact .form-group label {
  font-size: 16px;
}

body .nice-select::after {
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_2321_4808' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='25' height='25'%3E%3Crect x='0.375' y='0.890625' width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2321_4808)'%3E%3Cpath d='M12.375 15.8906L7.375 10.8906H17.375L12.375 15.8906Z' fill='%231C1B1F'/%3E%3C/g%3E%3C/svg%3E");
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 55% 30%;
          transform-origin: 55% 30%;
}
body .nice-select.open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}