@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
@import url("https://fonts.googleapis.com/css?family=Bai+Jamjuree:300,400,500,600,700&display=swap&subset=latin-ext");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

* {
  font-family: "Bai Jamjuree", sans-serif; }

h1 {
  font-size: 32px;
  font-weight: 400; }

h2 {
  font-size: 26px;
  font-weight: 500; }

h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.4px; }

h4 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px; }

h5 {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px; }

h6 {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px; }

p {
  margin: 0;
  color: #606587;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.2px; }

.title {
  color: #4a4a4a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2px; }

@font-face {
  font-family: "icon";
  src: url("../font/icon/icon.eot");
  src: url("../font/icon/icon.eot?#iefix") format("eot"), url("../font/icon/icon.woff") format("woff"), url("../font/icon/icon.ttf") format("truetype"), url("../font/icon/icon.svg#icon") format("svg"); }

.icon-arrow-right:before, .icon-card:before, .icon-check-circle:before, .icon-chevron-down:before, .icon-currency:before, .icon-envelope:before, .icon-facebook:before, .icon-guard:before, .icon-linkedin:before, .icon-list:before, .icon-minus:before, .icon-phone:before, .icon-plus:before, .icon-question:before, .icon-security:before, .icon-time:before, .icon-twitter:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-arrow-right:before {
  content: ""; }

.icon-card:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-currency:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-guard:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-security:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

/**
* Header
*/
.page-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff; }
  .page-header.fixed {
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); }

.page-header .row {
  align-items: center; }

.page-header .navigation {
  text-align: right; }

.page-header .navigation > ul > li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-size: 0px; }

.page-header .navigation > ul > li > a {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 14px;
  color: #383e68;
  font-weight: 600;
  letter-spacing: 0.3px;
  transition: all .3s linear; }

.page-header .navigation > ul > li:hover > a {
  color: #00c1b7; }

.page-header .navigation a em {
  font-size: 7px;
  vertical-align: middle; }

.page-header .navigation a.button {
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 35px;
  border: solid 1px #383e68;
  border-radius: 3px; }
  .page-header .navigation a.button:hover {
    color: #383e68;
    background-color: rgba(56, 62, 104, 0.1); }

.page-header .navigation a.button.colored {
  color: #fff;
  background-color: #00c1b7;
  border-color: #00c1b7; }
  .page-header .navigation a.button.colored:hover {
    color: #00c1b7;
    background: transparent;
    border-color: #00c1b7; }

.page-header .navigation .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding-top: 7px;
  margin-left: -30px; }

.page-header .navigation .dropdown ul {
  width: 220px;
  padding: 10px 15px;
  border: solid 1px #eaecf6;
  border-radius: 4px;
  box-shadow: 0px 1px 4px rgba(43, 57, 157, 0.15);
  background-color: #fff; }

.page-header .navigation .dropdown li {
  margin: 15px 0;
  text-align: left; }

.page-header .navigation .dropdown a {
  display: block;
  color: #383e68;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s linear; }
  .page-header .navigation .dropdown a:hover {
    color: #00c1b7; }

.page-header .navigation li:hover .dropdown {
  display: block; }

.page-header--alternate {
  background-color: transparent; }
  .page-header--alternate.fixed {
    background-color: #fff; }

.page-header--alternate .black {
  display: none; }

.page-header--alternate.fixed .white {
  display: none; }

.page-header--alternate.fixed .black {
  display: block; }

.page-header--alternate .navigation a {
  color: #fff; }
  .page-header--alternate .navigation a:hover {
    border-color: #fff; }

.page-header--alternate .navigation a.button {
  color: #fff;
  border-color: #fff; }
  .page-header--alternate .navigation a.button:hover {
    color: #383e68;
    background-color: #fff; }

.page-header--alternate .navigation > ul > li > a {
  color: #fff; }

.page-header--alternate .navigation > ul > li:hover > a {
  color: #00c1b7; }

.page-header--alternate.fixed .navigation > ul > li > a {
  color: #383e68; }

.page-header--alternate.fixed .navigation > ul > li:hover > a {
  color: #00c1b7; }

.page-header--alternate.fixed .navigation a.button {
  color: #383e68;
  border-color: #383e68; }
  .page-header--alternate.fixed .navigation a.button:hover {
    color: #383e68;
    background-color: rgba(56, 62, 104, 0.1); }

.page-header--alternate.fixed .navigation a.button.colored {
  color: #fff;
  border-color: #00c1b7; }
  .page-header--alternate.fixed .navigation a.button.colored:hover {
    color: #00c1b7;
    background: transparent; }

/**
* Footer
*/
.page-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f3f6fb; }

.page-footer .footer-top {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #383e681a; }

.page-footer .footer-top .row {
  align-items: baseline; }

.page-footer .navigation li {
  float: left; }

.page-footer .navigation a {
  display: inline-block;
  margin-left: 6px;
  padding-left: 6px;
  color: #606587;
  font-size: 11px;
  font-weight: 600;
  /*border-left: solid 1px #606587;*/
  transition: all .3s linear; }
  .page-footer .navigation a:hover {
    color: #383e68; }
  .page-footer .navigation a:before {
    content: "> "; }

.page-footer .navigation li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: unset; }

.page-footer .info {
  text-align: right; }

.page-footer .info .icon {
  position: absolute;
  left: 0;
  top: -2px;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
  background-color: #606587;
  border-radius: 100%; }

.page-footer .info li {
  position: relative;
  /*display: inline-block;*/
  display: block;
  /*margin-left: 25px;*/
  padding-left: 40px;
  color: #606587;
  font-size: 12px;
  font-weight: 500;
  text-align: left; }
  .page-footer .info li:first-of-type {
    /*margin-left: 0;*/
    margin-bottom: 15px;
  }

.page-footer .info li strong {
  display: block;
  font-weight: 700; }

.page-footer .card-logos ul {
  display: flex;
  align-items: center; }

.page-footer .card-logos li {
  margin-right: 20px; }

.page-footer .social-media {
  text-align: right; }

.page-footer .social-media li {
  display: inline-block;
  margin-left: 10px; }

.page-footer .social-media a {
  color: #606587;
  font-size: 20px; }

.page-footer .copyright {
  padding-top: 35px;
  color: #80849f;
  font-size: 12px;
  line-height: 20px;
  text-align: center; }

.page-footer .copyright p {
  margin-top: 15px; }

/**
* Posts
*/
.posts .item {
  padding-top: 50px;
  padding-bottom: 50px; }

.posts .item .row {
  align-items: center; }

.posts .item .badge {
  display: inline-block;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  color: #12aba3;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  border-radius: 2px;
  background-color: #06dacf1a;
  text-transform: uppercase; }
  .posts .item .badge.badge--blue {
    color: #00b0f5;
    background-color: #ebf7ff; }
  .posts .item .badge.badge--orange {
    color: #ffbf1b;
    background-color: #ffbf1b2b; }
  .posts .item .badge.badge--red {
    color: #ff6548;
    background-color: #ff654826; }
  .posts .item .badge.badge--green {
    color: #06dacf;
    background-color: #06dacf1a; }

.posts .item .hero {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600; }

.posts .item .label {
  color: #00c1b7;
  font-size: 32px;
  font-weight: 700; }

.posts .item p {
  margin-top: 20px;
  padding-right: 100px;
  margin-bottom: 20px;
  color: #606587;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500; }

.posts .item .notice {
  padding: 15px 15px 15px 15px;
  color: #383e68;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  background-color: rgba(6, 218, 207, 0.1);
  border-left: solid 3px #00c1b7; }

.posts--highlight {
  background-color: #f6f7fd; }

.posts--highlight .item {
  padding-left: 50px;
  padding-right: 50px; }

.posts--highlight .item p {
  color: #383e68;
  font-size: 21px;
  line-height: 32px; }

.posts--content .item p {
  color: #383e68;
  padding-right: 20px;
  font-size: 24px;
  line-height: 34px; }

.posts .item .more {
  display: inline-block;
  padding-bottom: 5px;
  color: #12aba3;
  font-size: 14px;
  font-weight: 700;
  border-bottom: solid 2px transparent;
  transition: all .3s linear; }

.posts .item .more em {
  display: inline-block;
  margin-left: 2px;
  font-size: 12px;
  vertical-align: middle;
  transition: all .3s linear; }

.posts .item .more:hover {
  border-bottom-color: #12aba3; }

.posts .item .more:hover em {
  transform: translateX(3px); }

.posts .item .image {
  position: relative;
  text-align: right; }

.posts .item .image img {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 100%;
  border-radius: 3px; }

.posts .item .image::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 280px;
  height: 280px;
  background: url("../img/shape@green.svg") no-repeat center; }

.posts .item .image--orange::after {
  background: url("../img/shape@orange.svg") no-repeat center; }

.posts .item .image--red::after {
  background: url("../img/shape@red.svg") no-repeat center; }

.posts .item--even .image {
  text-align: left; }

.posts .item--even .image::after {
  right: auto;
  left: -20px; }

.posts .item .logos li {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  width: 130px;
  height: 70px;
  margin-right: 15px;
  text-align: center;
  line-height: 70px;
  box-shadow: 0px 2px 4px rgba(146, 147, 185, 0.1);
  border: solid 1px #f1f4f8;
  border-radius: 1px; }

.posts .item .logos li img:nth-child(even) {
  margin-left: 5px; }

.posts--highlight .item .image::after {
  top: -20px;
  bottom: auto; }

/**
* Homepage Hero
*/
.homepage-hero {
  position: relative;
  margin-top: 55px;
  padding-top: 65px;
  padding-bottom: 65px; }

.homepage-hero::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 70%;
  height: 100%;
  background: url("../img/bg@homepage-hero.jpg") no-repeat center center;
  background-size: cover; }

.homepage-hero::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(to right, #eef0f9 80%, transparent);
  background: linear-gradient(to right, #eef0f9 80%, transparent); }

.homepage-hero .container {
  position: relative;
  z-index: 6; }

.homepage-hero .hero {
  margin-top: 35px;
  margin-bottom: 25px;
  color: #383e68;
  font-size: 45px;
  font-weight: 700; }

.homepage-hero .properties {
  max-width: 400px;
  color: #383e68;
  font-size: 14px;
  font-weight: 600; }

.homepage-hero .properties li {
  position: relative;
  padding-left: 30px;
  margin-top: 15px; }

.homepage-hero .properties li em {
  position: absolute;
  left: 0;
  top: -2px;
  color: #00c1b7;
  font-size: 20px; }

.homepage-hero .properties .subhead {
  font-weight: 700; }

.homepage-hero .apply-form {
  padding: 30px 30px 20px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2); }

.homepage-hero .apply-form .form-label {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px; }

.homepage-hero .apply-form .field {
  position: relative;
  margin-top: 20px; }

.homepage-hero .apply-form .field label.error {
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: -15px;
  color: #f44336;
  font-size: 11px;
  font-weight: 400; }

.homepage-hero .apply-form .field label {
  display: block;
  color: #606587;
  font-size: 12px;
  font-weight: 600; }

.homepage-hero .apply-form .field input {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 10px;
  font-size: 12px;
  color: #383e68;
  border: solid 1px #afb1c2;
  border-radius: 3px;
  transition: all .3s linear; }

.homepage-hero .apply-form .select {
  position: relative; }

.homepage-hero .apply-form .select em {
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 6px;
  transform: translateY(-50%); }

.homepage-hero .apply-form select {
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  padding: 10px;
  font-size: 12px;
  color: #383e68;
  border: solid 1px #afb1c2;
  background: transparent;
  transition: all .3s linear;
  border-radius: 3px;
  -webkit-appearance: none; }

.homepage-hero .apply-form .field input.error,
.homepage-hero .apply-form .field select.error {
  border-color: #f44336; }

.homepage-hero .apply-form button {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 40px;
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  border: unset;
  outline: none;
  background-color: #00c1b7;
  transition: all .3s linear; }
  .homepage-hero .apply-form button:hover {
    background-color: #00a89f; }

.homepage-hero .apply-form .call-me {
  padding-top: 20px;
  text-align: center; }

.homepage-hero .apply-form .call-me a {
  color: #606587;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline; }

.homepage-hero .apply-form .error-area {
  margin: 10px 0;
  font-size: 12px; }

/**
* Brands
*/
.brands {
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #f3f6fb; }

.brands ul {
  display: flex;
  align-items: center;
  justify-content: center; }

.brands li {
  display: inline-block;
  font-size: 0px;
  margin-left: 20px;
  margin-right: 20px; }

/**
* About
*/
.about-us {
  padding-top: 65px;
  padding-bottom: 65px;
  text-align: center; }

.about-us .hero {
  font-size: 38px;
  font-weight: 700; }

.about-us p {
  margin-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  color: #606587;
  font-size: 16px;
  line-height: 26px; }

/**
* Advantages
*/
.advantages {
  padding-top: 65px;
  padding-bottom: 65px;
  background: -webkit-linear-gradient(to top, #383e68, #3b478d);
  background: linear-gradient(to top, #383e68, #3b478d); }

.advantages .hero {
  margin-bottom: 10px;
  color: #fff;
  font-size: 36px;
  font-weight: 700; }

.advantages .desc {
  margin-bottom: 50px;
  padding-bottom: 25px;
  color: #d7d9e5;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1); }

.advantages .properties {
  padding-right: 50px;
  color: #d7d9e5;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.3px; }

.advantages .properties li {
  position: relative;
  padding-left: 27px;
  margin-top: 20px; }

.advantages .properties li em {
  position: absolute;
  left: 0;
  top: -2px;
  color: #00c1b7;
  font-size: 18px; }

.advantages .image {
  position: relative;
  text-align: right; }

.advantages .image img {
  position: relative;
  z-index: 3;
  display: inline-block;
  max-width: 100%;
  border-radius: 3px; }

.advantages .image::after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 280px;
  height: 280px;
  background: url("../img/shape@green.svg") no-repeat center; }

/**
* Hero
*/
.page-hero {
  padding-top: 120px;
  padding-bottom: 65px;
  text-align: center;
  background: -webkit-linear-gradient(to top, #383e68, #3b478d);
  background: linear-gradient(to top, #383e68, #3b478d); }

.page-hero .hero {
  margin-bottom: 15px;
  color: #09b2f5;
  font-size: 32px;
  font-weight: 700; }
  .page-hero .hero.hero--orange {
    color: #ffbf1b; }
  .page-hero .hero.hero--red {
    color: #ff6548; }
  .page-hero .hero.hero--green {
    color: #06dacf; }
  .page-hero .hero.hero--white {
    color: #fff; }

.page-hero p {
  color: #d7d9e5;
  font-size: 18px;
  line-height: 30px; }

.page-hero--single {
  background-color: #383e68; }

.page-hero--single .hero {
  color: #fff;
  text-align: left; }

/**
* Advantage Boxes
*/
.advantage-boxes {
  margin-top: 50px;
  padding-top: 65px;
  padding-bottom: 65px;
  background: -webkit-linear-gradient(to top, #fff, #f5f7fb);
  background: linear-gradient(to top, #fff, #f5f7fb); }

.advantage-boxes .hero {
  color: #383e68;
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.advantage-boxes .item {
  position: relative;
  padding-top: 60px;
  margin-top: 60px; }

.advantage-boxes .item .icon {
  position: absolute;
  left: 50%;
  top: 0;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  color: #ffdf8e;
  text-align: center;
  line-height: 52px;
  font-size: 25px;
  background-color: #383e68;
  border-radius: 100%; }

.advantage-boxes .item p {
  padding: 15px 10px 0;
  color: #383e68;
  font-size: 16px;
  text-align: center;
  font-weight: 600; }

/**
* Content with list
*/
.content-with-list {
  padding-top: 65px;
  padding-bottom: 65px;
  background: -webkit-linear-gradient(to top, #fff, #f5f7fb);
  background: linear-gradient(to top, #fff, #f5f7fb); }
  .content-with-list.content-with-list--bg {
    background: #f6f7fd; }

.content-with-list .desc {
  color: #383e68;
  font-size: 21px;
  font-weight: 600;
  text-align: center; }

.content-with-list .bank-logos ul {
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 50px;
  text-align: center; }

.content-with-list .bank-logos ul li {
  display: inline-block;
  margin: 0 5px; }

.content-with-list .boxes {
  padding: 0 50px; }

.content-with-list .boxes .item {
  position: relative;
  margin-top: 40px;
  padding-top: 55px;
  padding-right: 40px; }

.content-with-list .boxes .item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  height: 46px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 46px;
  background: #00c1b7;
  border-radius: 100%; }

.content-with-list .boxes .item .hero {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #00c1b7;
  font-size: 20px;
  font-weight: 700; }

.content-with-list .boxes .item p {
  color: #606587;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px; }

.content-with-list .items {
  margin-top: 70px;
  padding: 0 50px; }

.content-with-list .items img {
  display: block;
  width: 100%; }

.content-with-list .items .label {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #18214d;
  font-size: 18px;
  font-weight: 700; }

.content-with-list .items p {
  color: #606587;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500; }

/**
* Apply Section
*/
.apply-section {
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
  background: -webkit-linear-gradient(to top, #383e68, #3b478d);
  background: linear-gradient(to top, #383e68, #3b478d); }

.apply-section .hero {
  margin-bottom: 45px;
  color: #fff;
  font-size: 32px;
  font-weight: 600; }

.apply-section a {
  display: inline-block;
  width: 165px;
  height: 45px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  background-color: #00c1b7;
  border-radius: 4px; }

/**
* Static Page
*/
.static-content {
  padding-top: 30px;
  padding-bottom: 30px; }

.static-content .title {
  margin-bottom: 20px;
  color: #8286a1;
  font-size: 18px;
  font-weight: 500; }

.static-content .desc {
  color: #8384a1;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px; }

.static-content .desc a {
  color: #383e68; }

.static-content .contact {
  position: relative;
  margin-top: 25px; }

.static-content .contact .info {
  /*position: absolute;*/
  left: 0;
  bottom: 0;
  width: 540px;
  margin-top: 10px;
  /*margin-left: 10px;*/
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 1px;
  box-shadow: 0px 7px 13px rgba(35, 37, 48, 0.12); }

.static-content .contact .info li {
  position: relative;
  margin: 5px 0;
  padding: 5px 0;
  color: #8286a1;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-top: solid 1px #383e681a; }
  .static-content .contact .info li:first-child {
    border-top: unset; }

.static-content .contact .info li span {
  position: absolute;
  left: 50%;
  width: 50%;
  text-transform: lowercase; }

.static-content .faq .tabs ul {
  display: flex;
  justify-content: center; }

.static-content .faq .tabs li {
  position: relative;
  bottom: -1px;
  margin-left: 25px;
  margin-right: 25px; }

.static-content .faq .tabs a {
  display: inline-block;
  padding-bottom: 20px;
  color: #888ba4;
  font-size: 14px;
  border-bottom: solid 1px transparent;
  transition: all .3s linear; }
  .static-content .faq .tabs a:hover {
    color: #383e68;
    border-bottom-color: #383e68; }

.static-content .faq .content {
  padding: 50px 60px;
  background-color: #f7f8f9;
  border: solid 1px rgba(151, 151, 151, 0.12);
  border-radius: 1px; }

.static-content .faq .section .section-hero {
  margin-bottom: 30px;
  color: #8286a1;
  font-size: 22px;
  font-weight: 500; }

.static-content .faq .section li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(151, 151, 151, 0.12); }

.static-content .faq .section .toggle {
  position: relative;
  cursor: pointer;
  color: #383e68;
  font-size: 16px;
  font-weight: 500;
  padding-right: 50px; }

.static-content .faq .section .toggle em {
  position: absolute;
  right: 0;
  top: 0;
  color: #00c1b7; }

.static-content .faq .section .detail {
  display: none;
  padding-right: 50px;
  margin-top: 15px;
  color: #606587;
  font-size: 14px;
  line-height: 23px; }

.static-content .faq .section .detail a {
  color: #383e68;
  text-decoration: underline; }

.static-content .faq .section li.active .icon-plus {
  display: none; }

.static-content .faq .section li.active .detail {
  display: block; }

.payment-solutions-row {
  padding-top: 85px;
  padding-bottom: 85px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  background: url("../img/img@payment-solutions-row.png") no-repeat;
  background-size: cover; }

.static-content p {
  margin-bottom: 25px;
  font-size: 15px; }

.static-content ul {
  margin-left: 15px; }

.static-content li {
  margin-left: 15px;
  list-style: disc;
  margin-bottom: 10px; }

/**
* Partners
*/
.partners {
  padding-bottom: 65px;
  background: -webkit-linear-gradient(to top, #fff, #f5f7fb);
  background: linear-gradient(to top, #fff, #f5f7fb); }

.partners .hero {
  margin-bottom: 15px;
  color: #383e68;
  font-size: 32px;
  font-weight: 700;
  text-align: center; }

.partners .desc {
  max-width: 65%;
  margin: 0 auto;
  color: #383e68;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 28px; }

.partners .section {
  padding-top: 65px; }

.partners .section ul {
  display: flex;
  flex: 4;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.partners .section li {
  flex: 0 0 21%;
  height: 185px;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 1px 8px rgba(143, 149, 179, 0.19); }

.partners .section li img {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

body {
  position: relative;
  overflow-x: hidden;
  color: #383e68;
  background-color: #fff; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

button {
  font-family: inherit; }

b {
  font-weight: 600; }

a {
  text-decoration: none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.wrapper {
  background-color: #f1f4fa; }

/**
* Responsive
*/
.page-header .toggle {
  display: none; }

@media (max-width: 1024px) {
  .page-header .navigation > ul > li > a {
    font-size: 12px; }
  .homepage-hero .hero {
    font-size: 40px; }
  .homepage-hero::after {
    width: 65%; }
  .homepage-hero .apply-form {
    padding: 20px 20px 15px; } }

@media (max-width: 990px) {
  .page-header .backdrop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }
  .page-header .backdrop.active {
    display: block; }
  .page-header .navigation {
    display: none !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 270px;
    height: 100%;
    padding: 20px;
    text-align: left;
    background-color: #fff; }
  .page-header .navigation.active {
    display: block !important; }
  .page-header .navigation > ul > li {
    display: block;
    margin: 15px 0; }
  .page-header .navigation a {
    font-size: 14px;
    color: #383e68 !important; }
  .page-header .navigation a.button {
    display: block;
    width: 100%;
    border-color: #383e68 !important;
    text-align: center; }
  .page-header .navigation a.button.colored {
    color: #fff !important;
    border-color: #00c1b7 !important; }
  .page-header .navigation .dropdown {
    position: static;
    margin-left: 0; }
  .page-header .toggle {
    display: block;
    width: 27px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .page-header .toggle span {
    display: block;
    height: 3px;
    margin: 3px 0;
    background-color: #383e68; }
  .page-header--alternate .toggle span {
    background-color: #fff; }
  .page-header--alternate.fixed .toggle span {
    background-color: #383e68; }
  .page-header {
    padding: 0; }
  .page-header .row {
    min-height: 55px; }
  .brands {
    padding-top: 35px; }
  .brands ul {
    flex: 5;
    flex-wrap: wrap;
    justify-content: center; }
  .brands ul li {
    margin-top: 20px;
    flex: 0 0 17%; }
  .advantages .image::after,
  .posts .item .image::after {
    width: 180px;
    height: 180px;
    background-size: contain; }
  .posts--content .item p {
    font-size: 18px;
    line-height: 22px; }
  .apply-section .hero {
    font-size: 24px; }
  .posts .item .label {
    font-size: 22px; }
  .page-hero p,
  .posts--highlight .item p {
    font-size: 16px;
    line-height: 24px; }
  .posts--highlight .item p {
    padding-right: 0; }
  .page-hero p br {
    display: none; }
  .payment-solutions-row {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    line-height: 22px; }
  .static-content .faq .content {
    padding: 25px; }
  .partners .desc {
    max-width: 100%; }
  .partners .section li {
    flex: 0 0 28%; }
  .page-footer .info {
    margin-top: 30px; } }

@media (max-width: 767px) {
  .homepage-hero {
    margin-top: 10px; }
  .homepage-hero .hero {
    font-size: 28px; }
  .homepage-hero .apply-form {
    margin-top: 20px; }
  .brands ul li {
    flex: 0 0 39%; }
  .posts .item .row > div,
  .advantages .row > div {
    flex: 0 0 100%;
    max-width: 100%; }
  .posts .item .row .image,
  .advantages .row .image {
    padding: 15px; }
  .advantages .image::after,
  .posts .item .image::after {
    right: 10px;
    bottom: 10px; }
  .posts .item--even .image::after {
    left: 10px; }
  .posts .item .badge {
    height: auto; }
  .posts .item p {
    padding-right: 0; }
  .page-footer .footer-top .row > div {
    flex: 0 0 100%;
    max-width: 100%; }
  .page-footer .navigation li {
    float: none;
    text-align: center; }
  .page-footer .navigation a {
    border: unset; }
  .page-footer .card-logos ul {
    display: block; }
  .page-footer .card-logos ul li {
    margin: 10px 0; }
  .homepage-hero::before {
    width: 100%; }
  .advantage-boxes .col-4 {
    flex: 0 0 100%;
    max-width: 100%; }
  .advantage-boxes .item {
    margin-top: 15px; }
  .advantage-boxes {
    padding-top: 30px;
    padding-bottom: 30px; }
  .content-with-list .items .col-6,
  .content-with-list .boxes .col-6 {
    flex: 0 0 100%;
    max-width: 100%; }
  .content-with-list .boxes .item {
    padding-right: 0; }
  .content-with-list .items .item {
    margin-top: 15px; }
  .static-content .contact .info {
    position: static;
    margin: 0 0 15px;
    width: 100%; }
  .static-content .faq .section .toggle {
    line-height: 20px; }
  .partners .hero {
    font-size: 26px; }
  .partners .desc {
    font-size: 16px; }
  .partners .section li {
    flex: 0 0 100%; }
  .page-header .toggle {
    margin-right: 15px; } }

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 7px;
}

td a {
  overflow: hidden;
  width: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media(min-width: 400px) {
  td a {
    width: 200px;
  }
}
@media(min-width: 765px) {
  td a {
    width: auto;
  }
}