<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Brand palette */
/* Greys */
/* Text */
/*Color with transperancy*/
.field__item:nth-of-type(9){border-top: 3px solid rgba(91, 127, 149, 0.5);
  text-align: center;
    margin: 4em auto 0px auto;
    content: '';
    width:78%;
    border-spacing: 5px 1rem;
  padding-top: 4em;
  }
  .path-frontpage .text-paragraph.container {
    width: 90%;
  }
.path-frontpage .paragraph--type--multiple-link-card {
  background-color: #3eb1c8;
  width:100%;
  max-width: 63.125rem !important;
  padding: 2.5rem;
  border-radius: 1rem;
}
.paragraph--type--multiple-link-card .heading {
  text-align: center;
}
.paragraph--type--multiple-link-card .heading p {
  color: white;
  font-size: 1.75rem;
}
.paragraph--type--multiple-link-card .main-link {
  text-align: center;
}
.paragraph--type--multiple-link-card .main-link a {
  background-color: #d9027d;
  color: white;
  font-weight: 500;
  display: inline-block;
  padding: 0.7rem 3.5rem 0.7rem 1.5rem;
  border-radius: 3rem;
  margin: 2.5rem 0 2rem 0;
  position: relative;
  background-image: url("../../../../../modules/custom/tak_general/library/img/chevron.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 0.625rem 1.0625rem;
}
.paragraph--type--multiple-link-card .description {
  text-align: center;
}
.paragraph--type--multiple-link-card .description p {
  font-weight: 500;
  color: white;
  font-size: 1.25rem;
}
.paragraph--type--multiple-link-card .download-files {
  display: flex;
  justify-content: center;
}


@media screen and (max-width: 991px) {
  .path-frontpage .paragraph--type--multiple-link-card {
    background-color: #3eb1c8;
    width:90%;
    max-width: 63.125rem !important;
    padding: 2.5rem;
    border-radius: 1rem;
  }
  .field__item:nth-of-type(9) {
    border-top: 3px solid rgba(91, 127, 149, 0.5);
    text-align: center;
    margin: 4em auto 0px auto;
    content: '';
    width: 100%;
    border-spacing: 5px 1rem;
    padding-top: 4em;
  }
  .paragraph--type--multiple-link-card .download-files {
    flex-direction: column;
    align-items: center;
  }
}
.paragraph--type--multiple-link-card .download-files .link {
  margin: 3rem 3rem 1.5rem 3rem;
}
.paragraph--type--multiple-link-card .download-files .link a {
  background-color: white;
  color: #3eb1c8;
  padding: 0.9375rem 3.03125rem 0.9375rem 3.78125rem;
  border-radius: 3rem;
  font-weight: 500;
  position: relative;
  background-image: url("../../../../modules/custom/tak_general/library/img/chevron_blue.svg");
  background-repeat: no-repeat;
  background-position: 93%;
  background-size: 0.9375rem 1.0625rem;
  white-space: nowrap;
}
.paragraph--type--multiple-link-card .download-files .link a img {
  display: inline;
  width: 1.0625rem;
  position: absolute;
  left: 1.5rem;
  top: 1.2rem;
}
.paragraph--type--multiple-link-card .download-files .link a:after {
  content: "";
  background: url("../../images/chevron-secondary.32f75cfe.svg") no-repeat;
  width: 1.25rem;
  height: 0.625rem;
  position: absolute;
  background-size: contain;
  transform: rotate(270deg);
  top: 1.1875rem;
  right: 1.0625rem;
}
.paragraph--type--multiple-link-card .download-files .link:hover {
  border-bottom-style: none;
}
@media screen and (min-width:768px) and (max-width:1024px)
{
  .field__item:nth-of-type(9) {
  border-top: 3px solid rgba(91, 127, 149, 0.5);
  text-align: center;
  margin: 4em auto 0px auto;
  content: '';
  width: 100%;
  border-spacing: 5px 1rem;
  padding-top: 4em;
}
}
@media screen and (min-width:320px) and (max-width:767px)
{
  .field__item:nth-of-type(9) {
  border-top: 3px solid rgba(91, 127, 149, 0.5);
  text-align: center;
  margin: 4em auto 0px auto;
  content: '';
  width: 100%;
  border-spacing: 5px 1rem;
  padding-top: 4em;
}
.path-frontpage .paragraph--type--multiple-link-card {
  background-color: #3eb1c8;
  width: 100%;
  max-width: 63.125rem !important;
  padding: 2.5rem;
  border-radius: 1rem;
}
}</pre></body></html>