@keyframes puls {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0.85); } }

@keyframes puls_new {
  0% {
    transform: scale(0);
    opacity: 0.4; }
  100% {
    transform: scale(0.85);
    opacity: 0; } }

.location_shortcode .title {
  font-size: 36px;
  line-height: 55px;
  letter-spacing: 2.5px;
  color: #2d572c;
  margin-bottom: 49px;
  font-weight: 700;
  margin-top: 0;
  max-width: calc(50% - 44px); }
  @media (max-width: 1635px) {
    .location_shortcode .title {
      font-size: 32px;
      line-height: 37px; } }

.location_shortcode .pa {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.48px;
  color: #56a638;
  max-width: calc(50% - 44px);
  margin-bottom: 67px; }
  @media (max-width: 1635px) {
    .location_shortcode .pa {
      font-size: 16px;
      line-height: 26px; } }

.location_shortcode .hover_box {
  position: absolute;
  background: transparent linear-gradient(90deg, #59A53F 0%, #325D2F 92%, #2E562E 100%) 0% 0% no-repeat padding-box;
  width: 573px;
  color: white;
  font-size: 20px;
  line-height: 33px;
  letter-spacing: 0.6px;
  padding: 40px;
  border-bottom-right-radius: 40px;
  display: none;
  z-index: 4; }
  @media (max-width: 1635px) {
    .location_shortcode .hover_box {
      font-size: 16px;
      line-height: 26px; } }

.location_shortcode .location_image {
  position: relative; }
  .location_shortcode .location_image > svg {
    width: 100%;
    height: auto; }
    .location_shortcode .location_image > svg .hover {
      cursor: pointer;
      position: relative;
      z-index: 5; }
    .location_shortcode .location_image > svg .puls {
      animation: puls_new 2.3s 0s infinite ease-in-out; }
      .location_shortcode .location_image > svg .puls:nth-of-type(2n) {
        opacity: 0;
        animation-delay: 0.75s; }
      .location_shortcode .location_image > svg .puls:nth-of-type(3n) {
        opacity: 0;
        animation-delay: 0.3s; }
  .location_shortcode .location_image .inner_title {
    font-size: 40px;
    line-height: 45px;
    position: absolute;
    right: 59px;
    bottom: 71px;
    color: #2d572c;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 4px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    width: 760px;
    z-index: 5; }
    @media (max-width: 1635px) {
      .location_shortcode .location_image .inner_title {
        font-size: 34px;
        line-height: 40px; } }
    .location_shortcode .location_image .inner_title svg {
      height: 35px;
      width: auto; }
    .location_shortcode .location_image .inner_title::before {
      position: absolute;
      bottom: -4px;
      left: 0;
      height: 30px;
      background: transparent linear-gradient(90deg, #59A53F 0%, #325D2F 92%, #2E562E 100%) 0% 0% no-repeat padding-box;
      display: block;
      content: '';
      width: 100%;
      z-index: -1; }

@media screen and (max-width: 1635px) {
  .location_shortcode .title {
    font-size: 40px;
    line-height: 45px; }
  .location_shortcode .pa {
    max-width: 100%; }
  .location_shortcode .location_image .inner_title {
    max-width: 600px;
    bottom: 0;
    right: 0; }
    .location_shortcode .location_image .inner_title svg {
      height: 29px;
      width: auto; } }

@media screen and (max-width: 768px) {
  .location_shortcode .title {
    max-width: unset; }
  .location_shortcode .location_image .inner_title {
    display: none; }
  .location_shortcode .location_image svg {
    position: absolute;
    z-index: -1;
    width: 200%;
    left: -50%;
    top: 50%;
    transform: translate(0, -50%); }
  .location_shortcode .hover_box {
    position: static;
    display: block;
    width: calc(100%);
    margin: 0 auto;
    margin-bottom: 31px;
    font-size: 20px;
    line-height: 33px; } }
  @media screen and (max-width: 768px) and (max-width: 1635px) {
    .location_shortcode .hover_box {
      font-size: 16px;
      line-height: 26px; } }

