@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");
:root {
  --step--3: clamp(1.54rem, calc(0.21rem + 1.87vw), 0.58rem);
  --step--2: clamp(1.6rem, calc(0.16rem + 2vw), 1.8rem);
  --step--1: clamp(1.8rem, calc(1rem + 2vw), 1.9rem);
  --step-0: clamp(1rem, calc(0.22rem + 3.9vw), 3rem);
  --step-1: clamp(1.2rem, calc(0.2rem + 4.98vw), 3.75rem);
  --step-2: clamp(1.3rem, calc(0.1rem + 4.8vw), 4.5rem);
  --step-3: clamp(1.73rem, calc(0.12rem + 8.06vw), 5.86rem);
  --step-4: clamp(2.07rem, calc(0.02rem + 5vw), 6.5rem);
  --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--2);
  --paragraph-1: var(--step--1);
  --paragraph-2: var(--step--2);
  --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 > .btn-group:after,
.btn-group-vertical > .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 > .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;
}

input#email-93991025-29fa-48c5-bd4e-4d267524d0d2::placeholder {
  color: rgba(192, 203, 221, 0.5019607843);
}

.l-header__bg {
  background: var(--cb-primary);
}

html {
  scroll-behavior: smooth;
}

.header-container {
  background-color: var(--cb-primary);
  padding: 30px;
}
.header-container .header {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .header-container .header {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .header-container .header .header__logo {
    justify-self: center;
  }
}
.header-container .header .header__logo a {
  text-decoration: none;
  display: inline-block;
}
.header-container .header .header__logo a img {
  max-width: 140px;
}
.header-container .header .header-actions {
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 320px) {
  .header-container .header .header-actions {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 576px) {
  .header-container .header .header-actions {
    margin-top: 50px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.header-container .header .header-actions .action__editions {
  margin-right: 28px;
}
.header-container .header .header-actions .action__editions a {
  padding: 10px 30px;
}
.header-container .header .header-actions .action__editions:hover a {
  color: var(--cb-accent-2);
}
@media (max-width: 320px) {
  .header-container .header .header-actions .action__editions {
    margin-right: 0;
  }
}
.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);
}
.header-container .header .header-actions .action__subscribe:hover {
  box-shadow: inset 0px 0px 34px -2px rgb(19, 20, 51);
  color: var(--cb-primary-color);
}
.header-container .header .header-actions .action__subscribe:hover a {
  color: var(--cb-primary-color);
}
.header-container .header .header-actions .action__editions, .header-container .header .header-actions .action__subscribe {
  transition: all 200ms ease-in-out;
}
.header-container .header .header-actions .action__editions a, .header-container .header .header-actions .action__subscribe a {
  text-decoration: none;
  font-size: var(--step--2);
  font-weight: 500;
  color: var(--cb-secondary);
}

.cc-hero-container {
  position: relative;
  background: var(--cb-primary);
  color: var(--cb-secondary);
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .cc-hero-container {
    padding-bottom: 100px;
  }
}
.cc-hero-container .cc-hero-bg {
  background: url(../images/newsletter/compass-right.png) no-repeat right -40px top 0px;
}
@media (max-width: 991px) {
  .cc-hero-container .cc-hero-bg {
    background: none;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .cc-hero-container .cc-hero-bg {
    background: url(../images/newsletter/compass-right.png) no-repeat right -40px top -28px;
  }
}
.cc-hero-container .cc-hero-bg .cc-hero {
  margin-top: 50px;
  margin-left: auto;
  max-width: 900px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .cc-hero-container .cc-hero-bg .cc-hero {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .cc-hero-container .cc-hero-bg .cc-hero {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  .cc-hero-container .cc-hero-bg .cc-hero {
    max-width: 750px;
  }
}
.cc-hero-container .cc-hero-bg .cc-hero h1 {
  font-size: var(--heading-1);
  font-weight: 700;
  max-width: 1000px;
  letter-spacing: -2px;
  line-height: 1.2;
  color: var(--heading-clr);
}
@media (max-width: 576px) {
  .cc-hero-container .cc-hero-bg .cc-hero h1 {
    text-align: center;
    letter-spacing: -0.5px;
  }
}
.cc-hero-container .cc-hero-bg .cc-hero p {
  font-size: var(--paragraph-2);
  font-weight: 400;
  max-width: 570px;
  margin-top: 40px;
  opacity: 0.75;
}
@media (max-width: 576px) {
  .cc-hero-container .cc-hero-bg .cc-hero p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cc-hero-container .cc-hero-bg .cc-hero p {
    max-width: 100%;
  }
}
.cc-hero-container .cc-hero-bg .cc-hero .cc-hero-formcontainer {
  margin-top: 30px;
  max-width: 510px;
}
@media (min-width: 768px) {
  .cc-hero-container .cc-hero-bg .cc-hero .cc-hero-formcontainer {
    margin-top: 40px;
  }
}
.cc-hero-container .cc-hero-bg .cc-issue-container {
  position: relative;
}
.cc-hero-container .cc-hero-bg .cc-issue-container img {
  position: absolute;
  left: -10px;
  bottom: -80px;
}
@media (max-width: 991px) {
  .cc-hero-container .cc-hero-bg .cc-issue-container img {
    display: none;
  }
}
.cc-hero-container .scroller {
  display: none;
}
@media (min-width: 992px) {
  .cc-hero-container .scroller {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 50%;
  }
}
.cc-hero-container .scroller .scroll-image a {
  display: inline;
}
@media (min-width: 992px) {
  .cc-hero-container .scroller .scroll-image {
    z-index: 2;
    cursor: pointer;
  }
}
.cc-hero-container .scroller .scroll-image .icon-scroll:before {
  position: absolute;
  left: 50%;
}
.cc-hero-container .scroller .scroll-image .icon-scroll {
  width: 30px;
  height: 50px;
  box-shadow: inset 0 0 0 2px #9983b6;
  border-radius: 25px;
  position: relative;
  margin: 70px auto 20px;
}
.cc-hero-container .scroller .scroll-image .icon-scroll:hover {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.631372549);
}
.cc-hero-container .scroller .scroll-image .icon-scroll:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #9983b6;
  margin-left: -4px;
  top: 8px;
  border-radius: 10px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  position: absolute;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(40px);
  }
}

.cc-editions-container {
  margin: 40px auto 100px;
}
.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-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-editions-container .cc-editions .edition-list .cc-edition-container {
  position: relative;
}
.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-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition {
  position: relative;
  display: grid;
  grid-auto-rows: auto 1fr;
}
.cc-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-image {
  overflow: hidden;
}
.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-editions-container .cc-editions .edition-list .cc-edition-container a .cc-edition .cc-edition-content {
  color: black;
  align-self: flex-start;
  padding: 30px;
}
.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-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;
  margin-top: 0;
}
.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-editions-container .cc-editions .edition-list .cc-edition-container a:hover {
  transition: all 250ms ease-in-out;
  transform: translateY(-10px);
}
.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-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-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 250ms ease-in-out;
}
.cc-editions-container .cc-editions button:hover {
  box-shadow: 4px 5px 3px 0px rgba(143, 28, 211, 0.1);
  color: var(--cb-secondary);
}
.cc-editions-container .cc-editions button:hover a {
  color: var(--cb-secondary);
}

.cc-subscribe-container {
  background-color: var(--cb-primary);
  color: var(--cb-secondary);
}
.cc-subscribe-container .cc-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cc-subscribe-container .cc-subscribe p {
  font-size: var(--paragraph-2);
  text-align: center;
  margin: 30px auto;
  padding: 10px;
  max-width: 780px;
}
.cc-subscribe-container .cc-subscribe p:last-child {
  opacity: 0.75;
}
.cc-subscribe-container .cc-subscribe .cc-subscribe-cta {
  width: 100%;
  max-width: 580px;
}
@media (max-width: 768px) {
  .cc-subscribe-container .cc-subscribe p {
    font-size: var(--paragraph-3);
  }
}

.submitted-message {
  color: #000;
}