.iam_section .image_button a.cta_button span.button_image_conta {
  max-width: 39px
}
.iam_section .highlight span{
  font-weight:300;
}
.iam_section .below_heading-conta {
  text-align: center
}

.iam_section .simple_button a.btn.btn--primary {
  font-size: 15px;
  line-height: 105%;
  font-weight: 400;
  padding: 10px 17.5px;
}

.iam_section .below_heading-conta h2 {
  color: #d4fc68;
  display: inline-flex;
  font-size: 32px;
  gap: 7px;
  justify-content: center;
  line-height: 112%;
  margin: 20px 0 0
}

.iam_section span.below_heading-highlighted {
  background: #d4fc68;
  border-radius: 7px;
  color: #000
}

.iam_section span.image_button_text {
  text-transform: uppercase
}

.iam_section .heading-conta h2 {
  color: #d4fc68;
  font-size: 36px;
  margin-bottom: 35px;
}

.iam_section .heading-conta {
  padding-bottom: 0px;
}

.iam_section .description_conta p {
  color: #F9F2ED;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
}

.iam_section .heading-conta span.highlighted {
  background: #d4fc68;
  border-radius: 7.11px;0
  color: #000;
  display: inline-block;
  left: -14px;
  position: relative
}


.iam_section .content_wrapper {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 20px
}

.iam_section .image_button a.cta_button {
  align-items: center;
  color: #d4fc68;
  display: flex;
  gap: 20px;
  text-decoration: none
}
.iam_section .headline-conta p {
  font-weight: 400;
  font-size: 16.83px;
  line-height: 105%;
  margin-bottom: 10px;
}
.iam_section .button_container{
  position:unset;
}
.announcement-marquee .marquee-track span.ticker-text {
  font-size: 21px;
}

.announcement-marquee a.btn.btn--secondary {
  padding: 7px 15.5px;
}

.announcement-marquee ul#marqueeList {
  margin: 17px 0;
}
@media(max-width: 1100px) and (min-width:1025px) {
  .iam_section .image_conta {
    padding:25px
  }
}

@media(max-width: 1024px) and (min-width:768px) {
  .iam_section .below_heading-conta h2 {
    display:block;
    text-align: center
  }

  .iam_section .image_conta {
    padding: 20px
  }

  .iam_section span.below_heading-highlighted {
    line-height: 46px
  }
}
.iam_section .main_conta {
  margin-bottom:20px;
}
@media(min-width: 768px) {
  .iam_section .main_conta {
    align-items:center;
    display: flex;
    gap: 30px;
  }

  .iam_section .main_conta .left_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .iam_section .main_conta .right_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.7%;
    flex: 0 0 50.7%;
  }

  .iam_section .description_conta {
    max-width: 515px;
  }
}

@media(max-width: 767px) {
  .iam_section .left_column {
    margin-bottom:40px
  }
  .iam_section .color_text_conta .highlight {
    font-size: 18px;
    line-height:normal;
  }

  .iam_section .heading-conta h1 {
    display: inline-grid;
    font-size: 41.47px
  }

  .iam_section .heading-conta span.highlighted {
    left: 0;
    width: fit-content
  }

  .iam_section .heading-conta {
    padding-bottom: 10px
  }
  .iam_section .heading-conta h2{
    font-size:26px;
    margin-bottom: 20px;
  }
}

@media(max-width: 480px) {
  .iam_section .below_heading-conta h2 {
    display:block;
    text-align: center
  }
  .iam_section span.below_heading-highlighted {
    line-height: 46px
  }
}

.zoom-img {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.zoom-img:hover {
  transform: scale(1.08);
  transition: transform 0.3s ease;
}

/* Modal background */
/* Modal background */
.modal_class {
  display: none;
  position: fixed;
  z-index: 2000; /* higher than header's 999 */
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal image */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 1000px;
  padding:40px;
  position: relative;
  text-align:center;
}

/* Close button */
.close {
  color: #d4fc68;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #d4fc68;
  padding: 0px;
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  display: inline-block;
  border-radius: 3px;
}

.close:hover {
  color: #bbb;
}

/* Optional: lock body scroll when popup is open */
body.popup-active {
  overflow: hidden;
}


@media(max-width:767px){
  body .iam_section .modal-content {
    padding: 30px 15px;
    width:100%;
  }
}