@font-face {
  font-family: "sourcesanspro-bold";
  src: url("../fonts/SourceSansPro-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "sourcesanspro-light";
  src: url("../fonts/SourceSansPro-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "sourcesanspro-regular";
  src: url("../fonts/SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "sourcesanspro-semibold";
  src: url("../fonts/SourceSansPro-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
    font-family: "inter-medium";
    src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "inter-regular";
    src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  background-color: transparent;
}
body .navigation {
  width: 100%;
  padding: 20px 0;
  -webkit-box-shadow: 0 1px 2px #cfd1d0;
  -moz-box-shadow: 0 3px 2px #cfd1d0;
  box-shadow: 0 1px 10px #cfd1d0;
}
body .navigation .logo img {
  width: 30%;
}
@media (max-width: 992px) {
  body .navigation .logo img {
    width: 50%;
  }
}
body .navigation .item {
  margin: auto;
}
body .navigation .item ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
body .navigation .item ul li {
  font-size: 14px;
  display: inline-block;
  font-family: "sourcesanspro-regular";
}
@media (min-width: 992px) and (max-width: 1200px) {
  body .navigation .item ul li {
    margin-left: 20px;
  }
}
body .navigation .item ul li a {
  color: #287DC9;
  text-decoration: none;
  transition: color 1s;
  cursor: pointer;
}
body .navigation .item ul li a.green {
  color: #629F25;
}
body .mobile-navigation {
  width: 100%;
  -webkit-box-shadow: 0 1px 2px #cfd1d0;
  -moz-box-shadow: 0 3px 2px #cfd1d0;
  box-shadow: 0 1px 10px #cfd1d0;
}
body .mobile-navigation .logo {
  padding: 10px 20px;
}
body .mobile-navigation .logo img {
  width: 40%;
  stroke: #fff;
}
body .mobile-navigation button {
  border: none;
}
body .mobile-navigation button:focus {
  box-shadow: none;
}
body .mobile-navigation .item ul {
  padding: 10px 20px;
}
body .mobile-navigation .item ul li {
  margin-bottom: 20px;
}
body .mobile-navigation .item ul li:last-child {
  margin-bottom: 0;
}
body .mobile-navigation .item ul li a {
  font-size: 16px;
  color: #287DC9;
  text-decoration: none;
  font-family: "sourcesanspro-regular";
}
body .mobile-navigation .item ul li a.green {
  color: #629F25;
}
body .intro {
  margin-top: 5px;
  padding: 60px 0;
  background: #F7F7F7;
}
body .intro .head h2 {
  font-size: 34px;
  font-family: "sourcesanspro-bold";
  color: #287DC9;
}
body .intro .head h3 {
  font-size: 21px;
  font-family: "sourcesanspro-regular";
  color: #629F25;
}
body .intro .search {
  margin-top: 40px;
}
@media (max-width: 768px) {
  body .intro .search {
    margin-top: 20px;
  }
}
body .intro .search .search-field:before {
  background: url(../img/search.png) no-repeat;
  display: inline-block;
  width: 50%;
  height: 50%;
  content: "";
  position: absolute;
  left: -60px;
  top: -20px;
  background-size: 80px;
}
body .intro .question {
  margin-top: 50px;
}
@media (max-width: 768px) {
  body .intro .question {
    margin-top: 25px;
  }
}
body .intro .question h2 {
  font-size: 25px;
  font-family: "sourcesanspro-regular";
  color: #287DC9;
}
body .intro .question .content {
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  body .intro .question .content {
    margin-top: 10px;
  }
}
body .intro .question .content .filter {
  text-decoration: none;
}
body .intro .question .content .filter.disabled {
  filter: grayscale(1);
}
body .intro .question .content img {
  border-radius: 10px;
}

body .intro .question .content .bottom-right {
  position: absolute;
  bottom: 15px;
  right: 30px;
}
@media (max-width: 768px) {
  body .intro .question .content .bottom-right {
    bottom: 0;
  }
}
body .intro .question .content .bottom-right h3 {
  font-size: 27px;
  color: #fff;
  font-family: "sourcesanspro-semibold";
  text-align: right;
}
@media (max-width: 768px) {
  body .intro .question .content .bottom-right h3 {
    font-size: 18px;
    padding: 8px;
    text-align: center;
  }
}
body .intro .question .content .bottom-right h3 a {
  color: #fff;
  text-decoration: none;
}
body .intro .question .top {
  margin-top: 20px;
}
@media (max-width: 768px) {
  body .intro .question .top {
    margin-top: 0;
  }
}
body .intro .question .bottom {
  margin-top: 30px;
}
@media (max-width: 768px) {
  body .intro .question .bottom {
    margin-top: 0;
  }
}
body .questions {
  margin: 60px 0;
}
body .questions h2 {
  font-size: 34px;
  font-family: "sourcesanspro-bold";
  color: #287DC9;
}
body .questions .accordion {
  margin-top: 20px;
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-active-bg: none;
}
body .questions .accordion .accordion-item {
  border-bottom: 3px solid #F7F7F7;
}
body .questions .accordion .accordion-item .accordion-button {
  font-size: 25px;
  font-family: "sourcesanspro-regular";
  color: #629F25;
  --bs-accordion-active-bg: none;
  --bs-accordion-active-color: none;
  padding-left: 0;
}
@media (max-width: 768px) {
  body .questions .accordion .accordion-item .accordion-button {
    font-size: 18px;
  }
}
body .questions .accordion .accordion-item .accordion-button:focus {
  box-shadow: none;
}
body .questions .accordion .accordion-item .accordion-button.collapsed {
  color: #6E6E6E;
}
body .questions .accordion .accordion-item .accordion-button.collapsed:after {
  content: url("../img/plus.svg");
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: none;
  transform: none;
  transition: none;
  left: 0;
  margin-left: 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body .questions .accordion .accordion-item .accordion-button.collapsed:after {
    margin-bottom: 12px;
  }
}
body .questions .accordion .accordion-item .accordion-button:after {
  content: url("../img/minus.svg");
  display: inline-block;
  width: 20px;
  height: 12px;
  background-image: none;
  transform: none;
  transition: none;
  margin-left: 15px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body .questions .accordion .accordion-item .accordion-button:after {
    margin-bottom: 12px;
  }
}
body .questions .accordion .accordion-item .accordion-body {
  padding-left: 0;
}
body .questions .accordion .accordion-item .accordion-body p {
  font-size: 21px;
  font-family: "sourcesanspro-light";
  color: #6E6E6E;
}
@media (max-width: 768px) {
  body .questions .accordion .accordion-item .accordion-body p {
    font-size: 16px;
  }
}
body .questions .accordion .accordion-item .accordion-body p a {
  color: #6E6E6E;
}
body .questions .accordion .accordion-item .accordion-body li {
  font-size: 21px;
  font-family: "sourcesanspro-light";
  color: #6E6E6E;
}
@media (max-width: 768px) {
  body .questions .accordion .accordion-item .accordion-body li {
    font-size: 16px;
  }
}
body .questions .accordion .accordion-item .accordion-body .thumbs {
  margin: auto;
  text-align: right;
}
body .questions .accordion .accordion-item .accordion-body .thumbs img {
  width: 13%;
  margin-left: 10px;
}
@media (max-width: 768px) {
  body .questions .accordion .accordion-item .accordion-body .thumbs img {
    width: 5%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .questions .accordion .accordion-item .accordion-body .thumbs img {
    width: 5%;
  }
}
body .why-modal .modal-content {
  border: none;
  border-radius: 0;
  padding-bottom: 20px;
}
body .why-modal .modal-content .modal-header {
  border: none;
}
body .why-modal .modal-content .modal-body {
  padding: 0 240px;
  text-align: center;
}
@media (max-width: 992px) {
  body .why-modal .modal-content .modal-body {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body .why-modal .modal-content .modal-body {
    padding: 60px;
  }
}
body .why-modal .modal-content .modal-body h2 {
  margin-top: 25px;
  font-size: 35px;
  font-family: "sourcesanspro-regular";
  color: #043266;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body .why-modal .modal-content .modal-body h2 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .why-modal .modal-content .modal-body h2 {
    font-size: 25px;
  }
}
body .why-modal .modal-content .modal-body .form-group .form-control {
  border-radius: 0;
  border: 1px solid #C4C4C4;
}
body .why-modal .modal-content .modal-body .form-group .form-control::placeholder {
  font-size: 20px;
  font-family: "sourcesanspro-light";
  color: #6E6E6E;
}
@media (max-width: 768px) {
  body .why-modal .modal-content .modal-body .form-group .form-control::placeholder {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .why-modal .modal-content .modal-body .form-group .form-control::placeholder {
    font-size: 18px;
  }
}
body .why-modal .modal-content .modal-body .form-group .form-control:focus {
  box-shadow: none;
  border: 1px solid #C4C4C4;
}
body .why-modal .modal-content .modal-body button {
  margin-top: 25px;
  border-radius: 0;
  border: none;
  background-color: #629F25;
  font-size: 25px;
  font-family: "sourcesanspro-light";
  padding: 10px 35px;
}
@media (max-width: 768px) {
  body .why-modal .modal-content .modal-body button {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .why-modal .modal-content .modal-body button {
    font-size: 18px;
  }
}
body .video {
  margin: 20px 0 60px 0;
}
body .contact .container {
  background: #F7F7F7;
  padding: 30px;
}
body .contact .container .person img {
  width: 8%;
  display: inline-block;
  border-radius: 100%;
}
@media (max-width: 768px) {
  body .contact .container .person img {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .contact .container .person img {
    width: 15%;
  }
}
body .contact .container .person h2 {
  vertical-align: middle;
  display: inline-block;
  font-size: 26px;
  font-family: "sourcesanspro-semibold";
  color: #6E6E6E;
    margin-left: 15px;
}
body .contact .container .person h2 a {
    vertical-align: middle;
    display: inline-block;
    font-size: 21px;
    font-family: "sourcesanspro-regular";
    color: #6E6E6E;
    text-decoration: none;
}
body .contact .container .person h2 span {
    font-size: 21px;
    font-family: "sourcesanspro-regular";
}
body .contact .container .question {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 992px) {
  body .contact .container .question {
    margin-top: 35px;
  }
}
body .contact .container .question h3 {
  font-size: 20px;
  font-family: "sourcesanspro-semibold";
  color: #6E6E6E;
  margin-bottom: 0;
    margin-left: 15px;
}
@media (max-width: 768px) {
  body .contact .container .question h3 {
    font-size: 20px;
  }
}
body .contact .container .question p {
  font-size: 21px;
  font-family: "sourcesanspro-light";
  color: #6E6E6E;
}
@media (max-width: 768px) {
  body .contact .container .question p {
    font-size: 16px;
  }
}
body .contact .container .button {
  margin: auto 0;
}
@media (max-width: 768px) {
  body .contact .container .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  body .contact .container .button {
    margin-top: 20px;
  }
}
body .contact .container .button a {
  font-family: "sourcesanspro-regular";
  font-size: 21px;
  padding: 12px 28px;
  background-color: #00AB97;
  color: white;
  text-decoration: none;
}
@media (max-width: 768px) {
  body .contact .container .button a {
    font-size: 16px;
  }
}
body footer {
  margin-top: 50px;
}
body footer .blue {
  padding: 40px;
  background: #004a99;
}
body footer .blue ul {
  padding: 0;
  list-style: none;
}
body footer .blue ul li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-family: "sourcesanspro-regular";
}
body footer .blue ul li strong {
  font-family: "sourcesanspro-bold";
}
body footer .blue ul li a {
  color: #fff;
}
@media (max-width: 992px) {
  body footer .blue .left {
    margin-bottom: 40px;
    text-align: center;
  }
}
body footer .blue .left img {
  width: 60%;
}
body footer .blue .right {
  text-align: right;
}
@media (max-width: 992px) {
  body footer .blue .right {
    text-align: left;
  }
}
body footer .blue .middle {
  text-align: center;
}
@media (max-width: 992px) {
  body footer .blue .middle {
    text-align: left;
  }
}
body footer .gray {
  padding: 40px;
  background: #F7F7F7;
}
body footer .gray ul {
  padding: 0;
  list-style: none;
}
body footer .gray ul li {
  list-style: none;
  color: #043266;
  font-size: 16px;
  font-family: "sourcesanspro-regular";
}
body footer .gray ul li strong {
  font-family: "sourcesanspro-bold";
}
body footer .gray ul li a {
  color: #043266;
}
body footer .gray .right {
  text-align: right;
}
@media (max-width: 992px) {
  body footer .gray .right {
    text-align: left;
  }
}
body footer .gray .middle {
  text-align: center;
}
@media (max-width: 992px) {
  body footer .gray .middle {
    text-align: left;
  }
}

.modal.newsletter .modal-header {
    display: inline;
    border: none;
}
.modal.newsletter .modal-header h2 {
    color: #287DC9;
    font-size: 26px;
    text-align: center;
    font-family: "sourcesanspro-semibold";
}
.modal.newsletter .modal-header h3 {
    color: #287DC9;
    font-size: 16px;
    text-align: center;
    font-family: "sourcesanspro-regular";
}
.modal.newsletter .modal-header .btn-close {
    line-height: 0.75;
    position: absolute;
    right: 60px;
    top: 20px;
}
.modal.newsletter .modal-body .image {
    text-align: right;
}
.modal.newsletter .modal-body .text {
    padding-right: 65px;
}
.modal.newsletter .modal-body .image img {
    width: 60%;
}
.modal.newsletter .modal-body p {
    color: #287DC9;
    font-size: 16px;
    font-family: "sourcesanspro-regular";
}
.modal.newsletter .modal-body p.strong {
    color: #287DC9;
    font-size: 16px;
    font-family: "sourcesanspro-semibold";
}
.modal.newsletter .modal-body a {
    margin-right: 20px;
}
.modal.newsletter .modal-body a img{
    width: 10%;
}
.modal.newsletter .modal-footer  {
    border: none;
    display: inline;
}
.modal.newsletter .modal-footer button {
    background-color: #B7B7B7;
    font-size: 16px;
    border: none;
    padding: 15px 30px;
    font-family: "sourcesanspro-regular";
    color: #ffffff;
}
@media (max-width: 768px) {
    .modal.newsletter .modal-body .image img {
        width: 40%;
    }
    .modal.newsletter .modal-body .image {
        text-align: center;
    }
    .modal.newsletter .modal-body .text {
        padding-right: 20px;
    }
    .modal.newsletter .modal-header .btn-close {
        position: relative;
    }
}

body .intro .question .headline {
    display: inline-block;
}

body .intro .question .resetlink {
    display: inline-block;
    float: right;
}
body .intro .question .resetlink a {
    font-family: "sourcesanspro-regular";
    font-size: 16px;
    padding: 10px 20px;
    background-color: #00AB97;
    color: white;
    text-decoration: none;
}
@media (max-width: 768px){
    body .intro .question .resetlink  a{
        font-size: 16px;
        text-align: center;
        border-radius: 0;
    }
}


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