section#Slider {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
section#Slider .slick-track .slick-slide {
  max-width: 100%;
}
section#Slider .static-header-image img {
  width: 100%;
}
section#Slider .image-static-articles-container {
  overflow: hidden;
}
section#Slider .image-static-articles-container .row {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
}
section#Slider .slider-container {
  position: relative;
}
section#Slider .slider-container.images a {
  pointer-events: none;
}
section#Slider .slider-container img {
  width: 100%;
}
section#Slider .slider-container.images-articles .item {
  padding-bottom: 100px;
}
section#Slider .slider-container.images-articles .item p {
  height: 95px;
}
section#Slider .slider-container.image-static-articles {
  height: 550px;
}
section#Slider .slider-container .slick-arrow {
  position: absolute;
  font-size: 0;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  z-index: 999;
  background: none;
  top: 50%;
}
section#Slider .slider-container .slick-arrow.slick-prev {
  left: 35px;
  transform: rotate(45deg);
}
section#Slider .slider-container .slick-arrow.slick-next {
  right: 35px;
  transform: rotate(-135deg);
}
section#Slider .slider-container .slick-dots {
  list-style: none;
  position: absolute;
  bottom: 4.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1000px) {
  section#Slider .slider-container .slick-dots {
    display: none !important;
  }
}
section#Slider .slider-container .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
section#Slider .slider-container .slick-dots li.slick-active button {
  opacity: 1;
}
section#Slider .slider-container .slick-dots li button {
  font-size: 0;
  padding: 0;
  margin: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: none;
  opacity: 0.6;
}
section#Slider .slider-container .item {
  width: 100%;
}
section#Slider .slider-container .item .inner {
  background: rgba(255, 255, 255, 0.85);
  max-width: 540px;
  margin-left: 100px;
  margin-top: 120px;
  padding: 40px;
}
section#Slider .slider-container .item .inner h2 {
  font-size: 40px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #1a2421;
  padding: 25px;
}
section#Slider .slider-container .item .inner p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
  color: #fff;
  margin: 25px 145px 45px 25px;
}
section#Slider .slider-container .item .inner a {
  display: block;
  font-size: 12px;
  line-height: 35px;
  padding: 6px;
  text-align: left;
  background: #5a80c6;
  color: #fff;
  border-radius: 0;
}
section#Slider .single_image_text--container {
  background-size: cover;
  height: 50rem;
  width: 100%;
  min-height: 0.1rem;
}
section#Slider .single_image_text--container--icon img {
  width: 18.3rem;
  height: 18.6rem;
}
section#Slider .single_image_text--container--title {
  padding-top: 3rem;
  font-size: 5.9rem;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  line-height: 6.8rem;
}
@media (max-width: 991px) {
  section#Slider .single_image_text--container--title {
    font-size: 4rem;
    text-align: center;
  }
}

#home-welcome .home-welcome {
  position: relative;
}
#home-welcome .home-welcome--title .watermark {
  position: absolute;
  top: -6rem;
  left: -6rem;
  z-index: -1;
}
#home-welcome .home-welcome--title h2 {
  padding-right: 3rem;
  display: inline-block;
}
#home-welcome .home-welcome--content {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #4F4F4F;
  line-height: 4rem;
}

#home-columns .home-columns-section {
  position: relative;
}
#home-columns .home-columns-section .row {
  gap: 2rem;
}
#home-columns .home-columns-section .cols {
  flex-grow: 1;
  min-height: 42.8rem;
  transition: all 0.3s linear;
  background-size: cover;
  padding-top: 6.3rem;
  padding-left: 5rem;
  padding-bottom: 2.5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  #home-columns .home-columns-section .cols {
    min-height: 30rem;
  }
}
@media (min-width: 992px) {
  #home-columns .home-columns-section .cols.two-columns {
    width: 48%;
  }
}
@media (min-width: 1201px) {
  #home-columns .home-columns-section .cols.three-columns {
    width: 31%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #home-columns .home-columns-section .cols.three-columns {
    width: 48%;
  }
}
@media (max-width: 991px) {
  #home-columns .home-columns-section .cols {
    width: calc(100% - 2rem);
  }
}
#home-columns .home-columns-section .cols--title h3 {
  font-size: 3.5rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 4rem;
  position: relative;
  margin-bottom: 3.8rem;
  color: #fff;
}
#home-columns .home-columns-section .cols--title h3:after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 0;
  display: block;
  max-width: 90%;
  width: 48rem;
  border-bottom: 0.1rem dashed rgba(255, 255, 255, 0.6901960784);
}
@media (max-width: 767px) {
  #home-columns .home-columns-section .cols--title h3:after {
    display: none;
  }
}
#home-columns .home-columns-section .cols hr {
  height: 1px;
  border-bottom: 1px dashed;
}
#home-columns .home-columns-section .cols--content {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 4rem;
}
@media (max-width: 767px) {
  #home-columns .home-columns-section .cols--content {
    display: none;
  }
}
#home-columns .home-columns-section .cols--button {
  margin-top: auto;
}
#home-columns .home-columns-section .cols--button button {
  width: 100%;
  max-width: 26rem;
  height: 4.4rem;
  border: 0.1rem solid #fff;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-top: auto;
  font-weight: 700;
}
#home-columns .home-columns-section .cols--button button:hover {
  background: #fff;
  color: #5a80c6;
  border: 0.1rem solid #5a80c6;
}

#home-news-section {
  margin-bottom: 1rem;
}
#home-news-section .home-news {
  position: relative;
}
#home-news-section .home-news a {
  color: #5a80c6;
  text-underline-offset: 0.5rem;
}
#home-news-section .home-news a:hover .single-new--title {
  text-decoration: underline;
}
#home-news-section .home-news--title.full {
  margin-bottom: 4.5rem;
}
#home-news-section .home-news--title.full h2 {
  padding-right: 3rem;
}
#home-news-section .home-news--title.full .watermark {
  position: absolute;
  left: -13rem;
  z-index: -1;
  top: -12rem;
}
#home-news-section .home-news--title.full .watermark img {
  width: 35.85rem;
  height: 35.85rem;
}
#home-news-section .home-news--container {
  max-width: 100%;
  position: relative;
}
#home-news-section .home-news--container--slider {
  overflow-x: hidden;
  /*CUSTOM SLICK */
}
@media (max-width: 768px) {
  #home-news-section .home-news--container--slider .single-new {
    margin-bottom: 6rem;
  }
}
#home-news-section .home-news--container--slider .single-new--img {
  width: 100%;
  height: 12.2rem;
  margin-bottom: 3rem;
}
#home-news-section .home-news--container--slider .single-new--img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#home-news-section .home-news--container--slider .single-new--img img.default {
  object-position: left;
}
#home-news-section .home-news--container--slider .single-new--date {
  color: #1a2421;
  margin-bottom: 0.5rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  line-height: 3rem;
}
#home-news-section .home-news--container--slider .single-new--title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  min-height: 4rem;
}
#home-news-section .home-news--container--slider .single-new--description p {
  overflow-wrap: break-word;
  line-height: 3rem;
  min-height: 12rem;
  color: #4F4F4F;
}
@media (max-width: 768px) {
  #home-news-section .home-news--container--slider .single-new--description p {
    min-height: inherit;
  }
}
#home-news-section .home-news--container--slider .slick-slide {
  margin: 0 4.5rem;
}
#home-news-section .home-news--container--slider .slick-list {
  margin: 0 -4.5rem;
}
#home-news-section .home-news--container--slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 0 1.4rem;
  margin-top: 4rem;
  padding: 0;
}
#home-news-section .home-news--container--slider .slick-dots button {
  width: 0.7rem;
  aspect-ratio: 1;
  font-size: 0;
  border: none;
  border-radius: 50%;
  background-color: #707070;
}
#home-news-section .home-news--container--slider .slick-dots li.slick-active button {
  background-color: #1a2421;
}
#home-news-section .home-news--container .slick-arrow {
  width: 2.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1700px) {
  #home-news-section .home-news--container .slick-arrow {
    display: none !important;
  }
}
#home-news-section .home-news--container .slick-arrow img {
  background: #fff;
}
#home-news-section .home-news--container .slick-arrow.prev {
  left: -5rem;
  padding-right: 0;
}
#home-news-section .home-news--container .slick-arrow.next {
  right: -5rem;
  padding-left: 0rem;
}
#home-news-section .home-news .readmore-button a {
  width: 26%;
  border: 0.1rem solid #1a2421;
  height: 6.2rem;
  font-weight: 700;
  line-height: 4rem;
  font-size: 1.6rem;
  color: #1a2421;
  border-radius: 0.4rem;
}
@media (max-width: 1050px) {
  #home-news-section .home-news .readmore-button a {
    width: unset;
    padding: 0 6rem;
  }
}
#home-news-section .home-news .readmore-button a:hover {
  text-decoration: none;
  color: white;
  border: 1px solid #fff;
  background: #1a2421;
}

#newsletter-section .newsletter {
  max-width: 137rem;
  position: relative;
  /* form from mailchimp */
}
#newsletter-section .newsletter--title.full {
  margin-bottom: 4.5rem;
}
#newsletter-section .newsletter--title .watermark {
  position: absolute;
  z-index: -1;
  left: -10rem;
  top: -2rem;
}
#newsletter-section .newsletter .newsletter-email label {
  color: #4F4F4F;
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 1.6rem;
}
#newsletter-section .newsletter .newsletter-email--fields input[type=email] {
  width: 75%;
  height: 6.37rem;
  border: 0.1rem solid #1a2421;
  border-radius: 0.9rem;
  padding-left: 1.5rem;
}
@media (max-width: 1050px) {
  #newsletter-section .newsletter .newsletter-email--fields input[type=email] {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#newsletter-section .newsletter .newsletter-email--fields input[type=submit] {
  height: 6.39rem;
  padding: 0.2rem 8rem 0;
  border-radius: 0.4rem;
  border: 1px solid #5a80c6;
  background: #5a80c6;
  color: white;
  font-weight: 500;
  margin-left: 1rem;
}
#newsletter-section .newsletter .newsletter-email--fields input[type=submit]:hover {
  border: 1px solid #5a80c6;
  background: #fff;
  color: #5a80c6;
}
@media (max-width: 1050px) {
  #newsletter-section .newsletter .newsletter-email--fields input[type=submit] {
    margin-left: 0;
  }
}
