<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&amp;display=swap");
:root {
  --step--3: clamp(1.54rem, calc(0.21rem + 1.87vw), 0.58rem);
  --step--2: clamp(1.6rem, calc(0.1rem + 2vw), 2rem);
  --step--1: clamp(1.6rem, calc(0.1rem + 2vw), 1.8rem);
  --step-0: clamp(1.00rem, calc(0.22rem + 3.90vw), 3.00rem);
  --step-1: clamp(1.20rem, calc(0.20rem + 4.98vw), 3.75rem);
  --step-2: clamp(1.44rem, calc(0.17rem + 6.34vw), 4.69rem);
  --step-3: clamp(1.73rem, calc(0.12rem + 8.06vw), 5.86rem);
  --step-4: clamp(2.07rem, calc(0.02rem + 10.25vw), 7.32rem);
  --step-5: clamp(2.49rem, calc(-0.11rem + 13.01vw), 9.15rem);
  --cb-primary: #131333;
  --cb-secondary: #FFFFFF;
  --cb-accent: #5F58EA;
  --cb-accent-2: #8F1CD3;
  --cb-text-clr: #212435;
  --heading-clr: var(--cb-secondary);
  --heading-2-clr: var(--cb-text-clr);
  --paragraph-clr: var(--cb-secondary);
  --visited-link-clr: var(--cb-accent-2);
  --link-clr: var(--cb-text-clr);
  --heading-1: var(--step-4);
  --heading-2: var(--step-2);
  --heading-3: var(--step-1);
  --paragraph-1: var(--step-0);
  --paragraph-2: var(--step--1);
  --paragraph-3: var(--step--2);
  --paragraph-4: var(--step--3)
  --btn-1 : var(--step--1);
  --btn-2: var(--step--2);
  font-size: 10px !important;
}

* {
  font-family: "Inter", sans-serif;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}

.btn-group-vertical &gt; .btn-group:after, .btn-group-vertical &gt; .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  display: table;
  content: " ";
}

.btn-group-vertical &gt; .btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
  clear: both;
}

.hidden {
  display: none !important;
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
a, a:focus, a:active, a:hover {
  text-decoration: none !important;
}

html {
  scroll-behavior: smooth;
}

.cc-body {
  position: relative;
}
.cc-body .header-container {
  background: url(../images/newsletter/newsletter-inner-page/inner-page-banner-bg.svg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  background-color: var(--cb-primary);
}
.cc-body .header-container .header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .cc-body .header-container .header {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .cc-body .header-container .header .header-logo {
    justify-self: center;
  }
}
.cc-body .header-container .header .header-logo a {
  text-decoration: none;
  display: inline-block;
}
.cc-body .header-container .header .header-logo a img {
  max-width: 140px;
}
.cc-body .header-container .header .header-actions {
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 320px) {
  .cc-body .header-container .header .header-actions {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .cc-body .header-container .header .header-actions {
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cc-body .header-container .header .header-actions .action__editions {
  margin-right: 28px;
}
.cc-body .header-container .header .header-actions .action__editions a {
  padding: 10px 30px;
}
.cc-body .header-container .header .header-actions .action__editions:hover a {
  color: var(--cb-accent-2);
}
@media (max-width: 320px) {
  .cc-body .header-container .header .header-actions .action__editions {
    margin-right: 0;
  }
}
.cc-body .header-container .header .header-actions .action__subscribe a {
  display: inline-block;
  padding: 9px 30px;
  background-color: var(--cb-accent-2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
}
.cc-body .header-container .header .header-actions .action__subscribe:hover {
  box-shadow: inset 0px 0px 34px -2px rgb(19, 20, 51);
  color: var(--cb-primary-color);
}
.cc-body .header-container .header .header-actions .action__subscribe:hover a {
  color: var(--cb-primary-color);
}
.cc-body .header-container .header .header-actions .action__editions, .cc-body .header-container .header .header-actions .action__subscribe {
  transition: all 200ms ease-in-out;
}
.cc-body .header-container .header .header-actions .action__editions a, .cc-body .header-container .header .header-actions .action__subscribe a {
  text-decoration: none;
  font-size: var(--step--2);
  font-weight: 500;
  color: var(--cb-secondary);
}
.cc-body .cc-hero-container {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (width: 768px) {
  .cc-body .cc-hero-container .container {
    width: 700px;
  }
}
.cc-body .cc-hero-container .cc-hero {
  margin: 100px auto;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .cc-body .cc-hero-container .cc-hero {
    margin: 50px auto;
  }
}
.cc-body .cc-hero-container .cc-hero img {
  max-width: 1200px;
  width: 100%;
  max-height: 600px;
  object-fit: contain;
}
.cc-body .cc-main-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 70px;
  background-color: #E06337;
  color: var(--cb-secondary);
  border-radius: 10px;
  max-width: 850px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .cc-body .cc-main-header {
    margin: 50px auto;
  }
}
.cc-body .cc-main-header h1 {
  font-size: var(--heading-2);
  font-weight: 800;
  letter-spacing: -1.5px;
  margin: 0;
  max-width: 70%;
}
@media (min-width: 500px) {
  .cc-body .cc-main-header h1 {
    letter-spacing: -2px;
  }
}
.cc-body .cc-main-header p {
  font-size: var(--paragraph-2);
  font-weight: 100;
}
@media (max-width: 768px) {
  .cc-body .cc-main-header {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .cc-body .cc-main-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .cc-body .cc-main-header h1 {
    font-size: var(--heading-2);
    max-width: 100%;
  }
  .cc-body .cc-main-header p {
    font-size: var(--paragraph-4);
    margin: 20px 0 0;
  }
}
.cc-body .cc-main-content-container .cc-main-contents {
  margin-top: 90px;
}
@media (min-width: 800px) {
  .cc-body .cc-main-content-container .cc-main-contents {
    margin-top: 150px;
  }
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content {
  margin-top: 70px;
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content h1, .cc-body .cc-main-content-container .cc-main-contents .cc-main-content h2, .cc-body .cc-main-content-container .cc-main-contents .cc-main-content h3, .cc-body .cc-main-content-container .cc-main-contents .cc-main-content h4, .cc-body .cc-main-content-container .cc-main-contents .cc-main-content h5, .cc-body .cc-main-content-container .cc-main-contents .cc-main-content h6 {
  margin: 20px 0;
  font-weight: bold;
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content p {
  margin: 10px 0;
  font-size: var(--paragraph-2);
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content p a:first-child {
  color: #120ef0;
  text-decoration: none;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cc-body .cc-main-content-container .cc-main-contents .cc-main-content p {
    font-size: var(--paragraph-3);
  }
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content ul {
  margin: 20px 0;
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content ul li::before {
  content: "";
  width: 20px;
  height: 5px;
  position: absolute;
  background-color: var(--cb-accent);
  top: 16px;
  left: -40px;
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content ul li {
  position: relative;
  list-style: none;
  margin: 10px 0;
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content ul li p {
  font-size: var(--paragraph-2);
}
@media (max-width: 768px) {
  .cc-body .cc-main-content-container .cc-main-contents .cc-main-content ul li p {
    font-size: var(--paragraph-4);
  }
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content img {
  margin: 60px auto;
  width: 100%;
  max-width: 850px;
}
.cc-body .cc-main-content-container .cc-main-contents .cc-main-content *:not(img) {
  max-width: 850px;
  margin: 28px auto;
}
.cc-body .cc-top-posts-container {
  background-color: #F1F2FF;
}
.cc-body .cc-top-posts-container .cc-top-posts {
  margin: 100px auto;
  max-width: 850px;
}
.cc-body .cc-top-posts-container .cc-top-posts img {
  width: 60px;
  max-width: 100%;
  margin-bottom: 20px;
}
.cc-body .cc-top-posts-container .cc-top-posts .cc-top-post h1, .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post h2, .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post h3, .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post h4, .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post h5, .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post h6 {
  font-weight: bold;
  margin: 20px 0px 30px;
}
.cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p {
  font-size: var(--paragraph-2);
}
.cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p a {
  font-size: var(--paragraph-2);
  color: #120ef0;
  text-decoration: none;
}
.cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p a:hover {
  font-weight: 600;
  transition: font-weight 250ms ease-in-out;
}
@media (max-width: 768px) {
  .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p a {
    font-size: var(--paragraph-4);
  }
}
.cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p:nth-child(n) {
  margin: 0;
  margin-bottom: 12px;
}
.cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p:nth-child(3n) {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cc-body .cc-top-posts-container .cc-top-posts .cc-top-post p {
    font-size: var(--paragraph-3);
    margin: 10px 0;
  }
}
.cc-body .cc-events-container .cc-events {
  display: flex;
  gap: 10px;
  margin: 100px auto;
  max-width: 850px;
  align-items: flex-start;
  flex-direction: column;
}
.cc-body .cc-events-container .cc-events img:first-child {
  width: 60px;
  max-width: 100%;
  margin-bottom: 20px;
}
.cc-body .cc-events-container .cc-events .cc-event h1, .cc-body .cc-events-container .cc-events .cc-event h2, .cc-body .cc-events-container .cc-events .cc-event h3, .cc-body .cc-events-container .cc-events .cc-event h4, .cc-body .cc-events-container .cc-events .cc-event h5, .cc-body .cc-events-container .cc-events .cc-event h6 {
  margin: 20px 0;
  font-weight: bold;
}
.cc-body .cc-events-container .cc-events .cc-event p {
  font-size: var(--paragraph-2);
  margin-bottom: 12px;
}
@media (min-width: 1100px) {
  .cc-body .cc-events-container .cc-events .cc-event p {
    margin-bottom: 18px;
  }
}
.cc-body .cc-events-container .cc-events .cc-event p a:first-child {
  color: #120ef0;
  text-decoration: none;
  font-weight: bold;
}
.cc-body .cc-events-container .cc-events .cc-event ul {
  margin: 20px 0;
}
.cc-body .cc-events-container .cc-events .cc-event ul li::before {
  content: "";
  width: 20px;
  height: 5px;
  position: absolute;
  background-color: var(--cb-accent);
  top: 10px;
  left: -40px;
}
.cc-body .cc-events-container .cc-events .cc-event ul li {
  position: relative;
  list-style: none;
  margin: 10px 0;
}
.cc-body .cc-events-container .cc-events .cc-event ul li p {
  font-size: var(--paragraph-3);
}
.cc-body .cc-events-container .cc-events .cc-event img {
  margin: 60px auto;
  width: 100%;
  max-width: 850px;
}
@media (max-width: 768px) {
  .cc-body .cc-events-container .cc-events .cc-event p {
    font-size: var(--paragraph-3);
  }
}
.cc-body .cc-events-container .cc-event *:not(img) {
  margin: 0 auto;
}
.cc-body .cc-events-container a {
  color: #120ef0;
  text-decoration: none;
  font-weight: bold;
}
.cc-body .cc-editions-container {
  margin: 40px auto 150px;
}
.cc-body .cc-editions-container .cc-editions h1:first-child {
  font-size: var(--heading-2);
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.cc-body .cc-editions-container .cc-editions .edition-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-template-rows: 1fr;
  grid-gap: 30px;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container {
  position: relative;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a {
  transition: all 250ms ease-in-out;
  background: #ffffff;
  box-shadow: 0px 4px 6px rgba(143, 28, 211, 0.1);
  border-radius: 5.82456px;
  display: inline-block;
  text-decoration: none;
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition {
  position: relative;
  display: grid;
  grid-auto-rows: auto 1fr;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-image {
  overflow: hidden;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-image .cc-edition-image__figure {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent no-repeat center/cover;
  min-height: 160px;
  filter: brightness(0.9);
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-content {
  color: black;
  align-self: flex-start;
  padding: 30px;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-content p:first-child {
  position: absolute;
  left: 30px;
  top: 15px;
  font-size: var(--step--2);
  color: white;
  font-weight: 700;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-content p:first-child::before {
  content: "#";
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-content .cc-edition-content__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-weight: 700;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-content .cc-edition-content__subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: var(--step--3);
  font-weight: 400;
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a:hover {
  transition: all 250ms ease-in-out;
  transform: translateY(-10px);
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a:visited :where(p:first-child, .cc_edition__content-title, .cc_edition__content-subtitle) {
  color: var(--cb-accent-2);
}
.cc-body .cc-editions-container .cc-editions .edition-list .cc-edition-container a::after {
  position: absolute;
  content: "";
  background: url("/static/website/version/images/newsletter/cc-right-arrow.svg") no-repeat;
  height: 10px;
  width: 10px;
  right: 20px;
  bottom: 20px;
}
.cc-body .cc-editions-container .cc-editions button {
  display: grid;
  margin: 50px auto;
  padding: 9px 30px;
  background-color: var(--cb-accent-2);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0);
  font-size: var(--step--2);
  font-weight: 500;
  color: var(--cb-secondary);
  transition: all 200ms ease-in-out;
}
.cc-body .cc-editions-container .cc-editions button:hover {
  color: var(--cb-primary-color);
}
.cc-body .cc-editions-container .cc-editions button:hover a {
  color: var(--cb-primary-color);
}
.cc-body .cc-subscribe-container {
  background-color: var(--cb-primary);
  color: var(--cb-secondary);
}
.cc-body .cc-subscribe-container .cc-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cc-body .cc-subscribe-container .cc-subscribe p {
  font-size: var(--paragraph-2);
  text-align: center;
  margin: 30px auto;
  padding: 10px;
  max-width: 780px;
}
.cc-body .cc-subscribe-container .cc-subscribe p:last-child {
  opacity: 0.75;
}
.cc-body .cc-subscribe-container .cc-subscribe .cc-subscribe-cta {
  width: 100%;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cc-body .cc-subscribe-container .cc-subscribe p {
    font-size: var(--paragraph-3);
  }
}</pre></body></html>