.rg-l-module{font-family:Open Sans,sans-serif;padding-left:16px;padding-right:16px}.rg-l-grid{-moz-column-gap:32px;column-gap:32px;display:grid;row-gap:32px}.rg-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}}.rg-l-flex{display:flex}.rg-l-flex.flex-row{flex-direction:row}.rg-c-card,.rg-l-flex.flex-col{flex-direction:column}.rg-c-card{background-color:#0b213b;border-radius:16px;color:#fff;display:flex;gap:16px;height:280px;overflow:hidden;padding:16px 16px 0;text-decoration:none}.rg-c-card__type{color:#ebebeb;font-size:14px;font-weight:700;text-transform:uppercase}.rg-c-card__name{font-size:16px;font-weight:300;margin-bottom:0;margin-top:0}.rg-c-card__frame{border-radius:16px 16px 0 0;flex-grow:2;flex-shrink:1;margin-bottom:-16px;overflow:hidden;position:relative}.rg-c-card__frame-img,.rg-c-card__frame-placeholder{height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%);transition:width .4s ease-in-out,height .4s ease-in-out;width:100%}.rg-c-card__frame-placeholder{background:linear-gradient(#dbe0df,#dbe0df)}.rg-c-card__frame-img{-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.rg-c-card__cta{background-color:#2e8397;font-size:16px;font-weight:700;line-height:1em;margin-left:-16px;margin-right:-16px;padding:8px 16px;text-align:center;transition:background-color .4s ease-in-out}.rg-c-card:focus,.rg-c-card:hover{color:#fff;text-decoration:none}.rg-c-card:focus .rg-c-card__frame-img,.rg-c-card:hover .rg-c-card__frame-img{height:120%;width:120%}.rg-c-card:focus .rg-c-card__cta,.rg-c-card:hover .rg-c-card__cta{background-color:#1b5765}.rg-c-field-group{margin-bottom:20px}.rg-c-field-group__heading{font-weight:600;margin-bottom:8px}.rg-c-field-group__subheading{color:#3b3b3b;font-size:14px;font-style:italic}.rg-c-field-group__input[type=reset],.rg-c-field-group__input[type=submit]{border:1px solid transparent;flex-grow:50%;padding:16px 32px;text-align:center}.rg-c-field-group__input[type=submit]{margin-left:auto;margin-top:auto}.rg-c-field-group__input[type=reset]{background-color:#ebebeb;border-color:transparent;border-radius:8px;color:#000;cursor:pointer;transition:color .3s ease,background-color .3s ease,border-color .3s ease}.rg-c-field-group__input[type=reset]:hover{background-color:#fff;border-color:#000}.rg-c-field-group__label{cursor:pointer}.rg-c-form{padding:0}@media(min-width:768px){.rg-c-form{position:sticky;top:140px}}.rg-c-expand{background-color:#ebebeb;border-radius:6px;overflow:hidden;padding:8px 12px}.rg-c-expand__heading{cursor:pointer}.rg-c-expand__heading:after{display:block;font-size:20px;line-height:1em;margin-left:auto}.rg-c-expand__icon{height:12px;margin-left:auto;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px;fill:#3b3b3b}.rg-c-expand[data-expandable-status=open] .rg-c-expand__heading{border-bottom:1px solid #fff;margin-bottom:8px}.rg-c-expand[data-expandable-status=open] .rg-c-expand__hidden{display:none}.rg-c-expand[data-expandable-status=closed] .rg-c-expand__hidden,.rg-c-expand[data-expandable-status=open] .rg-c-expand__contents{display:block}.rg-c-expand[data-expandable-status=closed] .rg-c-expand__contents{display:none}