.paragraph--type--wysiwyg-with-sidebar {
  display: grid;
  grid-template-columns: 755px 366px;
  -moz-column-gap: 219px;
       column-gap: 219px;
  align-items: start;
  padding: 100px 2rem;
  margin-bottom: 0 !important;
  justify-content: center;
}
@media (max-width: 1300px) {
  .paragraph--type--wysiwyg-with-sidebar {
    grid-template-columns: 1fr 320px;
    -moz-column-gap: 100px;
         column-gap: 100px;
    padding: 80px 2rem;
  }
}
@media (max-width: 1024px) {
  .paragraph--type--wysiwyg-with-sidebar {
    grid-template-columns: 1fr;
    row-gap: 60px;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 60px 1.5rem;
  }
}
@media (max-width: 600px) {
  .paragraph--type--wysiwyg-with-sidebar {
    padding: 40px 1rem;
    row-gap: 40px;
  }
}
.paragraph--type--wysiwyg-with-sidebar .field--name-field-text img,
.paragraph--type--wysiwyg-with-sidebar .field--name-field-text iframe,
.paragraph--type--wysiwyg-with-sidebar .field--name-field-text video {
  width: 100%;
  margin: 1.5rem 0;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .paragraph--type--wysiwyg-with-sidebar .field--name-field-text img,
  .paragraph--type--wysiwyg-with-sidebar .field--name-field-text iframe,
  .paragraph--type--wysiwyg-with-sidebar .field--name-field-text video {
    height: auto;
  }
}
.paragraph--type--wysiwyg-with-sidebar .field--name-field-text iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/9;
}
.paragraph--type--wysiwyg-with-sidebar .field--name-field-text a {
  text-decoration: underline;
  color: var(--blue);
}
.paragraph--type--wysiwyg-with-sidebar .field--name-field-text a:hover {
  color: var(--darkblue);
}

.field--name-field-sidebar {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.paragraph--type--wysiwyg-sidebar-items-links {
  background: linear-gradient(to bottom, var(--gradient-orange-start), var(--gradient-orange-end));
}

.paragraph--type--wysiwyg-sidebar-items-links-with .field--name-field-text,
.paragraph--type--wysiwyg-sidebar-items-links-with a {
  font-family: "Montserrat", foco, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: var(--white) !important;
}
/*# sourceMappingURL=paragraph--wysiwyg-with-sidebar--default.css.map */
