.globalBlogNewsLetter-background img {
  object-fit:cover !important;
  height:100% !important;
  width:100% !important;
  display:flex;
  text-align:center;
}
.globalBlogNewsLetter-section{
  padding:60px 0px;
}
.globalBlogNewsLetter-content {
  display: flex;
  max-width: 1198px;
  margin:0px auto;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  justify-content:center;
}
.globalBlogNewsLetter-form {
  display: flex;
  max-width: 904px;
  width:100%;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position:relative;
  background: var(--color-offwhite);
}


@media (min-width:992px){
  .globalBlogNewsLetter-text {
    padding-bottom:40px;
  }
  .globalBlogNewsLetter-background img.mobile{
    display:none !important;
  }
}
@media (max-width:991px){
  .globalBlogNewsLetter-section{
    padding:0px 0px;
  }
  .globalBlogNewsLetter-text {
    display:none !important;
  }
  .globalBlogNewsLetter-background img.desktop{
    display:none;
  }
}
.globalBlogNewsLetter-background {
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  height:100%;
  width:100%;
}
.globalBlogNewsLetter-content > div {
  text-align:center;
}
.globalBlogNewsLetter-section form input::placeholder {
  color: var(--color-blue);
}
.globalBlogNewsLetter-section form input {
  font-family:var(--cursive-font);
  color: var(--color-blue);
  text-align: center;
  font-size: 43px;
  font-style: normal;
  font-weight: 400;
  border-radius:0px;
  line-height: 102.326%;
  border-top:none;
  padding-left:10px;
  padding-right:10px;
  padding-top:0px;
  padding-bottom:0px;
  border-left:none;
  border-right:none;
  border-bottom:2px solid var(--color-forest);
}
.globalBlogNewsLetter-section {
  position:relative;
  background:var(--color-forest);
}
.globalBlogNewsLetter-content{
  position:relative;
  z-index:2;
}
.globalBlogNewsLetter-inner {
  margin:0px auto;
  display: flex;
  max-width: 1480px;
  width:100%;
  height: auto;
  padding: 120px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow:hidden;
  gap: 60px;
  position:relative;
  z-index:2;
  background:var(--color-yellow);

  border-radius: 15px;
  border: 2px solid var(--color-forest);
}
@media (max-width:1480px) {
  .globalBlogNewsLetter-inner {
    display: flex;
    max-width: 1200px;
  }
}

@media (max-width:1240px) {
  .globalBlogNewsLetter-inner {
    margin:0px auto;
    max-width: 100%;
    border-radius: 0px;
    display: flex;
    padding: 60px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
  }
}
.globalBlogNewsLetter-form-content {
  position:relative;
  z-index:2;
}
.globalBlogNewsLetter-form-content label[for] {
  color: var(--color-forest);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
}

.globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field label{
  margin-bottom:0px;
}
.globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  display: flex;
  flex-wrap: wrap;
  align-items:center;
  gap:5px;
  margin-bottom:0px;
  flex:1;
  position:relative;
}

.globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.inputs-list li,
.globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.inputs-list label {
  margin:0px;
  line-height:100%;
}
.globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.inputs-list{
  width:100%;
  position:absolute;
  top:calc(100% + 5px);
  left:0px;
  text-align:right;
  width:100%;
  margin-top:0px;
  line-height:100%;
}
.globalBlogNewsLetter-form-content #hs_cos_wrapper_blog_form__title {
  display:none;
}
.globalBlogNewsLetter-form-content form input[type=submit]:hover,
.globalBlogNewsLetter-form-content form input[type=submit] {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='35' fill='none' viewBox='0 0 52 35'%3E%3Cpath fill='%231D2923' d='M35.16 34.18v-7.8H24.3V8.62h10.8V.82h1.08q1.38 2.64 3.66 5.58 2.34 2.88 5.4 5.64 3.12 2.76 6.72 4.98v.96q-5.22 3.3-9.42 7.62-4.14 4.26-6.3 8.58zm-35.1-7.8V8.62h1.8v17.76zm5.82 0V8.62h2.58v17.76zm5.76 0V8.62h3.66v17.76zm6.18 0V8.62h4.92v17.76z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: auto;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  color: var(--color-forest);
  font-family: var(--secondary-font);
  font-size: 63px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -.75px;
  line-height: 100%;
  margin-bottom: 0;
  min-height: 35px;
  padding: 0 60px 0 0;
  text-decoration: none;
}
@media (max-width:991px){

  .globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field ul.inputs-list{\
    position:static;
    text-align:center;
  }
  .globalBlogNewsLetter-form-content form .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    row-gap:15px;
    margin-bottom:15px;
    flex:unset;
  }
  .globalBlogNewsLetter-form-content form input[type=submit]{
    font-size:36px;
  }
  
  .globalBlogNewsLetter-form-content .hs-form {
    justify-content: center;
  }
  .globalBlogNewsLetter-content {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center;
  }
  .globalBlogNewsLetter-title {
    margin-bottom:45px;
  }
}





















/*  */