*
{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html
{
  min-height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

body
{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFFFFF;
  color: #000000;
  -webkit-text-size-adjust: 100%;
  font-family: "Titillium Web", sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}

[unselectable]
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

a
{
  color: #000000;
  opacity: 1;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

a:hover
{
  opacity: 0.75;
}

a:visited, a:active
{
  color: #000000;
}

img, media, svg
{
  display: block;
  height: auto;
  max-width: 100%;
}

img.svg-symbols, media.svg-symbols, svg.svg-symbols
{
  display: none;
}

/* Chrome autocomplete form fix */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
  -webkit-box-shadow: 0 0 0 30px white inset;
}

.btn
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px)
{
  .btn
  {
    font-size: 1.125rem;
  }
}

.btn:hover
{
  opacity: 1;
}

.btn.btn--primary
{
  background-color: #D0103A;
  border-radius: 100px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.625rem 1.875rem;
  -webkit-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  will-change: box-shadow, transform;
}

@media (min-width: 768px)
{
  .btn.btn--primary
  {
    padding: 0.625rem 1.875rem;
  }
}

.btn.btn--primary:hover
{
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.btn.btn--primary.btn--white
{
  background-color: #FFFFFF;
  color: #D0103A;
}

.btn.btn--primary.btn--text-dark
{
  color: #363636;
}

.btn.btn--primary.btn--full
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn.btn--primary.btn--center
{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn.btn--primary.btn--smaller
{
  font-size: 1rem;
  padding: 0.625rem 1.5625rem;
}

@media (min-width: 768px)
{
  .btn.btn--primary.btn--smaller
  {
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem;
  }
}

.btn.btn--primary.btn--small
{
  padding: 0.25rem 1.25rem;
}

@media (min-width: 768px)
{
  .btn.btn--primary.btn--small
  {
    padding: 0.375rem 1.875rem;
  }
}

.btn.btn--primary.btn--footer
{
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem;
}

@media (min-width: 768px)
{
  .btn.btn--primary.btn--footer
  {
    padding: 0.625rem 0.9375rem;
  }
}

.btn.btn--primary svg,
.btn.btn--primary img
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
}

@media (min-width: 768px)
{
  .btn.btn--primary svg,
.btn.btn--primary img
  {
    margin-left: 0.9375rem;
  }
}

.btn.btn--cta
{
  color: #D0103A;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
  position: relative;
}

.btn.btn--cta::after
{
  background-color: #D0103A;
  content: "";
  bottom: 0;
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 100%;
}

.btn.btn--cta:hover::after
{
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.btn.btn--cta.btn--white
{
  color: #FFFFFF;
}

.btn.btn--cta.btn--white::after
{
  background-color: #FFFFFF;
}

.btn.btn--cta.btn--small
{
  font-size: 1rem;
}

.h-hide
{
  display: none !important;
  visibility: hidden;
}

.h-visually-hidden
{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.h-noscroll
{
  overflow: hidden;
}

.h-will-change-transform
{
  will-change: transform;
}

.h-first-view
{
  visibility: hidden;
}

.animate-bottom,
.animate-left,
.animate-right,
.animate-top
{
  will-change: opacity, transform;
}

.animate-fade
{
  will-change: opacity;
}

.banner
{
  background-color: #D0103A;
  border-radius: 30px;
  margin-bottom: 3.75rem;
  padding-bottom: 2.8125rem;
  padding-top: 2.8125rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px)
{
  .banner
  {
    padding-bottom: 2.8125rem;
    padding-top: 2.8125rem;
  }
}

.banner .component-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 768px)
{
  .banner .component-wrapper
  {
    text-align: center;
  }
}

.banner .component-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
  white-space: pre-line;
}

@media (min-width: 768px)
{
  .banner .component-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .banner .component-title
  {
    font-size: 2.5rem;
  }
}

.banner .component-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
}

@media (min-width: 768px)
{
  .banner .component-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .banner .component-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.banner .component-cta
{
  margin-bottom: -4.0625rem;
  margin-top: 1.25rem;
  text-align: center;
}

.banner.banner--negative-top
{
  margin-top: 0;
}

@media (min-width: 768px)
{
  .banner.banner--negative-top
  {
    margin-top: -1.875rem;
  }
}

.breadcrumb
{
  display: block;
  left: calc(10% - 5px);
  position: absolute;
  right: 10%;
  top: 1.875rem;
  z-index: 1;
}

.breadcrumb .breadcrumb-list
{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.breadcrumb .breadcrumb-list > li
{
  padding: 0;
}

.breadcrumb .breadcrumb-list > a
{
  display: inline-block;
}

.breadcrumb .breadcrumb-item
{
  display: inline-block;
}

.breadcrumb .breadcrumb-item:not(:last-child)::after
{
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 300;
  content: ">";
  display: inline-block;
}

.breadcrumb .breadcrumb-link
{
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 300;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  text-decoration: none;
}

.breadcrumb .breadcrumb-link.current
{
  font-weight: 600;
}

.breadcrumb.breadcrumb--dark .breadcrumb-link
{
  color: #363636;
}

.breadcrumb.breadcrumb--dark .breadcrumb-link.current
{
  font-weight: 600;
}

.breadcrumb.breadcrumb--dark .breadcrumb-item:not(:last-child)::after
{
  color: #363636;
}

.breadcrumb.breadcrumb--standalone
{
  position: initial;
}

.news-detail-page .breadcrumb
{
  display: none;
}

@media (min-width: 768px)
{
  .news-detail-page .breadcrumb
  {
    display: block;
  }
}

.card-news
{
  background-color: #FFFFFF;
  border-radius: 30px;
  height: 100%;
  max-width: 80vw;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 100%;
}

.card-news:hover
{
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}

.card-news .card-wrapper
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
}

.card-news .card-wrapper:hover
{
  opacity: 1;
}

.card-news .card-header
{
  aspect-ratio: 265/200;
}

.card-news .card-picture
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.card-news .card-picture img
{
  -o-object-fit: cover;
  object-fit: cover;
}

.card-news .card-body
{
  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-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 2.1875rem 1.875rem;
}

.card-news .card-content
{
  margin-top: -3rem;
}

.card-news .card-category
{
  background-color: #D0103A;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  margin-top: -3.75rem;
  margin-right: 0.25rem;
  padding: 0.25rem 1.5rem;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.card-news .card-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  line-height: 1.3 !important;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .card-news .card-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .card-news .card-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.card-news .card-description
{
  display: none;
}

.card-news .card-footer
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.card-news .card-date
{
  font-size: 0.875rem;
  font-weight: 600;
}

@media (min-width: 1024px)
{
  .card-news.card--horizontal .card-wrapper
  {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .card-news.card--horizontal .card-header
  {
    aspect-ratio: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .card-news.card--horizontal .card-body
  {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 2.5rem 2.8125rem;
  }

  .card-news.card--horizontal .card-content
  {
    margin-top: 0;
  }

  .card-news.card--horizontal .card-description
  {
    --line-height: 1.375;
    --n-lines: 6;
    color: #363636;
    margin: 0;
    font-size: 1rem;
    line-height: 1.375;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--n-lines);
    font-weight: 300;
    margin-bottom: 1.25rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-height: calc(var(--line-height) * 1em * var(--n-lines));
    line-height: calc(var(--line-height) * 1em);
  }
}

.card-solution
{
  border-radius: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

@media (min-width: 768px)
{
  .card-solution
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.375rem;
  }
}

.card-solution.card--reverse
{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.card-solution .card-left-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  background-position: center;
  background-size: cover;
  height: 60vw;
}

@media (min-width: 768px)
{
  .card-solution .card-left-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
  }
}

.card-solution .card-right-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  background-color: #FFFFFF;
  padding: 1.25rem;
}

@media (min-width: 768px)
{
  .card-solution .card-right-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 1024px)
{
  .card-solution .card-right-wrapper
  {
    padding: 1.875rem;
  }
}

@media (min-width: 1200px)
{
  .card-solution .card-right-wrapper
  {
    padding: 2.5em 3.75rem;
  }
}

.card-solution .card-logo
{
  margin-bottom: 0.9375rem;
  max-width: 36%;
}

@media (min-width: 768px)
{
  .card-solution .card-logo
  {
    margin-bottom: 1.875rem;
    max-width: 12.5rem;
  }
}

.card-solution .card-description
{
  color: #363636;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.card-solution .card-list
{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.card-solution .card-list > li
{
  padding: 0;
}

.card-solution .card-list > a
{
  display: inline-block;
}

.card-solution .image-and-text-list-elem
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px)
{
  .card-solution .image-and-text-list-elem
  {
    margin-bottom: 1.875rem;
  }
}

.card-solution .image-and-text-list-elem svg,
.card-solution .image-and-text-list-elem picture img
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 4.0625rem;
}

.card-solution .image-and-text-list-elem .list-text
{
  color: #D0103A;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  margin-left: 1.5625rem;
}

@media (min-width: 768px)
{
  .card-solution .image-and-text-list-elem .list-text
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .card-solution .image-and-text-list-elem .list-text
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.card-solution .card-cta
{
  text-align: center;
}

@media (min-width: 768px)
{
  .card-solution .card-cta
  {
    text-align: left;
  }
}

.card-step
{
  background-color: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  margin-top: 6.25rem;
  padding: 2.5rem 2.375rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .card-step
  {
    margin-top: 7.5rem;
    padding: 1.6875rem 2.5rem;
  }
}

.card-step .card-image
{
  margin-bottom: 1rem;
  margin-top: -6.25rem;
}

.card-step .card-image img
{
  margin: 0 auto;
  max-height: 20rem;
}

.card-step .card-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px)
{
  .card-step .card-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .card-step .card-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .card-step .card-title
  {
    color: #D0103A;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .card-step .card-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .card-step .card-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.card-step .card-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
}

@media (min-width: 768px)
{
  .documents
  {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 1.25rem;
  }
}

.documents .documents-item
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(159deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  background: linear-gradient(291deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  min-height: 6.125rem;
  padding: 0.9375rem 1.5625rem;
  text-decoration: none;
  -webkit-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  will-change: box-shadow, transform;
}

.documents .documents-item:hover
{
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

@media (min-width: 768px)
{
  .documents .documents-item
  {
    margin-bottom: 0;
    padding: 1.25rem 2.5rem;
  }
}

.documents .document-icon
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.documents .document-info
{
  margin-left: 0.625rem;
  padding-left: 1.5625rem;
}

@media (min-width: 768px)
{
  .documents .document-info
  {
    margin-left: 1.875rem;
    padding-left: 0;
  }
}

.documents .document-title
{
  color: #363636;
  font-size: 1rem;
}

@media (min-width: 768px)
{
  .documents .document-title
  {
    font-size: 1.125rem;
  }
}

.documents .document-cta
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #D0103A;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.documents .document-cta span
{
  margin-right: 0.3125rem;
}

.component-hero
{
  --bg-color-hero: $color-gray;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px)
{
  .component-hero
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 140px);
    -webkit-transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    -o-transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    will-change: height;
  }
}

.component-hero.component--no-scale .component-bg
{
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.component-hero.component--no-scale .component-wrapper
{
  margin-top: 0;
}

@media (min-width: 768px)
{
  .component-hero.component--hero-animated
  {
    height: calc(92vh - 140px);
  }
}

.component-hero.component--hero-animated .component-bg
{
  height: 38vh;
}

@media (min-width: 768px)
{
  .component-hero.component--hero-animated .component-bg
  {
    height: auto;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

.component-hero .component-bg
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45vh;
  min-height: 11.25rem;
  position: relative;
  -webkit-transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 100%;
  will-change: height;
}

@media (min-width: 768px)
{
  .component-hero .component-bg
  {
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  }
}

.component-hero .component-bg::before
{
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(transparent));
  background: -o-linear-gradient(left, rgb(0, 0, 0), transparent);
  background: linear-gradient(90deg, rgb(0, 0, 0), transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.component-hero .component-bg.component-bg--desktop
{
  display: none;
}

@media (min-width: 768px)
{
  .component-hero .component-bg.component-bg--desktop
  {
    display: block;
  }
}

.component-hero .component-bg.component-bg--mobile
{
  display: block;
}

@media (min-width: 768px)
{
  .component-hero .component-bg.component-bg--mobile
  {
    display: none;
  }
}

.component-hero::after
{
  background-color: var(--bg-color-hero);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.625rem;
}

@media (min-width: 768px)
{
  .component-hero::after
  {
    width: 0.75rem;
  }
}

.component-hero.component-hero--red
{
  --bg-color-hero: #D0103A;
}

.component-hero.component-hero--blue-light
{
  --bg-color-hero: #A5CDE1;
}

.component-hero.component-hero--green-pale
{
  --bg-color-hero: #D8E8E2;
}

.component-hero.component-hero--white
{
  --bg-color-hero: #FFFFFF;
}

.component-hero.component-hero--gray-lightest
{
  --bg-color-hero: #F2F2F2;
}

.component-hero.component-hero--gray-light
{
  --bg-color-hero: #C3C3C3;
}

.component-hero.component-hero--gray
{
  --bg-color-hero: #707070;
}

.component-hero.component-hero--gray-dark
{
  --bg-color-hero: #363636;
}

.component-hero.component-hero--gray-darkest
{
  --bg-color-hero: #252525;
}

.component-hero.component-hero--black
{
  --bg-color-hero: #000000;
}

.component-hero .component-wrapper
{
  background-color: var(--bg-color-hero);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -1.875rem;
  padding: 2.1875rem 10% 1.5625rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px)
{
  .component-hero .component-wrapper
  {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    margin-top: 0;
    padding: 2.5rem 0;
  }
}

.component-hero .component-pretitle
{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem !important;
  font-style: italic;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 0.9375rem;
  position: absolute;
  text-transform: uppercase;
  top: -5rem;
}

@media (min-width: 768px)
{
  .component-hero .component-pretitle
  {
    position: initial;
  }
}

.component-hero .component-pretitle::before
{
  border-bottom: 1.8em solid var(--bg-color-hero);
  border-left: 0.5em solid transparent;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0;
  margin-right: -1px;
  width: 0;
}

.component-hero .component-pretitle::after
{
  border-top: 1.8em solid var(--bg-color-hero);
  border-right: 0.5em solid transparent;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0;
  margin-left: -1px;
  width: 0;
}

.component-hero .component-pretitle span
{
  background-color: var(--bg-color-hero);
  display: inline-block;
  padding: 0 0.5rem;
}

.component-hero .component-logo
{
  margin-bottom: 0.75rem;
}

@media (min-width: 768px)
{
  .component-hero .component-logo
  {
    margin-bottom: 1.875rem;
  }
}

.component-hero .component-logo img,
.component-hero .component-logo svg
{
  max-height: 4.375rem;
}

@media (min-width: 768px)
{
  .component-hero .component-logo img,
.component-hero .component-logo svg
  {
    max-height: 9.375rem;
  }
}

.component-hero .component-title
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  color: #FFFFFF;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 1.25rem;
  white-space: pre-line;
}

@media (min-width: 768px)
{
  .component-hero .component-title
  {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1024px)
{
  .component-hero .component-title
  {
    font-size: 3.75rem;
  }
}

@media (min-width: 768px)
{
  .component-hero .component-title
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}

.component-hero .component-title .h-will-change-transform
{
  visibility: hidden;
}

.component-hero .component-subtitle
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  color: #FFFFFF;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1rem;
}

@media (min-width: 768px)
{
  .component-hero .component-subtitle
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .component-hero .component-subtitle
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .component-hero .component-subtitle
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
    color: #FFFFFF;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .component-hero .component-subtitle
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .component-hero .component-subtitle
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.component-hero .component-subtitle .h-will-change-transform
{
  visibility: hidden;
}

.component-hero.component--bg-white .component-wrapper
{
  background-color: #FFFFFF;
}

@media (min-width: 768px)
{
  .component-hero.component--bg-white .component-wrapper
  {
    background-color: transparent;
  }
}

.component-hero.component--bg-white .component-title
{
  color: #363636;
}

@media (min-width: 768px)
{
  .component-hero.component--bg-white .component-title
  {
    color: #FFFFFF;
  }
}

.component-hero.component--secondary
{
  -ms-flex-line-pack: center;
  align-content: center;
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  min-height: 60vh;
}

.component-hero.component--secondary .component-bg
{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.component-hero.component--secondary .component-bg::before
{
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(transparent));
  background: -o-linear-gradient(left, rgb(0, 0, 0), transparent);
  background: linear-gradient(90deg, rgb(0, 0, 0), transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.component-hero.component--secondary .component-wrapper
{
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px)
{
  .component-hero.component--secondary .component-wrapper
  {
    display: block;
    height: auto;
  }
}

.component-hero.component--secondary .component-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
  white-space: pre-line;
}

@media (min-width: 768px)
{
  .component-hero.component--secondary .component-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .component-hero.component--secondary .component-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .component-hero.component--secondary .component-title
  {
    margin-bottom: 1.25rem;
  }
}

.component-hero.component--secondary .component-subtitle
{
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .component-hero.component--secondary .component-subtitle
  {
    margin-bottom: 3.75rem;
  }
}

.component-hero.component--tertiary::after
{
  bottom: 10%;
}

@media (min-width: 768px)
{
  .component-hero.component--tertiary::after
  {
    bottom: 0;
  }
}

.component-hero.component--tertiary .component-wrapper
{
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.component-hero.component--tertiary .component-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  .component-hero.component--tertiary .component-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .component-hero.component--tertiary .component-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .component-hero.component--tertiary .component-title
  {
    margin-bottom: 1.25rem;
  }
}

.component-hero.component--tertiary .component-subtitle
{
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .component-hero.component--tertiary .component-subtitle
  {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 3.75rem;
  }
}

.component-hero.component-hero--home .component-bg::before
{
  display: none;
}

@media (min-width: 768px)
{
  .component-hero.component-hero--home .component-bg::before
  {
    display: block;
  }
}

.component-hero.component--services
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60vh;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  will-change: min-height, height;
}

@media (min-width: 768px)
{
  .component-hero.component--services
  {
    min-height: 70vh;
  }
}

@media (max-width: 767.98px)
{
  .component-hero.component--services.component--hero-animated
  {
    min-height: 50vh;
  }
}

.component-hero.component--services .component-bg
{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.component-hero.component--services .component-bg::before
{
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), to(transparent));
  background: -o-linear-gradient(left, rgb(0, 0, 0), transparent);
  background: linear-gradient(90deg, rgb(0, 0, 0), transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.component-hero.component--services .component-wrapper
{
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.1875rem;
  margin-top: auto;
}

@media (min-width: 768px)
{
  .component-hero.component--services .component-wrapper
  {
    display: block;
    height: auto;
    margin-bottom: auto;
    margin-top: auto;
  }
}

.component-hero.component--services .component-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  .component-hero.component--services .component-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .component-hero.component--services .component-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .component-hero.component--services .component-title
  {
    margin-bottom: 1.25rem;
  }
}

.component-hero.component--services .component-subtitle
{
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .component-hero.component--services .component-subtitle
  {
    margin-bottom: 3.75rem;
  }
}

.component-hero.component--partners
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70vh;
}

.component-hero.component--partners .component-bg
{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.component-hero.component--partners .component-wrapper
{
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2.1875rem;
  margin-top: auto;
}

@media (min-width: 768px)
{
  .component-hero.component--partners .component-wrapper
  {
    display: block;
    height: auto;
    margin-bottom: auto;
    margin-top: auto;
  }
}

.component-hero.component--partners .component-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  .component-hero.component--partners .component-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .component-hero.component--partners .component-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .component-hero.component--partners .component-title
  {
    margin-bottom: 1.25rem;
  }
}

.component-hero.component--partners .component-subtitle
{
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .component-hero.component--partners .component-subtitle
  {
    margin-bottom: 3.75rem;
  }
}

.icon
{
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
}

.icon.icon--rotate-45
{
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon.icon--rotate-90
{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon.icon--rotate-180
{
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon.icon--rotate-270
{
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon.icon--red-fill
{
  fill: #D0103A;
}

.icon.icon--red-fill circle,
.icon.icon--red-fill path,
.icon.icon--red-fill polygon,
.icon.icon--red-fill rect
{
  fill: #D0103A;
}

.icon.icon--red-stroke
{
  fill: none;
  stroke: #D0103A;
}

.icon.icon--red-stroke circle,
.icon.icon--red-stroke path,
.icon.icon--red-stroke polygon,
.icon.icon--red-stroke rect
{
  fill: none;
  stroke: #D0103A;
}

.icon.icon--blue-light-fill
{
  fill: #A5CDE1;
}

.icon.icon--blue-light-fill circle,
.icon.icon--blue-light-fill path,
.icon.icon--blue-light-fill polygon,
.icon.icon--blue-light-fill rect
{
  fill: #A5CDE1;
}

.icon.icon--blue-light-stroke
{
  fill: none;
  stroke: #A5CDE1;
}

.icon.icon--blue-light-stroke circle,
.icon.icon--blue-light-stroke path,
.icon.icon--blue-light-stroke polygon,
.icon.icon--blue-light-stroke rect
{
  fill: none;
  stroke: #A5CDE1;
}

.icon.icon--green-pale-fill
{
  fill: #D8E8E2;
}

.icon.icon--green-pale-fill circle,
.icon.icon--green-pale-fill path,
.icon.icon--green-pale-fill polygon,
.icon.icon--green-pale-fill rect
{
  fill: #D8E8E2;
}

.icon.icon--green-pale-stroke
{
  fill: none;
  stroke: #D8E8E2;
}

.icon.icon--green-pale-stroke circle,
.icon.icon--green-pale-stroke path,
.icon.icon--green-pale-stroke polygon,
.icon.icon--green-pale-stroke rect
{
  fill: none;
  stroke: #D8E8E2;
}

.icon.icon--white-fill
{
  fill: #FFFFFF;
}

.icon.icon--white-fill circle,
.icon.icon--white-fill path,
.icon.icon--white-fill polygon,
.icon.icon--white-fill rect
{
  fill: #FFFFFF;
}

.icon.icon--white-stroke
{
  fill: none;
  stroke: #FFFFFF;
}

.icon.icon--white-stroke circle,
.icon.icon--white-stroke path,
.icon.icon--white-stroke polygon,
.icon.icon--white-stroke rect
{
  fill: none;
  stroke: #FFFFFF;
}

.icon.icon--gray-lightest-fill
{
  fill: #F2F2F2;
}

.icon.icon--gray-lightest-fill circle,
.icon.icon--gray-lightest-fill path,
.icon.icon--gray-lightest-fill polygon,
.icon.icon--gray-lightest-fill rect
{
  fill: #F2F2F2;
}

.icon.icon--gray-lightest-stroke
{
  fill: none;
  stroke: #F2F2F2;
}

.icon.icon--gray-lightest-stroke circle,
.icon.icon--gray-lightest-stroke path,
.icon.icon--gray-lightest-stroke polygon,
.icon.icon--gray-lightest-stroke rect
{
  fill: none;
  stroke: #F2F2F2;
}

.icon.icon--gray-light-fill
{
  fill: #C3C3C3;
}

.icon.icon--gray-light-fill circle,
.icon.icon--gray-light-fill path,
.icon.icon--gray-light-fill polygon,
.icon.icon--gray-light-fill rect
{
  fill: #C3C3C3;
}

.icon.icon--gray-light-stroke
{
  fill: none;
  stroke: #C3C3C3;
}

.icon.icon--gray-light-stroke circle,
.icon.icon--gray-light-stroke path,
.icon.icon--gray-light-stroke polygon,
.icon.icon--gray-light-stroke rect
{
  fill: none;
  stroke: #C3C3C3;
}

.icon.icon--gray-fill
{
  fill: #707070;
}

.icon.icon--gray-fill circle,
.icon.icon--gray-fill path,
.icon.icon--gray-fill polygon,
.icon.icon--gray-fill rect
{
  fill: #707070;
}

.icon.icon--gray-stroke
{
  fill: none;
  stroke: #707070;
}

.icon.icon--gray-stroke circle,
.icon.icon--gray-stroke path,
.icon.icon--gray-stroke polygon,
.icon.icon--gray-stroke rect
{
  fill: none;
  stroke: #707070;
}

.icon.icon--gray-dark-fill
{
  fill: #363636;
}

.icon.icon--gray-dark-fill circle,
.icon.icon--gray-dark-fill path,
.icon.icon--gray-dark-fill polygon,
.icon.icon--gray-dark-fill rect
{
  fill: #363636;
}

.icon.icon--gray-dark-stroke
{
  fill: none;
  stroke: #363636;
}

.icon.icon--gray-dark-stroke circle,
.icon.icon--gray-dark-stroke path,
.icon.icon--gray-dark-stroke polygon,
.icon.icon--gray-dark-stroke rect
{
  fill: none;
  stroke: #363636;
}

.icon.icon--gray-darkest-fill
{
  fill: #252525;
}

.icon.icon--gray-darkest-fill circle,
.icon.icon--gray-darkest-fill path,
.icon.icon--gray-darkest-fill polygon,
.icon.icon--gray-darkest-fill rect
{
  fill: #252525;
}

.icon.icon--gray-darkest-stroke
{
  fill: none;
  stroke: #252525;
}

.icon.icon--gray-darkest-stroke circle,
.icon.icon--gray-darkest-stroke path,
.icon.icon--gray-darkest-stroke polygon,
.icon.icon--gray-darkest-stroke rect
{
  fill: none;
  stroke: #252525;
}

.icon.icon--black-fill
{
  fill: #000000;
}

.icon.icon--black-fill circle,
.icon.icon--black-fill path,
.icon.icon--black-fill polygon,
.icon.icon--black-fill rect
{
  fill: #000000;
}

.icon.icon--black-stroke
{
  fill: none;
  stroke: #000000;
}

.icon.icon--black-stroke circle,
.icon.icon--black-stroke path,
.icon.icon--black-stroke polygon,
.icon.icon--black-stroke rect
{
  fill: none;
  stroke: #000000;
}

.icon.icon--multibox
{
  height: 3rem;
  width: 3.125rem;
}

@media (min-width: 768px)
{
  .icon.icon--multibox
  {
    height: 4.0625rem;
    width: 4.375rem;
  }
}

.icon.icon--swiper-regular
{
  height: 1.25rem;
  width: 0.75rem;
}

@media (min-width: 768px)
{
  .icon.icon--swiper-regular
  {
    height: 1.25rem;
    width: 0.75rem;
  }
}

.icon.icon--menu-link
{
  height: 0.5rem;
  width: 1rem;
}

.icon.icon--image-and-text
{
  height: 3.875rem;
  width: 3.875rem;
}

.icon.icon--cta
{
  height: 1.25rem;
  width: 1.625rem;
}

.icon.icon--social
{
  height: 2.125rem;
  width: 2.125rem;
}

.icon.icon--menu-button
{
  height: 1.25rem;
  stroke-width: 2.5px;
  width: 1.25rem;
}

.icon.icon--menu-submenu
{
  margin-left: 1.125rem;
  margin-top: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 1024px)
{
  .icon.icon--menu-submenu
  {
    display: none;
  }
}

.icon.icon--document
{
  stroke-width: 2px;
  height: 3.625rem;
  width: 1.875rem;
}

.icon.icon--document-cta
{
  stroke: #D0103A;
  height: 0.75rem;
  width: 0.75rem;
}

.icon.icon--tooltip
{
  height: 0.75rem;
  width: 0.75rem;
}

.icon.icon--tooltip-close
{
  height: 1.125rem;
  width: 1.125rem;
}

.icon.icon--back-cta
{
  height: 0.75rem;
  width: 0.75rem;
}

.icon.icon--share-cta
{
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 768px)
{
  .icon.icon--share-cta
  {
    height: 1.875rem;
    width: 1.875rem;
  }
}

.icon.icon--modal-close
{
  height: 1.125rem;
  width: 1.125rem;
}

.icon.icon--share-icon
{
  height: 2.5rem;
  width: 2.5rem;
}

@media (min-width: 768px)
{
  .icon.icon--share-icon
  {
    height: 2.8125rem;
    width: 2.8125rem;
  }
}

@media (min-width: 1024px)
{
  .icon.icon--share-icon
  {
    height: 3.4375rem;
    width: 3.4375rem;
  }
}

.image-and-text
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3.75rem;
  margin-top: 2.5rem;
}

@media (min-width: 768px)
{
  .image-and-text
  {
    margin-bottom: 6.25rem;
    margin-top: 5rem;
  }
}

.image-and-text.image-and-text--reverse
{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-and-text .image-and-text-left-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-left-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0;
  }
}

.image-and-text .image-and-text-right-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-right-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
}

.image-and-text .image-box
{
  aspect-ratio: 1;
  border-radius: 30px;
  overflow: hidden;
}

.image-and-text .image-box picture, .image-and-text .image-box img
{
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.image-and-text .image-and-text-logo
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-logo
  {
    margin-bottom: 1.875rem;
  }
}

.image-and-text .image-and-text-logo img
{
  max-height: 4.375rem;
  margin-right: auto;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-logo img
  {
    max-height: 6.25rem;
  }
}

.image-and-text .image-and-text-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .image-and-text .image-and-text-description
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-description
  {
    max-height: 6.25rem;
  }
}

.image-and-text .image-and-text-list
{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.image-and-text .image-and-text-list > li
{
  padding: 0;
}

.image-and-text .image-and-text-list > a
{
  display: inline-block;
}

.image-and-text .image-and-text-list-elem
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-list-elem
  {
    margin-bottom: 2.8125rem;
  }
}

.image-and-text .image-and-text-list-elem svg,
.image-and-text .image-and-text-list-elem picture img
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 4.0625rem;
}

.image-and-text .image-and-text-list-elem .list-text
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  margin-left: 1.5625rem;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-list-elem .list-text
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .image-and-text .image-and-text-list-elem .list-text
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.image-and-text .image-and-text-list-elem .list-text .title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-list-elem .list-text .title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .image-and-text .image-and-text-list-elem .list-text .title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.image-and-text .image-and-text-list-elem .list-text .description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-list-elem .list-text .description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .image-and-text .image-and-text-list-elem .list-text .description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.image-and-text.red-banner-variant
{
  margin-bottom: 0;
}

.image-and-text.red-banner-variant .image-and-text-right-wrapper .icon--image-and-text
{
  margin-top: 0;
  margin-bottom: auto;
}

.image-and-text .image-and-text-cta
{
  text-align: center;
}

@media (min-width: 768px)
{
  .image-and-text .image-and-text-cta
  {
    text-align: left;
  }
}

.menu-button
{
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-button .menu-button-label
{
  display: block;
  font-size: 0.875rem;
  font-weight: 300;
  margin-right: 0.875rem;
}

.modal
{
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  z-index: 9;
}

.modal.open
{
  opacity: 1;
  pointer-events: all;
}

.modal.open .modal-window
{
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-window
{
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 10px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 20px 10px 4px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  max-height: 80vh;
  max-width: 31.25rem;
  min-height: 30vh;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 80vw;
}

.modal .modal-header
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 0.9375rem;
}

.modal .modal-title
{
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.625rem;
}

.modal .modal-close
{
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

.modal .modal-close:hover
{
  opacity: 0.75;
}

.modal .modal-body
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.25rem;
}

.modal .modal-body-wrapper
{
  width: 100%;
}

#share-modal .modal-body
{
  padding-top: 0;
}

#share-modal .share-modal-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0.9375rem;
  text-align: center;
}

@media (min-width: 768px)
{
  #share-modal .share-modal-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  #share-modal .share-modal-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

#video-modal.modal
{
  background: rgba(0, 0, 0, 0.7);
}

#video-modal .modal-window
{
  max-width: 60rem;
  background-color: unset;
  padding-bottom: 36%;
}

#video-modal .modal-header
{
  position: absolute;
  top: -3.125rem;
  right: 0;
  padding: 0;
}

#video-modal .modal-close
{
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0.625rem;
}

#video-modal .icon--modal-close
{
  height: 0.9375rem;
  width: 0.9375rem;
}

#video-modal .modal-body
{
  padding: 0;
}

#video-modal iframe
{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-color: #252525;
}

#ebook-modal .modal-window
{
  max-width: 60rem;
}

#ebook-modal .modal-body
{
  display: block;
  overflow-y: auto;
  padding: 0 10% 2.1875rem;
}

@media (min-width: 1024px)
{
  #ebook-modal .modal-body
  {
    padding: 0 10% 3.4375rem;
  }
}

#ebook-modal .frm_fields_container
{
  grid-gap: 0 1.25rem;
}

@media (min-width: 1024px)
{
  #ebook-modal .frm_fields_container
  {
    grid-gap: 0 2.5rem;
  }
}

#ebook-modal #frm_field_6_container
{
  text-align: center;
}

#ebook-modal #frm_field_6_container h2
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  #ebook-modal #frm_field_6_container h2
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  #ebook-modal #frm_field_6_container h2
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

#ebook-modal #frm_field_6_container p
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  font-size: 0.875rem;
}

#ebook-modal #frm_field_6_container p:first-of-type
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  #ebook-modal #frm_field_6_container p:first-of-type
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  #ebook-modal #frm_field_6_container p:first-of-type
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

#ebook-modal .frm_primary_label
{
  color: #252525;
  font-size: 0.9375rem;
  font-weight: 300;
  margin-bottom: 1em !important;
  padding-bottom: 0 !important;
}

#ebook-modal .with_frm_style .field_required
{
  color: unset !important;
}

#ebook-modal .with_frm_style .form-field.frm_hide_section
{
  padding: 0.3125rem 1.25rem !important;
}

#ebook-modal .with_frm_style .frm_blank_field label,
#ebook-modal .with_frm_style .frm_required
{
  color: #252525 !important;
}

#ebook-modal .with_frm_style .frm_error
{
  color: #d0103a !important;
  margin-top: 0.625rem !important;
}

#ebook-modal .with_frm_style .frm_form_field input[aria-invalid=true]
{
  border-color: #d0103a !important;
}

#ebook-modal input[type=text],
#ebook-modal input[type=email],
#ebook-modal input[type=tel]
{
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  display: inline-block;
  font: inherit;
  line-height: 1;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #363636;
  border-radius: 30px;
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.3125rem 0.9375rem;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

#ebook-modal input[type=text]:focus,
#ebook-modal input[type=email]:focus,
#ebook-modal input[type=tel]:focus
{
  outline: none;
}

#ebook-modal input[type=text]::-ms-expand,
#ebook-modal input[type=email]::-ms-expand,
#ebook-modal input[type=tel]::-ms-expand
{
  display: none;
}

#ebook-modal input[type=text]:hover, #ebook-modal input[type=text]:focus,
#ebook-modal input[type=email]:hover,
#ebook-modal input[type=email]:focus,
#ebook-modal input[type=tel]:hover,
#ebook-modal input[type=tel]:focus
{
  border-color: yellow;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#ebook-modal .frm_radio
{
  display: inline-block;
  margin-right: 1.875rem;
}

@media (min-width: 1024px)
{
  #ebook-modal .frm_radio
  {
    margin-right: 2.5rem;
  }
}

#ebook-modal input[type=radio]
{
  min-height: 0 !important;
}

#ebook-modal .with_frm_style .frm_radio input[type=radio]:before,
#ebook-modal .with_frm_style .frm_checkbox input[type=checkbox]:before
{
  content: "";
  width: 100% !important;
  height: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  background-color: #D0103A;
  border-color: #D0103A !important;
}

#ebook-modal .with_frm_style .frm_radio input[type=radio]:checked:before,
#ebook-modal .with_frm_style .frm_checkbox input[type=checkbox]:checked:before
{
  -webkit-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}

#ebook-modal .with_frm_style input:hover,
#ebook-modal .with_frm_style input:focus
{
  -webkit-appearance: none;
  cursor: pointer;
  border-color: #FFCB2C !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border-radius: 30px !important;
}

#ebook-modal .with_frm_style .frm_error
{
  font-size: 1rem !important;
}

#ebook-modal .frm_submit
{
  text-align: center;
}

#ebook-modal .frm_button_submit
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #D0103A;
  border-radius: 100px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  padding: 0.625rem 1.875rem;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  will-change: box-shadow, transform;
}

@media (min-width: 768px)
{
  #ebook-modal .frm_button_submit
  {
    font-size: 1.125rem;
    padding: 0.625rem 1.875rem;
  }
}

#ebook-modal .frm_button_submit:hover
{
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 1;
}

#ebook-modal .with_frm_style .form-field.frm_section_heading
{
  background-color: white !important;
  margin-bottom: 20px !important;
  border-radius: 30px !important;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1607843137) !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1607843137) !important;
}

#ebook-modal .with_frm_style .frm_message, #ebook-modal .frm_success_style
{
  background-color: white !important;
  border-radius: 30px !important;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1607843137) !important;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1607843137) !important;
  border: none !important;
  max-width: 800px;
  margin: auto !important;
}

#ebook-modal .with_frm_style .frm_message p
{
  color: #252525 !important;
}

#ebook-modal .with_frm_style .frm_message a
{
  color: #d0103a !important;
  text-decoration: underline;
  font-weight: 600;
}

#ebook-modal .frm_message
{
  background: none !important;
  border: none !important;
}

#ebook-modal .frm_message h2
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.5625rem;
  text-align: center;
}

@media (min-width: 768px)
{
  #ebook-modal .frm_message h2
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  #ebook-modal .frm_message h2
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  #ebook-modal .frm_message h2
  {
    margin-bottom: 2.5rem;
  }
}

#ebook-modal .frm_message p
{
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 1024px)
{
  #ebook-modal .frm_message p
  {
    font-size: 1.125rem;
  }
}

#ebook-modal .frm_message p img
{
  margin: 0 auto;
}

#ebook-modal .frm_message p a
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  color: #D0103A;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}

@media (min-width: 768px)
{
  #ebook-modal .frm_message p a
  {
    font-size: 1.125rem;
  }
}

#ebook-modal .frm_message p a::after
{
  background-color: #D0103A;
  content: "";
  bottom: 0;
  display: block;
  height: 0.125rem;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 100%;
}

#ebook-modal .frm_message p a:hover
{
  opacity: 1;
}

#ebook-modal .frm_message p a:hover::after
{
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.multibox
{
  margin: 0 auto;
  max-width: 56.25rem;
  text-align: center;
}

.multibox.multibox-full-width
{
  max-width: unset;
}

.multibox .multibox-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1.5625rem;
  text-align: left;
}

@media (min-width: 768px)
{
  .multibox .multibox-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .multibox .multibox-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .multibox .multibox-title
  {
    text-align: center;
  }
}

.multibox .multibox-body
{
  background-color: #FFFFFF;
  border-radius: 25px;
  margin-bottom: 1.875rem;
  padding: 0.625rem 1.875rem;
}

@media (min-width: 768px)
{
  .multibox .multibox-body
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.25rem;
  }
}

@media (min-width: 1024px)
{
  .multibox .multibox-body
  {
    padding: 1.875rem 0.625rem;
  }
}

.multibox .multibox-element
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  padding: 1.875rem 0;
  text-align: center;
}

@media (min-width: 768px)
{
  .multibox .multibox-element
  {
    display: block;
    padding: 0 0.5rem;
  }
}

.multibox .multibox-element:not(:last-of-type)
{
  border-bottom: 2px solid #F2F2F2;
}

@media (min-width: 768px)
{
  .multibox .multibox-element:not(:last-of-type)
  {
    border-bottom: none;
    border-right: 2px solid #F2F2F2;
  }
}

.multibox .multibox-icon
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (min-width: 768px)
{
  .multibox .multibox-icon
  {
    margin-bottom: 0.75rem;
  }
}

.multibox .multibox-icon svg,
.multibox .multibox-icon img
{
  margin-left: auto;
  margin-right: auto;
}

.multibox .multibox-text
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  margin-left: 1.25rem;
  text-align: left;
}

@media (min-width: 768px)
{
  .multibox .multibox-text
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .multibox .multibox-text
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.multibox .multibox-text .title
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .multibox .multibox-text .title
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .multibox .multibox-text .title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.multibox .multibox-text .description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 400;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  .multibox .multibox-text
  {
    margin-left: 0;
    text-align: center;
  }
}

.payments
{
  background-color: #FFFFFF;
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

.payments-title
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.payments-wrapper
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payments-wrapper img
{
  margin-right: 2.8125rem;
  max-height: 3.125rem;
  max-width: 4.375rem;
}

.pinnedbox
{
  background-color: #F2F2F2;
}

.pinnedbox .pinnedbox-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .pinnedbox .pinnedbox-wrapper
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px)
{
  .pinnedbox .pinnedbox-wrapper
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.pinnedbox .pinnedbox-left
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  padding-bottom: 1.25rem;
  padding-top: 2.5rem;
}

@media (min-width: 1024px)
{
  .pinnedbox .pinnedbox-left
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%;
    padding-bottom: 2.5rem;
    padding-top: 3.75rem;
  }
}

.pinnedbox .pinnedbox-title
{
  color: #D0103A;
  font-size: 1.5rem;
  line-height: 1.45;
}

.pinnedbox .pinnedbox-right
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  padding-bottom: 1.25rem;
  padding-top: 2.5rem;
}

@media (min-width: 1024px)
{
  .pinnedbox .pinnedbox-right
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
    margin-left: 8.33333333%;
    padding-bottom: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 3.75rem;
  }
}

.pinnedbox .pinnedbox-item
{
  height: 34vh;
  margin-bottom: 1.25rem;
}

.pinnedbox .pinnedbox-item-number
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  font-weight: 600;
  margin-bottom: 0.125rem;
}

@media (min-width: 768px)
{
  .pinnedbox .pinnedbox-item-number
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .pinnedbox .pinnedbox-item-number
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .pinnedbox .pinnedbox-item-number
  {
    margin-bottom: 0.3125rem;
  }
}

.pinnedbox .pinnedbox-item-description
{
  color: #363636;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  font-weight: 400;
}

@media (min-width: 768px)
{
  .pinnedbox .pinnedbox-item-description
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .pinnedbox .pinnedbox-item-description
  {
    font-size: 2.5rem;
  }
}

.pinnedbox .pinnedbox-item-description b,
.pinnedbox .pinnedbox-item-description strong
{
  font-weight: 600;
}

.share-btn
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-btn > a
{
  cursor: pointer;
  display: block;
  margin-bottom: 0.9375rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.share-btn > a span
{
  display: none;
}

/* SKIP LINK */
.skip-link
{
  border: 0;
  color: white;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 1px;
  z-index: -1;
}

.skip-link:focus
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #D0103A;
  border-radius: 6.25rem;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 600;
  height: auto;
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
  padding: 0.625rem 1.875rem;
  top: 4px;
  left: 4px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 999;
}

@media (min-width: 768px)
{
  .skip-link:focus
  {
    padding: 0.625rem 1.875rem;
  }
}

.slide-partner
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 5.375rem;
  margin: 0 auto;
  width: 5.375rem;
}

@media (min-width: 768px)
{
  .slide-partner
  {
    height: 7.5rem;
    width: 7.5rem;
  }
}

@media (min-width: 1024px)
{
  .slide-partner
  {
    height: 9.375rem;
    width: 9.375rem;
  }
}

.slide-partner img
{
  padding: 0.625rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slide-partner a
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.slide-regular
{
  --slide-color: $color-gray;
  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;
}

.slide-regular.slide-regular--red
{
  --slide-color: #D0103A;
}

.slide-regular.slide-regular--blue-light
{
  --slide-color: #A5CDE1;
}

.slide-regular.slide-regular--green-pale
{
  --slide-color: #D8E8E2;
}

.slide-regular.slide-regular--white
{
  --slide-color: #FFFFFF;
}

.slide-regular.slide-regular--gray-lightest
{
  --slide-color: #F2F2F2;
}

.slide-regular.slide-regular--gray-light
{
  --slide-color: #C3C3C3;
}

.slide-regular.slide-regular--gray
{
  --slide-color: #707070;
}

.slide-regular.slide-regular--gray-dark
{
  --slide-color: #363636;
}

.slide-regular.slide-regular--gray-darkest
{
  --slide-color: #252525;
}

.slide-regular.slide-regular--black
{
  --slide-color: #000000;
}

.slide-regular.slide-regular--title
{
  padding-top: 1.875rem;
  margin-right: 2.1875rem;
}

.slide-regular.slide-regular--title h2
{
  color: var(--slide-color);
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  white-space: pre-line;
}

@media (min-width: 768px)
{
  .slide-regular.slide-regular--title h2
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .slide-regular.slide-regular--title h2
  {
    font-size: 2.5rem;
  }
}

.slide-regular.slide-regular--title-small
{
  padding-top: 1.875rem;
  margin-right: 2.1875rem;
}

.slide-regular.slide-regular--title-small h3
{
  color: var(--slide-color);
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
}

@media (min-width: 768px)
{
  .slide-regular.slide-regular--title-small h3
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .slide-regular.slide-regular--title-small h3
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.slide-regular.slide-regular--content
{
  background-color: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.3);
  height: 100%;
  max-width: 65vw;
  padding: 1.875rem 2rem;
  text-align: center;
}

@media (min-width: 576px)
{
  .slide-regular.slide-regular--content
  {
    padding: 2.5rem 2rem;
    max-width: 60vw;
  }
}

@media (min-width: 768px)
{
  .slide-regular.slide-regular--content
  {
    max-width: 20rem;
    padding: 2.25rem 2.8125rem;
  }
}

.slide-regular.slide-regular--content .slide-number
{
  color: #363636;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.125;
  margin-bottom: 0.9375rem;
}

@media (min-width: 1024px)
{
  .slide-regular.slide-regular--content .slide-number
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px)
{
  .slide-regular.slide-regular--content .slide-number
  {
    font-size: 2.8125rem;
  }
}

@media (min-width: 1440px)
{
  .slide-regular.slide-regular--content .slide-number
  {
    font-size: 3.75rem;
  }
}

.slide-regular.slide-regular--content .slide-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
}

@media (min-width: 768px)
{
  .slide-regular.slide-regular--content .slide-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .slide-regular.slide-regular--content .slide-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.slide-regular.slide-regular--content .slide-description b,
.slide-regular.slide-regular--content .slide-description strong
{
  color: #D0103A;
  font-weight: 700;
}

.slide-regular.slide-regular--content.slide-regular--content-alternative .slide-icon
{
  margin: 0 auto 0.625rem;
  max-height: 4.375rem;
  max-width: 4.375rem;
}

.slide-regular.slide-regular--content.slide-regular--content-alternative .slide-icon svg
{
  height: 4.375rem;
}

.slide-regular.slide-regular--content.slide-regular--content-alternative .slide-title
{
  color: #363636;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .slide-regular.slide-regular--content.slide-regular--content-alternative .slide-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .slide-regular.slide-regular--content.slide-regular--content-alternative .slide-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .slide-regular.slide-regular--content.slide-regular--content-alternative .slide-title
  {
    font-size: 1.5rem;
  }
}

.slide-regular.slide-regular--content.slide-regular--content-alternative .slide-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 300;
}

/************************/
/* Swiper general rules */
/************************/
.swiper
{
  z-index: 0;
}

.swiper .swiper-button
{
  display: inline-block;
  height: auto;
  margin: 0 5px 0;
  opacity: 1;
  position: static;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: auto;
}

.swiper .swiper-button.swiper-button-disabled
{
  opacity: 0.25;
}

.swiper .swiper-button:hover
{
  opacity: 0.75;
}

.swiper .swiper-button::before, .swiper .swiper-button::after
{
  display: none;
}

.swiper .swiper-wrapper .swiper-slide
{
  height: 100%;
  width: auto;
}

.swiper .swiper-pagination
{
  bottom: 0;
  position: relative;
}

.swiper .swiper-pagination .swiper-pagination-bullet
{
  background-color: #363636;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
  width: 10px;
}

.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #252525;
}

.swiper .swiper-arrows
{
  text-align: center;
}

.swiper .swiper-arrows .swiper-button
{
  margin: 0;
}

.swiper .swiper-arrows .swiper-button.swiper-button-prev
{
  margin-right: 0.75rem;
}

.swiper .swiper-arrows .swiper-button.swiper-button-next
{
  margin-left: 0.75rem;
}

.swiper.dark-pagination .swiper-pagination .swiper-pagination-bullet:focus
{
  outline: 2px solid #D0103A;
}

.swiper-button
{
  display: inline-block;
  height: auto;
  margin: 0 5px 0;
  opacity: 1;
  position: static;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: auto;
}

.swiper-button.swiper-button-disabled
{
  opacity: 0.25;
}

.swiper-button:hover
{
  opacity: 0.75;
}

.swiper-button::before, .swiper-button::after
{
  display: none;
}

/*******************/
/* Custom swipers */
/*******************/
.swiper--regular
{
  overflow: visible;
}

.swiper--regular .swiper-wrapper
{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2rem;
}

.swiper--regular .swiper-wrapper .swiper-slide
{
  height: auto;
}

.swiper--regular .swiper-wrapper .swiper-slide.swiper-slide--title
{
  display: none;
}

@media (min-width: 768px)
{
  .swiper--regular .swiper-wrapper .swiper-slide.swiper-slide--title
  {
    display: block;
  }
}

.swiper--regular .swiper-arrows
{
  display: none;
}

@media (min-width: 768px)
{
  .swiper--regular .swiper-arrows
  {
    display: block;
  }
}

@media (min-width: 768px)
{
  .swiper--regular .swiper-pagination
  {
    display: none;
  }
}

.swiper--3-blocks
{
  overflow: visible;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: calc(70% - 2rem);
    overflow: initial;
    padding: 3.125rem 2.1875rem;
  }
}

@media (min-width: 1024px)
{
  .swiper--3-blocks .swiper-wrapper
  {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.swiper--3-blocks .swiper-wrapper .swiper-slide
{
  height: auto;
}

@media (min-width: 768px)
{
  .swiper--3-blocks .swiper-wrapper .swiper-slide
  {
    width: 30% !important;
  }
}

.swiper--3-blocks .swiper-wrapper .swiper-slide > div
{
  margin: 0 auto;
}

.swiper--3-blocks.swiper--section-numbers
{
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-numbers
  {
    padding-left: 0;
    padding-right: 0;
  }

  .swiper--3-blocks.swiper--section-numbers::before
  {
    background: -webkit-gradient(linear, left top, right top, from(#D0103A), to(rgba(208, 16, 58, 0)));
    background: -o-linear-gradient(left, #D0103A 0%, rgba(208, 16, 58, 0) 100%);
    background: linear-gradient(90deg, #D0103A 0%, rgba(208, 16, 58, 0) 100%);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2rem;
    z-index: 2;
  }
}

.swiper--3-blocks.swiper--section-numbers .swiper-wrapper
{
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-numbers .swiper-wrapper
  {
    padding-left: 2.25rem;
  }
}

.swiper--3-blocks.swiper--section-check
{
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-check
  {
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper--3-blocks.swiper--section-check .swiper-wrapper
{
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-check .swiper-wrapper
  {
    padding-left: 2.25rem;
  }
}

.swiper--3-blocks.swiper--section-model
{
  overflow: initial;
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-model
  {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper--3-blocks.swiper--section-model .swiper-wrapper
{
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-model .swiper-wrapper
  {
    padding-right: 2.25rem;
  }
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-model .swiper-wrapper .swiper-slide
  {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media (min-width: 1024px)
{
  .swiper--3-blocks.swiper--section-model .swiper-pagination
  {
    display: none;
  }
}

.swiper--partners
{
  overflow: visible;
}

.swiper--partners .swiper-wrapper
{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2rem;
}

.swiper--partners .swiper-wrapper .swiper-slide
{
  height: auto;
}

.swiper--partners .swiper-arrows
{
  display: block;
  text-align: center;
}

.swiper--partners .swiper-pagination
{
  display: none;
}

@media (min-width: 768px)
{
  .swiper--partners .swiper-pagination
  {
    display: none;
  }
}

.swiper--solutions
{
  margin-bottom: 1.25rem;
  overflow: visible;
}

@media (min-width: 768px)
{
  .swiper--solutions
  {
    margin-bottom: 2.8125rem;
  }
}

.swiper--solutions .swiper-wrapper
{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px)
{
  .swiper--solutions .swiper-wrapper
  {
    display: block;
    margin-bottom: 2rem;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}

.swiper--solutions .swiper-wrapper .swiper-slide
{
  height: auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.375;
  width: 75%;
}

@media (min-width: 768px)
{
  .swiper--solutions .swiper-wrapper .swiper-slide
  {
    margin-left: 0;
    margin-bottom: 0;
    opacity: 1;
    width: 100% !important;
  }
}

@media (min-width: 768px)
{
  .swiper--solutions .swiper-wrapper .swiper-slide.swiper-slide-duplicate
  {
    display: none;
  }
}

.swiper--solutions .swiper-wrapper .swiper-slide.swiper-slide-active
{
  opacity: 1;
}

.swiper--solutions .swiper-wrapper .swiper-slide.swiper-slide--title
{
  display: none;
}

@media (min-width: 768px)
{
  .swiper--solutions .swiper-wrapper .swiper-slide.swiper-slide--title
  {
    display: block;
  }
}

.swiper--solutions .swiper-arrows
{
  display: block;
  text-align: center;
}

@media (min-width: 768px)
{
  .swiper--solutions .swiper-arrows
  {
    display: none;
  }
}

.swiper--solutions .swiper-pagination .swiper-pagination-bullet
{
  background-color: #FFFFFF !important;
}

.swiper--solutions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #FFFFFF;
}

.swiper--solutions .swiper-pagination.swiper-pagination--solutions-red .swiper-pagination-bullet
{
  background-color: #D0103A !important;
}

.swiper--solutions .swiper-pagination.swiper-pagination--solutions-red .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #D0103A;
}

@media (min-width: 768px)
{
  .swiper--solutions .swiper-pagination
  {
    display: none;
  }
}

.swiper--solutions.swiper--solutions .swiper-pagination .swiper-pagination-bullet
{
  background-color: #D0103A;
}

.swiper--solutions.swiper--solutions .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #D0103A;
}

.swiper--news
{
  overflow: visible;
}

.swiper--news .swiper-wrapper
{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 2rem;
}

.swiper--news .swiper-wrapper .swiper-slide
{
  height: auto;
}

@media (min-width: 1024px)
{
  .swiper--news .swiper-wrapper .swiper-slide
  {
    width: 75%;
  }
}

.swiper--news .swiper-footer
{
  position: relative;
}

.swiper--news .swiper-arrows
{
  display: none;
}

@media (min-width: 768px)
{
  .swiper--news .swiper-arrows
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 100;
  }
}

@media (min-width: 768px)
{
  .swiper--news .swiper-pagination
  {
    display: block;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.swiper--related
{
  overflow: visible;
}

.swiper--related .swiper-wrapper
{
  padding-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .swiper--related .swiper-wrapper
  {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    row-gap: 1.25rem;
  }
}

@media (min-width: 1024px)
{
  .swiper--related .swiper-wrapper
  {
    -webkit-column-gap: 2.0625rem;
    -moz-column-gap: 2.0625rem;
    column-gap: 2.0625rem;
    grid-template-columns: repeat(4, 1fr);
  }
}

.swiper--related .swiper-wrapper .swiper-slide
{
  height: auto;
  width: 100%;
}

@media (min-width: 1024px)
{
  .swiper--related .swiper-wrapper .swiper-slide
  {
    width: auto;
  }
}

.swiper--related .swiper-pagination .swiper-pagination-bullet
{
  background-color: #FFFFFF !important;
}

.swiper--related .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active
{
  background-color: #FFFFFF;
}

@media (min-width: 768px)
{
  .swiper--related .swiper-pagination
  {
    display: none;
  }
}

.swiper--vertical
{
  height: 25vh;
  min-height: 13.125rem;
  padding-right: 2.5rem;
}

@media (min-width: 768px)
{
  .swiper--vertical
  {
    height: 28vh;
    padding-right: 3.125rem;
  }
}

@media (min-width: 1024px)
{
  .swiper--vertical
  {
    height: 38vh;
  }
}

@media (min-width: 1200px)
{
  .swiper--vertical
  {
    height: 28vh;
  }
}

.swiper--vertical .swiper-wrapper
{
  height: 100%;
}

.swiper--vertical .swiper-wrapper .swiper-slide
{
  height: auto;
  visibility: hidden;
  -webkit-transition: visibility 0.3s linear;
  -o-transition: visibility 0.3s linear;
  transition: visibility 0.3s linear;
}

.swiper--vertical .swiper-wrapper .swiper-slide.swiper-slide-active
{
  visibility: visible;
}

.swiper--vertical .swiper-arrows
{
  display: block;
  position: absolute;
  right: 0;
  top: 3.4375rem;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 9;
}

.tooltip
{
  position: relative;
}

.tooltip.open
{
  z-index: 2 !important;
}

.tooltip.open .tooltip-button::before
{
  background-color: #D0103A;
  left: -1px;
}

.tooltip.open .tooltip-button-symbol
{
  background-color: #D0103A;
}

.tooltip.open .tooltip-box
{
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.tooltip .tooltip-button::before
{
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #FFFFFF;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  left: 0px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 100%;
  z-index: -1;
  -webkit-transform: scale(1.275);
  -ms-transform: scale(1.275);
  transform: scale(1.275);
}

.tooltip .tooltip-button-symbol
{
  background-color: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  padding: 0.5rem;
  position: relative;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  z-index: 1;
}

.tooltip .tooltip-button-symbol:hover
{
  -webkit-transform: scale(1.275);
  -ms-transform: scale(1.275);
  transform: scale(1.275);
}

.tooltip .tooltip-box
{
  background-color: #FFFFFF;
  border-radius: 30px;
  -webkit-box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 20px 10px rgba(0, 0, 0, 0.2);
  left: 50%;
  min-width: 13.75rem;
  padding: 1.375rem 1.25rem 1.75rem;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 2.5rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  visibility: hidden;
  width: 80vw;
}

@media (min-width: 768px)
{
  .tooltip .tooltip-box
  {
    width: auto;
  }
}

.tooltip .tooltip-close
{
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.625rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.tooltip .tooltip-close:hover
{
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  transform: scale(1.125);
}

.tooltip .tooltip-title
{
  color: #363636;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1.5rem;
  line-height: 1.2 !important;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .tooltip .tooltip-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .tooltip .tooltip-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .tooltip .tooltip-title
  {
    color: #363636;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
    line-height: 1.125 !important;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .tooltip .tooltip-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .tooltip .tooltip-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.tooltip .tooltip-description
{
  color: #363636;
  font-weight: 300;
}

@-webkit-keyframes pulse
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100%
  {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes pulse
{
  0%
  {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100%
  {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.footer .footer-top
{
  background-color: #F2F2F2;
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

.footer .footer-top-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 768px)
{
  .footer .footer-top-wrapper
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 768px)
{
  .footer .footer-top-left
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 65%;
  }
}

@media (min-width: 768px)
{
  .footer .footer-top-right
  {
    max-width: 200px;
    text-align: center;
    width: 35%;
  }
}

.footer .footer-top-title
{
  color: #363636;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-weight: 600;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .footer .footer-top-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .footer .footer-top-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .footer .footer-top-title
  {
    text-align: left;
  }
}

@media (min-width: 768px)
{
  .footer .footer-reviews-container
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .footer-reviews-image
{
  margin: 2.1875rem auto;
  max-width: 13.75rem;
}

@media (min-width: 768px)
{
  .footer .footer-reviews-image
  {
    margin: 0 2.1875rem 0 0;
  }
}

.footer .footer-awards-container
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 0 auto;
  max-width: 18.75rem;
}

@media (min-width: 768px)
{
  .footer .footer-awards-container
  {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    max-width: 100%;
  }
}

.footer .footer-awards-image
{
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  max-width: 4.0625rem;
}

.footer .footer-bottom
{
  background-color: #252525;
  padding-bottom: 2.8125rem;
  padding-top: 3.75rem;
}

.footer .footer-bottom-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 72%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .footer .footer-bottom-wrapper
  {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    width: 100%;
  }
}

.footer .footer-main
{
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px)
{
  .footer .footer-main
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer .footer-main-left
{
  margin: 0 auto 1.875rem;
  max-width: 20rem;
  text-align: center;
}

@media (min-width: 1024px)
{
  .footer .footer-main-left
  {
    text-align: left;
    max-width: 100%;
    width: 20%;
  }
}

@media (min-width: 1200px)
{
  .footer .footer-main-left
  {
    width: 30%;
  }
}

.footer .footer-main-left .footer-logo
{
  margin: 0 auto 0.9375rem;
  max-width: 14.375rem;
}

@media (min-width: 1024px)
{
  .footer .footer-main-left .footer-logo
  {
    margin: 0 0 0.9375rem;
  }
}

.footer .footer-logo-info
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 300;
}

.footer .footer-logo-info b,
.footer .footer-logo-info strong
{
  font-weight: 600;
}

.footer .footer-main-center
{
  text-align: center;
}

@media (min-width: 1024px)
{
  .footer .footer-main-center
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: left;
    width: 45%;
  }
}

.footer .footer-main-label
{
  color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
}

@media (min-width: 1024px)
{
  .footer .footer-social
  {
    margin-top: -0.4375rem;
  }
}

.footer .footer-menu
{
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
}

.footer .footer-contacts-text
{
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.75;
}

.footer .footer-contacts-text b,
.footer .footer-contacts-text strong
{
  font-weight: 600;
}

.footer .footer-contacts-text .footer-contacts-tel
{
  color: #FFFFFF !important;
  font-size: 1rem;
  text-decoration: none !important;
}

.footer .footer-contacts-text .footer-contacts-tel:hover
{
  opacity: 1;
}

.footer .footer-contacts-text p
{
  margin: 0;
}

.footer .footer-social-label
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px)
{
  .footer .footer-social-label
  {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }
}

.footer .footer-social-label a
{
  display: block;
  margin-left: 0.1875rem;
}

.footer .footer-main-right
{
  margin: 1.875rem auto 0;
  max-width: 13.75rem;
}

@media (min-width: 1024px)
{
  .footer .footer-main-right
  {
    margin: 0;
    max-width: 100%;
    padding-left: 1.875rem;
    width: 35%;
  }
}

@media (min-width: 1200px)
{
  .footer .footer-main-right
  {
    width: 25%;
  }
}

.footer .footer-main-right > a
{
  margin-bottom: 0.75rem;
}

.footer .footer-info
{
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  padding-top: 1.5rem;
}

.footer .footer-menu
{
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px)
{
  .footer .footer-menu
  {
    margin-bottom: 0;
  }
}

.footer .footer-address
{
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.footer .footer-address a
{
  color: #FFFFFF;
}

.footer .footer-disclaimer
{
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 300;
  text-align: center;
}

.footer .footer-disclaimer p
{
  margin: 0;
}

.footer .footer-disclaimer p a
{
  color: #FFFFFF;
}

.footer .footer-bottom-space
{
  height: 6.5625rem;
  background-color: #252525;
}

.header
{
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 400ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 400ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 400ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 400ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 400ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  z-index: 2;
}

.header.header--hidden
{
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}

@media (min-width: 360px)
{
  .header.header--hidden
  {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}

@media (min-width: 1024px)
{
  .header.header--hidden
  {
    -webkit-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
  }
}

.header .header-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 70px;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
}

@media (min-width: 360px)
{
  .header .header-wrapper
  {
    height: 100px;
  }
}

@media (min-width: 1024px)
{
  .header .header-wrapper
  {
    height: 140px;
  }
}

.header .header-logo img,
.header .header-menu-logo img
{
  max-width: 5.9375rem;
  width: 100%;
}

@media (min-width: 768px)
{
  .header .header-logo img,
.header .header-menu-logo img
  {
    max-width: 8.125rem;
  }
}

@media (min-width: 1024px)
{
  .header .header-logo img,
.header .header-menu-logo img
  {
    max-width: 11.25rem;
  }
}

.header .header-logo a
{
  width: 100%;
}

.header .header-menu
{
  background-color: #FFFFFF;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 380ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 380ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 380ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 380ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 380ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 380ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  visibility: hidden;
  z-index: 2;
}

.header .header-menu.open
{
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 1024px)
{
  .header .header-menu
  {
    position: initial;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
  }
}

.header .header-menu-wrapper
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 1.875rem;
  width: 100%;
}

@media (min-width: 1024px)
{
  .header .header-menu-wrapper
  {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow-y: inherit;
    padding-bottom: 0;
    width: auto;
  }
}

.header .header-menu-header-mobile
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.125rem 10%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .header .header-menu-header-mobile
  {
    display: none;
  }
}

.header .header-partner-link
{
  font-size: 1.25rem;
  margin-top: 0.625rem;
}

@media (min-width: 1024px)
{
  .header .header-partner-link
  {
    font-size: 1rem;
    margin-bottom: 0;
    margin-left: 1.875rem;
    margin-top: 0;
  }
}

.header .header-burger
{
  display: block;
}

@media (min-width: 1024px)
{
  .header .header-burger
  {
    display: none;
  }
}

.main-wrapper
{
  padding-top: 70px;
}

@media (min-width: 360px)
{
  .main-wrapper
  {
    padding-top: 100px;
  }
}

@media (min-width: 1024px)
{
  .main-wrapper
  {
    padding-top: 140px;
  }
}

@media (max-width: 767.98px)
{
  .news-page .section--banner
  {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -0.625rem;
    padding-top: 0;
  }
}

.menu--footer .menu-list
{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu--footer .menu-list > li
{
  padding: 0;
}

.menu--footer .menu-list > a
{
  display: inline-block;
}

.menu--footer .menu-link
{
  color: #FFFFFF;
  font-size: 0.8125rem;
  font-weight: 300;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  text-decoration: none;
}

.menu--main
{
  width: 100%;
}

.menu--main a:hover, .menu--main a:active
{
  opacity: 1 !important;
}

@media (min-width: 1024px)
{
  .menu--main
  {
    height: 100%;
    width: auto;
  }
}

.menu--main .menu-list
{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.menu--main .menu-list > li
{
  padding: 0;
}

.menu--main .menu-list > a
{
  display: inline-block;
}

.menu--main .menu--level-0
{
  height: 100%;
}

.menu--main .menu--level-0 > .menu-item
{
  display: block;
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item
  {
    display: inline-block;
    height: 100%;
    margin-left: 0.875rem;
    margin-right: 0.875rem;
  }
}

.menu--main .menu--level-0 > .menu-item:last-child
{
  margin-right: 0;
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item:hover > .menu-link:not(.btn)
  {
    color: #D0103A;
    font-weight: 600;
    opacity: 1;
  }

  .menu--main .menu--level-0 > .menu-item:hover > .menu-link:not(.btn)::before
  {
    opacity: 1;
  }
}

.menu--main .menu--level-0 > .menu-item.menu-display--desktop
{
  display: none;
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item.menu-display--desktop
  {
    display: inline-block;
  }
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item.menu-display--mobile
  {
    display: none;
  }
}

.menu--main .menu--level-0 > .menu-item.current-menu-item > .menu-link, .menu--main .menu--level-0 > .menu-item.current-menu-ancestor > .menu-link, .menu--main .menu--level-0 > .menu-item.current-page-ancestor > .menu-link
{
  color: #D0103A;
}

.menu--main .menu--level-0 > .menu-item.current-menu-item > .menu-link::before, .menu--main .menu--level-0 > .menu-item.current-menu-ancestor > .menu-link::before, .menu--main .menu--level-0 > .menu-item.current-page-ancestor > .menu-link::before
{
  opacity: 1;
}

.menu--main .menu--level-0 > .menu-item > .menu-link
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  padding: 1.25rem 10%;
  position: relative;
  text-decoration: none;
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item > .menu-link
  {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.5rem 0;
  }

  .menu--main .menu--level-0 > .menu-item > .menu-link::before
  {
    content: "";
    background-color: #D0103A;
    border-radius: 50%;
    display: block;
    height: 0.5rem;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, 1rem);
    -ms-transform: translate(-50%, 1rem);
    transform: translate(-50%, 1rem);
    -webkit-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    -o-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    width: 0.5rem;
  }
}

.menu--main .menu--level-0 > .menu-item > .menu-link.btn::before
{
  display: none;
}

.menu--main .menu--level-0 > .menu-item > .menu-link:not(.btn)
{
  height: 100%;
}

.menu--main .menu--level-0 > .menu-item.has-submenu
{
  position: relative;
}

.menu--main .menu--level-0 > .menu-item.has-submenu.open .menu-submenu
{
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.menu--main .menu--level-0 > .menu-item.has-submenu.open .menu-submenu .menu--level-1
{
  visibility: visible;
}

@media (max-width: 1023.98px)
{
  .menu--main .menu--level-0 > .menu-item.has-submenu.show
  {
    background-color: #F2F2F2;
  }

  .menu--main .menu--level-0 > .menu-item.has-submenu.show > .menu-link
  {
    color: #D0103A;
    font-weight: 600;
  }

  .menu--main .menu--level-0 > .menu-item.has-submenu.show > .menu-link::after
  {
    background-image: url("../images/icons/icon-chevron-down-red.svg");
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }

  .menu--main .menu--level-0 > .menu-item.has-submenu.show .menu-submenu
  {
    height: auto;
  }

  .menu--main .menu--level-0 > .menu-item.has-submenu.show .menu-submenu .menu--level-1
  {
    visibility: visible;
  }
}

.menu--main .menu--level-0 > .menu-item.has-submenu > .menu-link
{
  margin-left: 2rem;
}

.menu--main .menu--level-0 > .menu-item.has-submenu > .menu-link::after
{
  background-image: url("../images/icons/icon-chevron-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 0.625rem;
  margin-left: 0.9375rem;
  margin-top: 0.25rem;
  position: relative;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 1.125rem;
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item.has-submenu > .menu-link::after
  {
    display: none;
  }
}

@media (min-width: 1024px)
{
  .menu--main .menu--level-0 > .menu-item.has-submenu > .menu-link
  {
    margin-left: 0;
  }
}

.menu--main .menu-submenu
{
  height: 0;
  overflow: hidden;
  -webkit-transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: height 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  will-change: height;
}

@media (min-width: 1024px)
{
  .menu--main .menu-submenu
  {
    height: auto;
    left: 50%;
    opacity: 0;
    overflow: initial;
    padding-top: 2.25rem;
    pointer-events: none;
    position: absolute;
    top: calc(140px - 1.5rem);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    -o-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
    visibility: hidden;
  }
}

.menu--main .menu-submenu .menu--level-1
{
  background-color: #F2F2F2;
  text-align: center;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  visibility: hidden;
}

@media (min-width: 1024px)
{
  .menu--main .menu-submenu .menu--level-1
  {
    background-color: #FFFFFF;
    border-radius: 30px;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
    padding: 1.875rem;
    text-align: left;
  }
}

.menu--main .menu-submenu .menu--level-1 > .menu-item
{
  display: block;
}

.menu--main .menu-submenu .menu--level-1 > .menu-item:last-child > .menu-link
{
  padding-bottom: 1.875rem;
}

@media (min-width: 1024px)
{
  .menu--main .menu-submenu .menu--level-1 > .menu-item:last-child > .menu-link
  {
    padding-bottom: 0.375rem;
  }
}

.menu--main .menu-submenu .menu--level-1 > .menu-item.link--external
{
  margin-left: 1.75rem;
}

@media (min-width: 1024px)
{
  .menu--main .menu-submenu .menu--level-1 > .menu-item.link--external
  {
    margin-left: 0;
  }
}

.menu--main .menu-submenu .menu--level-1 > .menu-item.link--external > .menu-link::after
{
  background-image: url("../images/icons/icon-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1em;
  margin-left: 0.625rem;
  width: 1em;
}

@media (min-width: 1024px)
{
  .menu--main .menu-submenu .menu--level-1 > .menu-item.link--external > .menu-link::after
  {
    margin-left: 0;
  }
}

.menu--main .menu-submenu .menu--level-1 > .menu-item.link--external:hover
{
  color: #D0103A;
  opacity: 1;
}

.menu--main .menu-submenu .menu--level-1 > .menu-item.link--external:hover .menu-link::after
{
  background-image: url("../images/icons/icon-arrow-red.svg");
}

.menu--main .menu-submenu .menu--level-1 > .menu-item > .menu-link
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 300;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0.625rem;
  padding-top: 0.625rem;
  text-decoration: none;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 100%;
}

@media (min-width: 1024px)
{
  .menu--main .menu-submenu .menu--level-1 > .menu-item > .menu-link
  {
    font-size: 0.875rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0.375rem;
    padding-top: 0.375rem;
  }

  .menu--main .menu-submenu .menu--level-1 > .menu-item > .menu-link:hover
  {
    color: #D0103A;
    opacity: 1;
  }
}

.section--404 .section-bg
{
  position: absolute;
  height: 26.4375rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), to(rgba(217, 217, 217, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  pointer-events: none;
}

.section--404 .section-row
{
  min-height: calc(100vh - 100px);
}

@media (min-width: 768px)
{
  .section--404 .section-row
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 140px);
  }
}

.section--404 .section-left-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  padding-top: 4rem;
}

@media (min-width: 768px)
{
  .section--404 .section-left-wrapper
  {
    padding-top: 10.1875rem;
    width: 50%;
    margin-right: unset;
    padding-left: 11%;
  }
}

.section--404 .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .section--404 .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--404 .section-title
  {
    font-size: 2.5rem;
  }
}

.section--404 .section-description
{
  color: #363636;
}

@media (min-width: 768px)
{
  .section--404 .section-description
  {
    font-size: 1.125rem;
  }
}

.section--404 .btn
{
  margin-top: 1.25rem;
}

@media (min-width: 768px)
{
  .section--404 .section-right-wrapper
  {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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;
  }
}

.section--404 .svg-wrapper svg
{
  width: 100%;
}

.section--404 .svg-wrapper.svg-wrapper--desk
{
  margin-top: 6.1875rem;
  margin-bottom: 5.9375rem;
  display: none !important;
  visibility: hidden;
}

@media (min-width: 768px)
{
  .section--404 .svg-wrapper.svg-wrapper--desk
  {
    display: block !important;
    visibility: visible;
  }
}

.section--404 .svg-wrapper.svg-wrapper--mobile
{
  max-width: 31.25rem;
  margin-left: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.8125rem;
}

@media (min-width: 768px)
{
  .section--404 .svg-wrapper.svg-wrapper--mobile
  {
    display: none !important;
    visibility: hidden;
  }
}

.section--all-news
{
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px)
{
  .section--all-news
  {
    margin-bottom: 2.8125rem;
  }
}

.section--all-news .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--all-news .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--all-news .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--all-news .section-title
  {
    font-size: 2.5rem;
  }
}

.section--all-news .section-filters
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

@media (min-width: 1024px)
{
  .section--all-news .section-filters
  {
    margin-bottom: 2.8125rem;
  }
}

.section--all-news .filter-scrollable
{
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1.1rem;
  overflow-x: scroll;
  padding-bottom: 1rem;
  padding-left: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1024px)
{
  .section--all-news .filter-scrollable
  {
    padding-left: 0;
  }
}

.section--all-news .filter
{
  border: 2px solid #F2F2F2;
  border-radius: 30px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  padding: 0.625rem 2.375rem;
  text-transform: uppercase;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

.section--all-news .filter:first-child
{
  margin-left: 10vw;
}

@media (min-width: 768px)
{
  .section--all-news .filter
  {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media (min-width: 1024px)
{
  .section--all-news .filter
  {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.section--all-news .filter:hover
{
  color: #D0103A;
}

.section--all-news .filter.active
{
  background-color: #D0103A;
  border-color: #D0103A;
  color: #FFFFFF;
}

.section--all-news .section-news-grid
{
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 2.1875rem;
  row-gap: 0.9375rem;
}

@media (min-width: 768px)
{
  .section--all-news .section-news-grid
  {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.875rem;
  }
}

@media (min-width: 1024px)
{
  .section--all-news .section-news-grid
  {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--all-news .section-news-grid .card-news:nth-child(10n+1)
  {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media (min-width: 1024px)
{
  .section--all-news .section-news-grid .card-news:nth-child(10n+1)
  {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media (min-width: 768px)
{
  .section--all-news .section-news-grid .card-news:nth-child(10n+6)
  {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media (min-width: 1024px)
{
  .section--all-news .section-news-grid .card-news:nth-child(10n+6)
  {
    grid-column-start: 3;
    grid-column-end: 5;
  }
}

.section--all-news .section-footer
{
  text-align: center;
}

.section--basic-block
{
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 1024px)
{
  .section--basic-block
  {
    padding-bottom: 4.375rem;
    padding-top: 4.375rem;
  }
}

.section--basic-block .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--basic-block .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .section--basic-block .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--basic-block .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--basic-block .section-title
  {
    margin-bottom: 2.5rem;
  }
}

.section--basic-block .section-text p
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1rem;
}

@media (min-width: 768px)
{
  .section--basic-block .section-text p
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--basic-block .section-text p
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--basic-block .section-text a
{
  color: #D0103A;
}

.section--basic-block .section-link-list li::marker
{
  color: #D0103A;
}

.section--basic-block .section-link-list a
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 768px)
{
  .section--basic-block .section-link-list a
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--basic-block .section-link-list a
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.section--breadcrumb
{
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
}

.section--breadcrumb .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--breadcrumb .section-back-cta
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #D0103A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
}

.section--breadcrumb .section-back-cta svg
{
  margin-right: 0.25rem;
}

@media (min-width: 768px)
{
  .section--breadcrumb .section-back-cta
  {
    display: none;
  }
}

.section--device
{
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px)
{
  .section--device
  {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.section--device .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .section--device .section-wrapper
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--device .section-row
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--device .section-left-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1024px)
{
  .section--device .section-left-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}

.section--device .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.625rem;
}

@media (min-width: 768px)
{
  .section--device .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--device .section-title
  {
    font-size: 2.5rem;
  }
}

.section--device .section-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .section--device .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--device .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--device .section-payments--desktop
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--device .section-payments--desktop
  {
    display: block;
  }
}

@media (min-width: 1024px)
{
  .section--device .section-payments--mobile
  {
    display: none;
  }
}

.section--device .section-right-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1024px)
{
  .section--device .section-right-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333333%;
  }
}

.section--device .section-device-container
{
  aspect-ratio: 1;
  position: relative;
}

.section--device .section-tooltip--1
{
  left: 39%;
  position: absolute;
  top: 19%;
}

@media (max-width: 767.98px)
{
  .section--device .section-tooltip--1 .tooltip-box
  {
    left: 120%;
    top: 29vh;
  }
}

.section--device .section-tooltip--2
{
  left: 70%;
  position: absolute;
  top: 45%;
}

@media (max-width: 767.98px)
{
  .section--device .section-tooltip--2 .tooltip-box
  {
    left: -206%;
    top: 19vh;
  }
}

.section--device .section-tooltip--3
{
  left: 47%;
  position: absolute;
  top: 65%;
}

@media (max-width: 767.98px)
{
  .section--device .section-tooltip--3 .tooltip-box
  {
    left: 30%;
    top: 12vh;
  }
}

.section--documents
{
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

@media (min-width: 768px)
{
  .section--documents
  {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.section--documents .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--documents .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}

@media (min-width: 768px)
{
  .section--documents .section-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--documents .section-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .section--documents .section-title
  {
    font-size: 1.875rem;
  }
}

.section--featured-video
{
  position: relative;
}

@media (min-width: 768px)
{
  .section--featured-video
  {
    height: 21.875rem;
    padding-left: 6%;
    padding-right: 6%;
  }
}

.section--featured-video .spacer-background
{
  position: absolute;
  width: 100%;
  height: 5.375rem;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #F2F2F2;
}

.section--featured-video .section-wrapper
{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px)
{
  .section--featured-video .section-wrapper
  {
    border-radius: 1.875rem;
    cursor: pointer;
  }
}

.section--featured-video .section-wrapper .bg-image
{
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform, filter;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--featured-video .section-wrapper .bg-image img
{
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section--featured-video .section-wrapper .bg-image::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -o-radial-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: radial-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.section--featured-video .section-wrapper .section-inner-wrapper
{
  height: 100%;
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 0.9375rem;
}

@media (min-width: 768px)
{
  .section--featured-video .section-wrapper .section-inner-wrapper
  {
    padding-left: 5%;
    padding-right: 9%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1200px)
{
  .section--featured-video .section-wrapper .section-inner-wrapper
  {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.section--featured-video .section-wrapper .section-inner-wrapper .content-wrapper
{
  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;
  margin-bottom: 0.875rem;
}

@media (min-width: 768px)
{
  .section--featured-video .section-wrapper .section-inner-wrapper .content-wrapper
  {
    width: 50%;
    padding-top: 1.25rem;
  }
}

.section--featured-video .logo-wrapper
{
  width: 9.8125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFFFFF;
  border-radius: 3.125rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px)
{
  .section--featured-video .logo-wrapper
  {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.section--featured-video .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px)
{
  .section--featured-video .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--featured-video .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--featured-video .section-title
  {
    margin-bottom: 0.375rem;
  }
}

.section--featured-video .section-text
{
  color: #FFFFFF;
  margin: 0;
  line-height: 1.625rem;
}

.section--featured-video .video-player
{
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  padding-left: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px)
{
  .section--featured-video .video-player
  {
    -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;
    width: 20rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 2.8125rem;
    padding-bottom: 1.875rem;
  }
}

@media (min-width: 1370px)
{
  .section--featured-video .video-player
  {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(5% + 780px);
  }
}

.section--featured-video .video-player p
{
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}

@media (max-width: 767.98px)
{
  .section--featured-video .video-player p
  {
    text-decoration: underline;
    margin: 0;
  }
}

.section--featured-video .video-player .video-player-icon
{
  height: 40px;
  width: 40px;
}

@media (min-width: 768px)
{
  .section--featured-video .video-player .video-player-icon
  {
    height: 90px;
    width: 90px;
  }
}

.section--featured-video .video-player .video-player-icon,
.section--featured-video .video-player p
{
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section--featured-video .video-player svg .player-button-circle
{
  opacity: 0.6;
}

@media (max-width: 767.98px)
{
  .section--featured-video::before
  {
    content: "";
    display: inline-block;
    width: 0.625rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D0103A;
  }
}

@media (min-width: 768px)
{
  .section--featured-video:hover .bg-image
  {
    -webkit-transform: translate(-25px, -25px) scale(1.1);
    -ms-transform: translate(-25px, -25px) scale(1.1);
    transform: translate(-25px, -25px) scale(1.1);
    -webkit-filter: blur(20);
    filter: blur(20);
  }

  .section--featured-video:hover .video-player-icon
  {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .section--featured-video:hover .video-player p
  {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  .section--featured-video:hover svg .player-button-circle
  {
    opacity: 1;
  }
}

.section--form
{
  padding-bottom: 1.5625rem;
  padding-top: 1.5625rem;
}

@media (min-width: 768px)
{
  .section--form
  {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}

.section--form .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--garanziaasegno
{
  margin-bottom: -2.5rem;
  padding-bottom: 1.875rem;
  padding-top: 2.125rem;
  position: relative;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno
  {
    margin-bottom: -5rem;
    padding-bottom: 4.375rem;
    padding-top: 2.5rem;
  }
}

.section--garanziaasegno::before
{
  background-color: #D0103A;
  border-radius: 30px;
  bottom: 15%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno::before
  {
    bottom: 25%;
  }
}

@media (min-width: 1440px)
{
  .section--garanziaasegno::before
  {
    bottom: 20%;
  }
}

.section--garanziaasegno .section-top-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-top-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-top-left
  {
    padding-right: 5%;
    width: 65%;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-top-right
  {
    width: 35%;
  }
}

.section--garanziaasegno .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--garanziaasegno .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-title
  {
    margin-bottom: 1.4375rem;
    text-align: left;
  }
}

.section--garanziaasegno .section-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
}

@media (min-width: 768px)
{
  .section--garanziaasegno .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--garanziaasegno .section-description b,
.section--garanziaasegno .section-description strong
{
  font-weight: 600;
}

.section--garanziaasegno .section-description p
{
  margin: 0;
}

.section--garanziaasegno .section-description.section-description--desktop
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-description.section-description--desktop
  {
    display: block;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-description.section-description--mobile
  {
    display: none;
  }
}

.section--garanziaasegno .section-image
{
  border-radius: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-image
  {
    margin-bottom: 0;
  }
}

.section--garanziaasegno .section-image img
{
  width: 100%;
}

.section--garanziaasegno .section-bottom-wrapper
{
  position: relative;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-bottom-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--garanziaasegno .section-info
{
  margin-bottom: 1.875rem;
  margin-top: 1.375rem;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-info
  {
    margin-bottom: 0.625rem;
    margin-top: 0;
    padding-right: 0;
    width: 30%;
  }
}

.section--garanziaasegno .section-bottom-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1rem;
}

@media (min-width: 768px)
{
  .section--garanziaasegno .section-bottom-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-bottom-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--garanziaasegno .section-bottom-title
  {
    color: #FFFFFF;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
  }
}

@media (min-width: 1024px) and (min-width: 768px)
{
  .section--garanziaasegno .section-bottom-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) and (min-width: 1024px)
{
  .section--garanziaasegno .section-bottom-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.section--hero-soluzioni
{
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .section--hero-soluzioni
  {
    margin-bottom: 0;
    min-height: 28.125rem;
  }
}

.section--last-news
{
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px)
{
  .section--last-news
  {
    margin-bottom: 2.375rem;
  }
}

.section--last-news .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--last-news .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  font-size: 2.5rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--last-news .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--last-news .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--last-news .section-title
  {
    color: #D0103A;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.175;
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 1024px) and (min-width: 768px)
{
  .section--last-news .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px) and (min-width: 1024px)
{
  .section--last-news .section-title
  {
    font-size: 2.5rem;
  }
}

.section--mission
{
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .section--mission
  {
    margin-bottom: 0;
  }
}

.section--model
{
  padding-bottom: 1.25rem;
  padding-top: 3.125rem;
  position: relative;
}

@media (min-width: 768px)
{
  .section--model
  {
    padding-bottom: 3.125rem;
    padding-top: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--model
  {
    padding-bottom: 4.375rem;
    padding-top: 3.125rem;
  }
}

.section--model::before
{
  background: -o-linear-gradient(159deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  background: linear-gradient(291deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  bottom: 20%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 8%;
  top: 1.875rem;
}

@media (min-width: 1024px)
{
  .section--model::before
  {
    border-radius: 30px;
    bottom: 2.5rem;
    left: 30%;
    right: 8%;
    top: 2.5rem;
  }
}

.section--model .section-wrapper
{
  margin-bottom: 0.625rem;
  position: relative;
}

@media (min-width: 1024px)
{
  .section--model .section-wrapper
  {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    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;
    margin-bottom: 2.5rem;
    padding-bottom: 0;
    padding-top: 2.1875rem;
  }
}

.section--model .section-info
{
  margin-bottom: 1.875rem;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 1024px)
{
  .section--model .section-info
  {
    margin-bottom: 0.625rem;
    padding-left: 0;
    width: 30%;
  }
}

@media (min-width: 1200px)
{
  .section--model .section-info
  {
    width: 35%;
  }
}

.section--model .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px)
{
  .section--model .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--model .section-title
  {
    font-size: 2.5rem;
  }
}

.section--navigation-solutions
{
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
}

.section--navigation-solutions .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .section-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .left-wrapper
  {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 70%;
  }
}

.section--navigation-solutions .section-title
{
  color: #363636;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--navigation-solutions .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .section-title
  {
    color: #363636;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.175;
    margin-bottom: 0;
    text-align: left;
  }
}

@media (min-width: 1024px) and (min-width: 768px)
{
  .section--navigation-solutions .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px) and (min-width: 1024px)
{
  .section--navigation-solutions .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .right-wrapper
  {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.section--navigation-solutions .section-nav
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .section-nav
  {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.section--navigation-solutions .section-link
{
  display: block;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

.section--navigation-solutions .section-link:last-child
{
  opacity: 0.5;
}

.section--navigation-solutions .section-link:hover
{
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (min-width: 1024px)
{
  .section--navigation-solutions .section-link
  {
    margin-left: 1.5625rem;
    margin-right: 1.5625rem;
  }

  .section--navigation-solutions .section-link:last-child
  {
    margin-right: 0;
  }
}

.section--navigation-solutions .section-link img
{
  height: 100%;
  width: 100%;
  max-width: 9.375rem;
}

.section--news-detail
{
  padding-bottom: 1rem;
  padding-top: 0.75rem;
  /* style pregresso */;
}

@media (min-width: 768px)
{
  .section--news-detail
  {
    padding-bottom: 2.1875rem;
    padding-top: 0.5rem;
  }
}

.section--news-detail .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--news-detail .section-header
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .section--news-detail .section-header
  {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 768px)
{
  .section--news-detail .section-header-left
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--news-detail .section-header-right
{
  padding-left: 0.625rem;
}

.section--news-detail .news-category
{
  background-color: #D0103A;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.8125rem;
  line-height: 1.3;
  padding: 0.25rem 1.5rem;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.section--news-detail .news-date
{
  color: #363636;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  margin-top: 0.5rem;
}

@media (min-width: 768px)
{
  .section--news-detail .news-date
  {
    font-size: 1.125rem;
    margin-left: 1.875rem;
    margin-top: 0;
  }
}

.section--news-detail .news-share
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #363636;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  text-decoration: none;
}

@media (min-width: 768px)
{
  .section--news-detail .news-share
  {
    font-size: 1.125rem;
  }
}

.section--news-detail .news-share svg
{
  margin-left: 0.375rem;
}

@media (min-width: 768px)
{
  .section--news-detail .news-share svg
  {
    margin-left: 0.5625rem;
  }
}

.section--news-detail .news-title
{
  color: #363636;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.875rem;
}

@media (min-width: 768px)
{
  .section--news-detail .news-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--news-detail .news-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--news-detail .news-title
  {
    margin-bottom: 1.875rem;
  }
}

.section--news-detail .news-block-image
{
  background-color: #F2F2F2;
  border-radius: 30px;
  height: 20rem;
  margin-bottom: 0.875rem;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px)
{
  .section--news-detail .news-block-image
  {
    height: 26.875rem;
    margin-bottom: 1.875rem;
  }
}

.section--news-detail .news-block-image .block-image-bg img
{
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section--news-detail .news-block-image .block-image-bg.block-image--desktop
{
  display: none;
}

@media (min-width: 768px)
{
  .section--news-detail .news-block-image .block-image-bg.block-image--desktop
  {
    display: block;
  }
}

.section--news-detail .news-block-image .block-image-bg.block-image--mobile
{
  display: block;
}

@media (min-width: 768px)
{
  .section--news-detail .news-block-image .block-image-bg.block-image--mobile
  {
    display: none;
  }
}

.section--news-detail .news-block-text
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
}

@media (min-width: 768px)
{
  .section--news-detail .news-block-text
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--news-detail .news-block-text
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--news-detail .news-block-text h2
{
  color: #363636;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
}

@media (min-width: 768px)
{
  .section--news-detail .news-block-text h2
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--news-detail .news-block-text h2
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.section--news-detail .news-block-text a
{
  color: #D0103A;
  font-weight: 600;
  text-decoration: underline;
}

.section--news-detail .news-block-text b,
.section--news-detail .news-block-text strong
{
  font-weight: 600;
}

.section--news-detail .news-block-text iframe
{
  max-width: 100%;
  height: auto;
  border: none;
  display: block;
  margin: 1rem auto;
  aspect-ratio: 16/9;
}

.section--news-detail .news-block-cta
{
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--news-detail .news-block-cta
  {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem;
  }
}

.section--news-detail .news-block-cta a
{
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

.section--news-detail .news-block-text .wp-block-spacer
{
  height: 0 !important;
}

.section--news-detail [class^=wp-image-]
{
  border-radius: 30px;
  margin: 0 auto 20px !important;
  overflow: hidden;
}

.section--news-detail .wp-block-button a
{
  -webkit-appearance: none;
  -webkit-user-select: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  padding: 0;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #D0103A !important;
  border-radius: 100px !important;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
  color: #FFFFFF !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.6 !important;
  margin-bottom: 1.25rem !important;
  padding: 0.625rem 1.875rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99) !important;
  -o-transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99) !important;
  transition: all 175ms cubic-bezier(0.19, 0.62, 0.49, 0.99) !important;
  will-change: box-shadow, transform !important;
}

@media (min-width: 768px)
{
  .section--news-detail .wp-block-button a
  {
    font-size: 1.125rem !important;
    padding: 0.625rem 1.875rem !important;
  }
}

.section--news-detail .wp-block-button a:hover
{
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2) !important;
  opacity: 1 !important;
}

.section--now-and-then,
.section--credit-line,
.section--split-payment
{
  margin-bottom: 1.875rem;
  margin-top: -2px;
  padding-bottom: 1.875rem;
  position: relative;
}

@media (min-width: 768px)
{
  .section--now-and-then,
.section--credit-line,
.section--split-payment
  {
    margin-top: 0;
    padding-bottom: 3.75rem;
    padding-top: 3.125rem;
  }
}

.section--now-and-then::before,
.section--credit-line::before,
.section--split-payment::before
{
  background-color: #D0103A;
  border-bottom-left-radius: 30px;
  bottom: 18%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 768px)
{
  .section--now-and-then::before,
.section--credit-line::before,
.section--split-payment::before
  {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30px;
    bottom: 30%;
    right: 20%;
  }
}

.section--now-and-then .section-wrapper,
.section--credit-line .section-wrapper,
.section--split-payment .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section--now-and-then .section-title,
.section--credit-line .section-title,
.section--split-payment .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
}

@media (min-width: 768px)
{
  .section--now-and-then .section-title,
.section--credit-line .section-title,
.section--split-payment .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--now-and-then .section-title,
.section--credit-line .section-title,
.section--split-payment .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--now-and-then .section-title,
.section--credit-line .section-title,
.section--split-payment .section-title
  {
    max-width: 80%;
  }
}

.section--now-and-then .section-description,
.section--credit-line .section-description,
.section--split-payment .section-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .section--now-and-then .section-description,
.section--credit-line .section-description,
.section--split-payment .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--now-and-then .section-description,
.section--credit-line .section-description,
.section--split-payment .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px)
{
  .section--now-and-then .section-description,
.section--credit-line .section-description,
.section--split-payment .section-description
  {
    margin-bottom: 3.75rem;
    max-width: 80%;
  }
}

.section--now-and-then .section-swiper-title,
.section--credit-line .section-swiper-title,
.section--split-payment .section-swiper-title
{
  color: #FFFFFF;
  font-size: 1rem;
  margin-bottom: 1.5625rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px)
{
  .section--now-and-then .section-swiper-title,
.section--credit-line .section-swiper-title,
.section--split-payment .section-swiper-title
  {
    display: none;
  }
}

.section--credit-line
{
  padding-top: 1.875rem;
}

@media (min-width: 768px)
{
  .section--credit-line
  {
    padding-top: 3.125rem;
  }
}

.section--numbers
{
  padding-bottom: 1.25rem;
  padding-top: 1.875rem;
  position: relative;
}

@media (min-width: 768px)
{
  .section--numbers
  {
    padding-bottom: 3.125rem;
    padding-top: 0rem;
  }
}

.section--numbers::before
{
  background-color: #D0103A;
  border-bottom-left-radius: 30px;
  content: "";
  display: block;
  height: 62%;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 1024px)
{
  .section--numbers::before
  {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 30px;
    height: 100%;
    width: 70%;
  }
}

.section--numbers .section-wrapper
{
  margin-bottom: 0.625rem;
  position: relative;
}

@media (min-width: 1024px)
{
  .section--numbers .section-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.8125rem;
  }
}

.section--numbers .section-info
{
  margin-bottom: 1.875rem;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 1024px)
{
  .section--numbers .section-info
  {
    margin-bottom: 0.625rem;
    padding-right: 0;
    width: 30%;
  }
}

.section--numbers .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.5625rem;
  white-space: pre-line;
}

@media (min-width: 768px)
{
  .section--numbers .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--numbers .section-title
  {
    font-size: 2.5rem;
  }
}

.section--numbers .section-description p
{
  margin: 0;
}

.section--numbers .section-footer
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.section--numbers .section-disclaimer
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.375;
  font-size: 0.6875rem;
  font-weight: 300;
  max-width: 70%;
}

@media (min-width: 1024px)
{
  .section--numbers .section-disclaimer
  {
    display: block;
    font-size: 1rem;
  }
}

.section--numbers .section-disclaimer.section-disclaimer--desktop
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--numbers .section-disclaimer.section-disclaimer--desktop
  {
    display: block;
  }
}

.section--numbers .section-disclaimer.section-disclaimer--mobile
{
  margin-bottom: 1.25rem;
}

@media (min-width: 1024px)
{
  .section--numbers .section-disclaimer.section-disclaimer--mobile
  {
    display: none;
  }
}

.section--offer
{
  background-color: #F2F2F2;
  padding-bottom: 2.8125rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px)
{
  .section--offer
  {
    padding-bottom: 3.125rem;
    padding-top: 3.125rem;
  }
}

.section--offer .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--offer .section-internal-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 768px)
{
  .section--offer .section-internal-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%;
    margin: 0 auto;
    text-align: center;
  }
}

.section--offer .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .section--offer .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--offer .section-title
  {
    font-size: 2.5rem;
  }
}

.section--offer .section-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .section--offer .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--offer .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--offer .section-description p
{
  margin: 0;
}

.section--pagoassegno
{
  padding-bottom: 1.875rem;
  padding-top: 2.125rem;
  position: relative;
}

@media (min-width: 1024px)
{
  .section--pagoassegno
  {
    padding-bottom: 4.375rem;
    padding-top: 2.5rem;
  }
}

.section--pagoassegno::before
{
  background-color: #D0103A;
  border-radius: 30px;
  bottom: 15%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@media (min-width: 1024px)
{
  .section--pagoassegno::before
  {
    bottom: 25%;
  }
}

@media (min-width: 1440px)
{
  .section--pagoassegno::before
  {
    bottom: 20%;
  }
}

.section--pagoassegno .section-top-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-top-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-top-left
  {
    padding-left: 5%;
    width: 65%;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-top-right
  {
    width: 35%;
  }
}

.section--pagoassegno .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.875rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--pagoassegno .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-title
  {
    margin-bottom: 1.4375rem;
    text-align: left;
  }
}

.section--pagoassegno .section-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
}

@media (min-width: 768px)
{
  .section--pagoassegno .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--pagoassegno .section-description b,
.section--pagoassegno .section-description strong
{
  font-weight: 600;
}

.section--pagoassegno .section-description p
{
  margin: 0;
}

.section--pagoassegno .section-description.section-description--desktop
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-description.section-description--desktop
  {
    display: block;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-description.section-description--mobile
  {
    display: none;
  }
}

.section--pagoassegno .section-image
{
  border-radius: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-image
  {
    margin-bottom: 0;
  }
}

.section--pagoassegno .section-image img
{
  width: 100%;
}

.section--pagoassegno .section-bottom-wrapper
{
  position: relative;
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-bottom-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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;
  }
}

.section--pagoassegno .section-info
{
  margin-bottom: 1.875rem;
  margin-top: 1.375rem;
  padding-left: 10%;
  padding-right: 10%;
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-info
  {
    margin-bottom: 0.625rem;
    margin-top: 0;
    padding-right: 0;
    width: 30%;
  }
}

.section--pagoassegno .section-bottom-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1rem;
}

@media (min-width: 768px)
{
  .section--pagoassegno .section-bottom-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-bottom-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--pagoassegno .section-bottom-title
  {
    color: #FFFFFF;
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.65;
  }
}

@media (min-width: 1024px) and (min-width: 768px)
{
  .section--pagoassegno .section-bottom-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) and (min-width: 1024px)
{
  .section--pagoassegno .section-bottom-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.section--partners-full
{
  overflow: hidden;
  padding-bottom: 1.875rem;
}

@media (min-width: 1024px)
{
  .section--partners-full
  {
    padding-bottom: 3.875rem;
    padding-top: 3.875rem;
  }
}

.section--partners-full .section-filters
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

@media (min-width: 1024px)
{
  .section--partners-full .section-filters
  {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.8125rem;
  }
}

.section--partners-full .filters-label
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--partners-full .filters-label
  {
    color: #363636;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    margin-right: 1.25rem;
    text-transform: uppercase;
  }
}

.section--partners-full .filter-scrollable
{
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1.1rem;
  overflow-x: scroll;
  padding-bottom: 1rem;
  padding-left: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1024px)
{
  .section--partners-full .filter-scrollable
  {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
}

.section--partners-full .filter
{
  border: 2px solid #F2F2F2;
  border-radius: 30px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  padding: 0.625rem 2.375rem;
  text-transform: uppercase;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

@media (min-width: 768px)
{
  .section--partners-full .filter
  {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media (min-width: 1024px)
{
  .section--partners-full .filter
  {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.section--partners-full .filter:hover
{
  color: #D0103A;
}

.section--partners-full .filter.active
{
  background-color: #D0103A;
  border-color: #D0103A;
  color: #FFFFFF;
}

.section--partners-full .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--partners-full .section-partners-container
{
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.125rem;
  row-gap: 1.25rem;
}

@media (min-width: 768px)
{
  .section--partners-full .section-partners-container
  {
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 3.125rem;
    row-gap: 3.125rem;
  }
}

.section--partners-full .section-footer
{
  margin-top: 1.875rem;
  text-align: center;
}

.section--partners
{
  background-color: #F2F2F2;
  overflow: hidden;
  padding-bottom: 3.875rem;
  padding-top: 3.875rem;
}

.section--partners .section-header
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  margin-bottom: 2.1875rem;
  text-align: center;
}

.section--partners .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.875rem;
}

@media (min-width: 768px)
{
  .section--partners .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--partners .section-title
  {
    font-size: 2.5rem;
  }
}

.section--partners .section-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 300;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px)
{
  .section--partners .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--partners .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--partners .section-cta
{
  text-align: center;
}

.section--partners .section-filters
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

@media (min-width: 1024px)
{
  .section--partners .section-filters
  {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.8125rem;
  }
}

.section--partners .filters-label
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--partners .filters-label
  {
    color: #363636;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 300;
    margin-right: 1.25rem;
    text-transform: uppercase;
  }
}

.section--partners .filter-scrollable
{
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -1.1rem;
  overflow-x: scroll;
  padding-bottom: 1rem;
  padding-left: 10%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 1024px)
{
  .section--partners .filter-scrollable
  {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
}

.section--partners .filter
{
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 600;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  min-width: 12.5rem;
  padding: 0.625rem 2.375rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: all 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

@media (min-width: 768px)
{
  .section--partners .filter
  {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media (min-width: 1024px)
{
  .section--partners .filter
  {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}

.section--partners .filter:hover
{
  color: #D0103A;
}

.section--partners .filter.active
{
  background-color: #D0103A;
  border-color: #D0103A;
  color: #FFFFFF;
}

.section--partners .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--products
{
  background-color: #D0103A;
  border-radius: 30px;
  margin-top: -1.875rem;
  padding-bottom: 2.1875rem;
  padding-top: 2.1875rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px)
{
  .section--products
  {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.section--products .section-header
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
}

.section--products .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--products .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px)
{
  .section--products .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--products .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--products .section-title
  {
    text-align: center;
  }
}

.section--products .section-description
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px)
{
  .section--products .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--products .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px)
{
  .section--products .section-description
  {
    text-align: center;
  }
}

.section--products .section-description p
{
  margin: 0;
}

.section--red-banner
{
  background-color: #D0103A;
  border-radius: 30px;
  margin-top: 3.75rem;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px)
{
  .section--red-banner
  {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.section--red-banner .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--red-banner .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--red-banner .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--red-banner .section-title
  {
    font-size: 2.5rem;
  }
}

.section--red-banner .section-footer
{
  margin-top: 1.25rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--red-banner .section-footer
  {
    margin-top: 2.5rem;
  }
}

.section--related-news
{
  background-color: #D0103A;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  overflow: hidden;
  padding-bottom: 2.8125rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px)
{
  .section--related-news
  {
    padding-top: 1.875rem;
  }
}

.section--related-news .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--related-news .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 2.1875rem;
}

@media (min-width: 768px)
{
  .section--related-news .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--related-news .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--related-news .section-title
  {
    text-align: center;
  }
}

.section--smart-pos-static
{
  padding-bottom: 2.125rem;
  padding-top: 2.125rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px)
{
  .section--smart-pos-static
  {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
}

.section--smart-pos-static .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .section--smart-pos-static .section-wrapper
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--smart-pos-static .section-row
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--smart-pos-static .section-left-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1024px)
{
  .section--smart-pos-static .section-left-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

.section--smart-pos-static .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.625rem;
}

@media (min-width: 768px)
{
  .section--smart-pos-static .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--smart-pos-static .section-title
  {
    font-size: 2.5rem;
  }
}

.section--smart-pos-static .section-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .section--smart-pos-static .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--smart-pos-static .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--smart-pos-static .section-description p
{
  margin: 0;
}

.section--smart-pos-static .section-right-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1024px)
{
  .section--smart-pos-static .section-right-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
}

.section--smart-pos-static .section-device-container
{
  aspect-ratio: 1;
  position: relative;
}

.section--smart-pos.section--desktop
{
  display: none;
}

@media (min-width: 768px)
{
  .section--smart-pos.section--desktop
  {
    background-color: #FFFFFF;
    display: block;
    min-height: 100vh;
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
    position: relative;
  }

  .section--smart-pos.section--desktop .section-wrapper
  {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    width: 100%;
  }

  .section--smart-pos.section--desktop .section-row
  {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }

  .section--smart-pos.section--desktop .section-left-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .section--smart-pos.section--desktop .section-right-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333333%;
    padding-top: 2.5rem;
  }

  .section--smart-pos.section--desktop .scrolling-text-page
  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 72vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section--smart-pos.section--desktop .scrolling-text-title
  {
    color: #D0103A;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.175;
    margin-bottom: 1.875rem;
    margin-top: 35vh;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .section--smart-pos.section--desktop .scrolling-text-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .section--smart-pos.section--desktop .scrolling-text-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--smart-pos.section--desktop .scrolling-text-description
  {
    color: #363636;
    margin: 0;
    font-size: 1rem;
    line-height: 1.625;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .section--smart-pos.section--desktop .scrolling-text-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .section--smart-pos.section--desktop .scrolling-text-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px)
{
  .section--smart-pos.section--desktop .scrolling-text-element
  {
    color: #363636;
    margin: 0;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.175;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .section--smart-pos.section--desktop .scrolling-text-element
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .section--smart-pos.section--desktop .scrolling-text-element
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--smart-pos.section--desktop .video-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    will-change: transform;
  }

  .section--smart-pos.section--desktop .video-wrapper .video-wrapper-internal
  {
    border-radius: 30px;
    overflow: hidden;
  }

  .section--smart-pos.section--desktop .video-wrapper video
  {
    max-height: 70vh;
    width: 100%;
  }
}

.section--smart-pos.section--mobile
{
  background-color: #FFFFFF;
  position: relative;
}

@media (min-width: 768px)
{
  .section--smart-pos.section--mobile
  {
    display: none;
  }
}

.section--smart-pos.section--mobile .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  padding-bottom: 1.875rem;
}

.section--smart-pos.section--mobile .section-left-wrapper
{
  margin-bottom: 1.25rem;
}

.section--smart-pos.section--mobile .scrolling-text-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
  padding-top: 2.1875rem;
}

@media (min-width: 768px)
{
  .section--smart-pos.section--mobile .scrolling-text-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--smart-pos.section--mobile .scrolling-text-title
  {
    font-size: 2.5rem;
  }
}

.section--smart-pos.section--mobile .scrolling-text-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .section--smart-pos.section--mobile .scrolling-text-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--smart-pos.section--mobile .scrolling-text-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--smart-pos.section--mobile .section-mobile-wrapper
{
  background-color: #FFFFFF;
  will-change: transform;
}

.section--smart-pos.section--mobile .scrolling-elements
{
  padding-top: 2.5rem;
}

.section--smart-pos.section--mobile .scrolling-text-element
{
  color: #363636;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 25vh;
}

@media (min-width: 768px)
{
  .section--smart-pos.section--mobile .scrolling-text-element
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--smart-pos.section--mobile .scrolling-text-element
  {
    font-size: 2.5rem;
  }
}

.section--smart-pos.section--mobile .video-wrapper
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section--smart-pos.section--mobile .video-wrapper .video-wrapper-internal
{
  border-radius: 30px;
  overflow: hidden;
}

.section--smart-pos.section--mobile .video-wrapper video
{
  max-height: 70vh;
  width: 100%;
}

.section--solutions
{
  background-color: #D0103A;
  border-radius: 30px;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 768px)
{
  .section--solutions
  {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.section--solutions .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--solutions .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--solutions .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--solutions .section-title
  {
    font-size: 2.5rem;
  }
}

.section--solutions .section-footer
{
  margin-top: -1.25rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--solutions .section-footer
  {
    margin-top: -2.5rem;
  }
}

.section--steps
{
  background: -o-linear-gradient(159deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  background: linear-gradient(291deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

@media (min-width: 1024px)
{
  .section--steps
  {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.section--steps .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--steps .section-steps-row
{
  margin-bottom: 1.875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1024px)
{
  .section--steps .section-steps-row
  {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
    margin-bottom: 2.8125rem;
  }
}

.section--steps .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--steps .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--steps .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 1024px)
{
  .section--steps .section-title
  {
    margin-bottom: 2.5rem;
  }
}

.section--steps .section-card
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1024px)
{
  .section--steps .section-card
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--steps .section-steps-footer-1
{
  color: #363636;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--steps .section-steps-footer-1
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--steps .section-steps-footer-1
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

.section--steps .section-steps-footer-2
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  font-size: 0.875rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px)
{
  .section--steps .section-steps-footer-2
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--steps .section-steps-footer-2
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px)
{
  .section--steps .section-steps-footer-2
  {
    color: #363636;
    margin: 0;
    font-size: 1rem;
    line-height: 1.625;
  }
}

@media (min-width: 768px) and (min-width: 768px)
{
  .section--steps .section-steps-footer-2
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 768px) and (min-width: 1024px)
{
  .section--steps .section-steps-footer-2
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--trend
{
  background-color: #FFFFFF;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

@media (min-width: 768px)
{
  .section--trend
  {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}

.section--trend .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--trend .section-row
{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section--trend .section-left-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 3.75rem;
}

@media (min-width: 768px)
{
  .section--trend .section-left-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%;
    margin-bottom: 0;
  }
}

.section--trend .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.3125rem;
}

@media (min-width: 768px)
{
  .section--trend .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--trend .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .section--trend .section-title
  {
    margin-bottom: 1.5625rem;
  }
}

.section--trend .section-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
  margin-bottom: 1.5625rem;
}

@media (min-width: 768px)
{
  .section--trend .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--trend .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px)
{
  .section--trend .section-description
  {
    margin-bottom: 3.125rem;
  }
}

.section--trend .section-right-wrapper
{
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 1.875rem;
}

@media (min-width: 768px)
{
  .section--trend .section-right-wrapper
  {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    margin-left: 8.33333333%;
    height: 100%;
    margin-bottom: 0;
  }
}

.section--trend .section-cta
{
  text-align: center;
}

@media (min-width: 768px)
{
  .section--trend .section-cta
  {
    text-align: left;
  }
}

.section--trend .section-box-image
{
  aspect-ratio: 316/291;
  background-color: #F2F2F2;
  border-radius: 30px;
  height: 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 768px)
{
  .section--trend .section-box-image
  {
    aspect-ratio: 572/493;
    text-align: left;
  }
}

.section--trend #tablet-1
{
  bottom: -0.5rem;
  position: absolute;
  right: -0.5rem;
  width: 66%;
  z-index: 1;
}

@media (min-width: 768px)
{
  .section--trend #tablet-1
  {
    bottom: -1rem;
    right: -1rem;
    width: 60%;
  }
}

.section--trend #tablet-2
{
  left: -0.5rem;
  position: absolute;
  top: -0.5rem;
  width: 62%;
}

@media (min-width: 768px)
{
  .section--trend #tablet-2
  {
    left: -1rem;
    top: -1rem;
    width: 58%;
  }
}

.section--trust
{
  padding-bottom: 0.9375rem;
  padding-top: 1.875rem;
  position: relative;
}

@media (min-width: 768px)
{
  .section--trust
  {
    padding-bottom: 4.375rem;
    padding-top: 3.125rem;
  }
}

.section--trust .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  padding-bottom: 1.875rem;
  padding-top: 2.8125rem;
  position: relative;
}

.section--trust .section-wrapper::before
{
  background: -o-linear-gradient(159deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  background: linear-gradient(291deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
  border-radius: 30px;
  bottom: 30%;
  content: "";
  display: block;
  left: -20%;
  position: absolute;
  right: -5%;
  top: 0;
}

@media (min-width: 768px)
{
  .section--trust .section-wrapper::before
  {
    bottom: 0;
    left: -5%;
    right: 20%;
  }
}

@media (min-width: 768px)
{
  .section--trust .section-wrapper::after
  {
    background: -webkit-gradient(linear, left top, right top, from(#d8e8e2), to(transparent));
    background: -o-linear-gradient(left, #d8e8e2 0%, transparent 100%);
    background: linear-gradient(90deg, #d8e8e2 0%, transparent 100%);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    bottom: 0;
    content: "";
    display: block;
    pointer-events: none;
    position: absolute;
    left: calc(-5% - 2px);
    top: 0;
    width: 5%;
    z-index: 1;
  }
}

.section--trust .fader
{
  display: none;
}

@media (min-width: 768px)
{
  .section--trust .fader
  {
    background-color: #FFFFFF;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 6%;
  }
}

.section--trust .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.65;
  margin-bottom: 1.5625rem;
  position: relative;
  white-space: pre-line;
  z-index: 1;
}

@media (min-width: 768px)
{
  .section--trust .section-title
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px)
{
  .section--trust .section-title
  {
    line-height: 1.4125;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px)
{
  .section--trust .section-title
  {
    display: none;
  }
}

@media (max-width: 767.98px)
{
  .section--trust .section-title
  {
    font-size: 1.5rem;
  }
}

.section--video-swiper
{
  background: -o-linear-gradient(352deg, #E0E9E4 0%, #D2DFEC 100%);
  background: linear-gradient(98deg, #E0E9E4 0%, #D2DFEC 100%);
  overflow: hidden;
  padding-top: 3.875rem;
  padding-bottom: 3.75rem;
}

.section--video-swiper .section-header
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  margin-bottom: 2.1875rem;
  text-align: center;
}

.section--video-swiper .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .section--video-swiper .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section--video-swiper .section-title
  {
    font-size: 2.5rem;
  }
}

.section--video-swiper .section-description
{
  color: #363636;
  margin-top: 0.9375rem;
  margin-bottom: 2.5rem;
  line-height: 1.625rem;
}

@media (min-width: 768px)
{
  .section--video-swiper .section-description
  {
    font-size: 1.25rem;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 3.4375rem;
  }
}

.section--video-swiper .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

.section--video-swiper .swiper--video
{
  overflow: visible;
}

.section--video-swiper .swiper-slide[data-modal-id=video-modal]
{
  cursor: pointer;
  border-radius: 1.25rem;
}

.section--video-swiper .slide-content
{
  cursor: pointer;
  width: 370px;
  max-width: 65vw;
  position: relative;
  background: none;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
  padding: 0 10px 12px;
  min-height: 260px;
  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: end;
  -ms-flex-pack: end;
  justify-content: end;
  isolation: isolate;
}

@media (min-width: 768px)
{
  .section--video-swiper .slide-content
  {
    padding: 0 13px 18px;
  }
}

.section--video-swiper .slide-content .bg-image
{
  left: 0;
  top: 0;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform, filter;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section--video-swiper .slide-content .bg-image img
{
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.section--video-swiper .slide-content .bg-image::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section--video-swiper .slide-content .video-player
{
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  padding-left: 0.9375rem;
}

@media (min-width: 768px)
{
  .section--video-swiper .slide-content .video-player
  {
    padding: 0.9375rem;
    padding-left: 1.25rem;
  }
}

.section--video-swiper .slide-content .video-player p
{
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (min-width: 768px)
{
  .section--video-swiper .slide-content .video-player p
  {
    font-size: 1.25rem;
  }
}

.section--video-swiper .slide-content .video-player .video-player-icon
{
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section--video-swiper .slide-content .video-player svg .player-button-circle
{
  opacity: 0.6;
}

.section--video-swiper .slide-content .slide-logo-wrapper
{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  border-bottom-left-radius: 1.25rem;
  padding: 12px 18px;
  height: 60px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section--video-swiper .slide-content .slide-logo-wrapper img
{
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  max-height: 100%;
}

@media (max-width: 767.98px)
{
  .section--video-swiper .slide-content .slide-logo-wrapper
  {
    padding: 12px 15px;
  }
}

@media (min-width: 768px)
{
  .section--video-swiper .slide:hover .bg-image
  {
    -webkit-transform: translate(-10px, -10px) scale(1.05);
    -ms-transform: translate(-10px, -10px) scale(1.05);
    transform: translate(-10px, -10px) scale(1.05);
    -webkit-filter: blur(20);
    filter: blur(20);
  }

  .section--video-swiper .slide:hover .video-player-icon
  {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .section--video-swiper .slide:hover svg .player-button-circle
  {
    opacity: 1;
  }
}

.section--video-swiper .swiper-arrows
{
  margin-top: 1.875rem;
}

.section--zero-risk
{
  background: -o-linear-gradient(60deg, #f2f7f5 0%, #c4deeb 100%);
  background: linear-gradient(30deg, #f2f7f5 0%, #c4deeb 100%);
  border-radius: 30px;
  margin-top: -1.875rem;
  overflow: hidden;
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px)
{
  .section--zero-risk
  {
    background: #FFFFFF;
    border-radius: 0;
    margin-top: 0;
    padding-top: 4.375rem;
  }
}

.section--zero-risk .section-wrapper
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
}

@media (min-width: 1024px)
{
  .section--zero-risk .section-wrapper
  {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px)
{
  .section--zero-risk .section-left-wrapper
  {
    padding-bottom: 3.125rem;
    padding-right: 1.875rem;
    padding-top: 3.125rem;
    position: relative;
    width: 50%;
  }

  .section--zero-risk .section-left-wrapper::before
  {
    background: -o-linear-gradient(159deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
    background: linear-gradient(291deg, rgba(165, 205, 225, 0.6) 0%, rgba(216, 232, 226, 0.8) 100%);
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    bottom: 0;
    content: "";
    display: block;
    left: -10%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}

.section--zero-risk .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 1.875rem;
}

@media (min-width: 1200px)
{
  .section--zero-risk .section-title
  {
    font-size: 2.5rem;
    margin-bottom: 0.25rem;
  }
}

.section--zero-risk .section-description
{
  color: #363636;
  margin: 0;
  font-size: 1rem;
  line-height: 1.625;
}

@media (min-width: 768px)
{
  .section--zero-risk .section-description
  {
    font-size: 1.125rem;
    line-height: 1.575;
  }
}

@media (min-width: 1024px)
{
  .section--zero-risk .section-description
  {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.section--zero-risk .section-description.section-description--desktop
{
  display: none;
}

@media (min-width: 1024px)
{
  .section--zero-risk .section-description.section-description--desktop
  {
    display: block;
  }
}

@media (min-width: 1024px)
{
  .section--zero-risk .section-description.section-description--mobile
  {
    display: none;
  }
}

@media (min-width: 1024px)
{
  .section--zero-risk .section-right-wrapper
  {
    width: 50%;
  }
}

.section--zero-risk .section-image
{
  border-radius: 30px;
  margin-bottom: 1.875rem;
  overflow: hidden;
}

@media (min-width: 1200px)
{
  .section--zero-risk .section-image
  {
    margin-bottom: 0;
  }
}

.section--zero-risk .section-image img
{
  width: 100%;
}
/*# sourceMappingURL=maps/master.css.map */
