.light-mode{--nw-nb:#fff;--p10-nb:#f0fcfc;--nb-p10:#0e0f30;--i20-i10:rgba(181,240,239,.2);--nw-i10:#fff;--nb-nw:#0e0f30;--i10-i20:rgba(181,240,239,.102);--i100-i10:#b5f0ef;--nb-i100:#0e0f30;--nb-p100:#0e0f30;--i100-nb:#b5f0ef;--i10-nw:rgba(181,240,239,.102);--i100-nw:#b5f0ef}.dark-mode{--nw-nb:#0e0f30;--p10-nb:#0e0f30;--nb-p10:#f0fcfc;--i20-i10:rgba(181,240,239,.102);--nw-i10:rgba(181,240,239,.102);--nb-nw:#fff;--i10-i20:rgba(181,240,239,.2);--i100-i10:rgba(181,240,239,.102);--nb-i100:#b5f0ef;--nb-p100:#1aab8e;--i100-nb:#0e0f30;--i10-nw:#fff;--i100-nw:#fff}section.cards-text-image-module{background-color:var(--nw-nb)}section.cards-text-image-module .container{display:flex;flex-direction:column;gap:2.5rem}section.cards-text-image-module .container .cards{width:100%}@media (max-width:768px){section.cards-text-image-module .container .cards{padding-top:4rem;position:relative}}section.cards-text-image-module .container .cards .arrows{display:none}@media (max-width:768px){section.cards-text-image-module .container .cards .arrows{display:flex;flex-direction:row;gap:.75rem;position:absolute;right:0;top:0}}section.cards-text-image-module .container .cards .arrows div{background-color:var(--nb-nw);cursor:pointer;height:2.5rem;mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' fill='none' viewBox='0 0 40 40'%3E%3Cpath fill='%230E0F30' d='M26.259 21.607h-9.777L15.618 20l.864-1.607H28z'/%3E%3Cpath fill='%230E0F30' d='M12 20.014 15.923 13h3.446l-3.72 7 3.748 7h-3.474z'/%3E%3C/svg%3E");mask-position:50%;mask-repeat:no-repeat;mask-size:contain;transition:opacity .3s;width:2.5rem}section.cards-text-image-module .container .cards .arrows div.disabled-arrow{opacity:.5}section.cards-text-image-module .container .cards .arrows div.arrow-right{transform:rotate(180deg)}section.cards-text-image-module .container .cards .cards-wrapper{display:flex;flex-direction:row;gap:2rem}@media (max-width:768px){section.cards-text-image-module .container .cards .cards-wrapper{flex-wrap:nowrap;gap:1.5rem;transition:transform .3s;width:100%}}section.cards-text-image-module .container .cards .cards-wrapper .card{background-color:var(--i20-i10);padding:2rem;width:100%}@media (max-width:768px){section.cards-text-image-module .container .cards .cards-wrapper .card{flex-shrink:0;width:calc(100% - 1.5rem)}}section.cards-text-image-module .container .cards .cards-wrapper .card .icon{height:1.625rem;margin-bottom:1rem;width:1.625rem}section.cards-text-image-module .container .cards .cards-wrapper .card .icon.icon-lg{height:3.5rem;width:3.5rem}section.cards-text-image-module .container .cards .cards-wrapper .card .icon img{height:100%;object-fit:contain;width:100%}section.cards-text-image-module .container .cards .cards-wrapper .card .btn,section.cards-text-image-module .container .cards .cards-wrapper .card .text{margin-top:1.5rem}section.cards-text-image-module .container .text-image{align-items:center;display:flex;flex-direction:row;gap:4.5rem}@media (max-width:768px){section.cards-text-image-module .container .text-image{align-items:flex-start;flex-direction:column;gap:3rem}}section.cards-text-image-module .container .text-image .richtext{width:100%}section.cards-text-image-module .container .text-image .image{aspect-ratio:624/400;flex-shrink:0;height:auto;overflow:hidden;width:calc(50% - 1rem)}@media (max-width:768px){section.cards-text-image-module .container .text-image .image{aspect-ratio:342/400;width:100%}}section.cards-text-image-module .container .text-image .image img{height:100%;object-fit:cover;width:100%}