/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-information-paragraph__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-information-paragraph__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a, .paragraph-information-paragraph.paragraph-background .container .btn-action a:first-child, .paragraph-information-paragraph.paragraph-background .container .btn-action a:first-child:last-child, .paragraph-information-paragraph .btn-action a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-information-paragraph.paragraph-background .container .btn-action a + a + .btn, .paragraph-information-paragraph.paragraph-background .container .btn-action a:first-child + .btn, .paragraph-information-paragraph .btn-action a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:focus, .paragraph-information-paragraph.paragraph-background .container .btn-action a:focus:first-child, .paragraph-information-paragraph .btn-action a:focus {
    outline: none;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:hover, .paragraph-information-paragraph.paragraph-background .container .btn-action a:hover:first-child, .paragraph-information-paragraph .btn-action a:hover {
    color: #fff;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:disabled, .paragraph-information-paragraph.paragraph-background .container .btn-action a:disabled:first-child, .paragraph-information-paragraph .btn-action a:disabled, .paragraph-information-paragraph.paragraph-background .container .btn-action a + a.disabled, .paragraph-information-paragraph.paragraph-background .container .btn-action a.disabled:first-child, .paragraph-information-paragraph .btn-action a.disabled, .paragraph-information-paragraph.paragraph-background .container .btn-action a + a[disabled], .paragraph-information-paragraph.paragraph-background .container .btn-action a[disabled]:first-child, .paragraph-information-paragraph .btn-action a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-information-paragraph .btn-action a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a, .paragraph-information-paragraph .btn-action a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:hover, .paragraph-information-paragraph .btn-action a:hover {
    background-color: #336bc3;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:active, .paragraph-information-paragraph .btn-action a:active, .paragraph-information-paragraph.paragraph-background .container .btn-action a + a.active, .paragraph-information-paragraph .btn-action a.active {
    background-color: #002a6c;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a:first-child, .paragraph-information-paragraph.paragraph-background .container .btn-action a:first-child:last-child {
    background-color: #FFC800;
    color: #0046b4;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a:hover:first-child, .paragraph-information-paragraph.paragraph-background .container .btn-action a:active:first-child, .paragraph-information-paragraph.paragraph-background .container .btn-action a.active:first-child {
    background-color: #cca000;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a, .paragraph-information-paragraph .btn-action a:nth-last-of-type(1):nth-of-type(2) {
    background-color: transparent;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a, .paragraph-information-paragraph .btn-action a:nth-last-of-type(1):nth-of-type(2) {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:hover, .paragraph-information-paragraph .btn-action a:hover:nth-last-of-type(1):nth-of-type(2), .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:active, .paragraph-information-paragraph .btn-action a:active:nth-last-of-type(1):nth-of-type(2), .paragraph-information-paragraph.paragraph-background .container .btn-action a + a.active, .paragraph-information-paragraph .btn-action a.active:nth-last-of-type(1):nth-of-type(2) {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a.btn-invert, .paragraph-information-paragraph.paragraph-background .container .btn-action a + a, .paragraph-information-paragraph .btn-action a.btn-invert:nth-last-of-type(1):nth-of-type(2), .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:nth-last-of-type(1):nth-of-type(2) {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:hover, .paragraph-information-paragraph .btn-action a.btn-invert:hover:nth-last-of-type(1):nth-of-type(2), .paragraph-information-paragraph.paragraph-background .container .btn-action a + a:active, .paragraph-information-paragraph .btn-action a.btn-invert:active:nth-last-of-type(1):nth-of-type(2), .paragraph-information-paragraph.paragraph-background .container .btn-action a + a.active, .paragraph-information-paragraph .btn-action a.btn-invert.active:nth-last-of-type(1):nth-of-type(2) {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-information-paragraph.paragraph-background {
    background-color: #000;
  }
}
.paragraph-information-paragraph {
  position: relative;
  margin-top: 45px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .paragraph-information-paragraph:not(.center-aligned) .container {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.paragraph-information-paragraph__field-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.paragraph-information-paragraph__field-image * {
  width: 100%;
  height: 100%;
}
.paragraph-information-paragraph__field-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.paragraph-information-paragraph__field-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.1019607843) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.8) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph__field-title {
    -webkit-box-flex: 1;
    flex: 1 100%;
  }
}
.paragraph-information-paragraph__field-title h1,
.paragraph-information-paragraph__field-title .tit-section {
  display: block;
  margin-bottom: 30px;
}
.paragraph-information-paragraph__field-description {
  max-width: 755px;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph__field-description {
    -webkit-box-flex: 1;
    flex: 1 48%;
  }
}
.paragraph-information-paragraph__field-description p {
  color: #404040;
}
.paragraph-information-paragraph__field-description p:last-child {
  margin-bottom: 0;
}
.paragraph-information-paragraph .btn-action {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph .btn-action {
    margin-top: 0;
    margin-left: 130px;
  }
}
.paragraph-information-paragraph .btn-action a {
  display: block;
  padding: 12px 32px;
  text-align: center;
}
.paragraph-information-paragraph .btn-action a + a {
  margin-top: 10px;
}
.paragraph-information-paragraph.center-aligned .container {
  text-align: center;
}
.paragraph-information-paragraph.center-aligned .container h1,
.paragraph-information-paragraph.center-aligned .container .tit-section {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph.center-aligned .container h1,
.paragraph-information-paragraph.center-aligned .container .tit-section {
    margin-bottom: 30px;
  }
}
.paragraph-information-paragraph.center-aligned .container .paragraph-information-paragraph__field-description {
  margin-left: auto;
  margin-right: auto;
}
.paragraph-information-paragraph.center-aligned .container .paragraph-information-paragraph__field-description p {
  font-size: 14px;
  font-family: 600;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph.center-aligned .container .paragraph-information-paragraph__field-description p {
    font-size: 18px;
  }
}
.paragraph-information-paragraph.center-aligned .container .btn-action {
  margin-top: 15px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph.center-aligned .container .btn-action {
    margin-top: 30px;
  }
}
.paragraph-information-paragraph.center-aligned .container .btn-action a {
  display: block;
}
.paragraph-information-paragraph.center-aligned .container .btn-action a + a {
  margin-left: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph.center-aligned .container .btn-action a {
    display: inline-block;
  }
  .paragraph-information-paragraph.center-aligned .container .btn-action a + a {
    margin-left: 10px;
    margin-top: 0;
  }
}
.paragraph-information-paragraph.paragraph-background {
  margin: 0;
}
.paragraph-information-paragraph.paragraph-background.center-aligned .container h1,
.paragraph-information-paragraph.paragraph-background.center-aligned .container .tit-section {
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph.paragraph-background.center-aligned .container h1,
.paragraph-information-paragraph.paragraph-background.center-aligned .container .tit-section {
    margin-bottom: 15px;
  }
}
.paragraph-information-paragraph.paragraph-background .container {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}
@media (min-width: 768px) {
  .paragraph-information-paragraph.paragraph-background .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.paragraph-information-paragraph.paragraph-background .container * {
  color: #fff;
}
.paragraph-information-paragraph.paragraph-background .container .btn-action a:first-child:last-child {
  display: inline-block;
}

@media (min-width: 992px) {
  .page-node-type-campaign-page .paragraph-information-paragraph__field-title .tit-section {
    font-size: 30px;
  }
}

/*# sourceMappingURL=information-paragraph.css.map */
