.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; }

.image__links {
  position: relative;
  margin-top: 2em;
  z-index: 1; }
  @media all and (min-width: 415px) {
    .image__links {
      margin-top: 0em; } }
  @media all and (min-width: 769px) {
    .image__links {
      margin-top: -2em; } }
  @media all and (min-width: 1025px) {
    .image__links {
      margin-top: -4em; } }
  @media all and (min-width: 1301px) {
    .image__links {
      margin-top: -14em; } }
  .image__links.inview .image__links__list__item {
    opacity: 1;
    -webkit-transform: translateY(0em);
    -ms-transform: translateY(0em);
    transform: translateY(0em);
    -webkit-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    transition: 0.5s ease-in-out all;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
    .image__links.inview .image__links__list__item:nth-child(1) {
      -webkit-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    .image__links.inview .image__links__list__item:nth-child(2) {
      -webkit-transition-delay: 1.4s;
      -o-transition-delay: 1.4s;
      transition-delay: 1.4s; }
    .image__links.inview .image__links__list__item:nth-child(3) {
      -webkit-transition-delay: 1.6s;
      -o-transition-delay: 1.6s;
      transition-delay: 1.6s; }
    .image__links.inview .image__links__list__item:nth-child(4) {
      -webkit-transition-delay: 1.8s;
      -o-transition-delay: 1.8s;
      transition-delay: 1.8s; }

.image__links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1em;
  margin: 0 10%; }
  @media all and (min-width: 415px) {
    .image__links__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 0em;
      margin: 0%; } }

.image__links__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 362px;
  max-height: 362px;
  margin: 0 2%;
  aspect-ratio: 1;
  outline: 3px solid #fff;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: translateY(-10em);
  -ms-transform: translateY(-10em);
  transform: translateY(-10em);
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s; }
  @media all and (min-width: 415px) {
    .image__links__list__item:nth-child(2) {
      top: 2em; } }
  .image__links__list__item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#be2d2a), to(#5f1715));
    background: -webkit-linear-gradient(#be2d2a 0%, #5f1715 100%);
    background: -o-linear-gradient(#be2d2a 0%, #5f1715 100%);
    background: linear-gradient(#be2d2a 0%, #5f1715 100%);
    opacity: 0.6;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .image__links__list__item:hover:after, .image__links__list__item:focus:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.72; }
  .image__links__list__item:hover .image__links__list__item__content, .image__links__list__item:focus .image__links__list__item__content {
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em); }
  .image__links__list__item:hover .image__links__list__item__image img, .image__links__list__item:focus .image__links__list__item__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }

.image__links__list__item__content {
  position: relative;
  height: 60%;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transform: translateY(0em);
  -ms-transform: translateY(0em);
  transform: translateY(0em);
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  z-index: 1; }
  .image__links__list__item__content__title {
    margin: 0;
    width: 100%;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.875rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-align: center;
    word-break: auto-phrase; }
    @media all and (min-width: 415px) {
      .image__links__list__item__content__title {
        font-size: 1.125em; } }
    @media all and (min-width: 769px) {
      .image__links__list__item__content__title {
        font-size: 1.375em; } }
    @media all and (min-width: 1025px) {
      .image__links__list__item__content__title {
        font-size: 1.875em; } }
    @media all and (min-width: 1301px) {
      .image__links__list__item__content__title {
        font-size: 2em; } }

.image__links__list__item__link {
  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;
  height: 100%;
  width: 100%; }

.image__links__list__item__image img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease; }

.welcome {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(2em, 10%, 7em);
  padding-top: clamp(2em, 3vw, 10em);
  padding-bottom: 4em;
  overflow: hidden;
  z-index: 1; }
  .welcome.inview .welcome__content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .welcome.inview:before, .welcome.inview:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.welcome__content {
  position: relative;
  width: 100%;
  padding: 2em 0 0 0;
  container-type: inline-size;
  -webkit-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  transform: translateX(-200%);
  z-index: 12;
  -webkit-transition: 0.5s ease-in-out all;
  -o-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all; }
  .welcome__content #welcome__content__pretitle {
    margin: 0 0 0 0;
    font-weight: 300;
    font-style: italic;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 2.125rem; }
  .welcome__content #welcome__content__title {
    color: var(--col-pri);
    margin: 0 0 0 0;
    font-weight: bold;
    font-size: 1.875em;
    line-height: 2.125rem; }
    @media all and (min-width: 415px) {
      .welcome__content #welcome__content__title {
        font-size: 2.125em; } }
    @media all and (min-width: 769px) {
      .welcome__content #welcome__content__title {
        font-size: 2.125em; } }
    @media all and (min-width: 1025px) {
      .welcome__content #welcome__content__title {
        font-size: 2.1875em; } }
    @media all and (min-width: 1301px) {
      .welcome__content #welcome__content__title {
        font-size: 2.1875em; } }
  .welcome__content .welcome__content__region {
    width: 80%;
    font-weight: normal;
    line-height: 1.625rem;
    font-size: 1.125rem; }
    .welcome__content .welcome__content__region p {
      margin: 2em 0; }
  .welcome__content .welcome__button__links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    z-index: 1; }

.welcome__media {
  position: relative;
  right: auto;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.75s ease-in-out transform, opacity;
  -o-transition: 0.75s ease-in-out transform, opacity;
  transition: 0.75s ease-in-out transform, opacity;
  z-index: 11; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .welcome__media .home__welcome__image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
    .welcome__media .home__welcome__image > nav {
      height: 100%;
      max-height: 350px; }
      .welcome__media .home__welcome__image > nav .welcome__image__list {
        height: 100%; }
    .welcome__media .home__welcome__image img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      overflow: hidden; }

@media all and (min-width: 550px) {
  .welcome__media {
    width: 65%; } }

@media all and (min-width: 769px) {
  .welcome {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .welcome__content {
    width: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .welcome__media {
    position: absolute;
    right: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 60%; }
    .welcome__media .home__welcome__image > nav .welcome__image__list {
      height: 640px; }
    .welcome__media .welcome__image__list__item__image:before {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, color-stop(2%, #ffffff), color-stop(2%, #ffffff), color-stop(180%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(left, #ffffff 2%, #ffffff 2%, rgba(255, 255, 255, 0) 180%);
      background: -o-linear-gradient(left, #ffffff 2%, #ffffff 2%, rgba(255, 255, 255, 0) 180%);
      background: linear-gradient(90deg, #ffffff 2%, #ffffff 2%, rgba(255, 255, 255, 0) 180%);
      -webkit-box-shadow: 0 0 8px 4px #ffffff inset;
      box-shadow: 0 0 8px 4px #ffffff inset;
      z-index: 1; }
    .welcome__media .welcome__image__list__item__image:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(0%, #ffffff), color-stop(19%, rgba(255, 255, 255, 0)));
      background: -webkit-linear-gradient(top, #ffffff 1%, #ffffff 0%, rgba(255, 255, 255, 0) 19%);
      background: -o-linear-gradient(top, #ffffff 1%, #ffffff 0%, rgba(255, 255, 255, 0) 19%);
      background: linear-gradient(180deg, #ffffff 1%, #ffffff 0%, rgba(255, 255, 255, 0) 19%);
      -webkit-box-shadow: 0 0 8px 4px #ffffff inset;
      box-shadow: 0 0 8px 4px #ffffff inset;
      z-index: 1; } }

@media all and (min-width: 1025px) {
  .welcome {
    height: 660px; }
  .welcome__content {
    width: 50%;
    padding: 0; } }

.swiper__buttons__nav__container__welcome {
  position: relative;
  width: 100%;
  right: 5%;
  top: -5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625em;
  z-index: 4; }
  .swiper__buttons__nav__container__welcome button.default__video__button {
    width: 2.25em;
    height: 2.25em;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--col-pritxt);
    background: var(--col-pri);
    border: 0;
    outline: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .swiper__buttons__nav__container__welcome button.default__video__button svg {
      margin: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .swiper__buttons__nav__container__welcome button.default__video__button.ready {
      opacity: 1; }
    .swiper__buttons__nav__container__welcome button.default__video__button.swiper-button-disabled {
      opacity: 0.1; }
    .swiper__buttons__nav__container__welcome button.default__video__button > *:nth-child(2) {
      display: none; }
    .swiper__buttons__nav__container__welcome button.default__video__button.active > *:nth-child(1) {
      display: none; }
    .swiper__buttons__nav__container__welcome button.default__video__button.active > *:nth-child(2) {
      display: block; }
    .swiper__buttons__nav__container__welcome button.default__video__button:hover, .swiper__buttons__nav__container__welcome button.default__video__button:focus {
      background: var(--col-pri);
      color: #FFF;
      border-color: var(--col-pri); }
      .swiper__buttons__nav__container__welcome button.default__video__button:hover svg, .swiper__buttons__nav__container__welcome button.default__video__button:focus svg {
        margin: 0 0 0 -18px; }
        .swiper__buttons__nav__container__welcome button.default__video__button:hover svg.fa-pause, .swiper__buttons__nav__container__welcome button.default__video__button:focus svg.fa-pause {
          margin: 0; }
      .swiper__buttons__nav__container__welcome button.default__video__button:hover svg.fa-arrow-right, .swiper__buttons__nav__container__welcome button.default__video__button:focus svg.fa-arrow-right {
        margin: 0 0 0 18px; }

.values {
  position: relative;
  background: #ECECEC;
  padding-top: 3em;
  padding-bottom: 3em; }
  .values__top {
    position: relative;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 100%;
    z-index: 4; }
    .values__top .content__title {
      display: block;
      font-size: 1.3125rem;
      line-height: 2.125rem;
      font-weight: bold;
      color: var(--col-pri);
      text-align: center;
      margin: 0; }

.values__list {
  overflow: visible; }
  @media all and (min-width: 1050px) {
    .values__list {
      padding: 0 64px; } }

.values__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25em;
  color: var(--col-pri);
  text-align: center;
  opacity: 0 !important;
  -webkit-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease; }
  @media all and (min-width: 1050px) {
    .values__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .values__item--image {
        text-align: left;
        gap: 2.5em; } }
  .values__item.swiper-slide-active {
    opacity: 1 !important; }

.values__item__image {
  aspect-ratio: 1/1;
  width: 90%;
  max-width: 360px;
  border-radius: 0.625em;
  overflow: hidden; }
  @media all and (min-width: 1050px) {
    .values__item__image {
      width: 40%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      max-width: none; } }

.values__item__text {
  container-type: inline-size;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25em;
  font-size: clamp(12px, 1.3cqw, 16px);
  width: 100%; }
  @media all and (min-width: 1050px) {
    .values__item--image .values__item__text {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }

.values__item__value p {
  color: #000000;
  font-size: 2.5625em;
  font-style: italic;
  font-weight: 600;
  margin: 0; }

.swiper__buttons__nav__container__values {
  position: absolute;
  width: 100%;
  right: 5%;
  top: 7em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625em;
  z-index: 4; }
  .swiper__buttons__nav__container__values button.default__video__button {
    width: 2.25em;
    height: 2.25em;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--col-pritxt);
    background: var(--col-pri);
    border: 0;
    outline: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease; }
    .swiper__buttons__nav__container__values button.default__video__button svg {
      margin: 0;
      -webkit-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease; }
    .swiper__buttons__nav__container__values button.default__video__button.ready {
      opacity: 1; }
    .swiper__buttons__nav__container__values button.default__video__button.swiper-button-disabled {
      opacity: 0.1; }
    .swiper__buttons__nav__container__values button.default__video__button > *:nth-child(2) {
      display: none; }
    .swiper__buttons__nav__container__values button.default__video__button.active > *:nth-child(1) {
      display: none; }
    .swiper__buttons__nav__container__values button.default__video__button.active > *:nth-child(2) {
      display: block; }
    .swiper__buttons__nav__container__values button.default__video__button:hover, .swiper__buttons__nav__container__values button.default__video__button:focus {
      background: var(--col-pri);
      color: #FFF;
      border-color: var(--col-pri); }
      .swiper__buttons__nav__container__values button.default__video__button:hover svg, .swiper__buttons__nav__container__values button.default__video__button:focus svg {
        margin: 0 0 0 -18px; }
        .swiper__buttons__nav__container__values button.default__video__button:hover svg.fa-pause, .swiper__buttons__nav__container__values button.default__video__button:focus svg.fa-pause {
          margin: 0; }
      .swiper__buttons__nav__container__values button.default__video__button:hover svg.fa-arrow-right, .swiper__buttons__nav__container__values button.default__video__button:focus svg.fa-arrow-right {
        margin: 0 0 0 18px; }

.events {
  position: relative;
  padding-top: 2em;
  padding-bottom: 4em;
  opacity: 0; }
  .events__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em 0;
    padding: 3em 0 5em 0; }
    @media all and (min-width: 415px) {
      .events__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media all and (min-width: 650px) {
      .events__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .events__top .events__titles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      @media all and (min-width: 650px) {
        .events__top .events__titles {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .events__top .content__title {
      font-size: 2.1875rem;
      font-weight: bold;
      line-height: 2.75rem;
      color: var(--col-pri);
      text-align: center;
      text-transform: capitalize;
      margin: 0; }
      @media all and (min-width: 415px) {
        .events__top .content__title {
          text-align: left; } }
  .events.inview {
    opacity: 1; }
    .events.inview .events__item.swiper-slide-visible {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
      .events.inview .events__item.swiper-slide-visible:nth-child(1) {
        -webkit-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s; }
      .events.inview .events__item.swiper-slide-visible:nth-child(2) {
        -webkit-transition-delay: 1.4s;
        -o-transition-delay: 1.4s;
        transition-delay: 1.4s; }
      .events.inview .events__item.swiper-slide-visible:nth-child(3) {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s; }
      .events.inview .events__item.swiper-slide-visible:nth-child(4) {
        -webkit-transition-delay: 1.8s;
        -o-transition-delay: 1.8s;
        transition-delay: 1.8s; }
  .events .events__list {
    padding: 1em 0 0 0; }
    .events .events__list ul li {
      list-style-type: none; }
    .events .events__list ul .events__item {
      position: relative;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      -webkit-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out; }
      .events .events__list ul .events__item:hover .events__item__link {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .events .events__list ul .events__item__info__title {
        color: #000000;
        margin: 0em;
        font-weight: normal;
        font-size: 1.25rem;
        text-align: center;
        line-height: 2.1875rem;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
      .events .events__list ul .events__item__time {
        color: var(--col-pri);
        font-weight: normal;
        font-style: italic;
        font-size: 1rem;
        text-align: center; }
      .events .events__list ul .events__item__link {
        position: relative;
        background: var(--col-pri);
        color: var(--col-pritxt);
        border-radius: 50%;
        outline: 5px solid var(--col-sec);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 165px;
        width: 165px;
        margin: 0 auto 3em;
        font-size: 1em;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 2;
        -webkit-transition: 0.25s ease-in-out all;
        -o-transition: 0.25s ease-in-out all;
        transition: 0.25s ease-in-out all; }
        .events .events__list ul .events__item__link .month {
          font-weight: 500;
          font-size: 2.1875rem;
          color: var(--col-pritxt);
          height: 54px;
          text-transform: uppercase;
          -webkit-transition: 0.25s ease-in-out all;
          -o-transition: 0.25s ease-in-out all;
          transition: 0.25s ease-in-out all; }
        .events .events__list ul .events__item__link .date {
          font-weight: bold;
          font-size: 3.75rem;
          color: var(--col-pritxt);
          height: 65px;
          letter-spacing: 4px;
          -webkit-transition: 0.25s ease-in-out all;
          -o-transition: 0.25s ease-in-out all;
          transition: 0.25s ease-in-out all; }

.swiper__buttons__container__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 1em; }
  @media all and (min-width: 375px) {
    .swiper__buttons__container__events {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media all and (min-width: 650px) {
    .swiper__buttons__container__events {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.swiper__buttons__nav__container__events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 1em 1em 0;
  gap: 0.5em; }
  @media all and (min-width: 450px) {
    .swiper__buttons__nav__container__events {
      margin: 0; } }

.events__pagination {
  margin: 4em 0 1em 0; }

.nav__prev__events {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px; }

.nav__next__events,
.nav__prev__events {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 2em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  .nav__next__events:after,
  .nav__prev__events:after {
    position: absolute;
    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;
    margin: auto;
    content: "\f054";
    font-weight: bold;
    font-family: fontAwesome;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background: var(--col-pri);
    color: var(--col-pritxt);
    border-radius: 50%;
    font-size: 1rem;
    width: 59px;
    height: 59px;
    min-height: 54px;
    min-width: 54px;
    text-align: center;
    line-height: 2.5em;
    padding: 0 0 1px 0;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__events:hover,
  .nav__prev__events:hover {
    cursor: pointer; }
    .nav__next__events:hover:after,
    .nav__prev__events:hover:after {
      background: var(--col-sec);
      color: var(--col-pri);
      font-size: 1.25rem; }

.curve__top {
  position: relative;
  bottom: -8px;
  width: 100%;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  z-index: 3; }
  .curve__top.curve__news {
    margin-top: calc(-6% - 3em); }

.news {
  position: relative;
  padding-bottom: 4em;
  opacity: 0;
  -webkit-transition: 0.25s ease-in-out opacity;
  -o-transition: 0.25s ease-in-out opacity;
  transition: 0.25s ease-in-out opacity;
  background: var(--col-pri) url(/_site/images/design/news-watermark.png);
  background-repeat: no-repeat;
  background-position: -22em;
  background-size: contain; }
  .news__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em 0;
    padding: 3em 0 5em 0; }
    @media all and (min-width: 415px) {
      .news__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media all and (min-width: 650px) {
      .news__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .news__top .news__titles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      @media all and (min-width: 650px) {
        .news__top .news__titles {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .news__top .content__title {
      font-size: 2.1875rem;
      font-weight: bold;
      line-height: 2.75rem;
      color: var(--col-pritxt);
      text-align: center;
      text-transform: capitalize;
      margin: 0; }
      @media all and (min-width: 415px) {
        .news__top .content__title {
          text-align: left; } }
    .news__top .button__link a {
      background: var(--col-pritxt);
      color: var(--col-pri); }
      .news__top .button__link a:hover {
        background: var(--col-ter);
        color: var(--col-pritxt); }
  .news.inview {
    opacity: 1; }
    .news.inview .news__item.swiper-slide-visible {
      opacity: 1;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.5s ease-in-out all;
      -o-transition: 0.5s ease-in-out all;
      transition: 0.5s ease-in-out all; }
  .news .news__list {
    padding: 1em 5% 0 5%; }
    .news .news__list ul li {
      list-style-type: none; }
    .news .news__list ul .news__item {
      position: relative;
      background: #fff;
      opacity: 0;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      overflow: hidden;
      height: 390px;
      border-radius: 31px;
      z-index: 1; }
      .news .news__list ul .news__item__image {
        height: 50%; }
        .news .news__list ul .news__item__image img {
          -o-object-fit: cover;
          object-fit: cover;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%; }
      .news .news__list ul .news__item__block {
        height: 100%; }
      .news .news__list ul .news__item__label {
        position: absolute;
        top: 0.5em;
        left: 0.5em;
        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;
        background: var(--col-sec);
        height: 44px;
        width: 44px;
        color: #000000;
        font-size: 20px;
        border-radius: 50%;
        z-index: 1; }
      .news .news__list ul .news__item__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: #fff;
        width: 100%;
        height: 50%;
        padding: 1.75em;
        -webkit-transition: 0.25s ease-in-out background;
        -o-transition: 0.25s ease-in-out background;
        transition: 0.25s ease-in-out background;
        z-index: 1; }
        .news .news__list ul .news__item__content__info__title {
          margin: 0;
          font-weight: bold;
          font-size: 1.5rem;
          line-height: 1.75rem;
          color: #000000;
          overflow: hidden;
          max-height: 6em;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          text-decoration: none;
          -webkit-transition: 0.2s ease-in-out all;
          -o-transition: 0.2s ease-in-out all;
          transition: 0.2s ease-in-out all; }
        .news .news__list ul .news__item__content__date {
          font-weight: normal;
          font-size: 1rem;
          line-height: 1rem;
          font-style: italic;
          color: var(--col-pri); }
          .news .news__list ul .news__item__content__date svg {
            margin-right: 0.5em; }
      .news .news__list ul .news__item:hover .news__item__image img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .news .news__list ul .news__item:hover .news__item__content {
        background: #F1EEEE; }

.swiper__buttons__container__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 1em; }
  @media all and (min-width: 375px) {
    .swiper__buttons__container__news {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media all and (min-width: 650px) {
    .swiper__buttons__container__news {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.swiper__buttons__nav__container__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 1em 1em 0;
  gap: 0.5em; }
  @media all and (min-width: 450px) {
    .swiper__buttons__nav__container__news {
      margin: 0; } }

.news__pagination {
  margin: 4em 0 1em 0; }
  .news__pagination > span {
    background: var(--col-pritxt); }
    .news__pagination > span:hover {
      background: var(--col-pri);
      opacity: 0.75; }

.nav__prev__news {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px; }

.nav__next__news,
.nav__prev__news {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 2em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  .nav__next__news:after,
  .nav__prev__news:after {
    position: absolute;
    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;
    margin: auto;
    content: "\f054";
    font-weight: bold;
    font-family: fontAwesome;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background: var(--col-pritxt);
    color: var(--col-pri);
    border-radius: 50%;
    font-size: 1rem;
    width: 59px;
    height: 59px;
    min-height: 54px;
    min-width: 54px;
    text-align: center;
    line-height: 2.5em;
    padding: 0 0 1px 0;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__news:hover,
  .nav__prev__news:hover {
    cursor: pointer; }
    .nav__next__news:hover:after,
    .nav__prev__news:hover:after {
      background: var(--col-sec);
      color: var(--col-pri);
      font-size: 1.25rem; }

.testimonials {
  position: relative;
  background: url(/_site/images/design/news-watermark.png);
  background-repeat: no-repeat;
  background-position: 50% 15em;
  background-size: 22em;
  padding-top: 3em;
  padding-bottom: 7em; }
  @media all and (min-width: 769px) {
    .testimonials {
      background-position: 50% 7em;
      background-size: 28em; } }
  .testimonials.inview:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .testimonials__top {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em 0;
    padding: 3em 0 5em 0; }
    @media all and (min-width: 415px) {
      .testimonials__top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
    @media all and (min-width: 650px) {
      .testimonials__top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
    .testimonials__top .events__titles {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%; }
      @media all and (min-width: 650px) {
        .testimonials__top .events__titles {
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; } }
    .testimonials__top .content__title {
      font-size: 2.1875rem;
      font-weight: bold;
      line-height: 2.75rem;
      color: var(--col-pri);
      text-align: center;
      text-transform: capitalize;
      margin: 0; }
      @media all and (min-width: 415px) {
        .testimonials__top .content__title {
          text-align: left; } }
  .testimonials .swiper {
    overflow-y: visible;
    z-index: 3; }
  .testimonials__item {
    position: relative;
    opacity: 0 !important;
    z-index: 1; }
    .testimonials__item.swiper-slide-active {
      opacity: 1 !important; }
    .testimonials__item__content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 14%;
      -webkit-transition: 0.25s ease-in-out all;
      -o-transition: 0.25s ease-in-out all;
      transition: 0.25s ease-in-out all;
      z-index: 1; }
      .testimonials__item__content:before {
        opacity: 0; }
      .testimonials__item__content:after {
        opacity: 0; }
      .swiper-slide-visible .testimonials__item__content:before {
        content: '';
        background: url(/_site/images/design/pre-quote.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        height: 4em;
        width: 4em;
        top: -2em;
        left: 5%;
        z-index: 3;
        opacity: 1; }
        @media all and (min-width: 769px) {
          .swiper-slide-visible .testimonials__item__content:before {
            left: 10%; } }
      .swiper-slide-visible .testimonials__item__content:after {
        content: '';
        background: url(/_site/images/design/post-quote.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        position: absolute;
        height: 4em;
        width: 4em;
        bottom: -3em;
        right: 5%;
        z-index: 3;
        opacity: 1; }
        @media all and (min-width: 769px) {
          .swiper-slide-visible .testimonials__item__content:after {
            right: 10%; } }
      .testimonials__item__content__quote {
        font-weight: normal;
        font-style: italic;
        font-size: 1.5rem;
        line-height: 1.375em;
        text-align: center;
        color: #000000;
        margin: 1em 0 0 0; }
        .testimonials__item__content__quote p {
          margin: 0.5em 0 0 0;
          min-height: 4.5em;
          overflow: hidden;
          max-height: 11em;
          -o-text-overflow: ellipsis;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 8;
          -webkit-box-orient: vertical; }
          @media all and (min-width: 768px) {
            .testimonials__item__content__quote p {
              overflow: hidden;
              max-height: 7em;
              -o-text-overflow: ellipsis;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical; } }

.swiper__buttons__container__testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 1em; }
  @media all and (min-width: 375px) {
    .swiper__buttons__container__testimonials {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media all and (min-width: 650px) {
    .swiper__buttons__container__testimonials {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }

.swiper__buttons__nav__container__testimonials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  gap: 0.5em; }

.testimonials__pagination {
  margin: 4em 0 1em 0; }

.nav__prev__testimonials {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -1px; }

.nav__next__testimonials,
.nav__prev__testimonials {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 1.5em;
  -webkit-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all; }
  .nav__next__testimonials:after,
  .nav__prev__testimonials:after {
    position: absolute;
    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;
    margin: auto;
    content: "\f054";
    font-weight: bold;
    font-family: fontAwesome;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    background: var(--col-pri);
    color: var(--col-pritxt);
    border-radius: 50%;
    font-size: 1rem;
    width: 59px;
    height: 59px;
    min-height: 54px;
    min-width: 54px;
    text-align: center;
    line-height: 2.5em;
    padding: 0 0 1px 0;
    -webkit-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all; }
  .nav__next__testimonials:hover,
  .nav__prev__testimonials:hover {
    cursor: pointer; }
    .nav__next__testimonials:hover:after,
    .nav__prev__testimonials:hover:after {
      background: var(--col-sec);
      color: var(--col-pri);
      font-size: 1.25rem; }

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2em;
  padding-bottom: 2em; }

.awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: visible; }

.awards__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .awards__list__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .awards__list__item img[loading="lazy"].awards__list__item__image {
    width: unset !important;
    -o-object-fit: unset !important;
    object-fit: unset !important;
    -o-object-position: unset !important;
    object-position: unset !important;
    max-height: 100px; }
