.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 48vw; }

@media (max-width: 1049px) {
  .hero {
    min-height: 500px; } }

.watermark-home {
  position: absolute;
  z-index: 0;
  width: 100%; }

.home {
  position: relative;
  background-color: #85E5BD; }
  .home ul,
  .home ol {
    list-style: none;
    padding: 0; }
  .home h2, .home h3 {
    margin: 0; }
  .home p {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6; }
  .home__container {
    position: relative;
    width: calc(100% - 150px);
    max-width: 1200px;
    margin: 0 auto; }
  .home h3 {
    font-weight: 700;
    font-size: 1.8rem;
    color: #000; }
  .home__section-title {
    font-size: 3.8rem;
    font-weight: 600;
    color: #000;
    padding: 0 0 2rem 0; }
    .home__section-title--pri {
      color: var(--col-pri); }
    .home__section-title--sec {
      color: var(--col-sec); }
    .home__section-title--b {
      color: #000; }
    .home__section-title--w {
      color: #fff; }
  .home__text {
    font-size: 1rem; }
    .home__text--pri {
      color: var(--col-pri); }
    .home__text--sec {
      color: var(--col-sec); }
    .home__text--b {
      color: #000; }
    .home__text--w {
      color: #fff; }
  .home__btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.7rem 1rem;
    margin: 1rem 0 1rem 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    border-radius: 20px; }
  .home__btn-pri {
    background-color: var(--col-pri);
    color: #fff; }
    .home__btn-pri:hover {
      background-color: var(--col-sec);
      color: #fff; }
  .home__btn-sec {
    background-color: var(--col-sec);
    color: #000; }
    .home__btn-sec:hover {
      background-color: var(--col-pri); }
  .home__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 2rem; }
    .home__arrows span {
      position: relative;
      cursor: pointer;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
    .home__arrows--left {
      left: -2.5rem; }
      .home__arrows--left:hover {
        left: -3rem; }
    .home__arrows--right {
      right: -2.5rem;
      float: right; }
      .home__arrows--right:hover {
        right: -3rem; }

.admin__feed__authorise {
  text-align: center; }
  .admin__feed__authorise .news__link {
    width: 100% !important; }
  .admin__feed__authorise .button__link a,
  .admin__feed__authorise a,
  .admin__feed__authorise span {
    display: inline-block !important;
    padding: 0 !important;
    width: 100% !important;
    border: 0 !important;
    color: #000 !important;
    text-align: center !important;
    background-color: transparent !important;
    margin: auto;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-decoration: underline !important; }
    .admin__feed__authorise .button__link a:hover,
    .admin__feed__authorise a:hover,
    .admin__feed__authorise span:hover {
      border: 0 !important; }

.home__feed-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home__feed-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 1rem; }

.home__feed-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3rem;
  width: 100%; }
  .home__feed-controls .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }

.swiper-slide {
  opacity: 0.5;
  -webkit-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s; }
  .swiper-slide.swiper-slide-visible {
    opacity: 1; }

.home__feed-controls--left,
.home__feed-controls--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4rem;
  width: 4rem;
  padding: 0rem;
  -webkit-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  font-size: 1.6rem;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 5px 11px -3px rgba(0, 0, 0, 0.22); }
  .home__feed-controls--left::after,
  .home__feed-controls--right::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    background-color: #000; }
  .home__feed-controls--left svg,
  .home__feed-controls--right svg {
    color: #fff;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    position: relative;
    z-index: 3; }
  .home__feed-controls--left:hover::after,
  .home__feed-controls--right:hover::after {
    height: 2.8rem;
    width: 2.8rem; }

.home__feed-controls--left {
  left: -45px; }
  .home__feed-controls--left svg {
    left: 0; }
  .home__feed-controls--left:hover svg {
    left: -3px; }

.home__feed-controls--right {
  right: -45px; }
  .home__feed-controls--right svg {
    right: 0; }
  .home__feed-controls--right:hover svg {
    right: -3px; }

.home__pagi-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 3rem 0 1rem;
  position: relative;
  z-index: 3; }
  .home__pagi-dots .swiper-pagination-bullet {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    text-align: center;
    background-color: #016646;
    opacity: 0.5;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    position: relative; }
    .home__pagi-dots .swiper-pagination-bullet::after {
      content: "";
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 0rem;
      height: 0rem;
      background-color: #016646;
      border-radius: 50%;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s;
      opacity: 0; }
    .home__pagi-dots .swiper-pagination-bullet:hover {
      opacity: 1; }
      .home__pagi-dots .swiper-pagination-bullet:hover::after {
        width: 2.2rem;
        height: 2.2rem;
        opacity: 0.1; }
  .home__pagi-dots .swiper-pagination-bullet-active {
    opacity: 1; }
    .home__pagi-dots .swiper-pagination-bullet-active::after {
      width: 3.6rem;
      height: 3.6rem;
      opacity: 0.1; }

@media all and (min-width: 1200px) {
  .home__text {
    font-size: 1.4rem; } }

@media all and (max-width: 860px) {
  .home__feed-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .home__feed-flex .home__section-title {
      margin: 0 0 2rem 0; } }

@media all and (max-width: 800px) {
  .home__section-title {
    font-size: 2rem; }
  .home__feed-controls--left,
  .home__feed-controls--right {
    height: 2.4rem;
    width: 2.4rem;
    font-size: 1.4rem; } }

@media all and (max-width: 600px) {
  .home__container {
    width: calc(100% - 50px); }
  .home__feed-controls--left,
  .home__feed-controls--right {
    height: 1.3rem;
    width: 1.3rem;
    font-size: 1.1rem; }
  .home__feed-controls--left::after,
  .home__feed-controls--right::after {
    height: 2.5rem;
    width: 2.5rem; }
  .home__feed-controls--left {
    left: -7px; }
  .home__feed-controls--right {
    right: -7px; } }

.welcome {
  background-color: #85E5BD;
  padding: 6rem 0;
  /* Home */
  /* Wigston/School */ }
  .welcome .welcome__title-home,
  .welcome .welcome__text-home {
    text-align: center; }
  .welcome .welcome__text-home {
    display: block;
    max-width: 700px;
    margin: 0 auto 3rem auto; }
  .welcome .welcome__schoollinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3rem;
    width: 100%; }
  .welcome .welcome__schoollinks__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 100%; }
  .welcome .welcome__schoollinks__link {
    position: relative;
    height: 100%;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 30px;
    display: block; }
    .welcome .welcome__schoollinks__link::after {
      display: block;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #080806;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(8, 8, 6, 0.751861)), color-stop(99%, rgba(6, 6, 5, 0)));
      background: -webkit-linear-gradient(top, rgba(8, 8, 6, 0.751861) 11%, rgba(6, 6, 5, 0) 99%);
      background: -o-linear-gradient(top, rgba(8, 8, 6, 0.751861) 11%, rgba(6, 6, 5, 0) 99%);
      background: linear-gradient(180deg, rgba(8, 8, 6, 0.751861) 11%, rgba(6, 6, 5, 0) 99%);
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
    .welcome .welcome__schoollinks__link span {
      display: inline-block;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index: 3;
      color: #fff;
      font-size: 1.2rem;
      font-weight: 500;
      text-align: center;
      letter-spacing: 3px;
      padding: 1.2rem 2rem;
      background-color: #000;
      border-radius: 30px 30px 0 0;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
      .welcome .welcome__schoollinks__link span svg {
        color: #fff;
        font-size: 1rem;
        margin: 0 0 0 0.4rem;
        -webkit-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s; }
    .welcome .welcome__schoollinks__link:hover span {
      color: #000;
      background: #fff; }
      .welcome .welcome__schoollinks__link:hover span svg {
        color: #000; }
  .welcome .welcome__schoollinks__img-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3; }
  .welcome .welcome__schoollinks__img-back {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block; }
  .welcome .welcome__title-school {
    padding: 0; }
  .welcome .welcome__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 1; }
  .welcome .welcome__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .welcome .welcome__image {
    position: relative;
    z-index: 3;
    border-radius: 50%;
    aspect-ratio: 1 / 1; }
    .welcome .welcome__image img {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .welcome .welcome__left {
    position: relative; }
    .welcome .welcome__left p {
      color: #000;
      margin: 0rem 0 2.5rem 0;
      font-size: 1.1rem;
      font-weight: 500; }

@media all and (min-width: 1200px) {
  .welcome .welcome__left,
  .welcome .welcome__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

@media all and (min-width: 981px) {
  .welcome .welcome__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; } }

@media all and (max-width: 980px) {
  .welcome .welcome__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4rem;
    text-align: center; } }

@media all and (max-width: 920px) {
  .welcome__schoollinks__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media all and (max-width: 500px) {
  .welcome__image {
    max-width: 300px; }
  .welcome .welcome__schoollinks__img-title {
    width: 60%;
    top: calc(50% - 20px); } }

.quicklinks {
  text-align: center;
  position: relative;
  z-index: 5; }
  .quicklinks__list {
    width: 100%; }
  .quicklinks__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 40px; }
    .quicklinks__item:hover .quicklinks__img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .quicklinks__link {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    text-decoration-thickness: 3px !important; }
    .quicklinks__link div {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      height: 100%;
      width: 100%;
      z-index: 3; }
      .quicklinks__link div::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s; }
      .quicklinks__link div::after {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border: 15px solid #fff;
        border-radius: 40px;
        -webkit-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s;
        opacity: 0; }
    .quicklinks__link:hover div::after {
      opacity: 1; }
  .quicklinks__text-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.5rem;
    position: absolute;
    z-index: 4;
    top: 27%;
    width: 100%;
    height: 100%; }
  .quicklinks__title {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    z-index: 3; }
  .quicklinks svg {
    z-index: 3;
    color: #fff;
    font-size: 4rem; }
  .quicklinks__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }

@media all and (min-width: 1050px) {
  .quicklinks {
    margin: 1px 0 -12rem 0; }
    .quicklinks__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 1.6rem;
      margin: 1.3rem 0 0 0 !important; }
    .quicklinks__item {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .quicklinks__link {
      aspect-ratio: 3 / 3; }
    .quicklinks__title {
      font-size: clamp(18px, 2.7vw, 2.6rem); } }

@media all and (max-width: 1049px) {
  .quicklinks {
    padding: 2rem 0 4rem; }
    .quicklinks__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 2rem; }
    .quicklinks__link {
      height: 200px; } }

@media all and (max-width: 949px) {
  .decor-links {
    top: -1rem;
    right: -14rem; } }

.testimonials {
  padding: 6rem 0;
  background-color: #fff;
  position: relative;
  z-index: 0; }
  .testimonials__container {
    position: relative;
    z-index: 2; }
  .testimonials h2 {
    color: #000;
    text-align: center;
    margin: 0 0 3rem 0; }
  .testimonials__list {
    text-align: center;
    position: relative;
    z-index: 3;
    margin: 0 0 3rem 0;
    overflow: visible; }
  .testimonials__item {
    text-align: center;
    background-color: #eee;
    color: #000;
    border-radius: 40px;
    padding: 2.5rem; }
    .testimonials__item svg {
      position: absolute;
      z-index: 0;
      bottom: 3rem;
      left: 4rem; }
    .testimonials__item:nth-child(3n+1) {
      background-color: #FF92A7; }
    .testimonials__item:nth-child(3n+2) {
      background-color: #F4D13B; }
    .testimonials__item:nth-child(3n) {
      background-color: #DBAFC6; }
  .testimonials__text {
    display: block;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.5; }
  .testimonials__author {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 2rem 0 0.5rem 0;
    text-align: right; }
  .testimonials__role {
    display: block;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 500; }

@media all and (min-width: 1050px) {
  .testimonials {
    padding: 17rem 0 6rem 0; } }
