.ct-attachment .field__label {
  display: none;
}
.ct-attachment .ct-vertical-spacing-inset--none {
  margin: 0px;
}
.ct-attachment .ct-vertical-spacing-inset--both {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.ct-attachment .ct-vertical-spacing-inset--top {
  margin-top: 4rem;
}
.ct-attachment .ct-vertical-spacing-inset--bottom {
  margin-bottom: 4rem;
}
.ct-attachment h2 {
  margin-bottom: 2rem;
}
.ct-attachment.ct-attachment--with-background .container {
  background-color: #F2F6F7;
  padding: 2em;
  border-radius: 10px;
  height: 100%;
}
.ct-attachment .gap {
  gap: 1em;
}
@media (max-width: 767.98px) {
  .ct-attachment .btn {
    width: 100%;
  }
}

.half {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 2.5rem */
}

.download:after {
  content: "\f30a";
  font-family: bootstrap-icons;
  margin-left: 1rem;
  font-weight: 500;
}

.ct-attachment.component-light > .container {
  background-color: #FAFAFA;
  border-radius: 30px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.ct-attachment.component-dark > .container {
  background-color: #47833F;
  color: #fff !important;
  border-radius: 30px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.ct-attachment.component- > .container {
  background-color: transparent;
  border-radius: 30px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.ct-attachment.component-white > .container {
  background-color: #fff;
  border-radius: 30px;
  padding: 2rem;
  margin-bottom: 1rem;
}
.ct-attachment .gap {
  gap: 1rem;
}

@media (min-width: 768px) {
  #ct-attachment-416 {
    padding-left: 4rem;
  }
}
body.node-1086 {
  background-color: #F6F8FA;
}
body.node-1086 .accordion h2 {
  width: 100% !important;
  max-width: 100% !important;
}

.node-1068 {
  background-color: #F6F8FA;
}
.node-1068 .ct-attachment > .container {
  background: #fff;
  border-radius: 30px;
  padding: 2rem;
  margin-bottom: 1rem;
}

/*# sourceMappingURL=attachment.css.map*/