h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.map {
  background-color: #0b0f14;
  background-image: url("../img/home/group-overlay.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  overflow: hidden;
}
.map .contact__social-media {
  padding-left: 0;
  margin: 40px 0 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.map .contact__social-media__item {
  margin-right: 20px;
  padding: 10px 0px;
}
.map .contact__social-media__item img {
  object-fit: contain;
  max-height: 18px;
  width: 100%;
  opacity: 0.8;
  transition: all 0.4s ease;
  display: block;
}
.map .contact__social-media__item img:hover {
  opacity: 1;
}
.map__scroll {
  position: absolute;
  left: 90px;
  bottom: 68px;
  font-size: 16px;
  line-height: 1.69;
  color: #ffffff;
  padding-left: 33px;
  text-decoration: none;
  z-index: 7;
}
.map__scroll::before {
  content: "";
  width: 19px;
  height: 34px;
  background-image: url("../img/scroll-mouse.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 0;
  position: absolute;
}
.map__text {
  padding: 155px 0 165px 90px;
  width: 45%;
  position: relative;
  z-index: 6;
}
.map__text h1 {
  color: #fff;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.5561;
  margin: 0 0 48px 0;
  display: inline-block;
  width: 100%;
}
.map__text__list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
.map__text__list__item {
  max-width: 431px;
  margin-bottom: 40px;
}
.map__text__list__item:last-of-type {
  margin-bottom: 0;
}
.map__text__list__item__title {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7411;
  letter-spacing: 0.285em;
  color: #dddddd;
  display: inline-block;
  width: 100%;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  margin-bottom: 20px;
}
.map__text__list__item__text {
  max-width: 300px;
}
.map__text__list__item__text a {
  font-size: 16px;
  line-height: 189.61%;
  color: #fcfcfc;
  text-decoration: none;
  transition: all 0.4s ease;
}
.map__text__list__item__text a:hover {
  color: #3aaa35;
}
.map__text__list__item__text p {
  font-size: 16px;
  line-height: 189.61%;
  color: #fcfcfc;
}
.map__box {
  position: absolute;
  right: 0;
  top: 0;
  width: 59.5%;
  height: 100%;
  border: none;
  outline: none;
}
.map__box::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 90px;
  background: linear-gradient(
    180deg,
    rgba(11, 15, 20, 0.9) -5%,
    rgba(11, 15, 20, 0) 100%
  );
  z-index: 4;
}
.map__overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 59.5%;
  height: 100%;
  overflow: hidden;
}
.map__overlay::before {
  content: "";
  background-color: #0b0f14;
  width: 300px;
  height: 120%;
  top: -10%;
  position: absolute;
  left: -180px;
  z-index: 3;
  transform: rotate(14deg);
}
.map__overlay::after {
  content: "";
  position: absolute;
  z-index: 4;
  left: 67px;
  bottom: -11px;
  width: 98px;
  height: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/map-overlay.webp");
  transform: rotate(7.9deg);
}
.map__overlay-bottom {
  position: absolute;
  display: none;
  bottom: 0;
  left: 10%;
  max-width: 50%;
  height: 550px;
  z-index: 3;
}
.map__overlay-bottom img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gm-style .gm-style-iw-c {
  border: 2px solid #3aaa35 !important;
  padding: 22px 10px 10px 25px !important;
  border-radius: 4px !important;
  top: -15px !important;
}

.gm-style .gm-style-iw-tc {
  top: -15px !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #1d7f35 !important;
}

.gm-style-iw-d {
  padding: 0 !important;
  font-size: 15px;
  font-family: "Century Gothic", sans-serif;
}

.gm-style .gm-style-iw-d {
  padding: 0 !important;
}
.gm-style .gm-style-iw-d p,
.gm-style .gm-style-iw-d a,
.gm-style .gm-style-iw-d ul,
.gm-style .gm-style-iw-d ol {
  font-size: 15px;
  line-height: 1.2;
  outline: none;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
  transition: all 0.4s ease;
}
.gm-style .gm-style-iw-d a:hover {
  color: #3aaa35;
}

button.gm-ui-hover-effect {
  border: none;
  outline: none;
}

@media only screen and (max-width: 1536px) {
  .map__text {
    padding-left: 70px;
  }
  .map__text h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .map__scroll {
    left: 70px;
  }
  .map__overlay::after {
    left: 69px;
  }
}
@media only screen and (max-width: 1336px) {
  .map__text {
    width: 48%;
  }
}
@media only screen and (max-width: 1280px) {
  .map__text {
    padding-left: 50px;
  }
  .map__text h1 {
    font-size: 52px;
  }
  .map__scroll {
    left: 50px;
  }
  .map__text__list__item {
    max-width: 390px;
  }
  .gm-style .gm-style-iw-d {
    padding: 0 !important;
  }
  .gm-style .gm-style-iw-d p,
  .gm-style .gm-style-iw-d a,
  .gm-style .gm-style-iw-d ul,
  .gm-style .gm-style-iw-d ol {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .map__text h1 {
    font-size: 38px;
    margin-bottom: 32px;
  }
  .map__text__list__item__title {
    font-size: 14px;
  }
  .map__text {
    padding: 110px 24px 90px 24px;
    width: 100%;
  }
  .map__scroll {
    left: 24px;
    bottom: 30px;
    font-size: 14px;
  }
  .map__scroll::before {
    height: 29px;
  }
  .map__overlay {
    display: none;
  }
  .map__box {
    position: relative;
    width: 100%;
    height: 400px;
    right: auto;
    top: auto;
  }
  .map__box::before {
    content: none;
  }
  .map__text__list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
  }
  .map__text__list__item {
    width: calc(50% - 12px);
    max-width: 100%;
    margin-bottom: 30px;
  }
  .map__text__list__item:last-of-type {
    width: 100%;
  }
  .map__text__list__item__text {
    max-width: 100%;
  }
  .map__text__list__item__title {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .map__text h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .map__text__list__item {
    width: 100%;
  }
  .map__text__list__item__title {
    font-size: 12px;
  }
  .map__text h1 {
    font-size: 28px;
  }
  .map__text__list__item__text p {
    font-size: 14px;
  }
  .map__text__list__item__text a {
    font-size: 14px;
  }
  .map .contact__social-media__item img {
    max-height: 16px;
  }
}
.team {
  font-family: "Century Gothic", sans-serif;
  padding: 57px 0px 43px 0px;
}
.team__title {
  text-align: center;
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
.team__title h2 {
  margin-bottom: 0;
  letter-spacing: 0;
  line-height: 1.05;
  color: #252525;
}
.team__box {
  background-image: #ffffff;
  border: 1px solid #fff;
  border-radius: 4px;
  margin: 12px 0px;
  height: calc(100% - 24px);
  overflow: hidden;
  transition: all 0.4s ease;
}
.team__box:hover {
  border-color: #f0f1f7;
}
.team__box__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}
.team__box__info {
  text-align: center;
  padding: 25px 5px 26px 5px;
}
.team__box__info h5 {
  line-height: 1.4;
  color: #252525;
  margin-bottom: 6px;
}
.team__box__info p {
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 26px;
  color: #798196;
}
.team__box__info a {
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  color: #1d7f35;
  transition: all 0.4s ease;
  word-break: break-all;
}
.team__box__info a:hover {
  color: #3aaa35;
}

@media only screen and (max-width: 1399px) {
  .team__box__info p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .team__box__info a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .team__box__info a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 575px) {
  .team {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
  .team .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .team .row .col-6 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .team__box__info {
    padding: 16px 0px 10px 0px;
  }
  .team__box__info a,
  .team__box__info p {
    font-size: 13px;
  }
}
.contact-cta {
  font-family: "Century Gothic", sans-serif;
  padding-bottom: 96px;
}
.contact-cta__box {
  padding: 30px 45px;
  min-height: 222px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
}
.contact-cta__box__text {
  width: 70%;
  padding-bottom: 13px;
}
.contact-cta__box__text h3 {
  font-size: 32px;
  line-height: 39px;
  letter-spacing: -0.03em;
  color: #3f3f3f;
  margin-bottom: 23px;
}
.contact-cta__box__text p {
  font-size: 20px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.contact-cta__box__text a {
  text-decoration: none;
  color: #3aaa35;
  transition: all 0.4s ease;
}
.contact-cta__box__text a:hover {
  color: #1d7f35;
}
.contact-cta__box__logo {
  width: 30%;
  text-align: right;
  padding-left: 30px;
}
.contact-cta__box__logo img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  height: auto;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1536px) {
  .contact-cta__box__text h3 {
    font-size: 30px;
    line-height: 1.22;
  }
  .contact-cta__box__text p {
    font-size: 18px;
  }
  .contact-cta__box {
    padding: 25px;
  }
}
@media only screen and (max-width: 1280px) {
  .contact-cta__box__text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-cta__box__text h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-cta__box__text h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-cta {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 80px;
  }
  .contact-cta__box {
    padding: 20px 15px;
    flex-direction: column-reverse;
    min-height: auto;
    align-items: flex-start;
  }
  .contact-cta__box__text {
    width: 100%;
  }
  .contact-cta__box__text h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .contact-cta__box__text p {
    font-size: 14px;
  }
  .contact-cta__box__logo {
    padding-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .contact-cta__box__logo img {
    max-width: 100px;
    margin: 0 auto 0 0;
  }
}

/*# sourceMappingURL=contact.css.map */
