/* Filter Grayscale */
/* Clip path */
/* Transition */
/* Border radius */
/* CLEAR COTNENT */
.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.cl {
  clear: both;
}

/* IMAGES */
.img-full {
  width: 100%;
  display: block;
}

/* HR Lines*/
hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* DISPLAY */
.hide {
  display: none;
}

.show-lg,
.show-md,
.show-sm,
.show-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  .show-sm {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .show-xs {
    display: block;
  }
}
/* TEXT ALIGN */
.text-center {
  text-align: center;
}

/* TEXT TRANSFORM */
.text-upper {
  text-transform: uppercase;
}

/* BACKGROUND COLORS */
.bg-white {
  background-color: #fff;
}

.bg-green {
  background-color: #14a800;
}

.bg-black-02 {
  background-color: rgba(0, 0, 0, 0.02);
}

/* COLORS */
.color-black {
  color: #000;
}

.color-black-7 {
  color: rgba(0, 0, 0, 0.7);
}

.color-green {
  color: #14a800;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #db0000;
}

/* MARGINS */
.m-auto {
  margin: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-160 {
  margin-top: 160px;
}

@media screen and (max-width: 992px) {
  .mt-0-md {
    margin-top: 0;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mt-0-sm {
    margin-top: 0;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mt-0-xs {
    margin-top: 0;
  }
  .mt-10-xs {
    margin-top: 10px;
  }
  .mt-20-xs {
    margin-top: 20px;
  }
  .mt-40-xs {
    margin-top: 40px;
  }
  .mt-60-xs {
    margin-top: 60px;
  }
  .mt-80-xs {
    margin-top: 80px;
  }
}
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 992px) {
  .mb-0-md {
    margin-bottom: 0;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .mb-0-xs {
    margin-bottom: 0;
  }
  .mb-10-xs {
    margin-bottom: 10px;
  }
  .mb-20-xs {
    margin-bottom: 20px;
  }
  .mb-40-xs {
    margin-bottom: 40px;
  }
  .mb-60-xs {
    margin-bottom: 60px;
  }
  .mb-80-xs {
    margin-bottom: 80px;
  }
}
/* PADDINGS */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.padded20 {
  padding: 20px 0px;
}

.padded40 {
  padding: 40px 0px;
}

.padded60,
.padded80,
.padded100,
.padded120,
.padded140,
.padded160 {
  padding: 40px 0px;
}

@media screen and (min-width: 992px) {
  .padded60 {
    padding: 60px 0px;
  }
  .padded80 {
    padding: 80px 0px;
  }
  .padded100 {
    padding: 100px 0px;
  }
  .padded120 {
    padding: 120px 0px;
  }
  .padded140 {
    padding: 140px 0px;
  }
  .padded160 {
    padding: 160px 0px;
  }
}
@media screen and (min-width: 600px) {
  .pt-negative {
    padding-top: 160px;
  }
}

/* FONT WEIGHTS */
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "Roboto", serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}

body.no-scroll {
  overflow: hidden;
}
body.no-scroll .page-progress {
  display: none;
}

html {
  height: 100%;
}

section,
header,
footer {
  position: relative;
  outline: 0;
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #14a800;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #14a800;
}

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

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Roboto", serif;
  margin: 0;
  color: #000;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 20px;
  }
}

h1,
.h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
@media screen and (min-width: 1300px) {
  h1,
  .h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media screen and (min-width: 1600px) {
  h1,
  .h1 {
    font-size: 56px;
    line-height: 64px;
  }
}

h2,
.h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
  }
}
@media screen and (min-width: 1300px) {
  h2,
  .h2 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3,
.h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1300px) {
  h3,
  .h3 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 36px;
    line-height: 46px;
  }
}

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }
}

h5,
.h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

p {
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 767px) {
  p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  p {
    font-size: 20px;
    line-height: 34px;
  }
}
p a {
  color: #14a800;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  p a {
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 767px) {
  p a {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  p a {
    font-size: 20px;
    line-height: 34px;
  }
}

.small {
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 600px) {
  .small {
    font-size: 14px;
    line-height: 20px;
  }
}

.container {
  width: auto;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
  .container {
    width: 740px;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    width: 1270px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
@media screen and (min-width: 1200px) {
  .container.container-sm {
    width: 1170px;
    padding: 0px 120px;
  }
}
@media screen and (min-width: 1300px) {
  .container.container-sm {
    padding: 0px 160px;
  }
}
@media screen and (min-width: 1600px) {
  .container.container-sm {
    padding: 0px 80px;
  }
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 767px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.header {
  text-align: center;
}
.header-logo {
  width: 64px;
  display: inline-block;
}
@media screen and (min-width: 420px) {
  .header-logo {
    width: 128px;
  }
}
.header-logo img {
  margin: auto;
  display: block;
  width: 100%;
}

.footer {
  text-align: center;
  background-color: #fff;
  padding: 10px 60px;
}
.footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}
.footer p a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  color: #14a800;
}

::-webkit-input-placeholder {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 18px;
  }
}

::-moz-placeholder {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 767px) {
  ::-moz-placeholder {
    font-size: 18px;
  }
}

:-ms-input-placeholder {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 767px) {
  :-ms-input-placeholder {
    font-size: 18px;
  }
}

:-moz-placeholder {
  font-family: "Roboto", serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 767px) {
  :-moz-placeholder {
    font-size: 18px;
  }
}

.form-control {
  font-family: "Roboto", serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: #fff;
  padding: 8px 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 600px) {
  .form-control {
    padding: 10px 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (min-width: 767px) {
  .form-control {
    padding: 12px 16px;
    font-size: 18px;
  }
}
.form-control.form-control-success {
  border-color: #14a800;
}
@media screen and (min-width: 992px) {
  .form-control.form-control-lg {
    padding: 14px 18px;
    font-size: 22px;
    line-height: 32px;
  }
}
.form-control:hover, .form-control:focus {
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/* Remove X icon */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

select.form-control {
  background-image: url(../../assets/images/icons/icn-arrow-dropdown.svg);
  background-repeat: no-repeat;
  background-position: center right 14px;
  background-size: 12px 12px;
}

textarea.form-control {
  resize: vertical;
  min-height: 160px;
}
@media screen and (min-width: 600px) {
  textarea.form-control {
    min-height: 200px;
  }
}
@media screen and (min-width: 767px) {
  textarea.form-control {
    min-height: 240px;
  }
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .form-group {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1300px) {
  .form-group {
    margin-bottom: 30px;
  }
}
.form-group .form-label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .form-group .form-label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 767px) {
  .form-group-2 {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 10px;
  }
}
@media screen and (min-width: 992px) {
  .form-group-2 {
    gap: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .form-group-2 {
    gap: 25px;
  }
}
@media screen and (min-width: 767px) {
  .form-group-2 > * {
    flex-basis: 100%;
  }
}

.btn {
  font-family: "Roboto", serif;
  outline: 0;
  border: 0;
  text-align: center;
  font-weight: 700;
  padding: 8px 18px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  /*Primary*/
  /*White*/
  /*Arrow*/
  /*Small button */
  /*Block*/
}
@media screen and (min-width: 767px) {
  .btn {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 24px;
    font-weight: 800;
    letter-spacing: 2px;
  }
}
@media screen and (min-width: 1200px) {
  .btn {
    padding: 12px 30px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .btn {
    font-size: 22px;
    line-height: 32px;
    padding: 14px 36px;
  }
}
.btn span {
  position: relative;
  z-index: 2;
  text-align: center;
}
.btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 0;
  z-index: 0;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn:hover:after, .btn:focus:after {
  width: 100%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn.btn-primary {
  background-color: #14a800;
  color: #fff;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
  background-color: #000;
}
.btn.btn-white {
  background-color: #fff;
  color: #000;
}
.btn.btn-white:hover, .btn.btn-white:focus {
  color: #000;
}
.btn.btn-white:hover:after, .btn.btn-white:focus:after {
  background-color: rgba(0, 0, 0, 0.03);
}
.btn.btn-arrow span {
  padding-right: 40px;
}
.btn.btn-arrow span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background-image: url(../../assets/images/icons/icn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: block;
  width: 20px;
  height: 20px;
}
.btn.btn-sm {
  display: inline-block;
  padding: 6px 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: initial;
  letter-spacing: 1px;
}
.btn.btn-block {
  display: block;
  width: 100%;
}

/*Button link*/
.btn-link {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  color: #14a800;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .btn-link {
    font-size: 20px;
    line-height: 34px;
  }
}
.btn-link:hover, .btn-link:focus {
  color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/*Button link small */
.btn-link-sm {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
  display: inline-block;
  position: relative;
  color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.btn-link-sm:hover, .btn-link-sm:focus {
  color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.hero-content {
  position: relative;
  text-align: center;
  display: block;
  padding: 0px 0px 60px 0px;
}
.hero-content h1,
.hero-content h2,
.hero-content h3,
.hero-content h4,
.hero-content h5 {
  text-transform: uppercase;
}

.accordion {
  position: relative;
  display: block;
}
.accordion-item {
  position: relative;
  display: block;
  background-color: #fff;
  margin-bottom: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .accordion-item {
    margin-bottom: 10px;
  }
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item-title {
  cursor: pointer;
  padding: 10px 40px 10px 14px;
  position: relative;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .accordion-item-title {
    padding: 14px 60px 14px 20px;
  }
}
.accordion-item-title h1,
.accordion-item-title h2,
.accordion-item-title h3,
.accordion-item-title h4,
.accordion-item-title h5 {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 0px;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .accordion-item-title h1,
  .accordion-item-title h2,
  .accordion-item-title h3,
  .accordion-item-title h4,
  .accordion-item-title h5 {
    font-size: 22px;
    line-height: 30px;
  }
}
.accordion-item-title-arrow {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../../assets/images/icons/icn-arrow-accordion-black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  opacity: 0.3;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .accordion-item-title-arrow {
    top: 22px;
    right: 24px;
    width: 20px;
    height: 20px;
  }
}
.accordion-item-title:hover, .accordion-item-title:focus {
  text-decoration: none;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.accordion-item.accordion-item-current {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.accordion-item.accordion-item-current .accordion-item-title {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.accordion-item.accordion-item-current .accordion-item-title h1,
.accordion-item.accordion-item-current .accordion-item-title h2,
.accordion-item.accordion-item-current .accordion-item-title h3,
.accordion-item.accordion-item-current .accordion-item-title h4,
.accordion-item.accordion-item-current .accordion-item-title h5 {
  color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.accordion-item.accordion-item-current .accordion-item-title-arrow {
  opacity: 1;
  background-image: url(../../assets/images/icons/icn-arrow-accordion-green.svg);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.accordion-item .accordion-item-content {
  display: none;
  padding: 0px 14px 10px 14px;
}
@media screen and (min-width: 767px) {
  .accordion-item .accordion-item-content {
    padding: 0px 20px 14px 20px;
  }
}
.accordion-item .accordion-item-content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 600px) {
  .accordion-item .accordion-item-content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .accordion-item .accordion-item-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.accordion-item .accordion-item-content p a {
  font-size: 14px;
  line-height: 24px;
}
@media screen and (min-width: 600px) {
  .accordion-item .accordion-item-content p a {
    font-size: 16px;
  }
}
@media screen and (min-width: 767px) {
  .accordion-item .accordion-item-content p a {
    font-size: 18px;
    line-height: 30px;
  }
}

.list-circle {
  list-style: disc;
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 767px) {
  .list-circle {
    padding-left: 40px;
  }
}
.list-circle > li {
  font-family: "Roboto", serif;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .list-circle > li {
    font-size: 16px;
    line-height: 24px;
  }
}
.list-circle > li:last-child {
  margin-bottom: 0;
}

.process {
  position: relative;
}
@media screen and (min-width: 767px) {
  .process {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 992px) {
  .process {
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .process {
    gap: 60px;
  }
}
@media screen and (min-width: 1300px) {
  .process {
    gap: 80px;
  }
}
@media screen and (min-width: 767px) {
  .process .process-item {
    flex-basis: 100%;
  }
}

.process-item {
  position: relative;
  padding-top: 40px;
  text-align: center;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .process-item {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item {
    padding-top: 80px;
  }
}
@media screen and (min-width: 767px) {
  .process-item:after {
    content: "";
    position: absolute;
    right: -30px;
    top: 74px;
    display: block;
    width: 40px;
    border-top: 2px dashed #14a800;
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
  }
}
@media screen and (min-width: 992px) {
  .process-item:after {
    right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item:after {
    right: -80px;
    width: 100px;
    top: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .process-item:after {
    width: 120px;
    right: -100px;
  }
}
.process-item:last-child:after {
  content: none;
}
.process-item-no {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .process-item-no {
    font-size: 100px;
    line-height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item-no {
    font-size: 160px;
    line-height: 160px;
  }
}
.process-item-step-no {
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .process-item-step-no {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item-step-no {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 25px;
  }
}
.process-item h1,
.process-item h2,
.process-item h3,
.process-item h4,
.process-item h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .process-item h1,
  .process-item h2,
  .process-item h3,
  .process-item h4,
  .process-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item h1,
  .process-item h2,
  .process-item h3,
  .process-item h4,
  .process-item h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
.process-item p {
  margin-bottom: 0px;
}
@media screen and (min-width: 767px) {
  .process-item p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .process-item p {
    font-size: 18px;
    line-height: 30px;
  }
}
.process-item:hover, .process-item:focus {
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.process-item:hover .process-item-no, .process-item:focus .process-item-no {
  color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.process-item:hover .process-item-step-no, .process-item:focus .process-item-step-no {
  color: #14a800;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  display: none;
}

.checkbox {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkbox {
    gap: 15px;
  }
}
.checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.checkbox-mark {
  flex: 0 0 auto;
  white-space: nowrap;
  position: relative;
  width: 22px;
  height: 22px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkbox-mark {
    width: 26px;
    height: 26px;
  }
}
.checkbox-mark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  display: block;
  opacity: 0;
  background-color: rgba(20, 168, 0, 0.5);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkbox-mark:after {
    width: 18px;
    height: 18px;
  }
}
.checkbox-text {
  display: block;
  flex: 1;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkbox-text {
    font-size: 18px;
    line-height: 26px;
  }
}
.checkbox-text span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .checkbox-text span {
    font-size: 16px;
    line-height: 20px;
  }
}
.checkbox-text a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: underline;
  color: #14a800;
}
@media screen and (min-width: 767px) {
  .checkbox-text a {
    font-size: 18px;
    line-height: 26px;
  }
}
.checkbox input:checked + .checkbox-mark {
  border-color: #14a800;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.checkbox input:checked + .checkbox-mark:after {
  opacity: 1;
  background-color: rgba(20, 168, 0, 0.5);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.checkbox input:checked + .checkbox-mark + .checkbox-text {
  color: #14a800;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.checkbox input:checked + .checkbox-mark + .checkbox-text span {
  color: #14a800;
}
.checkbox:hover .checkbox-mark:after, .checkbox:focus .checkbox-mark:after {
  opacity: 0.1;
  background-color: #000;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.checkbox-inline {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  row-gap: 10px;
  column-gap: 30px;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .checkbox-inline {
    row-gap: 10px;
    column-gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .checkbox-inline {
    row-gap: 15px;
    column-gap: 60px;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: -120px;
  height: 48px;
  width: 48px;
  right: 20px;
  background-color: #000;
  background-image: url(../../assets/images/icons/icn-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  z-index: 20;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .scroll-to-top {
    height: 60px;
    width: 60px;
  }
}
.scroll-to-top.scroll-to-top-show {
  bottom: 20px;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal-box {
  width: auto;
  background-color: #fff;
  margin: 60px 15px 15px 15px;
  display: block;
  position: relative;
  padding: 10px 15px;
}
@media screen and (min-width: 767px) {
  .modal-box {
    width: 680px;
    margin: 60px auto;
    padding: 20px 25px;
  }
}
.modal-box-close {
  position: absolute;
  top: -50px;
  right: 0px;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 2;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .modal-box-close {
    top: -24px;
    right: -24px;
    width: 48px;
    height: 48px;
  }
}
.modal-box-close:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  opacity: 0.5;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.modal-box-close:hover, .modal-box-close:focus {
  border-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.modal-box-close:hover:after, .modal-box-close:focus:after {
  opacity: 1;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}
.modal-box-header {
  position: relative;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 767px) {
  .modal-box-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.modal-box-header h1,
.modal-box-header h2,
.modal-box-header h3,
.modal-box-header h4,
.modal-box-header h5 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 992px) {
  .modal-box-header h1,
  .modal-box-header h2,
  .modal-box-header h3,
  .modal-box-header h4,
  .modal-box-header h5 {
    font-size: 28px;
    line-height: 34px;
  }
}
.modal-box-body {
  position: relative;
  display: block;
}

.cookie-banner {
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 100;
  width: auto;
  display: none;
  background-color: #fff;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 600px) {
  .cookie-banner {
    width: 480px;
    left: 20px;
    bottom: 20px;
    right: initial;
  }
}
@media screen and (min-width: 767px) {
  .cookie-banner p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 10px;
  }
  .cookie-banner p a {
    font-size: 16px;
    line-height: 24px;
  }
}
.cookie-banner-buttons {
  position: relative;
  display: block;
}

.page-progress {
  position: fixed;
  top: 0px;
  left: 0;
  height: 4px;
  background-color: #14a800;
  min-width: 0px;
  z-index: 1001;
  -webkit-transition: all 300ms ease 0ms;
  -moz-transition: all 300ms ease 0ms;
  -o-transition: all 300ms ease 0ms;
  transition: all 300ms ease 0ms;
}

/*# sourceMappingURL=style.css.map */
