@font-face {
  font-family: "Chivo";
  font-style: normal;
  font-weight: 300;
  font-display: optional;
  src: url("/fonts/Chivo-Light.woff2") format("woff2"), url("/fonts/Chivo-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Chivo";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("/fonts/Chivo-Regular.woff2") format("woff2"), url("/fonts/Chivo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Chivo";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("/fonts/Chivo-Medium.woff2") format("woff2"), url("/fonts/Chivo-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Chivo";
  font-style: italic;
  font-weight: 500;
  font-display: optional;
  src: url("/fonts/Chivo-MediumItalic.woff2") format("woff2"), url("/fonts/Chivo-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Chivo";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("/fonts/Chivo-Bold.woff2") format("woff2"), url("/fonts/Chivo-Bold.ttf") format("truetype");
}
html, body {
  font-size: 16px;
  overflow-x: hidden;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

img {
  display: inline-block;
  width: 100%;
}

a {
  text-decoration: none;
}

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 30px;
  gap: 30px;
}

.col-1 {
  grid-column-end: span 1;
}

.col-offset-1 {
  grid-column-start: 2;
}

.row-1 {
  grid-row-end: span 1;
}

.row-offset-1 {
  grid-row-start: 2;
}

.col-2 {
  grid-column-end: span 2;
}

.col-offset-2 {
  grid-column-start: 3;
}

.row-2 {
  grid-row-end: span 2;
}

.row-offset-2 {
  grid-row-start: 3;
}

.col-3 {
  grid-column-end: span 3;
}

.col-offset-3 {
  grid-column-start: 4;
}

.row-3 {
  grid-row-end: span 3;
}

.row-offset-3 {
  grid-row-start: 4;
}

.col-4 {
  grid-column-end: span 4;
}

.col-offset-4 {
  grid-column-start: 5;
}

.row-4 {
  grid-row-end: span 4;
}

.row-offset-4 {
  grid-row-start: 5;
}

.col-5 {
  grid-column-end: span 5;
}

.col-offset-5 {
  grid-column-start: 6;
}

.row-5 {
  grid-row-end: span 5;
}

.row-offset-5 {
  grid-row-start: 6;
}

.col-6 {
  grid-column-end: span 6;
}

.col-offset-6 {
  grid-column-start: 7;
}

.row-6 {
  grid-row-end: span 6;
}

.row-offset-6 {
  grid-row-start: 7;
}

.col-7 {
  grid-column-end: span 7;
}

.col-offset-7 {
  grid-column-start: 8;
}

.row-7 {
  grid-row-end: span 7;
}

.row-offset-7 {
  grid-row-start: 8;
}

.col-8 {
  grid-column-end: span 8;
}

.col-offset-8 {
  grid-column-start: 9;
}

.row-8 {
  grid-row-end: span 8;
}

.row-offset-8 {
  grid-row-start: 9;
}

.col-9 {
  grid-column-end: span 9;
}

.col-offset-9 {
  grid-column-start: 10;
}

.row-9 {
  grid-row-end: span 9;
}

.row-offset-9 {
  grid-row-start: 10;
}

.col-10 {
  grid-column-end: span 10;
}

.col-offset-10 {
  grid-column-start: 11;
}

.row-10 {
  grid-row-end: span 10;
}

.row-offset-10 {
  grid-row-start: 11;
}

.col-11 {
  grid-column-end: span 11;
}

.col-offset-11 {
  grid-column-start: 12;
}

.row-11 {
  grid-row-end: span 11;
}

.row-offset-11 {
  grid-row-start: 12;
}

.col-12 {
  grid-column-end: span 12;
}

.col-offset-12 {
  grid-column-start: 13;
}

.row-12 {
  grid-row-end: span 12;
}

.row-offset-12 {
  grid-row-start: 13;
}

@media (max-width: 1400px) {
  .col-xl-1 {
    grid-column-end: span 1;
  }
  .col-offset-xl-1 {
    grid-column-start: 2;
  }
  .row-xl-1 {
    grid-row-end: span 1;
  }
  .row-offset-xl-1 {
    grid-row-start: 2;
  }
  .col-xl-2 {
    grid-column-end: span 2;
  }
  .col-offset-xl-2 {
    grid-column-start: 3;
  }
  .row-xl-2 {
    grid-row-end: span 2;
  }
  .row-offset-xl-2 {
    grid-row-start: 3;
  }
  .col-xl-3 {
    grid-column-end: span 3;
  }
  .col-offset-xl-3 {
    grid-column-start: 4;
  }
  .row-xl-3 {
    grid-row-end: span 3;
  }
  .row-offset-xl-3 {
    grid-row-start: 4;
  }
  .col-xl-4 {
    grid-column-end: span 4;
  }
  .col-offset-xl-4 {
    grid-column-start: 5;
  }
  .row-xl-4 {
    grid-row-end: span 4;
  }
  .row-offset-xl-4 {
    grid-row-start: 5;
  }
  .col-xl-5 {
    grid-column-end: span 5;
  }
  .col-offset-xl-5 {
    grid-column-start: 6;
  }
  .row-xl-5 {
    grid-row-end: span 5;
  }
  .row-offset-xl-5 {
    grid-row-start: 6;
  }
  .col-xl-6 {
    grid-column-end: span 6;
  }
  .col-offset-xl-6 {
    grid-column-start: 7;
  }
  .row-xl-6 {
    grid-row-end: span 6;
  }
  .row-offset-xl-6 {
    grid-row-start: 7;
  }
  .col-xl-7 {
    grid-column-end: span 7;
  }
  .col-offset-xl-7 {
    grid-column-start: 8;
  }
  .row-xl-7 {
    grid-row-end: span 7;
  }
  .row-offset-xl-7 {
    grid-row-start: 8;
  }
  .col-xl-8 {
    grid-column-end: span 8;
  }
  .col-offset-xl-8 {
    grid-column-start: 9;
  }
  .row-xl-8 {
    grid-row-end: span 8;
  }
  .row-offset-xl-8 {
    grid-row-start: 9;
  }
  .col-xl-9 {
    grid-column-end: span 9;
  }
  .col-offset-xl-9 {
    grid-column-start: 10;
  }
  .row-xl-9 {
    grid-row-end: span 9;
  }
  .row-offset-xl-9 {
    grid-row-start: 10;
  }
  .col-xl-10 {
    grid-column-end: span 10;
  }
  .col-offset-xl-10 {
    grid-column-start: 11;
  }
  .row-xl-10 {
    grid-row-end: span 10;
  }
  .row-offset-xl-10 {
    grid-row-start: 11;
  }
  .col-xl-11 {
    grid-column-end: span 11;
  }
  .col-offset-xl-11 {
    grid-column-start: 12;
  }
  .row-xl-11 {
    grid-row-end: span 11;
  }
  .row-offset-xl-11 {
    grid-row-start: 12;
  }
  .col-xl-12 {
    grid-column-end: span 12;
  }
  .col-offset-xl-12 {
    grid-column-start: 13;
  }
  .row-xl-12 {
    grid-row-end: span 12;
  }
  .row-offset-xl-12 {
    grid-row-start: 13;
  }
}
@media (max-width: 1200px) {
  .col-lg-1 {
    grid-column-end: span 1;
  }
  .col-offset-lg-1 {
    grid-column-start: 2;
  }
  .row-lg-1 {
    grid-row-end: span 1;
  }
  .row-offset-lg-1 {
    grid-row-start: 2;
  }
  .col-lg-2 {
    grid-column-end: span 2;
  }
  .col-offset-lg-2 {
    grid-column-start: 3;
  }
  .row-lg-2 {
    grid-row-end: span 2;
  }
  .row-offset-lg-2 {
    grid-row-start: 3;
  }
  .col-lg-3 {
    grid-column-end: span 3;
  }
  .col-offset-lg-3 {
    grid-column-start: 4;
  }
  .row-lg-3 {
    grid-row-end: span 3;
  }
  .row-offset-lg-3 {
    grid-row-start: 4;
  }
  .col-lg-4 {
    grid-column-end: span 4;
  }
  .col-offset-lg-4 {
    grid-column-start: 5;
  }
  .row-lg-4 {
    grid-row-end: span 4;
  }
  .row-offset-lg-4 {
    grid-row-start: 5;
  }
  .col-lg-5 {
    grid-column-end: span 5;
  }
  .col-offset-lg-5 {
    grid-column-start: 6;
  }
  .row-lg-5 {
    grid-row-end: span 5;
  }
  .row-offset-lg-5 {
    grid-row-start: 6;
  }
  .col-lg-6 {
    grid-column-end: span 6;
  }
  .col-offset-lg-6 {
    grid-column-start: 7;
  }
  .row-lg-6 {
    grid-row-end: span 6;
  }
  .row-offset-lg-6 {
    grid-row-start: 7;
  }
  .col-lg-7 {
    grid-column-end: span 7;
  }
  .col-offset-lg-7 {
    grid-column-start: 8;
  }
  .row-lg-7 {
    grid-row-end: span 7;
  }
  .row-offset-lg-7 {
    grid-row-start: 8;
  }
  .col-lg-8 {
    grid-column-end: span 8;
  }
  .col-offset-lg-8 {
    grid-column-start: 9;
  }
  .row-lg-8 {
    grid-row-end: span 8;
  }
  .row-offset-lg-8 {
    grid-row-start: 9;
  }
  .col-lg-9 {
    grid-column-end: span 9;
  }
  .col-offset-lg-9 {
    grid-column-start: 10;
  }
  .row-lg-9 {
    grid-row-end: span 9;
  }
  .row-offset-lg-9 {
    grid-row-start: 10;
  }
  .col-lg-10 {
    grid-column-end: span 10;
  }
  .col-offset-lg-10 {
    grid-column-start: 11;
  }
  .row-lg-10 {
    grid-row-end: span 10;
  }
  .row-offset-lg-10 {
    grid-row-start: 11;
  }
  .col-lg-11 {
    grid-column-end: span 11;
  }
  .col-offset-lg-11 {
    grid-column-start: 12;
  }
  .row-lg-11 {
    grid-row-end: span 11;
  }
  .row-offset-lg-11 {
    grid-row-start: 12;
  }
  .col-lg-12 {
    grid-column-end: span 12;
  }
  .col-offset-lg-12 {
    grid-column-start: 13;
  }
  .row-lg-12 {
    grid-row-end: span 12;
  }
  .row-offset-lg-12 {
    grid-row-start: 13;
  }
}
@media (max-width: 992px) {
  .col-md-1 {
    grid-column-end: span 1;
  }
  .col-offset-md-1 {
    grid-column-start: 2;
  }
  .row-md-1 {
    grid-row-end: span 1;
  }
  .row-offset-md-1 {
    grid-row-start: 2;
  }
  .col-md-2 {
    grid-column-end: span 2;
  }
  .col-offset-md-2 {
    grid-column-start: 3;
  }
  .row-md-2 {
    grid-row-end: span 2;
  }
  .row-offset-md-2 {
    grid-row-start: 3;
  }
  .col-md-3 {
    grid-column-end: span 3;
  }
  .col-offset-md-3 {
    grid-column-start: 4;
  }
  .row-md-3 {
    grid-row-end: span 3;
  }
  .row-offset-md-3 {
    grid-row-start: 4;
  }
  .col-md-4 {
    grid-column-end: span 4;
  }
  .col-offset-md-4 {
    grid-column-start: 5;
  }
  .row-md-4 {
    grid-row-end: span 4;
  }
  .row-offset-md-4 {
    grid-row-start: 5;
  }
  .col-md-5 {
    grid-column-end: span 5;
  }
  .col-offset-md-5 {
    grid-column-start: 6;
  }
  .row-md-5 {
    grid-row-end: span 5;
  }
  .row-offset-md-5 {
    grid-row-start: 6;
  }
  .col-md-6 {
    grid-column-end: span 6;
  }
  .col-offset-md-6 {
    grid-column-start: 7;
  }
  .row-md-6 {
    grid-row-end: span 6;
  }
  .row-offset-md-6 {
    grid-row-start: 7;
  }
  .col-md-7 {
    grid-column-end: span 7;
  }
  .col-offset-md-7 {
    grid-column-start: 8;
  }
  .row-md-7 {
    grid-row-end: span 7;
  }
  .row-offset-md-7 {
    grid-row-start: 8;
  }
  .col-md-8 {
    grid-column-end: span 8;
  }
  .col-offset-md-8 {
    grid-column-start: 9;
  }
  .row-md-8 {
    grid-row-end: span 8;
  }
  .row-offset-md-8 {
    grid-row-start: 9;
  }
  .col-md-9 {
    grid-column-end: span 9;
  }
  .col-offset-md-9 {
    grid-column-start: 10;
  }
  .row-md-9 {
    grid-row-end: span 9;
  }
  .row-offset-md-9 {
    grid-row-start: 10;
  }
  .col-md-10 {
    grid-column-end: span 10;
  }
  .col-offset-md-10 {
    grid-column-start: 11;
  }
  .row-md-10 {
    grid-row-end: span 10;
  }
  .row-offset-md-10 {
    grid-row-start: 11;
  }
  .col-md-11 {
    grid-column-end: span 11;
  }
  .col-offset-md-11 {
    grid-column-start: 12;
  }
  .row-md-11 {
    grid-row-end: span 11;
  }
  .row-offset-md-11 {
    grid-row-start: 12;
  }
  .col-md-12 {
    grid-column-end: span 12;
  }
  .col-offset-md-12 {
    grid-column-start: 13;
  }
  .row-md-12 {
    grid-row-end: span 12;
  }
  .row-offset-md-12 {
    grid-row-start: 13;
  }
}
@media (max-width: 768px) {
  .col-sm-1 {
    grid-column-end: span 1;
  }
  .col-offset-sm-1 {
    grid-column-start: 2;
  }
  .row-sm-1 {
    grid-row-end: span 1;
  }
  .row-offset-sm-1 {
    grid-row-start: 2;
  }
  .col-sm-2 {
    grid-column-end: span 2;
  }
  .col-offset-sm-2 {
    grid-column-start: 3;
  }
  .row-sm-2 {
    grid-row-end: span 2;
  }
  .row-offset-sm-2 {
    grid-row-start: 3;
  }
  .col-sm-3 {
    grid-column-end: span 3;
  }
  .col-offset-sm-3 {
    grid-column-start: 4;
  }
  .row-sm-3 {
    grid-row-end: span 3;
  }
  .row-offset-sm-3 {
    grid-row-start: 4;
  }
  .col-sm-4 {
    grid-column-end: span 4;
  }
  .col-offset-sm-4 {
    grid-column-start: 5;
  }
  .row-sm-4 {
    grid-row-end: span 4;
  }
  .row-offset-sm-4 {
    grid-row-start: 5;
  }
  .col-sm-5 {
    grid-column-end: span 5;
  }
  .col-offset-sm-5 {
    grid-column-start: 6;
  }
  .row-sm-5 {
    grid-row-end: span 5;
  }
  .row-offset-sm-5 {
    grid-row-start: 6;
  }
  .col-sm-6 {
    grid-column-end: span 6;
  }
  .col-offset-sm-6 {
    grid-column-start: 7;
  }
  .row-sm-6 {
    grid-row-end: span 6;
  }
  .row-offset-sm-6 {
    grid-row-start: 7;
  }
  .col-sm-7 {
    grid-column-end: span 7;
  }
  .col-offset-sm-7 {
    grid-column-start: 8;
  }
  .row-sm-7 {
    grid-row-end: span 7;
  }
  .row-offset-sm-7 {
    grid-row-start: 8;
  }
  .col-sm-8 {
    grid-column-end: span 8;
  }
  .col-offset-sm-8 {
    grid-column-start: 9;
  }
  .row-sm-8 {
    grid-row-end: span 8;
  }
  .row-offset-sm-8 {
    grid-row-start: 9;
  }
  .col-sm-9 {
    grid-column-end: span 9;
  }
  .col-offset-sm-9 {
    grid-column-start: 10;
  }
  .row-sm-9 {
    grid-row-end: span 9;
  }
  .row-offset-sm-9 {
    grid-row-start: 10;
  }
  .col-sm-10 {
    grid-column-end: span 10;
  }
  .col-offset-sm-10 {
    grid-column-start: 11;
  }
  .row-sm-10 {
    grid-row-end: span 10;
  }
  .row-offset-sm-10 {
    grid-row-start: 11;
  }
  .col-sm-11 {
    grid-column-end: span 11;
  }
  .col-offset-sm-11 {
    grid-column-start: 12;
  }
  .row-sm-11 {
    grid-row-end: span 11;
  }
  .row-offset-sm-11 {
    grid-row-start: 12;
  }
  .col-sm-12 {
    grid-column-end: span 12;
  }
  .col-offset-sm-12 {
    grid-column-start: 13;
  }
  .row-sm-12 {
    grid-row-end: span 12;
  }
  .row-offset-sm-12 {
    grid-row-start: 13;
  }
}
@media (max-width: 576px) {
  .col-xs-1 {
    grid-column-end: span 1;
  }
  .col-offset-xs-1 {
    grid-column-start: 2;
  }
  .row-xs-1 {
    grid-row-end: span 1;
  }
  .row-offset-xs-1 {
    grid-row-start: 2;
  }
  .col-xs-2 {
    grid-column-end: span 2;
  }
  .col-offset-xs-2 {
    grid-column-start: 3;
  }
  .row-xs-2 {
    grid-row-end: span 2;
  }
  .row-offset-xs-2 {
    grid-row-start: 3;
  }
  .col-xs-3 {
    grid-column-end: span 3;
  }
  .col-offset-xs-3 {
    grid-column-start: 4;
  }
  .row-xs-3 {
    grid-row-end: span 3;
  }
  .row-offset-xs-3 {
    grid-row-start: 4;
  }
  .col-xs-4 {
    grid-column-end: span 4;
  }
  .col-offset-xs-4 {
    grid-column-start: 5;
  }
  .row-xs-4 {
    grid-row-end: span 4;
  }
  .row-offset-xs-4 {
    grid-row-start: 5;
  }
  .col-xs-5 {
    grid-column-end: span 5;
  }
  .col-offset-xs-5 {
    grid-column-start: 6;
  }
  .row-xs-5 {
    grid-row-end: span 5;
  }
  .row-offset-xs-5 {
    grid-row-start: 6;
  }
  .col-xs-6 {
    grid-column-end: span 6;
  }
  .col-offset-xs-6 {
    grid-column-start: 7;
  }
  .row-xs-6 {
    grid-row-end: span 6;
  }
  .row-offset-xs-6 {
    grid-row-start: 7;
  }
  .col-xs-7 {
    grid-column-end: span 7;
  }
  .col-offset-xs-7 {
    grid-column-start: 8;
  }
  .row-xs-7 {
    grid-row-end: span 7;
  }
  .row-offset-xs-7 {
    grid-row-start: 8;
  }
  .col-xs-8 {
    grid-column-end: span 8;
  }
  .col-offset-xs-8 {
    grid-column-start: 9;
  }
  .row-xs-8 {
    grid-row-end: span 8;
  }
  .row-offset-xs-8 {
    grid-row-start: 9;
  }
  .col-xs-9 {
    grid-column-end: span 9;
  }
  .col-offset-xs-9 {
    grid-column-start: 10;
  }
  .row-xs-9 {
    grid-row-end: span 9;
  }
  .row-offset-xs-9 {
    grid-row-start: 10;
  }
  .col-xs-10 {
    grid-column-end: span 10;
  }
  .col-offset-xs-10 {
    grid-column-start: 11;
  }
  .row-xs-10 {
    grid-row-end: span 10;
  }
  .row-offset-xs-10 {
    grid-row-start: 11;
  }
  .col-xs-11 {
    grid-column-end: span 11;
  }
  .col-offset-xs-11 {
    grid-column-start: 12;
  }
  .row-xs-11 {
    grid-row-end: span 11;
  }
  .row-offset-xs-11 {
    grid-row-start: 12;
  }
  .col-xs-12 {
    grid-column-end: span 12;
  }
  .col-offset-xs-12 {
    grid-column-start: 13;
  }
  .row-xs-12 {
    grid-row-end: span 12;
  }
  .row-offset-xs-12 {
    grid-row-start: 13;
  }
}
.container {
  width: 100%;
  margin: auto;
  max-width: 1320px;
}
@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (max-width: 1400px) {
  .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;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
}
@media (max-width: 1200px) {
  .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;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
}
@media (max-width: 992px) {
  .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;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
}
@media (max-width: 768px) {
  .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;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
}
@media (max-width: 576px) {
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
}
header {
  position: relative;
}

.top-text {
  background-color: #006150;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
}
@media (max-width: 768px) {
  .top-text {
    min-height: 44px;
  }
}
.top-text p {
  color: #ffffff;
  font-size: 17px;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: calc(0.82rem + 0.2057142857vw);
}
@media (min-width: 1400px) {
  .top-text p {
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .top-text p {
    font-size: 14px;
    line-height: 16px;
  }
}

.sticky-box {
  transition: all 0.3s ease;
}
.sticky-box.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.3s ease;
}
.sticky-box.sticky .header .mobile-toggle {
  top: 4rem;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 768px) {
  .header {
    padding: 0.5rem 0;
  }
}
.header .logo {
  width: 230px;
  margin-left: 0;
}
.header .logo img {
  width: 100%;
  min-width: 120px;
  height: auto;
}
.header .menu {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .header .menu {
    display: none;
  }
}
.header .menu a {
  padding-top: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .header .menu a {
    padding-top: 2rem;
  }
}
.header .menu a {
  padding-bottom: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .header .menu a {
    padding-bottom: 2rem;
  }
}
.header .menu a {
  padding-left: calc(0.82rem + 0.2057142857vw);
}
@media (min-width: 1400px) {
  .header .menu a {
    padding-left: 1rem;
  }
}
.header .menu a {
  padding-right: calc(0.82rem + 0.2057142857vw);
}
@media (min-width: 1400px) {
  .header .menu a {
    padding-right: 1rem;
  }
}
.header .menu a {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #006150;
  transition-duration: 0.3s;
}
.header .menu a:hover {
  color: #333333;
  background-color: #fccb34;
}
.header .menu .sub-wrap {
  display: flex;
  position: relative;
}
.header .menu .sub-wrap .sub-list {
  position: absolute;
  flex-direction: column;
  top: 5rem;
  left: -3rem;
  width: 200px;
  background-color: #006150;
  padding: 10px 0px;
  display: none;
  z-index: 999;
}
.header .menu .sub-wrap .sub-list a {
  text-align: center;
  color: #ffffff;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding: 10px;
  line-height: 1rem;
}
.header .menu .sub-wrap .sub-list a:hover {
  color: #333333;
}
.header .menu .sub-wrap .sub-list a.active {
  color: #fccb34;
}
.header .menu .sub-wrap:hover .sub-list {
  display: flex;
}
.header .button-list {
  display: flex;
}
.header .button-list .button-outline {
  background-color: transparent;
  border: 2px solid #006150;
  padding: 1rem 2rem;
  color: #006150;
  border-radius: 6px;
  transition-duration: 0.3s;
  transition-property: transform;
  display: flex;
  align-items: center;
}
.header .button-list .button-outline:hover {
  transform: scale(1.1);
}
.header .button-list .button-outline {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .header .button-list .button-outline {
    display: none;
  }
}
.header .button-list .button-outline span {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header .mobile-menu {
  display: none;
  margin-right: 2rem;
}
@media (max-width: 768px) {
  .header .mobile-menu {
    display: flex;
  }
}
.header .mobile-menu .toggle-wrap {
  padding: 10px;
  position: relative;
  cursor: pointer;
  float: left;
  /*disable selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.header .mobile-menu .toggle-wrap .toggle-bar {
  transition: all 0.2s ease-in-out;
}
.header .mobile-menu .toggle-wrap::before, .header .mobile-menu .toggle-wrap::after {
  transition: all 0.2s ease-in-out;
}
.header .mobile-menu .toggle-wrap .toggle-wrap.active .toggle-bar {
  transition: all 0.2s ease-in-out;
}
.header .mobile-menu .toggle-wrap::before, .header .mobile-menu .toggle-wrap::after {
  transition: all 0.2s ease-in-out;
}
.header .mobile-menu .toggle-wrap .toggle-bar {
  width: 24px;
  margin: 6px 0;
  position: relative;
  border-top: 4px solid #fccb34;
  display: block;
}
.header .mobile-menu .toggle-wrap .toggle-bar::before {
  content: "";
  display: block;
  background: #fccb34;
  height: 4px;
  width: 24px;
  position: absolute;
  top: -10px;
  transform: rotate(0deg);
  transform-origin: 13%;
}
.header .mobile-menu .toggle-wrap .toggle-bar::after {
  content: "";
  display: block;
  background: #fccb34;
  height: 4px;
  width: 24px;
  position: absolute;
  transform: rotate(0deg);
  transform-origin: 13%;
  top: 2px;
}
.header .mobile-menu .toggle-wrap.active .toggle-bar {
  border-top: 6px solid transparent;
}
.header .mobile-menu .toggle-wrap.active .toggle-bar::before {
  transform: rotate(45deg);
}
.header .mobile-menu .toggle-wrap.active .toggle-bar::after {
  transform: rotate(-45deg);
}
.header .mobile-toggle {
  overflow: hidden;
  flex-direction: column;
  background-color: #ffffff;
  position: absolute;
  top: 8rem;
  width: 100vw;
  left: -100vw;
  padding: 2rem;
  box-sizing: border-box;
  transition: all 0.4s ease;
  z-index: 999;
}
.header .mobile-toggle li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ebebeb;
}
.header .mobile-toggle li li:not(.sub-control) {
  border-bottom: 1px solid #ebebeb;
}
.header .mobile-toggle li a {
  color: #006150;
  padding: 10px 0px;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 27px;
  font-weight: lighter;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.header .mobile-toggle li a:hover {
  color: #fccb34;
}
.header .mobile-toggle li a.active {
  color: #fccb34;
}
.header .mobile-toggle li .sub-control {
  display: flex;
  position: relative;
}
.header .mobile-toggle li .sub-control .cross {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.header .mobile-toggle li .sub-control .cross::after, .header .mobile-toggle li .sub-control .cross::before {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  background-color: #fccb34;
  width: 16px;
  top: 50%;
  transition: all 0.2s ease-in-out;
  right: 0;
}
.header .mobile-toggle li .sub-control .cross::after {
  transform: rotate(90deg);
  left: 0;
}
.header .mobile-toggle li .sub-control .cross.active::before {
  transform: rotate(-45deg);
  right: -2px;
  width: 20px;
}
.header .mobile-toggle li .sub-control .cross.active::after {
  width: 20px;
  transform: rotate(45deg);
  left: -2px;
}
.header .mobile-toggle li .sub-items {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  transition: max-height 0.4s ease-in;
  max-height: 0;
  overflow: hidden;
}
.header .mobile-toggle .search {
  position: relative;
  margin-top: 1rem;
}
.header .mobile-toggle .search input {
  border: none;
  outline: none;
  background-color: #ffffff;
  color: #a3a3a3;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
.header .mobile-toggle .search svg {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 10px;
}
.header .mobile-toggle.active {
  left: 0;
}

.footer {
  padding: 2rem 1rem;
  box-sizing: border-box;
}
.footer .footer-text {
  color: #ffffff;
  font-size: 16px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: calc(0.82rem + 0.2057142857vw) 0;
}
@media (min-width: 1400px) {
  .footer .footer-text {
    margin: 1rem 0;
  }
}
.footer .footer-apply {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fccb34 !important;
  display: flex;
  align-items: center;
}
.footer .footer-apply svg {
  width: 14px;
  margin-left: 10px;
  color: #fccb34;
}
.footer .contact {
  display: flex;
  flex-direction: column;
}
.footer .contact .logo_image {
  width: 236px;
  display: inline-block;
}
.footer .contact .logo_image img {
  width: 100%;
  height: auto;
}
.footer .contact .email, .footer .contact .phone {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-left: 10px;
}
.footer .contact .email a, .footer .contact .phone a {
  margin-left: 10px;
  color: #ffffff;
  font-size: 1rem;
}
.footer .contact .email a:hover, .footer .contact .phone a:hover {
  color: #fccb34;
}
.footer .contact .subtitle {
  margin: 1rem 0 2rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2rem;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: start;
}
.footer .contact a {
  color: #ffffff;
  line-height: 1.2rem;
  letter-spacing: 1px;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 8px 0;
}
.footer .contact .trust {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.footer .contact ul {
  display: flex;
  flex-direction: column;
}
.footer .contact ul li {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ebebeb;
  font-size: 14px;
  line-height: 1.5rem;
}

footer {
  position: relative;
  background-color: #333333;
}
footer .up {
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -15px;
}
footer .copyright {
  background-color: #333333;
  font-size: 14px;
  font-weight: lighter;
  padding: 2rem 4rem;
}
@media (max-width: 1200px) {
  footer .copyright {
    padding: 1rem 1rem 2rem;
  }
}
@media (max-width: 576px) {
  footer .copyright {
    padding: 1rem 2rem;
  }
}
footer .copyright .title {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 576px) {
  footer .copyright .title {
    font-size: 14px;
  }
}
footer .copyright .term {
  color: #333333;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 576px) {
  footer .copyright .term {
    font-size: 12px;
    line-height: 1rem;
    letter-spacing: 0.5px;
  }
}
footer .ownership {
  background-color: #ffffff;
  color: #333333;
  padding: calc(0.82rem + 0.2057142857vw) 0;
}
@media (min-width: 1400px) {
  footer .ownership {
    padding: 1rem 0;
  }
}
footer .ownership i {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: italic;
}
@media (max-width: 1200px) {
  footer .ownership {
    padding: 1rem 1rem;
  }
}
@media (max-width: 576px) {
  footer .ownership {
    font-size: 12px;
  }
}

.loan-type {
  background-color: #f6f6f5;
  padding: 3rem 0;
}
@media (max-width: 576px) {
  .loan-type {
    padding: 2rem;
  }
}
.loan-type .title {
  font-weight: bold;
  font-family: "Chivo", sans-serif;
  font-size: calc(1.02rem + 2.2628571429vw);
}
@media (min-width: 1400px) {
  .loan-type .title {
    font-size: 3rem;
  }
}
.loan-type .title {
  color: #333333;
  line-height: 3rem;
  text-align: center;
}
@media (max-width: 576px) {
  .loan-type .title {
    line-height: 2rem;
  }
}
.loan-type .subtitle {
  color: #a3a3a3;
  font-size: 1.2rem;
  font-weight: lighter;
  text-align: center;
  margin: 1rem auto 2rem;
}
.loan-type .tabs {
  display: flex;
  flex-direction: column;
}
.loan-type .tabs .tab-title {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 576px) {
  .loan-type .tabs .tab-title {
    flex-direction: column;
  }
}
.loan-type .tabs .tab-title .tab {
  display: flex;
  align-items: center;
  padding: 1rem;
  border: 1px solid #e3e3e3;
  background-color: #ebebeb;
}
.loan-type .tabs .tab-title .tab img {
  width: 25px;
  height: 25px;
}
.loan-type .tabs .tab-title .tab .tab-label {
  font-weight: lighter;
  font-size: 1rem;
  margin-left: 2px;
}
.loan-type .tabs .tab-title .tab:hover {
  background-color: #dcdcdc;
}
.loan-type .tabs .tab-title .tab.active {
  background-color: #dcdcdc;
}
.loan-type .tabs .tab-content {
  display: none;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 576px) {
  .loan-type .tabs .tab-content {
    padding: 1rem 0;
  }
}
.loan-type .tabs .tab-content img {
  width: 350px;
  height: 350px;
  margin: calc(1.12rem + 3.2914285714vw);
}
@media (min-width: 1400px) {
  .loan-type .tabs .tab-content img {
    margin: 4rem;
  }
}
.loan-type .tabs .tab-content img {
  flex-shrink: 0;
}
@media (max-width: 576px) {
  .loan-type .tabs .tab-content img {
    display: none;
  }
}
.loan-type .tabs .tab-content .tab-wrap {
  display: flex;
  flex-direction: column;
}
.loan-type .tabs .tab-content .tab-wrap p {
  line-height: 1.5rem;
  font-weight: lighter;
  color: #333333;
  padding: 0 2rem 2rem;
  font-family: "Chivo", sans-serif;
  padding-right: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .loan-type .tabs .tab-content .tab-wrap p {
    padding-right: 2rem;
  }
}
.loan-type .tabs .tab-content .tab-wrap p {
  padding-bottom: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .loan-type .tabs .tab-content .tab-wrap p {
    padding-bottom: 2rem;
  }
}
.loan-type .tabs .tab-content .tab-wrap p {
  padding-left: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .loan-type .tabs .tab-content .tab-wrap p {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .loan-type .tabs .tab-content .tab-wrap p {
    padding: 0;
  }
}
.loan-type .tabs .tab-content .tab-wrap li, .loan-type .tabs .tab-content .tab-wrap strong {
  font-family: "Chivo", sans-serif;
}
.loan-type .tabs .tab-content .tab-wrap .button {
  background-color: #006150;
  color: #ffffff;
  width: 200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .loan-type .tabs .tab-content .tab-wrap .button {
    margin-left: 2rem;
  }
}
.loan-type .tabs .tab-content .tab-wrap .button {
  border: none;
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .loan-type .tabs .tab-content .tab-wrap .button {
    margin: 1rem 0 0 0;
    width: 150px;
    height: 50px;
  }
}
.loan-type .tabs .tab-content .tab-wrap .button:hover {
  color: #fccb34;
}
.loan-type .tabs .tab-content.active {
  display: flex;
  -webkit-animation: slide-down 1s ease-in-out;
  -moz-animation: slide-down 1.2s ease-in-out;
}

.session0 {
  position: relative;
}
.session0 .banner-wrap {
  width: 100vw;
  height: auto;
}
.session0 .banner-wrap img {
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: 35%;
}
.session0 .banner-wrap .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}
.session0 .banner-wrap .banner-content .title {
  font-size: calc(1.02rem + 2.2628571429vw);
}
@media (min-width: 1400px) {
  .session0 .banner-wrap .banner-content .title {
    font-size: 3rem;
  }
}
.session0 .banner-wrap .banner-content .title {
  color: #ffffff;
  font-family: "Chivo", sans-serif;
}

.session1 {
  padding: 2rem 0;
}
.session1 .col-6, .session1 .col-12 {
  display: flex;
  justify-content: center;
}
.session1 .col-6 img, .session1 .col-12 img {
  width: 350px;
  height: 350px;
}
.session1 .col-6 .loan-wrap, .session1 .col-12 .loan-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (max-width: 576px) {
  .session1 .col-6 .loan-wrap, .session1 .col-12 .loan-wrap {
    padding: 0 1rem;
  }
}
.session1 .col-6 .loan-wrap .content, .session1 .col-12 .loan-wrap .content {
  font-family: "Chivo", sans-serif;
  color: #a3a3a3;
  font-weight: lighter;
}
.session1 .col-6 .loan-wrap .content p, .session1 .col-12 .loan-wrap .content p {
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.session1 .col-6 .loan-wrap .button, .session1 .col-12 .loan-wrap .button {
  background-color: #006150;
  color: #ffffff;
  width: 200px;
  height: 70px;
  border: none;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}
@media (max-width: 576px) {
  .session1 .col-6 .loan-wrap .button, .session1 .col-12 .loan-wrap .button {
    width: 150px;
    height: 50px;
  }
}
.session1 .col-6 .loan-wrap .button:hover, .session1 .col-12 .loan-wrap .button:hover {
  color: #333333;
}

.loan-list {
  background-color: #f6f6f5;
}
.loan-list .container {
  padding: 3rem 6rem;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .loan-list .container {
    padding: 2rem 1rem;
  }
}
.loan-list .grid {
  gap: 30px;
}
@media (max-width: 576px) {
  .loan-list .grid {
    gap: 0;
  }
}
.loan-list .title {
  font-weight: bold;
  font-family: "Chivo", sans-serif;
  font-size: calc(1.02rem + 2.2628571429vw);
}
@media (min-width: 1400px) {
  .loan-list .title {
    font-size: 3rem;
  }
}
.loan-list .title {
  color: #333333;
  text-align: center;
}
@media (max-width: 576px) {
  .loan-list .title {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
.loan-list .subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #a3a3a3;
  font-size: calc(0.84rem + 0.4114285714vw);
}
@media (min-width: 1400px) {
  .loan-list .subtitle {
    font-size: 1.2rem;
  }
}
.loan-list .subtitle {
  font-weight: lighter;
  text-align: center;
}
@media (max-width: 576px) {
  .loan-list .subtitle {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.loan-list .loan-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.loan-list .loan-items .image {
  width: 350px;
  height: auto;
  flex-shrink: 0;
  display: inline-block;
}
@media (max-width: 576px) {
  .loan-list .loan-items .image {
    display: none;
  }
}
.loan-list .loan-items .loan-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #333333;
}
.loan-list .loan-items .loan-item img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-right: 10px;
  margin-left: 0;
  filter: invert(42%) sepia(74%) saturate(4515%) hue-rotate(154deg) brightness(105%) contrast(105%);
}
.loan-list .loan-items .loan-item .loan-title {
  font-size: 1.5rem;
  font-family: "Chivo", sans-serif;
  font-weight: lighter;
}
.loan-list .loan-items-right {
  align-items: end;
}
@media (max-width: 576px) {
  .loan-list .loan-items-right {
    align-items: start;
  }
}
.loan-list .loan-items-right .loan-item {
  flex-direction: row;
}
@media (max-width: 576px) {
  .loan-list .loan-items-right .loan-item {
    flex-direction: row-reverse;
  }
}
.loan-list .loan-items-right .loan-item img {
  margin-right: 0px;
  margin-left: 10px;
}

.loan-rate .container {
  padding: 3rem 6rem;
  box-sizing: border-box;
}
@media (max-width: 576px) {
  .loan-rate .container {
    padding: 2rem 1rem;
  }
}
.loan-rate .container .title {
  font-weight: bold;
  font-family: "Chivo", sans-serif;
  font-size: calc(1.02rem + 2.2628571429vw);
}
@media (min-width: 1400px) {
  .loan-rate .container .title {
    font-size: 3rem;
  }
}
.loan-rate .container .title {
  color: #333333;
}
@media (max-width: 576px) {
  .loan-rate .container .title {
    text-align: left;
  }
}
.loan-rate .container .title {
  line-height: 2rem;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.loan-rate .container p {
  font-family: "Chivo", sans-serif;
  color: #a3a3a3;
  font-weight: lighter;
  line-height: 1.2rem;
  margin-bottom: 1rem;
}
.loan-rate .container .button {
  background-color: #006150;
  color: #ffffff;
  width: 150px;
  height: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}
.loan-rate .container .button:hover {
  color: #fccb34;
}
.loan-rate .container .calculate {
  background-color: #006150;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  box-sizing: border-box;
}
.loan-rate .container .calculate .payday {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Chivo", sans-serif;
  margin-bottom: 2rem;
}
.loan-rate .container .calculate .items {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 10px;
}
.loan-rate .container .calculate .items span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
.loan-rate .container .calculate .period {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
.loan-rate .container .calculate .estimate {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 1px solid #03a391;
}
.loan-rate .container .calculate .estimate strong {
  font-size: 1.8rem;
}
.loan-rate .container .calculate .slider {
  background: #fccb34;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.loan-rate .container .calculate .slider::-webkit-slider-runnable-track {
  background: #fccb34;
  height: 0.5rem;
}
.loan-rate .container .calculate .slider::-moz-range-thumb {
  background: #fccb34;
  height: 0.5rem;
}
.loan-rate .container .calculate .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -12px;
  background-color: #ffffff;
  height: 2rem;
  width: 1rem;
}