<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">button.slick-arrow,button.slick-next.slick-arrow, button.slick-p.slick-arrow button.slick-arrow:hover, button.slick-prev:hover {
  background: #E23E47;
  border-radius: 100px;
  z-index: 10;
}
p.cta-btn.b-blue a {
  background-color: #2D2E75;
  border: 1px solid #2D2E75;
}
.cta-btn.b-blue a:hover {
  background-color: transparent;
  color: #2D2E75 !important;
}
header a {text-decoration: none;}
main a, main a:hover {color:#E23E47;}
.cta-btn a {text-decoration: none;}
h1 {font-weight: 700;padding-bottom: 10px;}
h2 {font-weight: 700!important;padding-bottom: 10px;}
h3 {font-size: 2rem; font-weight: 700;}
h4 {color: #E23E47; font-weight: 700;padding: 10px 0;} 
.card {
  border-radius: 10px;
}
.btn-primary {
background-color:#E23E47;
border-color:transparent;
}
#donutWrapper {
clip-path:circle(50%);
aspect-ratio: 1 / 1;
}
#donutWrapper .donut-block {
background:#213D72;
color:#fff;
font-size:1.2rem;
text-transform:capitalize;
padding:1em;
aspect-ratio: 1 / 1;
transition:ease-in-out 250ms;
}

@supports not (aspect-ratio: 1 / 1) {
#donutWrapper .donut-block::before {
  float: left;
  padding-top: 100%;
  content: "";
}

#donutWrapper .donut-block::after {
  display: block;
  content: "";
  clear: both;
}
}

#donutWrapper .donut-block img {
transition:ease-in-out 250ms;
max-width:40px;
}

#donutWrapper .donut-title {
font-size:1rem;
line-height:1rem;
}




#donutWrapper .donut-block.active,
#donutWrapper .donut-block.active:focus{
background:#1e8eb6;

}
.slick-dots li button:before {
  font-size: 20px;
  margin-top: 20px;
}
body {
  font: 16px/1.7em "Montserrat", Helvetica, Arial, sans-serif !important;
  background-color: #fff;
  color: #35353e;
  overflow-x: hidden;
}
#acfAIBlock-4 .b-red a {
background:#2D2E75 !important;
border:1px solid #2D2E75 !important;
color:#fff !important;
}

#acfAIBlock-4 .b-red a:hover {
background:transparent !important;
border:1px solid #2D2E75 !important;
color:#2D2E75 !important;
}

#donutWrapper .donut-block:nth-child(1) {
padding: 2.5em 1.5em 2.5em 3.5em !important;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#donutWrapper .donut-block:nth-child(2) {
padding: 2.5em 3.5em 2.5em 1.5em !important;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
#donutWrapper .donut-block:nth-child(3) {
padding: 2.5em 1.5em 2.5em 3.5em !important;
  border-right: 4px solid #fff;
  border-top: 4px solid #fff;
}
#donutWrapper .donut-block:nth-child(4) {
padding: 2.5em 3.5em 2.5em 1.5em !important;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
}

.donut-content {
display:none !important;
-webkit-transition:ease-in-out 200ms;
-o-transition:ease-in-out 200ms;
-moz-transition:ease-in-out 200ms;
transition:ease-in-out 200ms;
}
.donut-content.active {
display:block !important;
animation: fadeIn 1s;
}
@keyframes fadeOut {
from {
  opacity: 1;
}
to {
  opacity: 0;
}
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
@media only screen and (max-width:980px) {
  .d-holder {flex-wrap: wrap;}
  .d-holder .w50 {flex-basis: 100%;}
}
@media only screen and (max-width:500px) {
  .d-interior {display: none;}
  .donut-content {display: block!important;}
}</pre></body></html>