section.list-icon-text{background-color:var(--bgList);display:block;overflow:hidden;position:relative;width:100%}section.list-icon-text .container-big .list_wrapper{align-items:stretch;display:flex;flex-direction:column}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper{flex-direction:row}}section.list-icon-text .container-big .list_wrapper .selector_wrapper{display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start;margin-left:auto;margin-right:auto;min-width:40%;padding:3rem 1rem;width:95%}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .selector_wrapper{margin-left:0;margin-right:0;padding:75px 65px}}section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title{align-items:center;background-color:var(--bgTitle);color:var(--colorTitle);cursor:pointer;display:flex;gap:1.5rem;padding:2.25rem 2rem;position:relative;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title{gap:2rem}}section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title span{font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.75rem}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title span{font-size:24px}}section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title .icon{width:50px}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title .icon{width:60px}}section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title.active,section.list-icon-text .container-big .list_wrapper .selector_wrapper .selector_title:hover{background-color:var(--bgTitleActive);color:var(--colorTitleActive)}section.list-icon-text .container-big .list_wrapper .info_wrapper{background-color:var(--bgContentTab);color:var(--textContentTab);padding:3.5rem 1.5rem;position:relative;width:100%}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper{padding:5rem 65px}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info{display:none;height:100%;position:relative;z-index:1}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info .content-title{color:var(--accentColor);font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.75rem;line-height:45px;margin-bottom:2rem}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info .content-title{font-size:28px}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info .content-text{font-family:Poppins,sans-serif;font-size:1rem;font-weight:400;line-height:1.75rem;margin-bottom:1.5rem}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info .content-text{font-size:1.125rem;line-height:2.25rem}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info .content-text.text-big{font-size:1.25rem;line-height:1.75rem}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info .content-text.text-big{font-size:1.5rem;line-height:2rem;line-height:36px}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info ul{margin-bottom:.75rem;margin-top:.75rem}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info ul li{font-size:1rem;font-weight:400;line-height:1.5rem;margin-bottom:1rem;padding-left:1.5rem;position:relative}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info ul li{font-size:1.125rem;line-height:1.75rem;padding-left:2rem}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info ul li:before{background-color:var(--accentColor);border-radius:9999px;content:"";display:block;height:.5rem;left:0;position:absolute;top:6px;width:.5rem}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info ul li:before{height:.75rem;width:.75rem}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info a{align-items:center;border-bottom-width:1px;border-color:var(--accentColor);display:flex;font-size:1rem;justify-content:space-between;line-height:1.5rem;padding-bottom:1.25rem;padding-right:2.5rem;position:relative;width:100%}@media (min-width:1024px){section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info a{font-size:1.5rem;line-height:2rem}}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info a:after{background-size:contain;content:"";font-weight:700;height:1.25rem;margin-right:.75rem;position:absolute;right:0;transform:rotate(180deg);transition-duration:.3s;width:1.25rem}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info a:hover:after{margin-right:0}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info img{margin-top:2.75rem}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info.active{display:flex;flex-direction:column}section.list-icon-text .container-big .list_wrapper .info_wrapper .selector_info.active.centered{justify-content:center}section.list-icon-text .container-big .list_wrapper .info_wrapper:before{background-color:var(--bgContentTab);content:"";height:100%;left:100%;position:absolute;top:0;width:50vw;z-index:0}section.list-icon-text.theme-green{--accentColor:#fff;--bgList:#e8f1ed;--colorTitle:#092019;--bgTitle:#fff;--colorTitleActive:#fff;--bgTitleActive:#19764c;--bgContentTab:#19764c;--textContentTab:#fff}section.list-icon-text.theme-green .selector_title img{filter:invert(33%) sepia(87%) saturate(400%) hue-rotate(101deg) brightness(92%) contrast(88%)}section.list-icon-text.theme-green .selector_title.active img,section.list-icon-text.theme-green .selector_title:hover img{filter:invert(100%) sepia(1%) saturate(21%) hue-rotate(153deg) brightness(116%) contrast(100%)}section.list-icon-text.theme-green .info_wrapper .selector_info a:after{background-image:url(/wp-content/themes/theme-mmgroup-3/public/images/icons/icon-arrow-left-white.fbe7f5.svg)}section.list-icon-text.theme-pink{--accentColor:#562a55;--bgList:#562a55;--colorTitle:#092019;--bgTitle:#fff;--colorTitleActive:#fff;--bgTitleActive:#ea504c;--bgContentTab:#f9eff4;--textContentTab:#092019}section.list-icon-text.theme-pink .selector_title img{filter:brightness(0) saturate(100%) invert(39%) sepia(46%) saturate(1439%) hue-rotate(324deg) brightness(97%) contrast(91%)}section.list-icon-text.theme-pink .selector_title.active img,section.list-icon-text.theme-pink .selector_title:hover img{filter:invert(98%) sepia(79%) saturate(175%) hue-rotate(189deg) brightness(120%) contrast(100%)}section.list-icon-text.theme-pink .selector_info a:after{background-image:url(/wp-content/themes/theme-mmgroup-3/public/images/icons/icon-arrow-left-black.5ebf43.svg)}section.list-icon-text.theme-blue{--accentColor:#00a399;--bgList:#b2dddf;--colorTitle:#092019;--bgTitle:#fff;--colorTitleActive:#fff;--bgTitleActive:#004c50;--bgContentTab:#004c50;--textContentTab:#fff}section.list-icon-text.theme-blue .selector_title img,section.list-icon-text.theme-blue .selector_title.active img,section.list-icon-text.theme-blue .selector_title:hover img{filter:brightness(0) saturate(100%) invert(61%) sepia(43%) saturate(7106%) hue-rotate(145deg) brightness(89%) contrast(101%)}section.list-icon-text.theme-blue .selector_info a:after{background-image:url(/wp-content/themes/theme-mmgroup-3/public/images/icons/icon-arrow-left-black.5ebf43.svg)}