:root{--color-white:#fff;--color-orange:#f60;--color-lightgray:#b6b6b6;--color-black:#333}.v-cardsGridWithSlider .v-cardsGridWithSlider__grid{display:grid;gap:2.4rem;grid-template:repeat(2,1fr)/repeat(2,1fr);grid-template-areas:"BigCard Card1" "BigCard Card2"}@media screen and (max-width:992px){.v-cardsGridWithSlider .v-cardsGridWithSlider__grid{gap:2rem;grid-template-areas:"BigCard BigCard" "Card1 Card2"}}@media screen and (max-width:640px){.v-cardsGridWithSlider .v-cardsGridWithSlider__grid{display:flex;grid-template:unset;grid-template-areas:unset}}.v-cardsGridWithSlider .v-cardsGridWithSlider__card{align-items:start;background-color:#fff;border-radius:24px;display:flex;overflow:hidden;padding:2.4rem 3.2rem;position:relative;z-index:1}@media screen and (max-width:640px){.v-cardsGridWithSlider .v-cardsGridWithSlider__card{padding:2.4rem;width:28rem}}.v-cardsGridWithSlider .v-cardsGridWithSlider__card:first-child{grid-area:BigCard}@media screen and (max-width:992px){.v-cardsGridWithSlider .v-cardsGridWithSlider__card:first-child .v-cardsGridWithSlider__content{max-width:22.8rem}}.v-cardsGridWithSlider .v-cardsGridWithSlider__card:nth-child(2){grid-area:Card1}.v-cardsGridWithSlider .v-cardsGridWithSlider__card:nth-child(3){grid-area:Card2}.v-cardsGridWithSlider .v-cardsGridWithSlider__content{align-items:center;display:flex;gap:2.4rem;position:relative;width:100%;z-index:2}@media screen and (max-width:1220px){.v-cardsGridWithSlider .v-cardsGridWithSlider__content{max-width:37.1rem}}@media screen and (max-width:992px){.v-cardsGridWithSlider .v-cardsGridWithSlider__content{align-items:start;flex-direction:column;gap:1.6rem}}.v-cardsGridWithSlider .v-cardsGridWithSlider__icon{align-items:center;background-color:#f4f4f4;border-radius:50%;display:flex;flex-shrink:0;height:8rem;justify-content:center;width:8rem}.v-cardsGridWithSlider .v-cardsGridWithSlider__icon .v-icon{height:4rem;width:4rem}.v-cardsGridWithSlider .v-cardsGridWithSlider__text{font-size:1.8rem;font-weight:700;line-height:2.6rem}@media screen and (max-width:992px){.v-cardsGridWithSlider .v-cardsGridWithSlider__text{font-size:1.6rem;line-height:2.4rem}}.v-cardsGridWithSlider .v-cardsGridWithSlider__img{bottom:-8rem;position:absolute;right:-7rem;width:42.2rem;z-index:0}@media screen and (max-width:992px){.v-cardsGridWithSlider .v-cardsGridWithSlider__img{bottom:-7.4rem;right:-4.9rem;width:40.6rem}}@media screen and (max-width:640px){.v-cardsGridWithSlider .v-cardsGridWithSlider__img{display:none}}
