.expandable-cards-module .content__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media(max-width:941px){.expandable-cards-module .content__wrapper{margin-bottom:5rem;margin-top:5rem}}.expandable-cards-module .content__wrapper>div{width:100%}.expandable-cards-module .container{background-position:var(--position-desktop);background-size:cover;overflow:hidden;position:relative}@media(max-width:767px){.expandable-cards-module .container{background-position:var(--position-mobile)}}.expandable-cards-module .container__mask{inset:0;pointer-events:none;position:absolute}.expandable-cards-module .title__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.expandable-cards-module .title__wrapper>div{text-align:center}.expandable-cards-module .title__wrapper>div>:last-child{margin-bottom:0}.expandable-cards-module .panel__wrapper{display:grid;gap:70px;grid-template-columns:1fr 1fr;margin-top:10rem}.expandable-cards-module .panel__wrapper>div{text-align:center}.expandable-cards-module .panel__titles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.expandable-cards-module .panel__titles .panel__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.expandable-cards-module .panel__title{background-color:hsla(0,0%,100%,.1);border-radius:14px;cursor:pointer;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.expandable-cards-module .panel__title__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1rem 1rem 1rem 3rem}@media(max-width:991px){.expandable-cards-module .panel__title__head{padding:1.4rem}}.expandable-cards-module .panel__title.is-active{background-color:#fff}.expandable-cards-module .panel__title.is-active .panel__title__text{color:var(--color-midnight-blue)}.expandable-cards-module .panel__title.is-active .panel__title__arrow{opacity:1}.expandable-cards-module .panel__title.is-active .panel__title__arrow.mobile{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.expandable-cards-module .panel__title.is-active .panel__title__arrow.mobile svg path{stroke:var(--color-midnight-blue)}.expandable-cards-module .panel__title.is-active .panel__title__mobile-content__inner{padding:0 1.4rem 1.4rem}.expandable-cards-module .panel__title__text{color:#fff;font-weight:600;text-align:left}@media(max-width:640px){.expandable-cards-module .panel__title__text{font-size:1.4rem}}.expandable-cards-module .panel__title__arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.expandable-cards-module .panel__title__arrow img{margin:0}@media(max-width:991px){.expandable-cards-module .panel__title__arrow.desktop{display:none}}.expandable-cards-module .panel__title__arrow.mobile svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media(min-width:992px){.expandable-cards-module .panel__title__arrow.mobile{display:none}}.expandable-cards-module .panel__title__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0}.expandable-cards-module .panel__title__icon img{margin:0}@media(max-width:640px){.expandable-cards-module .panel__title__icon img{height:auto;max-width:3rem}}.expandable-cards-module .panel__title__mobile-content{display:none;grid-template-rows:0fr;-webkit-transition:grid-template-rows .35s ease;transition:grid-template-rows .35s ease;transition:grid-template-rows .35s ease,-ms-grid-rows .35s ease}.expandable-cards-module .panel__title__mobile-content__inner{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.6rem;padding:0 1.4rem;text-align:left}.expandable-cards-module .panel__title__mobile-content__text{color:var(--color-midnight-blue);font-size:1.4rem;line-height:2rem}.expandable-cards-module .panel__title__mobile-content__text>:last-child{margin-bottom:0}.expandable-cards-module .panel__content{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--panel-max-height,auto);-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.expandable-cards-module .panel__content__box{background:#fff;border-radius:40px;display:grid;height:var(--active-height,auto);overflow:hidden;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:height .6s ease;transition:height .6s ease}.expandable-cards-module .panel__content__item{grid-area:1/1;opacity:0;text-align:left;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.expandable-cards-module .panel__content__item.is-active{opacity:1}.expandable-cards-module .panel__content__item.is-active .panel__content__item__text{position:relative;z-index:1}.expandable-cards-module .panel__content__item__inner{padding:4rem}.expandable-cards-module .panel__content__item__text>:last-child{margin-bottom:0}.expandable-cards-module .panel__content .panel__title{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.expandable-cards-module .panel__content .panel__title__icon{-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0}.expandable-cards-module .panel__content .panel__title__icon img{margin:0}.expandable-cards-module .panel__content .panel__title__text{color:var(--color-midnight-blue)}@media(max-width:991px){.expandable-cards-module .panel__wrapper{gap:10px;grid-template-columns:1fr;margin-top:5rem}.expandable-cards-module .panel__content{display:none}.expandable-cards-module .panel__title__arrow{opacity:1;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.expandable-cards-module .panel__title__mobile-content{display:grid}.expandable-cards-module .panel__title.is-active .panel__title__arrow{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.expandable-cards-module .panel__title.is-active .panel__title__mobile-content{grid-template-rows:1fr}}.expandable-cards-module .bottom__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem;margin-top:8rem}