* {
    margin :       0;
   padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Work Sans", Arial, sans-serif;
  background: #fff;
    font-size: 17px;
	line-height: 1.9;
   font-weight: normal;
  color: #555555;
}

a {
   text-decoration: none;
}

ul {
  list-style: none;
}

img {
    max-width: 100%;
}

.mlt_topnav_braz {
   background: #1d3b29;
   padding: 16px 0;
    position: sticky;
   top: 0;
   z-index: 999;
  box-shadow: 0 2px 14px rgba(0,0,0,0.18);
}

.mlt_navwrap_braz {
   max-width    :   1200px;
    margin: 0 auto;
  padding: 0 20px;
    display: flex;
  justify-content: space-between;
    align-items: center;
}

.mlt_logospace_braz img {
   height: 68px;
  filter: brightness(0) invert(1);
}

.mlt_linkgroup_braz {
  display: flex;
    gap: 35px;
}

.mlt_linkgroup_braz li a {
   color: #e8f5e8;
	 font-size: 16px;
  font-weight: 500;
  transition: color 0.3s;
}

.mlt_linkgroup_braz li a:hover {
  color: #4CAF50;
}

.mlt_menuicon_braz {
  display: none;
    flex-direction: column;
   cursor: pointer;
   gap: 6px;
}

.mlt_menuicon_braz span {
    width: 26px;
    height: 3px;
   background: #e8f5e8;
   transition: 0.3s;
}@media (max-width: 768px) {
    .mlt_menuicon_braz { display: flex; }

    .mlt_linkgroup_braz {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        background: #1d3b29;
        flex-direction: column;
        gap: 0;
        padding: 20px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .mlt_linkgroup_braz.mlt_active_braz {
        max-height: 400px;
    }

    .mlt_linkgroup_braz li {
        padding: 12px 0;
        border-bottom: 1px solid #2d4b39;
    }
}.mlt_welcomezone_braz {
   position: relative;
   z-index: 1;
   width: 100%;
}

.mlt_welcomeslides_braz {
  position: relative;
    width: 100%;
}

.mlt_singleslide_braz {
    display: none;
   position: relative;
    z-index:  2;
  width: 100%;
   height: 790px;
    background-color: #000000;
    background-position: center center;
    background-size: cover;
  background-repeat: no-repeat;
}

.mlt_singleslide_braz.mlt_activeslide_braz {
    display: block;
}

.mlt_slideoverlay_braz {
    position: relative;
   z-index: 1;
}

.mlt_slideoverlay_braz::after {
  content: "";
   position: absolute;
    height: 100%;
   width: 100%;
   top: 0;
   left: 0;
    z-index: -1;
  background-color: rgba(0, 0, 0, 0.42);
}

.mlt_container_braz {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.mlt_height_braz {
  height: 100%;
}

.mlt_row_braz {
    display: flex;
  flex-wrap: wrap;
}

.mlt_aligncenter_braz {
  align-items: center;
}

.mlt_col12_braz {
    width: 100%;
}

.mlt_col8lg_braz {
  width: 66.666%;
}

.mlt_col6xl_braz {
    width: 50%;
}

.mlt_welcometext_braz h2 {
    font-size: 54px;
    display: block;
   margin-bottom: 32px;
    color: #ffffff;
}

.mlt_welcometext_braz p {
    font-size: 17px;
  color: #ffffff;
   margin-bottom: 52px;
   display: block;
}

.mlt_herobtngroup_braz a {
    display: inline-block;
}

.mlt_btnstyle_braz {
    position: relative;
  z-index: 1;
}

.mlt_alimebtn_braz {
  min-width: 165px;
    height: 48px;
   line-height: 44px;
   font-size: 15px;
    font-weight: 420;
    display: inline-block;
  padding: 0 32px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
   border: 2px solid #4CAF50;
   border-radius: 32px;
    transition-duration: 520ms;
}

.mlt_alimebtn_braz:hover,
.mlt_alimebtn_braz:focus {
   font-weight: 520;
  box-shadow: 0 3px 42px 9px rgba(15, 15, 15, 0.18);
   background-color: #4CAF50;
   color:       #ffffff;
}

.mlt_heromailcontact_braz {
  color: #ffffff;
  font-size: 17px;
   font-weight: 420;
   display: inline-block;
  margin: 0;
  margin-left: 25px;
}

.mlt_heromailcontact_braz:hover,
.mlt_heromailcontact_braz:focus {
   color: #4CAF50;
}@media (max-width: 767px) {
    .mlt_singleslide_braz {
        height: 550px;
    }

    .mlt_welcometext_braz h2 {
        font-size: 32px;
    }

    .mlt_col8lg_braz,
    .mlt_col6xl_braz {
        width: 100%;
    }
}.mlt_homeaboutsection_braz {
   background: #151515;
}

.mlt_spad_braz {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mlt_collg6_braz {
  width: 50%;
  padding: 0 15px;
}

.mlt_aboutcontent_braz {
  padding-top: 18px;
}

.mlt_aboutcontent_braz h2 {
    font-size: 48px;
  font-weight: 500;
          color: #ffffff;
    text-transform: uppercase;
   margin-bottom: 36px;
}

.mlt_aboutcontent_braz p.mlt_briefdetails_braz {
  font-size: 20px;
  font-weight: 600;
   color: #ffffff;
   line-height: 28px;
   margin-bottom: 20px;
}

.mlt_aboutcontent_braz p.mlt_detailedinfo_braz {
   color: #ffffff;
    margin-bottom: 40px;
}

.mlt_aboutcontent_braz .mlt_primarybutton_braz.mlt_aboutaction_braz:after		{
    opacity: 1;
}

.mlt_aboutimage_braz img {
  min-width: 100%;
}

.mlt_primarybutton_braz {
  display: inline-block;
    font-size: 14px;
  font-family: "Oswald", sans-serif;
	font-weight: 600;
   padding: 0 12px;
    color: #ffffff;
  letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
  width: 160px;
   height: 46px;
  border-left: 2px solid #66BB6A;
   border-right: 2px solid #4CAF50;
    box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-image: linear-gradient(to right, #4CAF50 100%, #66BB6A 100%), linear-gradient(to right, #4CAF50 0%, #66BB6A 0%);
   transition-duration: 1000ms;
   line-height: 45px;
    position: relative;
   z-index: 1;
   border-radius: 4px;
}

.mlt_primarybutton_braz:after {
  color: #fff;
  transition-duration: 500ms;
  background: linear-gradient(to right, #66BB6A, #4CAF50);
  content: "";
   position: absolute;
  width: 100%;
  height: 100%;
   top: 0;
   left: 0;
   z-index: -1;
  border-radius: 2px;
  opacity: 0;
}

.mlt_primarybutton_braz:hover:after {
   opacity: 1;
}@media (max-width: 991px) {
    .mlt_collg6_braz {
        width: 100%;
        margin-bottom: 30px;
    }
}.mlt_mainsection_braz {
  padding: 7.5em 0;
   position: relative;
}@media (max-width: 767.98px) {
    .mlt_mainsection_braz {
        padding: 6.5em 0;
    }
}.mlt_mainnopadtop_braz {
   padding-top: 0 !important;
}

.mlt_mainnopadbot_braz {
   padding-bottom: 0 !important;
}

.mlt_dflexstyle_braz {
   display: flex;
}

.mlt_nogutters_braz {
    margin-right: 0;
  margin-left: 0;
}

.mlt_colmd6_braz {
    width: 50%;
}

.mlt_imgstyle_braz {
   width: 100%;
   display: block;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center center;
}

.mlt_bgvideo_braz {
  height: 620px;
}

.mlt_dalignstretch_braz {
  align-self: stretch;
}

.mlt_dalignitemscenter_braz {
    align-items: center;
}

.mlt_djustifycenter_braz {
  justify-content: center;
}

.mlt_djustifymdend_braz {
  justify-content: flex-end;
}

.mlt_plmd4_braz {
   padding-left: 1.5rem;
}

.mlt_justifystart_braz {
    justify-content: flex-start;
}

.mlt_py4_braz {
  padding-top: 1.5rem;
   padding-bottom: 1.5rem;
}

.mlt_colmd12_braz {
   width: 100%;
}

.mlt_headingarea_braz .mlt_subtitle_braz {
  font-size: 17px;
   display: block;
    margin-bottom: 8px;
    font-weight: 700;
    text-transform: uppercase;
  color: #4CAF50;
}

.mlt_headingarea_braz h2 {
    font-size: 52px;
  font-weight: 800;
  text-transform: uppercase;
    line-height: 1.3;
  font-family: "Oswald", Arial, sans-serif;
}

.mlt_headingarea_braz h2 span {
  font-weight: 800;
    color: #4CAF50;
}

.mlt_plmd3_braz {
   padding-left: 1rem;
}

.mlt_pymd3_braz {
   padding-top: 1rem;
    padding-bottom: 1rem;
}

.mlt_mb3_braz {
    margin-bottom: 1rem;
}

.mlt_dflex_braz {
    display: flex;
}

.mlt_mt3_braz {
    margin-top: 1rem;
}


.mlt_btnmain_braz {
    background: #4CAF50 !important;
   border: 1px solid #4CAF50 !important;
    color: #fff !important;
    cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 26px 38px -12px rgba(0, 0, 0, 0.1);
}

.mlt_btnmain_braz:hover {
   border: 1px solid #4CAF50;
    background: transparent;
   color: #4CAF50;
}

.mlt_py2_braz {
  padding-top: 0.5rem;
   padding-bottom: 0.5rem;
}

.mlt_px3_braz {
   padding-left: 1rem;
  padding-right: 1rem;
}@media (max-width: 767.98px) {
    .mlt_bgvideo_braz {
        height: 420px;
    }

    .mlt_headingarea_braz h2 {
        font-size: 30px;
    }

    .mlt_colmd6_braz {
        width: 100%;
    }
}.mlt_testimonysection_braz {
    position: relative;
   background: #f1f3f5;
}

.mlt_bglight_braz {
    background: #f1f3f5 !important;
}

.mlt_ftcoanimate_braz {
   animation: fadeIn 1s;
}@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}.mlt_justifycenter_braz {
  justify-content: center;
}

.mlt_testimonyimg_braz {
    display: block;
    width: 100%;
   background-size: cover;
   background-repeat: no-repeat;
  background-position: center;
    min-height: 500px;
}

.mlt_py5_braz {
    padding-top: 3rem;
  padding-bottom: 3rem;
}

.mlt_headingsection_braz {
  margin-bottom: 2rem;
}

.mlt_pb4_braz {
  padding-bottom: 1.5rem;
}

.mlt_ptmd4_braz {
   padding-top: 1.5rem;
}

.mlt_headingsection_braz h2 {
   font-size: 52px;
	font-weight: 720;
  text-transform: uppercase;
  line-height: 1.25;
  font-family: "Oswald", Arial, sans-serif;
}

.mlt_headingsection_braz h2 span {
  font-weight: 720;
   color: #4CAF50;
}

.mlt_mb0_braz {
    margin-bottom: 0;
}

.mlt_carouseltestimony_braz {
    position: relative;
    min-height: 300px;
}

.mlt_itemstyle_braz {
   display: none;
   position: relative;
   font-size: 21px;
}



.mlt_itemstyle_braz.mlt_activeitem_braz {
  display: block;
}

.mlt_testimonywrap_braz {
   display: block;
  position: relative;
   font-size: 21px;
}

.mlt_textstyle_braz {
   margin-bottom: 20px;
}

.mlt_mb4_braz {
   margin-bottom: 1.5rem;
}

.mlt_alignitemscenter_braz {
    align-items: center;
}

.mlt_userimg_braz {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: relative;
    background-position: top center;
    background-size: cover;
}

.mlt_posstyle_braz {
   margin-left: 1rem;
}

.mlt_ml3_braz {
  margin-left: 1rem;
}

.mlt_namestyle_braz {
  font-weight: 420;
  margin-bottom:       0;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 620;
  font-size: 21px;
    line-height: .82;
}

.mlt_positionstyle_braz {
  font-size: 17px;
   color: #4CAF50;
   text-transform: uppercase;
    font-weight: 620;
   letter-spacing: 1.2px;
}@media (max-width: 767.98px) {
    .mlt_headingsection_braz h2 {
        font-size: 30px;
    }
}.mlt_footerstyle_braz {
    background-repeat: no-repeat;
  background-position: center center;
    background-repeat: no-repeat;
   background-size: cover;
}

.mlt_footerstyle_braz .mlt_footertop_braz {
   padding-top: 152px;
    padding-bottom: 135px;
   background: #1d3b29;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_footertitle_braz {
    font-size: 23px;
   font-weight: 420;
   color: #fff;
  text-transform: capitalize;
    margin-bottom: 42px;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_footerlogo_braz {
  font-size: 23px;
  font-weight: 420;
   color: #fff;
  text-transform: capitalize;
   margin-bottom: 42px;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz p {
    color: #CFCFCF;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz ul li {
   color: #CFCFCF;
  font-size: 14px;
    line-height: 44px;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz ul li a {
    color: #CFCFCF;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz ul li a:hover {
    color: #4CAF50;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_newsletterform_braz {
  position: relative;
  margin-bottom: 22px;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_newsletterform_braz input {
    width: 100%;
  height: 47px;
   background: #fff;
    padding-left: 22px;
   font-size: 17px;
  color: #000;
   border: none;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_newsletterform_braz input::placeholder {
    font-size: 17px;
  color: #969696;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_newsletterform_braz button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: none;
   font-size: 15px;
    color: #fff;
    background: #4CAF50;
    padding: 11px;
    padding: 0 24px;
	 cursor: pointer;
}

.mlt_footerstyle_braz .mlt_footertop_braz .mlt_footerwidget_braz .mlt_newslettertext_braz {
  font-size: 17px;
   color: #C2C2C2;
}

.mlt_footerstyle_braz .mlt_copyrighttext_braz {
   padding-bottom: 32px;
    background: #0f1f14;
}

.mlt_footerstyle_braz .mlt_copyrighttext_braz .mlt_copyright_braz {
    font-size: 14px;
    color: #CFCFCF;
   margin-bottom: 0;
   font-weight: 420;
  padding: 22px 0;
}

.mlt_footerstyle_braz .mlt_copyrighttext_braz .mlt_copyright_braz a {
	color: #4CAF50;
}

.mlt_footerstyle_braz .mlt_socaillinks_braz {
  margin-top: 49px;
}

.mlt_footerstyle_braz .mlt_socaillinks_braz ul li {
  display: inline-block;
}

.mlt_footerstyle_braz .mlt_socaillinks_braz ul li a {
  width: 42px;
    height: 42px;
   display: inline-block;
    text-align: center;
   background: #2d4b39;
   border-radius: 50%;
    line-height: 42px !important;
  margin-right: 8px;
   display: flex;
    align-items: center;
    justify-content: center;
}

.mlt_footerstyle_braz .mlt_socaillinks_braz ul li a img {
    width: 20px;
    height: 20px;
  filter: brightness(0) invert(1);
}

.mlt_footerstyle_braz .mlt_socaillinks_braz ul li a:hover {
   background: #4CAF50;
}

.mlt_colxl4_braz,
.mlt_colxl2_braz {
    width: 33.333%;
   padding: 0 15px;
}

.mlt_colmd6_braz {
  width: 50%;
}

.mlt_collg4_braz,
.mlt_collg2_braz {
   width: 33.333%;
}

.mlt_textcenter_braz {
   text-align: center;
}

.mlt_colxl12_braz {
  width: 100%;
}

.mlt_contactdetails_braz p {
  display: flex;
    align-items: flex-start;
  gap: 10px;
  font-size: 14px;
    color: #CFCFCF;
    margin-bottom: 10px;
}

.mlt_contactdetails_braz img {
   width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
   opacity: 0.7;
    margin-top: 3px;
}@media (max-width: 991px) {
    .mlt_colxl4_braz,
    .mlt_colxl2_braz,
    .mlt_collg4_braz,
    .mlt_collg2_braz {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .mlt_colxl4_braz,
    .mlt_colxl2_braz,
    .mlt_collg4_braz,
    .mlt_collg2_braz,
    .mlt_colmd6_braz {
        width: 100%;
    }
}.mlt_agepopup_braz {
    display: none;
  position: fixed;
    top: 0;
  left: 0;
  width: 100%;
    height: 100%;
  z-index: 9999;
}

.mlt_agepopup_braz.mlt_showpopup_braz {
  display: block;
}

.mlt_popupoverlay_braz {
   position: absolute;
   top: 0;
  left: 0;
    width: 100%;
    height: 100%;
  background: rgba(0, 0, 0, 0.92);
}

.mlt_popupcontent_braz {
    position: absolute;
  top :     50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 48px 42px;
   border-radius: 12px;
  max-width: 520px;
    width: 90%;
   text-align: center;
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}

.mlt_popuplogo_braz {
     margin-bottom: 28px;
     }

.mlt_popuplogo_braz img {
    height: 62px;
}

.mlt_popupcontent_braz h2 {
   font-size: 32px; 
	  color: #1d3b29; 
	   margin-bottom: 18px; 
	   font-weight: 700;
}

.mlt_popupcontent_braz p {
    font-size: 17px;
  color: #555;
    line-height: 1.7;
    margin-bottom: 16px;
}

.mlt_popupquestion_braz {
   font-size: 20px;
   font-weight: 600;
  color: #1d3b29;
  margin-top: 28px;
  margin-bottom: 32px;
}

.mlt_popupbuttons_braz {
    display: flex;
  gap: 18px;
   justify-content: center;
}

.mlt_popupyes_braz,
.mlt_popupno_braz {
  padding: 14px 38px;
    font-size: 17px;
  font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}

.mlt_popupyes_braz {
   background: #4CAF50;
    color: #fff;
}

.mlt_popupyes_braz:hover {
  background: #66BB6A;
  box-shadow: 0 4px 18px rgba(76,175,80,0.4);
}

.mlt_popupno_braz {
  background: #e0e0e0;
  color: #333;
}

.mlt_popupno_braz:hover {
  background: #bdbdbd;
}@media (max-width: 576px) {
    .mlt_popupcontent_braz {
        padding: 32px 24px;
    }

    .mlt_popupcontent_braz h2 {
        font-size: 24px;
    }

    .mlt_popupbuttons_braz {
        flex-direction: column;
        gap: 12px;
    }

    .mlt_popupyes_braz,
    .mlt_popupno_braz {
        width: 100%;
    }
}.mlt_regulatorsframe_braz {
  margin-top: 72px;
    padding-top: 52px;
    border-top: 2px solid #2d4b39;
  text-align: center;
}

.mlt_regulatorstitle_braz {
  font-size: 24px;
    color: #fff;
    margin-bottom: 32px;
    font-weight: 520;
}

.mlt_regulatorslogos_braz {
    display: flex;
   justify-content: center;
    align-items: center;
  gap: 42px;
   flex-wrap: wrap;
}

.mlt_regulatorslogos_braz a {
    display: inline-block;
  padding: 18px 28px;
    border-radius: 8px;
   transition: all 0.32s;
  border: 2px solid transparent;
}

.mlt_regulatorslogos_braz a:hover {
   border-color: #4CAF50;
  box-shadow: 0 4px 18px rgba(76,175,80,0.3);
  transform: translateY(-3px);
}

.mlt_regulatorslogos_braz img {
    height: 52px;
   width: auto;
   display: block;
}@media (max-width: 768px) {
    .mlt_regulatorslogos_braz {
        gap: 24px;
    }

    .mlt_regulatorslogos_braz img {
        height: 42px;
    }
}.mlt_disclaimerbox_braz {
   margin-top: 52px;
   padding: 32px;
  background: rgba(255,255,255,0.08);
    border-radius: 8px;
  border-left: 4px solid #4CAF50;
}

.mlt_disclaimerbox_braz h4 {
  font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
  font-weight: 620;
    text-transform: uppercase;
  letter-spacing: 1px;
}

.mlt_disclaimerbox_braz p {
   font-size: 14px;
  color: #d0d0d0;
  line-height: 1.8;
  margin-bottom: 14px;
   text-align: justify;
}

.mlt_disclaimersmall_braz {
    font-size: 13px;
  color: #b0b0b0;
  margin-top: 18px;
  font-style: italic;
}@media (max-width: 768px) {
    .mlt_disclaimerbox_braz {
        padding: 24px 18px;
    }

    .mlt_disclaimerbox_braz p {
        text-align: left;
    }
}.mlt_catalogzone_braz {
    padding: 92px 0;
  background: linear-gradient(135deg, #f8faf8 0%, #e8f5e9 100%);
    position: relative;
}

.mlt_catalogzone_braz::before {
  content: '';
  position: absolute;
   top: 0;
  left: 0;
    right: 0;
   height: 1px;
  background: linear-gradient(90deg, transparent, #4CAF50, transparent);
}

.mlt_catalogheader_braz {
   text-align:  center;
   margin-bottom: 62px;
}

.mlt_catalogheader_braz h2 {
   font-size: 48px;
  font-weight: 720;
    color: #1d3b29;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.mlt_catalogsubtitle_braz {
   font-size: 19px;
    color: #555;
    max-width: 620px;
    margin: 0 auto;
}

.mlt_platformsgrid_braz {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 38px;
   margin-bottom: 52px;
}

.mlt_platformcard_braz {
    background: #fff;
   border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
    transition: all 0.35s ease;
  position: relative;
    border: 2px solid transparent;
}

.mlt_platformcard_braz:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 38px rgba(76,175,80,0.22);
  border-color: #4CAF50;
}

.mlt_featured_braz {
  border-color: #4CAF50;
}

.mlt_featuredbadge_braz {
   position: absolute;
  top: 18px;
   right: 18px;
  background: linear-gradient(135deg, #FF6B35, #FF8C42);
  color: #fff;
    padding: 8px 16px;
    border-radius: 24px;
   font-size: 13px;
   font-weight: 620;
   display: flex;
    align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 3px 12px rgba(255,107,53,0.4);
}

.mlt_featuredbadge_braz img {
   width: 16px;
    height: 16px;
  filter: brightness(0) invert(1);
}

.mlt_cardtop_braz {
   padding: 32px 28px 22px;
  background: linear-gradient(180deg, #f5f5f5 0%, #fff 100%);
   display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mlt_platformlogo_braz {
   flex: 1;
}

.mlt_platformlogo_braz img {

   background: #4CAF50;
  max-width: 180px;
  height: auto;
    max-height: 95px;
    border-radius: 15%;
     }

.mlt_ratingbadge_braz {
  background: #4CAF50;
   color: #fff;
   padding: 8px 14px;
  border-radius: 8px;
  display: flex;
   align-items: center;
    gap: 6px;
   font-weight: 700;
   font-size: 16px;
}

.mlt_ratingbadge_braz img {
    width: 18px;
    height: 18px;
  filter: brightness(0) invert(1);
}

.mlt_cardbody_braz {
  padding: 28px;
}

.mlt_cardbody_braz h3 {
    font-size: 26px;
  color: #1d3b29;
   margin-bottom: 12px;
    font-weight: 680;
}

.mlt_platformdesc_braz {
   font-size: 15px;
    color: #666;
   line-height: 1.6;
  margin-bottom: 24px;
    min-height: 48px;
}

.mlt_bonusbox_braz {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8f1 100%);
   border-left: 4px solid #4CAF50;
    padding: 18px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 16px;
   margin-bottom: 24px;
}

.mlt_bonusicon_braz {
    background: #4CAF50;
  width: 48px;
    height: 48px;
  border-radius: 50%;
   display    :    flex;
   align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mlt_bonusicon_braz img {
   width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.mlt_bonustext_braz {
  flex: 1;
}

.mlt_bonuslabel_braz {
  font-size: 13px;
   color: #555;
   margin-bottom: 4px;
    font-weight: 520;
}

.mlt_bonusamount_braz {
    font-size: 20px;
   color: #1d3b29;
  font-weight: 720;
    line-height: 1.2;
}

.mlt_platformfeatures_braz {
   display: flex;
   flex-direction: column;
  gap: 12px;
}

.mlt_featureitem_braz {
  display: flex;
    align-items: center;
    gap: 10px;
   font-size: 14px;
   color: #555;
}

.mlt_featureitem_braz img {
    width: 20px;
  height: 20px;
  filter: opacity(0.7);
}

.mlt_cardfooter_braz {
       padding: 0 28px 28px;
}

.mlt_getbonus_braz {
  display: flex;
    align-items: center;
  justify-content: center;
   gap: 10px;
    width: 100%;
    padding: 16px 24px;
   background: #4CAF50;
  color: #fff;
                    border-radius: 10px;
  font-size: 17px;
    font-weight: 640;
  text-transform: uppercase;
    letter-spacing: 0.5px;
  transition: all 0.32s;
  margin-bottom: 12px;
}

.mlt_getbonus_braz img {
   width: 18px;
    height: 18px;
  filter: brightness(0) invert(1);
   transition: transform 0.32s;
}

.mlt_getbonus_braz:hover {
  background: #66BB6A;
  box-shadow: 0 6px 22px rgba(76,175,80,0.35);
}

.mlt_getbonus_braz:hover img {
  transform: translateX(4px);
}

.mlt_termsnote_braz {
   text-align: center;
   font-size: 12px;
    color: #888;
  margin: 0;
}

.mlt_catalogfootnote_braz {
    background: #fff;
    border: 2px solid #e0e0e0;
   border-radius: 12px;
   padding: 22px 28px;
  display: flex;
    align-items: flex-start;
  gap: 16px;
   max-width: 920px;
    margin: 0 auto;
}

.mlt_catalogfootnote_braz img {
  width: 24px;
  height: 24px;
  filter: opacity(0.6);
    flex-shrink: 0;
    margin-top: 2px;
}

.mlt_catalogfootnote_braz p {
   font-size: 14px;
  color: #666;
   line-height: 1.7;
  margin: 0;
}@media (max-width: 768px) {
    .mlt_catalogzone_braz {
        padding: 62px 0;
    }

    .mlt_catalogheader_braz h2 {
        font-size: 32px;
    }

    .mlt_platformsgrid_braz {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .mlt_cardtop_braz {
        flex-direction: column;
        gap: 16px;
    }

    .mlt_platformlogo_braz {
        text-align: center;
    }

    .mlt_catalogfootnote_braz {
        flex-direction: column;
        text-align: center;
    }

    .mlt_catalogfootnote_braz img {
        margin: 0 auto;
    }
}

@media (max-width: 400px) {
    .mlt_bonusbox_braz {
        flex-direction: column;
        text-align: center;
    }
}