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

.session-icon {
  width: 30px;
}

.session-head-wrapper {
  display: inline-block;
}
.session-head-wrapper .session-head-bottom {
  margin: calc(0.82rem + 0.2057142857vw) 0;
}
@media (min-width: 1400px) {
  .session-head-wrapper .session-head-bottom {
    margin: 1rem 0;
  }
}
.session-head-wrapper .session-head-bottom {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 27px;
  color: #006150;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  z-index: 1;
  text-transform: uppercase;
}
.session-head-wrapper .session-head-bottom::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 10px;
  width: 100%;
  background: linear-gradient(to right, #6CE3CF, #d7f2e8, transparent);
  transition: all 0.3s ease;
  border-radius: 2px;
  z-index: -1;
}

.session-head-title {
  font-size: 43px;
  line-height: 57px;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
}
@media (max-width: 992px) {
  .session-head-title {
    font-size: 37px;
    line-height: 48px;
  }
}
@media (max-width: 576px) {
  .session-head-title {
    font-size: 28px;
    line-height: 36px;
  }
}

.session-head-text {
  font-size: 18px;
  line-height: 32px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #53514B;
}
@media (max-width: 576px) {
  .session-head-text {
    font-size: 16px;
    line-height: 24px;
  }
}

.triangle {
  border-left: 50px solid transparent;
  border-bottom: 50px solid #fccb34;
  width: 0;
  height: 0;
}

.session {
  padding: 0;
}
@media (max-width: 1200px) {
  .session {
    padding: 0 calc(0.82rem + 0.2057142857vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session {
    padding: 0 1rem;
  }
}

.session1 {
  position: relative;
}
@media (max-width: 992px) {
  .session1 {
    padding-bottom: 2rem;
  }
}
.session1 .session1-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.session1::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FAF9F3;
  opacity: 0.8;
  pointer-events: none;
  z-index: 0;
}
.session1 .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: calc(1.62rem + 8.4342857143vw) 0;
}
@media (min-width: 1400px) {
  .session1 .content {
    padding: 9rem 0;
  }
}
@media (max-width: 992px) {
  .session1 .content {
    padding: calc(0.92rem + 1.2342857143vw) 0;
  }
}
@media (max-width: 992px) and (min-width: 1400px) {
  .session1 .content {
    padding: 2rem 0;
  }
}
.session1 .content {
  justify-content: space-between;
}
.session1 .content .session-head-title {
  font-size: 70px;
  line-height: 84px;
  margin: 0.5rem 0 calc(0.82rem + 0.2057142857vw) 0;
}
@media (min-width: 1400px) {
  .session1 .content .session-head-title {
    margin: 0.5rem 0 1rem 0;
  }
}
@media (max-width: 992px) {
  .session1 .content .session-head-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 576px) {
  .session1 .content .session-head-title {
    font-size: 38px;
    line-height: 45px;
  }
}
.session1 .content .session-head-text {
  font-size: 20px;
  line-height: 36px;
}
.session1 .content .session-button {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #006150;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.session1 .content .session-button:hover {
  background-color: #fccb34;
  color: #333333;
}
.session1 .content .session-button {
  letter-spacing: 0.5px;
  margin-top: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .session1 .content .session-button {
    margin-top: 2rem;
  }
}
.session1 .image-container {
  position: relative;
  z-index: 1;
  height: 90%;
  background: linear-gradient(180deg, #fccb34 75%, rgba(0, 0, 0, 0) 0%);
  overflow: hidden;
}
@media (max-width: 992px) {
  .session1 .image-container {
    height: 100%;
    min-height: 430px;
  }
}
@media (max-width: 576px) {
  .session1 .image-container {
    min-height: 330px;
  }
}
.session1 .image-container .top-right-icon {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
}
.session1 .image-container .center-img {
  width: 80%;
  height: 100%;
  position: absolute;
  left: 10%;
  top: 2%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}
@media (max-width: 992px) {
  .session1 .image-container .center-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 576px) {
  .session1 .image-container .center-img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    width: 90%;
    left: 5%;
  }
}
.session1 .image-container .lottie-animation {
  width: 120px;
  position: absolute;
  right: 0;
  top: 25%;
}

.session2 {
  padding: 3rem;
}
@media (max-width: 992px) {
  .session2 {
    padding: 1rem;
  }
}
.session2 .calculate {
  background-color: #006150;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
@media (max-width: 576px) {
  .session2 .calculate {
    padding: 2rem 2rem 1rem;
  }
}
.session2 .calculate {
  box-sizing: border-box;
  border-radius: 6px;
}
.session2 .calculate .payday {
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Chivo", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 576px) {
  .session2 .calculate .payday {
    font-size: 18px;
  }
}
.session2 .calculate .select-amount {
  color: #ffffff;
  font-family: "Chivo", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 576px) {
  .session2 .calculate .select-amount {
    font-size: 14px;
  }
}
.session2 .calculate .items {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  margin-bottom: 10px;
}
.session2 .calculate .items span {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.5px;
}
@media (max-width: 576px) {
  .session2 .calculate .items span {
    font-size: 1rem;
  }
}
.session2 .calculate .period {
  color: #ffffff;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: 1px;
}
@media (max-width: 576px) {
  .session2 .calculate .period {
    font-size: 1rem;
    margin: calc(0.82rem + 0.2057142857vw) 0;
  }
}
@media (max-width: 576px) and (min-width: 1400px) {
  .session2 .calculate .period {
    margin: 1rem 0;
  }
}
.session2 .calculate .estimate {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  padding: 10px 0;
  border-bottom: 1px solid #03a391;
}
.session2 .calculate .estimate strong {
  font-size: 1.8rem;
}
@media (max-width: 576px) {
  .session2 .calculate .estimate strong {
    font-size: 1rem;
  }
}
.session2 .calculate .button {
  display: inline-block;
  background-color: #fccb34;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.session2 .calculate .button:hover {
  background-color: #fccb34;
  color: #333333;
}
.session2 .calculate .button {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.5px;
  margin: auto;
  margin-top: 2rem;
}
@media (max-width: 576px) {
  .session2 .calculate .button {
    margin-top: 0;
  }
}
.session2 .calculate .button a {
  color: #ffffff;
}
.session2 .calculate .slider {
  background: #fccb34;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.session2 .calculate .slider::-webkit-slider-runnable-track {
  background: #fccb34;
  height: 0.5rem;
}
.session2 .calculate .slider::-moz-range-thumb {
  background: #fccb34;
  height: 0.5rem;
}
.session2 .calculate .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -12px;
  background-color: #ffffff;
  height: 2rem;
  width: 1rem;
}
.session2 .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding: calc(1.02rem + 2.2628571429vw) 0;
}
@media (min-width: 1400px) {
  .session2 .content {
    padding: 3rem 0;
  }
}
@media (max-width: 992px) {
  .session2 .content {
    padding: calc(0.92rem + 1.2342857143vw) 0;
  }
}
@media (max-width: 992px) and (min-width: 1400px) {
  .session2 .content {
    padding: 2rem 0;
  }
}
.session2 .content {
  justify-content: space-between;
}
.session2 .content .grid {
  gap: 0;
}
.session2 .content .grid .benefits-list {
  display: flex;
  align-items: center;
}
.session2 .content .grid .benefit-icon {
  width: 18px;
}
.session2 .content .grid .benefit-icon svg {
  fill: #fccb34;
}
.session2 .content .grid .benefit-text {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 32px;
  color: #006150;
  margin-left: 0.5rem;
}

.session3 {
  position: relative;
  background-color: #FAF9F3;
  padding: calc(0.92rem + 1.2342857143vw) 0;
}
@media (min-width: 1400px) {
  .session3 {
    padding: 2rem 0;
  }
}
@media (max-width: 1200px) {
  .session3 {
    padding: calc(0.92rem + 1.2342857143vw) calc(0.82rem + 0.2057142857vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session3 {
    padding: 2rem 1rem;
  }
}
.session3 .content {
  display: flex;
  flex-direction: column;
  padding: calc(0.82rem + 0.2057142857vw) 0;
}
@media (min-width: 1400px) {
  .session3 .content {
    padding: 1rem 0;
  }
}
.session3 .content .session-button {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #006150;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.session3 .content .session-button:hover {
  background-color: #fccb34;
  color: #333333;
}
.session3 .content .session-button {
  letter-spacing: 0.5px;
  margin-top: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .session3 .content .session-button {
    margin-top: 2rem;
  }
}
.session3 .session-box {
  display: flex;
  border-radius: 6px;
  background-color: #fccb34;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(0.92rem + 1.2342857143vw);
}
@media (min-width: 1400px) {
  .session3 .session-box {
    padding: 2rem;
  }
}
.session3 .session-box {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 250px;
}
.session3 .session-box .session-box-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.session3 .session-box .session-icon {
  width: 50px;
}
.session3 .session-box .session-box-title {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  text-align: center;
  margin: calc(0.82rem + 0.2057142857vw) 0;
}
@media (min-width: 1400px) {
  .session3 .session-box .session-box-title {
    margin: 1rem 0;
  }
}
.session3 .session-box .session-box-text {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
.session3 .session-big-image-wrapper {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 992px) {
  .session3 .session-big-image-wrapper {
    aspect-ratio: 2/1;
  }
}
.session3 .session-big-image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.session3 .session-big-image-wrapper .triangle {
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(180deg);
}
.session3 .part2 {
  margin-top: 3rem;
}

.session4 {
  padding: calc(0.92rem + 1.2342857143vw) 0;
}
@media (min-width: 1400px) {
  .session4 {
    padding: 2rem 0;
  }
}
@media (max-width: 1200px) {
  .session4 {
    padding: calc(0.92rem + 1.2342857143vw) calc(0.82rem + 0.2057142857vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session4 {
    padding: 2rem 1rem;
  }
}
.session4 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.session4 .content .session-head-title {
  text-align: center;
}
.session4 .content .session-head-text {
  text-align: center;
}
.session4 .session-box-outline {
  border: 1px solid #FAF9F3;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.session4 .session-box-outline .session-box-outline-img {
  aspect-ratio: 1/1;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
@media (max-width: 992px) {
  .session4 .session-box-outline .session-box-outline-img {
    aspect-ratio: 3/2;
  }
}
@media (max-width: 576px) {
  .session4 .session-box-outline .session-box-outline-img {
    aspect-ratio: 2/1;
  }
}
.session4 .session-box-outline .session-box-outline-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.session4 .session-box-outline .session-box-outline-icon {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  border: 5px solid #f6f6f5;
  padding: 5px;
  background-color: #006150;
  margin-top: -40px;
}
.session4 .session-box-outline .session-box-outline-icon img {
  width: 100%;
  height: 100%;
}
.session4 .session-box-outline .session-box-outline-title {
  font-size: 21px;
  line-height: 33px;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  padding: 2rem;
  color: #006150;
}
.session4 .session-box-outline .session-box-outline-text {
  font-size: 16px;
  line-height: 28px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 0 2rem 3rem 2rem;
}

.session5 {
  background-color: #FAF9F3;
  padding: calc(0.92rem + 1.2342857143vw) 0;
}
@media (min-width: 1400px) {
  .session5 {
    padding: 2rem 0;
  }
}
@media (max-width: 1200px) {
  .session5 {
    padding: calc(0.92rem + 1.2342857143vw) calc(0.82rem + 0.2057142857vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session5 {
    padding: 2rem 1rem;
  }
}
.session5 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.session5 .content .session-head-title {
  text-align: center;
}
.session5 .content .session-head-text {
  text-align: center;
}
.session5 .session-box-words {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  border-radius: 6px;
  border-left: 5px solid #006150;
  background-color: #ffffff;
  transition: transform 0.5s ease;
}
.session5 .session-box-words:hover {
  transform: translateX(10px);
  background-color: #fccb34;
}
.session5 .session-box-words .session-box-words-title {
  font-size: 18px;
  line-height: 30px;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #333333;
  margin-bottom: 1rem;
}
.session5 .session-box-words .session-box-words-text {
  font-size: 16px;
  line-height: 28px;
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #53514B;
}

.session6 {
  padding: calc(1.02rem + 2.2628571429vw) 0;
}
@media (min-width: 1400px) {
  .session6 {
    padding: 3rem 0;
  }
}
@media (max-width: 1200px) {
  .session6 {
    padding: calc(0.92rem + 1.2342857143vw) calc(0.82rem + 0.2057142857vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session6 {
    padding: 2rem 1rem;
  }
}
.session6 .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.session6 .content .session-icon {
  margin-bottom: 2rem;
}
.session6 .content .session-head-text {
  margin-bottom: 2rem;
}
.session6 .content .session-button {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #006150;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.session6 .content .session-button:hover {
  background-color: #fccb34;
  color: #333333;
}
.session6 .content .session-button {
  letter-spacing: 0.5px;
}
.session6 .content .contact-list {
  display: flex;
  align-items: center;
}
.session6 .content .contact-list .contact-phone-wrapper {
  display: flex;
  align-items: center;
  justify-items: center;
  width: 30px;
  height: 30px;
  padding: 10px;
  background-color: #fccb34;
  border-radius: 6px;
  margin-right: 1rem;
}
.session6 .content .contact-list .contact-phone-wrapper svg {
  fill: #006150;
}
.session6 .content .contact-list .contact-phone-number {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  color: #333333;
}
.session6 .content .contact-list .contact-phone-number:hover {
  color: #006150;
}
.session6 .content .session6-background {
  position: absolute;
  inset: 0;
  left: -20%;
}
@media (max-width: 576px) {
  .session6 .content .session6-background {
    left: -50%;
  }
}
.session6 .content .session6-background {
  background-color: #FAF9F3;
  border-radius: 50%;
  height: 100%;
  aspect-ratio: 1/1;
  z-index: -1;
}
.session6 .session-img-cross-box {
  position: relative;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .session6 .session-img-cross-box {
    min-height: 320px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .session6 .session-img-cross-box {
    min-height: 260px;
  }
}
.session6 .session-img-cross-box .session-img-cross-box-right-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  z-index: 1;
  border-top-right-radius: 6px;
}
.session6 .session-img-cross-box .session-img-cross-box-center {
  position: absolute;
  top: 0;
  right: 0;
  width: 85%;
  z-index: -1;
  border-radius: 6px;
}
.session6 .session-img-cross-box .session-img-cross-box-left-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  height: 65%;
  z-index: 1;
  border-radius: 6px;
  border: 10px solid #ffffff;
}
.session6 .session-img-cross-box .session-img-cross-box-left-bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-bottom-left-radius: 6px;
}

.session7 {
  background-color: #FAF9F3;
  padding: calc(1.02rem + 2.2628571429vw) 0;
}
@media (min-width: 1400px) {
  .session7 {
    padding: 3rem 0;
  }
}
@media (max-width: 1200px) {
  .session7 {
    padding: calc(0.92rem + 1.2342857143vw) calc(0.82rem + 0.2057142857vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session7 {
    padding: 2rem 1rem;
  }
}
.session7 .session-card {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  height: 100%;
}
@media (max-width: 576px) {
  .session7 .session-card {
    max-height: 300px;
  }
}
.session7 .session-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.session7 .session-card .session-background-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 60%, transparent 100%);
  padding: 200px 30px 40px;
}
.session7 .session-card .session-background-box-title {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.session7 .session-card .bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.session7 .session-card .top-right {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(-90deg);
}
.session7 .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.session7 .content .session-icon {
  margin-bottom: 2rem;
}
.session7 .content .session-head-text {
  margin-bottom: 2rem;
}
.session7 .content .session-button {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #006150;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.session7 .content .session-button:hover {
  background-color: #fccb34;
  color: #333333;
}
.session7 .content .session-button {
  letter-spacing: 0.5px;
}

.session8 {
  padding: calc(1.12rem + 3.2914285714vw) 0 calc(1.22rem + 4.32vw);
}
@media (min-width: 1400px) {
  .session8 {
    padding: 4rem 0 5rem;
  }
}
@media (max-width: 1200px) {
  .session8 {
    padding: calc(1.02rem + 2.2628571429vw) calc(0.82rem + 0.2057142857vw) calc(1.22rem + 4.32vw);
  }
}
@media (max-width: 1200px) and (min-width: 1400px) {
  .session8 {
    padding: 3rem 1rem 5rem;
  }
}
.session8 .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.session8 .content .session-head-text {
  margin-bottom: 2rem;
}
.session8 .content .head-text-2 {
  font-size: 20px;
}
.session8 .content .session-button {
  display: inline-block;
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #006150;
  color: #ffffff;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.session8 .content .session-button:hover {
  background-color: #fccb34;
  color: #333333;
}
.session8 .content .session-button {
  letter-spacing: 0.5px;
}
.session8 .no-gap {
  gap: 0;
  margin-bottom: 2rem;
}
.session8 .session-step-box {
  border-radius: 6px;
  background-color: #FAF9F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem 3rem;
  position: relative;
  height: 280px;
  transition: background-color 0.3s ease;
}
.session8 .session-step-box:hover {
  background-color: #fccb34;
}
.session8 .session-step-box::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 0;
  transform: translateX(-50%);
  width: 50px;
  height: 10px;
  background-color: #006150;
  z-index: -1;
}
.session8 .session-step-box::after {
  content: "";
  position: absolute;
  top: 60%;
  right: -10%;
  transform: translateX(-50%);
  width: 50px;
  height: 10px;
  background-color: #006150;
  z-index: -1;
}
.session8 .session-step-box .session-step-number {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 43px;
  line-height: 57px;
  color: #006150;
}
.session8 .session-step-box .session-step-title {
  font-family: "Chivo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 36px;
  color: #333333;
  margin-bottom: 1rem;
}
.session8 .session-step-box .session-step-text {
  font-family: "Chivo", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 1rem;
}
.session8 .session-step-box .session-icon {
  width: 40px;
}