.ctn-send-message {
  align-items: center;
  justify-content: center;
  width: 100%;
  over-flow: hidden;
  min-height: 580px;
  background: #fff;
  transform: translateY(-90px);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
      margin-bottom: -150px;
  overflow: hidden;
    position: relative;
}
.ctn-analytics .head-office-media-item .social-media__content img{
filter: invert(80%) sepia(18%) saturate(212%) hue-rotate(191deg) brightness(123%) contrast(56%)
}
.ctn-analytics .head-office-media-item .social-media__content{
 display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
  
.ctn-send-message .item-left {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 50%;
}
.ctn-send-message .item-left .left-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 32px;
  width: 100%;
}
.ctn-send-message .item-left .left-content .header {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  color: #272B30;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.ctn-send-message .item-left .left-content .content {
  width: 100%;
}

.error{
    border-color: #c87872!important;
}
.hs-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  background: #223D96;
  border: 1px solid #223D96;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  color: #fff;
  cursor: pointer;
  margin-top: 20px;
}
.hs-error-msg {
  color: #f2545b;
}

.hs-main-font-element {
color: #f2545b;
}
.ctn-send-message .item-left .left-content .content .send-message-item {
  margin-bottom: 20px;
}

.ctn-send-message .item-left .left-content .content .send-message-item input{
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #6A7178;
  padding: 0px 16px;
  width: 100%;
  margin-top: 20px;
}

input {
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #6A7178;
  padding: 0px 16px;
  width: 100%;
  margin-bottom: 20px;
}
.hs-form__alert-list-item--error {
  color: #f2545b;
}

textarea {
  background: #FFFFFF;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #6A7178;
  padding: 10px 16px;
  width: 100%;
}

.hs-main-font-element {
 margin-top: 20px
}
.hs_recaptcha {
margin-top: 20px
}

.ctn-send-message .item-left .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  gap: 8px;
  background: #223D96;
  border: 1px solid #223D96;
  border-radius: 4px;
  width: 100%;
  height: 48px;
}
.ctn-send-message .item-left .btn .label {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}
.ctn-send-message .item-right {
  width: 50%;
/*   position: relative; */
  height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-image: url(https://19585250.fs1.hubspotusercontent-na1.net/hubfs/19585250/Rectangle%2012.png);
    background-size: cover;
}
}
.item-right .bg {
}
.item-right .bg img{
  width: 100%;
  min-height: 580px;
}

.item-right .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  gap: 32px;
  position: absolute;
  top: 0;
  width: 100%;
}
.item-right .inner .header{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 22px;
  color: #FFFFFF;
}
.item-right .inner .content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.item-right .inner .content .head-office-item {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.item-right .inner .content .head-office-item .label{
  padding-left: 16px;
}

@media only screen and (min-width: 481px) and (max-width: 769px) {
.ctn-send-message {
  display: grid;
  height: auto;
   width: 90vw;
      margin-bottom: -152px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
}
.ctn-send-message .item-left {
  width: 100%;
}
.ctn-send-message .item-right {
  width: 100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 481px) {
.ctn-send-message {
  display: grid;
  height: auto;
  width: 90vw;
      margin-bottom: -112px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
}
.ctn-send-message .item-left {
  width: 100%;
}
.ctn-send-message .item-right {
  width: 100%;
}
  .ctn-analytics .ctn-send-message .item-right .inner {
    padding: 24px !important; 
}
}

@media only screen and (min-width: 481px) and (max-width: 992px) {
.ctn-send-message {
  display: grid;
  height: auto;
  width: 90vw;
      margin-bottom: -152px;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
}
.ctn-send-message .item-left {
  width: 100%;
}
.ctn-send-message .item-right {
  width: 100%;
}
}