/* compiled by scssphp v0.7.8 on Wed, 18 Jun 2025 15:13:26 +0000 (0.034s) */

@charset "UTF-8";
/* `XHTML, HTML4, HTML5 Reset
 ----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, meter, nav, object, ol, output, p, pre, progress, q, rp, rt, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%; }
/*
 html,
 body {
 height: 100%;
 }
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  /*
   Override the default (display: inline) for
   browsers that do not recognize HTML5 tags.
   IE8 (and lower) requires a shiv:
   http://ejohn.org/blog/html5-shiv
   */
  display: block; }

b, strong {
  /*
   Makes browsers agree.
   IE + Opera = font-weight: bold.
   Gecko + WebKit = font-weight: bolder.
   */
  font-weight: bold; }

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  /*
   For IE.
   http://css-tricks.com/ie-fix-bicubic-scaling-for-images
   */
  -ms-interpolation-mode: bicubic; }

ol, ul {
  list-style: none; }

li {
  /*
   For IE6 + IE7:
   "display: list-item" keeps bullets from
   disappearing if hasLayout is triggered.
   */
  display: list-item; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

th, td, caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

sub, sup, small {
  font-size: 75%; }

sub, sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

svg {
  /*
   For IE9. Without, occasionally draws shapes
   outside the boundaries of <svg> rectangle.
   */
  overflow: hidden; }

*:focus {
  outline: none; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }
/* Buttons
 -----------------------------------------------*/
button, input[type="reset"], input[type="button"], input[type="submit"] {
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer; }

input[type="text"], input[type="email"] {
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none; }

.blank {
  display: none; }

.chosenImage-container .chosen-single {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  text-align: left; }

.chosenImage-container .chosen-results {
  overflow-y: hidden;
  padding: 2px;
  margin: 0px; }

.chosenImage-container .chosen-single div {
  display: flex;
  align-items: center;
  justify-content: center; }

.chosenImage-container .chosen-single div b {
  background: transparent !important;
  display: block;
  box-sizing: border-box;
  height: 8px;
  width: 8px;
  border: 2px solid #292936;
  border-left: none;
  border-top: none;
  transform: rotate(45deg); }

.chosenImage-container .chosen-single span, .chosenImage-container .chosen-results li {
  padding-left: 26px;
  color: #292936;
  font-family: 'Lato', sans-serif;
  font-size: 16px; }

.chosenImage-container .chosen-single span {
  margin-right: 20px; }

.chosen-container-active {
  outline: 1px #090959 dotted !important; }

.datepicker {
  border-radius: 0;
  width: 316px;
  font-family: 'Lato', sans-serif; }
  .datepicker--pointer {
    display: none; }
  .datepicker--nav {
    min-height: 54px;
    background-color: #090959;
    border-bottom: none;
    color: #fff; }
  .datepicker--nav-title {
    color: #fff;
    font-size: 18px; }
    .datepicker--nav-title i {
      color: #fff; }
    .datepicker--nav-title:hover {
      background: transparent; }
  .datepicker--nav-action:hover {
    background: transparent; }
  .datepicker--nav-action path {
    stroke: #fff;
    stroke-width: 1px; }
  .datepicker--days-names {
    padding-bottom: 12px;
    padding-top: 4px;
    position: relative; }
    .datepicker--days-names::after {
      content: '';
      background-color: #d9dbed;
      height: 1px;
      width: calc(100% - 20px);
      left: 10px;
      bottom: 0;
      position: absolute; }
  .datepicker--day-name {
    font-size: 12px;
    color: #686890; }
  .datepicker--cells {
    margin-top: 12px;
    margin-bottom: 10px; }
  .datepicker--cell {
    height: 38px; }
  .datepicker--cell.-current-, .datepicker--cell.-focus-, .datepicker--cell.-selected-.-current-, .datepicker--cell.-selected-, .datepicker--cell.-selected-.-focus- {
    position: relative;
    background-color: transparent; }
  .datepicker--cell.-current-.-focus- {
    color: #fff; }
  .datepicker--cell.-focus-::after, .datepicker--cell.-selected-::after, .datepicker--cell.-current-::after {
    content: '';
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 17px;
    z-index: -1;
    top: 50%;
    left: 50%;
    margin-left: -17px;
    margin-top: -17px; }
  .datepicker--cell.-selected- {
    color: #292936; }
    .datepicker--cell.-selected-::after {
      background-color: #d9dbed; }
  .datepicker--cell-month.-focus-::after, .datepicker--cell-year.-focus-::after, .datepicker--cell-month.-current-::after, .datepicker--cell-year.-current-::after {
    background-color: #090959;
    width: 55px;
    margin-left: -27px;
    height: 30px;
    margin-top: -16px; }
  .datepicker--cell-month.-selected-::after, .datepicker--cell-year.-selected-::after {
    width: 55px;
    margin-left: -27px;
    height: 30px;
    margin-top: -16px; }
  .datepicker--cell.-focus-::after {
    background-color: #d9dbed; }
  .datepicker--cell.-current- {
    color: #fff; }
    .datepicker--cell.-current-::after {
      background-color: #090959; }
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box; }
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit; }

button, a, h1, h2, h3, h4, h5 {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
/**
 * Basic styles for links
 */
a {
  color: #090959;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #ff233e; }

.main-grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr; }
  @media (min-width: 992px) {
  .main-grid {
    grid-template-columns: repeat(12, 1fr); } }
/**
 * Basic typography style for copy text
 */
body {
  color: #292936;
  font: normal 125% / 1.4 'Open Sans', sans-serif;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  color: #090959;
  font-family: 'Lato', sans-serif;
  font-weight: normal; }

h1 {
  font-size: 48px;
  font-family: 'Lora', serif;
  line-height: 64px;
  font-weight: normal; }

h2 {
  font-size: 34px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 18px; }

h5 {
  font-family: 'Lora', serif;
  color: #686890;
  font-size: 18px;
  font-weight: normal; }

p, li {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px; }

hr {
  border-top: 1px solid #d9dbed; }

.details {
  font-size: 14px;
  line-height: 17px;
  color: #686890; }
  .details.upper {
    text-transform: uppercase; }
  .details.small {
    font-size: 12px;
    line-height: 17px; }
  .details.wider {
    letter-spacing: 2.49px; }

.download-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none; }
  .download-link:after {
    content: '';
    width: 50px;
    height: 50px;
    border: #d9dbed 1px solid;
    border-radius: 50%;
    background: #fff url('/templates/centenary/images/download.svg') no-repeat center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out; }
  .download-link:hover {
    color: #090959; }
    .download-link:hover:after {
      background-image: url('/templates/centenary/images/download_red.svg');
      border-color: #ff233e; }
  .download-link.external-link {
    background-image: none;
    padding-right: 0; }

input[type=text], input[type=button] {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px; }
  input[type=text]:disabled, input[type=button]:disabled {
    opacity: 0.5; }

input[type=text] {
  border: 1px solid #d9dbed;
  background-color: #fff;
  color: #292936; }

input[type=button] {
  background-color: #090959;
  color: #fff; }
  input[type=button]:hover {
    background-color: #686890; }
  input[type=button]:disabled:hover {
    background-color: #090959; }

::-webkit-input-placeholder {
  color: #292936;
  opacity: 1; }

:-moz-placeholder {
  color: #292936;
  opacity: 1; }

::-moz-placeholder {
  color: #292936;
  opacity: 1; }

:-ms-input-placeholder {
  color: #292936;
  opacity: 1; }

::-ms-input-placeholder {
  color: #292936;
  opacity: 1; }

:placeholder-shown {
  color: #292936;
  opacity: 1; }

input[type=checkbox] {
  position: absolute;
  opacity: 0; }
  input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    line-height: 19px;
    padding-left: 29px;
    font-size: 18px; }
    @media all and (-ms-high-contrast: none) {
  input[type=checkbox] + label {
    margin-right: 15px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  input[type=checkbox] + label {
    margin-right: 15px; } }
    input[type=checkbox] + label:before {
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      content: "";
      background: transparent;
      width: 19px;
      height: 19px;
      border: 1px solid #d9dbed;
      transition: 200ms ease-in-out all; }
    input[type=checkbox] + label:after {
      content: "";
      display: block;
      position: absolute;
      left: 2px;
      top: 4px;
      width: 15px;
      height: 11px;
      background-image: url('/templates/centenary/images/check.png');
      background-repeat: no-repeat;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  input[type=checkbox]:checked + label:before {
    background: #5e9d1a;
    box-shadow: none;
    border: 3px none; }
    input[type=checkbox]:checked + label:after {
      border-color: white; }
  input[type=checkbox]:focus-visible + label::before {
    outline: 1px #090959 dotted !important; }

input::-ms-clear {
  display: none; }

::-webkit-search-decoration, ::-webkit-search-cancel-button, ::-webkit-search-results-button, ::-webkit-search-results-decoration {
  display: none; }

:focus-visible {
  outline: 1px #090959 dotted !important; }

.moduletable.banner-slider *:focus-visible, .moduletable.banners-highlights .highlight-left *:focus-visible, footer *:focus-visible {
  outline-color: #fff !important; }
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }
/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1312px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */ }
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }
/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hidden {
  display: none; }

@media (max-width: 767px) {
    .mobile-full-width {
      width: calc(100% + 20px * 2);
      margin-left: -20px; }
      .mobile-full-width.moduletable > h3 {
        padding-left: 20px; } }

.read-more-ext {
  display: flex;
  align-items: center; }
  .read-more-ext::after {
    content: '';
    width: 7px;
    height: 13px;
    display: inline-block;
    margin-left: 12px;
    margin-top: 2px;
    background: transparent url('/templates/centenary/images/arrow-head-right.svg') no-repeat center center; }

.arrow-right {
  display: inline-flex;
  align-items: center; }
  .arrow-right::after {
    content: '';
    width: 11px;
    height: 9px;
    margin-left: 10px;
    background: transparent url('/templates/centenary/images/arrow-full-right.svg') no-repeat right center;
    background-size: contain; }
  .arrow-right:hover::after, .arrow-right:active::after, .arrow-right:focus::after {
    background: transparent url('/templates/centenary/images/arrow-full-right-hover.svg') no-repeat right center;
    background-size: contain; }

.tag {
  position: relative;
  padding-right: 30px;
  padding-left: 20px;
  color: #686890;
  font-size: 18px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  padding-top: 9px;
  padding-bottom: 9px;
  z-index: 0; }
  .tag:hover::before {
    content: '';
    position: absolute;
    background-color: #d9dbed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 32px; }
  .tag::after {
    content: '';
    background: transparent url('/templates/centenary/images/small-x.svg') no-repeat;
    width: 9px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 10px; }

.info-tag {
  position: relative;
  display: inline-block;
  color: #686890;
  font-size: 14px;
  min-width: 175px;
  min-height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }
  @media (min-width: 992px) {
  .info-tag {
    font-size: 12px;
    min-height: 30px;
    line-height: 30px;
    min-width: 130px; } }
  .info-tag::before {
    content: '';
    position: absolute;
    border: 1px solid #d9dbed;
    border-radius: 32px;
    background-color: #f2f2f7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.play-btn {
  position: relative; }
  .play-btn::after {
    content: '';
    position: absolute;
    background: transparent url('/templates/centenary/images/play-btn.svg') no-repeat center center;
    background-size: contain;
    width: 41px;
    height: 41px;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer; }
  .play-btn.big::after {
    background: transparent url('/templates/centenary/images/play-btn.svg') no-repeat center center;
    width: 81px;
    height: 81px; }

@media (min-width: 768px) {
    .visible-sm {
      display: none; } }

@media (max-width: 767px) {
    .hidden-sm {
      display: none; } }

.CV-title {
  font-size: 24px;
  font-family: 'Lora', sans-serif; }

footer {
  padding-bottom: 20px;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  background-color: #28294f;
  color: #fff; }
  footer .container nav, footer .container .address {
    display: flex;
    flex-direction: column; }
    footer .container .logo {
      grid-column: span 12;
      min-height: 95px;
      margin-bottom: 25px; }
    @media all and (-ms-high-contrast: none) {
    footer .container .logo {
      -ms-grid-column-span: 12; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    footer .container .logo {
      -ms-grid-column-span: 12; } }
    footer .container .logo img {
      width: 133px;
      margin-top: 45px; }
    footer .container .moduletable {
      grid-column: span 12; }
    @media all and (-ms-high-contrast: none) {
    footer .container .moduletable {
      -ms-grid-column-span: 4; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    footer .container .moduletable {
      -ms-grid-column-span: 4; } }
    footer .container .moduletable a {
      font-size: 14px;
      line-height: 24px; }
      footer .container .moduletable a:hover {
        color: #fff !important; }
    footer .container .moduletable h3 {
      font-size: 12px;
      opacity: 0.8;
      letter-spacing: 3.72px;
      color: #d9dbed;
      text-transform: uppercase;
      font-family: 'Lato', sans-serif;
      font-weight: 500; }
    footer .container .moduletable.address {
      line-height: 24px; }
      footer .container .moduletable.address .link {
        margin-top: 30px;
        margin-bottom: 16px;
        opacity: 0.9;
        text-decoration: underline; }
        footer .container .moduletable.address .link a {
          font-size: 16px;
          line-height: 19px;
          opacity: 0.8;
          color: #d9dbed; }
          footer .container .moduletable.address .link a:hover {
            opacity: 0.9; }
    footer .container .moduletable.links a {
      line-height: 32px;
      opacity: 0.9;
      color: #d9dbed; }
      footer .container .moduletable.links a:hover {
        text-decoration: none; }
      footer .container .moduletable.links.social h3 {
        margin-top: 7px; }
    footer .container .copyright {
      grid-column: span 12;
      min-height: 50px;
      margin-top: 15px; }
    @media all and (-ms-high-contrast: none) {
    footer .container .copyright {
      -ms-grid-column-span: 12; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    footer .container .copyright {
      -ms-grid-column-span: 12; } }
    footer .container .copyright p {
      font-size: 14px; }
    footer .container .copyright a {
      font-size: 14px;
      line-height: 24px; }

@media (min-width: 768px) {
  .footer {
    min-height: 507px;
    padding-top: 10px; }
    .footer .container .logo {
      margin-bottom: inherit; }
      .footer .container .moduletable {
        grid-column: span 4;
        margin-top: 23px; }
        .footer .container .moduletable.address .link {
          margin-top: auto;
          margin-bottom: initial; }
      .footer .container .copyright {
        min-height: initial;
        margin-top: 20px; } }

.moduletable.main-menu {
  display: none; }
  @media (min-width: 1200px) {
  .moduletable.main-menu {
    display: block;
    width: 100%;
    max-width: 1100px; } }
  .moduletable.main-menu > nav {
    display: flex;
    margin-left: 60px; }
    @media all and (-ms-high-contrast: none) {
  .moduletable.main-menu > nav {
    display: -ms-flexbox;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.main-menu > nav {
    display: -ms-flexbox;
    margin-left: 30px;
    margin-right: 30px;
    justify-content: space-between; } }
    .moduletable.main-menu > nav > button {
      margin-right: 40px; }
    @media all and (-ms-high-contrast: none) {
    .moduletable.main-menu > nav > button {
      margin-right: 0px; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
    .moduletable.main-menu > nav > button {
      margin-right: 0px; } }
    .moduletable.main-menu > nav > button h4:hover, .moduletable.main-menu > nav > button span:hover {
      color: #ff233e; }
    .moduletable.main-menu > nav > button span {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      color: #090959;
      transition: ease-out 0.5s; }
    .moduletable.main-menu > nav .active {
      position: relative; }
    .moduletable.main-menu > nav .active::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 100%;
      background-color: #090959;
      left: 0;
      bottom: -6px;
      box-sizing: border-box; }
    .moduletable.main-menu > nav .active:hover::after {
      background-color: #ff233e; }
    .moduletable.main-menu > nav .overlay {
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      display: none;
      height: 100%;
      background-color: rgba(9, 9, 89, 0.6);
      z-index: 2; }
    .moduletable.main-menu > nav .overlay .content {
      background-color: #f2f2f7;
      padding: 30px 0 70px; }
      .moduletable.main-menu > nav .overlay .content .container .toolbar {
        grid-column: span 12; }
        @media all and (-ms-high-contrast: none) {
      .moduletable.main-menu > nav .overlay .content .container .toolbar {
        -ms-grid-column-span: 12; } }
        @supports (-ms-ime-align:auto) and (not (position:sticky)) {
      .moduletable.main-menu > nav .overlay .content .container .toolbar {
        -ms-grid-column-span: 12; } }
        .moduletable.main-menu > nav .overlay .content .container .toolbar button {
          background: transparent url('/templates/centenary/images/close-blue.svg') no-repeat center center;
          width: 21px;
          height: 20px;
          display: block;
          margin-left: auto; }
      .moduletable.main-menu > nav .overlay .content .container ul {
        grid-column: span 12;
        columns: 3; }
        .moduletable.main-menu > nav .overlay .content .container ul li {
          position: relative;
          padding-inline-start: 24px;
          padding-bottom: 21px;
          break-inside: avoid-column; }
          .moduletable.main-menu > nav .overlay .content .container ul li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 13px;
            height: 4px;
            background-color: #1b1b3d; }
          .moduletable.main-menu > nav .overlay .content .container ul li a h4:hover, .moduletable.main-menu > nav .overlay .content .container ul li a h5:hover {
            color: #ff233e; }

.moduletable.overlay-menu nav .wrapper {
  border-bottom: 1px solid #d9dbed; }
  .moduletable.overlay-menu nav .wrapper .container {
    display: flex;
    flex-direction: column;
    align-items: start; }
    .moduletable.overlay-menu nav .wrapper .container > button {
      height: 100%;
      width: 100%;
      padding: 20px 0;
      text-align: left;
      display: flex;
      align-items: center;
      padding-left: 20px;
      position: relative; }
    .moduletable.overlay-menu nav .wrapper .container > button span {
      font-family: 'Lato', sans-serif;
      font-size: 18px;
      color: #090959; }
    .moduletable.overlay-menu nav .wrapper .container > button::before {
      content: '+';
      font-size: 18px;
      position: absolute;
      left: 0;
      line-height: 18px;
      color: #686890;
      top: 50%;
      margin-top: -11px; }
      @media all and (-ms-high-contrast: none) {
        .moduletable.overlay-menu nav .wrapper .container > button::before {
          margin-top: -9px; } }
      @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.overlay-menu nav .wrapper .container > button::before {
          margin-top: -9px; } }
    .moduletable.overlay-menu nav .wrapper .container > button.open::before {
      content: '-'; }
    .moduletable.overlay-menu nav .wrapper .container > .items {
      display: none; }
    .moduletable.overlay-menu nav .wrapper .container > .items > .item {
      position: relative; }
      .moduletable.overlay-menu nav .wrapper .container > .items > .item > a h4 {
        color: #686890;
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 20px; }
      .moduletable.overlay-menu nav .wrapper .container > .items > .item > button {
        position: absolute;
        left: 0;
        height: 100%; }
        @media all and (-ms-high-contrast: none) {
        .moduletable.overlay-menu nav .wrapper .container > .items > .item > button {
          width: 100%; } }
        @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.overlay-menu nav .wrapper .container > .items > .item > button {
          width: 100%; } }
        .moduletable.overlay-menu nav .wrapper .container > .items > .item > button::before {
          font-size: 18px;
          content: '+';
          line-height: 12px;
          position: absolute;
          left: 0;
          color: #686890;
          top: 8px;
          width: 13px;
          height: 13px; }
        .moduletable.overlay-menu nav .wrapper .container > .items > .item > button.open::before {
          content: '-'; }
      .moduletable.overlay-menu nav .wrapper .container > .items > .item h5 {
        margin-left: 40px;
        margin-bottom: 20px; }
      .moduletable.overlay-menu nav .wrapper .container > .items > .item .items {
        display: none; }
    .moduletable.overlay-menu nav .wrapper .container form {
      width: 100%;
      position: relative; }
    .moduletable.overlay-menu nav .wrapper .container form .search {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 60px;
      height: 60px;
      width: 100%;
      padding-right: 60px; }
    .moduletable.overlay-menu nav .wrapper .container form .search-icon {
      position: absolute;
      background-color: transparent;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url('/templates/centenary/images/search.svg');
      width: 23px;
      height: 23px;
      right: 20px;
      top: 38px; }

.moduletable.side-menu-wrap {
  grid-column-start: 10;
  grid-column-end: 13;
  display: none; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.side-menu-wrap {
    -ms-grid-column-span: 3; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.side-menu-wrap {
    -ms-grid-column-span: 3; } }
  @media all and (-ms-high-contrast: none) {
  .moduletable.side-menu-wrap {
    display: block; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.side-menu-wrap {
    display: block; } }
  @media (min-width: 992px) {
  .moduletable.side-menu-wrap {
    display: block; } }
  .moduletable.side-menu-wrap .side-menu {
    margin-left: 60px;
    padding-left: 20px;
    border-left: 1px solid #d9dbed;
    width: 324px;
    padding-bottom: 40px; }
  .moduletable.side-menu-wrap .side-menu .first-lvl {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
    color: #090959;
    margin-bottom: 10px; }
  .moduletable.side-menu-wrap .side-menu .item {
    margin-bottom: 8px; }
  .moduletable.side-menu-wrap .side-menu .item a {
    color: #545473; }
    .moduletable.side-menu-wrap .side-menu .item a:hover {
      color: #ff233e; }
  .moduletable.side-menu-wrap .side-menu .item a.active, .moduletable.side-menu-wrap .side-menu .item a.active-parent {
    color: #090959; }
    .moduletable.side-menu-wrap .side-menu .item a.active:hover, .moduletable.side-menu-wrap .side-menu .item a.active-parent:hover {
      color: #ff233e; }
  .moduletable.side-menu-wrap .side-menu .item header {
    display: flex;
    align-items: center;
    position: relative; }
    .moduletable.side-menu-wrap .side-menu .item header .second-lvl {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 23px;
      margin-left: 30px; }
    .moduletable.side-menu-wrap .side-menu .item header .toggle {
      height: 13px;
      width: 13px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 6px;
      margin-right: -15px; }
    @media all and (-ms-high-contrast: none) {
        .moduletable.side-menu-wrap .side-menu .item header .toggle {
          justify-content: flex-start; } }
    @supports (-ms-ime-align:auto) and (not (position:sticky)) {
        .moduletable.side-menu-wrap .side-menu .item header .toggle {
          justify-content: flex-start; } }
    .moduletable.side-menu-wrap .side-menu .item header .toggle::before, .moduletable.side-menu-wrap .side-menu .item header .toggle::after {
      content: '';
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      background-color: #686890;
      height: 1px;
      width: 10px; }
    .moduletable.side-menu-wrap .side-menu .item header .toggle.closed::after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  .moduletable.side-menu-wrap .side-menu .item .children {
    display: none;
    margin: 10px 0 10px 30px; }
    .moduletable.side-menu-wrap .side-menu .item .children .third-lvl {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 20px;
      border-bottom: 1px solid #d9dbed;
      padding: 10px 0; }
    .moduletable.side-menu-wrap .side-menu .item .children .third-lvl:first-child {
      border-top: 1px solid #d9dbed; }

.moduletable.custom.interest-rates {
  grid-column: span 12; }
  @media all and (-ms-high-contrast: none) {
  .moduletable.custom.interest-rates {
    -ms-grid-column-span: 4; } }
  @supports (-ms-ime-align:auto) and (not (position:sticky)) {
  .moduletable.custom.interest-rates {
    -ms-grid-column-span: 4; } }
  @media (min-width: 768px) {
  .moduletable.custom.interest-rates {
    grid-column: span 4; } }
  .moduletable.custom.interest-rates .interest-rates-container {
    height: 508px;
    width: 100%;
    min-width: 240px;
    border: 1px solid #d9dbed;
    border-radius: 1px;
    background-color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    padding: 19px 18px; }
  @media (min-width: 992px) {
    .moduletable.custom.interest-rates .interest-rates-container {
      padding: 19px 30px; } }
  .moduletable.custom.interest-rates .interest-rates-container .date {
    flex: 0;
    margin-bottom: 16px; }
  .moduletable.custom.interest-rates .interest-rates-container .interest-rate-item {
    flex: 1;
    border-top: 1px solid #d9dbed;
    padding: 17px 6px; }
  .moduletable.custom.interest-rates .interest-rates-container .interest-rate-item .value {
    color: #090959;
    font-family: 'Lato', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px; }

@media (min-width: 768px) {
    .moduletable.custom.data-formats {
      grid-column: span 12; } }
  @media (min-width: 992px) {
  .moduletable.custom.data-formats {
    grid-column-start: 10;
    grid-column-end: 13; } }

.btn {
  display: inline-flex;
  align-items: center;
  border: 1px solid #d9dbed;
  border-radius: 32px;
  background-color: #fff;
  padding: 9px 28px;
  color: #292936;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px; }
  .btn.active {
    background-color: #090959;
    color: #fff; }
  .btn:not(.active):hover, .btn:not(.active):active, .btn:not(.active):focus {
    background-color: #f2f2f7;
    color: #292936; }
  .btn .badge {
    background-color: #ff233e;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    width: 24px;
    line-height: 24px;
    margin-left: 13px;
    margin-right: -18px;
    font-weight: normal; }
  .btn.rect {
    border-radius: 0;
    padding: 7px 28px;
    background-color: transparent; }
  .btn.rect:hover {
    background-color: #d9dbed; }
  .btn.rect:hover.plus {
    background-color: #ff233e; }
  .btn.rect.recycle, .btn.rect.plus {
    position: relative;
    padding-left: 44px; }
  .btn.rect.recycle::before, .btn.rect.plus::before {
    content: '';
    background-repeat: no-repeat;
    height: 17px;
    width: 14px;
    position: absolute;
    top: 50%;
    left: 14px;
    margin-top: -7px; }
  .btn.rect.recycle::before {
    background-image: url('/templates/centenary/images/recycle.svg'); }
  .btn.rect.plus {
    background-color: #090959;
    color: #fff; }
  .btn.rect.plus::before {
    background-image: url('/templates/centenary/images/plus.png'); }
  .btn.primary {
    font-size: 20px;
    color: #fff;
    background-color: #090959;
    border-radius: 0; }
  .btn.primary:hover {
    color: #fff;
    background-color: #686890; }

.signup-button {
  background-color: #28294f;
  color: #fff;
  padding: 0 42px 12px 42px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500; }
  .signup-button:hover {
    color: #fff !important; }

.moduletable.news-mailer-wrapper .news-mailer {
  grid-column: span 12;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  max-height: 100%;
  overflow-x: hidden;
  z-index: 11;
  background-color: #f2f2f7;
  color: #292936;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s; }
  .moduletable.news-mailer-wrapper .news-mailer.opened {
    transform: translateY(0); }
  @media print {
      .moduletable.news-mailer-wrapper .news-mailer.opened {
        display: none; } }
  .moduletable.news-mailer-wrapper .news-mailer .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url('/templates/centenary/images/close-blue.svg');
    background-size: cover;
    cursor: pointer; }
  .moduletable.news-mailer-wrapper .news-mailer .container {
    height: 100%;
    position: relative;
    padding-top: 35px;
    border-top: 1px solid #d9dbed; }
  .moduletable.news-mailer-wrapper .news-mailer .mail-icon {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 17px; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container {
    max-width: 530px; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container .title {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 32px;
    min-height: 45px;
    font-weight: normal;
    float: left;
    padding-top: 5px; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container .description, .moduletable.news-mailer-wrapper .news-mailer .message-container .verification-message {
    padding-top: 15px;
    clear: both;
    color: #292936;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato', sans-serif; }
  .moduletable.news-mailer-wrapper .news-mailer .message-container .verification-message {
    display: none; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container {
    position: relative;
    display: grid;
    grid-column: span 12;
    grid-template-columns: minmax(100px, auto) 170px;
    margin-top: 35px;
    margin-bottom: 33px; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container input[type=text], .moduletable.news-mailer-wrapper .news-mailer .input-container input[type=button] {
    height: 65px;
    line-height: 65px; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .error-message {
    display: none;
    position: absolute;
    height: 14px;
    top: 70px;
    font-size: 12px;
    color: #ff233e; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-email {
    -webkit-transition: border-color 0.3s ease-out 0s;
    -moz-transition: border-color 0.3s ease-out 0s;
    transition: border-color 0.3s ease-out 0s; }
    .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-email.error {
      border: 1px solid #ff233e; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-send {
    text-align: center;
    max-width: 170px;
    margin-left: -1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .moduletable.news-mailer-wrapper .news-mailer .input-container .mailer-types {
    grid-column: span 12;
    margin-top: 20px; }
    .moduletable.news-mailer-wrapper .news-mailer .input-container .mailer-types div {
      margin-top: 10px; }
  @media (min-width: 768px) {
  .moduletable.news-mailer-wrapper .news-mailer .container {
    padding-bottom: 35px; }
    .moduletable.news-mailer-wrapper .news-mailer .mail-icon {
      margin-right: 56px;
      width: 74px;
      height: 74px; }

    .moduletable.news-mailer-wrapper .news-mailer .message-container {
      float: left;
      padding-right: 30px; }
      .moduletable.news-mailer-wrapper .news-mailer .message-container .title {
        font-size: 34px;
        padding: 0;
        float: none; }
      .moduletable.news-mailer-wrapper .news-mailer .message-container .description, .moduletable.news-mailer-wrapper .news-mailer .message-container .verification-message {
        padding-top: 0px; }

    .moduletable.news-mailer-wrapper .news-mailer .input-container {
      clear: both;
      padding-top: 35px;
      margin-bottom: 0;
      grid-template-columns: minmax(170px, auto) 170px; }
      .moduletable.news-mailer-wrapper .news-mailer .input-container .news-mailer-email {
        min-width: 170px; } }
  @media (min-width: 1200px) {
  .moduletable.news-mailer-wrapper .news-mailer .message-container {
    max-width: 530px; }
    .moduletable.news-mailer-wrapper .news-mailer .input-container {
      margin-top: 15px;
      padding-top: 0;
      float: right;
      clear: none; } }

article table:not([class]), article table.fi-table:not([class]) {
  margin: 50px 0; }
  article table:not([class]) .table-nav, article table.fi-table:not([class]) .table-nav {
    display: none; }
  article table tbody tr td, article table.fi-table tbody tr td, article table thead tr td, article table.fi-table thead tr td, article table tbody th, article table.fi-table tbody th, article table thead th, article table.fi-table thead th {
    color: #090959;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 21px;
    border-bottom: 1px solid #090959;
    border-right: 0.5px solid #d9dbed;
    padding: 12px 14px; }
    article table tbody tr td:last-child, article table.fi-table tbody tr td:last-child, article table thead tr td:last-child, article table.fi-table thead tr td:last-child, article table tbody th:last-child, article table.fi-table tbody th:last-child, article table thead th:last-child, article table.fi-table thead th:last-child {
      border-right: none; }
  article table tbody td[rowspan], article table.fi-table tbody td[rowspan], article table thead td[rowspan], article table.fi-table thead td[rowspan] {
    border-left: 0.5px solid #d9dbed; }
    article table tbody td[rowspan]:first-child, article table.fi-table tbody td[rowspan]:first-child, article table thead td[rowspan]:first-child, article table.fi-table thead td[rowspan]:first-child {
      border-left: none; }
  article table tbody .value-column, article table.fi-table tbody .value-column, article table thead .value-column, article table.fi-table thead .value-column {
    width: 100px; }
  article table tbody .indented, article table.fi-table tbody .indented, article table thead .indented, article table.fi-table thead .indented {
    padding-left: 32px; }
  article table thead tr th, article table.fi-table thead tr th, article table .table-head td, article table.fi-table .table-head td, article table .header td, article table.fi-table .header td {
    font-weight: 600;
    line-height: 24px;
    background-color: #f2f2f7;
    border-right: none;
    position: relative;
    z-index: 1; }
  article table thead tr th:before, article table.fi-table thead tr th:before, article table .table-head td:before, article table.fi-table .table-head td:before, article table .header td:before, article table.fi-table .header td:before {
    content: "";
    position: absolute;
    left: -0.25px;
    bottom: 0;
    height: 12px;
    border-left: 0.5px solid #d9dbed; }
  article table thead tr th:first-child:before, article table.fi-table thead tr th:first-child:before, article table .table-head td:first-child:before, article table.fi-table .table-head td:first-child:before, article table .header td:first-child:before, article table.fi-table .header td:first-child:before {
    border-left: none; }
  article table ul.table-nav, article table.fi-table ul.table-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    text-align: center; }
  article table ul.table-nav li, article table.fi-table ul.table-nav li {
    display: inline;
    padding: 0;
    margin: 0 8px;
    cursor: pointer; }
    article table ul.table-nav li:before, article table.fi-table ul.table-nav li:before {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      border: #686890 solid 1px;
      background-color: transparent;
      border-radius: 50%;
      left: 0; }
  article table ul.table-nav li.active:before, article table.fi-table ul.table-nav li.active:before {
    background-color: #686890; }
  article .intro .image-panel {
    background: #f2f2f7;
    padding: 20px;
    margin-bottom: 35px; }
  article .intro .image-panel img {
    max-width: 100%; }
  article .body img {
    max-width: 100%; }
  article .body .wf_caption {
    max-width: 100% !important;
    margin: 44px 0; }
  article .body .wf_caption span {
    margin-top: 11px;
    color: #292936;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 17px; }
  article .body iframe {
    max-width: 100%; }
  article .body h1, article .body h2, article .body h3, article .body h4, article .body h5 {
    font-weight: normal; }
  article .body h2 {
    margin: 46px 0 22px;
    font-size: 28px; }
  article .body h3 {
    margin-top: 40px;
    font-size: 21px;
    line-height: 34px; }
  article .body h1, article .body h3, article .body h4, article .body h5, article .body p, article .body ol {
    margin-bottom: 14px; }
  article .body ol li, article .body ul li {
    position: relative;
    padding-left: 20px; }
    article .body ol li::before, article .body ul li::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #292936;
      border-radius: 3px;
      left: 0;
      top: 9px; }
    article .body ol li ul li::before, article .body ul li ul li::before {
      width: 5.4545454545px;
      height: 5.4545454545px;
      background-color: transparent;
      border: 1px solid #292936;
      border-radius: 2.7272727273px; }
  article .body ul {
    margin-bottom: 14px; }
  article .body table > tbody > tr > td > ol li, article .body table > tbody > tr > td > ul li {
    font-size: 14px;
    line-height: 21px; }
    article .body table > tbody > tr > td > ol li::before, article .body table > tbody > tr > td > ul li::before {
      top: 7.5px; }
  article .body blockquote {
    position: relative;
    padding-left: 38px;
    margin-top: 40px;
    margin-bottom: 40px;
    font-family: 'Lora', serif;
    font-size: 34px;
    line-height: 48px;
    color: #090959; }
  article .body blockquote p {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit; }
  article .body blockquote::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #090959; }
  article .body a {
    text-decoration: underline; }
  article .body.blue {
    color: #090959; }
  article .body.blue ol li::before, article .body.blue ul li::before {
    background-color: #292936; }
  article .body.blue blockquote::before {
    background-color: #090959; }

.reference-container {
  position: relative;
  display: inline-block;
  bottom: 10px;
  padding-left: 3px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  color: #ff233e;
  text-decoration: underline;
  cursor: pointer; }

.reference-container.active {
  color: #ff233e;
  text-decoration: underline; }

.reference-text {
  visibility: hidden;
  position: absolute;
  bottom: 150%;
  left: 50%;
  border: rgba(9, 9, 89, 0.35) solid 1px;
  background-color: #f8f8fd;
  padding: 7px;
  width: max-content;
  color: #090959;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 17px;
  margin-bottom: 0 !important;
  max-width: 500px;
  z-index: 1; }

.phocagallery {
  width: 80%;
  margin: auto;
  position: relative; }

.small-images-slider {
  display: grid;
  grid-template-columns: 1fr 68px;
  margin-bottom: 16px;
  overflow-x: hidden; }
  .small-images-slider button {
    position: absolute;
    display: flex; }
  .small-images-slider button.slider-next {
    right: -25px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d9dbed;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(104, 104, 144, 0.169);
    top: calc(50% - 25px); }
  .small-images-slider button.slider-next:hover {
    border-color: #f2f2f7; }
    .small-images-slider button.slider-next:hover::after {
      border-color: #090959; }
  .small-images-slider button.slider-next::after {
    -webkit-transform: rotate(225deg);
    margin-left: -3px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1.5px solid #686890;
    border-top: none;
    border-right: none;
    box-sizing: inherit; }
  .small-images-slider button.btn-next {
    display: flex; }
  .small-images-slider button.btn-next.hidden {
    right: -10%;
    opacity: 0; }
  .small-images-slider button.slider-previous {
    left: -25px;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #d9dbed;
    background-color: #fff;
    box-shadow: 0 6px 8px 0 rgba(104, 104, 144, 0.169);
    top: calc(50% - 25px); }
  .small-images-slider button.slider-previous:hover {
    border-color: #f2f2f7; }
    .small-images-slider button.slider-previous:hover::after {
      border-color: #090959; }
  .small-images-slider button.slider-previous::after {
    -webkit-transform: rotate(45deg);
    margin-left: 3px;
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border: 1.5px solid #686890;
    border-top: none;
    border-right: none; }
  .small-images-slider button.btn-previous {
    display: flex;
    z-index: 2; }
  .small-images-slider button.btn-previous.hidden {
    left: -10%;
    opacity: 0; }
  @media (min-width: 768px) {
  .small-images-slider {
    margin-bottom: 0; } }
  .small-images-slider .slider-items {
    display: grid;
    grid-template-columns: 100% 100% 100%;
    grid-auto-rows: 1fr;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 1;
    transform: translateX(-100%);
    transition: transform 0.3s linear; }
  .small-images-slider .slider-items.visible-next {
    transform: translateX(-110%); }
  .small-images-slider .slider-items.visible-previous {
    transform: translateX(-90%); }
  .small-images-slider .slider-items img, .small-images-slider .slider-items figure {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .small-images-slider .slider-items img:not(.active), .small-images-slider .slider-items figure:not(.active) {
    display: none; }
    .small-images-slider .slider-items img:not(.active)[data-src], .small-images-slider .slider-items figure:not(.active)[data-src] {
      width: 0;
      opacity: 0; }
  .small-images-slider .slider-items img.next, .small-images-slider .slider-items figure.next, .small-images-slider .slider-items img.previous, .small-images-slider .slider-items figure.previous {
    display: block; }
  .small-images-slider .slider-items img.active, .small-images-slider .slider-items figure.active {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items img.next, .small-images-slider .slider-items figure.next {
    grid-column: 3;
    -ms-grid-column: 3;
    grid-row: 1;
    -ms-grid-row: 1; }
  .small-images-slider .slider-items img.previous, .small-images-slider .slider-items figure.previous {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
    z-index: 1; }
  .small-images-slider .slider-items.first-slide {
    --start: 0%;
    --end: -110%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.next-animation {
    --start: -10%;
    --end: -110%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.previous-animation {
    --start: -190%;
    --end: -90%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.next-animation-mobile {
    --start: 0%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.previous-animation-mobile {
    --start: -200%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.two-images {
    grid-template-columns: 100% 100%;
    transform: translateX(0); }
  .small-images-slider .slider-items.two-images img.active, .small-images-slider .slider-items.two-images figure.active {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
    .small-images-slider .slider-items.two-images img.next, .small-images-slider .slider-items.two-images figure.next {
      grid-column: 2;
      -ms-grid-column: 2;
      grid-row: 1;
      -ms-grid-row: 1; }
  .small-images-slider .slider-items.two-images.visible-next {
    transform: translateX(-100%); }
    .small-images-slider .slider-items.two-images.visible-next img.active, .small-images-slider .slider-items.two-images.visible-next figure.active {
      grid-column: 2;
      -ms-grid-column: 2;
      grid-row: 1;
      -ms-grid-row: 1; }
    .small-images-slider .slider-items.two-images.visible-next img.next, .small-images-slider .slider-items.two-images.visible-next figure.next {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1; }
  .small-images-slider .slider-items.two-images.next-animation, .small-images-slider .slider-items.two-images.next-animation-mobile, .small-images-slider .slider-items.two-images.first-slide {
    --start: 0%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .small-images-slider .slider-items.two-images.previous-animation, .small-images-slider .slider-items.two-images.previous-animation-mobile {
    --start: -100%;
    --end: 0%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }

@keyframes mini-slider-translate {
  from {
    -webkit-transform: translateX(var(--start));
    transform: translateX(var(--start)); }

  to {
    -webkit-transform: translateX(var(--end));
    transform: translateX(var(--end)); } }

.slider-items.two-images {
  grid-template-columns: 100% 100%;
  transform: translateX(0); }
  .slider-items.two-images img.active, .slider-items.two-images figure.active {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1; }
  .slider-items.two-images img.next, .slider-items.two-images figure.next {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
  .slider-items.two-images.visible-next {
    transform: translateX(-100%); }
  .slider-items.two-images.visible-next img.active, .slider-items.two-images.visible-next figure.active {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1; }
    .slider-items.two-images.visible-next img.next, .slider-items.two-images.visible-next figure.next {
      grid-column: 1;
      -ms-grid-column: 1;
      grid-row: 1;
      -ms-grid-row: 1; }
  .slider-items.two-images.next-animation, .slider-items.two-images.next-animation-mobile, .slider-items.two-images.first-slide {
    --start: 0%;
    --end: -100%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
  .slider-items.two-images.previous-animation, .slider-items.two-images.previous-animation-mobile {
    --start: -100%;
    --end: 0%;
    -webkit-animation: mini-slider-translate 0.4s ease;
    animation: mini-slider-translate 0.4s ease; }
