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

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

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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: none;
  background: none;
  box-shadow: none;
  height: 100%;
  padding-left: 0;
  padding-top: 4px; }

.chosenImage-container .chosen-single div {
  top: 7px; }

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

.chosenImage-container .chosen-single span, .chosenImage-container .chosen-results li {
  color: #131429;
  font-family: 'Open Sans', normal;
  background: none 3px center / 19px 19px no-repeat;
  padding-left: 28px;
  font-size: 14px; }
  @media (min-width: 1200px) {
  .chosenImage-container .chosen-single span, .chosenImage-container .chosen-results li {
    font-size: 16px; } }

.chosenImage-container .chosen-single span {
  background-position: left -4px;
  background-size: 32px;
  height: 40px;
  padding-left: 40px; }

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

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

.datepicker {
  border-radius: 0;
  width: 316px;
  font-family: 'Open Sans', normal; }
  .datepicker--pointer {
    display: none; }
  .datepicker--nav {
    min-height: 54px;
    background-color: #2c3765;
    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: #f3f3f4;
      height: 1px;
      width: calc(100% - 20px);
      left: 10px;
      bottom: 0;
      position: absolute; }
  .datepicker--day-name {
    font-size: 12px;
    color: #6073b5; }
  .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: #191819; }
    .datepicker--cell.-selected-::after {
      background-color: #f3f3f4; }
  .datepicker--cell-month.-focus-::after, .datepicker--cell-year.-focus-::after, .datepicker--cell-month.-current-::after, .datepicker--cell-year.-current-::after {
    background-color: #2c3765;
    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: #f3f3f4; }
  .datepicker--cell.-current- {
    color: #fff; }
    .datepicker--cell.-current-::after {
      background-color: #2c3765; }
/**
 * 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; }
/**
 * Basic styles for links
 */
a {
  color: #2c3765;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    color: #589a99; }
/**
 * Basic typography style for copy text
 */
body {
  color: #191819;
  font: 16px / 22px 'Open Sans', normal; }

h2, h3, h4 {
  color: #2c3765;
  font-family: 'Lora', normal;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 28px; }

h1 {
  color: #2c3765;
  font-size: 48px;
  font-family: 'Lora', normal;
  line-height: 64px;
  font-weight: 600; }

h2, h3, h4 {
  font-size: 20px; }

p, li, span {
  font-family: 'Open Sans', normal;
  font-size: 16px;
  line-height: 22px; }

.title-underscore {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 11px;
  border-bottom: 4px solid #fff;
  text-transform: uppercase;
  font-weight: 400; }
  @media (min-width: 1200px) {
  .title-underscore {
    font-size: 18px;
    line-height: 25px; } }

.title-line-above {
  font-family: 'Lora', normal;
  font-size: 20px;
  line-height: 28px;
  color: #131429;
  text-transform: uppercase;
  border-top: 4px solid #2c3765;
  padding-top: 16px;
  margin-bottom: 18px;
  font-weight: 500; }
  @media (min-width: 1200px) {
  .title-line-above {
    padding-top: 20px;
    margin-bottom: 11px; } }
/**
 * 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, .moduletable.holidays-wrapper h2, .moduletable.news, .moduletable.exchange-rates-calculator, .moduletable.mini-calendar-wrapper, .moduletable.banners-highlights h2, .convertforms, .moduletable.interest-rates {
  max-width: 1390px;
  /* 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; } }

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

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

body > header {
  height: 83px;
  border-bottom: 1px solid #f3f3f4;
  display: flex;
  justify-content: space-between;
  padding-right: 20px;
  position: relative; }
  @media (min-width: 1200px) {
  body > header {
    flex-direction: row-reverse;
    height: 162px;
    padding-right: 0; } }
  body > header .header-left {
    width: 100%;
    display: flex; }
    @media (min-width: 1200px) {
  body > header .header-left {
    flex-direction: row-reverse;
    justify-content: start;
    position: relative;
    padding-right: 20px;
    margin-right: auto; } }
    body > header .header-left .logo {
      width: 141px;
      height: 50px;
      margin: auto;
      background: transparent url('/templates/bali/images/logo-silver.svg') no-repeat center center;
      background-size: contain;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      @media (min-width: 1200px) {
  body > header .header-left .logo {
    position: unset;
    width: 169px;
    height: 60px;
    margin: 62px 28px 35px 60px;
    transform: unset; } }
      @media (min-width: 1200px) and (max-width: 1640px) {
  body > header .header-left .logo {
    width: 169px;
    margin: 62px 28px 35px 40px; } }
      body > header .header-left .logo a {
        height: 100%;
        width: 100%;
        display: block; }
  body > header .header-right {
    display: flex;
    flex-direction: row-reverse;
    padding-left: 20px; }
    @media (min-width: 1200px) {
  body > header .header-right {
    flex-direction: row;
    padding-left: 0;
    width: 612px; } }
    @media (min-width: 1200px) and (max-width: 1519px) {
  body > header .header-right {
    width: unset; } }
    body > header .header-right .language-switch {
      margin: 0 15px 0 10px; }
      @media (min-width: 1200px) {
  body > header .header-right .language-switch {
    margin: 0; } }
  body > header .open-overlay {
    height: 25px;
    padding-bottom: 2px;
    margin: auto 0;
    border-radius: 4px;
    padding-right: 20px; }
    @media (min-width: 1200px) {
  body > header .open-overlay {
    display: none; } }

body > main > .moduletable > h2 {
  color: #191819;
  font-weight: 700;
  font-size: 26px;
  line-height: 36px;
  padding-bottom: 11px; }
  body > main > .moduletable > h3 {
    margin-bottom: 30px;
    font-family: 'Open Sans', normal;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase; }
  @media (min-width: 576px) {
    body .desktop-hidden {
      display: none; } }
  @media (max-width: 575px) {
    body .mobile-hidden {
      display: none; } }

footer {
  background-color: #2c3765;
  color: #fff; }
  @media (min-width: 1200px) {
  footer {
    font-size: 18px; } }
  footer a {
    color: #fff;
    margin-top: 10px; }
  @media (min-width: 1200px) {
    footer a {
      margin-top: 14px; } }
  footer a:nth-of-type(1) {
    margin-top: 0; }
  footer a:hover, footer a:active, footer a:focus {
    color: #589a99; }
  footer .container, footer .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper footer h2, footer .moduletable.news, footer .moduletable.exchange-rates-calculator, footer .moduletable.mini-calendar-wrapper, footer .moduletable.banners-highlights h2, .moduletable.banners-highlights footer h2, footer .convertforms, footer .moduletable.interest-rates {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 48px; }
  @media (min-width: 1200px) {
    footer .container, footer .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper footer h2, footer .moduletable.news, footer .moduletable.exchange-rates-calculator, footer .moduletable.mini-calendar-wrapper, footer .moduletable.banners-highlights h2, .moduletable.banners-highlights footer h2, footer .convertforms, footer .moduletable.interest-rates {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 68px;
      padding-bottom: 72px; } }
  footer .container .moduletable, footer .moduletable.holidays-wrapper h2 .moduletable, .moduletable.holidays-wrapper footer h2 .moduletable, footer .moduletable.news .moduletable, footer .moduletable.exchange-rates-calculator .moduletable, footer .moduletable.mini-calendar-wrapper .moduletable, footer .moduletable.banners-highlights h2 .moduletable, .moduletable.banners-highlights footer h2 .moduletable, footer .convertforms .moduletable, footer .moduletable.interest-rates .moduletable {
    width: 100%; }
  @media (min-width: 1200px) {
      footer .container .moduletable, footer .moduletable.holidays-wrapper h2 .moduletable, .moduletable.holidays-wrapper footer h2 .moduletable, footer .moduletable.news .moduletable, footer .moduletable.exchange-rates-calculator .moduletable, footer .moduletable.mini-calendar-wrapper .moduletable, footer .moduletable.banners-highlights h2 .moduletable, .moduletable.banners-highlights footer h2 .moduletable, footer .convertforms .moduletable, footer .moduletable.interest-rates .moduletable {
        flex: 1;
        flex-basis: 33%; } }
  footer .container nav, footer .moduletable.holidays-wrapper h2 nav, .moduletable.holidays-wrapper footer h2 nav, footer .moduletable.news nav, footer .moduletable.exchange-rates-calculator nav, footer .moduletable.mini-calendar-wrapper nav, footer .moduletable.banners-highlights h2 nav, .moduletable.banners-highlights footer h2 nav, footer .convertforms nav, footer .moduletable.interest-rates nav, footer .container .address, footer .moduletable.holidays-wrapper h2 .address, .moduletable.holidays-wrapper footer h2 .address, footer .moduletable.news .address, footer .moduletable.exchange-rates-calculator .address, footer .moduletable.mini-calendar-wrapper .address, footer .moduletable.banners-highlights h2 .address, .moduletable.banners-highlights footer h2 .address, footer .convertforms .address, footer .moduletable.interest-rates .address {
    display: flex;
    flex-direction: column; }
  footer .container nav .title-underscore, footer .moduletable.holidays-wrapper h2 nav .title-underscore, .moduletable.holidays-wrapper footer h2 nav .title-underscore, footer .moduletable.news nav .title-underscore, footer .moduletable.exchange-rates-calculator nav .title-underscore, footer .moduletable.mini-calendar-wrapper nav .title-underscore, footer .moduletable.banners-highlights h2 nav .title-underscore, .moduletable.banners-highlights footer h2 nav .title-underscore, footer .convertforms nav .title-underscore, footer .moduletable.interest-rates nav .title-underscore, footer .container .address .title-underscore, footer .moduletable.holidays-wrapper h2 .address .title-underscore, .moduletable.holidays-wrapper footer h2 .address .title-underscore, footer .moduletable.news .address .title-underscore, footer .moduletable.exchange-rates-calculator .address .title-underscore, footer .moduletable.mini-calendar-wrapper .address .title-underscore, footer .moduletable.banners-highlights h2 .address .title-underscore, .moduletable.banners-highlights footer h2 .address .title-underscore, footer .convertforms .address .title-underscore, footer .moduletable.interest-rates .address .title-underscore {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 8px; }
    @media (min-width: 1200px) {
      footer .container nav .title-underscore, footer .moduletable.holidays-wrapper h2 nav .title-underscore, .moduletable.holidays-wrapper footer h2 nav .title-underscore, footer .moduletable.news nav .title-underscore, footer .moduletable.exchange-rates-calculator nav .title-underscore, footer .moduletable.mini-calendar-wrapper nav .title-underscore, footer .moduletable.banners-highlights h2 nav .title-underscore, .moduletable.banners-highlights footer h2 nav .title-underscore, footer .convertforms nav .title-underscore, footer .moduletable.interest-rates nav .title-underscore, footer .container .address .title-underscore, footer .moduletable.holidays-wrapper h2 .address .title-underscore, .moduletable.holidays-wrapper footer h2 .address .title-underscore, footer .moduletable.news .address .title-underscore, footer .moduletable.exchange-rates-calculator .address .title-underscore, footer .moduletable.mini-calendar-wrapper .address .title-underscore, footer .moduletable.banners-highlights h2 .address .title-underscore, .moduletable.banners-highlights footer h2 .address .title-underscore, footer .convertforms .address .title-underscore, footer .moduletable.interest-rates .address .title-underscore {
        width: 306px; } }
    footer .container nav .title-underscore:nth-of-type(1), footer .moduletable.holidays-wrapper h2 nav .title-underscore:nth-of-type(1), .moduletable.holidays-wrapper footer h2 nav .title-underscore:nth-of-type(1), footer .moduletable.news nav .title-underscore:nth-of-type(1), footer .moduletable.exchange-rates-calculator nav .title-underscore:nth-of-type(1), footer .moduletable.mini-calendar-wrapper nav .title-underscore:nth-of-type(1), footer .moduletable.banners-highlights h2 nav .title-underscore:nth-of-type(1), .moduletable.banners-highlights footer h2 nav .title-underscore:nth-of-type(1), footer .convertforms nav .title-underscore:nth-of-type(1), footer .moduletable.interest-rates nav .title-underscore:nth-of-type(1), footer .container .address .title-underscore:nth-of-type(1), footer .moduletable.holidays-wrapper h2 .address .title-underscore:nth-of-type(1), .moduletable.holidays-wrapper footer h2 .address .title-underscore:nth-of-type(1), footer .moduletable.news .address .title-underscore:nth-of-type(1), footer .moduletable.exchange-rates-calculator .address .title-underscore:nth-of-type(1), footer .moduletable.mini-calendar-wrapper .address .title-underscore:nth-of-type(1), footer .moduletable.banners-highlights h2 .address .title-underscore:nth-of-type(1), .moduletable.banners-highlights footer h2 .address .title-underscore:nth-of-type(1), footer .convertforms .address .title-underscore:nth-of-type(1), footer .moduletable.interest-rates .address .title-underscore:nth-of-type(1) {
      margin-top: 0; }
  footer .container nav p, footer .moduletable.holidays-wrapper h2 nav p, .moduletable.holidays-wrapper footer h2 nav p, footer .moduletable.news nav p, footer .moduletable.exchange-rates-calculator nav p, footer .moduletable.mini-calendar-wrapper nav p, footer .moduletable.banners-highlights h2 nav p, .moduletable.banners-highlights footer h2 nav p, footer .convertforms nav p, footer .moduletable.interest-rates nav p, footer .container .address p, footer .moduletable.holidays-wrapper h2 .address p, .moduletable.holidays-wrapper footer h2 .address p, footer .moduletable.news .address p, footer .moduletable.exchange-rates-calculator .address p, footer .moduletable.mini-calendar-wrapper .address p, footer .moduletable.banners-highlights h2 .address p, .moduletable.banners-highlights footer h2 .address p, footer .convertforms .address p, footer .moduletable.interest-rates .address p {
    color: #fff;
    margin-top: 10px; }
    @media (min-width: 1200px) {
      footer .container nav p, footer .moduletable.holidays-wrapper h2 nav p, .moduletable.holidays-wrapper footer h2 nav p, footer .moduletable.news nav p, footer .moduletable.exchange-rates-calculator nav p, footer .moduletable.mini-calendar-wrapper nav p, footer .moduletable.banners-highlights h2 nav p, .moduletable.banners-highlights footer h2 nav p, footer .convertforms nav p, footer .moduletable.interest-rates nav p, footer .container .address p, footer .moduletable.holidays-wrapper h2 .address p, .moduletable.holidays-wrapper footer h2 .address p, footer .moduletable.news .address p, footer .moduletable.exchange-rates-calculator .address p, footer .moduletable.mini-calendar-wrapper .address p, footer .moduletable.banners-highlights h2 .address p, .moduletable.banners-highlights footer h2 .address p, footer .convertforms .address p, footer .moduletable.interest-rates .address p {
        font-size: 18px;
        margin-top: 14px; } }
    footer .container nav p:nth-of-type(1), footer .moduletable.holidays-wrapper h2 nav p:nth-of-type(1), .moduletable.holidays-wrapper footer h2 nav p:nth-of-type(1), footer .moduletable.news nav p:nth-of-type(1), footer .moduletable.exchange-rates-calculator nav p:nth-of-type(1), footer .moduletable.mini-calendar-wrapper nav p:nth-of-type(1), footer .moduletable.banners-highlights h2 nav p:nth-of-type(1), .moduletable.banners-highlights footer h2 nav p:nth-of-type(1), footer .convertforms nav p:nth-of-type(1), footer .moduletable.interest-rates nav p:nth-of-type(1), footer .container .address p:nth-of-type(1), footer .moduletable.holidays-wrapper h2 .address p:nth-of-type(1), .moduletable.holidays-wrapper footer h2 .address p:nth-of-type(1), footer .moduletable.news .address p:nth-of-type(1), footer .moduletable.exchange-rates-calculator .address p:nth-of-type(1), footer .moduletable.mini-calendar-wrapper .address p:nth-of-type(1), footer .moduletable.banners-highlights h2 .address p:nth-of-type(1), .moduletable.banners-highlights footer h2 .address p:nth-of-type(1), footer .convertforms .address p:nth-of-type(1), footer .moduletable.interest-rates .address p:nth-of-type(1) {
      margin-top: 0; }
    footer .container nav p img, footer .moduletable.holidays-wrapper h2 nav p img, .moduletable.holidays-wrapper footer h2 nav p img, footer .moduletable.news nav p img, footer .moduletable.exchange-rates-calculator nav p img, footer .moduletable.mini-calendar-wrapper nav p img, footer .moduletable.banners-highlights h2 nav p img, .moduletable.banners-highlights footer h2 nav p img, footer .convertforms nav p img, footer .moduletable.interest-rates nav p img, footer .container .address p img, footer .moduletable.holidays-wrapper h2 .address p img, .moduletable.holidays-wrapper footer h2 .address p img, footer .moduletable.news .address p img, footer .moduletable.exchange-rates-calculator .address p img, footer .moduletable.mini-calendar-wrapper .address p img, footer .moduletable.banners-highlights h2 .address p img, .moduletable.banners-highlights footer h2 .address p img, footer .convertforms .address p img, footer .moduletable.interest-rates .address p img {
      width: 28px;
      height: 28px; }
  footer .container .links .title-underscore, footer .moduletable.holidays-wrapper h2 .links .title-underscore, .moduletable.holidays-wrapper footer h2 .links .title-underscore, footer .moduletable.news .links .title-underscore, footer .moduletable.exchange-rates-calculator .links .title-underscore, footer .moduletable.mini-calendar-wrapper .links .title-underscore, footer .moduletable.banners-highlights h2 .links .title-underscore, .moduletable.banners-highlights footer h2 .links .title-underscore, footer .convertforms .links .title-underscore, footer .moduletable.interest-rates .links .title-underscore, footer .container .news-mailer-wrapper .title-underscore, footer .moduletable.holidays-wrapper h2 .news-mailer-wrapper .title-underscore, .moduletable.holidays-wrapper footer h2 .news-mailer-wrapper .title-underscore, footer .moduletable.news .news-mailer-wrapper .title-underscore, footer .moduletable.exchange-rates-calculator .news-mailer-wrapper .title-underscore, footer .moduletable.mini-calendar-wrapper .news-mailer-wrapper .title-underscore, footer .moduletable.banners-highlights h2 .news-mailer-wrapper .title-underscore, .moduletable.banners-highlights footer h2 .news-mailer-wrapper .title-underscore, footer .convertforms .news-mailer-wrapper .title-underscore, footer .moduletable.interest-rates .news-mailer-wrapper .title-underscore {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px; }
    @media (min-width: 1200px) {
      footer .container .links .title-underscore, footer .moduletable.holidays-wrapper h2 .links .title-underscore, .moduletable.holidays-wrapper footer h2 .links .title-underscore, footer .moduletable.news .links .title-underscore, footer .moduletable.exchange-rates-calculator .links .title-underscore, footer .moduletable.mini-calendar-wrapper .links .title-underscore, footer .moduletable.banners-highlights h2 .links .title-underscore, .moduletable.banners-highlights footer h2 .links .title-underscore, footer .convertforms .links .title-underscore, footer .moduletable.interest-rates .links .title-underscore, footer .container .news-mailer-wrapper .title-underscore, footer .moduletable.holidays-wrapper h2 .news-mailer-wrapper .title-underscore, .moduletable.holidays-wrapper footer h2 .news-mailer-wrapper .title-underscore, footer .moduletable.news .news-mailer-wrapper .title-underscore, footer .moduletable.exchange-rates-calculator .news-mailer-wrapper .title-underscore, footer .moduletable.mini-calendar-wrapper .news-mailer-wrapper .title-underscore, footer .moduletable.banners-highlights h2 .news-mailer-wrapper .title-underscore, .moduletable.banners-highlights footer h2 .news-mailer-wrapper .title-underscore, footer .convertforms .news-mailer-wrapper .title-underscore, footer .moduletable.interest-rates .news-mailer-wrapper .title-underscore {
        width: 306px;
        margin-top: 0;
        margin-bottom: 35px; } }
  footer .container .icons, footer .moduletable.holidays-wrapper h2 .icons, .moduletable.holidays-wrapper footer h2 .icons, footer .moduletable.news .icons, footer .moduletable.exchange-rates-calculator .icons, footer .moduletable.mini-calendar-wrapper .icons, footer .moduletable.banners-highlights h2 .icons, .moduletable.banners-highlights footer h2 .icons, footer .convertforms .icons, footer .moduletable.interest-rates .icons {
    padding-top: 0; }
  footer .container .icons .title-underscore, footer .moduletable.holidays-wrapper h2 .icons .title-underscore, .moduletable.holidays-wrapper footer h2 .icons .title-underscore, footer .moduletable.news .icons .title-underscore, footer .moduletable.exchange-rates-calculator .icons .title-underscore, footer .moduletable.mini-calendar-wrapper .icons .title-underscore, footer .moduletable.banners-highlights h2 .icons .title-underscore, .moduletable.banners-highlights footer h2 .icons .title-underscore, footer .convertforms .icons .title-underscore, footer .moduletable.interest-rates .icons .title-underscore {
    font-family: 'Lora', normal;
    font-size: 26px;
    line-height: 36px;
    margin-top: 42px;
    margin-bottom: 35px;
    font-weight: 700;
    width: 100%; }
    @media (min-width: 1200px) {
      footer .container .icons .title-underscore, footer .moduletable.holidays-wrapper h2 .icons .title-underscore, .moduletable.holidays-wrapper footer h2 .icons .title-underscore, footer .moduletable.news .icons .title-underscore, footer .moduletable.exchange-rates-calculator .icons .title-underscore, footer .moduletable.mini-calendar-wrapper .icons .title-underscore, footer .moduletable.banners-highlights h2 .icons .title-underscore, .moduletable.banners-highlights footer h2 .icons .title-underscore, footer .convertforms .icons .title-underscore, footer .moduletable.interest-rates .icons .title-underscore {
        margin-top: 63px;
        margin-bottom: 42px; } }
  footer .container .icons nav, footer .moduletable.holidays-wrapper h2 .icons nav, .moduletable.holidays-wrapper footer h2 .icons nav, footer .moduletable.news .icons nav, footer .moduletable.exchange-rates-calculator .icons nav, footer .moduletable.mini-calendar-wrapper .icons nav, footer .moduletable.banners-highlights h2 .icons nav, .moduletable.banners-highlights footer h2 .icons nav, footer .convertforms .icons nav, footer .moduletable.interest-rates .icons nav {
    flex-direction: row; }
    footer .container .icons nav > a, footer .moduletable.holidays-wrapper h2 .icons nav > a, .moduletable.holidays-wrapper footer h2 .icons nav > a, footer .moduletable.news .icons nav > a, footer .moduletable.exchange-rates-calculator .icons nav > a, footer .moduletable.mini-calendar-wrapper .icons nav > a, footer .moduletable.banners-highlights h2 .icons nav > a, .moduletable.banners-highlights footer h2 .icons nav > a, footer .convertforms .icons nav > a, footer .moduletable.interest-rates .icons nav > a {
      margin-top: 0; }
      footer .container .icons nav > a > img, footer .moduletable.holidays-wrapper h2 .icons nav > a > img, .moduletable.holidays-wrapper footer h2 .icons nav > a > img, footer .moduletable.news .icons nav > a > img, footer .moduletable.exchange-rates-calculator .icons nav > a > img, footer .moduletable.mini-calendar-wrapper .icons nav > a > img, footer .moduletable.banners-highlights h2 .icons nav > a > img, .moduletable.banners-highlights footer h2 .icons nav > a > img, footer .convertforms .icons nav > a > img, footer .moduletable.interest-rates .icons nav > a > img {
        width: 34px;
        height: 34px;
        margin-right: 13px; }
        @media (min-width: 1200px) {
      footer .container .icons nav > a > img, footer .moduletable.holidays-wrapper h2 .icons nav > a > img, .moduletable.holidays-wrapper footer h2 .icons nav > a > img, footer .moduletable.news .icons nav > a > img, footer .moduletable.exchange-rates-calculator .icons nav > a > img, footer .moduletable.mini-calendar-wrapper .icons nav > a > img, footer .moduletable.banners-highlights h2 .icons nav > a > img, .moduletable.banners-highlights footer h2 .icons nav > a > img, footer .convertforms .icons nav > a > img, footer .moduletable.interest-rates .icons nav > a > img {
        width: 50px;
        height: 50px;
        margin-right: 18px; } }
  footer .bottom {
    background-color: #a8a9ab;
    color: #fff; }
  @media (min-width: 1200px) {
    footer .bottom {
      height: 80px; } }
  footer .bottom .container, footer .bottom .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper footer .bottom h2, footer .bottom .moduletable.news, footer .bottom .moduletable.exchange-rates-calculator, footer .bottom .moduletable.mini-calendar-wrapper, footer .bottom .moduletable.banners-highlights h2, .moduletable.banners-highlights footer .bottom h2, footer .bottom .convertforms, footer .bottom .moduletable.interest-rates {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px; }
  @media (min-width: 1200px) {
      footer .bottom .container, footer .bottom .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper footer .bottom h2, footer .bottom .moduletable.news, footer .bottom .moduletable.exchange-rates-calculator, footer .bottom .moduletable.mini-calendar-wrapper, footer .bottom .moduletable.banners-highlights h2, .moduletable.banners-highlights footer .bottom h2, footer .bottom .convertforms, footer .bottom .moduletable.interest-rates {
        flex-direction: row;
        justify-content: space-between;
        padding-top: 28px;
        padding-bottom: 0; } }
  footer .bottom .container .privacy, footer .bottom .moduletable.holidays-wrapper h2 .privacy, .moduletable.holidays-wrapper footer .bottom h2 .privacy, footer .bottom .moduletable.news .privacy, footer .bottom .moduletable.exchange-rates-calculator .privacy, footer .bottom .moduletable.mini-calendar-wrapper .privacy, footer .bottom .moduletable.banners-highlights h2 .privacy, .moduletable.banners-highlights footer .bottom h2 .privacy, footer .bottom .convertforms .privacy, footer .bottom .moduletable.interest-rates .privacy {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1200px) {
      footer .bottom .container .privacy, footer .bottom .moduletable.holidays-wrapper h2 .privacy, .moduletable.holidays-wrapper footer .bottom h2 .privacy, footer .bottom .moduletable.news .privacy, footer .bottom .moduletable.exchange-rates-calculator .privacy, footer .bottom .moduletable.mini-calendar-wrapper .privacy, footer .bottom .moduletable.banners-highlights h2 .privacy, .moduletable.banners-highlights footer .bottom h2 .privacy, footer .bottom .convertforms .privacy, footer .bottom .moduletable.interest-rates .privacy {
        flex-direction: row;
        justify-content: flex-start;
        column-gap: 50px; } }
    footer .bottom .container .privacy p, footer .bottom .moduletable.holidays-wrapper h2 .privacy p, .moduletable.holidays-wrapper footer .bottom h2 .privacy p, footer .bottom .moduletable.news .privacy p, footer .bottom .moduletable.exchange-rates-calculator .privacy p, footer .bottom .moduletable.mini-calendar-wrapper .privacy p, footer .bottom .moduletable.banners-highlights h2 .privacy p, .moduletable.banners-highlights footer .bottom h2 .privacy p, footer .bottom .convertforms .privacy p, footer .bottom .moduletable.interest-rates .privacy p {
      margin-bottom: 20px; }
  @media (min-width: 1200px) {
        footer .bottom .container .copyright, footer .bottom .moduletable.holidays-wrapper h2 .copyright, .moduletable.holidays-wrapper footer .bottom h2 .copyright, footer .bottom .moduletable.news .copyright, footer .bottom .moduletable.exchange-rates-calculator .copyright, footer .bottom .moduletable.mini-calendar-wrapper .copyright, footer .bottom .moduletable.banners-highlights h2 .copyright, .moduletable.banners-highlights footer .bottom h2 .copyright, footer .bottom .convertforms .copyright, footer .bottom .moduletable.interest-rates .copyright {
          display: flex;
          justify-content: flex-end; } }

.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;
    align-items: flex-start;
    margin-top: 98px;
    margin-left: 20px; }
  @media (min-width: 1200px) and (max-width: 1282px) {
    .moduletable.main-menu > nav {
      column-gap: 1px; } }
  @media (min-width: 1282px) and (max-width: 1300px) {
    .moduletable.main-menu > nav {
      column-gap: 8px; } }
  @media (min-width: 1300px) and (max-width: 1520px) {
    .moduletable.main-menu > nav {
      column-gap: 14px; } }
  @media (min-width: 1520px) and (max-width: 1600px) {
    .moduletable.main-menu > nav {
      column-gap: 5px; } }
  @media (min-width: 1600px) {
    .moduletable.main-menu > nav {
      column-gap: 24px; } }
  @media (min-width: 1600px) and (max-width: 1660px) {
    .moduletable.main-menu > nav {
      column-gap: 18px; } }
  .moduletable.main-menu > nav > button {
    padding: 7px; }
  .moduletable.main-menu > nav > button span {
    color: #000;
    text-transform: uppercase; }
    @media (min-width: 1200px) and (max-width: 1520px) {
      .moduletable.main-menu > nav > button span {
        font-size: 15px; } }
    .moduletable.main-menu > nav > button span:hover, .moduletable.main-menu > nav > button span:active, .moduletable.main-menu > nav > button span:focus {
      color: #589a99; }
  .moduletable.main-menu > nav > button:hover, .moduletable.main-menu > nav > button:active, .moduletable.main-menu > nav > button:focus {
    background-color: #f3f3f4; }
  .moduletable.main-menu > nav > button.active {
    position: relative;
    background-color: #f3f3f4; }
  .moduletable.main-menu > nav .dropdown-menu {
    position: absolute;
    top: 162px;
    left: 0;
    display: none;
    height: auto;
    background: #f3f3f4;
    padding: 12px 28px 70px 225px; }
  @media (max-width: 1599px) {
      .moduletable.main-menu > nav .dropdown-menu {
        padding-left: 200px; } }
  @media (min-width: 1600px) and (max-width: 1770px) {
      .moduletable.main-menu > nav .dropdown-menu {
        padding-left: 200px; } }
  .moduletable.main-menu > nav .dropdown-menu .content button {
    background: transparent url('/templates/bali/images/close-blue.svg') no-repeat center center;
    width: 18px;
    height: 18px;
    display: block;
    margin: 0 0 13px auto; }
    .moduletable.main-menu > nav .dropdown-menu .content ul {
      padding-right: 32px;
      columns: 3; }
      .moduletable.main-menu > nav .dropdown-menu .content ul li {
        position: relative;
        padding-inline-start: 24px;
        padding-bottom: 21px;
        break-inside: avoid-column; }
        .moduletable.main-menu > nav .dropdown-menu .content ul li::before {
          content: "";
          position: absolute;
          left: 0;
          top: 9px;
          width: 13px;
          height: 4px;
          background-color: #131429; }

.moduletable.first-page-menu {
  background-color: #f3f3f4;
  padding-top: 44px;
  padding-bottom: 14px;
  width: 100%; }
  @media (min-width: 1200px) {
  .moduletable.first-page-menu {
    padding-top: 60px; } }
  .moduletable.first-page-menu .container nav, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav, .moduletable.first-page-menu .moduletable.news nav, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav, .moduletable.first-page-menu .convertforms nav, .moduletable.first-page-menu .moduletable.interest-rates nav {
    display: flex;
    flex-direction: column; }
  @media (min-width: 1200px) {
      .moduletable.first-page-menu .container nav, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav, .moduletable.first-page-menu .moduletable.news nav, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav, .moduletable.first-page-menu .convertforms nav, .moduletable.first-page-menu .moduletable.interest-rates nav {
        flex-direction: row;
        flex-wrap: wrap; } }
  @media (min-width: 1200px) {
        .moduletable.first-page-menu .container nav .wrapper, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper, .moduletable.first-page-menu .moduletable.news nav .wrapper, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper, .moduletable.first-page-menu .convertforms nav .wrapper, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper {
          flex: 0 33%; } }
    .moduletable.first-page-menu .container nav .wrapper .content > button, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button, .moduletable.first-page-menu .convertforms nav .wrapper .content > button, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button {
      height: 100%;
      width: 100%;
      text-align: left;
      align-items: center;
      position: relative; }
      .moduletable.first-page-menu .container nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button.toggle, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button.toggle, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button.toggle, .moduletable.first-page-menu .convertforms nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button.toggle {
        display: flex; }
        @media (min-width: 1200px) {
        .moduletable.first-page-menu .container nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button.toggle, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button.toggle, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button.toggle, .moduletable.first-page-menu .convertforms nav .wrapper .content > button.toggle, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button.toggle {
          pointer-events: none; } }
      .moduletable.first-page-menu .container nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button span.title-line-above, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button span.title-line-above, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .convertforms nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button span.title-line-above {
        width: 100%; }
        @media (min-width: 1200px) {
        .moduletable.first-page-menu .container nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button span.title-line-above, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button span.title-line-above, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .convertforms nav .wrapper .content > button span.title-line-above, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button span.title-line-above {
          width: 300px; } }
      .moduletable.first-page-menu .container nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button:before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button:before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button:before, .moduletable.first-page-menu .convertforms nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button:before {
        content: "";
        width: 10px;
        height: 10px;
        position: absolute;
        right: 20px;
        display: inline-block;
        rotate: 45deg;
        top: 29px;
        border-top: 1px solid #131429;
        border-right: 1px solid #131429; }
        @media (min-width: 1200px) {
        .moduletable.first-page-menu .container nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button:before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button:before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button:before, .moduletable.first-page-menu .convertforms nav .wrapper .content > button:before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button:before {
          display: none; } }
      .moduletable.first-page-menu .container nav .wrapper .content > button.open:before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > button.open:before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > button.open:before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > button.open:before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > button.open:before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > button.open:before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > button.open:before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > button.open:before, .moduletable.first-page-menu .convertforms nav .wrapper .content > button.open:before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > button.open:before {
        rotate: 135deg;
        top: 26px; }
      .moduletable.first-page-menu .container nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul {
        display: none;
        padding-bottom: 25px; }
      @media (min-width: 1200px) {
        .moduletable.first-page-menu .container nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul {
          display: block !important;
          padding-bottom: 60px; } }
      .moduletable.first-page-menu .container nav .wrapper .content > ul > li, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li {
        position: relative;
        padding-inline-start: 24px; }
        .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a {
          display: inline-block;
          margin-bottom: 11px;
          color: #131429; }
          .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a::before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a::before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a::before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 13px;
            height: 4px;
            background-color: #2c3765; }
          .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a:hover, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a:hover, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a:hover, .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a:active, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a:active, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a:active, .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a:focus, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a:focus, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a:focus, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a:focus {
            color: #589a99; }
            .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a:hover::before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a:hover::before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a:hover::before, .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a:active::before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a:active::before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a:active::before, .moduletable.first-page-menu .container nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .moduletable.holidays-wrapper h2 nav .wrapper .content > ul > li > a:focus::before, .moduletable.holidays-wrapper .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .moduletable.news nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .moduletable.exchange-rates-calculator nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .moduletable.mini-calendar-wrapper nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .moduletable.banners-highlights h2 nav .wrapper .content > ul > li > a:focus::before, .moduletable.banners-highlights .moduletable.first-page-menu h2 nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .convertforms nav .wrapper .content > ul > li > a:focus::before, .moduletable.first-page-menu .moduletable.interest-rates nav .wrapper .content > ul > li > a:focus::before {
              background-color: #589a99; }

.overlay {
  margin-top: 0;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 5;
  overflow-x: hidden;
  display: none;
  background-color: #f3f3f4; }
  .overlay.menu > header {
    height: 83px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 20px;
    background-color: #fff;
    position: relative; }
  .overlay.menu > header .search {
    padding-top: 21px; }
    .overlay.menu > header .search button {
      width: 40px;
      height: 40px;
      background: transparent url('/templates/bali/images/search-black.svg') no-repeat center center; }
  .overlay.menu > header .language-switch {
    border-left: none;
    border-right: none;
    width: 19px;
    margin: 0 15px 0 10px;
    position: fixed;
    left: 60px; }
    .overlay.menu > header .language-switch a {
      width: 100%;
      height: 100%;
      display: block;
      padding-top: 30px; }
      .overlay.menu > header .language-switch a:hover, .overlay.menu > header .language-switch a:active, .overlay.menu > header .language-switch a:focus {
        color: #589a99;
        background-color: transparent; }
  .overlay.menu > header .logo {
    width: 141px;
    height: 50px;
    margin: auto;
    background: transparent url('/templates/bali/images/logo-silver.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .overlay.menu > header .logo a {
      height: 100%;
      width: 100%;
      display: block; }
  .overlay.menu > header .close-wrap {
    margin: auto 0;
    display: flex;
    justify-content: center;
    padding-right: 20px; }
    .overlay.menu > header .close-wrap .close {
      width: 21px;
      height: 20px;
      background: transparent url('/templates/bali/images/close-blue.svg') no-repeat center center; }
  .overlay.menu .content {
    padding: 16px 20px 28px 20px; }
  .overlay.menu .content .moduletable.overlay-menu nav .wrapper {
    border-bottom: 1px solid rgba(19, 20, 41, 0.1);
    background-color: #f3f3f4; }
    .overlay.menu .content .moduletable.overlay-menu nav .wrapper:last-of-type {
      border-bottom: none; }
    .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates {
      display: flex;
      flex-direction: column;
      align-items: start; }
      .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > button, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > button, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > button, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > button {
        height: 100%;
        width: 100%;
        padding: 16px 20px 18px 27px;
        text-align: left;
        display: flex;
        align-items: center;
        position: relative; }
        .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > button span, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > button span, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > button span, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > button span {
          text-transform: uppercase;
          font-weight: 700;
          color: #131429; }
        .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > button::before, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > button::before, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > button::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > button::before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          margin-left: -27px;
          display: inline-block;
          rotate: 45deg;
          top: 22px;
          border-top: 1px solid #589a99;
          border-right: 1px solid #589a99; }
        .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > button.open::before, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > button.open::before, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > button.open::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > button.open::before {
          content: "";
          width: 10px;
          height: 10px;
          position: absolute;
          margin-left: -27px;
          display: inline-block;
          rotate: 135deg;
          top: 18px;
          border-top: 1px solid #131429;
          border-right: 1px solid #131429; }
      .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > ul, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > ul, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > ul, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > ul {
        display: none;
        padding: 16px 20px 18px 27px; }
        .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > ul > li, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > ul > li, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > ul > li, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > ul > li {
          position: relative;
          padding-inline-start: 24px; }
          .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > ul > li::before, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > ul > li::before, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > ul > li::before, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > ul > li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 6px;
            height: 3px;
            background-color: #589a99; }
          .overlay.menu .content .moduletable.overlay-menu nav .wrapper .container > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.holidays-wrapper h2 > ul > li > a, .moduletable.holidays-wrapper .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.news > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.exchange-rates-calculator > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.mini-calendar-wrapper > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.banners-highlights h2 > ul > li > a, .moduletable.banners-highlights .overlay.menu .content .moduletable.overlay-menu nav .wrapper h2 > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .convertforms > ul > li > a, .overlay.menu .content .moduletable.overlay-menu nav .wrapper .moduletable.interest-rates > ul > li > a {
            display: inline-block;
            margin-bottom: 11px; }

.promo {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
  .promo {
    flex-direction: row;
    height: 600px;
    justify-content: space-between; } }
  .promo .moduletable.promo-menu {
    overflow: hidden; }
  @media (min-width: 1200px) {
    .promo .moduletable.promo-menu {
      width: 610px; } }
  .promo .moduletable.promo-menu nav {
    display: flex;
    flex-direction: column; }
  .promo .moduletable.promo-menu nav a {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #f3f3f4;
    background: #2c3765;
    padding: 14px 20px 20px 20px; }
    .promo .moduletable.promo-menu nav a:nth-child(1) {
      padding-top: 38px;
      padding-bottom: 20px; }
    .promo .moduletable.promo-menu nav a:nth-child(4) {
      padding-top: 14px;
      padding-bottom: 38px; }
    @media (min-width: 1200px) {
      .promo .moduletable.promo-menu nav a {
        width: 100%;
        padding: 35px 0 40px 40px; }
        .promo .moduletable.promo-menu nav a:nth-child(1) {
          padding-top: 68px;
          padding-bottom: 40px; }
        .promo .moduletable.promo-menu nav a:nth-child(4) {
          padding-top: 35px;
          padding-bottom: 68px; } }
    .promo .moduletable.promo-menu nav a .title {
      font-family: 'Lora', normal;
      font-weight: 600;
      font-size: 26px;
      line-height: 36px;
      text-transform: uppercase; }
    @media (min-width: 1200px) {
        .promo .moduletable.promo-menu nav a .title {
          font-size: 22px; } }
    .promo .moduletable.promo-menu nav a .note {
      font-size: 14px;
      line-height: 20px; }
    @media (min-width: 1200px) {
        .promo .moduletable.promo-menu nav a .note {
          font-size: 18px;
          line-height: 25px; } }
    .promo .moduletable.promo-menu nav a:hover, .promo .moduletable.promo-menu nav a:active, .promo .moduletable.promo-menu nav a:focus {
      margin-top: -2px;
      padding-top: 16px;
      background: #f3f3f4;
      color: #2c3765; }
    .promo .moduletable.promo-menu nav a:hover:nth-child(1), .promo .moduletable.promo-menu nav a:active:nth-child(1), .promo .moduletable.promo-menu nav a:focus:nth-child(1) {
      padding-top: 40px; }
    @media (min-width: 1200px) {
        .promo .moduletable.promo-menu nav a:hover, .promo .moduletable.promo-menu nav a:active, .promo .moduletable.promo-menu nav a:focus {
          margin-top: -5px;
          padding-top: 40px; }
          .promo .moduletable.promo-menu nav a:hover:nth-child(1), .promo .moduletable.promo-menu nav a:active:nth-child(1), .promo .moduletable.promo-menu nav a:focus:nth-child(1) {
            padding-top: 73px; } }
    .promo .moduletable.promo-menu nav a:before {
      content: "";
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 0;
      border-bottom: 2px solid #f3f3f4; }
    @media (min-width: 1200px) {
        .promo .moduletable.promo-menu nav a:before {
          left: 24px;
          width: 100%;
          border-bottom: 5px solid #f3f3f4; } }
    .promo .moduletable.promo-menu nav a:nth-of-type(4):before {
      border-bottom: transparent; }

.menu-title {
  background-position: center;
  background-size: cover;
  background-color: #0b9b9a; }
  .menu-title h1 {
    width: 100%;
    color: #fff;
    line-height: 28px;
    font-size: 26px;
    padding: 77px 0 26px 0; }
  @media (min-width: 992px) {
    .menu-title h1 {
      padding: 85px 0 68px 0;
      width: 60%;
      line-height: 64px;
      font-size: 48px; } }

.moduletable.language-switch {
  width: 19px;
  height: 83px;
  margin: auto; }
  @media (min-width: 1200px) {
  .moduletable.language-switch {
    width: 100px;
    height: 100%;
    border-left: 1px solid #a8a9ab;
    border-right: 1px solid #a8a9ab; } }
  .moduletable.language-switch a {
    width: 100%;
    height: 100%;
    display: block;
    padding-top: 30px;
    text-transform: uppercase;
    color: #000; }
  @media (min-width: 1200px) {
    .moduletable.language-switch a {
      display: flex;
      justify-content: center;
      padding-top: 105px; } }
  .moduletable.language-switch a:hover, .moduletable.language-switch a:active, .moduletable.language-switch a:focus {
    color: #589a99;
    background-color: transparent; }
  @media (min-width: 1200px) {
      .moduletable.language-switch a:hover, .moduletable.language-switch a:active, .moduletable.language-switch a:focus {
        background-color: #f3f3f4; } }

.search.search-bar {
  padding-top: 21px; }
  @media (min-width: 1200px) {
  .search.search-bar {
    padding-top: 96px;
    margin-left: 20px;
    padding-right: 44px; } }
  @media (min-width: 1200px) and (max-width: 1519px) {
  .search.search-bar {
    margin-left: 28px;
    padding-right: 29px; } }
  .search.search-bar form {
    display: flex;
    height: 40px; }
  @media (min-width: 1520px) {
    .search.search-bar form {
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); } }
  .search.search-bar form .search-input {
    display: none; }
  @media (min-width: 1520px) {
      .search.search-bar form .search-input {
        display: flex;
        align-items: center;
        padding: 0 17px;
        background-color: #f3f3f4; } }
  .search.search-bar form button {
    width: 40px;
    background: transparent url('/templates/bali/images/search-blue.svg') no-repeat center center; }
  @media (min-width: 1520px) {
      .search.search-bar form button {
        background: #a8a9ab url('/templates/bali/images/search-white.svg') no-repeat center center; } }
  .search.search-bar form button:hover, .search.search-bar form button:active, .search.search-bar form button:focus {
    background: #589a99 url('/templates/bali/images/search-white.svg') no-repeat center center; }
    @media (min-width: 1200px) {
      .search.search-bar form button:hover, .search.search-bar form button:active, .search.search-bar form button:focus {
        background-color: #589a99; } }

.moduletable.promo-images {
  width: 100%; }
  .moduletable.promo-images figure {
    display: grid;
    align-items: center; }
  @media (min-width: 1200px) {
    .moduletable.promo-images figure {
      height: 100%; } }
  .moduletable.promo-images figure img {
    object-fit: cover;
    height: 600px;
    width: 100%;
    grid-row: 1;
    grid-column: 1; }
  .moduletable.promo-images figure .gradient-overlay {
    height: 100%;
    width: 100%;
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
  .moduletable.promo-images figure figcaption {
    width: 100%;
    grid-row: 1;
    grid-column: 1;
    word-wrap: break-word;
    color: #fff;
    font-family: 'Lora', normal;
    font-size: 24px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2; }
  @media (min-width: 1200px) {
      .moduletable.promo-images figure figcaption {
        font-size: 30px;
        line-height: 42px;
        padding-left: 170px;
        padding-right: 280px; } }
  @media (min-width: 1200px) and (max-width: 1290px) {
      .moduletable.promo-images figure figcaption {
        font-size: 26px;
        padding-left: 138px;
        padding-right: 232px;
        padding-bottom: 40px; } }
  .moduletable.promo-images figure figcaption .arrow {
    width: 25px;
    height: 24px;
    margin-top: 29px;
    position: absolute;
    background: transparent url('/templates/bali/images/arrow-down.svg') center center;
    animation: upAndDown 2s infinite; }
    @media (min-width: 1200px) {
      .moduletable.promo-images figure figcaption .arrow {
        display: none; } }
  .moduletable.promo-images figure figcaption .buttons {
    margin-top: 60px; }

@keyframes upAndDown {
  0% {
    margin-top: 29px; }

  50% {
    margin-top: 50px; }

  100% {
    margin-top: 29px; } }

.moduletable.holidays-wrapper {
  background: #0b9b9a;
  color: #fff;
  padding-top: 26px;
  margin-bottom: 36px; }
  .moduletable.holidays-wrapper h2 {
    color: inherit;
    width: 100%;
    font-size: 18px; }
  @media (min-width: 992px) {
    .moduletable.holidays-wrapper h2 {
      font-size: 26px;
      padding-left: 114px;
      padding-right: 114px; } }
  @media (min-width: 992px) {
    .moduletable.holidays-wrapper p {
      line-height: 28px;
      font-size: 18px; } }
  .moduletable.holidays-wrapper p .holidays-date {
    font-size: inherit;
    font-weight: 700; }
  .moduletable.holidays-wrapper .holidays {
    column-count: 2;
    padding-bottom: 20px; }
  @media (min-width: 992px) {
    .moduletable.holidays-wrapper .holidays {
      padding-left: 94px;
      padding-right: 94px; } }

.moduletable.acts-wrapper .container, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2, .moduletable.acts-wrapper .moduletable.news, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper, .moduletable.acts-wrapper .moduletable.banners-highlights h2, .moduletable.banners-highlights .moduletable.acts-wrapper h2, .moduletable.acts-wrapper .convertforms, .moduletable.acts-wrapper .moduletable.interest-rates {
  padding: unset; }
  @media (min-width: 992px) {
    .moduletable.acts-wrapper .container, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2, .moduletable.acts-wrapper .moduletable.news, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper, .moduletable.acts-wrapper .moduletable.banners-highlights h2, .moduletable.banners-highlights .moduletable.acts-wrapper h2, .moduletable.acts-wrapper .convertforms, .moduletable.acts-wrapper .moduletable.interest-rates {
      margin-top: 75px; } }
  @media (min-width: 992px) {
      .moduletable.acts-wrapper .container .intro-text::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .intro-text::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .intro-text::before, .moduletable.acts-wrapper .moduletable.news .intro-text::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .intro-text::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .intro-text::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .intro-text::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .intro-text::before, .moduletable.acts-wrapper .convertforms .intro-text::before, .moduletable.acts-wrapper .moduletable.interest-rates .intro-text::before {
        content: "";
        grid-column: 1;
        grid-row: 1; } }
  .moduletable.acts-wrapper .container .intro-text p, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .intro-text p, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .intro-text p, .moduletable.acts-wrapper .moduletable.news .intro-text p, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .intro-text p, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .intro-text p, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .intro-text p, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .intro-text p, .moduletable.acts-wrapper .convertforms .intro-text p, .moduletable.acts-wrapper .moduletable.interest-rates .intro-text p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify; }
  @media (max-width: 991px) {
        .moduletable.acts-wrapper .container .acts-container .tag-filter, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter {
          padding-right: 20px;
          padding-left: 20px; } }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .title-container, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .title-container, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .title-container, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .title-container {
      display: flex;
      flex-direction: row;
      align-items: stretch;
      border-bottom: 2px solid #2c3765;
      padding-bottom: 12px; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .title-container .title-no-tags, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .title-container .title-no-tags, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .title-container .title-no-tags, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .title-container .title-no-tags {
      color: #131429;
      font-size: 20px;
      display: flex;
      padding-top: 5px;
      cursor: pointer;
      font-family: 'Lora', normal; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .title-container .glyph, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .title-container .glyph, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .title-container .glyph, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .title-container .glyph {
      display: flex;
      margin-top: 13px;
      margin-left: auto; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .sub-container, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .sub-container, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .sub-container, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .sub-container {
      width: 100%; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .sub-container .categories, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .sub-container .categories, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .sub-container .categories, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .sub-container .categories {
      margin-top: 15px; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .sub-title-container, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .sub-title-container, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .sub-title-container, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .sub-title-container {
      display: flex;
      flex-direction: row;
      margin-bottom: 0;
      height: 28px;
      align-items: center; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .sub-title-container .glyph, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .sub-title-container .glyph, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .sub-title-container .glyph, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .sub-title-container .glyph {
      display: flex;
      margin-left: auto; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .buttons, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .buttons, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .buttons, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .buttons {
      padding-top: 66px;
      padding-bottom: 66px; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .buttons .recycle, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .buttons .recycle, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .buttons .recycle, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .buttons .recycle {
      margin: 0 10px 10px 0;
      display: none; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .tags-container, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .tags-container, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .tags-container, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .tags-container {
      background-color: #fff; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .category, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .category, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .category, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .category, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .category, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .category, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .category, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .category, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .category, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .category {
      align-items: center; }
    .moduletable.acts-wrapper .container .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .tag-filter .parent-title-no-tags, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .moduletable.news .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .tag-filter .parent-title-no-tags, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .convertforms .acts-container .tag-filter .parent-title-no-tags, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .tag-filter .parent-title-no-tags {
      margin-left: 10px;
      cursor: pointer; }
  .moduletable.acts-wrapper .container .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list {
    margin-bottom: 35px;
    margin-top: 9px; }
    @media (max-width: 991px) {
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list {
          padding: 20px;
          background: #f3f3f4;
          margin-top: 40px; } }
    .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act-toggle, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act-toggle, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act-toggle, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act-toggle {
      display: none; }
    .moduletable.acts-wrapper .container .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .amendments, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .amendments, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .amendments, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .amendments {
      display: none;
      height: auto;
      overflow: hidden; }
    .moduletable.acts-wrapper .container .acts-container .acts .acts-list p, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list p, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list p, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list p, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list p, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list p, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list p, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list p, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list p, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list p {
      margin-bottom: 1rem; }
    .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act {
      position: relative; }
    .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act.amendment, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act.amendment, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act.amendment, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act.amendment {
      width: 96%;
      margin-left: auto;
      margin-right: 0;
      display: block; }
    .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content {
      display: block;
      font-family: inherit;
      width: 100%;
      height: 100%;
      position: relative;
      margin-bottom: 20px;
      padding: 18px 0 18px 10px;
      font-size: 16px;
      line-height: 22px;
      color: #191819;
      text-align: start;
      border-radius: 1px;
      border: 1px solid #a8a9ab;
      transition: all 0.5s ease-out; }
      @media (max-width: 991px) {
          .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content {
            padding: 10px 0 10px 10px; } }
      .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .glyph-link, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .glyph-link {
        position: relative;
        padding-right: 70px; }
        @media (max-width: 991px) {
            .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .glyph-link > span, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .glyph-link > span {
              font-size: 12px; } }
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .glyph-link.file-docx::before, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .glyph-link.file-doc::before, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .glyph-link.file-xls::before, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .glyph-link.file-pdf::before {
          background-color: #191819; }
      .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .remark, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .remark, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .remark {
        display: flex;
        flex-direction: column; }
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .remark.remark-margin, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .remark.remark-margin {
          margin-left: 48px; }
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .remark span {
          font-weight: 400;
          font-size: 12px; }
          @media (max-width: 991px) {
          .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .remark span, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .remark span {
            font-size: 10px; } }
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content .remark .date, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content .remark .date {
          margin-left: 10px;
          font-size: inherit;
          font-weight: 400;
          font-family: 'Open Sans', normal; }
      .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content:hover, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content:hover, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content:hover, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content:active, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content:active, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content:active, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content:focus, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content:focus, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content:focus, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content:focus {
        background-color: #f3f3f4;
        border-color: #589a99; }
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content:hover .glyph-link::before, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content:active .glyph-link::before, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content:focus .glyph-link::before {
          opacity: 1; }
      .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content a, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content a, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content a, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content a {
        font-family: inherit;
        color: #191819;
        text-decoration: none;
        transition: color 0.5s ease-out; }
        .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content a:hover, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content a:active, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content a:active, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content a:active, .moduletable.acts-wrapper .container .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .convertforms .acts-container .acts .acts-list .act .act-content a:focus, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .acts-list .act .act-content a:focus {
          color: #589a99; }
    .moduletable.acts-wrapper .container .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button .glyph-circle, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button .glyph-circle, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button .glyph-circle, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button .glyph-circle {
      width: 66px;
      height: 24px;
      top: 50%;
      margin-top: -6px;
      transform: rotate(90deg);
      cursor: pointer; }
    .moduletable.acts-wrapper .container .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button .glyph-circle::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button .glyph-circle::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button .glyph-circle::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button .glyph-circle::before {
      background-color: #2c3765; }
    @media (max-width: 991px) {
          .moduletable.acts-wrapper .container .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button .glyph-circle::after {
            border-color: #589a99; } }
    .moduletable.acts-wrapper .container .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button .glyph-circle:hover::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button .glyph-circle:hover::before {
      background-color: #589a99; }
    .moduletable.acts-wrapper .container .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button.opened .glyph-circle, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button.opened .glyph-circle, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button.opened .glyph-circle, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button.opened .glyph-circle {
      margin-top: -20px;
      transform: rotate(-90deg); }
    @media (max-width: 991px) {
        .moduletable.acts-wrapper .container .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button .glyph-circle::after, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button .glyph-circle::after {
          border-color: #2c3765; }
          .moduletable.acts-wrapper .container .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .convertforms .acts-container .acts .open-button .glyph-circle.dark::before, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .open-button .glyph-circle.dark::before {
            background-color: unset; } }
    .moduletable.acts-wrapper .container .acts-container .acts .no-results-match, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .no-results-match, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .no-results-match, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .no-results-match, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .no-results-match, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .no-results-match, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .no-results-match, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .no-results-match, .moduletable.acts-wrapper .convertforms .acts-container .acts .no-results-match, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .no-results-match {
      text-align: center;
      padding-bottom: 30px; }
    @media (max-width: 991px) {
        .moduletable.acts-wrapper .container .acts-container .acts .pagination, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .acts-container .acts .pagination, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .acts-container .acts .pagination, .moduletable.acts-wrapper .moduletable.news .acts-container .acts .pagination, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .acts-container .acts .pagination, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .acts-container .acts .pagination, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .acts-container .acts .pagination, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .acts-container .acts .pagination, .moduletable.acts-wrapper .convertforms .acts-container .acts .pagination, .moduletable.acts-wrapper .moduletable.interest-rates .acts-container .acts .pagination {
          padding-right: 20px;
          padding-left: 20px;
          align-items: center;
          justify-content: center; } }
  @media (min-width: 992px) {
      .moduletable.acts-wrapper .container .grid-2-col, .moduletable.acts-wrapper .moduletable.holidays-wrapper h2 .grid-2-col, .moduletable.holidays-wrapper .moduletable.acts-wrapper h2 .grid-2-col, .moduletable.acts-wrapper .moduletable.news .grid-2-col, .moduletable.acts-wrapper .moduletable.exchange-rates-calculator .grid-2-col, .moduletable.acts-wrapper .moduletable.mini-calendar-wrapper .grid-2-col, .moduletable.acts-wrapper .moduletable.banners-highlights h2 .grid-2-col, .moduletable.banners-highlights .moduletable.acts-wrapper h2 .grid-2-col, .moduletable.acts-wrapper .convertforms .grid-2-col, .moduletable.acts-wrapper .moduletable.interest-rates .grid-2-col {
        display: grid;
        grid-template-columns: 34% 63.5%;
        column-gap: 2.5%; } }

.moduletable.news-mailer-wrapper .news-mailer {
  display: flex;
  flex-direction: column; }
  .moduletable.news-mailer-wrapper .news-mailer .error-message {
    display: none;
    height: 14px;
    top: 70px;
    font-size: 12px;
    color: #589a99; }
  .moduletable.news-mailer-wrapper .news-mailer .news-mailer-email, .moduletable.news-mailer-wrapper .news-mailer .news-mailer-send {
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 700;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }
  @media (min-width: 1200px) {
      .moduletable.news-mailer-wrapper .news-mailer .news-mailer-email, .moduletable.news-mailer-wrapper .news-mailer .news-mailer-send {
        width: 274px;
        height: 60px;
        font-size: 18px; } }
  .moduletable.news-mailer-wrapper .news-mailer .news-mailer-email {
    color: #a8a9ab;
    background-color: #fff; }
  .moduletable.news-mailer-wrapper .news-mailer .news-mailer-email.error {
    border: 1px solid #c6001e; }
  .moduletable.news-mailer-wrapper .news-mailer .mailer-types div {
    display: flex;
    margin-top: 30px; }
    .moduletable.news-mailer-wrapper .news-mailer .mailer-types div input[type="checkbox"] {
      cursor: pointer;
      flex-shrink: 0;
      align-self: center;
      -webkit-appearance: none;
      appearance: none;
      background-color: #f3f3f4;
      margin: 0;
      font: inherit;
      width: 26px;
      height: 26px;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center; }
    .moduletable.news-mailer-wrapper .news-mailer .mailer-types div input[type="checkbox"]:focus {
      background-color: #a8a9ab !important; }
    .moduletable.news-mailer-wrapper .news-mailer .mailer-types div input[type="checkbox"]::before {
      content: "";
      width: 1em;
      height: 1em;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 2em #2c3765;
      transform-origin: bottom left;
      clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .moduletable.news-mailer-wrapper .news-mailer .mailer-types div input[type="checkbox"]:checked::before {
      transform: scale(1); }
    .moduletable.news-mailer-wrapper .news-mailer .mailer-types div > label {
      margin-left: 18px; }
    @media (min-width: 1200px) {
        .moduletable.news-mailer-wrapper .news-mailer .mailer-types div > label {
          font-size: 18px; } }
  .moduletable.news-mailer-wrapper .news-mailer .news-mailer-send {
    text-transform: initial;
    background: #589a99;
    margin-top: 30px; }
  .moduletable.news-mailer-wrapper .news-mailer .verification-message {
    display: none;
    padding-top: 15px;
    clear: both;
    color: #589a99; }

.moduletable.buildings-wrapper .container, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2, .moduletable.buildings-wrapper .moduletable.news, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper, .moduletable.buildings-wrapper .moduletable.banners-highlights h2, .moduletable.banners-highlights .moduletable.buildings-wrapper h2, .moduletable.buildings-wrapper .convertforms, .moduletable.buildings-wrapper .moduletable.interest-rates {
  margin-bottom: 72px; }
  @media (max-width: 991px) {
    .moduletable.buildings-wrapper .container, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2, .moduletable.buildings-wrapper .moduletable.news, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper, .moduletable.buildings-wrapper .moduletable.banners-highlights h2, .moduletable.banners-highlights .moduletable.buildings-wrapper h2, .moduletable.buildings-wrapper .convertforms, .moduletable.buildings-wrapper .moduletable.interest-rates {
      padding: unset; } }
  .moduletable.buildings-wrapper .container .building, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building, .moduletable.buildings-wrapper .moduletable.news .building, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building, .moduletable.buildings-wrapper .convertforms .building, .moduletable.buildings-wrapper .moduletable.interest-rates .building {
    margin-bottom: 25px;
    min-height: 650px;
    background-color: #f3f3f4;
    color: #2c3765; }
  @media (min-width: 992px) {
      .moduletable.buildings-wrapper .container .building, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building, .moduletable.buildings-wrapper .moduletable.news .building, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building, .moduletable.buildings-wrapper .convertforms .building, .moduletable.buildings-wrapper .moduletable.interest-rates .building {
        display: flex; } }
  @media (max-width: 991px) {
      .moduletable.buildings-wrapper .container .building, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building, .moduletable.buildings-wrapper .moduletable.news .building, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building, .moduletable.buildings-wrapper .convertforms .building, .moduletable.buildings-wrapper .moduletable.interest-rates .building {
        padding-top: 27px; } }
  .moduletable.buildings-wrapper .container .building p, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p, .moduletable.buildings-wrapper .moduletable.news .building p, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p, .moduletable.buildings-wrapper .convertforms .building p, .moduletable.buildings-wrapper .moduletable.interest-rates .building p {
    font-size: 16px;
    line-height: 28px; }
    @media (min-width: 992px) {
      .moduletable.buildings-wrapper .container .building p, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p, .moduletable.buildings-wrapper .moduletable.news .building p, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p, .moduletable.buildings-wrapper .convertforms .building p, .moduletable.buildings-wrapper .moduletable.interest-rates .building p {
        font-size: 18px;
        line-height: 32px; } }
    .moduletable.buildings-wrapper .container .building p:last-child, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p:last-child, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p:last-child, .moduletable.buildings-wrapper .moduletable.news .building p:last-child, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p:last-child, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p:last-child, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p:last-child, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p:last-child, .moduletable.buildings-wrapper .convertforms .building p:last-child, .moduletable.buildings-wrapper .moduletable.interest-rates .building p:last-child {
      margin-bottom: 0; }
    .moduletable.buildings-wrapper .container .building p.description-title, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p.description-title, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p.description-title, .moduletable.buildings-wrapper .moduletable.news .building p.description-title, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p.description-title, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p.description-title, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p.description-title, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p.description-title, .moduletable.buildings-wrapper .convertforms .building p.description-title, .moduletable.buildings-wrapper .moduletable.interest-rates .building p.description-title {
      text-transform: uppercase;
      font-family: 'Lora', normal;
      font-weight: 700;
      margin-bottom: 22px; }
    @media (min-width: 992px) {
        .moduletable.buildings-wrapper .container .building p.description-title, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p.description-title, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p.description-title, .moduletable.buildings-wrapper .moduletable.news .building p.description-title, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p.description-title, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p.description-title, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p.description-title, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p.description-title, .moduletable.buildings-wrapper .convertforms .building p.description-title, .moduletable.buildings-wrapper .moduletable.interest-rates .building p.description-title {
          font-size: 26px; }
          .moduletable.buildings-wrapper .container .building p.description-title.mobile, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p.description-title.mobile, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p.description-title.mobile, .moduletable.buildings-wrapper .moduletable.news .building p.description-title.mobile, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p.description-title.mobile, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p.description-title.mobile, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p.description-title.mobile, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p.description-title.mobile, .moduletable.buildings-wrapper .convertforms .building p.description-title.mobile, .moduletable.buildings-wrapper .moduletable.interest-rates .building p.description-title.mobile {
            display: none; } }
    @media (max-width: 991px) {
        .moduletable.buildings-wrapper .container .building p.description-title, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p.description-title, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p.description-title, .moduletable.buildings-wrapper .moduletable.news .building p.description-title, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p.description-title, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p.description-title, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p.description-title, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p.description-title, .moduletable.buildings-wrapper .convertforms .building p.description-title, .moduletable.buildings-wrapper .moduletable.interest-rates .building p.description-title {
          font-size: 18px;
          padding-left: 20px;
          padding-right: 20px; }
          .moduletable.buildings-wrapper .container .building p.description-title.desktop, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building p.description-title.desktop, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building p.description-title.desktop, .moduletable.buildings-wrapper .moduletable.news .building p.description-title.desktop, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building p.description-title.desktop, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building p.description-title.desktop, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building p.description-title.desktop, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building p.description-title.desktop, .moduletable.buildings-wrapper .convertforms .building p.description-title.desktop, .moduletable.buildings-wrapper .moduletable.interest-rates .building p.description-title.desktop {
            display: none; } }
  @media (min-width: 992px) {
        .moduletable.buildings-wrapper .container .building .basic-info, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .basic-info, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .basic-info, .moduletable.buildings-wrapper .moduletable.news .building .basic-info, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .basic-info, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .basic-info, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .basic-info, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .basic-info, .moduletable.buildings-wrapper .convertforms .building .basic-info, .moduletable.buildings-wrapper .moduletable.interest-rates .building .basic-info, .moduletable.buildings-wrapper .container .building .work-time, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .work-time, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .work-time, .moduletable.buildings-wrapper .moduletable.news .building .work-time, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .work-time, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .work-time, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .work-time, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .work-time, .moduletable.buildings-wrapper .convertforms .building .work-time, .moduletable.buildings-wrapper .moduletable.interest-rates .building .work-time, .moduletable.buildings-wrapper .container .building .changes, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .changes, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .changes, .moduletable.buildings-wrapper .moduletable.news .building .changes, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .changes, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .changes, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .changes, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .changes, .moduletable.buildings-wrapper .convertforms .building .changes, .moduletable.buildings-wrapper .moduletable.interest-rates .building .changes, .moduletable.buildings-wrapper .container .building .transport, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .transport, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .transport, .moduletable.buildings-wrapper .moduletable.news .building .transport, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .transport, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .transport, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .transport, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .transport, .moduletable.buildings-wrapper .convertforms .building .transport, .moduletable.buildings-wrapper .moduletable.interest-rates .building .transport, .moduletable.buildings-wrapper .container .building .service, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .service, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .service, .moduletable.buildings-wrapper .moduletable.news .building .service, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .service, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .service, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .service, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .service, .moduletable.buildings-wrapper .convertforms .building .service, .moduletable.buildings-wrapper .moduletable.interest-rates .building .service {
          margin-bottom: 18px; } }
    @media (max-width: 991px) {
      .moduletable.buildings-wrapper .container .building .basic-info, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .basic-info, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .basic-info, .moduletable.buildings-wrapper .moduletable.news .building .basic-info, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .basic-info, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .basic-info, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .basic-info, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .basic-info, .moduletable.buildings-wrapper .convertforms .building .basic-info, .moduletable.buildings-wrapper .moduletable.interest-rates .building .basic-info, .moduletable.buildings-wrapper .container .building .work-time, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .work-time, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .work-time, .moduletable.buildings-wrapper .moduletable.news .building .work-time, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .work-time, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .work-time, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .work-time, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .work-time, .moduletable.buildings-wrapper .convertforms .building .work-time, .moduletable.buildings-wrapper .moduletable.interest-rates .building .work-time, .moduletable.buildings-wrapper .container .building .changes, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .changes, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .changes, .moduletable.buildings-wrapper .moduletable.news .building .changes, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .changes, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .changes, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .changes, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .changes, .moduletable.buildings-wrapper .convertforms .building .changes, .moduletable.buildings-wrapper .moduletable.interest-rates .building .changes, .moduletable.buildings-wrapper .container .building .transport, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .transport, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .transport, .moduletable.buildings-wrapper .moduletable.news .building .transport, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .transport, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .transport, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .transport, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .transport, .moduletable.buildings-wrapper .convertforms .building .transport, .moduletable.buildings-wrapper .moduletable.interest-rates .building .transport, .moduletable.buildings-wrapper .container .building .service, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .service, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .service, .moduletable.buildings-wrapper .moduletable.news .building .service, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .service, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .service, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .service, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .service, .moduletable.buildings-wrapper .convertforms .building .service, .moduletable.buildings-wrapper .moduletable.interest-rates .building .service {
        border-bottom: rgba(44, 55, 101, 0.2) 1px solid;
        margin-bottom: 10px;
        padding-bottom: 10px; } }
  @media (min-width: 992px) {
        .moduletable.buildings-wrapper .container .building .media-container, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container, .moduletable.buildings-wrapper .moduletable.news .building .media-container, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container, .moduletable.buildings-wrapper .convertforms .building .media-container, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container {
          width: 50%;
          order: 2;
          display: flex;
          flex-direction: column; } }
    @media (max-width: 991px) {
      .moduletable.buildings-wrapper .container .building .media-container, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container, .moduletable.buildings-wrapper .moduletable.news .building .media-container, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container, .moduletable.buildings-wrapper .convertforms .building .media-container, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container {
        padding-left: 20px;
        padding-right: 20px; } }
    .moduletable.buildings-wrapper .container .building .media-container .image, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .image, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .moduletable.news .building .media-container .image, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .image, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .image, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .image, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .convertforms .building .media-container .image, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .image {
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
    @media (min-width: 992px) {
        .moduletable.buildings-wrapper .container .building .media-container .image, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .image, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .moduletable.news .building .media-container .image, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .image, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .image, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .image, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .convertforms .building .media-container .image, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .image {
          flex: 1 1 0; } }
    @media (max-width: 991px) {
        .moduletable.buildings-wrapper .container .building .media-container .image, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .image, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .moduletable.news .building .media-container .image, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .image, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .image, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .image, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .convertforms .building .media-container .image, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .image {
          height: 476px;
          margin-bottom: 12px; } }
    @media (max-width: 424px) {
        .moduletable.buildings-wrapper .container .building .media-container .image, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .image, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .moduletable.news .building .media-container .image, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .image, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .image, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .image, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .image, .moduletable.buildings-wrapper .convertforms .building .media-container .image, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .image {
          height: 246px; } }
    .moduletable.buildings-wrapper .container .building .media-container .image img, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .image img, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .image img, .moduletable.buildings-wrapper .moduletable.news .building .media-container .image img, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .image img, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .image img, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .image img, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .image img, .moduletable.buildings-wrapper .convertforms .building .media-container .image img, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .image img {
      height: 100%; }
    .moduletable.buildings-wrapper .container .building .media-container .map, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .map, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .map, .moduletable.buildings-wrapper .moduletable.news .building .media-container .map, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .map, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .map, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .map, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .map, .moduletable.buildings-wrapper .convertforms .building .media-container .map, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .map {
      position: relative;
      height: 246px; }
    @media (min-width: 425px) {
        .moduletable.buildings-wrapper .container .building .media-container .map, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .map, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .map, .moduletable.buildings-wrapper .moduletable.news .building .media-container .map, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .map, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .map, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .map, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .map, .moduletable.buildings-wrapper .convertforms .building .media-container .map, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .map {
          height: 370px; } }
    @media (min-width: 992px) {
        .moduletable.buildings-wrapper .container .building .media-container .map, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .map, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .map, .moduletable.buildings-wrapper .moduletable.news .building .media-container .map, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .map, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .map, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .map, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .map, .moduletable.buildings-wrapper .convertforms .building .media-container .map, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .map {
          flex: 1 1 0; } }
    .moduletable.buildings-wrapper .container .building .media-container .map iframe, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .map iframe, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .map iframe, .moduletable.buildings-wrapper .moduletable.news .building .media-container .map iframe, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .map iframe, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .map iframe, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .map iframe, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .map iframe, .moduletable.buildings-wrapper .convertforms .building .media-container .map iframe, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .map iframe {
      width: 100%;
      height: 100%; }
    .moduletable.buildings-wrapper .container .building .media-container .map .full, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .map .full, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .map .full, .moduletable.buildings-wrapper .moduletable.news .building .media-container .map .full, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .map .full, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .map .full, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .map .full, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .map .full, .moduletable.buildings-wrapper .convertforms .building .media-container .map .full, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .map .full {
      position: absolute;
      right: 15px;
      bottom: 15px;
      cursor: pointer; }
    .moduletable.buildings-wrapper .container .building .media-container .map .full::after, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .media-container .map .full::after, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .media-container .map .full::after, .moduletable.buildings-wrapper .moduletable.news .building .media-container .map .full::after, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .media-container .map .full::after, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .media-container .map .full::after, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .media-container .map .full::after, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .media-container .map .full::after, .moduletable.buildings-wrapper .convertforms .building .media-container .map .full::after, .moduletable.buildings-wrapper .moduletable.interest-rates .building .media-container .map .full::after {
      content: url('/templates/bali/images/full-map-expand.png');
      background-color: #2c3765;
      width: 49px;
      height: 49px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .moduletable.buildings-wrapper .container .building .description, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description, .moduletable.buildings-wrapper .moduletable.news .building .description, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description, .moduletable.buildings-wrapper .convertforms .building .description, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description {
    padding: 20px 20px; }
    @media (min-width: 992px) {
      .moduletable.buildings-wrapper .container .building .description, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description, .moduletable.buildings-wrapper .moduletable.news .building .description, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description, .moduletable.buildings-wrapper .convertforms .building .description, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description {
        order: 1;
        width: 50%;
        padding: 71px 94px; } }
    .moduletable.buildings-wrapper .container .building .description span, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description span, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description span, .moduletable.buildings-wrapper .moduletable.news .building .description span, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description span, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description span, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description span, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description span, .moduletable.buildings-wrapper .convertforms .building .description span, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description span {
      font-size: inherit; }
    .moduletable.buildings-wrapper .container .building .description span.label, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description span.label, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description span.label, .moduletable.buildings-wrapper .moduletable.news .building .description span.label, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description span.label, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description span.label, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description span.label, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description span.label, .moduletable.buildings-wrapper .convertforms .building .description span.label, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description span.label {
      font-weight: 700; }
    .moduletable.buildings-wrapper .container .building .description div:last-child, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description div:last-child, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description div:last-child, .moduletable.buildings-wrapper .moduletable.news .building .description div:last-child, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description div:last-child, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description div:last-child, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description div:last-child, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description div:last-child, .moduletable.buildings-wrapper .convertforms .building .description div:last-child, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description div:last-child, .moduletable.buildings-wrapper .container .building .description p:last-child, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description p:last-child, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description p:last-child, .moduletable.buildings-wrapper .moduletable.news .building .description p:last-child, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description p:last-child, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description p:last-child, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description p:last-child, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description p:last-child, .moduletable.buildings-wrapper .convertforms .building .description p:last-child, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description p:last-child {
      border-bottom: unset; }
    .moduletable.buildings-wrapper .container .building .description a, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description a, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description a, .moduletable.buildings-wrapper .moduletable.news .building .description a, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description a, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description a, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description a, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description a, .moduletable.buildings-wrapper .convertforms .building .description a, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description a {
      color: inherit; }
    .moduletable.buildings-wrapper .container .building .description .alert, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building .description .alert, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building .description .alert, .moduletable.buildings-wrapper .moduletable.news .building .description .alert, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building .description .alert, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building .description .alert, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building .description .alert, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building .description .alert, .moduletable.buildings-wrapper .convertforms .building .description .alert, .moduletable.buildings-wrapper .moduletable.interest-rates .building .description .alert {
      color: #589a99; }
  .moduletable.buildings-wrapper .container .building:last-of-type, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building:last-of-type, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building:last-of-type, .moduletable.buildings-wrapper .moduletable.news .building:last-of-type, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building:last-of-type, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building:last-of-type, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building:last-of-type, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building:last-of-type, .moduletable.buildings-wrapper .convertforms .building:last-of-type, .moduletable.buildings-wrapper .moduletable.interest-rates .building:last-of-type {
    border-bottom: none; }
  .moduletable.buildings-wrapper .container .building.dark-blue-bg, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building.dark-blue-bg, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building.dark-blue-bg, .moduletable.buildings-wrapper .moduletable.news .building.dark-blue-bg, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building.dark-blue-bg, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building.dark-blue-bg, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building.dark-blue-bg, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building.dark-blue-bg, .moduletable.buildings-wrapper .convertforms .building.dark-blue-bg, .moduletable.buildings-wrapper .moduletable.interest-rates .building.dark-blue-bg {
    background: #2c3765;
    color: #fff; }
    @media (max-width: 991px) {
        .moduletable.buildings-wrapper .container .building.dark-blue-bg p, .moduletable.buildings-wrapper .moduletable.holidays-wrapper h2 .building.dark-blue-bg p, .moduletable.holidays-wrapper .moduletable.buildings-wrapper h2 .building.dark-blue-bg p, .moduletable.buildings-wrapper .moduletable.news .building.dark-blue-bg p, .moduletable.buildings-wrapper .moduletable.exchange-rates-calculator .building.dark-blue-bg p, .moduletable.buildings-wrapper .moduletable.mini-calendar-wrapper .building.dark-blue-bg p, .moduletable.buildings-wrapper .moduletable.banners-highlights h2 .building.dark-blue-bg p, .moduletable.banners-highlights .moduletable.buildings-wrapper h2 .building.dark-blue-bg p, .moduletable.buildings-wrapper .convertforms .building.dark-blue-bg p, .moduletable.buildings-wrapper .moduletable.interest-rates .building.dark-blue-bg p {
          border-bottom-color: rgba(255, 255, 255, 0.2); } }

.moduletable.news {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 38px;
  width: 100%; }
  @media (min-width: 1200px) {
  .moduletable.news {
    padding-top: 34px;
    padding-bottom: 56px; } }
  .moduletable.news a {
    text-transform: uppercase;
    color: #131429; }
  .moduletable.news a.all-news {
    padding-top: 11px;
    margin-left: auto; }
  .moduletable.news .news-articles {
    width: 100%;
    border-top: 4px solid #2c3765;
    display: flex;
    flex-direction: column;
    row-gap: 21px;
    padding-top: 21px; }
  @media (min-width: 1200px) {
    .moduletable.news .news-articles {
      flex-direction: row;
      column-gap: 50px;
      padding-top: 40px; } }
  .moduletable.news .news-articles .article {
    height: 242px;
    min-width: 320px;
    background: #2c3765;
    color: #fff;
    display: flex;
    flex-direction: row; }
  @media (min-width: 1200px) {
      .moduletable.news .news-articles .article {
        flex: 1;
        flex-basis: 33%;
        height: 366px; } }
  .moduletable.news .news-articles .article .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 20px 38px 20px; }
    @media (min-width: 1200px) {
      .moduletable.news .news-articles .article .content {
        padding: 58px 10px 35px 32px; } }
    .moduletable.news .news-articles .article .content .date {
      font-family: 'Lora', normal;
      font-size: 22px;
      padding-bottom: 5px; }
    @media (min-width: 1200px) {
        .moduletable.news .news-articles .article .content .date {
          font-size: 30px;
          line-height: 40px; } }
    .moduletable.news .news-articles .article .content .title {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: auto; }
    @media (min-width: 1200px) {
        .moduletable.news .news-articles .article .content .title {
          font-size: 18px;
          line-height: 25px; } }
    .moduletable.news .news-articles .article .content .read-more {
      width: 50%;
      border-bottom: 4px solid #fff;
      padding-bottom: 7px; }
    .moduletable.news .news-articles .article .content .read-more a {
      color: #fff;
      font-size: 14px; }
    @media (min-width: 1200px) {
          .moduletable.news .news-articles .article .content .read-more a {
            font-size: 16px; } }
    .moduletable.news .news-articles .article .content .read-more a:hover, .moduletable.news .news-articles .article .content .read-more a:active, .moduletable.news .news-articles .article .content .read-more a:focus {
      color: #589a99; }
  .moduletable.news .news-articles .article .icon {
    padding: 20px 20px 0 0; }
    @media (min-width: 1200px) {
      .moduletable.news .news-articles .article .icon {
        padding: 32px 32px 0 0; } }
    .moduletable.news .news-articles .article .icon img {
      width: 32px;
      height: 32px; }
    @media (min-width: 1200px) {
        .moduletable.news .news-articles .article .icon img {
          width: 54px;
          height: 54px; } }

.moduletable.news-none {
  display: none; }

.moduletable.quick-exchange-rates {
  background-color: #f3f3f4;
  padding-top: 38px;
  padding-bottom: 20px;
  width: 100%; }
  @media (min-width: 1200px) {
  .moduletable.quick-exchange-rates {
    padding-top: 60px;
    padding-bottom: 70px; } }
  .moduletable.quick-exchange-rates .container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2, .moduletable.quick-exchange-rates .moduletable.news, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2, .moduletable.quick-exchange-rates .convertforms, .moduletable.quick-exchange-rates .moduletable.interest-rates {
    display: flex;
    flex-direction: column; }
  @media (min-width: 1200px) {
    .moduletable.quick-exchange-rates .container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2, .moduletable.quick-exchange-rates .moduletable.news, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2, .moduletable.quick-exchange-rates .convertforms, .moduletable.quick-exchange-rates .moduletable.interest-rates {
      flex-direction: row; } }
  @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .exchange-rates-module, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module {
        width: 34%;
        max-width: 470px; } }
  .moduletable.quick-exchange-rates .container .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .title-line-above, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .title-line-above, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .title-line-above {
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 7px; }
    @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .title-line-above, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .title-line-above, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .title-line-above {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 22px; } }
  .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container {
    width: 100%;
    min-width: 300px;
    color: #131429;
    margin-bottom: 20px; }
    @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container {
        height: 255px;
        max-width: 342px;
        margin-bottom: 0; } }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table {
      width: 100%; }
    @media (min-width: 1200px) {
        .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table {
          border-bottom: 2px solid #a8a9ab; } }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr {
      height: 52px; }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr:not(:last-child) {
      border-bottom: 1px solid #a8a9ab; }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td {
      text-align: left;
      vertical-align: middle; }
      .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td:nth-child(1), .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td:nth-child(1) {
        width: 55px; }
      .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td:nth-child(2) {
        width: 110px; }
      .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td:nth-child(3), .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td:nth-child(3) {
        width: 115px;
        font-weight: 700; }
      .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td:nth-child(4), .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) {
        width: 60px; }
        .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet {
          margin-left: auto;
          margin-right: auto; }
          @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr td:nth-child(4) .bullet {
            margin-left: 0; } }
    @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr:not(:last-child), .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr:not(:last-child) {
            border-bottom: 2px solid #a8a9ab; } }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr.top-row, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr.top-row {
      height: 17px; }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr.top-row td:last-child {
      text-align: left; }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr.top-row .details.small {
      font-size: 12px;
      line-height: 17px;
      color: #a8a9ab;
      padding-bottom: 4px; }
      @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .index-table-container .index-table tr.top-row .details.small, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .index-table-container .index-table tr.top-row .details.small {
            font-size: initial;
            padding-bottom: 9px;
            line-height: 22px; } }
  .moduletable.quick-exchange-rates .container .exchange-rates-module .flag, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .flag, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .flag, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .flag, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .flag, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .flag, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .flag, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .flag, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .flag, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .flag {
    width: 32px; }
  .moduletable.quick-exchange-rates .container .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .bullet, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .bullet, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .bullet, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .bullet {
    height: 8px;
    width: 9px;
    background: transparent none no-repeat center center;
    background-size: 100%; }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .bullet.rise, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .bullet.rise, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .bullet.rise, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .bullet.rise {
      background-image: url('/templates/bali/images/bullet-rise.svg'); }
    .moduletable.quick-exchange-rates .container .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .exchange-rates-module .bullet.fall, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .moduletable.news .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .exchange-rates-module .bullet.fall, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .convertforms .exchange-rates-module .bullet.fall, .moduletable.quick-exchange-rates .moduletable.interest-rates .exchange-rates-module .bullet.fall {
      background-image: url('/templates/bali/images/bullet-fall.svg'); }
  .moduletable.quick-exchange-rates .container .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator {
    display: flex;
    flex-direction: column;
    position: relative; }
  @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator {
        width: 32%;
        max-width: 387px; } }
  .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .all-currencies, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .all-currencies, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .all-currencies {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-left: auto;
    justify-content: end;
    margin-bottom: 11px; }
    @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .all-currencies, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .all-currencies, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .all-currencies, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .all-currencies {
        font-size: 16px;
        position: absolute;
        top: -33px;
        right: 0; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .all-currencies:hover, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .all-currencies:hover, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .all-currencies:hover, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .all-currencies:active, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .all-currencies:active, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .all-currencies:active, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .all-currencies:focus, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .all-currencies:focus, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .all-currencies:focus, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .all-currencies:focus {
      color: #589a99; }
  .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module {
    margin-bottom: 10px; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form {
      min-width: 320px;
      display: flex;
      flex-direction: column; }
    @media (min-width: 1200px) {
        .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form {
          width: 100%; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container {
      width: 100%;
      display: flex;
      flex-direction: column; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above {
      border-top-color: #589a99;
      line-height: 28px;
      font-weight: 700;
      width: 100%;
      margin-bottom: 7px; }
      @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above {
            font-size: 26px;
            line-height: 36px;
            border-top-color: #2c3765;
            margin-bottom: 22px; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date {
      font-size: 12px;
      line-height: 17px;
      color: #a8a9ab;
      padding-bottom: 4px; }
      @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date {
            font-size: initial;
            padding-bottom: 8px;
            line-height: 22px; } }
      .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus {
        color: #589a99;
        cursor: pointer; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container {
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 17px; }
    @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container {
            padding-right: 53px; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result {
      width: 45%;
      height: 46px;
      text-align: center;
      font-size: 14px;
      font-weight: 800;
      color: #131429;
      border: 1px solid rgba(117, 117, 117, 0.33); }
      @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result {
            font-size: 16px; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount {
      background-color: #fff; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result {
      padding-top: 12px; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between; }
    @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container {
            padding-right: 53px; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container {
      display: flex;
      align-items: center;
      width: 100px; }
      .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from {
        width: 100px;
        border: none; }
      .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to {
        color: #131429;
        font-size: 14px; }
        @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to {
            font-size: 16px; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag {
      display: inline-block;
      margin: 0 7px 0 0;
      width: 32px; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle {
      width: 26px;
      height: 19px;
      margin: 7px 40px;
      flex-shrink: 0;
      background: transparent url('/templates/bali/images/arrows-both-sides.svg') no-repeat center center;
      background-size: 100% 100%; }
      @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle {
            margin: 7px 15px; } }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form.from-eur .currencies-container {
      flex-direction: row-reverse; }
    .moduletable.quick-exchange-rates .container .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .moduletable.news .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .convertforms .all-currencies-and-calculator .calculator-module .calculator-form .invalid, .moduletable.quick-exchange-rates .moduletable.interest-rates .all-currencies-and-calculator .calculator-module .calculator-form .invalid {
      border: 1px solid #c6001e !important; }
  @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .interest-rates-module, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module, .moduletable.quick-exchange-rates .convertforms .interest-rates-module, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module {
        width: 34%;
        max-width: 533px;
        margin-left: 63px; } }
  .moduletable.quick-exchange-rates .container .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module .title-line-above, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module .title-line-above, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .convertforms .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module .title-line-above {
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 7px; }
    @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module .title-line-above, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module .title-line-above, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .convertforms .interest-rates-module .title-line-above, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module .title-line-above {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 22px; } }
  .moduletable.quick-exchange-rates .container .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module p, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module p, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module p, .moduletable.quick-exchange-rates .convertforms .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module p {
    font-size: 12px;
    line-height: 17px;
    color: #a8a9ab;
    padding-bottom: 4px; }
    @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module p, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module p, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module p, .moduletable.quick-exchange-rates .convertforms .interest-rates-module p, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module p {
        font-size: initial;
        padding-bottom: 9px;
        line-height: 22px; } }
  .moduletable.quick-exchange-rates .container .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table {
    width: 100%;
    border-top: 1px solid #a8a9ab; }
    @media (min-width: 1200px) {
      .moduletable.quick-exchange-rates .container .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table {
        border-top: 2px solid #a8a9ab; } }
    .moduletable.quick-exchange-rates .container .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr {
      height: 52px;
      font-size: 12px;
      border-bottom: 1px solid #a8a9ab; }
    @media (min-width: 1200px) {
        .moduletable.quick-exchange-rates .container .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr {
          font-size: initial; } }
    .moduletable.quick-exchange-rates .container .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr td, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr td, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr td {
      text-align: left;
      vertical-align: middle;
      color: #000; }
    @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr td, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr td, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr td, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr td {
            padding-left: 11px; } }
    .moduletable.quick-exchange-rates .container .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr td:nth-child(2), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr td:nth-child(2), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr td:nth-child(2) {
      font-size: 14px;
      font-weight: 700;
      text-align: right; }
      @media (min-width: 1200px) {
          .moduletable.quick-exchange-rates .container .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr td:nth-child(2), .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr td:nth-child(2), .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr td:nth-child(2), .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr td:nth-child(2) {
            font-size: 26px;
            font-weight: 800;
            text-align: left; } }
    @media (min-width: 1200px) {
        .moduletable.quick-exchange-rates .container .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.holidays-wrapper h2 .interest-rates-module table tr, .moduletable.holidays-wrapper .moduletable.quick-exchange-rates h2 .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.news .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.exchange-rates-calculator .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.mini-calendar-wrapper .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.banners-highlights h2 .interest-rates-module table tr, .moduletable.banners-highlights .moduletable.quick-exchange-rates h2 .interest-rates-module table tr, .moduletable.quick-exchange-rates .convertforms .interest-rates-module table tr, .moduletable.quick-exchange-rates .moduletable.interest-rates .interest-rates-module table tr {
          border-bottom: 2px solid #a8a9ab; } }

.moduletable.exchange-rates-calculator {
  background-color: #f3f3f4;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
  .moduletable.exchange-rates-calculator {
    margin-left: 0;
    margin-right: 0;
    padding: 27px 63px 70px 0;
    width: 32%;
    max-width: 450px; } }
  .moduletable.exchange-rates-calculator .all-currencies {
    padding-bottom: 11px;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-left: auto; }
  @media (min-width: 1200px) {
    .moduletable.exchange-rates-calculator .all-currencies {
      font-size: 16px; } }
  .moduletable.exchange-rates-calculator .all-currencies:hover, .moduletable.exchange-rates-calculator .all-currencies:active, .moduletable.exchange-rates-calculator .all-currencies:focus {
    color: #589a99; }
  .moduletable.exchange-rates-calculator .calculator-module .calculator-form {
    min-width: 320px;
    display: flex;
    flex-direction: column; }
  @media (min-width: 1200px) {
      .moduletable.exchange-rates-calculator .calculator-module .calculator-form {
        width: 100%; } }
  .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container {
    width: 100%;
    display: flex;
    flex-direction: column; }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above {
      border-top-color: #589a99;
      line-height: 28px;
      font-weight: 700;
      width: 100%;
      margin-bottom: 7px; }
    @media (min-width: 1200px) {
        .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .title-line-above {
          font-size: 26px;
          line-height: 36px;
          border-top-color: #2c3765;
          margin-bottom: 22px; } }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date {
      font-size: 12px;
      line-height: 17px;
      color: #a8a9ab;
      padding-bottom: 4px; }
    @media (min-width: 1200px) {
        .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date {
          font-size: initial;
          padding-bottom: 8px;
          line-height: 22px; } }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:hover, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:active, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .title-and-date-container .calculation-date:focus {
      color: #589a99;
      cursor: pointer; }
  .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 17px; }
    @media (min-width: 1200px) {
      .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container {
        padding-right: 53px; } }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result {
      width: 45%;
      height: 46px;
      text-align: center;
      font-size: 14px;
      font-weight: 800;
      color: #131429;
      border: 1px solid rgba(117, 117, 117, 0.33); }
    @media (min-width: 1200px) {
        .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result {
          font-size: 16px; } }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-amount {
      background-color: #fff; }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .calculation-amount-and-result-container .calculation-result {
      padding-top: 12px; }
  .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between; }
    @media (min-width: 1200px) {
      .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container {
        padding-right: 53px; } }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .from-currency-container, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .to-currency-container {
      display: flex;
      align-items: center;
      width: 100px; }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-from, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-from {
      width: 100px;
      border: none; }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to {
      color: #131429;
      font-size: 14px; }
    @media (min-width: 1200px) {
          .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .from-currency-container .currency-to, .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .currency-to {
            font-size: 16px; } }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .to-currency-container .flag {
      display: inline-block;
      margin: 0 7px 0 0;
      width: 32px; }
    .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle {
      width: 26px;
      height: 19px;
      margin: 7px 40px;
      flex-shrink: 0;
      background: transparent url('/templates/bali/images/arrows-both-sides.svg') no-repeat center center;
      background-size: 100% 100%; }
    @media (min-width: 1200px) {
        .moduletable.exchange-rates-calculator .calculator-module .calculator-form .currencies-container .calculation-direction-toggle {
          margin: 7px 15px; } }
  .moduletable.exchange-rates-calculator .calculator-module .calculator-form.from-eur .currencies-container {
    flex-direction: row-reverse; }
  .moduletable.exchange-rates-calculator .calculator-module .calculator-form .invalid {
    border: 1px solid #c6001e !important; }

.moduletable.mini-calendar-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding-top: 27px;
  padding-bottom: 35px; }
  @media (min-width: 1200px) {
  .moduletable.mini-calendar-wrapper {
    padding-top: 42px;
    padding-bottom: 163px; } }
  .moduletable.mini-calendar-wrapper a {
    text-transform: uppercase;
    color: #131429; }
  .moduletable.mini-calendar-wrapper a.all-events {
    padding-top: 11px;
    margin-left: auto; }
  .moduletable.mini-calendar-wrapper .mini-calendar {
    width: 100%;
    border-top: 4px solid #2c3765; }
  @media (min-width: 1200px) {
    .moduletable.mini-calendar-wrapper .mini-calendar {
      padding-top: 11px; } }

.calendar-events .event-container .event-line {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
      .calendar-events .event-container .event-line {
        flex-direction: row; } }
  .calendar-events .event-container .event-line .event-date {
    width: 50%;
    min-width: 160px; }
    @media (min-width: 1200px) {
      .calendar-events .event-container .event-line .event-date {
        margin-right: 24px;
        width: 220px; } }
    .calendar-events .event-container .event-line .event-date.title-underscore {
      color: #000;
      border-bottom-color: #2c3765;
      font-family: 'Open Sans', normal;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700;
      padding-top: 27px;
      padding-bottom: 7px; }
    @media (min-width: 1200px) {
        .calendar-events .event-container .event-line .event-date.title-underscore {
          padding-left: 13px;
          min-width: 220px;
          font-size: 16px;
          line-height: 22px; } }
  .calendar-events .event-container .event-line .event-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 16px auto 8px 0;
    padding-left: 26px;
    border-left: 1px solid #a8a9ab; }
    @media (min-width: 1200px) {
      .calendar-events .event-container .event-line .event-wrapper {
        margin: 27px 0 0 0;
        border-left: none;
        border-bottom: 2px solid #a8a9ab; } }
    .calendar-events .event-container .event-line .event-wrapper .event-title {
      padding-bottom: 10px; }
    .calendar-events .event-container .event-line .event-wrapper .event-description {
      display: none;
      padding-bottom: 5px; }
    .calendar-events .event-container .event-line .event-wrapper .event-description p, .calendar-events .event-container .event-line .event-wrapper .event-description a {
      font-size: 12px;
      line-height: 17px;
      text-transform: initial; }
    .calendar-events .event-container .event-line .event-wrapper .event-description p:before, .calendar-events .event-container .event-line .event-wrapper .event-description a:before {
      width: 35px;
      height: 17px; }
    .calendar-events .event-container .event-line .event-wrapper .event-description a:hover, .calendar-events .event-container .event-line .event-wrapper .event-description a:focus, .calendar-events .event-container .event-line .event-wrapper .event-description a:active {
      color: #589a99; }
    .calendar-events .event-container .event-line .event-wrapper .event-description .glyph-link {
      column-gap: 0;
      grid-template-columns: 45px auto; }
  .calendar-events .event-container .event-line .event-read-more {
    width: 50%;
    min-width: 110px; }
    @media (min-width: 1200px) {
      .calendar-events .event-container .event-line .event-read-more {
        width: 110px; } }
    .calendar-events .event-container .event-line .event-read-more.title-underscore {
      color: #191819;
      border-bottom-color: #589a99;
      font-family: 'Open Sans', normal;
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      padding-bottom: 0; }
    @media (min-width: 1200px) {
        .calendar-events .event-container .event-line .event-read-more.title-underscore {
          font-size: 16px;
          line-height: 22px; } }
    .calendar-events .event-container .event-line .event-read-more > button {
      width: 100%;
      text-transform: uppercase;
      text-align: start;
      padding-bottom: 8px; }
    @media (min-width: 1200px) {
        .calendar-events .event-container .event-line .event-read-more > button {
          text-align: center;
          margin-top: 20px;
          padding-top: 7px; } }
    .calendar-events .event-container .event-line .event-read-more > button:hover, .calendar-events .event-container .event-line .event-read-more > button:active {
      color: #fff;
      background: #589a99;
      border-bottom-color: #589a99;
      text-align: center;
      padding-bottom: 2px;
      margin-bottom: 6px; }
    @media (min-width: 1200px) {
          .calendar-events .event-container .event-line .event-read-more > button:hover, .calendar-events .event-container .event-line .event-read-more > button:active {
            padding-bottom: 8px;
            margin-bottom: initial; } }
    .calendar-events .event-container .event-line .event-read-more.open button {
      background: transparent;
      color: #000; }
    .calendar-events .event-container .event-line .event-read-more.open button:hover, .calendar-events .event-container .event-line .event-read-more.open button:active {
      color: #fff;
      background: #589a99; }
    @media (min-width: 1200px) {
        .calendar-events .event-container .event-line .event-read-more.open {
          border-bottom: 2px solid #a8a9ab; } }

.moduletable.banners-highlights {
  padding-top: 34px;
  padding-bottom: 46px;
  background-color: #f3f3f4;
  width: 100%; }
  @media (min-width: 1200px) {
  .moduletable.banners-highlights {
    padding-top: 44px;
    padding-bottom: 66px; } }
  .moduletable.banners-highlights h2 {
    color: #191819;
    font-weight: 700;
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 11px; }
  .moduletable.banners-highlights .container .items-wrapper, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper, .moduletable.banners-highlights .moduletable.news .items-wrapper, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper, .moduletable.banners-highlights h2 .items-wrapper, .moduletable.banners-highlights .convertforms .items-wrapper, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper {
    border-top: 4px solid #2c3765;
    padding-top: 31px;
    position: relative; }
  @media (min-width: 1200px) {
      .moduletable.banners-highlights .container .items-wrapper, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper, .moduletable.banners-highlights .moduletable.news .items-wrapper, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper, .moduletable.banners-highlights h2 .items-wrapper, .moduletable.banners-highlights .convertforms .items-wrapper, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper {
        padding-top: 88px; } }
  .moduletable.banners-highlights .container .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-prev, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-prev, .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .convertforms .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-prev, .moduletable.banners-highlights .container .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-next, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-next, .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .convertforms .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-next {
    position: absolute;
    top: 400px;
    align-items: center;
    justify-content: center;
    display: none;
    border: 1.5px #2c3765;
    border-style: none none solid solid;
    width: 42px;
    height: 42px;
    z-index: 1; }
    @media (min-width: 1200px) {
      .moduletable.banners-highlights .container .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-prev, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-prev, .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .convertforms .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-prev, .moduletable.banners-highlights .container .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-next, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-next, .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .convertforms .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-next {
        top: 490px; } }
    @media (min-width: 1600px) {
      .moduletable.banners-highlights .container .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-prev, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-prev, .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .convertforms .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-prev, .moduletable.banners-highlights .container .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-next, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-next, .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .convertforms .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-next {
        top: 465px;
        width: 60px;
        height: 60px; } }
  .moduletable.banners-highlights .container .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper.not-enough-items .item-prev, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .moduletable.news .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights h2 .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .convertforms .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper.not-enough-items .item-prev, .moduletable.banners-highlights .container .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper.not-enough-items .item-next, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights .moduletable.news .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights h2 .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights .convertforms .items-wrapper.not-enough-items .item-next, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper.not-enough-items .item-next {
    display: none; }
  .moduletable.banners-highlights .container .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-prev, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-prev, .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .convertforms .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-prev {
    left: 10px;
    transform: rotate(45deg); }
    @media (min-width: 1600px) {
      .moduletable.banners-highlights .container .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-prev, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-prev, .moduletable.banners-highlights h2 .items-wrapper .item-prev, .moduletable.banners-highlights .convertforms .items-wrapper .item-prev, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-prev {
        left: -60px; } }
  .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items {
    display: flex;
    flex-direction: row; }
    .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item {
      display: flex;
      flex-direction: column; }
      .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure {
        min-width: 320px;
        height: 320px;
        display: grid;
        grid-template-rows: repeat(4, 1fr);
        align-items: center; }
        @media (min-width: 1200px) {
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure {
            width: 306px;
            min-height: 306px; } }
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          grid-column: 1;
          grid-row-start: 1;
          grid-row-end: 5; }
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption {
          grid-column: 1;
          grid-row-start: 4;
          grid-row-end: 5; }
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure .title-background {
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.4); }
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption {
          padding-top: 25px;
          padding-left: 27px;
          padding-right: 36px; }
          @media (min-width: 1200px) {
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption {
            padding-left: 23px;
            padding-right: 34px; } }
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure figcaption a {
            width: 100%;
            height: 100%;
            display: block;
            color: #fff;
            font-size: 18px;
            line-height: 25px;
            font-weight: 600; }
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover .title-background, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active .title-background, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus .title-background {
          background: rgba(255, 255, 255, 0.4); }
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:hover a, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:active a, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item figure:focus a {
            color: #2c3765; }
      .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description {
        margin: 36px 100px 30px 100px;
        text-align: center; }
        @media (min-width: 1200px) {
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description {
            margin: 36px 40px 0 0;
            text-align: start; } }
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a {
          color: #2c3765;
          font-weight: 600; }
          @media (min-width: 1200px) {
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a {
            font-size: 18px;
            line-height: 25px; } }
          .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:hover, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:active, .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSSlideWrapper .items .item .description a:focus {
            color: #589a99; }
    @media (min-width: 1200px) {
        .moduletable.banners-highlights .container .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights .moduletable.news .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights h2 .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights .convertforms .items-wrapper .lSSlideOuter .lSPager.lSpg > li a, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .lSSlideOuter .lSPager.lSpg > li a {
          width: 12px;
          height: 12px; } }
  .moduletable.banners-highlights .container .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-next, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-next, .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .convertforms .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-next {
    right: 10px;
    transform: rotate(225deg); }
    @media (min-width: 1600px) {
      .moduletable.banners-highlights .container .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.holidays-wrapper h2 .items-wrapper .item-next, .moduletable.holidays-wrapper .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.news .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.exchange-rates-calculator .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.mini-calendar-wrapper .items-wrapper .item-next, .moduletable.banners-highlights h2 .items-wrapper .item-next, .moduletable.banners-highlights .convertforms .items-wrapper .item-next, .moduletable.banners-highlights .moduletable.interest-rates .items-wrapper .item-next {
        right: -60px; } }

.moduletable.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
  display: none; }
  @media (min-width: 768px) {
  .moduletable.breadcrumbs {
    display: block; } }
  .moduletable.breadcrumbs .container ul, .moduletable.breadcrumbs .moduletable.holidays-wrapper h2 ul, .moduletable.holidays-wrapper .moduletable.breadcrumbs h2 ul, .moduletable.breadcrumbs .moduletable.news ul, .moduletable.breadcrumbs .moduletable.exchange-rates-calculator ul, .moduletable.breadcrumbs .moduletable.mini-calendar-wrapper ul, .moduletable.breadcrumbs .moduletable.banners-highlights h2 ul, .moduletable.banners-highlights .moduletable.breadcrumbs h2 ul, .moduletable.breadcrumbs .convertforms ul, .moduletable.breadcrumbs .moduletable.interest-rates ul {
    display: flex;
    align-items: center; }
  .moduletable.breadcrumbs .container ul li, .moduletable.breadcrumbs .moduletable.holidays-wrapper h2 ul li, .moduletable.holidays-wrapper .moduletable.breadcrumbs h2 ul li, .moduletable.breadcrumbs .moduletable.news ul li, .moduletable.breadcrumbs .moduletable.exchange-rates-calculator ul li, .moduletable.breadcrumbs .moduletable.mini-calendar-wrapper ul li, .moduletable.breadcrumbs .moduletable.banners-highlights h2 ul li, .moduletable.banners-highlights .moduletable.breadcrumbs h2 ul li, .moduletable.breadcrumbs .convertforms ul li, .moduletable.breadcrumbs .moduletable.interest-rates ul li {
    font-size: 16px; }
    .moduletable.breadcrumbs .container ul li a, .moduletable.breadcrumbs .moduletable.holidays-wrapper h2 ul li a, .moduletable.holidays-wrapper .moduletable.breadcrumbs h2 ul li a, .moduletable.breadcrumbs .moduletable.news ul li a, .moduletable.breadcrumbs .moduletable.exchange-rates-calculator ul li a, .moduletable.breadcrumbs .moduletable.mini-calendar-wrapper ul li a, .moduletable.breadcrumbs .moduletable.banners-highlights h2 ul li a, .moduletable.banners-highlights .moduletable.breadcrumbs h2 ul li a, .moduletable.breadcrumbs .convertforms ul li a, .moduletable.breadcrumbs .moduletable.interest-rates ul li a {
      display: flex;
      align-items: center; }
    .moduletable.breadcrumbs .container ul li a:hover, .moduletable.breadcrumbs .moduletable.holidays-wrapper h2 ul li a:hover, .moduletable.holidays-wrapper .moduletable.breadcrumbs h2 ul li a:hover, .moduletable.breadcrumbs .moduletable.news ul li a:hover, .moduletable.breadcrumbs .moduletable.exchange-rates-calculator ul li a:hover, .moduletable.breadcrumbs .moduletable.mini-calendar-wrapper ul li a:hover, .moduletable.breadcrumbs .moduletable.banners-highlights h2 ul li a:hover, .moduletable.banners-highlights .moduletable.breadcrumbs h2 ul li a:hover, .moduletable.breadcrumbs .convertforms ul li a:hover, .moduletable.breadcrumbs .moduletable.interest-rates ul li a:hover {
      color: #589a99; }
    .moduletable.breadcrumbs .container ul li a::after, .moduletable.breadcrumbs .moduletable.holidays-wrapper h2 ul li a::after, .moduletable.holidays-wrapper .moduletable.breadcrumbs h2 ul li a::after, .moduletable.breadcrumbs .moduletable.news ul li a::after, .moduletable.breadcrumbs .moduletable.exchange-rates-calculator ul li a::after, .moduletable.breadcrumbs .moduletable.mini-calendar-wrapper ul li a::after, .moduletable.breadcrumbs .moduletable.banners-highlights h2 ul li a::after, .moduletable.banners-highlights .moduletable.breadcrumbs h2 ul li a::after, .moduletable.breadcrumbs .convertforms ul li a::after, .moduletable.breadcrumbs .moduletable.interest-rates ul li a::after {
      content: '';
      display: inline-flex;
      border: solid #2c3765;
      border-width: 0 1px 1px 0;
      width: 6px;
      height: 6px;
      margin: 2px 10px;
      transform: rotate(-45deg);
      opacity: 0.4; }
    .moduletable.breadcrumbs .container ul li .text, .moduletable.breadcrumbs .moduletable.holidays-wrapper h2 ul li .text, .moduletable.holidays-wrapper .moduletable.breadcrumbs h2 ul li .text, .moduletable.breadcrumbs .moduletable.news ul li .text, .moduletable.breadcrumbs .moduletable.exchange-rates-calculator ul li .text, .moduletable.breadcrumbs .moduletable.mini-calendar-wrapper ul li .text, .moduletable.breadcrumbs .moduletable.banners-highlights h2 ul li .text, .moduletable.banners-highlights .moduletable.breadcrumbs h2 ul li .text, .moduletable.breadcrumbs .convertforms ul li .text, .moduletable.breadcrumbs .moduletable.interest-rates ul li .text {
      color: #2c3765; }

.convertforms {
  font-family: unset !important; }
  .convertforms .cf-form-wrap {
    padding-left: unset;
    padding-right: unset; }
  .convertforms .cf-form-wrap h2 {
    margin-bottom: 36px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap h2 {
        font-size: 12px;
        margin-bottom: 10px; } }
  .convertforms .cf-form-wrap ol li, .convertforms .cf-form-wrap ul li {
    position: relative;
    padding-left: 20px; }
    .convertforms .cf-form-wrap ol li::before, .convertforms .cf-form-wrap ul li::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #191819;
      border-radius: 3px;
      left: 0;
      top: 13px; }
    .convertforms .cf-form-wrap ol li ul li::before, .convertforms .cf-form-wrap ul li ul li::before {
      width: 5.4545454545px;
      height: 5.4545454545px;
      background-color: transparent;
      border: 1px solid #191819;
      border-radius: 2.7272727273px; }
  .convertforms .cf-form-wrap ul {
    margin-bottom: 14px; }
  .convertforms .cf-form-wrap table > tbody > tr > td > ol li, .convertforms .cf-form-wrap table > tbody > tr > td > ul li {
    font-size: 14px;
    line-height: 21px; }
    .convertforms .cf-form-wrap table > tbody > tr > td > ol li::before, .convertforms .cf-form-wrap table > tbody > tr > td > ul li::before {
      top: 7.5px; }
  .convertforms .cf-form-wrap p, .convertforms .cf-form-wrap li {
    font-size: 12px;
    text-align: justify; }
  @media (min-width: 768px) {
      .convertforms .cf-form-wrap p, .convertforms .cf-form-wrap li {
        line-height: 25px;
        font-size: 20px; } }
  .convertforms .cf-form-wrap .cf-subtitle {
    font-size: 20px;
    color: #2c3765;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-subtitle {
        font-size: 12px; } }
  .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message {
    border: 2px solid #2c3765;
    border-radius: 0; }
    .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message:hover {
      border-color: #589a99; }
    .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message .cfupload-browse {
      border: 2px solid #2c3765;
      border-radius: 0;
      padding: 5px 64px;
      text-transform: uppercase;
      color: #2c3765;
      font-weight: 700; }
      .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message .cfupload-browse:hover {
        color: #589a99;
        border-color: #589a99;
        transition: all 400ms ease; }
  .convertforms .cf-form-wrap .cf-control-group {
    padding: 0 9px 0 9px;
    margin-bottom: 29px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-control-group {
        margin-bottom: 10px;
        padding: unset; } }
  .convertforms .cf-form-wrap .cf-control-group .cf-comment {
    padding: 0 0 0 10px; }
    .convertforms .cf-form-wrap .cf-control-group .cf-comment .cf-control-input p {
      opacity: 0.8;
      padding-top: unset;
      font-style: italic;
      margin-top: -23px; }
    @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-comment .cf-control-input p {
            margin-top: unset; } }
  .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    align-self: baseline;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f3f4;
    margin: 0;
    font: inherit;
    width: 40px;
    height: 38px;
    border: 2px solid #2c3765;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"]:focus {
      border: 2px solid #2c3765 !important; }
    @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] {
            width: 28px;
            height: 28px; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"]::before {
      content: "";
      width: 1.3em;
      height: 1.2em;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 2em #2c3765;
      transform-origin: bottom left;
      clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"]:checked::before {
      transform: scale(1); }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] + label {
      font-style: italic;
      padding-left: 29px;
      cursor: pointer; }
      @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] + label {
            padding-left: 10px; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"] {
      cursor: pointer;
      flex-shrink: 0;
      align-self: baseline;
      -webkit-appearance: none;
      appearance: none;
      background-color: #f3f3f4;
      margin: 0;
      font: inherit;
      width: 40px;
      height: 38px;
      border: 2px solid #2c3765;
      border-radius: 100%;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"]:focus {
      border: 2px solid #2c3765 !important; }
    @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"] {
            width: 28px;
            height: 28px; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"]::before {
      content: "";
      width: 1em;
      height: 1em;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 2em #2c3765;
      border-radius: 100%; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"]:checked::before {
      transform: scale(1); }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"] + label {
      cursor: pointer; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input input[type="number"] {
      -moz-appearance: textfield; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input input::-webkit-outer-spin-button, .convertforms .cf-form-wrap .cf-control-group .cf-control-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input button[type="submit"] {
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 767px) {
        .convertforms .cf-form-wrap .cf-control-group .cf-control-input button[type="submit"] {
          font-size: 14px;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input ol, .convertforms .cf-form-wrap .cf-control-group .cf-control-input ul {
      margin-bottom: 15px; }
  .convertforms .cf-form-wrap .cf-control-group.cf-data-process {
    display: flex; }
  .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-label {
    display: flex;
    align-items: center;
    flex-basis: 43%; }
    .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-label label {
      cursor: pointer;
      border: 2px solid #2c3765;
      padding: 5px 64px;
      text-transform: uppercase;
      color: #2c3765 !important;
      font-weight: 700; }
    @media (max-width: 767px) {
        .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-label label {
          white-space: nowrap;
          padding: 5px 4px;
          margin-bottom: 6px; } }
  .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-input {
    margin: 0 10px 0 10px;
    flex-basis: 57%; }
  @media (max-width: 767px) {
        .convertforms .cf-form-wrap .cf-control-group.cf-data-process label {
          white-space: nowrap;
          padding: 4px 30px;
          margin-bottom: 6px; } }
  .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-label {
    color: #2c3765 !important;
    font-weight: 700; }
  .convertforms .cf-form-wrap .cf-label .cf-required-label {
    color: #c6001e; }
  .convertforms .cf-form-wrap .cf-label, .convertforms .cf-form-wrap .cf-control-input-desc {
    color: unset !important; }
  .convertforms .cf-form-wrap .cf-label, .convertforms .cf-form-wrap .cf-control-input {
    font-size: 20px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-label, .convertforms .cf-form-wrap .cf-control-input {
        font-size: 12px; } }
  .convertforms .cf-form-wrap .cf-control-input-desc, .convertforms .cf-form-wrap .cf-comment .cf-control-input {
    font-size: 20px;
    font-style: italic;
    margin-top: -23px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-control-input-desc, .convertforms .cf-form-wrap .cf-comment .cf-control-input {
        font-size: 12px;
        margin-top: unset; } }
  .convertforms .cf-form-wrap .cf-input {
    background-color: #f3f3f4 !important;
    color: unset;
    border: unset;
    border-radius: unset; }
  .convertforms .cf-form-wrap .cf-input:focus {
    color: unset !important;
    border: unset !important; }
  .convertforms .cf-form-wrap textarea:focus {
    border: unset !important; }

.contacts-wrapper h2 {
  color: #131429;
  font-size: 18px;
  margin-bottom: 14px; }
  @media (min-width: 992px) {
    .contacts-wrapper h2 {
      font-size: 26px;
      margin-bottom: 26px; } }
  @media (max-width: 991px) {
    .contacts-wrapper .container, .contacts-wrapper .moduletable.holidays-wrapper h2, .moduletable.holidays-wrapper .contacts-wrapper h2, .contacts-wrapper .moduletable.news, .contacts-wrapper .moduletable.exchange-rates-calculator, .contacts-wrapper .moduletable.mini-calendar-wrapper, .contacts-wrapper .moduletable.banners-highlights h2, .moduletable.banners-highlights .contacts-wrapper h2, .contacts-wrapper .convertforms, .contacts-wrapper .moduletable.interest-rates {
      padding: unset; } }
  .contacts-wrapper .container .block-container, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container, .contacts-wrapper .moduletable.news .block-container, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container, .contacts-wrapper .moduletable.banners-highlights h2 .block-container, .moduletable.banners-highlights .contacts-wrapper h2 .block-container, .contacts-wrapper .convertforms .block-container, .contacts-wrapper .moduletable.interest-rates .block-container {
    background: #f3f3f4;
    padding: 20px;
    margin-bottom: 20px; }
  .contacts-wrapper .container .block-container .subtitle:before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .subtitle:before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .subtitle:before, .contacts-wrapper .moduletable.news .block-container .subtitle:before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .subtitle:before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .subtitle:before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .subtitle:before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .subtitle:before, .contacts-wrapper .convertforms .block-container .subtitle:before, .contacts-wrapper .moduletable.interest-rates .block-container .subtitle:before {
    content: '';
    width: 14px;
    border-bottom: solid 4px #2c3765;
    position: absolute;
    left: 0;
    top: 46%; }
  @media (min-width: 992px) {
      .contacts-wrapper .container .block-container, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container, .contacts-wrapper .moduletable.news .block-container, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container, .contacts-wrapper .moduletable.banners-highlights h2 .block-container, .moduletable.banners-highlights .contacts-wrapper h2 .block-container, .contacts-wrapper .convertforms .block-container, .contacts-wrapper .moduletable.interest-rates .block-container {
        margin-bottom: 25px;
        padding: 20px 94px; } }
  .contacts-wrapper .container .block-container .subtitle, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .subtitle, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .subtitle, .contacts-wrapper .moduletable.news .block-container .subtitle, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .subtitle, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .subtitle, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .subtitle, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .subtitle, .contacts-wrapper .convertforms .block-container .subtitle, .contacts-wrapper .moduletable.interest-rates .block-container .subtitle, .contacts-wrapper .container .block-container p, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container p, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container p, .contacts-wrapper .moduletable.news .block-container p, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container p, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container p, .contacts-wrapper .moduletable.banners-highlights h2 .block-container p, .moduletable.banners-highlights .contacts-wrapper h2 .block-container p, .contacts-wrapper .convertforms .block-container p, .contacts-wrapper .moduletable.interest-rates .block-container p {
    font-size: 16px;
    color: #191819; }
    @media (min-width: 992px) {
      .contacts-wrapper .container .block-container .subtitle, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .subtitle, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .subtitle, .contacts-wrapper .moduletable.news .block-container .subtitle, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .subtitle, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .subtitle, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .subtitle, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .subtitle, .contacts-wrapper .convertforms .block-container .subtitle, .contacts-wrapper .moduletable.interest-rates .block-container .subtitle, .contacts-wrapper .container .block-container p, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container p, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container p, .contacts-wrapper .moduletable.news .block-container p, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container p, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container p, .contacts-wrapper .moduletable.banners-highlights h2 .block-container p, .moduletable.banners-highlights .contacts-wrapper h2 .block-container p, .contacts-wrapper .convertforms .block-container p, .contacts-wrapper .moduletable.interest-rates .block-container p {
        font-size: 18px; } }
  @media (max-width: 991px) {
        .contacts-wrapper .container .block-container .block .items:not(:first-child), .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items:not(:first-child), .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items:not(:first-child), .contacts-wrapper .moduletable.news .block-container .block .items:not(:first-child), .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items:not(:first-child), .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items:not(:first-child), .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items:not(:first-child), .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items:not(:first-child), .contacts-wrapper .convertforms .block-container .block .items:not(:first-child), .contacts-wrapper .moduletable.interest-rates .block-container .block .items:not(:first-child) {
          margin-top: 30px; } }
    @media (min-width: 992px) {
      .contacts-wrapper .container .block-container .block, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block, .contacts-wrapper .moduletable.news .block-container .block, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block, .contacts-wrapper .convertforms .block-container .block, .contacts-wrapper .moduletable.interest-rates .block-container .block {
        display: flex; } }
    @media (min-width: 992px) {
        .contacts-wrapper .container .block-container .block .items, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items, .contacts-wrapper .moduletable.news .block-container .block .items, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items, .contacts-wrapper .convertforms .block-container .block .items, .contacts-wrapper .moduletable.interest-rates .block-container .block .items {
          flex: 1; } }
    .contacts-wrapper .container .block-container .block .items .item-container, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container, .contacts-wrapper .moduletable.news .block-container .block .items .item-container, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container, .contacts-wrapper .convertforms .block-container .block .items .item-container, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container {
      display: grid; }
    @media (min-width: 992px) {
            .contacts-wrapper .container .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container.contacts-col-2, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .moduletable.news .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container.contacts-col-2, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .convertforms .block-container .block .items .item-container.contacts-col-2, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container.contacts-col-2 {
              grid-template-columns: 1fr 1fr; } }
    .contacts-wrapper .container .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container .subtitle, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.news .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container .subtitle, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container .subtitle, .contacts-wrapper .convertforms .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container .subtitle {
      margin-bottom: 8px;
      position: relative;
      padding-left: 25px;
      text-align: left; }
      @media (max-width: 991px) {
          .contacts-wrapper .container .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container .subtitle, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.news .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container .subtitle, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container .subtitle, .contacts-wrapper .convertforms .block-container .block .items .item-container .subtitle, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container .subtitle {
            margin-bottom: 5px; } }
      .contacts-wrapper .container .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container .subtitle:hover, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .moduletable.news .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container .subtitle:hover, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .convertforms .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container .subtitle:hover, .contacts-wrapper .container .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container .subtitle:active, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .moduletable.news .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container .subtitle:active, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .convertforms .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container .subtitle:active, .contacts-wrapper .container .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container .subtitle:focus, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .moduletable.news .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container .subtitle:focus, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .convertforms .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container .subtitle:focus, .contacts-wrapper .container .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .block .items .item-container .subtitle.active, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .moduletable.news .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .block .items .item-container .subtitle.active, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .convertforms .block-container .block .items .item-container .subtitle.active, .contacts-wrapper .moduletable.interest-rates .block-container .block .items .item-container .subtitle.active {
        color: #589a99; }
  .contacts-wrapper .container .block-container .extension, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension, .contacts-wrapper .moduletable.news .block-container .extension, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension, .contacts-wrapper .convertforms .block-container .extension, .contacts-wrapper .moduletable.interest-rates .block-container .extension {
    display: none; }
    .contacts-wrapper .container .block-container .extension > :first-child, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > :first-child, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > :first-child, .contacts-wrapper .moduletable.news .block-container .extension > :first-child, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > :first-child, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > :first-child, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > :first-child, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > :first-child, .contacts-wrapper .convertforms .block-container .extension > :first-child, .contacts-wrapper .moduletable.interest-rates .block-container .extension > :first-child {
      margin-top: 30px; }
    .contacts-wrapper .container .block-container .extension > :last-child, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > :last-child, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > :last-child, .contacts-wrapper .moduletable.news .block-container .extension > :last-child, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > :last-child, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > :last-child, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > :last-child, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > :last-child, .contacts-wrapper .convertforms .block-container .extension > :last-child, .contacts-wrapper .moduletable.interest-rates .block-container .extension > :last-child {
      margin-bottom: 30px; }
    .contacts-wrapper .container .block-container .extension ol li, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ol li, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ol li, .contacts-wrapper .moduletable.news .block-container .extension ol li, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ol li, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ol li, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ol li, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ol li, .contacts-wrapper .convertforms .block-container .extension ol li, .contacts-wrapper .moduletable.interest-rates .block-container .extension ol li, .contacts-wrapper .container .block-container .extension ul li, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ul li, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ul li, .contacts-wrapper .moduletable.news .block-container .extension ul li, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ul li, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ul li, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ul li, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ul li, .contacts-wrapper .convertforms .block-container .extension ul li, .contacts-wrapper .moduletable.interest-rates .block-container .extension ul li {
      position: relative;
      padding-left: 20px; }
    .contacts-wrapper .container .block-container .extension ol li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ol li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ol li::before, .contacts-wrapper .moduletable.news .block-container .extension ol li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ol li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ol li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ol li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ol li::before, .contacts-wrapper .convertforms .block-container .extension ol li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension ol li::before, .contacts-wrapper .container .block-container .extension ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ul li::before, .contacts-wrapper .moduletable.news .block-container .extension ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ul li::before, .contacts-wrapper .convertforms .block-container .extension ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension ul li::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #191819;
      border-radius: 3px;
      left: 0;
      top: 13px; }
    .contacts-wrapper .container .block-container .extension ol li ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ol li ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ol li ul li::before, .contacts-wrapper .moduletable.news .block-container .extension ol li ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ol li ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ol li ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ol li ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ol li ul li::before, .contacts-wrapper .convertforms .block-container .extension ol li ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension ol li ul li::before, .contacts-wrapper .container .block-container .extension ul li ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ul li ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ul li ul li::before, .contacts-wrapper .moduletable.news .block-container .extension ul li ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ul li ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ul li ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ul li ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ul li ul li::before, .contacts-wrapper .convertforms .block-container .extension ul li ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension ul li ul li::before {
      width: 5.4545454545px;
      height: 5.4545454545px;
      background-color: transparent;
      border: 1px solid #191819;
      border-radius: 2.7272727273px; }
    .contacts-wrapper .container .block-container .extension ul, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension ul, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension ul, .contacts-wrapper .moduletable.news .block-container .extension ul, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension ul, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension ul, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension ul, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension ul, .contacts-wrapper .convertforms .block-container .extension ul, .contacts-wrapper .moduletable.interest-rates .block-container .extension ul {
      margin-bottom: 14px; }
    .contacts-wrapper .container .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension table > tbody > tr > td > ol li, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .moduletable.news .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension table > tbody > tr > td > ol li, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .convertforms .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .moduletable.interest-rates .block-container .extension table > tbody > tr > td > ol li, .contacts-wrapper .container .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension table > tbody > tr > td > ul li, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .moduletable.news .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension table > tbody > tr > td > ul li, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .convertforms .block-container .extension table > tbody > tr > td > ul li, .contacts-wrapper .moduletable.interest-rates .block-container .extension table > tbody > tr > td > ul li {
      font-size: 14px;
      line-height: 21px; }
    .contacts-wrapper .container .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension table > tbody > tr > td > ol li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .moduletable.news .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension table > tbody > tr > td > ol li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .convertforms .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension table > tbody > tr > td > ol li::before, .contacts-wrapper .container .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension table > tbody > tr > td > ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .moduletable.news .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension table > tbody > tr > td > ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .convertforms .block-container .extension table > tbody > tr > td > ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension table > tbody > tr > td > ul li::before {
      top: 7.5px; }
    @media (min-width: 992px) {
      .contacts-wrapper .container .block-container .extension > :first-child, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > :first-child, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > :first-child, .contacts-wrapper .moduletable.news .block-container .extension > :first-child, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > :first-child, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > :first-child, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > :first-child, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > :first-child, .contacts-wrapper .convertforms .block-container .extension > :first-child, .contacts-wrapper .moduletable.interest-rates .block-container .extension > :first-child {
        margin-top: 75px; }
        .contacts-wrapper .container .block-container .extension > :last-child, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > :last-child, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > :last-child, .contacts-wrapper .moduletable.news .block-container .extension > :last-child, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > :last-child, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > :last-child, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > :last-child, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > :last-child, .contacts-wrapper .convertforms .block-container .extension > :last-child, .contacts-wrapper .moduletable.interest-rates .block-container .extension > :last-child {
          margin-bottom: 43px; } }
    .contacts-wrapper .container .block-container .extension > table, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > table, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > table, .contacts-wrapper .moduletable.news .block-container .extension > table, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > table, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > table, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > table, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > table, .contacts-wrapper .convertforms .block-container .extension > table, .contacts-wrapper .moduletable.interest-rates .block-container .extension > table {
      border-collapse: unset;
      border-spacing: 10px; }
    .contacts-wrapper .container .block-container .extension > p, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > p, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > p, .contacts-wrapper .moduletable.news .block-container .extension > p, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > p, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > p, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > p, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > p, .contacts-wrapper .convertforms .block-container .extension > p, .contacts-wrapper .moduletable.interest-rates .block-container .extension > p {
      margin-bottom: 8px; }
    .contacts-wrapper .container .block-container .extension > ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container .extension > ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container .extension > ul li::before, .contacts-wrapper .moduletable.news .block-container .extension > ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container .extension > ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container .extension > ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container .extension > ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container .extension > ul li::before, .contacts-wrapper .convertforms .block-container .extension > ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container .extension > ul li::before {
      top: 9px; }
  .contacts-wrapper .container .block-container.dark_bg, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg, .contacts-wrapper .moduletable.news .block-container.dark_bg, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg, .contacts-wrapper .convertforms .block-container.dark_bg, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg {
    background: #2c3765; }
    .contacts-wrapper .container .block-container.dark_bg h2, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg h2, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg h2, .contacts-wrapper .moduletable.news .block-container.dark_bg h2, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg h2, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg h2, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg h2, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg h2, .contacts-wrapper .convertforms .block-container.dark_bg h2, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg h2, .contacts-wrapper .container .block-container.dark_bg .subtitle, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg .subtitle, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg .subtitle, .contacts-wrapper .moduletable.news .block-container.dark_bg .subtitle, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg .subtitle, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg .subtitle, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg .subtitle, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg .subtitle, .contacts-wrapper .convertforms .block-container.dark_bg .subtitle, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg .subtitle, .contacts-wrapper .container .block-container.dark_bg p, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg p, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg p, .contacts-wrapper .moduletable.news .block-container.dark_bg p, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg p, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg p, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg p, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg p, .contacts-wrapper .convertforms .block-container.dark_bg p, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg p, .contacts-wrapper .container .block-container.dark_bg a, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg a, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg a, .contacts-wrapper .moduletable.news .block-container.dark_bg a, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg a, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg a, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg a, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg a, .contacts-wrapper .convertforms .block-container.dark_bg a, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg a, .contacts-wrapper .container .block-container.dark_bg li, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg li, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg li, .contacts-wrapper .moduletable.news .block-container.dark_bg li, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg li, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg li, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg li, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg li, .contacts-wrapper .convertforms .block-container.dark_bg li, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg li {
      color: #fff; }
    .contacts-wrapper .container .block-container.dark_bg ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg ul li::before, .contacts-wrapper .moduletable.news .block-container.dark_bg ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg ul li::before, .contacts-wrapper .convertforms .block-container.dark_bg ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg ul li::before {
      background-color: #fff; }
    .contacts-wrapper .container .block-container.dark_bg ul li ul li::before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg ul li ul li::before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg ul li ul li::before, .contacts-wrapper .moduletable.news .block-container.dark_bg ul li ul li::before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg ul li ul li::before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg ul li ul li::before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg ul li ul li::before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg ul li ul li::before, .contacts-wrapper .convertforms .block-container.dark_bg ul li ul li::before, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg ul li ul li::before {
      background-color: transparent;
      border-color: #fff; }
    .contacts-wrapper .container .block-container.dark_bg a, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg a, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg a, .contacts-wrapper .moduletable.news .block-container.dark_bg a, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg a, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg a, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg a, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg a, .contacts-wrapper .convertforms .block-container.dark_bg a, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg a {
      text-decoration: underline; }
    .contacts-wrapper .container .block-container.dark_bg a:hover, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg a:hover, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg a:hover, .contacts-wrapper .moduletable.news .block-container.dark_bg a:hover, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg a:hover, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg a:hover, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg a:hover, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg a:hover, .contacts-wrapper .convertforms .block-container.dark_bg a:hover, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg a:hover, .contacts-wrapper .container .block-container.dark_bg a:active, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg a:active, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg a:active, .contacts-wrapper .moduletable.news .block-container.dark_bg a:active, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg a:active, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg a:active, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg a:active, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg a:active, .contacts-wrapper .convertforms .block-container.dark_bg a:active, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg a:active, .contacts-wrapper .container .block-container.dark_bg a:focus, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg a:focus, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg a:focus, .contacts-wrapper .moduletable.news .block-container.dark_bg a:focus, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg a:focus, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg a:focus, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg a:focus, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg a:focus, .contacts-wrapper .convertforms .block-container.dark_bg a:focus, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg a:focus {
      color: #589a99; }
    .contacts-wrapper .container .block-container.dark_bg .subtitle:before, .contacts-wrapper .moduletable.holidays-wrapper h2 .block-container.dark_bg .subtitle:before, .moduletable.holidays-wrapper .contacts-wrapper h2 .block-container.dark_bg .subtitle:before, .contacts-wrapper .moduletable.news .block-container.dark_bg .subtitle:before, .contacts-wrapper .moduletable.exchange-rates-calculator .block-container.dark_bg .subtitle:before, .contacts-wrapper .moduletable.mini-calendar-wrapper .block-container.dark_bg .subtitle:before, .contacts-wrapper .moduletable.banners-highlights h2 .block-container.dark_bg .subtitle:before, .moduletable.banners-highlights .contacts-wrapper h2 .block-container.dark_bg .subtitle:before, .contacts-wrapper .convertforms .block-container.dark_bg .subtitle:before, .contacts-wrapper .moduletable.interest-rates .block-container.dark_bg .subtitle:before {
      border-color: #fff; }

.moduletable.interest-rates {
  background-color: #f3f3f4;
  padding-top: 38px;
  padding-bottom: 22px; }
  @media (min-width: 1200px) {
  .moduletable.interest-rates {
    margin-left: 0;
    padding-top: 60px;
    padding-left: 0;
    padding-bottom: 70px;
    width: 34%;
    max-width: 470px; } }
  .moduletable.interest-rates .title-line-above {
    line-height: 28px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 7px; }
  @media (min-width: 1200px) {
    .moduletable.interest-rates .title-line-above {
      font-size: 26px;
      line-height: 36px;
      margin-bottom: 22px; } }
  .moduletable.interest-rates .custom.interest-rates {
    width: 100%;
    min-width: 240px; }
  .moduletable.interest-rates .custom.interest-rates p {
    font-size: 12px;
    line-height: 17px;
    color: #a8a9ab;
    padding-bottom: 4px; }
  @media (min-width: 1200px) {
      .moduletable.interest-rates .custom.interest-rates p {
        font-size: initial;
        padding-bottom: 9px;
        line-height: 22px; } }
  .moduletable.interest-rates .custom.interest-rates table {
    width: 100%;
    border-top: 1px solid #a8a9ab; }
  @media (min-width: 1200px) {
      .moduletable.interest-rates .custom.interest-rates table {
        border-top: 2px solid #a8a9ab; } }
  .moduletable.interest-rates .custom.interest-rates table tr {
    height: 52px;
    font-size: 12px;
    border-bottom: 1px solid #a8a9ab; }
    @media (min-width: 1200px) {
      .moduletable.interest-rates .custom.interest-rates table tr {
        font-size: initial; } }
    .moduletable.interest-rates .custom.interest-rates table tr td {
      text-align: left;
      vertical-align: middle;
      color: #000; }
    @media (min-width: 1200px) {
        .moduletable.interest-rates .custom.interest-rates table tr td {
          padding-left: 11px; } }
    .moduletable.interest-rates .custom.interest-rates table tr td:nth-child(2) {
      font-size: 14px;
      font-weight: 700;
      text-align: right; }
    @media (min-width: 1200px) {
          .moduletable.interest-rates .custom.interest-rates table tr td:nth-child(2) {
            font-size: 26px;
            font-weight: 800;
            text-align: left; } }
    @media (min-width: 1200px) {
      .moduletable.interest-rates .custom.interest-rates table tr {
        border-bottom: 2px solid #a8a9ab; } }

.tag-filter .tags-container {
  display: block; }
  .tag-filter .tags-container .title-no-tags {
    display: none; }
  .tag-filter .tags-container .title {
    display: none;
    text-align: center;
    align-content: center; }
  .tag-filter .tags-container .tags {
    padding-top: 18px;
    padding-bottom: 16px; }
  .tag-filter .tags-container .recycle-header {
    display: none;
    align-self: center; }
  @media (min-width: 992px) {
      .tag-filter .tags-container .recycle-header {
        display: block; } }
  .tag-filter .tags-container .recycle-mobile {
    display: none; }
  .tag-filter .tags-container.opened {
    justify-content: normal;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 62px;
    z-index: 2; }
  .tag-filter .tags-container.opened .title {
    display: block;
    justify-self: left;
    padding-left: 20px;
    align-self: center; }
  .tag-filter .tags-container.opened .tags {
    display: none; }
  .tag-filter .tags-container.opened .recycle-header {
    display: none; }
  .tag-filter .tags-container.opened .open-button {
    display: none; }
  .tag-filter .tags-container.opened .close-button {
    display: grid; }
  .tag-filter .tags-container.opened .recycle-mobile {
    justify-content: center;
    align-content: center;
    position: fixed;
    width: 100%;
    height: 44px;
    top: 62px;
    left: 0;
    background-color: #a8a9ab;
    border-top: 1px solid #a8a9ab;
    border-bottom: 1px solid #a8a9ab; }
    .tag-filter .tags-container.opened .recycle-mobile div {
      align-items: center;
      padding-right: 24px;
      position: relative;
      font-size: 16px;
      color: #2c3765; }
    .tag-filter .tags-container.opened .recycle-mobile div::after {
      content: '';
      position: absolute;
      background-image: url('/templates/bali/images/recycle.svg');
      width: 14px;
      height: 17px;
      right: 0; }
  @media (min-width: 992px) {
      .tag-filter .tags-container.opened {
        justify-content: right;
        position: relative;
        width: auto;
        height: auto;
        z-index: auto; }
        .tag-filter .tags-container.opened .title {
          display: none; }
        .tag-filter .tags-container.opened .open-button {
          display: grid; }
        .tag-filter .tags-container.opened .close-button {
          display: none; }
        .tag-filter .tags-container.opened .recycle-mobile {
          display: none; } }
  .tag-filter .tags-container.no-tags {
    justify-content: normal; }
  .tag-filter .tags-container.no-tags .title-no-tags {
    text-align: center;
    align-content: center;
    cursor: pointer; }
    @media (min-width: 992px) {
      .tag-filter .tags-container.no-tags .title-no-tags {
        font-size: 20px; } }
  .tag-filter .tags-container.no-tags .title, .tag-filter .tags-container.no-tags .tags {
    display: none; }
  .tag-filter .tags-container.no-tags .recycle-header {
    display: none; }
  .tag-filter .tags-container.opened.no-tags {
    justify-content: right; }
    .tag-filter .tags-container.opened.no-tags .title-no-tags {
      display: none; }
    .tag-filter .tags-container.opened.no-tags .recycle-mobile {
      display: none; }
  .tag-filter .categories .category {
    margin: 0 0 10px 3px;
    align-content: center;
    display: flex; }
  .tag-filter .categories .category label {
    padding-left: 10px; }
  .tag-filter .categories .category input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    align-self: baseline;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f3f4;
    margin: 0;
    width: 28px;
    height: 28px;
    border: 2px solid #2c3765;
    display: grid;
    place-content: center; }
    @media (max-width: 991px) {
      .tag-filter .categories .category input[type="checkbox"] {
        border: 1px solid #2c3765;
        width: 23px;
        height: 23px; } }
    .tag-filter .categories .category input[type="checkbox"]:focus {
      background-color: #a8a9ab !important; }
    .tag-filter .categories .category input[type="checkbox"]::before {
      content: '';
      height: 20px;
      width: 20px;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 2em #2c3765;
      transform-origin: bottom left;
      clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    @media (max-width: 991px) {
        .tag-filter .categories .category input[type="checkbox"]::before {
          height: 16px;
          width: 16px; } }
    .tag-filter .categories .category input[type="checkbox"]:checked::before {
      transform: scale(1); }
  .tag-filter .opener {
    display: none;
    width: 100%; }
  .tag-filter .opener .buttons {
    justify-content: space-between;
    border-top: 1px solid #a8a9ab;
    padding: 17px 34px;
    margin-top: -1px; }
  .tag-filter .open-button .glyph {
    width: 9px;
    height: 8px;
    background-image: unset; }
  .tag-filter .open-button .glyph::after {
    content: '';
    border: solid #2c3765;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 8px; }
  .tag-filter .open-button.opened .glyph {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .tag-filter .close-button {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: 5px; }
  @media (min-width: 992px) {
    .tag-filter .close-button {
      display: none; } }
  .tag-filter .close-button .glyph {
    width: 20px;
    height: 20px;
    background-image: url('/templates/bali/images/popup-close.svg');
    background-size: 20px 20px; }
  .tag-filter .open-button, .tag-filter .close-button {
    margin: 0 0 29px 0;
    justify-content: center;
    align-content: center;
    padding-right: 10px;
    cursor: pointer; }

.glyph-arrow {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  vertical-align: middle; }
  .glyph-arrow.big {
    padding: 4px; }
  .glyph-arrow.right, .glyph-arrow.next {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: top;
    -webkit-transform-origin: top; }
  .glyph-arrow.left, .glyph-arrow.prev {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform-origin: 90% 60%;
    -webkit-transform-origin: 90% 60%; }
  .glyph-arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform-origin: 90% 50%;
    -webkit-transform-origin: 90% 50%; }
  .glyph-arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: 120% 110%;
    -webkit-transform-origin: 120% 110%; }

.glyph-circle {
  position: absolute;
  right: 0;
  top: 0; }
  .glyph-circle::before {
    content: '';
    height: 24px;
    width: 24px;
    border-radius: 12px;
    background-color: #589a99;
    position: absolute;
    margin-left: 14px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
  .glyph-circle::after {
    content: '';
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 20px;
    top: 8px;
    position: absolute; }
  .glyph-circle.left::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-left: 23px; }
  .glyph-circle.dark::before {
    background-color: #2c3765; }

.glyph-link {
  display: grid;
  grid-template-columns: 55px auto;
  grid-gap: 13px;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  word-break: break-word; }
  .glyph-link::before {
    content: '';
    height: 25px;
    width: 55px;
    align-self: start;
    margin-top: 2px;
    display: block;
    border-radius: 3px;
    opacity: 0.4;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: #191819 url('/templates/bali/images/chain.svg') no-repeat center; }
  .glyph-link.with-arrow {
    grid-template-columns: 55px auto 10px;
    justify-content: left; }
  .glyph-link.with-arrow::after {
    content: '';
    height: 7px;
    width: 7px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    margin-left: -5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .glyph-link:hover::before, .glyph-link:active::before, .glyph-link:focus::before {
    opacity: 1; }
  .glyph-link:hover::after, .glyph-link:active::after, .glyph-link:focus::after {
    border-color: #589a99; }
  .glyph-link.file-docx::before, .glyph-link.file-doc::before {
    content: 'DOC';
    background-image: none;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 13px; }
  .glyph-link.file-pdf::before {
    content: 'PDF';
    background-image: none;
    background-color: #a8a9ab;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 13px; }
  .glyph-link.file-xls::before {
    content: 'XLS';
    background-image: none;
    background-color: #589a99;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 26px;
    font-size: 13px; }
  .glyph-link.small {
    grid-template-columns: 38px auto;
    grid-gap: 10px; }
  .glyph-link.small::before {
    height: 19px;
    width: 38px;
    line-height: 19px;
    font-size: 10px;
    background-size: 15px; }

.glyph-button-circle-small {
  content: '';
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline;
  vertical-align: top;
  background-color: #f3f3f4;
  margin-left: 5px; }
  .glyph-button-circle-small:hover, .glyph-button-circle-small:active, .glyph-button-circle-small:focus {
    background-color: #589a99; }

.glyph-copy-small {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #f3f3f4 url('/templates/bali/images/copy_small.svg') no-repeat center; }
  .glyph-copy-small:hover, .glyph-copy-small:active, .glyph-copy-small:focus {
    background-image: url('/templates/bali/images/copy_small_red.svg'); }
  .glyph-copy-small:hover::after, .glyph-copy-small:active::after, .glyph-copy-small:focus::after {
    border-color: #589a99; }

.pagination {
  display: flex;
  margin-bottom: 20px; }
  .pagination ul {
    display: flex; }
  .pagination ul.desktop {
    display: none; }
  .pagination ul li button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    margin-left: 5px;
    margin-right: 9px;
    border: 1px solid #2c3765;
    text-align: center;
    color: #2c3765;
    background-color: #fff; }
    .pagination ul li button:hover, .pagination ul li button:active, .pagination ul li button:focus {
      cursor: pointer;
      border-color: #589a99; }
    .pagination ul li button.active {
      background-color: #f3f3f4;
      border: none; }
    .pagination ul li button.prev, .pagination ul li button.next {
      background-color: #f3f3f4;
      border: none; }
    .pagination ul li button.prev:after, .pagination ul li button.next:after {
      content: '';
      display: block;
      height: 8px;
      width: 8px;
      border-right: solid 1px #2c3765;
      border-bottom: solid 1px #2c3765;
      justify-self: center; }
    .pagination ul li button.prev:hover:after, .pagination ul li button.next:hover:after, .pagination ul li button.prev:active:after, .pagination ul li button.next:active:after, .pagination ul li button.prev:focus:after, .pagination ul li button.next:focus:after {
      border-color: #589a99; }
    .pagination ul li button.next:after {
      transform: rotate(-45deg);
      margin-left: -2px; }
    .pagination ul li button.prev:after {
      transform: rotate(135deg);
      margin-right: -2px; }
    .pagination ul li button.hide {
      pointer-events: none; }
    .pagination ul li button.active:hover, .pagination ul li button.page:hover, .pagination ul li button.active:active, .pagination ul li button.page:active, .pagination ul li button.active:focus, .pagination ul li button.page:focus {
      cursor: pointer;
      background-color: #f3f3f4;
      color: #589a99; }

@media (min-width: 576px) {
  .pagination ul.mobile {
    display: none; }
    .pagination ul.desktop {
      display: flex; } }

.btn {
  background-color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
  .btn {
    font-size: 16px; } }
  .btn.active {
    background-color: #f3f3f4;
    color: #589a99;
    border-color: #589a99; }
  .btn:not(.active):hover, .btn:not(.active):active, .btn:not(.active):focus {
    background-color: #f3f3f4;
    color: #589a99;
    border-color: #589a99; }
  .btn.with-background {
    padding: 11px 64px;
    background-color: #0b9b9a;
    color: #fff; }
  @media (max-width: 991px) {
    .btn.with-background {
      padding: 8px 32px; } }
  .btn.with-background:hover, .btn.with-background:active, .btn.with-background:focus {
    background-color: #0b9b9a;
    color: #fff;
    opacity: 0.8; }
  .btn.primary {
    font-size: 20px;
    color: #fff;
    background-color: #2c3765;
    border-radius: 0; }
  .btn.primary:hover, .btn.primary:active, .btn.primary:focus {
    background-color: #f3f3f4;
    color: #589a99;
    border-color: #589a99; }
  .btn.bordered-transparent {
    border: 2px solid #2c3765;
    padding: 9px 20px;
    color: #2c3765; }
  @media (max-width: 991px) {
    .btn.bordered-transparent {
      padding: 6px 11px; } }

.convertforms {
  font-family: unset !important; }
  .convertforms .cf-form-wrap {
    padding-left: unset;
    padding-right: unset; }
  .convertforms .cf-form-wrap h2 {
    margin-bottom: 36px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap h2 {
        font-size: 12px;
        margin-bottom: 10px; } }
  .convertforms .cf-form-wrap ol li, .convertforms .cf-form-wrap ul li {
    position: relative;
    padding-left: 20px; }
    .convertforms .cf-form-wrap ol li::before, .convertforms .cf-form-wrap ul li::before {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background-color: #191819;
      border-radius: 3px;
      left: 0;
      top: 13px; }
    .convertforms .cf-form-wrap ol li ul li::before, .convertforms .cf-form-wrap ul li ul li::before {
      width: 5.4545454545px;
      height: 5.4545454545px;
      background-color: transparent;
      border: 1px solid #191819;
      border-radius: 2.7272727273px; }
  .convertforms .cf-form-wrap ul {
    margin-bottom: 14px; }
  .convertforms .cf-form-wrap table > tbody > tr > td > ol li, .convertforms .cf-form-wrap table > tbody > tr > td > ul li {
    font-size: 14px;
    line-height: 21px; }
    .convertforms .cf-form-wrap table > tbody > tr > td > ol li::before, .convertforms .cf-form-wrap table > tbody > tr > td > ul li::before {
      top: 7.5px; }
  .convertforms .cf-form-wrap p, .convertforms .cf-form-wrap li {
    font-size: 12px;
    text-align: justify; }
  @media (min-width: 768px) {
      .convertforms .cf-form-wrap p, .convertforms .cf-form-wrap li {
        line-height: 25px;
        font-size: 20px; } }
  .convertforms .cf-form-wrap .cf-subtitle {
    font-size: 20px;
    color: #2c3765;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 28px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-subtitle {
        font-size: 12px; } }
  .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message {
    border: 2px solid #2c3765;
    border-radius: 0; }
    .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message:hover {
      border-color: #589a99; }
    .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message .cfupload-browse {
      border: 2px solid #2c3765;
      border-radius: 0;
      padding: 5px 64px;
      text-transform: uppercase;
      color: #2c3765;
      font-weight: 700; }
      .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-control-input .cfupload .dz-message .cfupload-browse:hover {
        color: #589a99;
        border-color: #589a99;
        transition: all 400ms ease; }
  .convertforms .cf-form-wrap .cf-control-group {
    padding: 0 9px 0 9px;
    margin-bottom: 29px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-control-group {
        margin-bottom: 10px;
        padding: unset; } }
  .convertforms .cf-form-wrap .cf-control-group .cf-comment {
    padding: 0 0 0 10px; }
    .convertforms .cf-form-wrap .cf-control-group .cf-comment .cf-control-input p {
      opacity: 0.8;
      padding-top: unset;
      font-style: italic;
      margin-top: -23px; }
    @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-comment .cf-control-input p {
            margin-top: unset; } }
  .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] {
    cursor: pointer;
    flex-shrink: 0;
    align-self: baseline;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f3f3f4;
    margin: 0;
    font: inherit;
    width: 40px;
    height: 38px;
    border: 2px solid #2c3765;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"]:focus {
      border: 2px solid #2c3765 !important; }
    @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] {
            width: 28px;
            height: 28px; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"]::before {
      content: "";
      width: 1.3em;
      height: 1.2em;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 2em #2c3765;
      transform-origin: bottom left;
      clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%); }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"]:checked::before {
      transform: scale(1); }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] + label {
      font-style: italic;
      padding-left: 29px;
      cursor: pointer; }
      @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-checkbox-group input[type="checkbox"] + label {
            padding-left: 10px; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"] {
      cursor: pointer;
      flex-shrink: 0;
      align-self: baseline;
      -webkit-appearance: none;
      appearance: none;
      background-color: #f3f3f4;
      margin: 0;
      font: inherit;
      width: 40px;
      height: 38px;
      border: 2px solid #2c3765;
      border-radius: 100%;
      transform: translateY(-0.075em);
      display: grid;
      place-content: center; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"]:focus {
      border: 2px solid #2c3765 !important; }
    @media (max-width: 767px) {
          .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"] {
            width: 28px;
            height: 28px; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"]::before {
      content: "";
      width: 1em;
      height: 1em;
      transform: scale(0);
      transition: 120ms transform ease-in-out;
      box-shadow: inset 1em 2em #2c3765;
      border-radius: 100%; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"]:checked::before {
      transform: scale(1); }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input .cf-radio-group input[type="radio"] + label {
      cursor: pointer; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input input[type="number"] {
      -moz-appearance: textfield; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input input::-webkit-outer-spin-button, .convertforms .cf-form-wrap .cf-control-group .cf-control-input input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input button[type="submit"] {
      font-weight: 700;
      text-transform: uppercase; }
    @media (max-width: 767px) {
        .convertforms .cf-form-wrap .cf-control-group .cf-control-input button[type="submit"] {
          font-size: 14px;
          margin-left: auto;
          margin-right: auto;
          display: block; } }
    .convertforms .cf-form-wrap .cf-control-group .cf-control-input ol, .convertforms .cf-form-wrap .cf-control-group .cf-control-input ul {
      margin-bottom: 15px; }
  .convertforms .cf-form-wrap .cf-control-group.cf-data-process {
    display: flex; }
  .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-label {
    display: flex;
    align-items: center;
    flex-basis: 43%; }
    .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-label label {
      cursor: pointer;
      border: 2px solid #2c3765;
      padding: 5px 64px;
      text-transform: uppercase;
      color: #2c3765 !important;
      font-weight: 700; }
    @media (max-width: 767px) {
        .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-label label {
          white-space: nowrap;
          padding: 5px 4px;
          margin-bottom: 6px; } }
  .convertforms .cf-form-wrap .cf-control-group.cf-data-process .cf-control-input {
    margin: 0 10px 0 10px;
    flex-basis: 57%; }
  @media (max-width: 767px) {
        .convertforms .cf-form-wrap .cf-control-group.cf-data-process label {
          white-space: nowrap;
          padding: 4px 30px;
          margin-bottom: 6px; } }
  .convertforms .cf-form-wrap .cf-control-group.cf-upload .cf-label {
    color: #2c3765 !important;
    font-weight: 700; }
  .convertforms .cf-form-wrap .cf-label .cf-required-label {
    color: #c6001e; }
  .convertforms .cf-form-wrap .cf-label, .convertforms .cf-form-wrap .cf-control-input-desc {
    color: unset !important; }
  .convertforms .cf-form-wrap .cf-label, .convertforms .cf-form-wrap .cf-control-input {
    font-size: 20px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-label, .convertforms .cf-form-wrap .cf-control-input {
        font-size: 12px; } }
  .convertforms .cf-form-wrap .cf-control-input-desc, .convertforms .cf-form-wrap .cf-comment .cf-control-input {
    font-size: 20px;
    font-style: italic;
    margin-top: -23px; }
  @media (max-width: 767px) {
      .convertforms .cf-form-wrap .cf-control-input-desc, .convertforms .cf-form-wrap .cf-comment .cf-control-input {
        font-size: 12px;
        margin-top: unset; } }
  .convertforms .cf-form-wrap .cf-input {
    background-color: #f3f3f4 !important;
    color: unset;
    border: unset;
    border-radius: unset; }
  .convertforms .cf-form-wrap .cf-input:focus {
    color: unset !important;
    border: unset !important; }
  .convertforms .cf-form-wrap textarea:focus {
    border: unset !important; }

.page-404 {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  background-color: #f3f3f4; }
  .page-404 header {
    background-color: #fff; }
  .page-404 > .container, .moduletable.holidays-wrapper .page-404 > h2, .page-404 > .moduletable.news, .page-404 > .moduletable.exchange-rates-calculator, .page-404 > .moduletable.mini-calendar-wrapper, .moduletable.banners-highlights .page-404 > h2, .page-404 > .convertforms, .page-404 > .moduletable.interest-rates {
    height: calc(100% - 80px);
    display: flex;
    align-items: center;
    text-align: center;
    color: #2c3765; }
  @media (min-width: 1200px) {
    .page-404 > .container, .moduletable.holidays-wrapper .page-404 > h2, .page-404 > .moduletable.news, .page-404 > .moduletable.exchange-rates-calculator, .page-404 > .moduletable.mini-calendar-wrapper, .moduletable.banners-highlights .page-404 > h2, .page-404 > .convertforms, .page-404 > .moduletable.interest-rates {
      text-align: left;
      margin-top: auto; } }
  .page-404 > .container .title, .moduletable.holidays-wrapper .page-404 > h2 .title, .page-404 > .moduletable.news .title, .page-404 > .moduletable.exchange-rates-calculator .title, .page-404 > .moduletable.mini-calendar-wrapper .title, .moduletable.banners-highlights .page-404 > h2 .title, .page-404 > .convertforms .title, .page-404 > .moduletable.interest-rates .title {
    flex: 1;
    line-height: 32px; }
  .page-404 > .container .title h1, .moduletable.holidays-wrapper .page-404 > h2 .title h1, .page-404 > .moduletable.news .title h1, .page-404 > .moduletable.exchange-rates-calculator .title h1, .page-404 > .moduletable.mini-calendar-wrapper .title h1, .moduletable.banners-highlights .page-404 > h2 .title h1, .page-404 > .convertforms .title h1, .page-404 > .moduletable.interest-rates .title h1 {
    margin-bottom: 35px;
    font-size: 78px; }
  .page-404 > .container .title p, .moduletable.holidays-wrapper .page-404 > h2 .title p, .page-404 > .moduletable.news .title p, .page-404 > .moduletable.exchange-rates-calculator .title p, .page-404 > .moduletable.mini-calendar-wrapper .title p, .moduletable.banners-highlights .page-404 > h2 .title p, .page-404 > .convertforms .title p, .page-404 > .moduletable.interest-rates .title p {
    margin-bottom: 50px;
    font-size: 20px;
    color: #2c3765;
    line-height: 28px; }
  .page-404 > .container .piggy, .moduletable.holidays-wrapper .page-404 > h2 .piggy, .page-404 > .moduletable.news .piggy, .page-404 > .moduletable.exchange-rates-calculator .piggy, .page-404 > .moduletable.mini-calendar-wrapper .piggy, .moduletable.banners-highlights .page-404 > h2 .piggy, .page-404 > .convertforms .piggy, .page-404 > .moduletable.interest-rates .piggy {
    flex: 1;
    background: transparent url('/templates/bali/images/piggy.png') no-repeat center center;
    background-size: contain;
    display: none; }
  @media (min-width: 992px) {
      .page-404 > .container .piggy, .moduletable.holidays-wrapper .page-404 > h2 .piggy, .page-404 > .moduletable.news .piggy, .page-404 > .moduletable.exchange-rates-calculator .piggy, .page-404 > .moduletable.mini-calendar-wrapper .piggy, .moduletable.banners-highlights .page-404 > h2 .piggy, .page-404 > .convertforms .piggy, .page-404 > .moduletable.interest-rates .piggy {
        display: block;
        height: 325px; } }
    @media (min-width: 1200px) and (min-width: 1200px) {
        .page-404 > .container .piggy, .moduletable.holidays-wrapper .page-404 > h2 .piggy, .page-404 > .moduletable.news .piggy, .page-404 > .moduletable.exchange-rates-calculator .piggy, .page-404 > .moduletable.mini-calendar-wrapper .piggy, .moduletable.banners-highlights .page-404 > h2 .piggy, .page-404 > .convertforms .piggy, .page-404 > .moduletable.interest-rates .piggy {
          height: 383px; } }
