/* Bootstrap imports */
.subtitle {
  color: #055293;
  font-size: 25px;
  font-weight: normal;
  line-height: 30px;
}
@media (min-width: 992px) {
  .subtitle {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .subtitle {
    font-size: 40px;
    line-height: 45px;
  }
}
.text {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .text {
    font-size: 20px;
    line-height: 26px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .text {
    font-size: 22px;
    line-height: 28px;
  }
}
.block-single {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .block-single {
    margin-top: 60px;
  }
}
.block-row {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .block-row {
    padding-bottom: 60px;
  }
}
.block-row::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  margin: 0 auto 30px;
  height: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .block-row::before {
    height: 10px;
    margin: 0 auto 60px;
    width: 40%;
  }
}
.links ul {
  display: flex;
  padding: 0;
}
.links ul li {
  display: inline-block;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .links ul li {
    width: calc(45% - 10px);
  }
}
.links ul li + li {
  margin-left: 15px;
}
.links ul li a {
  display: table-cell;
  width: 1%;
}
.links ul li.btn_green a {
  border: 1px solid #428524;
}
/***** Hero banner *****/
#hero {
  position: relative;
  overflow: hidden;
  background-color: #edeced;
}
@media (min-width: 768px) {
  #hero {
    background-color: transparent;
  }
}
#hero .banner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #hero .banner {
    height: 390px;
    top: 0;
  }
}
@media (min-width: 992px) {
  #hero .banner {
    height: 490px;
  }
}
@media (min-width: 1200px) {
  #hero .banner {
    height: 100%;
  }
}
#hero .banner .img-background {
  width: 100%;
  height: 200px;
  display: block;
  background-position-x: right;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #hero .banner .img-background {
    background-position-x: 75%;
    height: 390px;
  }
}
@media (min-width: 992px) {
  #hero .banner .img-background {
    background-position-x: 70%;
    height: 490px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .img-background {
    background-position-x: 75%;
    height: 590px;
  }
}
#hero .banner .caption {
  margin: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #hero .banner .caption {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65%;
  }
}
@media (min-width: 992px) {
  #hero .banner .caption {
    width: 50%;
  }
}
#hero .banner .caption h1,
#hero .banner .caption .text {
  color: #055293;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
  text-align: left;
}
@media (min-width: 992px) {
  #hero .banner .caption h1,
  #hero .banner .caption .text {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .caption h1,
  #hero .banner .caption .text {
    font-size: 22px;
    line-height: 32px;
  }
}
#hero .banner .caption h1 {
  margin: 15px 0;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 768px) {
  #hero .banner .caption h1 {
    margin: 0 0 15px;
  }
}
@media (min-width: 992px) {
  #hero .banner .caption h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  #hero .banner .caption h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
#hero .banner .caption h1 br {
  display: none;
}
@media (min-width: 768px) {
  #hero .banner .caption h1 br {
    display: block;
  }
}
#hero .banner .caption .text {
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #hero .banner .caption .text {
    padding: 0;
  }
}
#hero .banner .caption .text::before {
  background-color: #8cc63e;
  content: "";
  display: block;
  height: 5px;
  margin: 15px 0;
  width: 40%;
}
@media (min-width: 992px) {
  #hero .banner .caption .text::before {
    margin: 30px 0;
  }
}
#hero .banner .caption .btn_green {
  padding-bottom: 15px;
  text-align: left;
}
#white {
  background-color: #055293;
}
#white .subtitle {
  color: #ffffff;
}
#white .text {
  color: #ffffff;
}
#white .text ul {
  display: block;
}
#white .text ul li {
  display: inline-block;
  vertical-align: middle;
}
#white .text ul li.image {
  max-width: 130px;
}
@media (min-width: 992px) {
  #white .text ul li.image {
    max-width: 170px;
  }
}
#white ul {
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #white ul {
    display: flex;
    align-items: stretch;
    margin-top: 60px;
  }
}
#white ul .item {
  height: 100%;
  display: inline-flex;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  #white ul .item {
    margin-bottom: 0;
  }
}
#white ul .item .border {
  border: 2px solid #4095d1;
  padding: 15px;
}
#white ul .item .border .icon img {
  border: 1px solid #ffffff;
  margin: 0 auto;
}
#white ul .item .border .title {
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  margin: 30px 0;
  text-align: center;
}
#white ul .item .border .txt {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
#white ul .item .border .link {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  #white ul .item .border .link {
    margin-top: 30px;
  }
}
#white ul .item .border .link a {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
@media (min-width: 992px) {
  #white ul .item .border .link a {
    font-size: 20px;
    line-height: 24px;
  }
}
#fresh {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #fresh {
    background-color: #e2edf2;
  }
}
#fresh .banner {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  #fresh .banner {
    height: 100%;
  }
}
#fresh .banner .img-background {
  width: 100%;
  height: 200px;
  display: block;
  background-color: #e2edf2;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  opacity: 0.5;
  position: relative;
}
@media (min-width: 768px) {
  #fresh .banner .img-background {
    background-position-x: -20%;
    height: 660px;
  }
}
@media (min-width: 992px) {
  #fresh .banner .img-background {
    height: 760px;
  }
}
@media (min-width: 1200px) {
  #fresh .banner .img-background {
    background-position-x: left;
  }
}
#fresh .banner .caption {
  display: inline-block;
  margin: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  #fresh .banner .caption {
    display: unset;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#fresh .banner .caption .text {
  color: black;
}
#fresh .banner .caption .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#fresh .banner .caption .text ul li {
  display: inline-block;
  margin-top: 15px;
}
#fresh .banner .caption .text ul li strong {
  color: #1f559d;
}
#fresh .banner .caption .text ul li strong::before {
  color: #1f559d;
  content: url("../../../../../sites/default/files/svg/services/icon-check.svg");
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}
#fresh .banner .caption .text ul li p {
  display: inline-block;
  margin: 10px 0;
  text-align: justify;
}
#proof {
  background-color: #e6f1f5;
  padding: 30px 0;
}
@media (min-width: 768px) {
  #proof {
    padding: 60px 0;
  }
}
#proof .items {
  display: block;
  list-style: none;
  margin-top: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  #proof .items {
    margin-top: 60px;
  }
}
#proof .items .proof {
  background-color: #ffffff;
  border: 1px solid #565856;
  border-radius: 10px;
  display: block;
  margin: 15px 0;
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #proof .items .proof {
    padding: 5px;
  }
}
@media (min-width: 992px) {
  #proof .items .proof {
    margin: 0;
    padding: 15px;
  }
}
#proof .items .proof .img-background {
  width: 100%;
  max-width: 310px;
  height: 100px;
  display: block;
  background-position-x: left;
  background-position-y: top;
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #proof .items .proof .img-background {
    height: 90px;
  }
}
@media (min-width: 992px) {
  #proof .items .proof .img-background {
    height: 100px;
  }
}
#proof .items .proof .caption {
  position: absolute;
  left: 0;
  top: 45%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: left;
}
#proof .items .proof .caption .title {
  color: #5587ce;
  margin: 0;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  position: relative;
}
#proof .items .proof .caption .title .before {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  margin-left: 5px;
  position: absolute;
  top: 5px;
}
#proof .items .proof .caption .title .between {
  position: relative;
  margin-left: 20px;
}
#proof .items .proof .caption .title .after {
  bottom: 12px;
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  margin-left: 5px;
  position: absolute;
}
#proof .items .proof .caption .text {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 15px;
}

#proof .items .proof .caption p{
  text-align: initial;
}

@media (min-width: 768px) {
  #proof .items .proof .caption .text {
    padding: 0;
  }
}
#proof .items li:nth-child(3) .proof .caption .title .between {
  margin-left: 5%;
}
#disclaimer .text {
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
#disclaimer .text p {
  margin: 0 0 15px;
}
#learn {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #learn {
    margin-bottom: 60px;
  }
}
#learn .links {
  margin-top: 30px;
}
#learn .links ul li {
  width: calc(50% - 10px);
}


#learn .btn_green, .btn_white {
  margin: 0;
}

.fresh-container{
  text-align: justify !important;
}

.fresh-container .intro,
.fresh-container ul{
  text-align: center  !important;
}

.links ul li.btn_green a.anchor:visited,
.links ul li.btn_green a.anchor:hover,
.links ul li.btn_green a.anchor:active,
.links ul li.btn_green a.anchor:focus{
  text-decoration: none;
}