.paragraph--background-image-card {
  position: relative;
  margin-bottom: 0 !important;
  overflow: hidden;
}
.paragraph--background-image-card .background-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.paragraph--background-image-card .background-image-wrapper img {
  width: 100%;
  height: 120vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .background-image-wrapper img {
    height: 40vh;
  }
}
.paragraph--background-image-card .background-card-container {
  position: relative;
  z-index: 1;
  padding: 138px 1rem;
  max-width: 1340px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .background-card-container {
    padding: 0;
    padding-top: 257px;
  }
}
.paragraph--background-image-card .background-card-inner {
  width: 100%;
  max-width: 950px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1024px) {
  .paragraph--background-image-card .background-card-inner {
    gap: 1.5rem;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .background-card-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .background-card-inner .only-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .paragraph--background-image-card .background-card-inner .only-mobile {
    display: none;
  }
}
.paragraph--background-image-card .content-card {
  background: rgba(9, 59, 99, 0.9215686275);
  /*     background-color: rgba(9, 59, 99, 0.6);
  backdrop-filter: blur(8.12px);
  -webkit-backdrop-filter: blur(8.12px); */
  border-radius: 12px;
  padding: 93px 44px;
  color: var(--white);
  max-width: 462px;
  width: 100%;
}
@media (max-width: 1200px) {
  .paragraph--background-image-card .content-card {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .content-card {
    border-radius: 0;
    padding: 30px 16px 70px;
    background: #003764;
  }
}
.paragraph--background-image-card .content-card .title-text-link-paragraph__link {
  margin-top: 25px;
}
.paragraph--background-image-card .content-card .paragraph--type--title-text-link-paragraph {
  padding: 0;
}
.paragraph--background-image-card .content-card h2 {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white);
  line-height: 100%;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .content-card h2 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .content-card .title-text-link-paragraph__card {
    padding: 0 !important;
  }
}
.paragraph--background-image-card .content-card .title-text-link-paragraph__body {
  font-family: "Montserrat", foco, sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--light-blue-text);
}
@media (max-width: 768px) {
  .paragraph--background-image-card .content-card .title-text-link-paragraph__body {
    font-size: 15px;
    font-weight: 500;
  }
}
.paragraph--background-image-card .content-card .field--name-field-body-long {
  line-height: 26px;
}
.paragraph--background-image-card .logo-wrapper {
  width: 462px;
  height: 447px;
  position: relative;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .logo-wrapper {
    width: 87px;
    height: 87px;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .logo-wrapper:not(:has(.field--name-field-logo)) {
    display: none;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .logo-wrapper.only-mobile {
    margin-bottom: 23px;
  }
}
.paragraph--background-image-card .logo-bg-decoration {
  width: 231px;
  height: 231px;
  background-image: url("../../../img/square-bg-single.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 12px;
  z-index: 1;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .logo-bg-decoration {
    display: none;
  }
}
.paragraph--background-image-card .logo-card {
  background-image: url("../../../img/square-bg-single.webp");
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 231px;
  height: 220px;
  z-index: 2;
}
.paragraph--background-image-card .logo-card img {
  background: var(--white);
  padding: 2rem;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .logo-card img {
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card .logo-card {
    width: 87px;
    height: 87px;
    background-image: none;
    box-shadow: none;
  }
}
.paragraph--background-image-card .logo-card img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.paragraph--background-image-card.position--right .background-card-inner {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1024px) {
  .paragraph--background-image-card.position--right .background-card-inner {
    margin-left: 0;
    grid-template-columns: 1fr;
  }
}
.paragraph--background-image-card.position--right .background-card-inner .logo-card {
  position: absolute;
  right: 0;
  top: 0;
}
.paragraph--background-image-card.position--right .background-card-inner .logo-bg-decoration {
  position: absolute;
  left: 0;
  bottom: 0;
}
.paragraph--background-image-card.position--right .logo-wrapper {
  order: 1;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--right .logo-wrapper {
    order: 1;
  }
}
.paragraph--background-image-card.position--right .content-card {
  order: 2;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--right .content-card {
    order: 2;
  }
}
.paragraph--background-image-card.position--right .background-card-container {
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--right .background-card-container {
    justify-content: center;
  }
}
.paragraph--background-image-card.position--left .background-card-inner {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--left .background-card-inner {
    margin-left: 0;
    grid-template-columns: 1fr;
  }
}
.paragraph--background-image-card.position--left .logo-card {
  position: absolute;
  left: 0;
  top: 0;
}
.paragraph--background-image-card.position--left .logo-bg-decoration {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--left .logo-wrapper {
    order: 1;
  }
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--left .content-card {
    order: 2;
  }
}
.paragraph--background-image-card .background-card-inner:has(.content-card):not(:has(.logo-card)) {
  grid-template-columns: 1fr;
  max-width: 800px;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .background-card-inner:has(.content-card):not(:has(.logo-card)) {
    max-width: 100%;
  }
}
.paragraph--background-image-card .background-card-inner:has(.content-card):not(:has(.logo-card)) .content-card {
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .paragraph--background-image-card .background-card-inner:has(.content-card):not(:has(.logo-card)) .content-card {
    max-width: 100%;
  }
}
.paragraph--background-image-card.position--right .background-card-inner:has(.content-card):not(:has(.logo-card)) .content-card {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--right .background-card-inner:has(.content-card):not(:has(.logo-card)) .content-card {
    margin-left: auto;
    margin-right: auto;
  }
}
.paragraph--background-image-card.position--left .background-card-inner:has(.content-card):not(:has(.logo-card)) .content-card {
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 768px) {
  .paragraph--background-image-card.position--left .background-card-inner:has(.content-card):not(:has(.logo-card)) .content-card {
    margin-left: auto;
    margin-right: auto;
  }
}
/*# sourceMappingURL=paragraph-background-image-card.css.map */
