.tabs{display:flex;justify-content:space-between}.tabs-wrapper{border-radius:0 0 12px 12px;box-shadow:0 0 16px 0 rgba(0,0,0,.12);padding:0 0 24px}.tabs__tab{position:relative}.tabs__tab,.tabs__tab:active,.tabs__tab:focus,.tabs__tab:hover{flex:1;justify-content:center;padding:1.4rem .7rem;text-align:center}.tabs__tab[aria-selected=true]{font-weight:700}.tabs__tab:after{border-bottom:1px solid;bottom:0;content:"";left:0;position:absolute;right:0;top:0}.tabs__tab[aria-selected=false]:focus:after,.tabs__tab[aria-selected=false]:hover:after,.tabs__tab[aria-selected=true]:after{border-bottom:2px solid}@media(max-width:767px){.tabs{width:100%}.tabs__tab{text-wrap:nowrap}.tabs__content img{display:block;width:100%!important}.tabs__tab{font-size:14px!important}}.ct-l-grid{-moz-column-gap:18px;column-gap:18px;display:grid;row-gap:18px}.ct-l-grid,.xs\:grid-col-1{grid-template-columns:1fr}.xs\:grid-col-span-1{grid-column:span 1}.xs\:grid-col-2{grid-template-columns:repeat(2,1fr)}.xs\:grid-col-span-2{grid-column:span 2}.xs\:grid-col-3{grid-template-columns:repeat(3,1fr)}.xs\:grid-col-span-3{grid-column:span 3}.xs\:grid-col-4{grid-template-columns:repeat(4,1fr)}.xs\:grid-col-span-4{grid-column:span 4}.xs\:grid-col-span-all{grid-column:-1/1}@media(min-width:576px){.sm\:grid-col-1{grid-template-columns:1fr}.sm\:grid-col-span-1{grid-column:span 1}.sm\:grid-col-2{grid-template-columns:repeat(2,1fr)}.sm\:grid-col-span-2{grid-column:span 2}.sm\:grid-col-3{grid-template-columns:repeat(3,1fr)}.sm\:grid-col-span-3{grid-column:span 3}.sm\:grid-col-4{grid-template-columns:repeat(4,1fr)}.sm\:grid-col-span-4{grid-column:span 4}.sm\:grid-col-span-all{grid-column:-1/1}}@media(min-width:768px){.md\:grid-col-1{grid-template-columns:1fr}.md\:grid-col-span-1{grid-column:span 1}.md\:grid-col-2{grid-template-columns:repeat(2,1fr)}.md\:grid-col-span-2{grid-column:span 2}.md\:grid-col-3{grid-template-columns:repeat(3,1fr)}.md\:grid-col-span-3{grid-column:span 3}.md\:grid-col-4{grid-template-columns:repeat(4,1fr)}.md\:grid-col-span-4{grid-column:span 4}.md\:grid-col-span-all{grid-column:-1/1}}@media(min-width:992px){.lg\:grid-col-1{grid-template-columns:1fr}.lg\:grid-col-span-1{grid-column:span 1}.lg\:grid-col-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-col-span-2{grid-column:span 2}.lg\:grid-col-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-col-span-3{grid-column:span 3}.lg\:grid-col-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-col-span-4{grid-column:span 4}.lg\:grid-col-span-all{grid-column:-1/1}}@media(min-width:1200px){.xl\:grid-col-1{grid-template-columns:1fr}.xl\:grid-col-span-1{grid-column:span 1}.xl\:grid-col-2{grid-template-columns:repeat(2,1fr)}.xl\:grid-col-span-2{grid-column:span 2}.xl\:grid-col-3{grid-template-columns:repeat(3,1fr)}.xl\:grid-col-span-3{grid-column:span 3}.xl\:grid-col-4{grid-template-columns:repeat(4,1fr)}.xl\:grid-col-span-4{grid-column:span 4}.xl\:grid-col-span-all{grid-column:-1/1}}@media(min-width:1600px){.xxl\:grid-col-1{grid-template-columns:1fr}.xxl\:grid-col-span-1{grid-column:span 1}.xxl\:grid-col-2{grid-template-columns:repeat(2,1fr)}.xxl\:grid-col-span-2{grid-column:span 2}.xxl\:grid-col-3{grid-template-columns:repeat(3,1fr)}.xxl\:grid-col-span-3{grid-column:span 3}.xxl\:grid-col-4{grid-template-columns:repeat(4,1fr)}.xxl\:grid-col-span-4{grid-column:span 4}.xxl\:grid-col-span-all{grid-column:-1/1}}.ct-l-flex{-moz-column-gap:18px;column-gap:18px;display:flex;row-gap:18px}.ct-l-flex.row{flex-direction:row}.ct-l-flex.col{flex-direction:column}.ct-l-flex.wrap{flex-wrap:wrap}.ct-l-flex .xs\:flex-100{flex:100%}.ct-l-flex .xs\:flex-50{flex:calc(50% - 18px)}.ct-l-flex .xs\:flex-33{flex:calc(33% - 18px)}.ct-l-flex .xs\:flex-25{flex:calc(25% - 18px)}.ct-l-flex.xs\:row{flex-direction:row}.ct-l-flex.xs\:col{flex-direction:column}.ct-l-flex.xs\:flex-all{flex:100%}@media(min-width:576px){.ct-l-flex .sm\:flex-100{flex:100%}.ct-l-flex .sm\:flex-50{flex:calc(50% - 18px)}.ct-l-flex .sm\:flex-33{flex:calc(33% - 18px)}.ct-l-flex .sm\:flex-25{flex:calc(25% - 18px)}.ct-l-flex.sm\:row{flex-direction:row}.ct-l-flex.sm\:col{flex-direction:column}.ct-l-flex.sm\:flex-all{flex:100%}}@media(min-width:768px){.ct-l-flex .md\:flex-100{flex:100%}.ct-l-flex .md\:flex-50{flex:calc(50% - 18px)}.ct-l-flex .md\:flex-33{flex:calc(33% - 18px)}.ct-l-flex .md\:flex-25{flex:calc(25% - 18px)}.ct-l-flex.md\:row{flex-direction:row}.ct-l-flex.md\:col{flex-direction:column}.ct-l-flex.md\:flex-all{flex:100%}}@media(min-width:992px){.ct-l-flex .lg\:flex-100{flex:100%}.ct-l-flex .lg\:flex-50{flex:calc(50% - 18px)}.ct-l-flex .lg\:flex-33{flex:calc(33% - 18px)}.ct-l-flex .lg\:flex-25{flex:calc(25% - 18px)}.ct-l-flex.lg\:row{flex-direction:row}.ct-l-flex.lg\:col{flex-direction:column}.ct-l-flex.lg\:flex-all{flex:100%}}@media(min-width:1200px){.ct-l-flex .xl\:flex-100{flex:100%}.ct-l-flex .xl\:flex-50{flex:calc(50% - 18px)}.ct-l-flex .xl\:flex-33{flex:calc(33% - 18px)}.ct-l-flex .xl\:flex-25{flex:calc(25% - 18px)}.ct-l-flex.xl\:row{flex-direction:row}.ct-l-flex.xl\:col{flex-direction:column}.ct-l-flex.xl\:flex-all{flex:100%}}@media(min-width:1600px){.ct-l-flex .xxl\:flex-100{flex:100%}.ct-l-flex .xxl\:flex-50{flex:calc(50% - 18px)}.ct-l-flex .xxl\:flex-33{flex:calc(33% - 18px)}.ct-l-flex .xxl\:flex-25{flex:calc(25% - 18px)}.ct-l-flex.xxl\:row{flex-direction:row}.ct-l-flex.xxl\:col{flex-direction:column}.ct-l-flex.xxl\:flex-all{flex:100%}}.ct-c-item{padding:0 36px}.ct-c-item__header{margin-bottom:24px;margin-top:18px}.ct-c-item__header-image{width:100%}.ct-c-item__list-item{border:1px solid #84b6cb;border-radius:12px;display:flex;flex-direction:column;padding:12px 18px}.ct-c-item__list-item-heading{margin-bottom:18px}