.section-cta-cards .container{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between}.section-cta-cards .container .title{flex-basis:100%}@media (min-width:981px){.section-cta-cards .container .title{flex:1;order:1}}.section-cta-cards .container .title .h1,.section-cta-cards .container .title .h2,.section-cta-cards .container .title .h3,.section-cta-cards .container .title .h4,.section-cta-cards .container .title h1,.section-cta-cards .container .title h2,.section-cta-cards .container .title h3,.section-cta-cards .container .title h4{margin-top:0}@media (min-width:981px){.section-cta-cards .container .overview-link{order:2;margin-left:auto}}.section-cta-cards .container .cards{display:flex;flex-wrap:wrap;justify-content:center;gap:2em;margin:2em 0;flex-basis:100%}@media (min-width:981px){.section-cta-cards .container .cards{margin-top:3em;margin-bottom:0;order:3}}.section-cta-cards .container .cards .card{position:relative;display:flex;flex-direction:column;background-color:var(--white);-webkit-clip-path:url(#bg-cta-card);clip-path:url(#bg-cta-card);flex-basis:375px}@media (min-width:981px){.section-cta-cards .container .cards .card{padding:85px 1.5em 4em}}.section-cta-cards .container .cards .card:nth-child(2),.section-cta-cards .container .cards .card:nth-child(5),.section-cta-cards .container .cards .card:nth-child(8){transform:rotate(180deg)}@media (min-width:981px){.section-cta-cards .container .cards .card:nth-child(2),.section-cta-cards .container .cards .card:nth-child(5),.section-cta-cards .container .cards .card:nth-child(8){padding:4em 1.5em 85px}}.section-cta-cards .container .cards .card:nth-child(2) .title,.section-cta-cards .container .cards .card:nth-child(5) .title,.section-cta-cards .container .cards .card:nth-child(8) .title{transform:rotate(-180deg)}@media (max-width:980px){.section-cta-cards .container .cards .card:nth-child(2) .title,.section-cta-cards .container .cards .card:nth-child(5) .title,.section-cta-cards .container .cards .card:nth-child(8) .title{padding:25px 1.5em 2em}}.section-cta-cards .container .cards .card:nth-child(3),.section-cta-cards .container .cards .card:nth-child(6),.section-cta-cards .container .cards .card:nth-child(9){transform:scaleX(-1) rotate(180deg)}@media (min-width:981px){.section-cta-cards .container .cards .card:nth-child(3),.section-cta-cards .container .cards .card:nth-child(6),.section-cta-cards .container .cards .card:nth-child(9){padding:4em 1.5em 85px}}.section-cta-cards .container .cards .card:nth-child(3) .title,.section-cta-cards .container .cards .card:nth-child(6) .title,.section-cta-cards .container .cards .card:nth-child(9) .title{transform:scaleX(-1) rotate(-180deg)}@media (max-width:980px){.section-cta-cards .container .cards .card:nth-child(3) .title,.section-cta-cards .container .cards .card:nth-child(6) .title,.section-cta-cards .container .cards .card:nth-child(9) .title{padding:70px 1.5em 2em}}.section-cta-cards .container .cards .card .svg{position:absolute;height:0;width:0}.section-cta-cards .container .cards .card .title{position:relative;z-index:2;margin:0;color:var(--dark-gray);display:flex;flex-direction:column;gap:1em;line-height:110%}@media (max-width:980px){.section-cta-cards .container .cards .card .title{padding:25px 1.5em 4em}}.section-cta-cards .container .cards .card .title .arrows{position:relative}.section-cta-cards .container .cards .card .title .arrows svg{transform:rotate(-90deg)}.section-cta-cards .container .cards .card:hover .title .arrows{animation-duration:2.5s;animation-iteration-count:infinite;animation-name:a}.section-cta-cards .container .cards.pink .title svg path{fill:var(--green)}.section-cta-cards .container .cards.pink .card{background-color:var(--pink)}.section-cta-cards .container .cards.blue svg path{fill:var(--dark-gray)}.section-cta-cards .container .cards.blue .card{background-color:var(--blue)}.section-cta-cards .container .cards.light-green .card{background-color:var(--lime-green)}.section-cta-cards .container .cards.light-green .card .title svg path{fill:var(--dark-gray)}.section-cta-cards .container .cards.green .card{background-color:var(--green)}.section-cta-cards .container .cards.dark-green .card{background-color:var(--dark-green)}.section-cta-cards .container .cards.dark-green .card .title{color:var(--white)}.section-cta-cards .container .cards.dark .card{background-color:var(--dark-gray)}.section-cta-cards .container .cards.dark .card .title{color:var(--white)}@keyframes a{0%{transform:translateY(0)}15%{transform:translateY(-10%)}30%{transform:translateY(5%)}45%{transform:translateY(-5%)}60%{transform:translateY(0)}75%{transform:translateY(0)}to{transform:translateY(0)}}