/*transform origin*/
.home .main-content {
  position: unset;
}
.home .exploration_section .mt_one_column .mt_paragraph::after {
  content: "";
  display: block;
  height: 108px;
  background-image: url("../../images/home_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 72px;
}
@media (max-width: 991.8px) {
  .home .exploration_section .mt_one_column .mt_paragraph::after {
    margin-top: 45px;
    height: 90px;
  }
}
.home .mt_one_column {
  padding: 80px 16.3vw;
}
.home .mt_one_column .mt_one_column_content_wrapper h3 {
  max-width: unset;
}
.home .mt_one_column .mt_one_column_content_wrapper p {
  max-width: 960px;
}
.home .mt_one_column.with_bg {
  padding: 160px 16.3vw 160px;
}
@media (min-width: 992px) {
  .home .mt_one_column.with_bg {
    margin-bottom: 16px;
  }
}
.home .mt_one_column.with_bg .mt_col_heading {
  margin-bottom: 8px;
}
.home .mt_two_column_layout .mt_two_col .mt_col_content h3 {
  margin-bottom: 8px;
}
.home .mt_location_section .mt_location_inner .mt_location_content_wrap {
  display: flex !important;
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap {
    gap: 4.32vw;
  }
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap .mt_location_copy {
    padding-right: 0vw;
  }
}
@media (max-width: 991.8px) {
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap .mt_location_map_wrap {
    padding: 0 4.4vw 0 0;
  }
}
.home .mt_location_section .mt_location_inner .mt_location_content_wrap .mt_location_map_wrap .mt_location_map {
  border-radius: 0;
  border-top-left-radius: 7.77vw;
  pointer-events: none;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap .mt_location_map_wrap .mt_location_map {
    border-bottom: 4px solid #FDB813;
    height: 15.55vw !important;
    width: 15.55vw !important;
  }
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap .mt_location_map_wrap .mt_location_map img {
    border-bottom: 4px solid #FDB813;
  }
}
@media (max-width: 991.8px) {
  .home .mt_location_section .mt_location_inner .mt_location_content_wrap .mt_location_map_wrap .mt_location_map {
    border-top-left-radius: 40vw;
    border-bottom: 4px solid #FDB813;
  }
}
.home .mt_two_col .mt_col_img img {
  border-bottom: 4px solid #CCFF66;
  border-top-left-radius: 17.36vw;
}
@media (max-width: 991.8px) {
  .home .mt_two_col .mt_col_img img {
    border-top-left-radius: 40vw;
  }
}
.home .mt_two_col.mt_col_reverse .mt_col_img img {
  border-top-left-radius: 0%;
  border-top-right-radius: 0%;
  border-bottom-right-radius: 17.36vw;
  border-top: 4px solid #BAFFF4;
  border-bottom: none;
}
@media (max-width: 991.8px) {
  .home .mt_two_col.mt_col_reverse .mt_col_img img {
    border-bottom-right-radius: 40vw;
  }
}
@media (min-width: 992px) {
  .home .mt_two_column_container {
    margin-bottom: 16px;
  }
  .home .mt_two_column_container.padding_image .mt_two_col {
    column-gap: 4.4vw;
  }
  .home .mt_two_column_container.padding_image .mt_two_col .mt_col_content {
    padding-right: 7.6vw !important;
  }
  .home .mt_two_column_container.padding_image .mt_two_col.mt_col_reverse .mt_col_img {
    margin-right: 9.5vw !important;
  }
  .home .padding_image .mt_col_img {
    margin: 4.4vw 0 4.4vw 7.6vw;
    width: calc(50% - 7.6vw);
  }
  .home .padding_image .mt_col_reverse .mt_col_img {
    margin: 4.4vw 9.5vw 4.4vw 0vw;
    width: calc(50% - 9.5vw);
  }
  .home .mt_two_column_layout .mt_two_col .mt_col_content {
    padding: 3.9vw 7.6vw 3.9vw 0vw;
  }
  .home .mt_two_column_layout .mt_two_col .mt_col_img {
    height: 29.3vw;
  }
  .home .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding: 3.9vw 0vw 3.9vw 7.6vw !important;
  }
  .home .mt_location_section {
    margin-bottom: 71px;
  }
  .home .mt_location_section .mt_location_bg {
    height: 36.8vw;
  }
  .home .mt_location_section .mt_location_inner {
    margin-top: -15vw;
  }
  .home .mt_location_section .mt_sub_heading {
    margin-bottom: 8px;
  }
  .home .mt_location_section .mt_page_padding {
    padding-left: 7.6vw;
    padding-right: 7.6vw;
  }
}
@media (min-width: 1920px) {
  .home .mt_location_section .mt_location_inner {
    margin-top: -200px;
  }
}
@media (max-width: 991.8px) {
  .home .mt_one_column {
    padding: 64px 4.2vw;
  }
  .home .mt_one_column.with_bg {
    padding: 96px 4.2vw 96px;
  }
  .home .mt_two_column_layout .mt_two_col .mt_col_content {
    padding: 0px 4.2vw 45px !important;
  }
  .home .mt_two_column_layout .mt_two_col .mt_col_img {
    margin: 45px 4.2vw 48px !important;
  }
  .home .mt_two_column_layout .mt_two_col .mt_col_img img {
    min-height: 64vw !important;
  }
  .home .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_content {
    padding: 0px 4.2vw 64px;
  }
  .home .mt_two_column_layout .mt_two_col.mt_col_reverse .mt_col_img {
    margin: 64px 4.2vw 48px !important;
  }
  .home .mt_location_section {
    margin-bottom: 6.5px;
  }
  .home .mt_location_section .mt_location_bg {
    height: 85.3vw !important;
  }
  .home .mt_location_section .mt_location_map {
    width: 100% !important;
    height: 78.6vw !important;
    margin: 0 auto 30.5px !important;
  }
  .home .mt_location_section .mt_sub_heading {
    margin-bottom: 8px;
  }
}

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