html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  font-family: inherit;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

a:hover,
a {
  text-decoration: none;
}

@font-face {
  font-family: "liberty-nus-medium";
  src: url("../fonts/liberty-nus-medium.ttf") format("truetype");
}

@font-face {
  font-family: "liberty-nus-regular";
  src: url("../fonts/liberty-nus-regular.ttf") format("truetype");
}

@font-face {
  font-family: "liberty-mt-medium";
  src: url("../fonts/liberty-mt-medium.ttf") format("truetype");
}

@font-face {
  font-family: "liberty-mt-bold";
  src: url("../fonts/liberty-mt-bold.ttf") format("truetype");
}

.ff-nus-medium {
  font-family: "liberty-nus-medium";
}

.ff-nus-regular {
  font-family: "liberty-nus-regular";
}

.ff-mt-medium {
  font-family: "liberty-mt-medium";
}

.ff-mt-bold {
  font-family: "liberty-mt-bold";
}

/*------------------------------------*\
  Medias start
\*------------------------------------*/
/*------------------------------------*\
  Medias end
\*------------------------------------*/
/*------------------------------------*\
  Commons
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  color: #656565;
  font-family: "liberty-nus-regular";
}

a {
  color: #1d3557;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f3337;
}

strong {
  font-weight: normal;
  font-family: "liberty-mt-bold";
}

.white-text {
  color: #fff;
}

.container {
  max-width: none;
  margin-left: 13.5%;
  margin-right: 13.5%;
  width: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1600px) {
  .container {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media (max-width: 1500px) {
  .container {
    margin-left: 8%;
    margin-right: 8%;
  }
}

@media (max-width: 1399.98px) {
  .container {
    margin-left: 6%;
    margin-right: 6%;
  }
}

@media (max-width: 1199.98px) {
  .container {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 991.98px) {
  .container {
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media (max-width: 575.98px) {
  .container {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (min-width: 2000px) {
  .container {
    max-width: 1362px;
    margin-left: auto;
    margin-right: auto;
  }
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row > * {
  padding-left: 15px;
  padding-right: 15px;
}

.tr-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 991.98px) {
  .tr-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-left: 0;
    margin-right: 0;
  }
}

.tr-grid aside {
  max-width: 348px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .tr-grid aside {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .tr-grid aside .second-nav {
    display: none;
  }
}

.tr-grid main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media (max-width: 991.98px) {
  .tr-grid main {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 991.98px) {
  .tr-grid main .title-and-back {
    margin-top: 56px;
  }
}

@media (max-width: 767.98px) {
  .tr-grid main .title-and-back {
    margin-top: 34px;
  }
}

.tr-grid main .title-and-back h1 {
  font-size: 24px;
  line-height: 30px;
}

@media (max-width: 1600px) {
  .tr-grid main .title-and-back h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.tr-grid main .title-and-back h1:before {
  top: 4px;
}

@media (max-width: 1600px) {
  .tr-grid main .title-and-back h1:before {
    top: 2px;
  }
}

.tr-grid > * {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991.98px) {
  .tr-grid > * {
    padding-left: 0;
    padding-right: 0;
  }
}

.about-img {
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
  min-height: 204px;
}

.about-img::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 20.09852%;
}

.about-img .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .about-img {
    position: relative;
    overflow: hidden;
    min-height: 158px;
    height: 158px;
  }
  .about-img::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 43.76731%;
  }
  .about-img .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.about-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#22356a0d), to(#111b35)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #22356a0d 0%, #111b35 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 0.8;
}

.about-img img {
  border-radius: 5px;
}

.structure-img-box {
  text-align: center;
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .structure-img-box {
    overflow-x: auto;
    padding-bottom: 20px;
  }
}

.structure-img-box img {
  width: 100%;
  height: auto;
}

@media (max-width: 991.98px) {
  .structure-img-box img {
    width: 800px;
    height: auto;
  }
}

.default-content-box {
  margin-bottom: 64px;
}

.default-content-box img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.default-content-box > * {
  margin-bottom: 20px;
}

.default-content-box > *:last-child {
  margin-bottom: 0;
}

.default-content-box .card-download {
  margin-bottom: 36px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .default-content-box .card-download {
    display: block;
  }
}

.default-content-box .content-table-box {
  overflow-x: auto;
  margin-bottom: 50px;
}

.default-content-box table {
  width: 100%;
}

.default-content-box table thead tr {
  background: #22356a;
}

.default-content-box table thead tr td {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-family: "liberty-mt-bold";
  text-align: center;
}

.default-content-box table td {
  text-align: center;
  height: 74px;
  vertical-align: middle;
}

.default-content-box table td span {
  min-width: 90px;
  display: block;
}

.default-content-box table tbody tr:nth-of-type(even) {
  background: rgba(243, 245, 250, 0.2);
}

.default-content-box table tbody tr:nth-of-type(odd) {
  background: rgba(243, 245, 250, 0.67);
}

.default-content-box table tbody tr td {
  font-size: 13px;
  line-height: 22px;
  font-family: "liberty-nus-medium";
  color: #656565;
}

.default-content-box table tbody tr td:first-child {
  text-align: left;
}

.default-content-box table tbody tr td:first-child span {
  padding-left: 30px;
  min-width: 285px;
  display: block;
}

.default-content-box h2 {
  font-size: 16px;
  line-height: 20px;
  font-family: "liberty-mt-bold";
  color: #22356a;
}

.default-content-box p,
.default-content-box li {
  font-size: 14px;
  line-height: 22px;
  font-family: "liberty-nus-medium";
  color: #656565;
}

.default-content-box ul {
  margin-bottom: 40px;
}

.default-content-box ul:first-child {
  margin-top: 0;
}

.default-content-box ul > li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
}

.default-content-box ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 14px;
  background-image: url("../images/li-icon.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.default-content-box ul > li:last-child {
  margin-bottom: 0;
}

.content-table-box.small-width-table table {
  width: auto;
}

@media (max-width: 991.98px) {
  .content-table-box.small-width-table table {
    width: 100%;
  }
}

.content-table-box.small-width-table table td span {
  min-width: 300px;
}

@media (max-width: 991.98px) {
  .content-table-box.small-width-table table td span {
    min-width: 260px;
  }
}

@media (max-width: 767.98px) {
  .content-table-box.small-width-table table td span {
    min-width: 240px;
  }
}

@media (max-width: 991.98px) {
  .content-table-box.small-width-table table td:first-child span {
    min-width: 200px;
  }
}

@media (max-width: 767.98px) {
  .content-table-box.small-width-table table td:first-child span {
    min-width: 150px;
  }
}

.content-table-box.small-width-table table thead tr td:first-child {
  text-align: left;
}

.content-table-box.small-width-table table thead tr td:first-child span {
  padding-left: 30px;
}

.site-map-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -42px;
}

.site-map-content > ul > li {
  padding-left: 42px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .site-map-content > ul > li {
    width: 100%;
    margin-bottom: 30px;
  }
}

.site-map-content > ul > li ul {
  list-style-type: disc;
  padding-left: 10px;
}

@media (max-width: 991.98px) {
  .site-map-content > ul > li ul {
    padding-left: 20px;
  }
}

.site-map-content > ul > li li {
  margin-bottom: 6px;
}

.site-map-content > ul > li a {
  font-size: 14px;
  line-height: 24px;
  color: #656565;
  font-family: "liberty-nus-medium";
}

.site-map-content > ul > li a:hover, .site-map-content > ul > li a:focus {
  color: #22356a;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-map-content > ul > li > a {
  font-size: 17px;
  line-height: 20px;
  color: #22356a;
  display: inline-block;
  margin-bottom: 16px;
  font-family: "liberty-mt-bold";
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

@media (max-width: 991.98px) {
  .site-map-content > ul > li > a {
    margin-bottom: 10px;
  }
}

.site-map-content > ul > li > a:hover, .site-map-content > ul > li > a:focus {
  border-bottom: 2px solid #22356a;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767.98px) {
  .site-map-content > ul > li > a:hover, .site-map-content > ul > li > a:focus {
    border-bottom: 2px solid transparent;
  }
}

.section-404 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 140px 0;
}

@media (max-width: 1600px) {
  .section-404 {
    padding: 130px 0;
  }
}

@media (max-width: 1399.98px) {
  .section-404 {
    padding: 120px 0;
  }
}

@media (max-width: 991.98px) {
  .section-404 {
    padding: 100px 0;
  }
}

@media (max-width: 767.98px) {
  .section-404 {
    padding: 80px 0;
  }
}

.section-404 h2 {
  font-size: 22px;
  line-height: 30px;
  color: #2f3337;
  margin-bottom: 14px;
}

@media (max-width: 991.98px) {
  .section-404 h2 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767.98px) {
  .section-404 h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

.section-404 h2 span {
  display: block;
}

.section-404 h2 span:first-child {
  font-size: 40px;
  line-height: 60px;
}

@media (max-width: 991.98px) {
  .section-404 h2 span:first-child {
    font-size: 36px;
    line-height: 54px;
  }
}

@media (max-width: 767.98px) {
  .section-404 h2 span:first-child {
    font-size: 34px;
    line-height: 54px;
  }
}

.section-404 p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 24px;
  color: #2f3337;
  max-width: 540px;
  font-family: "liberty-nus-medium";
}

@media (max-width: 991.98px) {
  .section-404 p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 767.98px) {
  .section-404 p {
    font-size: 15px;
    line-height: 20px;
  }
}

.section-404 a {
  display: inline-block;
  background: #2e4891;
  padding: 16px 24px 13px;
  color: #fff;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  font-family: "liberty-mt-medium";
}

@media (max-width: 991.98px) {
  .section-404 a {
    font-size: 15px;
    line-height: 15px;
    padding-top: 17px;
  }
}

@media (max-width: 767.98px) {
  .section-404 a {
    font-size: 14px;
    line-height: 14px;
    padding-top: 15px;
  }
}

.section-404 a:hover, .section-404 a:focus {
  background-color: #77bfce;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-form .contact-form-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
}

@media (max-width: 767.98px) {
  .faq-form .contact-form-wrapper {
    max-width: none;
  }
}

.faq-form .contact-form-wrapper form select {
  color: #b5b5b5;
  height: 49px;
}

.faq-form .contact-form-wrapper form select:focus {
  color: #1d3557;
}

.hide-desk {
  display: none;
}

@media (max-width: 991.98px) {
  .hide-desk {
    display: block;
  }
}

.public-info-section.public-info-inner td:first-child,
.public-info-section.public-info-inner th:first-child {
  width: 50%;
  min-width: 300px;
}

.public-info-section.public-info-inner td,
.public-info-section.public-info-inner th {
  width: 25%;
  min-width: 200px;
}

@media (max-width: 575.98px) {
  .public-info-section.public-info-inner td,
  .public-info-section.public-info-inner th {
    padding-right: 30px !important;
    text-align: center;
  }
}

.public-info-section > div {
  overflow-x: auto;
  margin-bottom: 40px;
}

.public-info-section > div:last-child {
  margin-bottom: 0;
}

.public-info-section table {
  width: 100%;
  border: 1px solid #e6e6e6;
}

.public-info-section h2 {
  font-size: 16px;
  line-height: 22px;
  color: #2f3337;
  font-family: "liberty-mt-bold";
  padding: 20px 25px;
  background-color: #f3f5fa;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
}

@media (max-width: 575.98px) {
  .public-info-section h2 {
    padding: 10px;
  }
}

.public-info-section .th_sajaro {
  font-size: 14px;
  line-height: 22px;
  color: #22356a;
  font-family: "liberty-mt-bold";
  padding: 22px 0 18px;
  border-bottom: 1px solid #e6e6e6;
  padding-right: 25px;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .public-info-section .th_sajaro {
    padding-right: 10px;
  }
}

.public-info-section td {
  font-size: 14px;
  line-height: 22px;
  font-family: "liberty-nus-medium";
  vertical-align: middle;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0 13px;
  padding-right: 25px;
}

@media (max-width: 575.98px) {
  .public-info-section td {
    padding-right: 10px;
  }
}

.public-info-section td:first-child {
  width: 70%;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 400px;
}

@media (max-width: 575.98px) {
  .public-info-section td:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.public-info-section td:last-child {
  width: 30%;
  min-width: 200px;
}

.public-info-section th:first-child {
  width: 70%;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 575.98px) {
  .public-info-section th:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.public-info-section th:last-child {
  width: 30%;
}

.public-info-section .table-title-box {
  padding: 0 !important;
}

.public-info-section tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}

.public-info-section a {
  color: #2f3337;
}

.public-info-section a:hover {
  color: #22356a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
  background: #77bfce !important;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background: #77bfce !important;
}

.datepicker-days td,
.datepicker-days th {
  font-size: 12px;
}

.datepicker-days td .month {
  font-family: "liberty-mt-medium";
}

.datepicker-days th {
  font-family: "liberty-mt-medium";
}

.page-item.active .page-link {
  z-index: 0;
}

.Event {
  max-width: 318px;
  margin-left: auto;
  margin-right: auto;
}

.show.fade {
  opacity: 1;
}

.card-download-list + .container {
  margin-left: auto;
  margin-right: auto;
}

.card-download-list + .container .pagination {
  margin: 0;
}

#content .card-download span:last-child {
  border-left: 0;
}

#content > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) {
  #mobile-menu-year + .second-nav {
    display: none !important;
  }
}

.second-nav-title {
  font-size: 14px;
  line-height: 20px;
  padding: 18px 16px 16px;
  background: #eaf0f7;
  cursor: pointer;
  color: #22356a;
  font-family: "liberty-mt-medium";
  margin-left: -4%;
  margin-right: -4%;
  padding-left: 4%;
  position: relative;
}

.second-nav-title svg {
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.second-nav-title.rotate svg {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (max-width: 575.98px) {
  .second-nav-title {
    margin-left: -3%;
    margin-right: -3%;
    padding-left: 3%;
  }
}

.second-nav {
  background: #f3f5fa;
  border-radius: 5px;
  padding: 6.4rem 0;
  margin-bottom: 28px;
  border-bottom: 3px solid #22356a;
}

@media (max-width: 991.98px) {
  .second-nav {
    display: none;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
    border-radius: 0;
    margin-left: -4%;
    margin-right: -4%;
  }
}

@media (max-width: 575.98px) {
  .second-nav {
    margin-left: -3%;
    margin-right: -3%;
  }
}

.second-nav li:last-child a::before {
  border-bottom: 1px dashed rgba(47, 51, 55, 0.3);
}

@media (max-width: 991.98px) {
  .second-nav li:last-child a::before {
    left: 0;
    right: 0;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.05);
  }
}

.second-nav .active a {
  background: rgba(94, 150, 201, 0.04);
  color: #2e4891;
  border-left: 3px solid #77bfce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: default;
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .second-nav .active a {
    border: none;
    background: transparent;
  }
}

.second-nav .active a span::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.second-nav a {
  padding: 18px 34px 14px;
  font-size: 14.5px;
  line-height: 18px;
  color: #656565;
  display: block;
  position: relative;
  border-left: 3px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  .second-nav a {
    font-size: 13px;
    line-height: 18px;
    padding: 18px 5% 14px;
    border-left: none;
    color: #22356a;
  }
}

@media (max-width: 575.98px) {
  .second-nav a {
    padding: 18px 4% 14px;
  }
}

.second-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 34px;
  right: 34px;
  border-top: 1px dashed rgba(47, 51, 55, 0.3);
}

@media (max-width: 991.98px) {
  .second-nav a::before {
    left: 0;
    right: 0;
    border-top: 1px dashed rgba(112, 112, 112, 0.05);
  }
}

.second-nav a:hover {
  background: rgba(94, 150, 201, 0.04);
  color: #2e4891;
  border-left: 3px solid #77bfce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 991.98px) {
  .second-nav a:hover {
    border: none;
    background: transparent;
  }
}

.second-nav a:hover span::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.second-nav a span {
  display: block;
  position: relative;
  padding-left: 18px;
}

@media (max-width: 991.98px) {
  .second-nav a span {
    padding-left: 0;
  }
}

.second-nav a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7.58px;
  height: 5.75px;
  background-image: url("../images/two-arrows.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .second-nav a span::before {
    display: none;
  }
}

.title-and-back {
  margin-bottom: 56px;
}

@media (max-width: 767.98px) {
  .title-and-back {
    margin-bottom: 34px;
  }
}

.title-and-back.remove-margin-bottom {
  margin-bottom: 16px;
}

.title-and-back > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-and-back h1 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.14px;
  padding-left: 18px;
  position: relative;
}

@media (max-width: 991.98px) {
  .title-and-back h1 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 575.98px) {
  .title-and-back h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.title-and-back h1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
  height: 20px;
  top: 6px;
  background-color: #77bfce;
}

@media (max-width: 991.98px) {
  .title-and-back h1::before {
    width: 5px;
    top: 5px;
  }
}

@media (max-width: 575.98px) {
  .title-and-back h1::before {
    top: 3px;
  }
}

.title-and-back a {
  font-size: 12px;
  line-height: 14px;
  background-color: #2e4891;
  border-radius: 5px;
  padding: 10px 26px 8px;
  margin-left: 100px;
}

@media (max-width: 767.98px) {
  .title-and-back a {
    display: none;
  }
}

.title-and-back a:hover, .title-and-back a:focus {
  background-color: #77bfce;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-download-list {
  margin-bottom: 64px;
}

.card-download-list li {
  margin-bottom: 12px;
}

.card-download-list li:last-child {
  margin-bottom: 0;
}

.card-download a {
  padding: 16px 0;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #656565;
  position: relative;
}

.card-download a.pdf .file-type,
.card-download a.pdf span:nth-of-type(2) {
  background-image: url("../images/pdf.svg");
}

.card-download a.xlsx .file-type,
.card-download a.xlsx span:nth-of-type(2), .card-download a.xls .file-type,
.card-download a.xls span:nth-of-type(2) {
  background-image: url("../images/xlsx.svg");
}

.card-download a.doc .file-type,
.card-download a.doc span:nth-of-type(2), .card-download a.docx .file-type,
.card-download a.docx span:nth-of-type(2) {
  background-image: url("../images/doc.svg");
}

.card-download a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 24px;
  background-color: #22356a;
  border-radius: 0 3px 3px 0;
}

.card-download a:hover {
  background-color: #f3f5fa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-download h2,
.card-download span:first-child {
  font-size: 15px;
  line-height: 22px;
  padding-right: 100px;
  padding-left: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 991.98px) {
  .card-download h2,
  .card-download span:first-child {
    font-size: 14px;
    line-height: 20px;
    padding-right: 56px;
    padding-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .card-download h2,
  .card-download span:first-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}

.card-download .arrow-down,
.card-download span:last-child {
  position: absolute;
  width: 76px;
  top: 0;
  bottom: 0;
  right: 0;
  border-left: 1px solid #cbcbcb;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/download-arrow.svg");
}

@media (max-width: 991.98px) {
  .card-download .arrow-down,
  .card-download span:last-child {
    width: 46px;
  }
}

.card-download .file-type,
.card-download span:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: 32px 38px;
  background-repeat: no-repeat;
  background-position: center;
  width: 68px;
}

@media (max-width: 991.98px) {
  .card-download .file-type,
  .card-download span:nth-of-type(2) {
    width: 58px;
  }
}

.card-home-list {
  margin-bottom: 64px;
}

@media (max-width: 991.98px) {
  .card-home-list {
    margin-bottom: 34px;
  }
}

.card-home-list > li {
  margin-bottom: 20px;
}

.card-home-list > li:last-child {
  margin-bottom: 0;
}

.card-home a {
  padding: 18px 24px 40px;
  border: 1px solid #efefef;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #656565;
  position: relative;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
  position: relative;
}

.card-home a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3px;
  height: 46px;
  background-color: #4e8cc4;
}

.card-home a:hover {
  background: #f3f5fa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-home h2,
.card-home h3 {
  font-size: 16px;
  line-height: 20px;
  color: #22356a;
  margin-bottom: 8px;
}

@media (max-width: 991.98px) {
  .card-home h2,
  .card-home h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.card-home p {
  font-size: 14px;
  line-height: 18px;
  color: #2f3337;
}

@media (max-width: 991.98px) {
  .card-home p {
    font-size: 12px;
    line-height: 16px;
  }
}

.card-home time {
  font-size: 13px;
  line-height: 13px;
  color: #4e8cc4;
  margin-bottom: 18px;
  display: inline-block;
  padding-left: 11px;
  margin-left: 24px;
  position: relative;
  border-left: 1px solid #4e8cc4;
}

.card-home time:last-child {
  display: none;
}

.card-home time::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 14.44px;
  background-image: url("../images/calendar-icon.svg");
  width: 13px;
  height: 15px;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0 14px;
}

@media (max-width: 991.98px) {
  .breadcrumb-list {
    padding: 13px 0 12px;
  }
}

.breadcrumb-list li {
  padding-left: 18px;
  position: relative;
}

.breadcrumb-list li + li::before {
  content: "";
  width: 3px;
  height: 6px;
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("../images/breadcrumb-arrow.svg");
}

.breadcrumb-list li:first-child {
  padding-left: 24px;
}

.breadcrumb-list li:first-child a::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-image: url("../images/home-icon.svg");
}

.breadcrumb-list li a,
.breadcrumb-list li span {
  font-size: 13px;
  line-height: 16px;
  color: #656565;
  position: relative;
}

.breadcrumb-list li a:hover {
  color: #22356a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumb-nav {
  margin-bottom: 56px;
  -webkit-box-shadow: 0px 15px 10px #0000000a;
          box-shadow: 0px 15px 10px #0000000a;
}

@media (max-width: 767.98px) {
  .breadcrumb-nav {
    margin-bottom: 34px;
  }
}

.card-month-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: 64px;
}

.card-month-list > li {
  width: 33.333%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .card-month-list > li {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .card-month-list > li {
    width: 33.333%;
  }
}

@media (max-width: 767.98px) {
  .card-month-list > li {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .card-month-list > li {
    width: 100%;
  }
}

.card-month-list .card-home a {
  padding: 26px 26px 22px;
  background: #f3f5fa;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-month-list .card-home a:hover {
  background: #22356a;
}

.card-month-list .card-home a:hover h2 {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-month-list .card-home h2 {
  margin-bottom: 0;
}

.card-month-list .card-home a::before {
  background-color: #22356a;
  height: 23px;
  border-radius: 0 3px 3px 0;
  width: 2px;
}

.contact-top {
  margin-bottom: 36px;
  width: calc(100% - 348px);
}

@media (max-width: 1600px) {
  .contact-top {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .contact-top {
    width: 100%;
  }
}

.contact-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
}

@media (max-width: 1199.98px) {
  .contact-top ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-top ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30px;
  max-width: 350px;
}

@media (max-width: 1199.98px) {
  .contact-top ul > li {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

.contact-top ul > li:nth-of-type(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-top ul > li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  .contact-top ul > li:last-child {
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.contact-top img {
  width: 57px;
  height: 57px;
  margin-right: 20px;
}

.contact-top h2 {
  font-family: "liberty-mt-bold";
  color: #1d3557;
}

.contact-top p {
  font-family: "liberty-nus-medium";
  color: #929497;
}

.contact-top p,
.contact-top h2 {
  font-size: 14px;
  line-height: 22px;
}

.contact-top a {
  display: inline-block;
  color: #929497;
}

@media (max-width: 767.98px) {
  .contact-top a {
    display: block;
  }
}

.contact-top a:hover {
  color: #1d3557;
  text-decoration: underline;
}

.contact-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .contact-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-bottom > div {
  padding-left: 30px;
}

.contact-map-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991.98px) {
  .contact-map-wrapper {
    margin-bottom: 36px;
  }
}

@media (max-width: 991.98px) {
  .contact-map-wrapper iframe {
    height: 400px;
  }
}

@media (max-width: 575.98px) {
  .contact-map-wrapper iframe {
    height: 300px;
  }
}

.contact-form-wrapper {
  max-width: 348px;
  width: 100%;
}

@media (max-width: 991.98px) {
  .contact-form-wrapper {
    max-width: none;
    width: 100%;
  }
}

.contact-form-wrapper form {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  height: 100%;
  padding: 36px 24px 55px 24px;
}

.contact-form-wrapper form > p {
  margin-bottom: 14px;
  position: relative;
}

.contact-form-wrapper form > p:nth-last-child(2) {
  margin-bottom: 34px;
}

.contact-form-wrapper form > p:nth-last-child(2)::before {
  display: none;
}

.contact-form-wrapper form > p:last-child {
  margin-bottom: 0;
}

.contact-form-wrapper form > p:last-child::before {
  display: none;
}

.contact-form-wrapper form > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 13px;
  border-radius: 0px 3px 3px 0px;
  background: #22356a;
}

.contact-form-wrapper form input,
.contact-form-wrapper form textarea,
.contact-form-wrapper form select {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.26px;
  color: #1d3557;
  padding: 16px;
  outline: none;
  border: 1px solid #b5b5b5;
  background: #fff;
  border-radius: 2px;
}

.contact-form-wrapper form input::-webkit-input-placeholder,
.contact-form-wrapper form textarea::-webkit-input-placeholder,
.contact-form-wrapper form select::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.26px;
  color: #b5b5b5;
}

.contact-form-wrapper form input:-ms-input-placeholder,
.contact-form-wrapper form textarea:-ms-input-placeholder,
.contact-form-wrapper form select:-ms-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.26px;
  color: #b5b5b5;
}

.contact-form-wrapper form input::-ms-input-placeholder,
.contact-form-wrapper form textarea::-ms-input-placeholder,
.contact-form-wrapper form select::-ms-input-placeholder {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.26px;
  color: #b5b5b5;
}

.contact-form-wrapper form input::placeholder,
.contact-form-wrapper form textarea::placeholder,
.contact-form-wrapper form select::placeholder {
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.26px;
  color: #b5b5b5;
}

.contact-form-wrapper form input:focus,
.contact-form-wrapper form textarea:focus,
.contact-form-wrapper form select:focus {
  border: 1px solid #1d3557;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-wrapper form input:focus::-webkit-input-placeholder,
.contact-form-wrapper form textarea:focus::-webkit-input-placeholder,
.contact-form-wrapper form select:focus::-webkit-input-placeholder {
  color: #1d3557;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-wrapper form input:focus:-ms-input-placeholder,
.contact-form-wrapper form textarea:focus:-ms-input-placeholder,
.contact-form-wrapper form select:focus:-ms-input-placeholder {
  color: #1d3557;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-wrapper form input:focus::-ms-input-placeholder,
.contact-form-wrapper form textarea:focus::-ms-input-placeholder,
.contact-form-wrapper form select:focus::-ms-input-placeholder {
  color: #1d3557;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-wrapper form input:focus::placeholder,
.contact-form-wrapper form textarea:focus::placeholder,
.contact-form-wrapper form select:focus::placeholder {
  color: #1d3557;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-wrapper form input,
.contact-form-wrapper form textarea,
.contact-form-wrapper form button,
.contact-form-wrapper form select {
  width: 100%;
}

.contact-form-wrapper form textarea {
  min-height: 167px;
  resize: none;
}

.contact-form-wrapper form button {
  text-align: center;
  background: #0096e5;
  border-radius: 2px;
  color: #fff;
  letter-spacing: 0.28px;
  padding: 18px 18px 14px;
  font-size: 14px;
  line-height: 18px;
  font-family: "liberty-mt-bold";
}

.contact-form-wrapper form button:hover, .contact-form-wrapper form button:focus {
  background: #77bfce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-form-wrapper legend {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.09px;
  color: #22356a;
  margin-bottom: 36px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .contact-form-wrapper legend {
    margin-bottom: 30px;
  }
}

.home-hero {
  position: relative;
  margin-bottom: 36px;
}

@media (max-width: 991.98px) {
  .home-hero {
    margin-bottom: 10px;
  }
}

.home-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60%;
  background: #f3f5fa;
}

.home-hero figure {
  position: relative;
  overflow: hidden;
  min-height: 322px;
}

.home-hero figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 30.98385%;
}

.home-hero figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991.98px) {
  .home-hero figure {
    position: relative;
    overflow: hidden;
    min-height: 150px;
  }
  .home-hero figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 44.04432%;
  }
  .home-hero figure .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home-hero figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#22356a0d), to(#111b35)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #22356a0d 0%, #111b35 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
  border-radius: 5px;
}

.home-hero img {
  border-radius: 5px;
}

.home-hero figcaption {
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 15%;
  max-width: 525px;
  z-index: 1;
}

@media (max-width: 1600px) {
  .home-hero figcaption {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 1399.98px) {
  .home-hero figcaption {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 1199.98px) {
  .home-hero figcaption {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 991.98px) {
  .home-hero figcaption {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 767.98px) {
  .home-hero figcaption {
    font-size: 18px;
    line-height: 24px;
  }
}

.home-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 30px;
}

@media (max-width: 991.98px) {
  .home-main {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 0;
  }
}

.home-aside {
  max-width: 318px;
  width: 100%;
  position: relative;
  top: -110px;
  background-color: #fff;
  padding: 28px 26px;
  -webkit-box-shadow: 0px 0px 37px #00000012;
          box-shadow: 0px 0px 37px #00000012;
  border-radius: 4px 0px 0px 0px;
}

@media (max-width: 991.98px) {
  .home-aside {
    top: 0;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-aside h2,
.home-aside h2 > a {
  font-size: 13px;
  line-height: 15px;
  font-family: "liberty-mt-bold";
  color: #787878;
}

.home-aside h2 > a:hover {
  color: #4e8cc4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-aside h2 {
  border-left: 2px solid #4e8cc4;
  padding-left: 8px;
  margin-bottom: 12px;
}

.home-aside figure a {
  display: block;
}

.home-aside figure img {
  width: 100%;
  height: auto;
}

.home-aside-section > div {
  margin-bottom: 24px;
}

.card-home-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
  .card-home-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .card-home-header {
    margin-bottom: 18px;
  }
}

@media (max-width: 375px) {
  .card-home-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.card-home-header h2 {
  font-size: 36px;
  line-height: 43px;
  color: #2f3337;
  font-family: "liberty-mt-bold";
}

@media (max-width: 1600px) {
  .card-home-header h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 1399.98px) {
  .card-home-header h2 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 991.98px) {
  .card-home-header h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.card-home-header a {
  font-size: 15px;
  line-height: 20px;
  color: #22356a;
  font-family: "liberty-nus-medium";
}

.card-home-header a:hover {
  color: #77bfce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1600px) {
  .home-img-list {
    margin-left: -20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1399.98px) {
  .home-img-list {
    margin-left: -10px;
    margin-bottom: 30px;
  }
}

.home-img-list > li {
  width: 33.33%;
  padding-left: 30px;
}

@media (max-width: 1600px) {
  .home-img-list > li {
    padding-left: 20px;
  }
}

@media (max-width: 1399.98px) {
  .home-img-list > li {
    padding-left: 10px;
  }
}

@media (max-width: 1199.98px) {
  .home-img-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 991.98px) {
  .home-img-list > li {
    width: 33.33%;
  }
}

@media (max-width: 767.98px) {
  .home-img-list > li {
    width: 100%;
  }
}

.home-img-list figure {
  position: relative;
  overflow: hidden;
}

.home-img-list figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 35.84906%;
}

.home-img-list figure .ratio-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1199.98px) {
  .home-img-list figure {
    position: relative;
    overflow: hidden;
    min-height: 110px;
  }
  .home-img-list figure::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 19.39058%;
  }
  .home-img-list figure .ratio-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 575.98px) {
  .home-img-list figure {
    min-height: 70px;
  }
}

.home-img-list figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#22356a0d), to(#111b35)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #22356a0d 0%, #111b35 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  opacity: 0.8;
}

.home-img-list figure img {
  border-radius: 5px;
}

.home-img-list figcaption {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  left: 35px;
  bottom: 18px;
  z-index: 1;
  padding-left: 0;
  right: 10px;
}

@media (max-width: 1600px) {
  .home-img-list figcaption {
    font-size: 15px;
  }
}

@media (max-width: 1399.98px) {
  .home-img-list figcaption {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 1199.98px) {
  .home-img-list figcaption {
    font-size: 12px;
    line-height: 16px;
    bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  .home-img-list figcaption {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 575.98px) {
  .home-img-list figcaption {
    font-size: 14px;
    line-height: 18px;
  }
}

.home-img-list figcaption::before {
  content: "";
  position: absolute;
  left: -22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #77bfce;
  z-index: -1;
}

.home-img-list figcaption::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (max-width: 1600px) {
  .home-img-list figcaption::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .home-img-list figcaption::after {
    display: block;
  }
}

.home-img-list a {
  display: block;
}

.home-img-list a:hover figcaption::after {
  right: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home-budget {
  background: #f3f5fa;
  border-radius: 5px;
  padding: 22px 20px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 76px;
}

@media (max-width: 1600px) {
  .home-budget {
    margin-bottom: 56px;
  }
}

@media (max-width: 1399.98px) {
  .home-budget {
    margin-bottom: 46px;
  }
}

@media (max-width: 1290px) {
  .home-budget {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .home-budget {
    padding: 0;
    padding-top: 13px;
  }
}

.home-budget h2 {
  font-size: 14px;
  line-height: 18px;
  color: #22356a;
  font-family: "liberty-mt-bold";
  max-width: 190px;
  margin-right: 16px;
}

@media (max-width: 1600px) {
  .home-budget h2 {
    font-size: 13px;
    max-width: 170px;
  }
}

@media (max-width: 1399.98px) {
  .home-budget h2 {
    font-size: 12px;
  }
}

@media (max-width: 1290px) {
  .home-budget h2 {
    width: 100%;
    max-width: none;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .home-budget h2 {
    font-size: 14px;
    line-height: 18px;
    max-width: 220px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-bottom: 16px;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(46, 72, 145, 0.07);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home-budget h2 span {
  display: block;
  font-size: 34px;
  line-height: 40px;
}

@media (max-width: 1600px) {
  .home-budget h2 span {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 1399.98px) {
  .home-budget h2 span {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 1290px) {
  .home-budget h2 span {
    font-size: 24px;
    line-height: 32px;
    margin-right: 8px;
    margin-bottom: -4px;
  }
}

@media (max-width: 767.98px) {
  .home-budget h2 span {
    font-size: 34px;
    line-height: 40px;
  }
}

.home-budget h3 {
  font-size: 13px;
  line-height: 18px;
  color: #fff;
  padding: 6px 14px 4px;
  margin-bottom: 14px;
  background: #2e4891;
  border-radius: 0 2px 2px 0;
  font-family: "liberty-mt-bold";
}

@media (max-width: 1600px) {
  .home-budget h3 {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1399.98px) {
  .home-budget h3 {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-budget h3 {
    font-size: 14px;
    line-height: 18px;
  }
}

.home-budget p {
  font-size: 13px;
  line-height: 18px;
  color: #2f3337;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 14px;
  font-family: "liberty-nus-medium";
  margin-bottom: 8px;
}

@media (max-width: 1600px) {
  .home-budget p {
    font-size: 12px;
  }
}

@media (max-width: 1399.98px) {
  .home-budget p {
    font-size: 11px;
    line-height: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-budget p {
    font-size: 14px;
    line-height: 18px;
  }
}

.home-budget p:last-child {
  margin-bottom: 0;
}

.home-budget p span:last-child {
  color: #22356a;
}

.home-budget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1290px) {
  .home-budget ul {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 767.98px) {
  .home-budget ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.home-budget ul li {
  width: 33.33333%;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 1600px) {
  .home-budget ul li {
    padding-right: 18px;
  }
}

@media (max-width: 1399.98px) {
  .home-budget ul li {
    padding-right: 16px;
  }
}

@media (max-width: 767.98px) {
  .home-budget ul li {
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(46, 72, 145, 0.07);
    padding-right: 28px;
  }
}

@media (max-width: 575.98px) {
  .home-budget ul li {
    padding-right: 18px;
  }
}

.home-budget ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: -22px;
  bottom: -38px;
  width: 1px;
  background: rgba(46, 72, 145, 0.07);
}

@media (max-width: 1290px) {
  .home-budget ul li::after {
    top: 0px;
    bottom: 0px;
  }
}

@media (max-width: 767.98px) {
  .home-budget ul li::after {
    display: none;
  }
}

.home-budget ul li:nth-of-type(2) h3 {
  background: #77bfce;
}

.home-budget ul li:nth-of-type(3) {
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .home-budget ul li:nth-of-type(3) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-right: 28px;
  }
}

@media (max-width: 575.98px) {
  .home-budget ul li:nth-of-type(3) {
    padding-right: 18px;
  }
}

.home-budget ul li:nth-of-type(3) h3 {
  background: #4e8cc4;
}

.home-rates-timebox time {
  font-size: 13px;
  line-height: 20px;
  color: #4e8cc4;
}

.home-rates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
  border: 1px solid #efefef;
  border-radius: 2px;
}

.badge-and-value > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rate-value {
  font-size: 16px;
  line-height: 21px;
  color: #2f3337;
  margin-left: 12px;
}

.badge-and-value > div:last-child {
  margin-bottom: 0;
}

.home-rates-timebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 4px;
  padding-bottom: 4px;
}

.rate-badge {
  background: #5e96c9;
  border-radius: 2px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  min-width: 45px;
  text-align: center;
}

.home-rates-timebox a {
  font-size: 12px;
  line-height: 20px;
  color: #22356a;
}

.card-home-list.two-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -26px;
}

.card-home-list.two-cols li {
  width: 50%;
  padding-left: 26px;
}

.card-home-list.two-cols li:nth-last-child(2) {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .card-home-list.two-cols li {
    width: 100%;
  }
  .card-home-list.two-cols li:nth-last-child(2) {
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .card-home-list.two-cols li {
    width: 50%;
  }
  .card-home-list.two-cols li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .card-home-list.two-cols li {
    width: 100%;
  }
  .card-home-list.two-cols li:nth-last-child(2) {
    margin-bottom: 20px;
  }
}

.card-home-list.two-cols a::before {
  height: 20px;
  top: 18px;
  -webkit-transform: none;
          transform: none;
  background-color: #4e8cc4;
}

.card-home-list.two-cols .card-home a {
  position: relative;
  padding-bottom: 60px;
  height: 100%;
}

.card-home-list.two-cols article p {
  font-size: 13px;
  color: #656565;
}

.card-home-list.two-cols article h2,
.card-home-list.two-cols article h3 {
  font-size: 14px;
}

.card-home-list.two-cols article time {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-top: 1px solid #dcdcdc;
  bottom: 0;
  margin-left: 0;
  padding: 14px 24px;
  border-left: 0;
}

.card-home-list.two-cols article time span {
  color: #333333;
  font-family: "liberty-nus-medium";
}

.card-home-list.two-cols article time::before {
  display: none;
}

.card-home-list.two-cols article time:first-child {
  display: none;
}

.card-home-list.two-cols article time:last-child {
  display: block;
}

.main-article {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 960px) {
  .main-article {
    width: 100%;
  }
}

.main-article .title-and-back h1 {
  font-size: 24px;
  line-height: 30px;
}

.main-article .title-and-back h1::before {
  top: 4px;
}

.main-article .default-content-box > * {
  margin-bottom: 4px;
}

.main-article .default-content-box > *,
.main-article .default-content-box > * > span {
  font-family: "liberty-nus-medium" !important;
  color: #656565 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  -webkit-text-stroke-width: 0 !important;
  word-break: break-word;
}

.main-article .default-content-box > a {
  color: #4e8cc4 !important;
}

.main-article .default-content-box > a:hover {
  color: #77bfce !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-article time span {
  color: #656565;
  font-family: "liberty-nus-medium";
}

.main-article time {
  font-size: 14px;
  line-height: 14px;
  color: #4e8cc4;
  border-bottom: 1px solid #dcdcdc;
  margin-top: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
}

em {
  font-style: italic;
}

.main-article a {
  text-decoration: underline;
  margin-left: 2px;
  margin-right: 2px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .news-body {
    padding-bottom: 52px;
  }
}

.news-filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 16px;
  border: 1px solid #efefef;
  border-radius: 5px;
  margin-bottom: 34px;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
}

@media (max-width: 1320px) {
  .news-filter-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .news-filter-section {
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 991.98px) {
  .news-filter-section {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #fff;
    z-index: 1;
    display: none;
    border-radius: 0;
  }
}

.news-filter-section.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-filter-section form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .news-filter-section form {
    max-width: 500px;
    padding-top: 10px;
  }
}

@media (max-width: 767.98px) {
  .news-filter-section form {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.news-filter-section form > div {
  padding-left: 16px;
  font-size: 14px;
  line-height: 18px;
  font-family: "liberty-nus-medium";
  color: #656565;
}

@media (max-width: 991.98px) {
  .news-filter-section form > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

.news-filter-section form > div:first-child {
  position: relative;
}

@media (max-width: 991.98px) {
  .news-filter-section form > div:first-child {
    margin-bottom: 0;
  }
}

.news-filter-section form > div:first-child::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #77bfce;
}

@media (max-width: 991.98px) {
  .news-filter-section form > div:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .news-filter-section form > div:last-child {
    text-align: right;
  }
}

.news-filter-section form > div:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
}

@media (max-width: 991.98px) {
  .news-filter-section form > div:nth-of-type(2) {
    margin-left: 0;
  }
}

.news-filter-section form > div:nth-of-type(2) > div {
  padding-left: 12px;
}

@media (max-width: 991.98px) {
  .news-filter-section form > div:nth-of-type(2) > div {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .news-filter-section form > div:nth-of-type(2) > div:first-child {
    margin-bottom: 20px;
  }
}

.news-filter-section form input {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #656565;
  font-family: "liberty-nus-medium";
  padding: 16px 20px 14px;
  height: 50px;
}

.news-filter-section form input:focus {
  border: 1px solid #77bfce;
  color: #1d3557;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-filter-section form #date-from,
.news-filter-section form #date-to {
  width: 160px;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
  margin-right: 2px;
}

@media (max-width: 991.98px) {
  .news-filter-section form #date-from,
  .news-filter-section form #date-to {
    width: calc(100% - 40px);
  }
}

.news-filter-section form input[type="text"] {
  width: 200px;
  max-width: 100%;
}

@media (max-width: 1399.98px) {
  .news-filter-section form input[type="text"] {
    width: 240px;
  }
}

@media (max-width: 1199.98px) {
  .news-filter-section form input[type="text"] {
    width: 210px;
  }
}

@media (max-width: 1100px) {
  .news-filter-section form input[type="text"] {
    width: 180px;
  }
}

@media (max-width: 991.98px) {
  .news-filter-section form input[type="text"] {
    width: 100%;
  }
}

.news-filter-section form button {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.28px;
  color: #ffffff;
  font-family: "liberty-mt-bold";
  background: #77bfce;
  border-radius: 5px;
  padding: 18px 32px 15px;
}

@media (max-width: 1399.98px) {
  .news-filter-section form button {
    padding: 18px 40px 15px;
  }
}

@media (max-width: 1199.98px) {
  .news-filter-section form button {
    padding: 18px 40px 15px;
  }
}

@media (max-width: 1100px) {
  .news-filter-section form button {
    padding: 18px 36px 15px;
  }
}

@media (max-width: 991.98px) {
  .news-filter-section form button {
    padding: 18px 46px 15px;
    background: #2e4891;
  }
}

@media (max-width: 767.98px) {
  .news-filter-section form button {
    padding: 16px 40px 12px;
  }
}

.news-filter-section form button:hover, .news-filter-section form button:focus {
  background: #2e4891;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.layout-buttons {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1600px) {
  .layout-buttons {
    min-width: 120px;
  }
}

@media (max-width: 1320px) {
  .layout-buttons {
    margin-top: 20px;
  }
}

@media (max-width: 1199.98px) {
  .layout-buttons {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .layout-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767.98px) {
  .layout-buttons {
    display: none;
  }
}

.layout-buttons button {
  padding: 14px 20px;
  height: 50px;
}

@media (max-width: 1600px) {
  .layout-buttons button {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 1600px) {
  .layout-buttons button svg {
    width: 80%;
  }
}

.layout-buttons button:first-child {
  border-right: 1px solid #dcdcdc;
}

.layout-buttons button:hover path,
.layout-buttons button:hover rect,
.layout-buttons button:hover g, .layout-buttons button:focus path,
.layout-buttons button:focus rect,
.layout-buttons button:focus g {
  fill: #2e4891;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.layout-buttons .active {
  cursor: default;
}

.layout-buttons .active path,
.layout-buttons .active rect,
.layout-buttons .active g {
  fill: #2e4891;
  opacity: 1;
}

.date-field-box {
  position: relative;
}

.date-field-box > div {
  display: none;
  position: absolute;
  top: 60px;
  left: 16px;
  z-index: 1;
  background: #fff;
  width: 240px;
  text-align: center;
  border: 1px solid #efefef;
  padding: 16px;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
  border-radius: 5px;
}

@media (max-width: 991.98px) {
  .date-field-box > div {
    position: static;
    margin-top: 10px;
    padding-left: 16px !important;
    border: none;
    padding: 0 !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.date-field-box > div div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.date-field-box > div div:first-child {
  margin-bottom: 10px;
}

.date-field-box > div div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #77bfce;
}

.date-field-box .date-field-label {
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #656565;
  font-family: "liberty-nus-medium";
  padding: 16px 80px 14px 60px;
  height: 50px;
  cursor: pointer;
  position: relative;
}

@media (max-width: 1399.98px) {
  .date-field-box .date-field-label {
    padding: 16px 90px 14px 60px;
  }
}

@media (max-width: 1199.98px) {
  .date-field-box .date-field-label {
    padding: 16px 60px 14px 50px;
  }
}

@media (max-width: 1100px) {
  .date-field-box .date-field-label {
    padding: 16px 40px 14px 50px;
  }
}

@media (max-width: 991.98px) {
  .date-field-box .date-field-label {
    width: 100%;
    display: none;
  }
}

.date-field-box .date-field-label::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 6px;
  width: 10px;
  background: url("../images/label-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.date-field-box .date-field-label::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 40px;
  width: 35px;
  background: url("../images/label-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.date-field-box .date-field-label.clicked {
  border: 1px solid #77bfce !important;
}

.date-field-box .date-field-label.clicked::before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.filter-button-label {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #77bfce;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  font-size: 19px;
  line-height: 40px;
  display: none;
}

@media (max-width: 991.98px) {
  .filter-button-label {
    display: block;
  }
}

.filter-button-label > div {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.28px;
  color: #ffffff;
  font-family: "liberty-mt-bold";
  background: #77bfce;
  border-radius: 5px;
  padding: 16px 12px 16px;
}

.filter-button-label > div svg {
  margin-right: 8px;
  width: 22px;
}

.filter-button-label > div.mobile-filter-label-close {
  display: none;
}

.card-useful-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: 64px;
}

.card-useful-link-list > li {
  width: 50%;
  padding-left: 30px;
  margin-bottom: 14px;
}

@media (max-width: 1199.98px) {
  .card-useful-link-list > li {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .card-useful-link-list > li {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .card-useful-link-list > li {
    width: 100%;
  }
}

.card-useful-link h2 {
  font-size: 13px;
  line-height: 22px;
  color: #22356a;
  font-family: "liberty-mt-bold";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .card-useful-link h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}

.card-useful-link h2::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/link-icon.svg");
  margin-top: 2px;
}

.card-useful-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 14px 14px 10px 50px;
  position: relative;
  height: 72px;
}

@media (max-width: 767.98px) {
  .card-useful-link a {
    height: auto;
    min-height: 72px;
  }
}

.card-useful-link a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  background-color: #22356a;
  height: 24px;
  border-radius: 0 3px 3px 0;
}

.card-useful-link a:hover {
  background-color: #22356a;
  border: 1px solid #22356a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-useful-link a:hover h2 {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.card-useful-link a:hover h2::after {
  background-image: url("../images/link-icon-white.svg");
}

.mini-cal {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
  border: 1px solid #efefef;
  border-radius: 2px;
}

@media (max-width: 991.98px) {
  .mini-cal {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

#monthYear {
  font-size: 14px;
  line-height: 20px;
  color: #173367;
  font-family: "liberty-mt-bold";
}

#calTbody .a-date.blurred {
  display: none;
}

#calTbody .a-date {
  font-size: 13px;
  line-height: 20px;
  color: #5a5a5a;
  font-family: "liberty-nus-medium";
  padding: 4px;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border: none;
  height: 34px;
}

#calTbody .a-date.event {
  color: #fff;
}

#calTbody {
  width: 100%;
}

#calTbody .a-date.event:before {
  background-color: #77bfce;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

#calTbody .a-date.current.event.focused,
#calTbody .a-date.current {
  background-color: #77bfce;
  border-color: #77bfce;
  color: #fff;
}

#calTbody .a-date > span {
  position: relative;
  z-index: 1;
  font-size: 13px;
  line-height: 20px;
}

.calendar-box {
  padding: 30px 18px 32px;
  -webkit-box-shadow: 0px 0px 37px #00000012;
          box-shadow: 0px 0px 37px #00000012;
  border-radius: 4px 0px 0px 0px;
}

@media (max-width: 991.98px) {
  .calendar-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.calendar-box h2 {
  border-left: 2px solid #4e8cc4;
  padding-left: 8px;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 15px;
  font-family: "liberty-mt-bold";
  color: #787878;
}

@media (max-width: 991.98px) {
  .calendar-box h2 {
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

#calTitle {
  padding-top: 16px;
  padding-left: 6px;
  padding-right: 6px;
}

#calTitle button {
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  background: none;
}

#calTitle button svg {
  fill: #173367;
}

#calTFooter #calLink {
  background: #2e4891;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: "liberty-mt-medium";
  padding: 10px 16px 8px;
  letter-spacing: 0.1px;
  border-radius: 5px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: none;
}

#calTFooter #calLink:hover {
  background-color: #77bfce;
  border-color: #77bfce;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#calTbody .a-date.focused,
#calTbody .a-date:active {
  background: #ccc;
}

#calThead > div {
  color: #22356a;
  font-size: 13px;
  line-height: 18px;
  font-family: "liberty-nus-medium";
}

#calTFooter #eventTitle {
  font-size: 13px;
  line-height: 18px;
  font-family: "liberty-nus-medium";
  color: #2f3337;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 20px;
  width: 100%;
  overflow: visible;
  text-overflow: initial;
  white-space: break-spaces;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #cbcbcb;
  display: none;
}

#calTbody .a-date.event {
  cursor: pointer;
}

#calTbody .a-date.event.focused {
  cursor: default;
}

#calTbody .a-date.event.focused:before {
  background: #22356a;
}

.mini-cal {
  padding-bottom: 16px;
}

#calTFooter {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#calTitle + div {
  padding-left: 6px;
  padding-right: 6px;
}

#calTbody .a-date.focused,
#calTbody .a-date:active {
  color: #fff;
}

.search-page-header {
  background: #f3f5fa;
  border-radius: 5px;
  padding: 42px 42px 46px 42px;
  margin-bottom: 66px;
}

@media (max-width: 1600px) {
  .search-page-header {
    margin-bottom: 54px;
    padding: 38px 38px 40px 38px;
  }
}

@media (max-width: 1399.98px) {
  .search-page-header {
    margin-bottom: 44px;
    padding: 34px 34px 36px 34px;
  }
}

@media (max-width: 991.98px) {
  .search-page-header {
    margin-bottom: 34px;
    padding: 0;
    background: transparent;
  }
}

@media (max-width: 767.98px) {
  .search-page-header {
    margin-bottom: 24px;
  }
}

.search-page-header h1 {
  font-size: 28px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #2f3337;
  font-family: "liberty-mt-bold";
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .search-page-header h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .search-page-header h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.search-page-header h1 strong {
  color: #5e96c9;
}

.search-page-header p {
  color: #656565;
  font-size: 16px;
  line-height: 20px;
  font-family: "liberty-nus-medium";
}

@media (max-width: 991.98px) {
  .search-page-header p {
    font-size: 14px;
    line-height: 18px;
  }
}

.search-page-content > .container {
  margin-left: 0;
  margin-right: 0;
}

.search-page-content > ul li {
  margin-bottom: 20px;
  padding-bottom: 26px;
  position: relative;
}

.search-page-content > ul li::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #9c9e9f), color-stop(0%, rgba(163, 149, 149, 0)));
  background-image: linear-gradient(to right, #9c9e9f 33%, rgba(163, 149, 149, 0) 0%);
  background-position: bottom;
  background-size: 3px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 1px;
}

.search-page-content > ul li:last-child {
  margin-bottom: 60px;
}

.search-page-content article h2 {
  margin-bottom: 14px;
}

@media (max-width: 991.98px) {
  .search-page-content article h2 {
    margin-bottom: 8px;
  }
}

.search-page-content article h2 a {
  font-size: 15px;
  line-height: 20px;
  color: #22356a;
  font-family: "liberty-mt-medium";
}

@media (max-width: 991.98px) {
  .search-page-content article h2 a {
    font-size: 14px;
    line-height: 18px;
  }
}

.search-page-content article h2 a:hover {
  color: #5e96c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.search-page-content article p {
  font-size: 13px;
  line-height: 20px;
  font-family: "liberty-nus-medium";
  color: #656565;
}

@media (max-width: 991.98px) {
  .search-page-content article p {
    font-size: 12px;
    line-height: 16px;
  }
}

.rate-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}

.rate-grid > div {
  padding-left: 30px;
  width: 50%;
}

@media (max-width: 991.98px) {
  .rate-grid > div {
    width: 100%;
  }
  .rate-grid > div:first-child {
    margin-bottom: 30px;
  }
}

.rate-grid table {
  width: 100%;
}

.rate-grid table .header {
  background: #f3f5fa;
  border-radius: 2px;
  border: 1px solid #efefef;
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 20px 32px 16px 25px;
  -webkit-box-shadow: 0px 8px 18px #0000000a;
          box-shadow: 0px 8px 18px #0000000a;
}

@media (max-width: 991.98px) {
  .rate-grid table .header {
    margin-bottom: 18px;
    padding: 20px 30px 16px 8px;
  }
}

.rate-grid table .header th {
  font-size: 16px;
  line-height: 22px;
  font-family: "liberty-mt-medium";
}

@media (max-width: 1399.98px) {
  .rate-grid table .header th {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 991.98px) {
  .rate-grid table .header th {
    font-size: 12px;
    line-height: 18px;
  }
}

.rate-grid table tr:nth-of-type(n + 2) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
}

@media (max-width: 1399.98px) {
  .rate-grid table tr:nth-of-type(n + 2) {
    padding-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .rate-grid table tr:nth-of-type(n + 2) {
    padding-left: 8px;
  }
}

.rate-grid table tr:nth-of-type(n + 2) td:first-child {
  background: #5e96c9;
  border-radius: 2px;
  padding: 6px 9px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  width: 44px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .rate-grid table tr:nth-of-type(n + 2) td:first-child {
    font-size: 12px;
    line-height: 14px;
  }
}

.rate-grid table td {
  font-size: 16px;
  line-height: 22px;
  font-family: "liberty-nus-medium";
}

@media (max-width: 1399.98px) {
  .rate-grid table td {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 991.98px) {
  .rate-grid table td {
    font-size: 12px;
    line-height: 18px;
  }
}

.rate-grid table td.long {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.rate-grid table td.arrow-icon {
  width: 7px;
  height: 5px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  margin-left: 8px;
}

.rate-grid table td.arrow-up {
  background-image: url("../images/rate-a-u.svg");
}

.rate-grid table td.arrow-down {
  background-image: url("../images/rate-a-d.svg");
}

.rate-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .rate-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rate-header p,
.rate-header a {
  font-size: 16px;
  line-height: 20px;
  font-family: "liberty-mt-bold";
}

.rate-header a {
  background-color: #77bfce;
  border-radius: 5px;
  color: #ffffff;
  font-family: "liberty-mt-bold";
  font-size: 14px;
  line-height: 17px;
  padding: 12px 18px 10px;
  letter-spacing: 0.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991.98px) {
  .rate-header a {
    font-size: 14px;
    line-height: 18px;
  }
}

@media (max-width: 575.98px) {
  .rate-header a {
    margin-top: 20px;
  }
}

.rate-filter {
  padding: 22px 16px 24px 16px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  margin-bottom: 34px;
}

.rate-filter form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.rate-filter form select {
  font-size: 14px;
  line-height: 16px;
  padding: 16px 60px 14px 60px;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  color: #656565;
  font-family: "liberty-nus-medium";
  cursor: pointer;
  width: 100%;
  background-color: transparent;
}

.rate-filter form select:focus {
  border: 1px solid #77bfce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rate-filter form select:focus ~ label {
  color: #77bfce;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rate-filter form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (max-width: 1320px) {
  .rate-filter form > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (max-width: 991.98px) {
  .rate-filter form > div {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 767.98px) {
  .rate-filter form > div {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .rate-filter form > div:first-child {
    margin-bottom: 20px;
  }
}

.rate-filter form > div:first-child select {
  background-image: url("../images/rate-s-1.svg");
  background-size: 40px 35px;
  background-position: 12px 6px;
  background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
  .rate-filter form > div:nth-of-type(2) {
    margin-bottom: 20px;
  }
}

.rate-filter form > div:nth-of-type(2) select {
  background-image: url("../images/rate-s-2.svg");
  background-size: 40px 35px;
  background-position: 12px 6px;
  background-repeat: no-repeat;
}

.rate-filter form > div:nth-of-type(3) select,
.rate-filter form > div:nth-of-type(4) select {
  background-image: url("../images/rate-s-3.svg");
  background-size: 40px 35px;
  background-position: 12px 6px;
  background-repeat: no-repeat;
}

.rate-filter form > div:last-child {
  margin-left: auto;
}

@media (max-width: 1320px) {
  .rate-filter form > div:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

@media (max-width: 767.98px) {
  .rate-filter form > div:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.rate-filter form > div:last-child button {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.28px;
  color: #ffffff;
  font-family: "liberty-mt-bold";
  background: #77bfce;
  border-radius: 5px;
  padding: 18px 32px 15px;
}

.rate-filter form > div:last-child button:hover {
  background: #2e4891;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.rate-filter form label {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.2px;
  color: #22356a;
  font-family: "liberty-mt-medium";
  margin-bottom: 8px;
  cursor: pointer;
}

.header-top-wrapper {
  background-color: #22356a;
}

@media (max-width: 767.98px) {
  .header-top-wrapper .container {
    margin-right: 0;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.header-top .site-map:first-child a {
  border-right: 0;
}

.site-map img {
  margin-right: 6px;
  opacity: 0.8;
}

.site-map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 14px;
  padding: 16px 14px 14px;
  border-right: 1px solid rgba(243, 242, 237, 0.5);
  border-left: 1px solid rgba(243, 242, 237, 0.5);
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .site-map a {
    padding: 13px 10px 11px;
    white-space: nowrap;
  }
}

@media (max-width: 400px) {
  .site-map a {
    padding: 13px 6px 11px;
    font-size: 11px;
  }
}

.site-map a:hover {
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-map a:hover img {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-search {
  position: relative;
}

.site-search input {
  position: absolute;
  right: 46px;
  top: 0;
  bottom: 0;
  width: 10px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  border: none;
  padding: 10px 10px 6px 10px;
  font-family: "liberty-nus-medium";
  font-size: 13px;
  line-height: 18px;
  background: #fff;
  height: 100%;
}

@media (max-width: 440px) {
  .site-search input {
    bottom: auto;
    top: 100%;
    height: 0;
    right: 0;
    z-index: 2;
    width: 220px;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
    padding: 6px 10px;
  }
}

.site-search input.active {
  opacity: 1;
  width: 220px;
  pointer-events: auto;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}

@media (max-width: 440px) {
  .site-search input.active {
    height: 42px;
    border: 1px solid #22356a;
    border-top: 0;
    -webkit-transition: height 0.4s;
    transition: height 0.4s;
  }
}

.site-search button {
  padding: 16px 16px 14px;
}

@media (max-width: 575.98px) {
  .site-search button {
    padding: 13px 16px 11px;
  }
}

@media (max-width: 400px) {
  .site-search button {
    padding: 13px 14px 11px;
  }
}

.site-language a {
  display: block;
  padding: 16px 35px 14px;
  background-color: #2e4891;
  color: white;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.44px;
}

@media (max-width: 575.98px) {
  .site-language a {
    padding: 13px 30px 11px;
  }
}

@media (max-width: 400px) {
  .site-language a {
    padding: 13px 16px 11px;
    font-size: 11px;
  }
}

.header-bottom-wrapper {
  background-color: #f3f5fa;
}

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

.nav-btn {
  cursor: pointer;
  display: none;
}

@media (max-width: 1199.98px) {
  .nav-btn {
    display: block;
  }
}

.nav-btn svg {
  width: 50px;
  height: auto;
}

@media (max-width: 575.98px) {
  .nav-btn svg {
    width: 38px;
  }
}

.nav-btn svg path {
  stroke-width: 5;
  stroke-linecap: round;
}

.line {
  fill: none;
  stroke: #22356a;
  -webkit-transition: stroke-dasharray 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 0.3s cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
}

.line2 {
  stroke-dasharray: 60 60;
}

.line3 {
  stroke-dasharray: 60 207;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 18px;
}

@media (max-width: 1199.98px) {
  .header-logo {
    padding: 10px 0;
  }
}

@media (max-width: 1399.98px) {
  .header-logo img {
    width: 70px;
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .header-logo img {
    width: 62px;
  }
}

@media (max-width: 575.98px) {
  .header-logo img {
    width: 54px;
  }
}

.header-logo h1 {
  max-width: 238px;
  color: #2f3337;
  font-size: 12px;
  font-family: "liberty-nus-medium";
  line-height: 14px;
  margin-left: 11px;
}

@media (max-width: 1399.98px) {
  .header-logo h1 {
    font-size: 11px;
  }
}

@media (max-width: 991.98px) {
  .header-logo h1 {
    margin-left: 8px;
  }
}

@media (max-width: 575.98px) {
  .header-logo h1 {
    font-size: 10px;
  }
}

@media (max-width: 350px) {
  .header-logo h1 {
    display: none;
  }
}

.header-logo strong {
  display: block;
  color: #22356a;
  font-size: 18px;
  font-family: "liberty-mt-bold";
  line-height: 22px;
  margin-top: 2px;
  font-weight: normal;
}

@media (max-width: 1399.98px) {
  .header-logo strong {
    font-size: 16px;
    margin-top: 0;
  }
}

@media (max-width: 575.98px) {
  .header-logo strong {
    font-size: 14px;
    margin-top: -2px;
  }
}

.header-bottom-wrapper {
  position: relative;
}

.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
  .header-nav ul {
    display: block;
    position: absolute;
    right: 5%;
    top: 92px;
    background: #22356a;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 2;
    padding-top: 20px;
    padding-bottom: 40px;
    opacity: 0;
    pointer-events: none;
    min-width: 30%;
  }
}

@media (max-width: 991.98px) {
  .header-nav ul {
    top: 82px;
    right: 4%;
    min-width: 40%;
  }
}

@media (max-width: 575.98px) {
  .header-nav ul {
    padding-left: 5%;
    padding-right: 5%;
    right: 0;
    left: 0;
    padding-top: 14px;
    top: 75px;
  }
}

@media (max-width: 1199.98px) {
  .header-nav ul.opened {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
}

.header-nav ul a {
  padding-right: 8px;
  margin-right: 8px;
  font-size: 13px;
  font-family: "liberty-mt-bold";
  border-right: 1px solid #707070;
  color: #2f3337;
}

@media (max-width: 1299px) {
  .header-nav ul a {
    font-size: 12px;
    padding-right: 6px;
    margin-right: 6px;
  }
}

@media (max-width: 1199.98px) {
  .header-nav ul a {
    font-size: 14px;
    line-height: 16px;
    border-right: 0;
    color: #fff;
    border-bottom: 1px solid rgba(254, 254, 254, 0.07);
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: "liberty-mt-medium";
  }
}

.header-nav ul a:active, .header-nav ul a.active {
  color: #22356a;
  cursor: default;
}

@media (max-width: 1199.98px) {
  .header-nav ul a:active, .header-nav ul a.active {
    color: rgba(254, 254, 254, 0.8);
  }
}

.header-nav ul a:hover {
  color: #22356a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1199.98px) {
  .header-nav ul a:hover {
    color: rgba(254, 254, 254, 0.8);
  }
}

.header-nav ul li:last-child a {
  border: none;
  margin-right: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .header-nav ul li:last-child a {
    border-bottom: 1px solid rgba(254, 254, 254, 0.07);
  }
}

.footer-wrapper {
  position: relative;
  border-top: 3px solid #22356a;
  background-color: #f3f5fa;
  margin-top: 120px;
}

.footer-logo {
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 76px 0 0 0;
  margin-left: -35px;
  margin-right: -35px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .footer-nav > ul {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 76px;
  }
}

.footer-nav > ul > li {
  font-family: "liberty-mt-bold";
  font-size: 13px;
  line-height: 15px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 76px;
}

@media (max-width: 991.98px) {
  .footer-nav > ul > li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
  }
}

@media (max-width: 991.98px) {
  .footer-nav > ul > li:last-child {
    margin-bottom: 0;
  }
}

.footer-nav > ul > li ul {
  margin-top: 12px;
  list-style-type: disc;
  font-size: 12px;
  padding-left: 15px;
}

.footer-nav > ul > li a {
  color: #2f3337;
}

.footer-nav > ul > li a.active {
  color: #22356a;
  cursor: default;
}

.footer-nav > ul > li a:hover {
  color: #22356a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-nav > ul > li li {
  font-family: "liberty-nus-medium";
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 4px;
}

.footer-bottom {
  background-color: #22356a;
  padding: 12px 0 10px 0;
}

@media (max-width: 767.98px) {
  .footer-bottom .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .footer-bottom .row .col-md-6 {
    width: 100%;
    text-align: left;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    padding-left: 0;
    padding-right: 0;
  }
}

.footer-bottom p {
  font-family: "liberty-nus-medium";
  color: #f3f5fa;
  font-size: 12px;
  line-height: 18px;
}

.footer-bottom a {
  color: #f3f5fa;
  text-decoration: underline;
  display: inline-block;
  margin-left: 4px;
}

.budget-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -24px;
}

.budget-list li {
  width: 20%;
  padding-left: 24px;
  margin-bottom: 32px;
}

@media (max-width: 1199.98px) {
  .budget-list li {
    width: 33.333%;
  }
}

@media (max-width: 991.98px) {
  .budget-list li {
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .budget-list li {
    width: 100%;
  }
}

.budget-list li a {
  display: block;
  background-color: #f3f5fa;
  text-align: center;
  border-radius: 5px;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1600px) {
  .budget-list li a {
    min-height: 230px;
  }
}

@media (max-width: 1399.98px) {
  .budget-list li a {
    min-height: 220px;
  }
}

.budget-list li a:hover, .budget-list li a:focus {
  background-color: #22356a;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.budget-list li a:hover img.show-on-hover, .budget-list li a:focus img.show-on-hover {
  display: block;
}

.budget-list li a:hover img.hide-on-hover, .budget-list li a:focus img.hide-on-hover {
  display: none;
}

.budget-list li a:hover span, .budget-list li a:focus span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.budget-list li img {
  margin-bottom: 14px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

@media (max-width: 1600px) {
  .budget-list li img {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

@media (max-width: 1399.98px) {
  .budget-list li img {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.budget-list li img.show-on-hover {
  display: none;
}

.budget-list li span {
  color: #22356a;
  font-family: "liberty-mt-bold";
  font-size: 13px;
  line-height: 18px;
  margin-left: 24px;
  margin-right: 24px;
}

.faq-wrapper {
  margin-bottom: 40px;
}

.faq-wrapper .nav {
  background-color: #f3f5fa;
  border-radius: 5px;
  border: 1px solid #d8d8d8;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.faq-wrapper .nav li {
  width: auto !important;
  border-right: 1px solid #d8d8d8;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

.faq-wrapper .nav li button,
.faq-wrapper .nav li button:hover,
.faq-wrapper .nav li button:focus {
  border-radius: 0;
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:first-child {
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

.faq-wrapper .nav li:first-child button {
  border-radius: 5px 0 0 5px;
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:first-child button {
    border-radius: 5px 5px 0 0;
  }
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:nth-of-type(2) {
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:nth-of-type(2) button {
    border-radius: 0;
  }
}

.faq-wrapper .nav li:nth-of-type(3) {
  width: 43%;
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:nth-of-type(3) {
    border-right: 0;
    border-bottom: 1px solid #d8d8d8;
  }
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:nth-of-type(3) button {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:nth-of-type(4) {
    border-right: 0;
  }
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:nth-of-type(5) {
    border-top: 1px solid #d8d8d8;
  }
}

.faq-wrapper .nav li:last-child {
  border-right: none;
}

.faq-wrapper .nav li:last-child button {
  border-radius: 0 5px 5px 0;
}

@media (max-width: 1199.98px) {
  .faq-wrapper .nav li:last-child button {
    border-radius: 0 0 5px 5px;
  }
}

.faq-wrapper button {
  position: relative;
  color: #22356a;
  padding: 30px 20px 26px;
  display: block;
  width: 100%;
  font-family: "liberty-mt-bold";
  font-size: 14px;
  line-height: 18px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .faq-wrapper button {
    padding: 26px 20px 20px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #22356a;
  border-radius: 0;
  cursor: default;
  -webkit-transition: 0s;
  transition: 0s;
}

.nav-pills .nav-link.active::after,
.nav-pills .show > .nav-link::after {
  content: "";
  background-image: url("../images/nav-downbutton-icon.svg");
  position: absolute;
  left: 50%;
  bottom: -8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  height: 8px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 1199.98px) {
  .nav-pills .nav-link.active::after,
  .nav-pills .show > .nav-link::after {
    display: none;
  }
}

.nav-link:hover {
  color: #22356a;
}

.add-question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

.add-question-wrapper a {
  background-color: #77bfce;
  border-radius: 5px;
  color: #ffffff;
  font-family: "liberty-mt-bold";
  font-size: 14px;
  line-height: 17px;
  padding: 12px 18px 10px;
  letter-spacing: 0.28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.add-question-wrapper a:hover, .add-question-wrapper a:focus {
  background-color: #2e4891;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.add-question-wrapper img {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  margin-top: -1px;
}

.accordion-item {
  margin-bottom: 15px;
}

.accordion-button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "liberty-mt-bold";
  color: #585858;
  font-size: 15px;
  line-height: 22px;
  border: 1px solid #e6e6e6;
  border-radius: 4px !important;
  padding: 30px 28px 26px;
}

@media (max-width: 991.98px) {
  .accordion-button {
    font-size: 14px;
    line-height: 20px;
    padding: 22px 20px 18px;
  }
}

@media (max-width: 575.98px) {
  .accordion-button {
    font-size: 13px;
  }
}

.accordion-button:focus {
  outline: none !important;
}

.accordion-body {
  font-family: "liberty-nus-medium";
  color: #656565;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  padding: 22px 28px 20px;
}

@media (max-width: 991.98px) {
  .accordion-body {
    font-size: 14px;
    line-height: 20px;
    padding: 18px 20px 14px;
  }
}

@media (max-width: 575.98px) {
  .accordion-body {
    font-size: 13px;
  }
}

.accordion-button:not(.collapsed) {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #22356a;
  color: #fff;
}

.accordion-item {
  border: 1px solid #e6e6e6 !important;
  border-radius: 4px;
}

.accordion-button {
  border: none;
  position: relative;
  padding-right: 80px;
}

@media (max-width: 991.98px) {
  .accordion-button {
    padding-right: 34px;
  }
}

.accordion-button::after {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991.98px) {
  .accordion-button::after {
    right: 12px;
  }
}

.accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #e6e6e6;
}

.accordion-button:not(.collapsed)::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
  background-image: url("../images/accordion-white-arrow.svg");
}

.home-budget li:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-right: 0 !important;
}

.home-budget li:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 20px !important;
}

.home-budget li:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 1600px) {
    .home-budget li:last-child {
        padding-right: 18px !important;
    }
}

@media (max-width: 1399.98px) {
    .home-budget li:last-child {
        padding-right: 16px !important;
    }
}

@media (max-width: 767.98px) {
    .home-budget li:first-child,
    .home-budget li:last-child {
        padding-right: 28px !important;
    }

    .home-budget li:last-child {
        padding-bottom: 24px;
        margin-bottom: 18px !important;
        border-bottom: 1px solid rgba(46, 72, 145, 0.07) !important;
    }

    .home-budget li:first-child {
        border-bottom: 0 !important;
    }

    .home-budget h2 span {
        margin-bottom: 4px !important;
    }
}

@media (max-width: 575.98px) {
    .home-budget li:first-child,
    .home-budget li:last-child {
        padding-right: 18px !important;
    }
}
/*# sourceMappingURL=main.css.map */