.local-impact {
  background-color: #f3f5f5;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0em 0em 0em 0em;
}
.local-impact .row {
  display: flex;
}
.local-impact .row .col-6 {
  width: 50%;
}
.local-impact .row .col-6 .inner-wrp {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 20px 20px 20px 20px;
  align-content: center;
  align-items: center;
  height: 100%;
}
.local-impact .row .col-6 .inner-wrp iframe {
  border: 0;
  height: 720px;
  margin: 0 !important;
  width: 100%;
}
.local-impact .row .col-6:last-child .inner-wrp {
  padding: 3em 6em 3em 1em;
}
.local-impact .row .col-6 .inner-wrp .top-border .border {
  border-bottom: 4px solid #c5ae54;
  width: 75px;
  margin-bottom: 20px;
}

.local-impact .row .col-6 .loc-wrp {
  width: 100%;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column-gap: 0px;
  align-items: stretch;
  margin-top: 20px;
  grid-row-gap: 30px;
}

.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner {
  padding: 10px;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul {
  padding: 0;
  list-style: none;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li >a {
  display: flex;
  color: #324235;
  letter-spacing: 0.5px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li >a span.icon-list-text {
  transition: color 0.3s;
  align-self: center;
  padding-inline-start: 5px;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li >a span.icon-list-icon svg {
  width: 22px;
  height: 22px;
  margin-right: 5.500px;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li >a span.icon-list-icon {
  display: flex;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li {
  line-height: normal;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li >a:hover {
  color: #c5ae54;
}
.local-impact .row .col-6 .inner-wrp a.hs-button {
  border-width: 0px 0px 0px 0px;
  border-radius: 05px 05px 05px 05px;
  padding: 12px 24px;
}
.local-impact .row .col-6 .inner-wrp .btn-wrp {
  margin-top: 20px;
}
.local-impact .row .col-6 .inner-wrp a.hs-button:hover {
  opacity: 1;
}
.cmp-popup-cont {
  position: fixed;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  user-select: auto;
  pointer-events: all;
  background-color: #070707D1;
  display: none;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  background-color: #070707D1;
}

.showpop .cmp-popup-cont {
  display: flex;
}
.cmp-popup-cont .pop-wrp {
  position: absolute;
  width: auto;
  overflow: visible;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  box-shadow: none;
  pointer-events: all;
  animation-duration: 0.7s;
  background-color: #ffffff;
}

.cmp-popup-cont .pop-wrp a.close {
  display: flex;
  background-color: #FFFFFF00;
  font-size: 23px;
  top: 20px;
  margin-top: 0;
  right: 20px;
  opacity: 1;
  z-index: 9999;
  pointer-events: all;
  color: #324235;
  cursor: pointer;
  position: absolute;
  margin-block-start: 15px;
  line-height: 1;
}

.cmp-popup-cont .pop-wrp a.close svg {
  height: 1em;
  width: 1em;
  fill: #1b231b;
}


.cmp-popup-cont .pop-wrp .rowWrp {
  width: 619px;
  height: 460px;
  align-items: center;
  max-width: 100vw;
  max-height: 100vh;
  padding: 0;
  overflow: auto;
  display: flex;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp {
  max-width: 500px;
  min-height: 460px;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 500px;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner {
  box-shadow: 0px 0px 10px 0px rgba(181.4962448120117, 181.4962448120117, 181.4962448120117, 0.5);
  padding: 30px 30px 30px 30px;
  display: flex;
  width: 100%;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner h2 {
  color: #324235;
  font-family: "Poppins", Sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.1em;
      text-align: center;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .titleWrp {
  margin: 0% 0% 12% 0%;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .actions {
  margin-bottom: 20px;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .actions input.hs-button {
  border: 1px solid transparent;
  border-radius: 7px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 8px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .hs-input {
  border-radius: 10px 10px 10px 10px;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .hs-input::-webkit-input-placeholder {
  color: #868e96;
 opacity: 1;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .topsvg {
    position: absolute;
    right: 82.955%;
    top: -53%;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner {
    position: relative;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .topsvg .icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
    font-size: 171px;
    color: #324235;
    border-color: #324235;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .topsvg .icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    height: 171px;
    fill: #324235;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .rightsvg {
    left: 89%;
    position: absolute;
    width: auto;
    bottom: 101%;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .rightsvg .icon {
    color: #c5ae54;
    border-color: #c5ae54;
    font-size: 60px;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    text-align: center;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .rightsvg .icon svg {
    fill: #c5ae54;
    transform: rotate(115deg);
    height: 60px;
    position: relative;
    display: block;
    width: 1em;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .btmsvg {
    position: absolute;
    left: -5.739%;
    bottom: -17%;
    width: auto;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .btmsvg .icon {
    color: #c5ae54;
    border-color: #c5ae54;
    font-size: 71px;
    : ; text-align: center;
    display: inline-block;
    line-height: 1;
    transition: all .3s;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .btmsvg .icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    height: 71px;
    transform: rotate(80deg);
    fill: #c5ae54;
}

@media(max-width:1024px){
  .local-impact {
    padding: 3em 1em 3em 1em;
    font-size: 15px;
}
.local-impacat .row {
}
.local-impact .row .col-6 {
    width: 100%;
}
.local-impact .row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.local-impact .row .col-6:last-child .inner-wrp {
    padding: 3em 3em 3em 3em;
}
.local-impact .row .col-6:last-child .inner-wrp h2 {
    font-size: 35px;
}
.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li>a {
    font-size: 14px;
}
.local-impact .row .col-6 .inner-wrp a.hs-button {
    font-size: 14px;
}
.local-impact .row .col-6:last-child .inner-wrp p {
    font-size: 15px;
}
.cmp-popup-cont .pop-wrp .rowWrp {
    width: 77vw;
    height: 380px;
}
.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner h2 {
    font-size: 35px;
    text-align: center;
}
  .local-impact .row .col-6 .inner-wrp iframe {
    height: 496px;
}
  .cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .topsvg .icon svg {
    height: 70px;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .topsvg {
    top: 0;
    right: 90%;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .rightsvg .icon svg {
    height: 40px;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .rightsvg {
    top: 0;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .btmsvg .icon svg {
    height: 40px;
}
}

@media(max-width:767px){
.local-impact .row .col-6 .inner-wrp iframe {
    height: 496px;
}

.local-impact {
    padding: 2em 0em 2em 0em;
    font-size: 14px;
}

.local-impact .row {
    flex-direction: column;
}

.local-impact .row .col-6:last-child .inner-wrp {
    padding: 1em 1em 1em 1em;
}

.local-impact .row .col-6 .inner-wrp .top-border .border {
    width: 60px;
}

.local-impact .row .col-6:last-child .inner-wrp h2 {
    font-size: 28px;
}

.local-impact .row .col-6:last-child .inner-wrp p {
    font-size: 14px;
}

.local-impact .row .col-6 .loc-wrp .grid-wrp {
    grid-template-columns: repeat(1, 1fr);
}

.local-impact .row .col-6 .loc-wrp .grid-wrp .grid-item-inner ul li>a {
    font-size: 13px;
}

.local-impact .row .col-6 .inner-wrp a.hs-button {
    font-size: 13px;
}
.cmp-popup-cont .pop-wrp .rowWrp {
    width: 90vw;
    height: 404px;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner h2 {
    font-size: 28px;
}

.formWrp {
    width: 100%;
}

.child-theme .formWrp .hs-form-field {
    width: 100% !important;
    float: none;
}

.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp {
    width: 100%;
    min-height: 400px;
}.cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp {
    padding: 0% 8% 0% 8%;
}
  .cmp-popup-cont .pop-wrp a.close {
    top: 2%;
    right: 2%;
}
  .cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .topsvg,
  .cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .rightsvg,
  .cmp-popup-cont .pop-wrp .rowWrp .conrtainerWrp .inner .btmsvg {
    display: none;
}
}